@charset "UTF-8";
body.reservation .main .shopinfo .wrap .text .data::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (hover: hover) and (pointer: fine) {
  .hov {
    transition: opacity 0.3s;
  }
  @supports (filter: brightness(100%)) {
    .hov {
      transition-property: filter;
    }
  }
  .hov:hover {
    opacity: 0.8;
  }
  @supports (filter: brightness(100%)) {
    .hov:hover {
      filter: brightness(110%);
      opacity: 1;
    }
  }
}

* {
  -webkit-tap-highlight-color: transparent;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
form,
figure {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

summary {
  display: block;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}

th,
td {
  text-align: left;
  vertical-align: top;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
  height: auto;
}

input,
textarea,
select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

textarea {
  form-sizing: content;
}

button {
  color: inherit;
  font-family: inherit;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

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

[disabled] {
  cursor: not-allowed;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]),
button[type=button]:not([disabled]),
button[type=submit]:not([disabled]),
button[type=reset]:not([disabled]) {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition-duration: 0s !important;
    transition-delay: 0s !important;
  }
}
img,
video {
  max-width: 100%;
  height: auto;
}

:root {
  font-size: 100px;
}
@media screen and (max-width: 1440px) and (min-width: 751px) {
  :root {
    font-size: 6.9444444444vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 13.3333333333vw;
  }
}

html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
  scroll-padding-top: 1rem;
}
@media screen and (max-width: 750px) {
  html {
    scroll-padding-top: 1.6rem;
  }
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  background: #8B8B8B;
  color: #fff;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 0.14rem;
  letter-spacing: 0;
  line-height: 1.7857142857;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.28rem;
  }
}

