@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Alegreya:ital,wght@0,400..900;1,400..900&family=Zen+Kaku+Gothic+New:wght@500;700;900&display=swap");
@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
body {
  background-color: #fff;
}

.ui-widget,
body {
  font: inherit;
  font-family: var(--ff-sans);
  font-weight: normal;
  -webkit-text-size-adjust: 100%;
  letter-spacing: var(--ls);
  font-feature-settings: "pkna" 1;
}
@media (min-width: 1000px) {
  .ui-widget,
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

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

input:not([type=checkbox]):not([type=radio]),
textarea,
select {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: var(--lh);
  letter-spacing: var(--ls);
  font-feature-settings: "palt" 1;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
input:focus,
textarea:focus {
  outline: 2px solid #125fc4;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--clr-placeholder);
  display: inline;
  vertical-align: middle;
}
input::placeholder,
textarea::placeholder {
  color: var(--clr-placeholder);
  display: inline;
  vertical-align: middle;
}

select {
  border-radius: 0;
}
select:focus {
  outline: 0;
}
select::-ms-expand {
  display: none;
}

button {
  font-size: var(--fz-sp);
  font-family: var(--ff-sans);
  line-height: var(--lh);
  letter-spacing: var(--ls);
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
button:focus {
  outline: 0;
}
@media (min-width: 1000px) {
  button {
    font-size: var(--fz-pc);
    cursor: pointer;
  }
}

b,
strong,
.bold {
  font-weight: 700;
}

sup {
  vertical-align: super;
  font-size: 10px;
}

sub {
  vertical-align: baseline;
  font-size: 10px;
}

img {
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  image-rendering: auto;
}

:root {
  -webkit-font-smoothing: antialiased;
  --clr-text: #000;
  --clr-text-light: #333;
  --clr-placeholder: #a7a7a7;
  --clr-red: #e60012;
  --clr-blue: #3c3c8c;
  --clr-blue-pale: #5156ba;
  --clr-facebook: #1877f2;
  --ff-sans: "Zen Kaku Gothic New", sans-serif;
  --ff-Alegreya: "Alegreya", "Zen Kaku Gothic New", sans-serif;
  --fz-sp: 1.6rem;
  --fz-pc: 1.6rem;
  --ls: normal;
  --lh: 2;
  --speed: 250ms;
  --speed-fast: 200ms;
  --spSize: 375;
}

span.blue {
  color: var(--clr-blue);
}

.alegreya {
  font-family: var(--ff-Alegreya) !important;
  font-weight: 500;
}

#stage {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  min-width: 320px;
  font-family: var(--ff-sans);
  font-size: var(--fz-sp);
  font-weight: 500;
  line-height: 2;
  color: var(--clr-text-light);
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  #stage {
    font-size: var(--fz-pc);
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .pc.important {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .sp.important {
    display: none !important;
  }
}
ul.dotlists li {
  position: relative;
  padding-left: 1em;
}
ul.dotlists li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--clr-blue);
  position: absolute;
  left: 0;
  top: 0.8em;
  border-radius: 100px;
}

ol.number > li {
  padding-left: 1.7em;
  position: relative;
  counter-increment: number;
}
ol.number > li::before {
  content: counter(number);
  position: absolute;
  left: 0.3em;
}

ol.numberdot > li {
  padding-left: 2em;
  position: relative;
  counter-increment: numberdot;
}
ol.numberdot > li::before {
  content: counter(numberdot) ". ";
  position: absolute;
  left: 0.3em;
  color: var(--clr-blue);
}
@media (min-width: 768px) {
  ol.numberdot > li {
    padding-left: 2.8em;
  }
}

ol p {
  line-height: 8.5333333333vw;
}
@media (min-width: 768px) {
  ol p {
    line-height: 32px;
  }
}
ol p + p {
  margin-top: 3rem;
}

em {
  font-style: italic;
}

a,
.btn {
  color: var(--clr-text);
  text-decoration: none;
}

@media (hover: hover) and (min-width: 1000px) {
  a[href^="tel:"]:hover {
    opacity: 1;
    cursor: context-menu;
  }
}
svg {
  -webkit-backface-visibility: hidden;
}

#wpadminbar {
  overflow: hidden;
}

.facebook {
  background-color: var(--clr-facebook);
}

.twitter {
  background-color: var(--clr-twitter);
}

.line {
  background-color: var(--clr-line);
}

.facebook,
.twitter,
.line {
  color: #fff;
}

input[type=checkbox] {
  background-color: #f5f6f8;
  width: 8vw;
  height: 8vw;
  border: 1px solid #eaebec;
  margin: 0;
  position: relative;
}
@media (min-width: 768px) {
  input[type=checkbox] {
    width: 28px;
    height: 28px;
  }
}
input[type=checkbox]::after {
  content: "";
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="11.186" viewBox="0 0 15 11.186"><path d="M5.095-.252a.75.75,0,0,0,1.061,0L14.78-8.877a.75.75,0,0,0,0-1.061L13.72-11a.75.75,0,0,0-1.061,0L5.625-3.964,2.341-7.248a.75.75,0,0,0-1.061,0L.22-6.187a.75.75,0,0,0,0,1.061Z" transform="translate(0 11.218)" fill="%238a8441"/></svg>');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.7333333333vw;
  height: 2.4vw;
  display: block;
  position: absolute;
  left: calc(50% - 1.8666666667vw);
  top: calc(50% - 1.2vw);
  opacity: 0;
}
@media (min-width: 768px) {
  input[type=checkbox]::after {
    width: 19px;
    height: 14px;
    left: calc(50% - 9.5px);
    top: calc(50% - 7px);
  }
}
input[type=checkbox]:checked::after {
  opacity: 1;
}

select,
input[type=text],
input[type=zip],
input[type=email],
input[type=tel] {
  height: 12.8vw;
}
@media (min-width: 768px) {
  select,
  input[type=text],
  input[type=zip],
  input[type=email],
  input[type=tel] {
    height: 60px;
  }
}

select,
input[type=text],
input[type=zip],
input[type=email],
input[type=tel],
input[type=date],
textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 5px 2.6666666667vw;
}
select.m-error,
input[type=text].m-error,
input[type=zip].m-error,
input[type=email].m-error,
input[type=tel].m-error,
input[type=date].m-error,
textarea.m-error {
  border: 2px solid var(--clr-red);
}
@media (min-width: 768px) {
  select,
  input[type=text],
  input[type=zip],
  input[type=email],
  input[type=tel],
  input[type=date],
  textarea {
    padding: 5px 10px;
  }
}
@media (min-width: 1000px) {
  select,
  input[type=text],
  input[type=zip],
  input[type=email],
  input[type=tel],
  input[type=date],
  textarea {
    padding: 15px;
  }
}

input[type=zip],
input#zip {
  width: 180px;
}
@media (min-width: 768px) {
  input[type=zip],
  input#zip {
    width: 180px;
  }
}

input[type=date],
input#ninzu {
  width: 200px;
  margin-right: 0.3em;
}
@media (min-width: 768px) {
  input[type=date],
  input#ninzu {
    width: 200px;
  }
}

select {
  color: #333;
}

input[type=zip] {
  width: 39.0666666667vw;
}
@media (min-width: 768px) {
  input[type=zip] {
    width: 19.2708333333vw;
  }
}

.e-error {
  color: var(--clr-red);
  font-size: 1.4rem;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .e-error {
    font-size: 1.4rem;
  }
}
.e-error.txtcenter {
  text-align: center;
}