.wrap {
  max-width: 12rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .wrap {
    padding-inline: 0.5rem;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .fadeUp {
    opacity: 0;
    translate: 0 1rem 0;
    transition: 0.8s;
    transition-property: opacity, translate;
  }
  .fadeUp.scrollIn {
    opacity: 1;
    translate: 0 0 0;
  }
}

@keyframes ticker {
  from {
    translate: 0 0 0;
  }
  to {
    translate: -50% 0 0;
  }
}
.gHeader {
  box-sizing: border-box;
  width: 100%;
  width: 100cqw;
  height: 0.8rem;
  padding: 0 0.4rem 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9000;
  background: #8B8B8B linear-gradient(#fff, #fff) 0 100%/100% 1px no-repeat;
}
@media (prefers-reduced-motion: no-preference) {
  .gHeader {
    transition: 0.4s;
    transition-property: background-color, color;
  }
}
@media screen and (max-width: 750px) {
  .gHeader {
    height: 1.2rem;
    padding: 0 0.35rem 0 0.2rem;
  }
}
body.mvIn .gHeader {
  color: #fff;
  background-color: transparent;
}
.gHeader .branding {
  width: 1.6rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .gHeader .branding {
    width: 2.82rem;
  }
}
.gHeader .branding svg path {
  fill: #fff;
}
.gHeader .gNav {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.gHeader .gNav .btn--menu {
  display: grid;
  place-items: center;
  width: 0.6rem;
  height: 0.8rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .btn--menu {
    width: 1rem;
    height: 1.2rem;
  }
}
.gHeader .gNav .btn--menu input {
  grid-area: 1/1;
  visibility: hidden;
}
.gHeader .gNav .btn--menu::before, .gHeader .gNav .btn--menu::after {
  content: "";
  display: block;
  grid-area: 1/1;
  background: currentColor;
  transition: 0.4s;
  transition-property: scale;
}
@media (prefers-reduced-motion: no-preference) {
  .gHeader .gNav .btn--menu::before, .gHeader .gNav .btn--menu::after {
    transition: background-color 0.4s;
  }
}
.gHeader .gNav .btn--menu::before {
  width: 100%;
  height: 1px;
}
.gHeader .gNav .btn--menu::after {
  width: 1px;
  height: 0.2rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .btn--menu::after {
    height: 0.5rem;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .gHeader .gNav .btn--menu::after {
    transition: scale 0.4s;
  }
}
.gHeader .gNav .navigation .list {
  display: flex;
  gap: 0.4rem;
  font-size: 0.13rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation {
    display: none;
  }
}
.gHeader .gNav .navigation a {
  display: grid;
  place-items: center;
}
.gHeader .gNav .navigation a .en,
.gHeader .gNav .navigation a .ja {
  grid-area: 1/1;
  display: block;
  text-align: center;
}
.gHeader .gNav .navigation a .ja {
  opacity: 0;
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .gHeader .gNav .navigation a .en,
  .gHeader .gNav .navigation a .ja {
    transition: opacity 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation a:hover .en {
    opacity: 0;
  }
  .gHeader .gNav .navigation a:hover .ja {
    opacity: 1;
  }
}
.gHeader .gMenu {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 65.278% 1fr;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background: #A0A0A0;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transition: 0.4s;
  transition-property: opacity, -webkit-clip-path;
  transition-property: opacity, clip-path;
  transition-property: opacity, clip-path, -webkit-clip-path;
}
@media screen and (max-width: 750px) {
  .gHeader .gMenu {
    grid-template-rows: auto 1fr;
    grid-template-columns: auto;
    height: 100dvh;
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
.gHeader .gMenu .menu {
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: center;
  justify-self: center;
  width: 5.4rem;
  padding: 0 0 0.16rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gMenu .menu {
    width: auto;
    padding: 2.4rem 0.7rem 0.85rem;
  }
}
.gHeader .gMenu .menu .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.05rem 0.6rem;
  padding: 0.025rem 0;
}
@media screen and (max-width: 750px) {
  .gHeader .gMenu .menu .list {
    gap: 0 0.7rem;
    padding: 0;
  }
}
.gHeader .gMenu .menu .list li {
  width: 2.4rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gMenu .menu .list li {
    width: 2.7rem;
  }
}
.gHeader .gMenu .menu .list a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.15rem;
  line-height: 0.4rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gMenu .menu .list a {
    font-size: 0.28rem;
    line-height: 0.75rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gMenu .menu .list a {
    position: relative;
  }
  .gHeader .gMenu .menu .list a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: currentColor;
    scale: 0 1;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .gHeader .gMenu .menu .list a::after {
    transition: scale 0.4s;
    transform-origin: right;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gMenu .menu .list a:hover::after {
    scale: 1 1;
    transform-origin: left;
  }
}
.gHeader .gMenu .menu .cv {
  display: flex;
  gap: 0 0.6rem;
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  .gHeader .gMenu .menu .cv {
    gap: 0 0.7rem;
    margin: 0.82rem 0 0;
  }
}
.gHeader .gMenu .menu .cv li {
  width: 2.4rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gMenu .menu .cv li {
    width: 2.7rem;
  }
}
.gHeader .gMenu .menu .cv a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(#fff, #fff) 0 100%/100% 1px no-repeat;
  font-size: 0.15rem;
  line-height: 0.4rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gMenu .menu .cv a {
    padding: 0 0 0.16rem;
    font-size: 0.28rem;
    line-height: 0.38rem;
  }
}
.gHeader .gMenu .menu .cv a .arw {
  width: 0.07rem;
  margin: 0 0.09rem 0 0;
  grid-area: 1/1;
  justify-self: flex-end;
}
@media screen and (max-width: 750px) {
  .gHeader .gMenu .menu .cv a .arw {
    width: 0.12rem;
    margin: 0 0.08rem 0 0;
  }
}
.gHeader .gMenu .menu .cv a .arw path {
  stroke: currentColor;
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .gHeader .gMenu .menu .cv a .arw {
    transition: translate 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gMenu .menu .cv a:hover .arw {
    translate: 100% 0 0;
  }
}
.gHeader .gMenu .menu .misc {
  display: flex;
  gap: 0.09rem;
  align-items: center;
  margin: 0.7rem 0 0;
  line-height: 0.16rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gMenu .menu .misc {
    gap: 0.35rem;
    margin: 1.05rem 0 0;
    line-height: 0.35rem;
  }
}
.gHeader .gMenu .menu .misc .instagram {
  width: 0.16rem;
}
@media screen and (max-width: 750px) {
  .gHeader .gMenu .menu .misc .instagram {
    width: 0.35rem;
  }
}
.gHeader .gMenu .menu .misc .privacy {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.1rem;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .gHeader .gMenu .menu .misc .privacy {
    font-size: 0.2rem;
  }
}
.gHeader .gMenu .image {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 750px) {
  .gHeader .gMenu .image {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.gHeader .gMenu .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gHeader:has(.btn--menu input:checked) .btn--menu::after {
  scale: 1 0;
}
.gHeader:has(.btn--menu input:checked) .gMenu {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.main .ttl--01 {
  display: flex;
  align-items: baseline;
  gap: 0.24rem;
  height: 0.55rem;
  background: linear-gradient(#D0D0D0, #D0D0D0) 0 100%/100% 1px no-repeat;
  font-weight: 400;
  line-height: 0.55rem;
}
@media screen and (max-width: 750px) {
  .main .ttl--01 {
    gap: 0.48rem;
    height: 0.7rem;
    padding: 0 0 0.15rem;
  }
}
.main .ttl--01 .en {
  font-size: 0.24rem;
}
@media screen and (max-width: 750px) {
  .main .ttl--01 .en {
    font-size: 0.48rem;
  }
}
.main .ttl--01 .ja {
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  .main .ttl--01 .ja {
    font-size: 0.24rem;
  }
}
.main .ttl--02 {
  display: flex;
  align-items: baseline;
  gap: 0.16rem;
  height: 0.55rem;
  font-weight: 400;
  line-height: 0.55rem;
}
@media screen and (max-width: 750px) {
  .main .ttl--02 {
    gap: 0.3rem;
  }
}
.main .ttl--02 .en {
  font-size: 0.36rem;
}
@media screen and (max-width: 750px) {
  .main .ttl--02 .en {
    font-size: 0.56rem;
  }
}
.main .ttl--02 .ja {
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  .main .ttl--02 .ja {
    font-size: 0.24rem;
  }
}
.main .btn--detail {
  display: grid;
  align-items: center;
  box-sizing: border-box;
  width: 2.4rem;
  height: 0.4rem;
  background: linear-gradient(currentColor, currentColor) 0 100%/100% 1px no-repeat;
}
@media screen and (max-width: 750px) {
  .main .btn--detail {
    width: 3.15rem;
    height: 0.5rem;
    padding: 0 0 0.12rem;
  }
}
.main .btn--detail .en,
.main .btn--detail .ja {
  grid-area: 1/1;
  font-size: 0.13rem;
}
@media screen and (max-width: 750px) {
  .main .btn--detail .en,
  .main .btn--detail .ja {
    font-size: 0.26rem;
  }
}
.main .btn--detail .ja {
  opacity: 0;
}
.main .btn--detail .arw {
  width: 0.07rem;
  margin: 0 0.09rem 0 0;
  grid-area: 1/1;
  justify-self: flex-end;
}
@media screen and (max-width: 750px) {
  .main .btn--detail .arw {
    width: 0.12rem;
    margin: 0 0.08rem 0 0;
  }
}
.main .btn--detail .arw path {
  stroke: currentColor;
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .main .btn--detail .en,
  .main .btn--detail .ja {
    transition: opacity 0.4s;
  }
  .main .btn--detail .arw {
    transition: translate 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .btn--detail:hover .en {
    opacity: 0;
  }
  .main .btn--detail:hover .ja {
    opacity: 1;
  }
  .main .btn--detail:hover .arw {
    translate: 100% 0 0;
  }
}
.main .btn--detail--small {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  border-bottom: 1px solid currentColor;
}
.main .btn--detail--small::after {
  content: "＞";
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .main .btn--detail--small::after {
    transition: translate 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .btn--detail--small:hover::after {
    translate: 50% 0 0;
  }
}
.main .pageHeader {
  display: grid;
}
.main .pageHeader .bg {
  grid-area: 1/1;
}
.main .pageHeader .bg img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .bg img {
    height: 11rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.main .pageHeader .text {
  grid-area: 1/1;
  padding: 20.3472222222% 0 0;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .text {
    padding: 5.25rem 0 0;
  }
}
.main .pageHeader .text .ttl {
  color: #fff;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
.main .pageHeader .text .ttl .en {
  display: block;
  font-size: 0.32rem;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .text .ttl .en {
    font-size: 0.48rem;
  }
}
.main .pageHeader .text .ttl .ja {
  display: block;
  margin: 0.16rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .text .ttl .ja {
    margin: 0.42rem 0 0;
  }
}
.main .breadCrumb {
  margin: 0.2rem 0 0;
}
.main .breadCrumb ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.12rem;
  line-height: 0.17rem;
}
@media screen and (max-width: 750px) {
  .main .breadCrumb ul {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
.main .breadCrumb li:nth-last-child(n+2)::after {
  content: ">";
  margin: 0 1em;
}
.main .breadCrumb a {
  text-decoration: underline;
}
.main .cv.concept {
  background: url(../imgs/bg-concept@2x.jpg) 50% 50%/cover no-repeat;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .main .cv.concept {
    background-image: url(../imgs/bg-concept_sp.jpg);
  }
}
.main .cv.concept .wrap {
  box-sizing: border-box;
  height: 5rem;
  padding: 1.2rem 0 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .cv.concept .wrap {
    height: 5.5rem;
    padding: 0.9rem 0.5rem 1rem;
  }
}
.main .cv.concept .text .catch {
  font-size: 0.18rem;
  line-height: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .cv.concept .text .catch {
    font-size: 0.38rem;
    line-height: 1;
  }
}
.main .cv.concept .text p {
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .cv.concept .text p {
    margin: 0.62rem 0 0;
  }
}
.main .cv.contact {
  padding: 0.88rem 0;
  position: relative;
  z-index: 1;
  background: #303030;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .main .cv.contact {
    padding: 0.9rem 0 1rem;
  }
}
.main .cv.contact .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .cv.contact .wrap {
    display: block;
  }
}
.main .cv.contact .text {
  width: 5.25rem;
  font-size: 0.15rem;
  line-height: 1.8666666667;
}
@media screen and (max-width: 750px) {
  .main .cv.contact .text {
    width: auto;
    font-size: inherit;
    line-height: inherit;
  }
}
.main .cv.contact .link {
  display: flex;
  justify-content: space-between;
  width: 5.4rem;
}
@media screen and (max-width: 750px) {
  .main .cv.contact .link {
    width: auto;
    margin: 0.6rem 0 0;
  }
}
.main .cv.consult {
  background: url(../imgs/bg-consult@2x.jpg) 50% 50%/cover no-repeat;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .main .cv.consult {
    background-image: url(../imgs/bg-consult_sp.jpg);
  }
}
.main .cv.consult .wrap {
  box-sizing: border-box;
  height: 5.2rem;
  padding: 1.2rem 0 1.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .main .cv.consult .wrap {
    height: 7.2rem;
    padding: 1rem 0.5rem 1.3rem;
  }
}
.main .cv.consult .text .catch {
  font-size: 0.18rem;
  line-height: 0.28rem;
}
@media screen and (max-width: 750px) {
  .main .cv.consult .text .catch {
    font-size: 0.38rem;
    line-height: 0.55rem;
  }
}
.main .cv.consult .text p {
  margin: 0.34rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .cv.consult .text p {
    margin: 0.5rem 0 0;
  }
}
body.home .main .hero {
  display: grid;
  position: relative;
  z-index: 1;
  -webkit-mask: url(../imgs/mask.png) 0 0/cover no-repeat;
          mask: url(../imgs/mask.png) 0 0/cover no-repeat;
}
body.home .main .hero .scrollDetector {
  width: 1px;
  height: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
body.home .main .hero .bg,
body.home .main .hero .catch,
body.home .main .hero .text,
body.home .main .hero .scrollAssist {
  grid-area: 1/1;
}
body.home .main .hero .bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
body.home .main .hero .bg img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home .main .hero .bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #939393;
  mix-blend-mode: multiply;
}
body.home .main .hero .catch {
  position: fixed;
  top: 50vh;
  left: 50%;
  z-index: 1;
  color: #fff;
  font-size: 0.54rem;
  letter-spacing: 0.05rem;
  line-height: 1;
  white-space: nowrap;
  translate: -50% -50%;
}
@media screen and (max-width: 750px) {
  body.home .main .hero .catch {
    font-size: 0.78rem;
  }
}
body.home .main .hero .text {
  display: grid;
  height: calc(100vh + 10rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  body.home .main .hero .text {
    height: calc(100vh + 12rem);
  }
}
body.home .main .hero .text .inner {
  grid-area: 1/1;
  box-sizing: border-box;
  width: 14rem;
  margin: 0 auto;
  padding: calc(100vh + 1rem) 0 0 5.08rem;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 750px) {
  body.home .main .hero .text .inner {
    width: auto;
    padding: 100vh 0.45rem 0;
  }
}
body.home .main .hero .text .inner p {
  font-size: 0.17rem;
  line-height: 2.2352941176;
}
@media screen and (max-width: 750px) {
  body.home .main .hero .text .inner p {
    font-size: 0.3rem;
    line-height: 1.6666666667;
  }
}
body.home .main .hero .text .inner .btn--detail {
  margin: 0.82rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .hero .text .inner .btn--detail {
    margin: 0.9rem 0 0;
  }
}
body.home .main .hero .scrollAssist {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 0.2rem;
  position: fixed;
  right: 0.5rem;
  bottom: 0.2rem;
  z-index: 1;
  color: #fff;
  font-size: 0.13rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.home .main .hero .scrollAssist {
    gap: 0.6rem;
    right: 50%;
    bottom: 1.2rem;
    font-size: 0.22rem;
    translate: 50% 0 0;
  }
}
body.home .main .hero .scrollAssist::before {
  content: "";
  display: block;
  width: 0.07rem;
  aspect-ratio: 1;
  background: #fff;
  border-radius: 50%;
  animation: scrollAssist 2s infinite ease-in-out;
}
@media screen and (max-width: 750px) {
  body.home .main .hero .scrollAssist::before {
    width: 0.14rem;
  }
}
@keyframes scrollAssist {
  0% {
    opacity: 0;
    translate: 0 -100% 0;
  }
  25%, 75% {
    opacity: 1;
    translate: 0 0 0;
  }
  100% {
    opacity: 0;
    translate: 0 100% 0;
  }
}
@media (prefers-reduced-motion: no-preference) {
  body.home .main .hero .catch,
  body.home .main .hero .scrollAssist {
    transition: opacity 0.4s ease-in-out;
  }
}
body.home .main .hero .catch,
body.home .main .hero .text .inner {
  opacity: 0;
}
body.home .main .hero.ready .catch {
  opacity: 1;
}
body.home .main .hero.scroll .catch,
body.home .main .hero.scroll .scrollAssist {
  opacity: 0;
}
body.home .main .hero.scroll .text .inner {
  opacity: 1;
}
@media (prefers-reduced-motion: no-preference) {
  body.home .main .hero.scroll .text .inner {
    transition: opacity 1s ease-in-out;
  }
}
body.home .main .section {
  position: relative;
  z-index: 1;
}
body.home .main .section.event {
  padding: 0.9rem 0 0.5rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.event {
    padding: 1.1rem 0 1rem;
    overflow: hidden;
  }
}
body.home .main .section.event .list {
  margin: 0.55rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .section.event .list {
    margin: 0.6rem -0.15rem 0;
    overflow: visible;
  }
}
@media screen and (min-width: 751px) {
  body.home .main .section.event .list .swiper-wrapper {
    display: flex;
    gap: 0.4rem;
    transform: none !important;
  }
}
@media screen and (min-width: 751px) {
  body.home .main .section.event .list .item {
    width: 5.6rem !important;
  }
}
@media screen and (max-width: 750px) {
  body.home .main .section.event .list .item {
    box-sizing: border-box;
    width: 6.8rem;
    padding: 0 0.15rem;
  }
}
body.home .main .section.event .list .item a {
  display: flex;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.event .list .item a {
    display: block;
  }
}
body.home .main .section.event .list .item a .image {
  width: 3rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.event .list .item a .image {
    width: auto;
  }
}
body.home .main .section.event .list .item a .image img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (hover: hover) and (pointer: fine) {
  body.home .main .section.event .list .item a .image {
    overflow: hidden;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.home .main .section.event .list .item a .image img {
    transition: scale 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  body.home .main .section.event .list .item a:hover .image img {
    scale: 1.05;
  }
}
body.home .main .section.event .list .item a .text {
  width: 2.4rem;
  padding: 0.36rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .section.event .list .item a .text {
    width: auto;
    padding: 0.27rem 9 9;
  }
}
body.home .main .section.event .list .item a .text .category {
  color: #F0F0F0;
  line-height: 0.2rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.event .list .item a .text .category {
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
body.home .main .section.event .list .item a .text .name {
  margin: 0.15rem 0 0;
  font-size: 0.18rem;
  line-height: 0.26rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.event .list .item a .text .name {
    margin: 0.08rem 0 0;
    font-size: 0.32rem;
    line-height: 1;
  }
}
body.home .main .section.event .list .item a .text .data {
  margin: 0.19rem 0 0;
  font-size: 0.12rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.event .list .item a .text .data {
    margin: 0.28rem 0 0;
    font-size: 0.24rem;
    line-height: 1.4583333333;
  }
}
body.home .main .section.event .list .pager {
  display: none;
}
@media screen and (max-width: 750px) {
  body.home .main .section.event .list .pager {
    display: flex;
    margin: 0.5rem 0 0;
    padding: 0 0.15rem;
    gap: 0.2rem;
  }
  body.home .main .section.event .list .pager .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    margin: 0;
    background: #606060;
    border-radius: 50%;
    opacity: 1;
  }
  body.home .main .section.event .list .pager .swiper-pagination-bullet-active {
    background: #D0D0D0;
  }
}
body.home .main .section.event .btn--detail {
  margin: 0.6rem auto 0;
}
@media screen and (max-width: 750px) {
  body.home .main .section.event .btn--detail {
    margin: 0.55rem auto 0;
  }
}
body.home .main .section.works {
  padding: 0.4rem 0 1rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.works {
    padding: 1.1rem 0 1rem;
  }
}
body.home .main .section.works .list {
  margin: 0.55rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem 0.6rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.works .list {
    margin: 0.6rem 0 0;
    gap: 0.53rem 0.38rem;
  }
}
body.home .main .section.works .list .item {
  width: 3.6rem;
  height: 5.22rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.works .list .item {
    width: 3.06rem;
    height: auto;
  }
}
body.home .main .section.works .list .item .image img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (hover: hover) and (pointer: fine) {
  body.home .main .section.works .list .item .image {
    overflow: hidden;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.home .main .section.works .list .item .image img {
    transition: scale 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  body.home .main .section.works .list .item:hover .image img {
    scale: 1.05;
  }
}
body.home .main .section.works .list .item .text {
  margin: 0.1rem 0 0;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.home .main .section.works .list .item .text {
    display: block;
    margin: 0.12rem 0 0;
  }
}
body.home .main .section.works .list .item .text .name {
  font-size: 0.15rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.works .list .item .text .name {
    font-size: 0.26rem;
    line-height: 0.38rem;
  }
}
body.home .main .section.works .btn--detail {
  margin: 0.48rem auto 0;
}
@media screen and (max-width: 750px) {
  body.home .main .section.works .btn--detail {
    margin: 0.73rem auto 0;
  }
}
body.home .main .section.company {
  container-type: inline-size;
  padding: 1.2rem 0;
}
@media screen and (max-width: 750px) {
  body.home .main .section.company {
    padding: 0 0 1rem;
  }
}
body.home .main .section.company .wrap {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 8.2rem 1fr;
  gap: 0.6rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.company .wrap {
    display: block;
  }
}
body.home .main .section.company .image {
  grid-row: 1/2;
  grid-column: 1/2;
  margin-left: calc(6rem - 50cqw);
  overflow: hidden;
  /*@include hover {
  	@include animation {
  		img {
  			transition: translate 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  		}
  	}

  	&:hover {
  		img {
  			translate: 0 -4% 0;
  		}
  	}
  }*/
}
@media screen and (max-width: 750px) {
  body.home .main .section.company .image {
    height: 3.98rem;
    margin: 0 -0.5rem;
  }
}
body.home .main .section.company .image img {
  width: 100%;
}
body.home .main .section.company .text {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: center;
}
@media screen and (max-width: 750px) {
  body.home .main .section.company .text {
    margin: 0.7rem 0 0;
  }
}
body.home .main .section.company .text p {
  margin: 0.45rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .section.company .text p {
    margin: 0.6rem 0 0;
  }
}
body.home .main .section.company .text .data {
  margin: 0.25rem 0 0;
  font-size: 0.12rem;
  line-height: 2.0833333333;
}
@media screen and (max-width: 750px) {
  body.home .main .section.company .text .data {
    margin: 0.4rem 0 0;
    font-size: 0.28rem;
    line-height: 1.7857142857;
  }
}
body.home .main .section.company .text .btn--detail {
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .section.company .text .btn--detail {
    margin: 0.6rem auto 0;
  }
}
body.home .main .interlude {
  display: grid;
  height: 6.2rem;
  -webkit-mask: url(../imgs/mask.png) 0 0/cover no-repeat;
          mask: url(../imgs/mask.png) 0 0/cover no-repeat;
}
@media screen and (max-width: 750px) {
  body.home .main .interlude {
    height: 8rem;
  }
}
body.home .main .interlude picture {
  grid-area: 1/1;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: -1;
}
body.home .main .interlude img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.home .main .section.news {
  padding: 0.6rem 0 0.8rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.news {
    padding: 1.1rem 0 1rem;
  }
}
body.home .main .section.news .wrap {
  display: grid;
  grid-template-rows: 1fr auto;
  grid-template-columns: 2.4rem 1fr 8.1rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.news .wrap {
    display: block;
  }
}
body.home .main .section.news .ttl {
  grid-row: 1/2;
  grid-column: 1/2;
  background: none;
}
@media screen and (min-width: 751px) {
  body.home .main .section.news .ttl {
    display: block;
    height: auto;
    padding: 0.05rem 0 0;
  }
  body.home .main .section.news .ttl .en {
    display: block;
    line-height: 0.45rem;
  }
  body.home .main .section.news .ttl .ja {
    display: block;
    line-height: 1;
  }
}
@media screen and (max-width: 750px) {
  body.home .main .section.news .ttl {
    padding: 0;
  }
}
body.home .main .section.news .list {
  grid-row: 1/3;
  grid-column: 3/4;
  padding: 0.2rem 0 0;
  border-bottom: 1px solid #D0D0D0;
}
@media screen and (max-width: 750px) {
  body.home .main .section.news .list {
    margin: 0.75rem 0 0;
    padding: 0;
  }
}
body.home .main .section.news .list li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 0.6rem;
  padding: 0 0 0 0.1rem;
  border-top: 1px solid #D0D0D0;
}
@media screen and (max-width: 750px) {
  body.home .main .section.news .list li {
    display: grid;
    grid-template-rows: 50% 50%;
    grid-template-columns: 1.5rem 1fr;
    height: auto;
    padding: 0;
  }
}
body.home .main .section.news .list li .date,
body.home .main .section.news .list li .category {
  width: 0.8rem;
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.news .list li .date,
  body.home .main .section.news .list li .category {
    width: auto;
    grid-column: 1/2;
    font-size: 0.22rem;
    line-height: 0.32rem;
  }
}
@media screen and (max-width: 750px) {
  body.home .main .section.news .list li .date {
    grid-row: 1/2;
    align-self: flex-end;
  }
}
body.home .main .section.news .list li .category {
  color: #F0F0F0;
}
@media screen and (max-width: 750px) {
  body.home .main .section.news .list li .category {
    grid-row: 2/3;
    align-self: flex-start;
  }
}
body.home .main .section.news .list li .title {
  box-sizing: border-box;
  width: calc(100% - 1.6rem);
  padding: 0 0.25rem 0 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  body.home .main .section.news .list li .title {
    grid-row: 1/3;
    grid-column: 2/3;
    display: flex;
    align-items: center;
    width: auto;
    min-height: 1.2rem;
    padding: 0 0.28rem 0 0;
  }
}
body.home .main .section.news .list li .title::after {
  content: "";
  display: block;
  width: 0.07rem;
  aspect-ratio: 15/12;
  background: url(../imgs/arw01_w.svg) 0 0/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0.09rem;
  translate: 0 -50% 0;
}
@media screen and (max-width: 750px) {
  body.home .main .section.news .list li .title::after {
    width: 0.12rem;
    right: 0.08rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.home .main .section.news .list li .title::after {
    transition: translate 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  body.home .main .section.news .list li .title:hover::after {
    translate: 100% -50% 0;
  }
}
body.home .main .section.news .btn--detail {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media screen and (max-width: 750px) {
  body.home .main .section.news .btn--detail {
    margin: 0.7rem auto 0;
  }
}
body.home .main .section.flow {
  container-type: inline-size;
  padding: 1.2rem 0;
}
@media screen and (max-width: 750px) {
  body.home .main .section.flow {
    padding: 0.8rem 0 1rem;
  }
}
body.home .main .section.flow .wrap {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 3.2rem 1fr;
  gap: 0.6rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.flow .wrap {
    display: block;
  }
}
body.home .main .section.flow .image {
  grid-row: 1/2;
  grid-column: 2/3;
  display: grid;
  margin-right: calc(6rem - 50cqw);
  aspect-ratio: 940/540;
}
@media screen and (max-width: 750px) {
  body.home .main .section.flow .image {
    height: 4.28rem;
    margin: 0 -0.5rem;
    aspect-ratio: unset;
  }
}
body.home .main .section.flow .image--01, body.home .main .section.flow .image--02 {
  grid-area: 1/1;
}
body.home .main .section.flow .image--01 {
  align-self: flex-start;
  width: 7.2rem;
  width: 76.5957446809%;
}
@media screen and (max-width: 750px) {
  body.home .main .section.flow .image--01 {
    width: 5.75rem;
  }
}
body.home .main .section.flow .image--02 {
  align-self: flex-end;
  justify-self: flex-end;
  width: 31.914893617%;
  position: relative;
}
@media screen and (max-width: 750px) {
  body.home .main .section.flow .image--02 {
    width: 2.38rem;
  }
}
body.home .main .section.flow .image img {
  width: 100%;
}
body.home .main .section.flow .text {
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 1.3rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .section.flow .text {
    padding: 0.22rem 0 0;
  }
}
body.home .main .section.flow .text p {
  margin: 0.45rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .section.flow .text p {
    margin: 0.6rem 0 0;
  }
}
body.home .main .section.flow .text .btn--detail {
  margin: 0.55rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .section.flow .text .btn--detail {
    margin: 0.6rem auto 0;
  }
}
body.home .main .section.faq {
  padding: 0.6rem 0 0.6rem;
  background: #939393;
}
@media screen and (max-width: 750px) {
  body.home .main .section.faq {
    padding: 1.1rem 0 0.6rem;
    position: relative;
    z-index: 1;
  }
}
body.home .main .section.faq .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  body.home .main .section.faq .wrap {
    display: block;
  }
}
body.home .main .section.faq .ttl {
  background: none;
}
@media screen and (min-width: 751px) {
  body.home .main .section.faq .ttl {
    display: block;
    height: auto;
    padding: 0.05rem 0 0;
  }
  body.home .main .section.faq .ttl .en {
    display: block;
    line-height: 0.45rem;
  }
  body.home .main .section.faq .ttl .ja {
    display: block;
    line-height: 1;
  }
}
body.home .main .section.faq .list {
  width: 8.1rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.faq .list {
    width: auto;
    margin: 0.32rem 0 0;
  }
}
body.home .main .section.faq .list .item {
  border-bottom: 1px solid #D0D0D0;
  padding: 0.2rem 0;
  line-height: 1.4285714286;
}
@media screen and (max-width: 750px) {
  body.home .main .section.faq .list .item {
    line-height: 1.4642857143;
  }
}
body.home .main .section.faq .list .item .summary {
  padding: 0 0 0 0.4rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  body.home .main .section.faq .list .item .summary {
    padding: 0.29rem 0 0.29rem 0.8rem;
  }
}
body.home .main .section.faq .list .item .summary::before, body.home .main .section.faq .list .item .summary::after {
  content: "";
  display: block;
  width: 0.13rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0.1rem;
  background: #B73400;
}
@media screen and (max-width: 750px) {
  body.home .main .section.faq .list .item .summary::before, body.home .main .section.faq .list .item .summary::after {
    width: 0.3rem;
    left: 0.2rem;
  }
}
body.home .main .section.faq .list .item .summary::after {
  rotate: 90deg;
}
@media (prefers-reduced-motion: no-preference) {
  body.home .main .section.faq .list .item .summary::after {
    transition: scale 0.4s;
  }
}
body.home .main .section.faq .list .item .summary.active::after {
  scale: 0 1;
}
body.home .main .section.faq .list .item .detail {
  display: none;
  padding: 0.15rem 0 0.05rem 0.7rem;
  color: #F0F0F0;
  background: linear-gradient(#B73400, #B73400) 0.55rem 0.1rem/1px calc(100% - 0.1rem) no-repeat;
}
@media screen and (max-width: 750px) {
  body.home .main .section.faq .list .item .detail {
    padding: 0.1rem 0 0.52rem 1.5rem;
    background-position: 1.2rem 0;
    background-size: 1px calc(100% - 0.4rem);
  }
}
body.home .main .section.faq .list .item:last-child {
  border-bottom: none;
}
body.home .main .section.catalog {
  padding: 0.6rem 0 0;
  background: #303030;
  color: #fff;
}
@media screen and (max-width: 750px) {
  body.home .main .section.catalog {
    padding: 0.87rem 0 0;
  }
}
body.home .main .section.catalog .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  body.home .main .section.catalog .wrap {
    display: block;
  }
}
body.home .main .section.catalog .text .ttl {
  background: none;
}
@media screen and (min-width: 751px) {
  body.home .main .section.catalog .text .ttl {
    display: block;
    height: auto;
    padding: 0.05rem 0 0;
  }
  body.home .main .section.catalog .text .ttl .en {
    display: block;
    line-height: 0.45rem;
  }
}
body.home .main .section.catalog .text p {
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.home .main .section.catalog .text p {
    margin: 0.4rem 0 0;
    line-height: 1.4285714286;
  }
}
body.home .main .section.catalog .text .btn--detail {
  margin: 0.46rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .section.catalog .text .btn--detail {
    margin: 0.65rem auto 0;
  }
}
body.home .main .section.catalog .image {
  width: 4.6rem;
}
@media screen and (max-width: 750px) {
  body.home .main .section.catalog .image {
    margin: 0.7rem auto 0;
  }
}
body.home .main .about .item {
  display: grid;
  overflow: hidden;
}
body.home .main .about .item .bg {
  grid-area: 1/1;
}
body.home .main .about .item .bg img {
  width: 100%;
}
body.home .main .about .item .text {
  grid-area: 1/1;
  align-self: center;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item .text {
    align-self: stretch;
  }
}
body.home .main .about .item .text .catch {
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item .text .catch {
    font-size: 0.38rem;
  }
}
body.home .main .about .item .text p {
  margin: 0.36rem 0 0;
  font-size: 0.13rem;
  line-height: 1.9230769231;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item .text p {
    margin: 0.6rem 0 0;
    font-size: 0.26rem;
    line-height: 1.6923076923;
  }
}
body.home .main .about .item--01 .text {
  padding: 0.05rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item--01 .text {
    padding: 1rem 0 0;
  }
}
body.home .main .about .item--01 .text .catch {
  line-height: 1.3333333333;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item--01 .text .catch {
    line-height: 1.4473684211;
  }
}
@media screen and (max-width: 750px) {
  body.home .main .about .item--01 .text p {
    margin: 0.6rem 0 0;
  }
}
body.home .main .about .item--02 .text .catch, body.home .main .about .item--03 .text .catch {
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item--02 .text .catch, body.home .main .about .item--03 .text .catch {
    line-height: 1.4473684211;
  }
}
@media screen and (max-width: 750px) {
  body.home .main .about .item--02 .text p, body.home .main .about .item--03 .text p {
    margin: 0.55rem 0 0;
  }
}
body.home .main .about .item--02 .text {
  padding: 0 0 0.25rem;
}
@media screen and (max-width: 750px) {
  body.home .main .about .item--02 .text {
    padding: 1rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  body.home .main .about .item--03 .text {
    padding: 1rem 0 0;
  }
}
body.home .main .consult {
  container-type: inline-size;
  padding: 1.2rem 0;
  position: relative;
  z-index: 1;
  background: #939393;
}
@media screen and (max-width: 750px) {
  body.home .main .consult {
    padding: 1rem 0;
  }
}
body.home .main .consult .wrap {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 8.2rem 1fr;
  gap: 0.6rem;
}
@media screen and (max-width: 750px) {
  body.home .main .consult .wrap {
    display: block;
  }
}
body.home .main .consult .image {
  grid-row: 1/2;
  grid-column: 1/2;
  margin-left: calc(6rem - 50cqw);
}
@media screen and (max-width: 750px) {
  body.home .main .consult .image {
    margin: 0 -0.5rem;
  }
}
body.home .main .consult .image img {
  width: 100%;
}
body.home .main .consult .text {
  grid-row: 1/2;
  grid-column: 2/3;
  align-self: center;
}
@media screen and (max-width: 750px) {
  body.home .main .consult .text {
    padding: 0.62rem 0 0;
  }
}
body.home .main .consult .text .catch {
  font-size: 0.18rem;
  line-height: 1.5555555556;
}
@media screen and (max-width: 750px) {
  body.home .main .consult .text .catch {
    font-size: 0.38rem;
    line-height: 1.4473684211;
  }
}
body.home .main .consult .text p {
  margin: 0.24rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .consult .text p {
    margin: 0.4rem 0 0;
    font-size: 0.26rem;
    line-height: 1.6923076923;
  }
}
body.home .main .consult .text .btn--detail {
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 750px) {
  body.home .main .consult .text .btn--detail {
    margin: 0.54rem auto 0;
  }
}
body.concept .main {
  container-type: inline-size;
}
body.concept .main .sNav {
  width: 4.4rem;
  margin: 0.78rem auto 0;
}
@media screen and (max-width: 750px) {
  body.concept .main .sNav {
    width: 5.6rem;
    margin: 0.78rem auto 0;
  }
}
body.concept .main .sNav ul {
  display: flex;
  justify-content: space-between;
}
body.concept .main .sNav li {
  width: 1.2rem;
}
@media screen and (max-width: 750px) {
  body.concept .main .sNav li {
    width: 1.6rem;
  }
}
body.concept .main .sNav a {
  display: flex;
  justify-content: space-between;
  font-size: 0.12rem;
  line-height: 0.38rem;
  padding: 0 0 0.07rem;
  background: linear-gradient(#D0D0D0, #D0D0D0) 0 100%/100% 1px no-repeat;
}
@media screen and (max-width: 750px) {
  body.concept .main .sNav a {
    font-size: 0.26rem;
    line-height: 0.38rem;
    padding: 0 0 0.12rem;
  }
}
body.concept .main .sNav a::after {
  content: "";
  display: block;
  width: 0.07rem;
  height: 0.38rem;
  background: url(../imgs/arw02.svg) 0 50%/100% auto no-repeat;
}
@media screen and (max-width: 750px) {
  body.concept .main .sNav a::after {
    width: 0.14rem;
    margin-right: 0.06rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.concept .main .sNav a::after {
    transition: translate 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  body.concept .main .sNav a:hover::after {
    translate: 0 0.5em 0;
  }
}
body.concept .main section.concept {
  margin: 1.08rem 0 0;
}
@media screen and (max-width: 750px) {
  body.concept .main section.concept {
    margin: 0.8rem 0 0;
  }
}
body.concept .main section.concept .lead {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 8.2rem;
  gap: 0.6rem;
  margin: 0 0 1.5rem;
}
@media screen and (max-width: 750px) {
  body.concept .main section.concept .lead {
    display: block;
    margin: 0 0 1rem;
  }
}
body.concept .main section.concept .lead .image {
  grid-row: 1/2;
  grid-column: 2/3;
  margin-right: calc(6rem - 50cqw);
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  body.concept .main section.concept .lead .image {
    margin: 0 -0.5rem;
  }
}
body.concept .main section.concept .lead .image img {
  width: 100%;
  height: 5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  body.concept .main section.concept .lead .image img {
    height: 3.98rem;
  }
}
body.concept .main section.concept .lead .text {
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: center;
}
@media screen and (max-width: 750px) {
  body.concept .main section.concept .lead .text {
    margin: 0.6rem 0 0;
  }
}
body.concept .main section.concept .lead .text p {
  margin: 0.55rem 0 0;
}
@media screen and (max-width: 750px) {
  body.concept .main section.concept .lead .text p {
    margin: 0.6rem 0 0;
    line-height: 0.45rem;
  }
}
body.concept .main section.concept .section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1.3rem 0 0;
}
@media screen and (max-width: 750px) {
  body.concept .main section.concept .section {
    display: block;
    margin: 1rem 0 0;
  }
}
body.concept .main section.concept .section:nth-of-type(even) {
  flex-direction: row-reverse;
}
body.concept .main section.concept .section .image {
  width: 6rem;
}
@media screen and (max-width: 750px) {
  body.concept .main section.concept .section .image {
    width: auto;
  }
}
body.concept .main section.concept .section .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.45rem;
  width: 5.3rem;
}
@media screen and (max-width: 750px) {
  body.concept .main section.concept .section .text {
    gap: 0.55rem;
    width: auto;
    margin: 0.43rem 0 0;
  }
}
body.concept .main section.concept .section .text .headline .num {
  color: #F0F0F0;
}
@media screen and (max-width: 750px) {
  body.concept .main section.concept .section .text .headline .num {
    font-size: 0.28rem;
    line-height: 1;
  }
}
body.concept .main section.concept .section .text .headline .ttl {
  margin: 0.1rem 0 0;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.25rem;
}
@media screen and (max-width: 750px) {
  body.concept .main section.concept .section .text .headline .ttl {
    margin: 0.2rem 0 0;
    font-size: 0.44rem;
    line-height: 1;
  }
}
body.concept .main section.concept .section .text .item .ttl {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.25rem;
}
@media screen and (max-width: 750px) {
  body.concept .main section.concept .section .text .item .ttl {
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
}
body.concept .main section.concept .section .text .item .ttl .en {
  font-size: 0.11rem;
}
@media screen and (max-width: 750px) {
  body.concept .main section.concept .section .text .item .ttl .en {
    font-size: 0.24rem;
  }
}
body.concept .main section.concept .section .text .item .ttl .detail {
  font-size: 0.13rem;
}
@media screen and (max-width: 750px) {
  body.concept .main section.concept .section .text .item .ttl .detail {
    font-size: 0.24rem;
  }
}
body.concept .main section.concept .section .text .item p {
  margin: 0.12rem 0 0;
  font-size: 0.12rem;
  line-height: 0.22rem;
}
@media screen and (max-width: 750px) {
  body.concept .main section.concept .section .text .item p {
    margin: 0.23rem 0 0;
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
}
body.concept .main section.quality {
  margin: 1.4rem 0 0;
  padding: 0.9rem 0 0.75rem;
  background: #939393;
}
@media screen and (max-width: 750px) {
  body.concept .main section.quality {
    margin: 0.98rem 0 0;
    padding: 1.1rem 0 1rem;
  }
}
body.concept .main section.quality .lead p {
  margin: 0.35rem 0 0;
}
@media screen and (max-width: 750px) {
  body.concept .main section.quality .lead p {
    margin: 0.55rem 0 0;
  }
}
body.concept .main section.quality .list {
  display: flex;
  justify-content: space-between;
  margin: 0.65rem 0 0;
  padding: 0.05rem 0 0.08rem;
  background-image: linear-gradient(#D0D0D0, #D0D0D0), linear-gradient(#D0D0D0, #D0D0D0), linear-gradient(#D0D0D0, #D0D0D0);
  background-position: 24% 0, 50% 0, 76% 0;
  background-size: 1px 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  body.concept .main section.quality .list {
    display: block;
    margin: 0.7rem 0 0;
    padding: 0;
    background: none;
  }
}
body.concept .main section.quality .list .item {
  width: 2.6rem;
}
@media screen and (max-width: 750px) {
  body.concept .main section.quality .list .item {
    width: auto;
  }
  body.concept .main section.quality .list .item:nth-child(n+2) {
    margin: 0.4rem 0 0;
    border-top: 1px solid #D0D0D0;
    padding: 0.4rem 0 0;
  }
}
body.concept .main section.quality .list .item .legend {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.25rem;
}
@media screen and (max-width: 750px) {
  body.concept .main section.quality .list .item .legend {
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
}
body.concept .main section.quality .list .item .legend::before {
  content: "・";
}
body.concept .main section.quality .list .item p {
  margin: 0.1rem 0 0;
  font-size: 0.13rem;
  line-height: 0.23rem;
}
@media screen and (max-width: 750px) {
  body.concept .main section.quality .list .item p {
    margin: 0.19rem 0 0;
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
}
body.concept .main section.support {
  padding: 0.9rem 0 0;
}
@media screen and (max-width: 750px) {
  body.concept .main section.support {
    padding: 1.1rem 0 0;
  }
}
body.concept .main section.support .list {
  display: flex;
  justify-content: space-between;
  margin: 0.45rem 0 0;
  background-image: linear-gradient(#D0D0D0, #D0D0D0), linear-gradient(#D0D0D0, #D0D0D0), linear-gradient(#D0D0D0, #D0D0D0), linear-gradient(#D0D0D0, #D0D0D0);
  background-position: 19% 0, 40% 0, 60% 0, 81% 0;
  background-size: 1px 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
  body.concept .main section.support .list {
    display: block;
    margin: 0.75rem 0 0;
    background: none;
  }
}
body.concept .main section.support .list li {
  width: 2rem;
  padding: 0.05rem 0;
  font-size: 0.16rem;
  line-height: 0.25rem;
}
@media screen and (max-width: 750px) {
  body.concept .main section.support .list li {
    width: auto;
    padding: 0;
    font-size: 0.32rem;
    line-height: 0.46rem;
  }
  body.concept .main section.support .list li:nth-child(n+2) {
    margin: 0.4rem 0 0;
    border-top: 1px solid #D0D0D0;
    padding: 0.4rem 0 0;
  }
}
body.concept .main section.support .list li::before {
  content: "・";
}
body.concept .main section.support .list li .period {
  margin: 0 0 0 0.08rem;
  color: #F0F0F0;
  font-size: 0.13rem;
}
@media screen and (max-width: 750px) {
  body.concept .main section.support .list li .period {
    margin: 0 0 0 0.2rem;
    font-size: 0.28rem;
  }
}
body.concept .main .consult {
  margin: 1.15rem 0 0;
}
@media screen and (max-width: 750px) {
  body.concept .main .consult {
    margin: 1.1rem 0 0;
  }
}
body.post-type-archive-works .main .toc .nav, body.tax-works_type .main .toc .nav, body.tax-works_size .main .toc .nav, body.post-type-archive-event .main .toc .nav, body.tax-event_cat .main .toc .nav {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-works .main .toc .nav, body.tax-works_type .main .toc .nav, body.tax-works_size .main .toc .nav, body.post-type-archive-event .main .toc .nav, body.tax-event_cat .main .toc .nav {
    gap: 0.4rem;
  }
}
body.post-type-archive-works .main .toc .nav .group, body.tax-works_type .main .toc .nav .group, body.tax-works_size .main .toc .nav .group, body.post-type-archive-event .main .toc .nav .group, body.tax-event_cat .main .toc .nav .group {
  display: flex;
  font-size: 0.13rem;
  line-height: 0.24rem;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-works .main .toc .nav .group, body.tax-works_type .main .toc .nav .group, body.tax-works_size .main .toc .nav .group, body.post-type-archive-event .main .toc .nav .group, body.tax-event_cat .main .toc .nav .group {
    display: block;
    font-size: 0.24rem;
  }
}
body.post-type-archive-works .main .toc .nav .group .legend, body.tax-works_type .main .toc .nav .group .legend, body.tax-works_size .main .toc .nav .group .legend, body.post-type-archive-event .main .toc .nav .group .legend, body.tax-event_cat .main .toc .nav .group .legend {
  box-sizing: border-box;
  width: 1rem;
  border-right: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-works .main .toc .nav .group .legend, body.tax-works_type .main .toc .nav .group .legend, body.tax-works_size .main .toc .nav .group .legend, body.post-type-archive-event .main .toc .nav .group .legend, body.tax-event_cat .main .toc .nav .group .legend {
    width: -moz-fit-content;
    width: fit-content;
    border-right: none;
    border-left: none;
  }
}
body.post-type-archive-works .main .toc .nav .group ul, body.tax-works_type .main .toc .nav .group ul, body.tax-works_size .main .toc .nav .group ul, body.post-type-archive-event .main .toc .nav .group ul, body.tax-event_cat .main .toc .nav .group ul {
  display: flex;
  gap: 0.35rem;
  padding: 0 0 0 0.3rem;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-works .main .toc .nav .group ul, body.tax-works_type .main .toc .nav .group ul, body.tax-works_size .main .toc .nav .group ul, body.post-type-archive-event .main .toc .nav .group ul, body.tax-event_cat .main .toc .nav .group ul {
    gap: 0.2rem;
    margin: 0.2rem 0 0;
    padding: 0;
  }
}
body.post-type-archive-works .main .toc .nav .group a, body.tax-works_type .main .toc .nav .group a, body.tax-works_size .main .toc .nav .group a, body.post-type-archive-event .main .toc .nav .group a, body.tax-event_cat .main .toc .nav .group a {
  display: flex;
  align-items: center;
  gap: 0.04rem;
  color: #F0F0F0;
}
body.post-type-archive-works .main .toc .nav .group a::before, body.tax-works_type .main .toc .nav .group a::before, body.tax-works_size .main .toc .nav .group a::before, body.post-type-archive-event .main .toc .nav .group a::before, body.tax-event_cat .main .toc .nav .group a::before {
  content: "";
  display: block;
  width: 0.07rem;
  aspect-ratio: 1/1;
  background: #D9D9D9;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-works .main .toc .nav .group a::before, body.tax-works_type .main .toc .nav .group a::before, body.tax-works_size .main .toc .nav .group a::before, body.post-type-archive-event .main .toc .nav .group a::before, body.tax-event_cat .main .toc .nav .group a::before {
    width: 0.1rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.post-type-archive-works .main .toc .nav .group a, body.tax-works_type .main .toc .nav .group a, body.tax-works_size .main .toc .nav .group a, body.post-type-archive-event .main .toc .nav .group a, body.tax-event_cat .main .toc .nav .group a {
    transition: 0.4s color;
  }
  body.post-type-archive-works .main .toc .nav .group a::before, body.tax-works_type .main .toc .nav .group a::before, body.tax-works_size .main .toc .nav .group a::before, body.post-type-archive-event .main .toc .nav .group a::before, body.tax-event_cat .main .toc .nav .group a::before {
    transition: 0.4s background-color;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  body.post-type-archive-works .main .toc .nav .group a:hover, body.tax-works_type .main .toc .nav .group a:hover, body.tax-works_size .main .toc .nav .group a:hover, body.post-type-archive-event .main .toc .nav .group a:hover, body.tax-event_cat .main .toc .nav .group a:hover {
    color: #fff;
  }
  body.post-type-archive-works .main .toc .nav .group a:hover::before, body.tax-works_type .main .toc .nav .group a:hover::before, body.tax-works_size .main .toc .nav .group a:hover::before, body.post-type-archive-event .main .toc .nav .group a:hover::before, body.tax-event_cat .main .toc .nav .group a:hover::before {
    background: #B73400;
  }
}
body.post-type-archive-works .main .toc .nav .group a.active, body.tax-works_type .main .toc .nav .group a.active, body.tax-works_size .main .toc .nav .group a.active, body.post-type-archive-event .main .toc .nav .group a.active, body.tax-event_cat .main .toc .nav .group a.active {
  color: #fff;
}
body.post-type-archive-works .main .toc .nav .group a.active::before, body.tax-works_type .main .toc .nav .group a.active::before, body.tax-works_size .main .toc .nav .group a.active::before, body.post-type-archive-event .main .toc .nav .group a.active::before, body.tax-event_cat .main .toc .nav .group a.active::before {
  background: #B73400;
}
body.post-type-archive-works .main .toc .list, body.tax-works_type .main .toc .list, body.tax-works_size .main .toc .list, body.post-type-archive-event .main .toc .list, body.tax-event_cat .main .toc .list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (hover: hover) and (pointer: fine) {
  body.post-type-archive-works .main .toc .list a.item .image, body.tax-works_type .main .toc .list a.item .image, body.tax-works_size .main .toc .list a.item .image, body.post-type-archive-event .main .toc .list a.item .image, body.tax-event_cat .main .toc .list a.item .image {
    overflow: hidden;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.post-type-archive-works .main .toc .list a.item .image img, body.tax-works_type .main .toc .list a.item .image img, body.tax-works_size .main .toc .list a.item .image img, body.post-type-archive-event .main .toc .list a.item .image img, body.tax-event_cat .main .toc .list a.item .image img {
    transition: scale 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  body.post-type-archive-works .main .toc .list a.item:hover .image img, body.tax-works_type .main .toc .list a.item:hover .image img, body.tax-works_size .main .toc .list a.item:hover .image img, body.post-type-archive-event .main .toc .list a.item:hover .image img, body.tax-event_cat .main .toc .list a.item:hover .image img {
    scale: 1.05;
  }
}
body.post-type-archive-works .main .toc .pagination .nav-links, body.tax-works_type .main .toc .pagination .nav-links, body.tax-works_size .main .toc .pagination .nav-links, body.post-type-archive-event .main .toc .pagination .nav-links, body.tax-event_cat .main .toc .pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}
body.post-type-archive-works .main .toc .pagination .page-numbers, body.tax-works_type .main .toc .pagination .page-numbers, body.tax-works_size .main .toc .pagination .page-numbers, body.post-type-archive-event .main .toc .pagination .page-numbers, body.tax-event_cat .main .toc .pagination .page-numbers {
  width: 0.28rem;
  padding: 0.08rem 0;
  line-height: 0.2rem;
  text-align: center;
}
body.post-type-archive-works .main .toc .pagination .page-numbers::after, body.tax-works_type .main .toc .pagination .page-numbers::after, body.tax-works_size .main .toc .pagination .page-numbers::after, body.post-type-archive-event .main .toc .pagination .page-numbers::after, body.tax-event_cat .main .toc .pagination .page-numbers::after {
  content: "";
  display: block;
  width: 0.07rem;
  aspect-ratio: 1/1;
  margin: 0.04rem auto 0;
  background: #D9D9D9;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-works .main .toc .pagination .page-numbers::after, body.tax-works_type .main .toc .pagination .page-numbers::after, body.tax-works_size .main .toc .pagination .page-numbers::after, body.post-type-archive-event .main .toc .pagination .page-numbers::after, body.tax-event_cat .main .toc .pagination .page-numbers::after {
    width: 0.1rem;
    margin: 0.1rem auto 0;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.post-type-archive-works .main .toc .pagination .page-numbers::after, body.tax-works_type .main .toc .pagination .page-numbers::after, body.tax-works_size .main .toc .pagination .page-numbers::after, body.post-type-archive-event .main .toc .pagination .page-numbers::after, body.tax-event_cat .main .toc .pagination .page-numbers::after {
    transition: 0.4s background-color;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  body.post-type-archive-works .main .toc .pagination .page-numbers:hover::after, body.tax-works_type .main .toc .pagination .page-numbers:hover::after, body.tax-works_size .main .toc .pagination .page-numbers:hover::after, body.post-type-archive-event .main .toc .pagination .page-numbers:hover::after, body.tax-event_cat .main .toc .pagination .page-numbers:hover::after {
    background: #B73400;
  }
}
body.post-type-archive-works .main .toc .pagination .page-numbers.current::after, body.tax-works_type .main .toc .pagination .page-numbers.current::after, body.tax-works_size .main .toc .pagination .page-numbers.current::after, body.post-type-archive-event .main .toc .pagination .page-numbers.current::after, body.tax-event_cat .main .toc .pagination .page-numbers.current::after {
  background: #B73400;
}
body.post-type-archive-works .main .toc .pagination .page-numbers.dots::after, body.post-type-archive-works .main .toc .pagination .page-numbers.prev::after, body.post-type-archive-works .main .toc .pagination .page-numbers.next::after, body.tax-works_type .main .toc .pagination .page-numbers.dots::after, body.tax-works_type .main .toc .pagination .page-numbers.prev::after, body.tax-works_type .main .toc .pagination .page-numbers.next::after, body.tax-works_size .main .toc .pagination .page-numbers.dots::after, body.tax-works_size .main .toc .pagination .page-numbers.prev::after, body.tax-works_size .main .toc .pagination .page-numbers.next::after, body.post-type-archive-event .main .toc .pagination .page-numbers.dots::after, body.post-type-archive-event .main .toc .pagination .page-numbers.prev::after, body.post-type-archive-event .main .toc .pagination .page-numbers.next::after, body.tax-event_cat .main .toc .pagination .page-numbers.dots::after, body.tax-event_cat .main .toc .pagination .page-numbers.prev::after, body.tax-event_cat .main .toc .pagination .page-numbers.next::after {
  content: none;
}
body.post-type-archive-works .main .toc .pagination .page-numbers.prev, body.post-type-archive-works .main .toc .pagination .page-numbers.next, body.tax-works_type .main .toc .pagination .page-numbers.prev, body.tax-works_type .main .toc .pagination .page-numbers.next, body.tax-works_size .main .toc .pagination .page-numbers.prev, body.tax-works_size .main .toc .pagination .page-numbers.next, body.post-type-archive-event .main .toc .pagination .page-numbers.prev, body.post-type-archive-event .main .toc .pagination .page-numbers.next, body.tax-event_cat .main .toc .pagination .page-numbers.prev, body.tax-event_cat .main .toc .pagination .page-numbers.next {
  background: url(../imgs/arw03.svg) 50% 0.16rem/0.06rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-works .main .toc .pagination .page-numbers.prev, body.post-type-archive-works .main .toc .pagination .page-numbers.next, body.tax-works_type .main .toc .pagination .page-numbers.prev, body.tax-works_type .main .toc .pagination .page-numbers.next, body.tax-works_size .main .toc .pagination .page-numbers.prev, body.tax-works_size .main .toc .pagination .page-numbers.next, body.post-type-archive-event .main .toc .pagination .page-numbers.prev, body.post-type-archive-event .main .toc .pagination .page-numbers.next, body.tax-event_cat .main .toc .pagination .page-numbers.prev, body.tax-event_cat .main .toc .pagination .page-numbers.next {
    background-size: 0.12rem auto;
  }
}
body.post-type-archive-works .main .toc .pagination .page-numbers.prev, body.tax-works_type .main .toc .pagination .page-numbers.prev, body.tax-works_size .main .toc .pagination .page-numbers.prev, body.post-type-archive-event .main .toc .pagination .page-numbers.prev, body.tax-event_cat .main .toc .pagination .page-numbers.prev {
  scale: -1 1;
}
body.post-type-archive-works .main section.company, body.tax-works_type .main section.company, body.tax-works_size .main section.company, body.post-type-archive-event .main section.company, body.tax-event_cat .main section.company {
  padding: 0.6rem 0 0.8rem;
  background: #939393;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-works .main section.company, body.tax-works_type .main section.company, body.tax-works_size .main section.company, body.post-type-archive-event .main section.company, body.tax-event_cat .main section.company {
    padding: 1rem 0;
  }
}
body.post-type-archive-works .main section.company .ttl, body.tax-works_type .main section.company .ttl, body.tax-works_size .main section.company .ttl, body.post-type-archive-event .main section.company .ttl, body.tax-event_cat .main section.company .ttl {
  justify-content: center;
}
body.post-type-archive-works .main section.company .text, body.tax-works_type .main section.company .text, body.tax-works_size .main section.company .text, body.post-type-archive-event .main section.company .text, body.tax-event_cat .main section.company .text {
  margin: 0.18rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-works .main section.company .text, body.tax-works_type .main section.company .text, body.tax-works_size .main section.company .text, body.post-type-archive-event .main section.company .text, body.tax-event_cat .main section.company .text {
    margin: 0.36rem 0 0;
  }
}
body.post-type-archive-works .main section.company .btn--detail, body.tax-works_type .main section.company .btn--detail, body.tax-works_size .main section.company .btn--detail, body.post-type-archive-event .main section.company .btn--detail, body.tax-event_cat .main section.company .btn--detail {
  margin: 0.18rem auto 0;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-works .main section.company .btn--detail, body.tax-works_type .main section.company .btn--detail, body.tax-works_size .main section.company .btn--detail, body.post-type-archive-event .main section.company .btn--detail, body.tax-event_cat .main section.company .btn--detail {
    margin: 0.36rem auto 0;
  }
}
body.post-type-archive-works .main .toc, body.tax-works_type .main .toc, body.tax-works_size .main .toc {
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-works .main .toc, body.tax-works_type .main .toc, body.tax-works_size .main .toc {
    margin: 0.6rem 0 0;
  }
}
body.post-type-archive-works .main .toc .list, body.tax-works_type .main .toc .list, body.tax-works_size .main .toc .list {
  margin: 0.55rem 0 0;
  gap: 0.58rem 0.6rem;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-works .main .toc .list, body.tax-works_type .main .toc .list, body.tax-works_size .main .toc .list {
    margin: 0.6rem 0 0;
    gap: 0.53rem 0.38rem;
  }
}
body.post-type-archive-works .main .toc .list .item, body.tax-works_type .main .toc .list .item, body.tax-works_size .main .toc .list .item {
  width: 3.6rem;
  height: 5.22rem;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-works .main .toc .list .item, body.tax-works_type .main .toc .list .item, body.tax-works_size .main .toc .list .item {
    width: 3.06rem;
    height: auto;
  }
}
body.post-type-archive-works .main .toc .list .item .image img, body.tax-works_type .main .toc .list .item .image img, body.tax-works_size .main .toc .list .item .image img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
}
body.post-type-archive-works .main .toc .list .item .text, body.tax-works_type .main .toc .list .item .text, body.tax-works_size .main .toc .list .item .text {
  margin: 0.1rem 0 0;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-works .main .toc .list .item .text, body.tax-works_type .main .toc .list .item .text, body.tax-works_size .main .toc .list .item .text {
    display: block;
    margin: 0.12rem 0 0;
  }
}
body.post-type-archive-works .main .toc .list .item .text .name, body.tax-works_type .main .toc .list .item .text .name, body.tax-works_size .main .toc .list .item .text .name {
  font-size: 0.15rem;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-works .main .toc .list .item .text .name, body.tax-works_type .main .toc .list .item .text .name, body.tax-works_size .main .toc .list .item .text .name {
    font-size: 0.26rem;
    line-height: 0.38rem;
  }
}
body.post-type-archive-works .main .toc .pagination, body.tax-works_type .main .toc .pagination, body.tax-works_size .main .toc .pagination {
  margin: 0.58rem 0 0;
}
body.post-type-archive-works .main section.company, body.tax-works_type .main section.company, body.tax-works_size .main section.company {
  margin: 1.12rem 0 0;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-works .main section.company, body.tax-works_type .main section.company, body.tax-works_size .main section.company {
    margin: 1rem 0 0;
  }
}
body.single-works .main {
  padding-top: 1rem;
}
@media screen and (max-width: 750px) {
  body.single-works .main {
    padding-top: 1.2rem;
  }
}
body.single-works .main:has(.thumnail) {
  padding-top: 0;
}
@media screen and (max-width: 750px) {
  body.single-works .main:has(.thumnail) {
    padding-top: 0;
  }
}
body.single-works .main .thumnail img {
  width: 100%;
  height: 7.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  body.single-works .main .thumnail img {
    height: 9rem;
  }
}
body.single-works .main .post {
  margin: 1.02rem 0 0;
  container-type: inline-size;
}
@media screen and (max-width: 750px) {
  body.single-works .main .post {
    margin: 1.28rem 0 0;
  }
}
body.single-works .main .post .prepend .ttl {
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.4rem;
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .prepend .ttl {
    font-size: 0.44rem;
    line-height: 1;
  }
}
body.single-works .main .post .contents {
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents {
    margin: 0.54rem 0 0;
  }
}
body.single-works .main .post .contents img {
  width: 100%;
}
body.single-works .main .post .contents .lead .wp-block-group__inner-container {
  display: grid;
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .lead .wp-block-group__inner-container {
    display: block;
  }
}
body.single-works .main .post .contents .lead--a .wp-block-group__inner-container {
  grid-template-rows: auto 1fr;
  grid-template-columns: 6rem 1fr;
  gap: 0 1.2rem;
}
body.single-works .main .post .contents .lead--a p {
  grid-row: 1/2;
  grid-column: 2/3;
}
body.single-works .main .post .contents .lead--a .wp-block-image:first-of-type {
  grid-row: 1/3;
  grid-column: 1/2;
  margin-left: max(6rem - 50cqw, -1.2rem);
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .lead--a .wp-block-image:first-of-type {
    margin: 0.65rem 0 0;
  }
}
body.single-works .main .post .contents .lead--a .wp-block-image:last-of-type {
  grid-row: 2/3;
  grid-column: 2/3;
  align-self: center;
  justify-self: center;
  width: 3.6rem;
  padding: 0 0 0.3rem;
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .lead--a .wp-block-image:last-of-type {
    width: auto;
    margin: 0.4rem 0 0;
  }
}
body.single-works .main .post .contents .lead--b .wp-block-group__inner-container {
  grid-template-rows: auto;
  grid-template-columns: 7.8rem 1fr;
  gap: 0 0.7rem;
}
body.single-works .main .post .contents .lead--b p {
  grid-row: 1/2;
  grid-column: 2/3;
}
body.single-works .main .post .contents .lead--b .wp-block-image {
  grid-row: 1/2;
  grid-column: 1/2;
  margin-left: max(6rem - 50cqw, -1.2rem);
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .lead--b .wp-block-image {
    margin: 0.4rem 0 0;
  }
}
body.single-works .main .post .contents .block {
  margin-top: 1.6rem;
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .block {
    margin-top: 0.4rem;
  }
}
body.single-works .main .post .contents .block--1a {
  margin-inline: max(6rem - 50cqw, -1.2rem);
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .block--1a {
    margin-inline: 0;
  }
}
body.single-works .main .post .contents .block--1b {
  max-width: 10.8rem;
  margin-inline: auto;
}
body.single-works .main .post .contents .block--2a .wp-block-group__inner-container {
  display: flex;
  gap: 0.9rem;
  margin-inline: max(6rem - 50cqw, -1.2rem);
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .block--2a .wp-block-group__inner-container {
    display: block;
    margin-inline: 0;
  }
}
body.single-works .main .post .contents .block--2a .wp-block-image {
  width: calc(50% - 0.45rem);
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .block--2a .wp-block-image {
    width: auto;
    margin: 0.4rem 0 0;
  }
}
body.single-works .main .post .contents .block--2b .wp-block-group__inner-container {
  display: flex;
  gap: 1.2rem;
  max-width: 10.8rem;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .block--2b .wp-block-group__inner-container {
    display: block;
  }
}
body.single-works .main .post .contents .block--2b .wp-block-image {
  width: calc(50% - 0.6rem);
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .block--2b .wp-block-image {
    width: auto;
    margin: 0.4rem 0 0;
  }
}
body.single-works .main .post .contents .data .wp-block-group__inner-container {
  display: grid;
  margin: 1.6rem 0 0;
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .data .wp-block-group__inner-container {
    display: block;
    margin: 0.4rem 0 0;
  }
}
body.single-works .main .post .contents .data .data {
  align-self: flex-end;
  width: 3rem;
  font-size: 0.12rem;
  line-height: 0.34rem;
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .data .data {
    width: auto;
    font-size: 0.24rem;
    line-height: 0.7rem;
  }
}
body.single-works .main .post .contents .data .data .wp-block-group__inner-container {
  display: block;
  margin: 0;
}
body.single-works .main .post .contents .data .data ul {
  border-bottom: 1px solid #E2E2E2;
}
body.single-works .main .post .contents .data .data li {
  border-top: 1px solid #E2E2E2;
}
body.single-works .main .post .contents .data--a .wp-block-group__inner-container {
  grid-template-rows: auto 1fr;
  grid-template-columns: 7.8rem 1fr;
  gap: 0 0.9rem;
}
body.single-works .main .post .contents .data--a .wp-block-image:first-of-type {
  grid-row: 1/3;
  grid-column: 2/3;
  align-self: flex-end;
  margin-right: max(6rem - 50cqw, -1.2rem);
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .data--a .wp-block-image:first-of-type {
    margin-right: 0;
  }
}
body.single-works .main .post .contents .data--a .wp-block-image:nth-of-type(2) {
  grid-row: 1/2;
  grid-column: 1/2;
  margin-left: max(6rem - 50cqw, -1.2rem);
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .data--a .wp-block-image:nth-of-type(2) {
    margin: 0.4rem 0 0;
  }
}
body.single-works .main .post .contents .data--a .data {
  grid-row: 2/3;
  grid-column: 1/2;
  margin: 1.38rem 0 0;
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .data--a .data {
    margin: 0.4rem 0 0;
  }
}
body.single-works .main .post .contents .data--b .wp-block-group__inner-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 7.8rem;
  gap: 0 1.2rem;
}
body.single-works .main .post .contents .data--b .wp-block-image {
  grid-row: 1/2;
  grid-column: 2/3;
  margin-right: max(6rem - 50cqw, -1.2rem);
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .data--b .wp-block-image {
    margin-right: 0;
  }
}
body.single-works .main .post .contents .data--b .data {
  grid-row: 1/2;
  grid-column: 1/2;
  margin: 0;
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .contents .data--b .data {
    margin: 0.4rem 0 0;
  }
}
body.single-works .main .post .append {
  height: 1.3rem;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .append {
    height: 1.2rem;
  }
}
body.single-works .main .post .append .pager {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  line-height: 0.22rem;
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .append .pager {
    line-height: 1;
  }
}
body.single-works .main .post .append .pager .prev,
body.single-works .main .post .append .pager .next {
  display: flex;
  gap: 0.12rem;
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .append .pager .prev,
  body.single-works .main .post .append .pager .next {
    gap: 0.16rem;
  }
}
body.single-works .main .post .append .pager .prev::before {
  content: "";
  display: block;
  width: 0.06rem;
  margin: 0.04rem 0 0;
  aspect-ratio: 6/5;
  background: url(../imgs/arw03.svg) 50% 50%/contain no-repeat;
  scale: -1 1;
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .append .pager .prev::before {
    width: 0.12rem;
    margin: 0.06rem 0 0;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.single-works .main .post .append .pager .prev::before {
    transition: translate 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  body.single-works .main .post .append .pager .prev:hover::before {
    translate: -50% 0 0;
  }
}
body.single-works .main .post .append .pager .next::after {
  content: "";
  display: block;
  width: 0.06rem;
  margin: 0.04rem 0 0;
  aspect-ratio: 6/5;
  background: url(../imgs/arw03.svg) 50% 50%/contain no-repeat;
}
@media screen and (max-width: 750px) {
  body.single-works .main .post .append .pager .next::after {
    width: 0.12rem;
    margin: 0.06rem 0 0;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.single-works .main .post .append .pager .next::after {
    transition: translate 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  body.single-works .main .post .append .pager .next:hover::after {
    translate: 50% 0 0;
  }
}
body.post-type-archive-event .main .toc, body.tax-event_cat .main .toc {
  margin: 0.71rem 0 0;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .toc, body.tax-event_cat .main .toc {
    margin: 0.6rem 0 0;
  }
}
body.post-type-archive-event .main .toc .wrap, body.tax-event_cat .main .toc .wrap {
  max-width: 9rem;
}
body.post-type-archive-event .main .toc .list, body.tax-event_cat .main .toc .list {
  margin: 0.68rem 0 0;
  gap: 0.6rem;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .toc .list, body.tax-event_cat .main .toc .list {
    margin: 0.6rem 0 0;
    gap: 0.53rem 0.38rem;
  }
}
body.post-type-archive-event .main .toc .list .item, body.tax-event_cat .main .toc .list .item {
  width: 4.2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .toc .list .item, body.tax-event_cat .main .toc .list .item {
    width: 3.06rem;
  }
}
body.post-type-archive-event .main .toc .list .item.ended .image, body.tax-event_cat .main .toc .list .item.ended .image {
  display: grid;
  position: relative;
}
body.post-type-archive-event .main .toc .list .item.ended .image img, body.tax-event_cat .main .toc .list .item.ended .image img {
  grid-area: 1/1;
}
body.post-type-archive-event .main .toc .list .item.ended .image::after, body.tax-event_cat .main .toc .list .item.ended .image::after {
  content: "終了しました";
  grid-area: 1/1;
  display: grid;
  place-items: center;
  position: relative;
  z-index: 1;
  background: rgba(64, 64, 64, 0.85);
}
body.post-type-archive-event .main .toc .list .item .type, body.tax-event_cat .main .toc .list .item .type {
  padding: 0 0.07rem;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  color: #303030;
  font-size: 0.12rem;
  line-height: 0.26rem;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .toc .list .item .type, body.tax-event_cat .main .toc .list .item .type {
    padding: 0 0.1rem;
    font-size: 0.2rem;
    line-height: 0.32rem;
  }
}
body.post-type-archive-event .main .toc .list .item .text, body.tax-event_cat .main .toc .list .item .text {
  margin: 0.15rem 0 0;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .toc .list .item .text, body.tax-event_cat .main .toc .list .item .text {
    display: block;
    margin: 0.12rem 0 0;
  }
}
body.post-type-archive-event .main .toc .list .item .text .category,
body.post-type-archive-event .main .toc .list .item .text .date, body.tax-event_cat .main .toc .list .item .text .category,
body.tax-event_cat .main .toc .list .item .text .date {
  margin: 0.03rem 0 0;
  font-size: 0.12rem;
  line-height: 0.17rem;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .toc .list .item .text .category,
  body.post-type-archive-event .main .toc .list .item .text .date, body.tax-event_cat .main .toc .list .item .text .category,
  body.tax-event_cat .main .toc .list .item .text .date {
    margin: 0.1rem 0 0;
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
}
body.post-type-archive-event .main .toc .list .item .text .name, body.tax-event_cat .main .toc .list .item .text .name {
  margin: 0.05rem 0 0;
  font-size: 0.15rem;
  line-height: 0.2rem;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .toc .list .item .text .name, body.tax-event_cat .main .toc .list .item .text .name {
    margin: 0.1rem 0 0;
    font-size: 0.28rem;
    line-height: 0.38rem;
  }
}
body.post-type-archive-event .main .toc .pagination, body.tax-event_cat .main .toc .pagination {
  margin: 0.92rem 0 0;
}
body.post-type-archive-event .main .aboutus, body.tax-event_cat .main .aboutus {
  margin: 1.12rem 0 0;
  padding: 0.8rem 0 0;
  background: #939393;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .aboutus, body.tax-event_cat .main .aboutus {
    margin: 1rem 0 0;
  }
}
body.post-type-archive-event .main .aboutus .ttl, body.tax-event_cat .main .aboutus .ttl {
  font-size: 0.22rem;
  font-weight: 400;
  line-height: 0.55rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .aboutus .ttl, body.tax-event_cat .main .aboutus .ttl {
    font-size: 0.36rem;
  }
}
body.post-type-archive-event .main .aboutus p, body.tax-event_cat .main .aboutus p {
  margin: 0.05rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .aboutus p, body.tax-event_cat .main .aboutus p {
    margin: 0.2rem 0 0;
  }
}
body.post-type-archive-event .main .aboutus .link, body.tax-event_cat .main .aboutus .link {
  display: flex;
  justify-content: space-between;
  margin: 0.55rem 0 0;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .aboutus .link, body.tax-event_cat .main .aboutus .link {
    flex-direction: column;
  }
}
body.post-type-archive-event .main .aboutus .link li, body.tax-event_cat .main .aboutus .link li {
  width: calc((100% - 0.06rem) / 3);
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .aboutus .link li, body.tax-event_cat .main .aboutus .link li {
    width: auto;
  }
}
body.post-type-archive-event .main .aboutus .link a, body.tax-event_cat .main .aboutus .link a {
  display: grid;
  grid-template-rows: 2.9rem 1fr;
  grid-template-columns: auto;
  gap: 0.4rem;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .aboutus .link a, body.tax-event_cat .main .aboutus .link a {
    grid-template-rows: 1.9rem 1fr;
  }
}
body.post-type-archive-event .main .aboutus .link a .image, body.tax-event_cat .main .aboutus .link a .image {
  grid-row: 1/3;
  grid-column: 1/2;
}
body.post-type-archive-event .main .aboutus .link a .image img, body.tax-event_cat .main .aboutus .link a .image img {
  width: 100%;
  height: 4.7rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .aboutus .link a .image img, body.tax-event_cat .main .aboutus .link a .image img {
    height: 3.8rem;
  }
}
body.post-type-archive-event .main .aboutus .link a .text, body.tax-event_cat .main .aboutus .link a .text {
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 1.6rem 0 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .aboutus .link a .text, body.tax-event_cat .main .aboutus .link a .text {
    align-self: flex-end;
    padding: 0;
  }
}
body.post-type-archive-event .main .aboutus .link a .text .en, body.tax-event_cat .main .aboutus .link a .text .en {
  font-size: 0.24rem;
  line-height: 0.55rem;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .aboutus .link a .text .en, body.tax-event_cat .main .aboutus .link a .text .en {
    font-size: 0.36rem;
    line-height: 2;
  }
}
body.post-type-archive-event .main .aboutus .link a .text .ja, body.tax-event_cat .main .aboutus .link a .text .ja {
  font-size: 0.12rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .aboutus .link a .text .ja, body.tax-event_cat .main .aboutus .link a .text .ja {
    font-size: 0.24rem;
  }
}
body.post-type-archive-event .main .aboutus .link a .btn--detail, body.tax-event_cat .main .aboutus .link a .btn--detail {
  grid-row: 2/3;
  grid-column: 1/2;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  body.post-type-archive-event .main .aboutus .link a .btn--detail .ja, body.tax-event_cat .main .aboutus .link a .btn--detail .ja {
    display: none;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  body.post-type-archive-event .main .aboutus .link a .image, body.tax-event_cat .main .aboutus .link a .image {
    overflow: hidden;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.post-type-archive-event .main .aboutus .link a .image img, body.tax-event_cat .main .aboutus .link a .image img {
    transition: scale 1.2s cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  body.post-type-archive-event .main .aboutus .link a:hover .image img, body.tax-event_cat .main .aboutus .link a:hover .image img {
    scale: 1.05;
  }
  body.post-type-archive-event .main .aboutus .link a:hover .btn--detail .en, body.tax-event_cat .main .aboutus .link a:hover .btn--detail .en {
    opacity: 0;
  }
  body.post-type-archive-event .main .aboutus .link a:hover .btn--detail .ja, body.tax-event_cat .main .aboutus .link a:hover .btn--detail .ja {
    opacity: 1;
  }
  body.post-type-archive-event .main .aboutus .link a:hover .btn--detail .arw, body.tax-event_cat .main .aboutus .link a:hover .btn--detail .arw {
    translate: 100% 0 0;
  }
}
body.single-event .main {
  padding-top: 1rem;
  padding-bottom: 1.4rem;
  container-type: inline-size;
}
@media screen and (max-width: 750px) {
  body.single-event .main {
    padding-top: 1.2rem;
  }
}
body.single-event .main .post {
  margin: 0.33rem 0 0;
}
@media screen and (max-width: 750px) {
  body.single-event .main .post {
    margin: 1rem 0 0;
  }
}
body.single-event .main .post .wrap {
  max-width: 7.2rem;
}
body.single-event .main .post .prepend .category {
  font-size: 0.28rem;
  line-height: 0.55rem;
  text-align: center;
}
body.single-event .main .post .prepend .ttl {
  margin: 0.05rem 0 0;
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.35rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.single-event .main .post .prepend .ttl {
    font-size: 0.32rem;
    line-height: 0.42rem;
  }
}
body.single-event .main .post .body {
  margin: 0.55rem 0 0;
}
@media screen and (max-width: 750px) {
  body.single-event .main .post .body {
    margin: 0.6rem 0 0;
  }
}
body.single-event .main .post .body .type {
  margin: 0.55rem 0 0;
  line-height: 0.2rem;
}
@media screen and (max-width: 750px) {
  body.single-event .main .post .body .type {
    margin: 0.6rem 0 0;
    line-height: 0.32rem;
  }
}
body.single-event .main .post .body h2 {
  margin: 0.05rem 0 0;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.29rem;
}
@media screen and (max-width: 750px) {
  body.single-event .main .post .body h2 {
    margin: 0.2rem 0 0;
    font-size: 0.36rem;
    line-height: 1.5;
  }
}
body.single-event .main .post .body h2 + h3 {
  margin-top: 0.61rem;
}
@media screen and (max-width: 750px) {
  body.single-event .main .post .body h2 + h3 {
    margin-top: 0.6rem;
  }
}
body.single-event .main .post .body h3 {
  margin: 0.35rem 0 0.1rem;
  font-weight: 400;
}
body.single-event .main .post .body h3::before {
  content: "■";
}
body.single-event .main .post .body p + .wp-block-table {
  margin: 0.15rem 0 0;
}
body.single-event .main .post .body table {
  width: 100%;
}
body.single-event .main .post .body table td {
  border: 1px solid #D0D0D0;
  padding: 0;
  text-align: center;
}
body.single-event .main .post .body table tr:first-child td {
  background: #9d9d9d;
  font-weight: 400;
}
body.single-event .main .post .body .btn--form {
  margin: 0.58rem 0 0;
}
@media screen and (max-width: 750px) {
  body.single-event .main .post .body .btn--form {
    margin: 0.6rem 0 0;
  }
}
body.single-event .main .post .body .btn--form a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 3rem;
  height: 0.5rem;
  margin: 0 auto;
  background: linear-gradient(#D0D0D0, #D0D0D0) 0 100%/100% 1px no-repeat;
}
@media screen and (max-width: 750px) {
  body.single-event .main .post .body .btn--form a {
    width: 3.15rem;
  }
}
body.single-event .main .post .body .btn--form a::after {
  content: "";
  display: block;
  width: 0.07rem;
  margin: 0 0.1rem 0 0;
  aspect-ratio: 7/4;
  background: url(../imgs/arw02.svg) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  body.single-event .main .post .body .btn--form a::after {
    width: 0.14rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.single-event .main .post .body .btn--form a::after {
    transition: translate 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  body.single-event .main .post .body .btn--form a:hover::after {
    translate: 0 100% 0;
  }
}
body.single-event .main .post .body .block.detail {
  margin: 1.1rem calc(3.6rem - 50cqw) 0;
  padding: 0.8rem calc(50cqw - 5rem) 1rem;
  background: #939393;
}
@media screen and (max-width: 750px) {
  body.single-event .main .post .body .block.detail {
    margin: 1rem -0.5rem 0;
    padding: 1rem 0.5rem;
  }
}
body.single-event .main .post .body .block.detail h2 {
  margin: 0;
  line-height: 0.55rem;
  text-align: center;
}
body.single-event .main .post .body .block.detail h2 + .block {
  margin: 0.45rem 0 0;
}
body.single-event .main .post .body .block.detail .block {
  margin: 0.5rem 0 0;
}
body.single-event .main .post .body .block.detail .block > .wp-block-group__inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  body.single-event .main .post .body .block.detail .block > .wp-block-group__inner-container {
    display: block;
  }
}
body.single-event .main .post .body .block.detail .block:nth-of-type(odd) > .wp-block-group__inner-container {
  flex-direction: row-reverse;
}
body.single-event .main .post .body .block.detail .block .text {
  width: 4.8rem;
}
@media screen and (max-width: 750px) {
  body.single-event .main .post .body .block.detail .block .text {
    width: auto;
  }
}
body.single-event .main .post .body .block.detail .block .text h3 {
  margin: 0;
  font-size: 0.16rem;
  line-height: 0.25rem;
}
@media screen and (max-width: 750px) {
  body.single-event .main .post .body .block.detail .block .text h3 {
    font-size: 0.28rem;
    line-height: 1.5;
  }
}
body.single-event .main .post .body .block.detail .block .text h3::before {
  content: none;
}
body.single-event .main .post .body .block.detail .block .text p {
  margin: 0.1rem 0 0;
  font-size: 0.13rem;
  line-height: 0.25rem;
}
@media screen and (max-width: 750px) {
  body.single-event .main .post .body .block.detail .block .text p {
    margin: 0.2rem 0 0;
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
body.single-event .main .post .body .block.detail .block .image {
  width: 4.8rem;
}
@media screen and (max-width: 750px) {
  body.single-event .main .post .body .block.detail .block .image {
    width: auto;
    margin: 0.2rem 0 0;
    text-align: center;
  }
}
body.single-event .main .form .ttl {
  margin: 0.6rem 0 0;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.55rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.single-event .main .form .ttl {
    font-size: 0.36rem;
    line-height: 1;
  }
}
body.single-event .main .form .item {
  margin: 0.25rem 0 0;
}
body.flow .main .flow {
  margin: 1.02rem 0 1.45rem;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow {
    margin: 0.78rem 0 1.44rem;
  }
}
body.flow .main .flow .wrap {
  max-width: 9rem;
}
body.flow .main .flow .chart {
  display: flex;
  gap: 0.34rem;
  justify-content: center;
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .chart {
    flex-direction: column;
    gap: 0.37rem;
    margin: 0.6rem 0 0;
    padding: 0 0.4rem 0 0;
  }
}
body.flow .main .flow .chart .phase {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.3rem;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .chart .phase {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .chart .phase .legend {
    display: flex;
  }
}
body.flow .main .flow .chart .phase .legend a {
  display: block;
  border-top: 1px solid #B73400;
  padding: 0.06rem 0 0;
  line-height: 0.22rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .chart .phase .legend a {
    place-items: center;
    box-sizing: border-box;
    width: 0.8rem;
    border-top: none;
    border-right: 1px solid #B73400;
    position: relative;
    writing-mode: vertical-rl;
    letter-spacing: 0.02rem;
    line-height: 1;
    white-space: nowrap;
  }
  body.flow .main .flow .chart .phase .legend a span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}
body.flow .main .flow .chart .phase .list {
  display: flex;
  gap: 0.34rem;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .chart .phase .list {
    flex-direction: column;
    gap: 0.37rm;
  }
}
body.flow .main .flow .chart .phase .list li {
  width: 0.58rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .chart .phase .list li {
    width: 4.8rem;
  }
}
body.flow .main .flow .chart .phase .list li a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 1.6rem;
  background: #9D9D9D;
  writing-mode: vertical-rl;
  letter-spacing: 0.02rem;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .chart .phase .list li a {
    height: 0.7rem;
    writing-mode: horizontal-tb;
    letter-spacing: 0;
  }
}
body.flow .main .flow .chart .phase .list li::after {
  content: "";
  display: block;
  width: 0.34rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: url(../imgs/arw03.svg) 50% 50%/0.06rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .chart .phase .list li::after {
    width: 100%;
    height: 0.37rem;
    top: 100%;
    left: 0;
    background: url(../imgs/arw02.svg) 50% 50%/0.14rem auto no-repeat;
  }
}
body.flow .main .flow .chart .phase:last-child .list li:last-child::after {
  content: none;
}
body.flow .main .flow .chart + .detail {
  margin: 1.08rem 0 0;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .chart + .detail {
    margin: 1.47rem 0 0;
  }
}
body.flow .main .flow .detail {
  margin: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .detail {
    margin: 0.5rem 0 0;
  }
}
body.flow .main .flow .detail .sttl {
  font-size: 0.22rem;
  line-height: 0.25rem;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .detail .sttl {
    font-size: 0.38rem;
  }
}
body.flow .main .flow .detail .sttl .small {
  font-size: 0.13rem;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .detail .sttl .small {
    font-size: 0.22rem;
  }
}
body.flow .main .flow .detail .list {
  margin: 0.33rem 0 0;
  padding: 0 0 0.55rem 0.6rem;
  background: linear-gradient(#B73400, #B73400) calc(0.155rem - 0.05px) 0.125rem/1px calc(100% - 0.125rem) no-repeat;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .detail .list {
    margin: 0.65rem 0 0;
    padding: 0 0 0.6rem 0.7rem;
    background-position: calc(0.105rem - 0.05px) 0.125rem;
  }
}
body.flow .main .flow .detail .list li {
  border-bottom: 1px solid #E2E2E2;
  margin-top: 0.35rem;
  padding-bottom: 0.35rem;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .detail .list li {
    margin-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
body.flow .main .flow .detail .list li:first-child {
  margin-top: 0;
}
body.flow .main .flow .detail .list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
body.flow .main .flow .detail .list li .legend {
  position: relative;
  font-size: 0.18rem;
  line-height: 0.25rem;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .detail .list li .legend {
    font-size: 0.32rem;
  }
}
body.flow .main .flow .detail .list li .legend::before {
  content: "";
  display: block;
  width: 0.07rem;
  aspect-ratio: 1;
  position: absolute;
  top: 0.09rem;
  left: -0.48rem;
  background: #B73400;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .detail .list li .legend::before {
    width: 0.15rem;
    top: 0.05rem;
    left: -0.67rem;
  }
}
body.flow .main .flow .detail .list li p {
  margin: 0.15rem 0 0;
  line-height: 1.5714285714;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .detail .list li p {
    margin: 0.3rem 0 0;
    font-size: 0.26rem;
    line-height: 1.5384615385;
  }
}
body.flow .main .flow .detail .list li .note {
  margin: 0.15rem 0 0;
  padding: 0.14rem 0.14rem 0.17rem 0.6rem;
  background: #9D9D9D url(../imgs/ico-info.svg) 0.18rem 50%/0.3rem auto no-repeat;
  line-height: 1.5714285714;
}
@media screen and (max-width: 750px) {
  body.flow .main .flow .detail .list li .note {
    margin: 0.3rem 0 0;
    padding: 0.3rem 0.57rem 0.36rem 0.95rem;
    background-position: 0.25rem 0.3rem;
    background-size: 0.48rem auto;
    font-size: 0.26rem;
    line-height: 1.5384615385;
  }
}
body.flow .main .flow .detail:last-child .list {
  padding-bottom: 0;
}
body.company .main .message {
  margin: 1.03rem 0 0;
}
@media screen and (max-width: 750px) {
  body.company .main .message {
    margin: 0.78rem 0 0;
  }
}
body.company .main .message .wrap {
  max-width: 10rem;
}
body.company .main .message .block--01 {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 3rem 1fr;
  gap: 0.5rem 0.4rem;
}
@media screen and (max-width: 750px) {
  body.company .main .message .block--01 {
    display: block;
  }
}
body.company .main .message .block--01 .ttl {
  grid-row: 1/2;
  grid-column: 1/3;
}
body.company .main .message .block--01 .image {
  grid-row: 2/3;
  grid-column: 1/2;
}
@media screen and (max-width: 750px) {
  body.company .main .message .block--01 .image {
    width: 4.2rem;
    margin: 0.6rem auto 0;
  }
}
body.company .main .message .block--01 .text {
  grid-row: 2/3;
  grid-column: 2/3;
}
@media screen and (max-width: 750px) {
  body.company .main .message .block--01 .text {
    margin: 0.54rem 0 0;
  }
}
body.company .main .message .block--01 .text .catch {
  font-size: 0.24rem;
  line-height: 0.35rem;
}
@media screen and (max-width: 750px) {
  body.company .main .message .block--01 .text .catch {
    font-size: 0.32rem;
    line-height: 0.56rem;
  }
}
body.company .main .message .block--01 .text p {
  margin: 0.3rem 0 0;
}
@media screen and (max-width: 750px) {
  body.company .main .message .block--01 .text p {
    margin: 0.38rem 0 0;
    line-height: 0.45rem;
  }
}
body.company .main .message .block--02 {
  margin-top: 0.6rem;
}
body.company .main .message .gallery {
  margin: 1.4rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  body.company .main .message .gallery {
    margin: 1.1rem 0 0;
  }
}
body.company .main .message .gallery .list {
  display: flex;
  width: 40.5rem;
  animation: ticker 40s linear infinite;
}
@media screen and (max-width: 750px) {
  body.company .main .message .gallery .list {
    width: 60.75rem;
  }
}
body.company .main .message .gallery .list .group {
  display: flex;
  gap: 0.05rem;
  box-sizing: border-box;
  width: 20.25rem;
  padding: 0 0.05rem 0 0;
}
@media screen and (max-width: 750px) {
  body.company .main .message .gallery .list .group {
    gap: 0.075rem;
    width: 20.25rem;
    padding: 0 0.075rem 0 0;
  }
}
body.company .main .message .gallery .list .group .imaga {
  width: 4rem;
}
@media screen and (max-width: 750px) {
  body.company .main .message .gallery .list .group .imaga {
    width: 6rem;
  }
}
body.company .main .company {
  margin: 1rem 0 0;
  padding: 0.8rem 0 1rem;
  background: #939393;
}
@media screen and (max-width: 750px) {
  body.company .main .company {
    margin: 0.95rem 0 0;
    padding: 0.71rem 0 1.07rem;
  }
}
body.company .main .company .wrap {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 4.2rem;
  gap: 0.5rem 0.3rem;
  max-width: 10rem;
}
@media screen and (max-width: 750px) {
  body.company .main .company .wrap {
    display: block;
  }
}
body.company .main .company .ttl {
  grid-row: 1/2;
  grid-column: 1/3;
}
body.company .main .company .data {
  grid-row: 2/3;
  grid-column: 1/2;
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0;
  line-height: 0.2rem;
}
@media screen and (max-width: 750px) {
  body.company .main .company .data {
    display: block;
    margin: 0.6rem 0 0;
    line-height: 0.4rem;
  }
}
body.company .main .company .data dt {
  width: 1.5rem;
}
@media screen and (max-width: 750px) {
  body.company .main .company .data dt {
    width: auto;
    margin: 0.4rem 0 0;
  }
}
body.company .main .company .data dd {
  width: calc(100% - 1.5rem);
}
@media screen and (max-width: 750px) {
  body.company .main .company .data dd {
    width: auto;
    margin: 0.05rem 0 0;
  }
}
body.company .main .company .map {
  grid-row: 2/3;
  grid-column: 2/3;
  align-self: flex-start;
}
@media screen and (max-width: 750px) {
  body.company .main .company .map {
    margin: 0.5rem 0 0;
  }
}
body.company .main .company .map iframe {
  display: block;
  width: 100%;
  height: 2.8rem;
  border: none;
  filter: grayscale(100%);
}
@media screen and (max-width: 750px) {
  body.company .main .company .map iframe {
    height: 4.33rem;
  }
}
body.contact .main .form .wrap, body.reservation .main .form .wrap, body.single-event .main .form .wrap {
  max-width: 7.2rem;
}
body.contact .main .form p .required, body.reservation .main .form p .required, body.single-event .main .form p .required {
  display: inline-block;
  color: #B73400;
  font-size: 0.5em;
  margin: 0.2em;
  line-height: 0.25rem;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  body.contact .main .form p .required, body.reservation .main .form p .required, body.single-event .main .form p .required {
    line-height: 0.5rem;
  }
}
body.contact .main .form .item .required::after, body.reservation .main .form .item .required::after, body.single-event .main .form .item .required::after {
  content: "●";
  display: inline-block;
  color: #B73400;
  font-size: 0.5em;
  margin: 0.2em;
  line-height: 0.25rem;
  vertical-align: top;
}
@media screen and (max-width: 750px) {
  body.contact .main .form .item .required::after, body.reservation .main .form .item .required::after, body.single-event .main .form .item .required::after {
    line-height: 0.5rem;
  }
}
body.contact .main .form .item dd, body.reservation .main .form .item dd, body.single-event .main .form .item dd {
  margin: 0.09rem 0 0;
}
@media screen and (max-width: 750px) {
  body.contact .main .form .item dd, body.reservation .main .form .item dd, body.single-event .main .form .item dd {
    margin: 0.1rem 0 0;
  }
}
body.contact .main .form .item dd:has(input[type=text]):has(.wpcf7-form-control-wrap:nth-child(2)), body.reservation .main .form .item dd:has(input[type=text]):has(.wpcf7-form-control-wrap:nth-child(2)), body.single-event .main .form .item dd:has(input[type=text]):has(.wpcf7-form-control-wrap:nth-child(2)) {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  body.contact .main .form .item dd:has(input[type=text]):has(.wpcf7-form-control-wrap:nth-child(2)), body.reservation .main .form .item dd:has(input[type=text]):has(.wpcf7-form-control-wrap:nth-child(2)), body.single-event .main .form .item dd:has(input[type=text]):has(.wpcf7-form-control-wrap:nth-child(2)) {
    flex-direction: column;
    gap: 0.2rem;
  }
}
body.contact .main .form .item dd:has(input[type=text]):has(.wpcf7-form-control-wrap:nth-child(2)) input[type=text], body.reservation .main .form .item dd:has(input[type=text]):has(.wpcf7-form-control-wrap:nth-child(2)) input[type=text], body.single-event .main .form .item dd:has(input[type=text]):has(.wpcf7-form-control-wrap:nth-child(2)) input[type=text] {
  width: 3.55rem;
}
@media screen and (max-width: 750px) {
  body.contact .main .form .item dd:has(input[type=text]):has(.wpcf7-form-control-wrap:nth-child(2)) input[type=text], body.reservation .main .form .item dd:has(input[type=text]):has(.wpcf7-form-control-wrap:nth-child(2)) input[type=text], body.single-event .main .form .item dd:has(input[type=text]):has(.wpcf7-form-control-wrap:nth-child(2)) input[type=text] {
    width: 100%;
  }
}
body.contact .main .form .item dd:has(input[type=radio]), body.contact .main .form .item dd:has(input[type=checkbox]), body.reservation .main .form .item dd:has(input[type=radio]), body.reservation .main .form .item dd:has(input[type=checkbox]), body.single-event .main .form .item dd:has(input[type=radio]), body.single-event .main .form .item dd:has(input[type=checkbox]) {
  margin: 0.07rem 0 0;
}
@media screen and (max-width: 750px) {
  body.contact .main .form .item dd:has(input[type=radio]), body.contact .main .form .item dd:has(input[type=checkbox]), body.reservation .main .form .item dd:has(input[type=radio]), body.reservation .main .form .item dd:has(input[type=checkbox]), body.single-event .main .form .item dd:has(input[type=radio]), body.single-event .main .form .item dd:has(input[type=checkbox]) {
    margin: 0.1rem 0 0;
  }
}
body.contact .main .form .item dd:has(input[type=radio]) .wpcf7-form-control, body.contact .main .form .item dd:has(input[type=checkbox]) .wpcf7-form-control, body.reservation .main .form .item dd:has(input[type=radio]) .wpcf7-form-control, body.reservation .main .form .item dd:has(input[type=checkbox]) .wpcf7-form-control, body.single-event .main .form .item dd:has(input[type=radio]) .wpcf7-form-control, body.single-event .main .form .item dd:has(input[type=checkbox]) .wpcf7-form-control {
  display: flex;
  flex-direction: column;
}
body.contact .main .form .item dd:has(input[type=radio]) .wpcf7-list-item, body.contact .main .form .item dd:has(input[type=checkbox]) .wpcf7-list-item, body.reservation .main .form .item dd:has(input[type=radio]) .wpcf7-list-item, body.reservation .main .form .item dd:has(input[type=checkbox]) .wpcf7-list-item, body.single-event .main .form .item dd:has(input[type=radio]) .wpcf7-list-item, body.single-event .main .form .item dd:has(input[type=checkbox]) .wpcf7-list-item {
  margin: 0;
}
body.contact .main .form .item dd:has(input[type=radio]) p, body.contact .main .form .item dd:has(input[type=checkbox]) p, body.reservation .main .form .item dd:has(input[type=radio]) p, body.reservation .main .form .item dd:has(input[type=checkbox]) p, body.single-event .main .form .item dd:has(input[type=radio]) p, body.single-event .main .form .item dd:has(input[type=checkbox]) p {
  margin: 0.09rem 0 0.1rem;
  text-align: left;
}
body.contact .main .form .item dd:has(input[type=radio]) label, body.contact .main .form .item dd:has(input[type=checkbox]) label, body.reservation .main .form .item dd:has(input[type=radio]) label, body.reservation .main .form .item dd:has(input[type=checkbox]) label, body.single-event .main .form .item dd:has(input[type=radio]) label, body.single-event .main .form .item dd:has(input[type=checkbox]) label {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.07rem;
  cursor: pointer;
}
body.contact .main .form .item dd:has(input[type=radio]) label::before, body.contact .main .form .item dd:has(input[type=checkbox]) label::before, body.reservation .main .form .item dd:has(input[type=radio]) label::before, body.reservation .main .form .item dd:has(input[type=checkbox]) label::before, body.single-event .main .form .item dd:has(input[type=radio]) label::before, body.single-event .main .form .item dd:has(input[type=checkbox]) label::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 0.16rem;
  aspect-ratio: 1;
  border: 1px solid #D0D0D0;
  border-radius: 0.03rem;
}
@media screen and (max-width: 750px) {
  body.contact .main .form .item dd:has(input[type=radio]) label::before, body.contact .main .form .item dd:has(input[type=checkbox]) label::before, body.reservation .main .form .item dd:has(input[type=radio]) label::before, body.reservation .main .form .item dd:has(input[type=checkbox]) label::before, body.single-event .main .form .item dd:has(input[type=radio]) label::before, body.single-event .main .form .item dd:has(input[type=checkbox]) label::before {
    width: 0.28rem;
  }
}
body.contact .main .form .item dd:has(input[type=radio]) label:has(input:checked)::before, body.contact .main .form .item dd:has(input[type=checkbox]) label:has(input:checked)::before, body.reservation .main .form .item dd:has(input[type=radio]) label:has(input:checked)::before, body.reservation .main .form .item dd:has(input[type=checkbox]) label:has(input:checked)::before, body.single-event .main .form .item dd:has(input[type=radio]) label:has(input:checked)::before, body.single-event .main .form .item dd:has(input[type=checkbox]) label:has(input:checked)::before {
  background: #303030 url(../imgs/check.svg) 50% 50%/0.08rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  body.contact .main .form .item dd:has(input[type=radio]) label:has(input:checked)::before, body.contact .main .form .item dd:has(input[type=checkbox]) label:has(input:checked)::before, body.reservation .main .form .item dd:has(input[type=radio]) label:has(input:checked)::before, body.reservation .main .form .item dd:has(input[type=checkbox]) label:has(input:checked)::before, body.single-event .main .form .item dd:has(input[type=radio]) label:has(input:checked)::before, body.single-event .main .form .item dd:has(input[type=checkbox]) label:has(input:checked)::before {
    background-size: 0.14rem auto;
  }
}
body.contact .main .form .item dd + dt, body.reservation .main .form .item dd + dt, body.single-event .main .form .item dd + dt {
  margin: 0.27rem 0 0;
}
@media screen and (max-width: 750px) {
  body.contact .main .form .item dd + dt, body.reservation .main .form .item dd + dt, body.single-event .main .form .item dd + dt {
    margin: 0.32rem 0 0;
  }
}
body.contact .main .form .item input[type=text],
body.contact .main .form .item input[type=email],
body.contact .main .form .item input[type=tel],
body.contact .main .form .item select,
body.contact .main .form .item textarea, body.reservation .main .form .item input[type=text],
body.reservation .main .form .item input[type=email],
body.reservation .main .form .item input[type=tel],
body.reservation .main .form .item select,
body.reservation .main .form .item textarea, body.single-event .main .form .item input[type=text],
body.single-event .main .form .item input[type=email],
body.single-event .main .form .item input[type=tel],
body.single-event .main .form .item select,
body.single-event .main .form .item textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #D0D0D0;
  border-radius: 0.03rem;
  padding: 0.12rem 0.2rem;
  background: transparent;
  outline-color: #fff;
}
@media screen and (max-width: 750px) {
  body.contact .main .form .item input[type=text],
  body.contact .main .form .item input[type=email],
  body.contact .main .form .item input[type=tel],
  body.contact .main .form .item select,
  body.contact .main .form .item textarea, body.reservation .main .form .item input[type=text],
  body.reservation .main .form .item input[type=email],
  body.reservation .main .form .item input[type=tel],
  body.reservation .main .form .item select,
  body.reservation .main .form .item textarea, body.single-event .main .form .item input[type=text],
  body.single-event .main .form .item input[type=email],
  body.single-event .main .form .item input[type=tel],
  body.single-event .main .form .item select,
  body.single-event .main .form .item textarea {
    padding: 0.5em;
    font-size: 16px;
  }
}
body.contact .main .form .item input[type=text]::-moz-placeholder, body.contact .main .form .item input[type=email]::-moz-placeholder, body.contact .main .form .item input[type=tel]::-moz-placeholder, body.contact .main .form .item select::-moz-placeholder, body.contact .main .form .item textarea::-moz-placeholder, body.reservation .main .form .item input[type=text]::-moz-placeholder, body.reservation .main .form .item input[type=email]::-moz-placeholder, body.reservation .main .form .item input[type=tel]::-moz-placeholder, body.reservation .main .form .item select::-moz-placeholder, body.reservation .main .form .item textarea::-moz-placeholder, body.single-event .main .form .item input[type=text]::-moz-placeholder, body.single-event .main .form .item input[type=email]::-moz-placeholder, body.single-event .main .form .item input[type=tel]::-moz-placeholder, body.single-event .main .form .item select::-moz-placeholder, body.single-event .main .form .item textarea::-moz-placeholder {
  color: #fff;
}
body.contact .main .form .item input[type=text]::placeholder,
body.contact .main .form .item input[type=email]::placeholder,
body.contact .main .form .item input[type=tel]::placeholder,
body.contact .main .form .item select::placeholder,
body.contact .main .form .item textarea::placeholder, body.reservation .main .form .item input[type=text]::placeholder,
body.reservation .main .form .item input[type=email]::placeholder,
body.reservation .main .form .item input[type=tel]::placeholder,
body.reservation .main .form .item select::placeholder,
body.reservation .main .form .item textarea::placeholder, body.single-event .main .form .item input[type=text]::placeholder,
body.single-event .main .form .item input[type=email]::placeholder,
body.single-event .main .form .item input[type=tel]::placeholder,
body.single-event .main .form .item select::placeholder,
body.single-event .main .form .item textarea::placeholder {
  color: #fff;
}
body.contact .main .form .item input.date[type=text],
body.contact .main .form .item select.time, body.reservation .main .form .item input.date[type=text],
body.reservation .main .form .item select.time, body.single-event .main .form .item input.date[type=text],
body.single-event .main .form .item select.time {
  width: 3.55rem;
  background: url(../imgs/arw02.svg) calc(100% - 0.15rem) 50%/0.07rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  body.contact .main .form .item input.date[type=text],
  body.contact .main .form .item select.time, body.reservation .main .form .item input.date[type=text],
  body.reservation .main .form .item select.time, body.single-event .main .form .item input.date[type=text],
  body.single-event .main .form .item select.time {
    width: 100%;
  }
}
body.contact .main .form .item select option, body.reservation .main .form .item select option, body.single-event .main .form .item select option {
  color: #303030;
}
body.contact .main .form .item textarea, body.reservation .main .form .item textarea, body.single-event .main .form .item textarea {
  height: 1.8rem;
}
@media screen and (max-width: 750px) {
  body.contact .main .form .item textarea, body.reservation .main .form .item textarea, body.single-event .main .form .item textarea {
    height: 3.6rem;
  }
}
body.contact .main .form .policy, body.reservation .main .form .policy, body.single-event .main .form .policy {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.36rem 0 0;
}
body.contact .main .form .policy a, body.reservation .main .form .policy a, body.single-event .main .form .policy a {
  text-decoration: underline;
}
body.contact .main .form .policy label, body.reservation .main .form .policy label, body.single-event .main .form .policy label {
  display: flex;
  align-items: center;
  height: 0.25rem;
  margin: 0 0.07rem 0 0;
}
body.contact .main .form .policy label::before, body.reservation .main .form .policy label::before, body.single-event .main .form .policy label::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 0.16rem;
  aspect-ratio: 1;
  border: 1px solid #D0D0D0;
  border-radius: 0.03rem;
}
@media screen and (max-width: 750px) {
  body.contact .main .form .policy label::before, body.reservation .main .form .policy label::before, body.single-event .main .form .policy label::before {
    width: 0.28rem;
  }
}
body.contact .main .form .policy label:has(input:checked)::before, body.reservation .main .form .policy label:has(input:checked)::before, body.single-event .main .form .policy label:has(input:checked)::before {
  background: #303030 url(../imgs/check.svg) 50% 50%/0.08rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  body.contact .main .form .policy label:has(input:checked)::before, body.reservation .main .form .policy label:has(input:checked)::before, body.single-event .main .form .policy label:has(input:checked)::before {
    background-size: 0.14rem auto;
  }
}
body.contact .main .form input[type=submit], body.reservation .main .form input[type=submit], body.single-event .main .form input[type=submit] {
  display: block;
  width: 3.6rem;
  height: 0.8rem;
  margin: 0.4rem auto 0;
  border: none;
  padding: 0;
  background: #303030 url(../imgs/arw01_w.svg) calc(100% - 0.34rem) 50%/0.07rem auto no-repeat;
  color: #fff;
  font-size: 0.16rem;
}
@media screen and (max-width: 750px) {
  body.contact .main .form input[type=submit], body.reservation .main .form input[type=submit], body.single-event .main .form input[type=submit] {
    width: 100%;
    height: 1rem;
    font-size: 0.32rem;
    background-size: 0.14rem auto;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  body.contact .main .form input[type=submit], body.reservation .main .form input[type=submit], body.single-event .main .form input[type=submit] {
    transition: background-position 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  body.contact .main .form input[type=submit]:hover, body.reservation .main .form input[type=submit]:hover, body.single-event .main .form input[type=submit]:hover {
    background-position: calc(100% - 0.27rem) 50%;
  }
}
body.contact .main .form .wpcf7-not-valid-tip, body.reservation .main .form .wpcf7-not-valid-tip, body.single-event .main .form .wpcf7-not-valid-tip {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.5em 0 0;
  padding: 0 0.5em;
  background: #B73400;
  color: #fff;
}
body.contact .main {
  padding-bottom: 0.9rem;
}
body.contact .main .tel .ttl,
body.contact .main .form .ttl {
  padding: 0 0 1em;
  background: linear-gradient(#D0D0D0, #D0D0D0) 0 100%/100% 1px no-repeat;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.contact .main .tel .ttl,
  body.contact .main .form .ttl {
    font-size: 0.36rem;
    text-align: left;
  }
}
body.contact .main .tel {
  margin: 0.93rem 0 0;
}
body.contact .main .tel .wrap {
  max-width: 7.2rem;
}
body.contact .main .tel .tel {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.2rem auto 0;
  font-size: 0.28rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  body.contact .main .tel .tel {
    margin: 0.36rem 0 0;
    font-size: 0.56rem;
  }
}
body.contact .main .tel .note {
  display: flex;
  justify-content: center;
  margin: 0.17rem 0 0;
}
@media screen and (max-width: 750px) {
  body.contact .main .tel .note {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0.24rem 0 0;
    font-size: 0.26rem;
  }
}
@media screen and (max-width: 750px) {
  body.contact .main .tel .note dt {
    width: 5em;
  }
}
body.contact .main .tel .note dt:nth-child(n+2)::before {
  content: "│";
  margin: 0 1em;
}
@media screen and (max-width: 750px) {
  body.contact .main .tel .note dt:nth-child(n+2)::before {
    content: none;
  }
}
body.contact .main .tel .note dd {
  margin-left: 0.5em;
}
@media screen and (max-width: 750px) {
  body.contact .main .tel .note dd {
    width: calc(100% - 5em);
    margin-left: 0;
  }
}
body.contact .main .form {
  margin: 1rem 0 0;
}
body.contact .main .form p {
  margin: 0.25rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.contact .main .form p {
    margin: 0.24rem 0 0;
    text-align: left;
  }
}
body.contact .main .form .item {
  margin: 0.4rem 0 0;
}
body.reservation .main {
  padding-bottom: 0.8rem;
}
body.reservation .main .lead {
  margin: 0.93rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.reservation .main .lead {
    margin: 1rem 0 0;
    text-align: left;
  }
}
body.reservation .main .shopinfo {
  margin: 0.85rem 0 0;
  padding: 0.7rem 0;
  background: #939393;
}
@media screen and (max-width: 750px) {
  body.reservation .main .shopinfo {
    margin: 1rem 0 0;
    padding: 0.6rem 0;
  }
}
body.reservation .main .shopinfo .wrap {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  max-width: 8rem;
}
@media screen and (max-width: 750px) {
  body.reservation .main .shopinfo .wrap {
    display: block;
  }
}
body.reservation .main .shopinfo .wrap .text {
  width: 2.8rem;
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 750px) {
  body.reservation .main .shopinfo .wrap .text {
    width: auto;
    padding: 0;
  }
}
body.reservation .main .shopinfo .wrap .text .ttl {
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.55rem;
}
@media screen and (max-width: 750px) {
  body.reservation .main .shopinfo .wrap .text .ttl {
    font-size: 0.32rem;
    line-height: 1;
  }
}
body.reservation .main .shopinfo .wrap .text .name {
  margin: 0.15rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.16rem;
  font-weight: 300;
  line-height: 0.25rem;
}
@media screen and (max-width: 750px) {
  body.reservation .main .shopinfo .wrap .text .name {
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
body.reservation .main .shopinfo .wrap .text .data {
  margin: 0.05rem 0 0;
  font-size: 0.13rem;
  line-height: 0.23rem;
}
@media screen and (max-width: 750px) {
  body.reservation .main .shopinfo .wrap .text .data {
    margin: 0.15rem 0 0;
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
body.reservation .main .shopinfo .wrap .text .data dt {
  clear: both;
  float: left;
}
body.reservation .main .shopinfo .wrap .text .data dt::after {
  padding: 0 0.5em 0 0;
  content: ".";
}
body.reservation .main .shopinfo .wrap .text .data dd {
  float: left;
}
body.reservation .main .shopinfo .image {
  width: 4.8rem;
}
@media screen and (max-width: 750px) {
  body.reservation .main .shopinfo .image {
    width: auto;
    margin: 0.4rem 0 0;
    text-align: center;
  }
}
body.reservation .main .form {
  margin: 0.8rem 0 0;
}
body.reservation .main .form .ttl {
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 0.29rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.reservation .main .form .ttl {
    font-size: 0.36rem;
  }
}
body.reservation .main .form p {
  margin: 0.16rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.reservation .main .form p {
    margin: 0.24rem 0 0;
    text-align: left;
  }
}
body.reservation .main .form .item {
  margin: 0.4rem 0 0;
}
body.thanks .main .thanks, body.event_thanks .main .thanks {
  margin: 0.9rem 0;
}
body.thanks .main .thanks .wrap, body.event_thanks .main .thanks .wrap {
  max-width: 7.2rem;
}
body.thanks .main .thanks .ttl, body.event_thanks .main .thanks .ttl {
  padding: 0 0 1em;
  background: linear-gradient(#D0D0D0, #D0D0D0) 0 100%/100% 1px no-repeat;
  font-size: 0.2rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.thanks .main .thanks .ttl, body.event_thanks .main .thanks .ttl {
    font-size: 0.36rem;
  }
}
body.thanks .main .thanks p, body.event_thanks .main .thanks p {
  margin: 0.25rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.thanks .main .thanks p, body.event_thanks .main .thanks p {
    margin: 0.24rem 0 0;
    text-align: left;
  }
}
body.event_thanks .main {
  padding-top: 1rem;
}
@media screen and (max-width: 750px) {
  body.event_thanks .main {
    padding-top: 1.2rem;
  }
}
body.privacy-policy .main {
  padding-top: 1rem;
  padding-bottom: 1.15rem;
}
@media screen and (max-width: 750px) {
  body.privacy-policy .main {
    padding-top: 1.2rem;
    padding-bottom: 1rem;
  }
}
body.privacy-policy .main .post {
  margin: 0.63rem 0 0;
}
@media screen and (max-width: 750px) {
  body.privacy-policy .main .post {
    margin: 1rem 0 0;
  }
}
body.privacy-policy .main .post .wrap {
  max-width: 7.2rem;
}
body.privacy-policy .main .post .prepend .ttl {
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.35rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  body.privacy-policy .main .post .prepend .ttl {
    font-size: 0.32rem;
    line-height: 0.42rem;
  }
}
body.privacy-policy .main .post .body {
  margin: 0.85rem 0 0;
}
@media screen and (max-width: 750px) {
  body.privacy-policy .main .post .body {
    margin: 0.6rem 0 0;
  }
}

.gFooter {
  position: relative;
  z-index: 1;
  background: #303030;
}
.gFooter .contact {
  border-bottom: 1px solid #D0D0D0;
  padding: 0.6rem 0;
}
@media screen and (max-width: 750px) {
  .gFooter .contact {
    padding: 0 0.5rem;
  }
}
.gFooter .contact .list {
  display: flex;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .list {
    display: block;
  }
}
.gFooter .contact .list li {
  width: 33.3333333333%;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .list li {
    width: auto;
  }
}
.gFooter .contact .list li:nth-child(n+2) {
  box-sizing: border-box;
  border-left: 1px solid #D0D0D0;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .list li:nth-child(n+2) {
    border-top: 1px solid #D0D0D0;
    border-left: none;
  }
}
.gFooter .contact .list a {
  display: block;
  height: 1.6rem;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .list a {
    display: flex;
    align-items: center;
    background: url(../imgs/arw01_w.svg) calc(100% - 0.08rem) 50%/0.12rem auto no-repeat;
  }
}
.gFooter .contact .list a .block--01 {
  padding: 0.05rem 0 0;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .list a .block--01 {
    display: flex;
    align-items: baseline;
    gap: 0.38rem;
    padding: 0;
  }
}
.gFooter .contact .list a .block--01 .en {
  font-size: 0.2rem;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .list a .block--01 .en {
    font-size: 0.38rem;
  }
}
.gFooter .contact .list a .block--01 .ja {
  margin: 0.15rem 0 0;
  color: #F0F0F0;
  font-size: 0.12rem;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .list a .block--01 .ja {
    margin: 0;
    font-size: 0.24rem;
  }
}
.gFooter .contact .list a .block--02 {
  display: grid;
  align-items: center;
  box-sizing: border-box;
  width: 2.4rem;
  height: 0.4rem;
  margin: 0.48rem auto 0;
  border-bottom: 1px solid currentColor;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .list a .block--02 {
    display: none;
  }
}
.gFooter .contact .list a .block--02 .en,
.gFooter .contact .list a .block--02 .ja {
  grid-area: 1/1;
  font-size: 0.13rem;
}
.gFooter .contact .list a .block--02 .ja {
  opacity: 0;
}
.gFooter .contact .list a .block--02 .arw {
  width: 0.07rem;
  margin: 0 0.09rem 0 0;
  grid-area: 1/1;
  justify-self: flex-end;
}
.gFooter .contact .list a .block--02 .arw path {
  stroke: currentColor;
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .gFooter .contact .list a .block--02 .en,
  .gFooter .contact .list a .block--02 .ja {
    transition: opacity 0.4s;
  }
  .gFooter .contact .list a .block--02 .arw {
    transition: translate 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .gFooter .contact .list a:hover .block--02 .en {
    opacity: 0;
  }
  .gFooter .contact .list a:hover .block--02 .ja {
    opacity: 1;
  }
  .gFooter .contact .list a:hover .block--02 .arw {
    translate: 100% 0 0;
  }
}
.gFooter .wrap {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 4.3rem;
  gap: 0.56rem 0;
  padding: 0.48rem 0 0.44rem;
}
@media screen and (max-width: 750px) {
  .gFooter .wrap {
    display: block;
    padding: 0.8rem 0.4rem 0.3rem;
  }
}
.gFooter .ci {
  grid-row: 1/2;
  grid-column: 1/2;
  align-self: flex-start;
  padding: 0.3rem 0 0;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .ci {
    padding: 0;
  }
}
.gFooter .ci .catch {
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .catch {
    font-size: 0.48rem;
    line-height: 0.7rem;
  }
}
.gFooter .ci .logo {
  width: 1.46rem;
  margin: 0.28rem 0 0;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .logo {
    width: 2.96rem;
    margin: 0.32rem 0 0;
  }
}
.gFooter .ci .text {
  margin: 0.06rem 0 0;
  font-size: 0.1rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .text {
    margin: 0.08rem 0 0;
    font-size: 0.2rem;
  }
}
.gFooter .navigation {
  grid-row: 1/2;
  grid-column: 2/3;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 750px) {
  .gFooter .navigation {
    display: block;
    margin: 0.74rem 0 0;
  }
}
.gFooter .navigation .list--01 {
  width: 1.1rem;
  line-height: 3.1428571429;
}
@media screen and (max-width: 750px) {
  .gFooter .navigation .list--01 {
    display: flex;
    width: auto;
    margin: 0 -0.4rem;
    font-size: 0.28rem;
    line-height: 0.38rem;
  }
  .gFooter .navigation .list--01 li {
    box-sizing: border-box;
    width: 33.3333333333%;
    text-align: center;
  }
  .gFooter .navigation .list--01 li:nth-child(n+2) {
    border-left: 1px solid #D0D0D0;
  }
}
.gFooter .navigation .list--01 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.09rem 0 0;
}
@media screen and (max-width: 750px) {
  .gFooter .navigation .list--01 a {
    display: block;
    padding: 0;
  }
}
.gFooter .navigation .list--01 a .arw {
  width: 0.07rem;
}
@media screen and (max-width: 750px) {
  .gFooter .navigation .list--01 a .arw {
    display: none;
  }
}
.gFooter .navigation .list--01 a .arw path {
  stroke: currentColor;
}
@media screen and (hover: hover) and (pointer: fine) and (prefers-reduced-motion: no-preference) {
  .gFooter .navigation .list--01 a .arw {
    transition: translate 0.4s;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .gFooter .navigation .list--01 a:hover .arw {
    translate: 100% 0 0;
  }
}
.gFooter .navigation .list--02 {
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  width: 2.34rem;
  padding: 0.07rem 0 0;
  font-size: 0.12rem;
  line-height: 2.5;
}
@media screen and (max-width: 750px) {
  .gFooter .navigation .list--02 {
    width: auto;
    margin: 0.4rem 0 0;
    padding: 0;
    font-size: 0.24rem;
  }
}
.gFooter .navigation .list--02 li:nth-child(odd) {
  width: 1.5rem;
}
@media screen and (max-width: 750px) {
  .gFooter .navigation .list--02 li:nth-child(odd) {
    width: 3.1rem;
  }
}
.gFooter .navigation .list--02 li:nth-child(even) {
  width: 0.84rem;
}
@media screen and (max-width: 750px) {
  .gFooter .navigation .list--02 li:nth-child(even) {
    width: 3.6rem;
  }
}
.gFooter .misc {
  grid-row: 2/3;
  grid-column: 2/3;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.12rem;
  color: #F0F0F0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.1rem;
}
@media screen and (max-width: 750px) {
  .gFooter .misc {
    display: grid;
    grid-auto-rows: auto auto;
    grid-template-columns: 1fr auto;
    gap: 0.05rem 0;
    margin: 0.65rem 0 0;
    font-size: 0.22rem;
    line-height: 0.3rem;
  }
}
.gFooter .misc .instagram {
  display: block;
  width: 0.2rem;
}
@media screen and (max-width: 750px) {
  .gFooter .misc .instagram {
    grid-row: 1/3;
    grid-column: 2/3;
    align-self: center;
    width: 0.35rem;
  }
}
.gFooter .misc .privacy {
  grid-row: 1/2;
  grid-column: 1/2;
}
.gFooter .misc .copyright {
  grid-row: 2/3;
  grid-column: 1/2;
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=common.css.map */