.shadowfield {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  transition: opacity var(--speed) ease;
}
body.menuopen .shadowfield {
  opacity: 1;
}
@media (max-width: 767px) {
  body.menuopen .shadowfield {
    opacity: 0;
  }
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  transition: background var(--speed) ease-in, color var(--speed) ease-in;
}
body.menuwhite #header {
  color: #fff;
  background: none;
}
#header h1 {
  width: 320px;
  height: 10.8rem;
  position: relative;
  z-index: 9;
  padding-top: 1.45rem;
}
@media (max-width: 767px) {
  #header h1 {
    padding-top: 0;
    height: auto;
  }
}
#header h1 a {
  display: block;
}
#header h1 a .logo {
  width: 100%;
  aspect-ratio: 400/98;
  display: block;
  background: url(../images/common/logo.webp) center/contain no-repeat;
  transition: background var(--speed) ease-in;
}
@media (max-width: 767px) {
  #header h1 {
    width: 48.5333333333vw;
  }
  #header h1 a {
    padding: 4vw;
  }
}
#header .menu {
  position: absolute;
  right: 0;
  top: 0;
  width: 14.6666666667vw;
}
#header .menu button {
  display: flex;
  width: 14.6666666667vw;
  height: 16vw;
  justify-content: center;
  align-items: center;
  background: url(../images/common/menu_black.webp) center/6.6666666667vw auto no-repeat;
}
body.menuwhite #header .menu button {
  background-image: url(../images/common/menu.webp);
}
#header .menu img {
  width: 6.6666666667vw;
}
#header .menu img[src*=_close] {
  width: 4.9333333333vw;
}
@media (min-width: 768px) {
  #header .menu {
    display: none;
  }
}
#header .topline {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  gap: 0 20px;
  font-family: var(--ff-shippri);
}
@media (max-width: 767px) {
  #header .topline {
    display: none;
  }
}
#header .topline .tel {
  font-size: 2.4rem;
}
#header .topline .opening {
  font-size: 1.2rem;
}
#header .topline .contactbtn {
  width: 480px;
  display: flex;
}
#header .topline a {
  color: #fff;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: var(--color);
}
@media (hover: hover) and (min-width: 1000px) {
  #header .topline a {
    transition: background var(--speed) ease;
  }
  #header .topline a:hover {
    background-color: color-mix(in srgb, var(--color), #fff 10%);
  }
}
#header .topline a.catalog {
  --color: #8a8441;
}
#header .topline a.contact {
  --color: #333;
}
#header .topline a.reservation {
  --color: #4a4a4a;
}
#header .secondline {
  position: absolute;
  right: 0;
  top: 50px;
  padding-right: 25px;
}
#header .secondline h1 {
  display: none;
}
@media (max-width: 767px) {
  #header .secondline {
    position: fixed;
    background-color: #fff;
    z-index: 12;
    width: 100%;
    height: 100svh;
    top: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity var(--speed) ease-out;
  }
  body.is-menuopen #header .secondline {
    opacity: 1;
    pointer-events: auto;
  }
  #header .secondline h1 {
    height: 18.6666666667vw;
    display: block;
  }
  #header .secondline .menu button {
    background: none;
  }
}
#header .secondline .blocklink {
  display: none;
}
@media (max-width: 767px) {
  #header .secondline .blocklink {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 2vw;
    width: 92vw;
    margin: 0 auto;
  }
  #header .secondline .blocklink a {
    display: block;
  }
  #header .secondline .blocklink div {
    font-size: 1.2rem;
    font-family: var(--ff-shippri);
    text-align: center;
  }
}
@media (max-width: 767px) {
  #header .secondline .nav {
    overflow-y: scroll;
    height: calc(100% - 18.6666666667vw);
    padding: 0 4vw;
  }
}
#header .secondline .nav > ul {
  display: flex;
}
@media (max-width: 767px) {
  #header .secondline .nav > ul {
    display: grid;
    border-top: 1px solid #ddd;
    margin-top: 4.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#header .secondline .nav > ul > li {
  position: relative;
  cursor: pointer;
}
#header .secondline .nav > ul > li.open {
  z-index: 20;
}
#header .secondline .nav > ul > li.open .childtitle {
  color: #fff;
}
#header .secondline .nav > ul > li.open .child {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  #header .secondline .nav > ul > li {
    border-bottom: 1px solid #ddd;
  }
}
#header .secondline .nav .contact a {
  background-color: #333333;
  color: #fff;
  display: block;
  line-height: 13.3333333333vw;
  text-align: center;
  position: relative;
  font-family: ver(--ff-shippri);
}
#header .secondline .nav .contact a::after {
  content: "";
  background: url(../images/common/arrow_white@2x.webp) center/contain no-repeat;
  width: 4vw;
  height: 4vw;
  position: absolute;
  right: 4vw;
  top: calc(50% - 2vw);
}
@media (min-width: 768px) {
  #header .secondline .nav .contact {
    display: none;
  }
}
#header .secondline .nav .info {
  font-family: var(--ff-shippri);
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  margin-top: 3.3333333333vw;
}
@media (min-width: 768px) {
  #header .secondline .nav .info {
    display: none;
  }
}
#header .secondline .nav .info .tel {
  font-size: 2rem;
}
#header .secondline .nav .info .opening {
  font-size: 1.1rem;
}
#header .secondline .nav .instagram {
  text-align: center;
  margin-top: 3.4666666667vw;
}
@media (min-width: 768px) {
  #header .secondline .nav .instagram {
    display: none;
  }
}
#header .secondline .nav .instagram a {
  color: #8a8441;
  font-size: 1.2rem;
}
#header .secondline .nav .instagram img {
  width: 6.6666666667vw;
  margin-right: 3.3333333333vw;
}
#header .secondline .nav .bottomlinks {
  padding: 6vw 0;
  text-align: center;
}
#header .secondline .nav .bottomlinks a {
  color: #999;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  #header .secondline .nav .bottomlinks {
    display: none;
  }
}
#header .secondline .childtitle {
  padding: 0 12px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--ff-shippri);
}
@media (min-width: 768px) {
  body.menuwhite #header .secondline .childtitle {
    color: #fff;
  }
}
@media (max-width: 767px) {
  #header .secondline .childtitle {
    color: #333;
    height: 13.3333333333vw;
    justify-content: start;
    padding: 0;
    font-size: 1.4rem;
  }
  #header .secondline .childtitle.parent {
    position: relative;
  }
  #header .secondline .childtitle.parent::after {
    content: "";
    background: url(../images/common/plus.webp) center/contain no-repeat;
    width: 4vw;
    height: 4vw;
    position: absolute;
    right: 0;
  }
  #header .secondline .childtitle.parent.open::after {
    background-image: url(../images/common/minus.webp);
  }
  #header .secondline .childtitle.link {
    position: relative;
  }
  #header .secondline .childtitle.link::after {
    content: "";
    background: url(../images/common/arrow_gray.webp) center/contain no-repeat;
    width: 4vw;
    height: 4vw;
    position: absolute;
    right: 0;
  }
}
#header .secondline .child {
  position: absolute;
  left: 50%;
  margin-left: -150px;
  width: 300px;
  padding: 0 25px 25px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--speed) ease;
}
@media (max-width: 767px) {
  #header .secondline .child {
    opacity: 1;
    pointer-events: auto;
    position: static;
    margin: 0;
    width: 100%;
    padding: 0;
    display: none;
  }
}
#header .secondline .child.right {
  left: auto;
  right: 0;
}
#header .secondline .child > div {
  font-family: var(--ff-shippri);
  position: relative;
  display: flex;
  font-size: 2rem;
  line-height: 1;
  color: #333;
  padding: 25px 0;
}
@media (max-width: 767px) {
  #header .secondline .child > div {
    background-color: #f5f5f5;
    margin-bottom: 1px;
    padding: 0 15px;
    line-height: 50px;
    font-family: var(--ff-none);
    color: #999;
    font-size: 1.2rem;
  }
}
#header .secondline .child > a {
  font-family: var(--ff-shippri);
  position: relative;
  display: flex;
  font-size: 2rem;
  line-height: 1;
  color: #333;
  padding: 25px 0;
}
#header .secondline .child > a::after {
  content: "";
  background: url("../images/common/arrow_base.webp") center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/common/arrow_base.webp) 1x, url(../images/common/arrow_base@2x.webp) 2x);
  background-image: image-set(url(../images/common/arrow_base.webp) 1x, url(../images/common/arrow_base@2x.webp) 2x);
  width: 15px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  #header .secondline .child > a {
    background-color: #f5f5f5;
    margin-bottom: 1px;
    padding: 0 15px;
    line-height: 50px;
    font-family: var(--ff-none);
    color: #999;
    font-size: 1.2rem;
  }
  #header .secondline .child > a::after {
    background: url("../images/common/arrow_sm.webp") center/contain no-repeat;
    background-image: -webkit-image-set(url(../images/common/arrow_sm.webp) 1x, url(../images/common/arrow_sm@2x.webp) 2x);
    background-image: image-set(url(../images/common/arrow_sm.webp) 1x, url(../images/common/arrow_sm@2x.webp) 2x);
    width: 10px;
    height: 10px;
    right: 15px;
  }
}
@media (hover: hover) and (min-width: 1000px) {
  #header .secondline .child > a {
    transition: color var(--speed) ease;
  }
  #header .secondline .child > a::after {
    transition: right var(--speed) ease, scale var(--speed) ease;
  }
  #header .secondline .child > a:hover {
    color: #666;
  }
  #header .secondline .child > a:hover::after {
    right: -5px;
    scale: 1 -1;
  }
}
#header .secondline .child ul {
  display: grid;
  gap: 1px;
}
#header .secondline .child li a {
  display: block;
  background-color: #f5f5f5;
  color: #999;
  line-height: 50px;
  padding: 0 15px;
  position: relative;
}
#header .secondline .child li a::after {
  content: "";
  background: url("../images/common/arrow_sm.webp") center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/common/arrow_sm.webp) 1x, url(../images/common/arrow_sm@2x.webp) 2x);
  background-image: image-set(url(../images/common/arrow_sm.webp) 1x, url(../images/common/arrow_sm@2x.webp) 2x);
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  #header .secondline .child li a {
    font-size: 1.2rem;
  }
}
@media (hover: hover) and (min-width: 1000px) {
  #header .secondline .child li a {
    transition: color var(--speed) ease;
  }
  #header .secondline .child li a::after {
    transition: right var(--speed) ease, scale var(--speed) ease;
  }
  #header .secondline .child li a:hover {
    color: #666;
  }
  #header .secondline .child li a:hover::after {
    right: 10px;
    scale: 1 -1;
  }
}

body {
  font-size: 1.6rem;
}
body.is-menuopen {
  overflow: hidden;
}

body:not(.home) main {
  padding-top: 140px;
}
@media (max-width: 767px) {
  body:not(.home) main {
    padding-top: 18.6666666667vw;
  }
}
body:not(.home) main .breadcrumbs {
  background-color: #f5f5f5;
  line-height: 50px;
  padding: 0 40px;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  body:not(.home) main .breadcrumbs {
    padding: 0 2.6666666667vw;
    margin-bottom: 12vw;
    overflow-x: scroll;
    display: none;
  }
}
body:not(.home) main .breadcrumbs__wrap {
  max-width: 1600px;
  margin: 0 auto;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  font-family: var(--ff-shippri);
}
@media (max-width: 767px) {
  body:not(.home) main .breadcrumbs__wrap {
    font-size: 1.2rem;
    white-space: nowrap;
  }
}
body:not(.home) main .breadcrumbs span[property=itemListElement] {
  padding: 0 10px;
  display: inline-block;
}
@media (max-width: 767px) {
  body:not(.home) main .breadcrumbs span[property=itemListElement] {
    padding: 0 5px;
  }
}
body:not(.home) main .breadcrumbs .separator {
  width: 5px;
  height: 9px;
  display: inline-block;
  background: url(../images/common/breadcrumbs@2x.webp) center/contain no-repeat;
}
body:not(.home) main .breadcrumbs a {
  text-decoration: underline;
}
body:not(.home) main .viremore a {
  position: relative;
  font-family: var(--ff-shippri);
  width: 220px;
  display: block;
  border-bottom: 1px solid #999;
  padding: 10px 0;
}
@media (max-width: 767px) {
  body:not(.home) main .viremore a {
    width: 53.3333333333vw;
    padding: 2.6666666667vw 0;
  }
}
body:not(.home) main .viremore a::after {
  content: "";
  background: url("../images/common/arrow_base.webp") center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/common/arrow_base.webp) 1x, url(../images/common/arrow_base@2x.webp) 2x);
  background-image: image-set(url(../images/common/arrow_base.webp) 1x, url(../images/common/arrow_base@2x.webp) 2x);
  width: 15px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media (hover: hover) and (min-width: 1000px) {
  body:not(.home) main .viremore a::after {
    transition: translate 300ms ease, scale 300ms ease;
  }
  body:not(.home) main .viremore a:hover::after {
    translate: 5px -50%;
    scale: 1 -1;
  }
}
body:not(.home) main .changeCat {
  max-width: 1600px;
  width: 100%;
  margin: 75px auto 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 16px;
}
@media (max-width: 767px) {
  body:not(.home) main .changeCat {
    width: 92vw;
    margin-top: 10vw;
    margin-bottom: 13.3333333333vw;
    grid-template-columns: 1fr;
  }
}
body:not(.home) main .changeCat.free {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
body:not(.home) main .changeCat a {
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-family: var(--ff-shippri);
  line-height: 60px;
}
body:not(.home) main .changeCat a:not(.active) {
  color: #999;
}
body:not(.home) main .changeCat a.active {
  border-color: #000;
}
@media (max-width: 767px) {
  body:not(.home) main .changeCat a {
    font-size: 1.4rem;
  }
}
@media (hover: hover) and (min-width: 1000px) {
  body:not(.home) main .changeCat a {
    transition: background var(--speed) ease-in;
  }
  body:not(.home) main .changeCat a:hover {
    background-color: #f5f5f5;
  }
}
body:not(.home) main #forteContents,
body:not(.home) main #supportContents {
  background: url(../images/forte/common_bg.webp) top center/cover no-repeat;
  background-image: -webkit-image-set(url(../images/forte/common_bg.webp) 1x, url(../images/forte/common_bg@2x.webp) 2x);
  background-image: image-set(url(../images/forte/common_bg.webp) 1x, url(../images/forte/common_bg@2x.webp) 2x);
  margin-top: 115px;
  padding-top: 150px;
  padding-bottom: 360px;
  margin-bottom: -440px;
}
@media (max-width: 767px) {
  body:not(.home) main #forteContents,
  body:not(.home) main #supportContents {
    margin-top: 16vw;
    margin-bottom: -61.3333333333vw;
    padding-top: 20vw;
    padding-bottom: 48vw;
  }
}
body:not(.home) main #forteContents .title,
body:not(.home) main #supportContents .title {
  font-size: 5.2rem;
  font-family: var(--ff-cg);
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  body:not(.home) main #forteContents .title,
  body:not(.home) main #supportContents .title {
    font-size: 4rem;
  }
}
body:not(.home) main #forteContents .contents__wrap,
body:not(.home) main #supportContents .contents__wrap {
  width: 1200px;
  display: grid;
  gap: 20px;
  margin: 70px auto 0;
}
@media (max-width: 767px) {
  body:not(.home) main #forteContents .contents__wrap,
  body:not(.home) main #supportContents .contents__wrap {
    width: 92vw;
    margin-top: 9.3333333333vw;
    gap: 2px;
    grid-template-columns: 1fr;
  }
}
body:not(.home) main #forteContents .contents__link,
body:not(.home) main #supportContents .contents__link {
  background-color: #fff;
  padding: 30px;
}
@media (max-width: 767px) {
  body:not(.home) main #forteContents .contents__link,
  body:not(.home) main #supportContents .contents__link {
    padding: 2.6666666667vw;
  }
}
@media (hover: hover) and (min-width: 1000px) {
  body:not(.home) main #forteContents .contents__link .contents__img img,
  body:not(.home) main #supportContents .contents__link .contents__img img {
    transition: scale var(--speed-fast) ease-in;
  }
  body:not(.home) main #forteContents .contents__link .contents__title::after,
  body:not(.home) main #supportContents .contents__link .contents__title::after {
    transition: translate var(--speed-fast) ease-in;
  }
  body:not(.home) main #forteContents .contents__link:hover .contents__img img,
  body:not(.home) main #supportContents .contents__link:hover .contents__img img {
    scale: 1.05;
  }
  body:not(.home) main #forteContents .contents__link:hover .contents__title::after,
  body:not(.home) main #supportContents .contents__link:hover .contents__title::after {
    translate: 5px 0;
  }
}
body:not(.home) main #forteContents .contents__img,
body:not(.home) main #supportContents .contents__img {
  overflow: hidden;
}
body:not(.home) main #forteContents .contents__title,
body:not(.home) main #supportContents .contents__title {
  font-family: var(--ff-shippri);
  line-height: 1;
  position: relative;
}
body:not(.home) main #forteContents .contents__title .main,
body:not(.home) main #supportContents .contents__title .main {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  body:not(.home) main #forteContents .contents__title .main,
  body:not(.home) main #supportContents .contents__title .main {
    font-size: 1.8rem;
  }
}
body:not(.home) main #forteContents .contents__title::after,
body:not(.home) main #supportContents .contents__title::after {
  content: "";
  width: 15px;
  height: 11px;
  background: url(../images/common/arrow_base.webp) center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/common/arrow_base.webp) 1x, url(../images/common/arrow_base@2x.webp) 2x);
  background-image: image-set(url(../images/common/arrow_base.webp) 1x, url(../images/common/arrow_base@2x.webp) 2x);
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  background-position: auto;
  aspect-ratio: 15/11;
  width: 11px;
}
body:not(.home) main #forteContents .worksBnr,
body:not(.home) main #supportContents .worksBnr {
  width: 1200px;
  margin: 60px auto 0;
}
@media (max-width: 767px) {
  body:not(.home) main #forteContents .worksBnr,
  body:not(.home) main #supportContents .worksBnr {
    width: 92vw;
    margin-top: 8vw;
  }
}
body:not(.home) main #forteContents .worksBnr__link,
body:not(.home) main #supportContents .worksBnr__link {
  display: block;
  position: relative;
}
@media (hover: hover) and (min-width: 1000px) {
  body:not(.home) main #forteContents .worksBnr__link,
  body:not(.home) main #supportContents .worksBnr__link {
    background-color: #000;
  }
  body:not(.home) main #forteContents .worksBnr__link .worksBnr__img,
  body:not(.home) main #supportContents .worksBnr__link .worksBnr__img {
    transition: opacity var(--speed-fast) ease-in;
  }
  body:not(.home) main #forteContents .worksBnr__link .worksBnr__arrow,
  body:not(.home) main #supportContents .worksBnr__link .worksBnr__arrow {
    transition: translate var(--speed-fast) ease-in;
  }
  body:not(.home) main #forteContents .worksBnr__link:hover .worksBnr__img,
  body:not(.home) main #supportContents .worksBnr__link:hover .worksBnr__img {
    opacity: 0.7;
  }
  body:not(.home) main #forteContents .worksBnr__link:hover .worksBnr__arrow,
  body:not(.home) main #supportContents .worksBnr__link:hover .worksBnr__arrow {
    translate: 5px -50%;
  }
}
body:not(.home) main #forteContents .worksBnr__title,
body:not(.home) main #supportContents .worksBnr__title {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
  color: #fff;
  line-height: 1;
}
body:not(.home) main #forteContents .worksBnr__title .jp,
body:not(.home) main #supportContents .worksBnr__title .jp {
  font-family: var(--ff-shippri);
  font-size: 3.2rem;
}
@media (max-width: 767px) {
  body:not(.home) main #forteContents .worksBnr__title .jp,
  body:not(.home) main #supportContents .worksBnr__title .jp {
    font-size: 2rem;
  }
}
body:not(.home) main #forteContents .worksBnr__title .en,
body:not(.home) main #supportContents .worksBnr__title .en {
  font-family: var(--ff-cg);
  font-size: 2rem;
  margin-top: 20px;
}
@media (max-width: 767px) {
  body:not(.home) main #forteContents .worksBnr__title .en,
  body:not(.home) main #supportContents .worksBnr__title .en {
    font-size: 1.6rem;
    margin-top: 2.6666666667vw;
  }
}
body:not(.home) main #forteContents .worksBnr__arrow,
body:not(.home) main #supportContents .worksBnr__arrow {
  position: absolute;
  right: 80px;
  top: 50%;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  body:not(.home) main #forteContents .worksBnr__arrow,
  body:not(.home) main #supportContents .worksBnr__arrow {
    right: 5.3333333333vw;
    width: 15px;
  }
}
body:not(.home) main #forteContents .contents__wrap {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  body:not(.home) main #forteContents .contents__wrap {
    grid-template-columns: 1fr;
  }
}
body:not(.home) main #forteContents .contents__link {
  display: grid;
  grid-template-columns: 160px auto;
  align-items: center;
}
@media (max-width: 767px) {
  body:not(.home) main #forteContents .contents__link {
    grid-template-columns: 21.3333333333vw auto;
  }
}
body:not(.home) main #forteContents .contents__title {
  padding-left: 45px;
}
@media (max-width: 767px) {
  body:not(.home) main #forteContents .contents__title {
    padding-left: 6vw;
  }
}
body:not(.home) main #forteContents .contents__title .sub {
  font-size: 1.8rem;
}
@media (max-width: 767px) {
  body:not(.home) main #forteContents .contents__title .sub {
    font-size: 1.4rem;
    letter-spacing: normal;
  }
}
body:not(.home) main #forteContents .contents__title .main {
  margin-top: 10px;
}
@media (max-width: 767px) {
  body:not(.home) main #forteContents .contents__title .main {
    margin-top: 2.6666666667vw;
  }
}
body:not(.home) main #supportContents .contents__wrap {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  body:not(.home) main #supportContents .contents__wrap {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  body:not(.home) main #supportContents .contents__link {
    display: grid;
    grid-template-columns: 21.3333333333vw auto;
    align-items: center;
  }
}
@media (max-width: 767px) {
  body:not(.home) main #supportContents .contents__img img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body:not(.home) main #supportContents .contents__title {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  body:not(.home) main #supportContents .contents__title {
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    padding-left: 6vw;
    padding-right: 6.6666666667vw;
  }
}
@media (max-width: 767px) {
  body:not(.home) main #supportContents .contents__title .main {
    line-height: 1.5;
  }
}
body:not(.home) main .c-pagination,
body:not(.home) main .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 90px;
  font-size: 1.6rem;
  font-family: var(--ff-shippri);
}
@media (max-width: 767px) {
  body:not(.home) main .c-pagination,
  body:not(.home) main .wp-pagenavi {
    margin-top: 12vw;
    gap: 1.3333333333vw;
    font-size: 1.4rem;
  }
}
body:not(.home) main .c-pagination .current,
body:not(.home) main .c-pagination .link,
body:not(.home) main .wp-pagenavi .current,
body:not(.home) main .wp-pagenavi .link {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  body:not(.home) main .c-pagination .current,
  body:not(.home) main .c-pagination .link,
  body:not(.home) main .wp-pagenavi .current,
  body:not(.home) main .wp-pagenavi .link {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
body:not(.home) main .c-pagination .current,
body:not(.home) main .wp-pagenavi .current {
  background-color: #f5f5f5;
}
body:not(.home) main .c-pagination .current::after,
body:not(.home) main .wp-pagenavi .current::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (hover: hover) and (min-width: 1000px) {
  body:not(.home) main .c-pagination .link,
  body:not(.home) main .wp-pagenavi .link {
    transition: background var(--speed) ease-in;
  }
  body:not(.home) main .c-pagination .link:hover,
  body:not(.home) main .wp-pagenavi .link:hover {
    background-color: #f5f5f5;
  }
}
body:not(.home) main .c-pagination .prevBtn,
body:not(.home) main .c-pagination .nextBtn,
body:not(.home) main .wp-pagenavi .prevBtn,
body:not(.home) main .wp-pagenavi .nextBtn {
  width: 15px;
  height: 11px;
  display: block;
  background: center/contain no-repeat;
}
body:not(.home) main .c-pagination .prevBtn,
body:not(.home) main .wp-pagenavi .prevBtn {
  background-image: url(../images/common/prevbtn.webp);
  background-image: -webkit-image-set(url(../images/common/prevbtn.webp) 1x, url(../images/common/prevbtn@2x.webp) 2x);
  background-image: image-set(url(../images/common/prevbtn.webp) 1x, url(../images/common/prevbtn@2x.webp) 2x);
}
body:not(.home) main .c-pagination .nextBtn,
body:not(.home) main .wp-pagenavi .nextBtn {
  background-image: url(../images/common/nextbtn.webp);
  background-image: -webkit-image-set(url(../images/common/nextbtn.webp) 1x, url(../images/common/nextbtn@2x.webp) 2x);
  background-image: image-set(url(../images/common/nextbtn.webp) 1x, url(../images/common/nextbtn@2x.webp) 2x);
}
body:not(.home) main .toback {
  width: 1200px;
  margin: 120px auto 0;
  border-top: 1px solid #ddd;
  padding-top: 48px;
  text-align: center;
}
@media (max-width: 767px) {
  body:not(.home) main .toback {
    width: 92vw;
    margin-top: 16vw;
    padding-top: 6.4vw;
  }
}
body:not(.home) main .toback a {
  font-family: var(--ff-shippri);
}
body:not(.home) main .toback a img {
  margin-right: 18px;
}
@media (hover: hover) and (min-width: 1000px) {
  body:not(.home) main .toback a {
    transition: color var(--speed) ease-out, opacity var(--speed) ease-out;
  }
  body:not(.home) main .toback a:hover {
    color: #999;
  }
  body:not(.home) main .toback a:hover img {
    opacity: 0.6;
  }
}

footer {
  background-color: #333;
  padding-top: 360px;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  margin-top: 360px;
}
body:not(.home) footer {
  margin-top: 440px;
}
@media (max-width: 767px) {
  footer {
    margin-top: 48vw;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 74.6666666667vw;
  }
  body:not(.home) footer {
    margin-top: 61.3333333333vw;
  }
}

.footer__contactarea {
  background-color: #f5f5f5;
  max-width: 1400px;
  width: 100%;
  height: 480px;
  position: absolute;
  left: 50%;
  top: 0;
  translate: -50% -50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer__contactarea {
    width: 92vw;
    height: auto;
    display: grid;
    padding: 13.3333333333vw 8vw 14.6666666667vw;
    translate: -50% -42.6666666667vw;
  }
}
.footer__setbumei {
  width: 500px;
}
@media (max-width: 767px) {
  .footer__setbumei {
    width: auto;
  }
}
.footer__setbumei h2 {
  line-height: 1;
}
@media (max-width: 767px) {
  .footer__setbumei h2 {
    text-align: center;
  }
}
.footer__setbumei .en {
  font-family: var(--ff-cg);
  font-size: 7.2rem;
}
@media (max-width: 767px) {
  .footer__setbumei .en {
    font-size: 5rem;
  }
}
.footer__setbumei .jp {
  color: #999;
  font-family: var(--ff-shippri);
  margin-top: 20px;
}
@media (max-width: 767px) {
  .footer__setbumei .jp {
    font-size: 1.2rem;
    margin-top: 2.6666666667vw;
  }
}
.footer__setbumei p {
  line-height: 2.25;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .footer__setbumei p {
    font-size: 1.4rem;
    margin-top: 7.3333333333vw;
  }
}
.footer__buttonarea {
  width: 500px;
  display: grid;
  gap: 10px;
}
@media (max-width: 767px) {
  .footer__buttonarea {
    width: auto;
    margin-top: 6.6666666667vw;
  }
}
.footer__buttonarea .button__item {
  background-color: #fff;
  display: grid;
  grid-template-columns: 70px auto;
  gap: 30px;
  padding: 15px 40px;
  align-items: center;
}
@media (max-width: 767px) {
  .footer__buttonarea .button__item {
    grid-template-columns: 12vw auto;
    gap: 4vw;
    padding: 2vw 5.3333333333vw;
  }
}
@media (hover: hover) and (min-width: 1000px) {
  .footer__buttonarea .button__item {
    transition: all var(--speed) ease;
  }
  .footer__buttonarea .button__item:hover {
    opacity: 0.7;
  }
}
.footer__buttonarea .button__title {
  line-height: 1;
}
.footer__buttonarea .button__en {
  font-family: var(--ff-cg);
  font-size: 1.4rem;
  color: #999;
}
@media (max-width: 767px) {
  .footer__buttonarea .button__en {
    font-size: 1rem;
  }
}
.footer__buttonarea .button__jp {
  font-family: var(--ff-shippri);
  font-size: 2.2rem;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .footer__buttonarea .button__jp {
    font-size: 1.4rem;
    margin-top: 1.3333333333vw;
  }
}
.footer__wrap {
  color: #fff;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  gap: 110px 0;
  grid-template-columns: 490px auto;
}
@media (max-width: 767px) {
  .footer__wrap {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer__company {
    width: 64vw;
    margin: 0 auto;
  }
}
.footer__logo {
  width: 300px;
}
.footer__logo img {
  width: 100%;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 64vw;
  }
}
.footer__name {
  font-family: var(--ff-shippri);
  line-height: 1;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .footer__name {
    margin-top: 5.3333333333vw;
  }
}
.footer__name .sub {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .footer__name .sub {
    font-size: 1.2rem;
  }
}
.footer__name .main {
  font-size: 2rem;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .footer__name .main {
    font-size: 1.7rem;
    margin-top: 1.3333333333vw;
  }
}
.footer__add {
  margin-top: 30px;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .footer__add {
    font-size: 1.2rem;
    margin-top: 2.6666666667vw;
    letter-spacing: 0.1em;
  }
}
.footer__sns {
  margin-top: 40px;
  font-size: 1.4rem;
  display: grid;
  grid-template-columns: repeat(4, 30px);
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767px) {
  .footer__sns {
    margin-top: 5.3333333333vw;
    grid-template-columns: repeat(4, 6.6666666667vw);
  }
}
.footer__sns a {
  color: #8a8441;
  letter-spacing: 0.1em;
}
@media (hover: hover) and (min-width: 1000px) {
  .footer__sns a {
    transition: opacity var(--speed) ease;
  }
  .footer__sns a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .footer__navigate {
    display: block;
    margin-top: 18.6666666667vw;
    letter-spacing: 0.05em;
    padding-bottom: 16.6666666667vw;
  }
}
.footer__navigate a {
  color: #fff;
}
@media (hover: hover) and (min-width: 1000px) {
  .footer__navigate a:hover {
    text-decoration: underline;
  }
}
.footer__navigate .bnr {
  grid-column: 2/-1;
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__navigate .bnr {
    margin-top: 6.6666666667vw;
    grid-column: 1/3;
  }
}
.footer__navigate .bnr a {
  display: block;
}
.footer__navigate .bnr a + a {
  margin-top: 10px;
}
.footer__parent {
  font-family: var(--ff-shippri);
}
@media (max-width: 767px) {
  .footer__parent {
    font-size: 1.4rem;
  }
}
.footer__column {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, 1fr);
  gap: 20px 0;
}
@media (max-width: 767px) {
  .footer__column {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }
}
.footer__bottomarea {
  grid-column: 1/3;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .footer__bottomarea {
    padding-top: 8.6666666667vw;
    padding-bottom: 20.6666666667vw;
  }
}
.footer__bottomarea a {
  color: #999;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .footer__bottomarea a {
    font-size: 1.2rem;
  }
}
@media (hover: hover) and (min-width: 1000px) {
  .footer__bottomarea a:hover {
    text-decoration: underline;
  }
}
.footer__bottomarea .copyright {
  color: #999;
  font-size: 1.4rem;
}

.botomnav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
}
@media (min-width: 768px) {
  .botomnav {
    display: none;
  }
}
.botomnav a {
  flex: 1;
  font-size: 1rem;
  color: #fff;
  font-family: var(--ff-shippri);
  background-color: #8a8441;
  height: 5rem;
  display: grid;
  gap: 0.5rem;
  place-content: center;
  text-align: center;
}
.botomnav a.event {
  background-color: #333;
  margin-top: 0;
}
.botomnav a:not(:first-child) {
  border-left: 0.5px solid rgba(255, 255, 255, 0.15);
}
.botomnav a:not(:last-child) {
  border-right: 0.5px solid rgba(255, 255, 255, 0.15);
}
.botomnav a .icon {
  height: 1.8rem;
}
.botomnav a .name {
  line-height: 1;
}

.fadeinUp {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
  --delay: 0.1s;
  transition-delay: var(--delay);
}
.fadeinUp.is-animeted {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 768px) {
  .fadeinUp {
    transform: translateY(50px);
  }
}

.fadeinRight {
  opacity: 0;
  transform: translateX(30px);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.fadeinRight.is-animeted {
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .fadeinRight {
    transform: translateX(50px);
  }
}

.fadeinLeft {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}
.fadeinLeft.is-animeted {
  opacity: 1;
  transform: translateX(0);
}
@media (min-width: 768px) {
  .fadeinLeft {
    transform: translateX(-50px);
  }
}

.delay1 {
  transition-delay: 0.3s;
}

.delay2 {
  transition-delay: 0.6s;
}

.delay3 {
  transition-delay: 0.9s;
}

.delay4 {
  transition-delay: 1.2s;
}

.delay5 {
  transition-delay: 1.5s;
}

.delay6 {
  transition-delay: 1.8s;
}

.delay7 {
  transition-delay: 2.1s;
}

.delay8 {
  transition-delay: 2.4s;
}

.delay9 {
  transition-delay: 2.7s;
}

.delay10 {
  transition-delay: 3s;
}

.slideGrade {
  position: relative;
}
.slideGrade::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ecedf1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.slideGrade::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #73aed6, #7b95ce);
  position: absolute;
  right: 0;
  top: 0;
}
.slideGrade.is-animeted::before {
  animation: slideGrade 0.25s ease 0s forwards normal;
}
.slideGrade.is-animeted::after {
  animation: slideGradeafter 0.25s ease 0.25s forwards normal;
}

@keyframes slideGrade {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
@keyframes slideGradeafter {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
.btn_contact {
  --color: #8a8441;
  background-color: var(--color);
  width: 500px;
  display: grid;
  grid-template-columns: 70px auto 15px;
  align-items: center;
  gap: 30px;
  padding: 15px 40px;
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  .btn_contact {
    width: 92vw;
    grid-template-columns: 13.3333333333vw auto 15px;
    gap: 2.6666666667vw;
    padding: 2vw 5.3333333333vw;
  }
}
.btn_contact .txt {
  line-height: 1;
}
.btn_contact .en {
  font-size: 1.4rem;
  font-family: var(--ff-cg);
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .btn_contact .en {
    font-size: 1.2rem;
  }
}
.btn_contact .jp {
  font-size: 2.2rem;
  font-family: var(--ff-shippri);
  color: #fff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .btn_contact .jp {
    font-size: 1.8rem;
    margin-top: 2vw;
  }
}
@media (hover: hover) and (min-width: 1000px) {
  .btn_contact {
    transition: background var(--speed) ease-in;
  }
  .btn_contact:hover {
    background: color-mix(in srgb, var(--color), white 20%);
  }
}

.category__title {
  font-size: 2.4rem;
  font-family: var(--ff-shippri);
  text-align: center;
  position: relative;
  padding: 10px 0 15px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .category__title {
    font-size: 1.6rem;
  }
}
.category__title::after {
  content: "";
  width: 100px;
  height: 1px;
  border-bottom: 1px dotted #000;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
}

.headline {
  line-height: 1;
  text-align: center;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .headline {
    margin-bottom: 12vw;
  }
}
.headline__cat {
  --bgcolor: #333;
  background-color: var(--bgcolor);
  color: #fff;
  display: inline-block;
  padding: 9px 40px;
  font-size: 1.8rem;
  font-family: var(--ff-shippri);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .headline__cat {
    font-size: 1.4rem;
    padding: 5px 20px;
  }
}
.headline__main {
  font-size: 8.8rem;
  font-family: var(--ff-shippri);
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .headline__main {
    font-size: 4.4rem;
  }
}
.headline__en {
  font-size: 8.8rem;
  font-family: var(--ff-cg);
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .headline__en {
    font-size: 4.4rem;
  }
}
.headline__sub, .headline__jp {
  font-size: 2rem;
  font-family: var(--ff-shippri);
  color: #999;
  letter-spacing: normal;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .headline__sub, .headline__jp {
    font-size: 1.6rem;
  }
}
.headline__sub.-sidebar, .headline__jp.-sidebar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #333;
}
.headline__sub.-sidebar::before, .headline__sub.-sidebar::after, .headline__jp.-sidebar::before, .headline__jp.-sidebar::after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #333;
}

.subhead {
  font-size: 2.8rem;
  font-family: var(--ff-cg-shippri);
  border-top: 1px dotted #ddd;
  position: relative;
  padding: 25px 0;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .subhead {
    font-size: 1.8rem;
    padding: 3.3333333333vw 0;
    margin-bottom: 2.6666666667vw;
  }
}
.subhead::after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  background-color: #8a8441;
}

#booking-package-locale-ja #booking-package_inputFormPanel .title_in_form {
  border: none;
}
#booking-package-locale-ja #booking-package_inputFormPanel .row {
  display: grid;
  grid-template-columns: 340px auto;
  border: none;
  align-items: center;
}
@media (max-width: 767px) {
  #booking-package-locale-ja #booking-package_inputFormPanel .row {
    grid-template-columns: 1fr;
  }
}
#booking-package-locale-ja #booking-package_inputFormPanel .name {
  font-size: 1.4rem;
  padding: 28px 0;
  font-family: var(--ff-shippri);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  #booking-package-locale-ja #booking-package_inputFormPanel .name {
    padding: 1.3333333333vw 0;
  }
}
#booking-package-locale-ja #booking-package_inputFormPanel .name::after {
  content: "任意";
  font-style: normal;
  width: 60px;
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  margin-right: 20px;
  position: static;
  margin-left: 0;
  background-color: #ddd;
}
#booking-package-locale-ja #booking-package_inputFormPanel .required::after {
  content: "必須";
  background-color: #8a8441;
  color: #fff;
}
#booking-package-locale-ja #booking-package_inputFormPanel #paymentPanel #booking-package_pay_locally {
  text-align: center;
}
#booking-package-locale-ja #booking-package_inputFormPanel #paymentPanel #booking-package_pay_locally .book_now_button {
  --color: #8a8441;
  background-color: var(--color);
  color: #fff;
  font-size: 1.8rem;
  font-family: var(--ff-shippri);
  width: 400px;
  height: 80px;
  margin: 0 auto 0;
  cursor: pointer;
  position: relative;
}
@media (max-width: 767px) {
  #booking-package-locale-ja #booking-package_inputFormPanel #paymentPanel #booking-package_pay_locally .book_now_button {
    width: 100%;
    height: 17.3333333333vw;
  }
}
@media (hover: hover) and (min-width: 1000px) {
  #booking-package-locale-ja #booking-package_inputFormPanel #paymentPanel #booking-package_pay_locally .book_now_button {
    transition: background var(--speed) ease-in;
  }
  #booking-package-locale-ja #booking-package_inputFormPanel #paymentPanel #booking-package_pay_locally .book_now_button:hover {
    background: color-mix(in srgb, var(--color), white 20%);
  }
}
#booking-package-locale-ja #booking-package_inputFormPanel #paymentPanel #booking-package_pay_locally .book_now_button::after {
  content: "";
  pointer-events: none;
  width: 15px;
  height: 11px;
  background: url(../images/common/arrow_white.webp) center/contain no-repeat;
  background-image: -webkit-image-set(url(../images/common/arrow_white.webp) 1x, url(../images/common/arrow_white@2x.webp) 2x);
  background-image: image-set(url(../images/common/arrow_white.webp) 1x, url(../images/common/arrow_white@2x.webp) 2x);
  position: absolute;
  right: 30px;
  top: 35px;
}
#booking-package-locale-ja #booking-package_inputFormPanel #nextAndReturnPanel {
  text-align: center;
  margin: 30px auto 0;
  width: 400px;
  position: relative;
}
#booking-package-locale-ja #booking-package_inputFormPanel #nextAndReturnPanel:has(.wpcf7c-force-hide) {
  display: none;
}
#booking-package-locale-ja #booking-package_inputFormPanel #nextAndReturnPanel .returnToSchedules {
  --color: #8a8441;
  background: none;
  border: none;
  cursor: pointer;
}

.cartPanel,
#booking-package-locale-ja #booking-package_inputFormPanel #nextAndReturnPanel {
  width: 100%;
}