@charset "UTF-8";
.main .fNote .wrap::before, .gFooter .contact .tel .note::before, .main .fNote .wrap::after, .gFooter .contact .tel .note::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .fNote .wrap::before, .gFooter .contact .tel .note::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .fNote .wrap::after, .gFooter .contact .tel .note::after {
  margin-top: calc((1em - 1lh) / 2);
}

@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: 1920px) and (min-width: 751px) {
  :root {
    font-size: 5.2083333333vw;
  }
}
@media screen and (max-width: 750px) {
  :root {
    font-size: 13.3333333333vw;
  }
}

/*:target {
	scroll-margin-top: 1.15rem;

	@include sp {
		scroll-margin-top: .75rem;
	}
}*/
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  color: #4c4948;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  font-size: 0.24rem;
  letter-spacing: 0;
  line-height: 1.8333333333;
}
@media screen and (max-width: 750px) {
  body {
    font-size: 0.28rem;
    line-height: 1.9285714286;
  }
}

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

.sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: revert;
  }
}
.blurIn span {
  opacity: 0;
  scale: 1 0;
  filter: blur(0.04rem);
  transform-origin: top;
  transition-duration: 0.8s;
  transition-property: opacity, filter;
}
.blurIn.scrollIn span {
  opacity: 1;
  scale: 1 1;
  filter: blur(0);
}

.fadeUp {
  opacity: 0;
  transform: translate3d(0, 0.2rem, 0);
  transition: 1.2s;
  transition-property: opacity, transform;
}
.fadeUp.scrollIn {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.showFromLeft {
  background-image: linear-gradient(270deg, rgba(76, 73, 72, 0) 33%, #4c4948 67%);
  background-size: 300% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.showFromLeft.scrollIn {
  animation-name: showFromLeft;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes showFromLeft {
  100% {
    background-position: 0 0;
  }
}

.showFromLeft-cl {
  background-image: linear-gradient(270deg, rgba(101, 127, 107, 0) 33%, #657f6b 67%);
  background-size: 300% 100%;
  background-position: 100% 0;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.showFromLeft-cl.scrollIn {
  animation-name: showFromLeftcl;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes showFromLeftcl {
  100% {
    background-position: 0 0;
  }
}

.zoomOut {
  overflow: hidden;
  visibility: hidden;
  transition: clip-path 0.8s;
}
.zoomOut img {
  scale: 1.05;
  transition: scale 2s;
}
.zoomOut.scrollIn {
  visibility: visible;
  animation: clip 0.8s both;
}
@keyframes clip {
  0% {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
.zoomOut.scrollIn img {
  scale: 1;
}

@keyframes ticker {
  from {
    translate: 0 0 0;
  }
  to {
    translate: -50% 0 0;
  }
}
.gHeader {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: auto 1fr;
  box-sizing: border-box;
  width: 100%;
  height: 200px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9000;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 750px) {
  .gHeader {
    display: block;
    height: 1.4rem;
    background: linear-gradient(#fff 1.1rem, transparent);
  }
}
.gHeader .branding {
  padding: 12px 24px;
  grid-row: 1/2;
  grid-column: 1/2;
}
@media screen and (max-width: 750px) {
  .gHeader .branding {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0.3rem 0 0 0.3rem;
  }
}
.gHeader .branding a {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 750px) {
  .gHeader .branding a {
    align-items: center;
    gap: 0.1rem;
  }
}
.gHeader .branding .logo {
  width: 100px;
}
@media screen and (max-width: 750px) {
  .gHeader .branding .logo {
    width: 1.6rem;
  }
}
.gHeader .branding .text {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .gHeader .branding .text {
    padding: 0;
    font-size: 0.18rem;
  }
}
.gHeader .gNav {
  display: contents;
}
.gHeader .gNav .btn--menu {
  display: grid;
  place-items: center;
  width: 1.2rem;
  height: 1.1rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .gHeader .gNav .btn--menu {
    display: none;
  }
}
.gHeader .gNav .btn--menu input,
.gHeader .gNav .btn--menu .bar {
  grid-area: 1/1;
}
.gHeader .gNav .btn--menu input {
  visibility: hidden;
}
.gHeader .gNav .btn--menu .bar {
  display: grid;
  width: 0.6rem;
  height: 0.15rem;
  translate: 0 -0.11rem;
}
.gHeader .gNav .btn--menu .bar::before, .gHeader .gNav .btn--menu .bar::after {
  content: "";
  display: block;
  height: 0.02rem;
  grid-area: 1/1;
  align-self: center;
  justify-self: stretch;
  background: #4c4948;
  transition: 0.2s;
  transition-property: translate, rotate;
}
.gHeader .gNav .btn--menu .bar::before {
  translate: 0 -0.065rem 0;
}
.gHeader .gNav .btn--menu .bar::after {
  translate: 0 0.065rem 0;
}
.gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *)::before {
  translate: 0 0 0;
  rotate: 165deg;
}
.gHeader .gNav .btn--menu .bar:is(.gNav:has(.btn--menu input:checked) *)::after {
  translate: 0 0 0;
  rotate: 15deg;
}
.gHeader .gNav .btn--menu::after {
  grid-area: 1/1;
  content: "MENU";
  display: block;
  font-size: 0.18rem;
  line-height: 1;
  text-align: center;
  translate: 0 0.2rem;
}
.gHeader .gNav .btn--menu:is(.gNav:has(.btn--menu input:checked) *)::after {
  content: "CLOSE";
}
.gHeader .gNav .navigation {
  display: contents;
}
.gHeader .gNav .navigation .group--01 {
  height: -moz-fit-content;
  height: fit-content;
  grid-row: 1/2;
  grid-column: 2/3;
  padding: 14px 20px 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 34px;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .group--01 {
    display: block;
    padding: 0;
    position: absolute;
    top: 0.3rem;
    right: 1.2rem;
  }
}
.gHeader .gNav .navigation .group--01 .list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .group--01 .list {
    display: none;
  }
}
.gHeader .gNav .navigation .group--01 .list a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
}
.gHeader .gNav .navigation .group--01 .list a::before {
  content: "";
  display: block;
  width: 7px;
  aspect-ratio: 8/12;
  background: currentColor;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.gHeader .gNav .navigation .group--01 .cv {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .group--01 .cv {
    gap: 0.2rem;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .group--01 .cv li {
    width: 1.4rem;
  }
}
.gHeader .gNav .navigation .group--01 .cv li.reserve_wrap {
  display: none;
}
.gHeader .gNav .navigation .group--01 .cv a {
  display: block;
  padding: 5px 30px;
  color: #fff;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .group--01 .cv a {
    padding: 0;
    font-size: 0.18rem;
    line-height: 0.5rem;
  }
}
.gHeader .gNav .navigation .group--01 .cv a.reserve {
  background: #657f6b;
}
.gHeader .gNav .navigation .group--01 .cv a.entry {
  background: #d2b084;
}
.gHeader .gNav .navigation .group--02 {
  grid-row: 2/3;
  grid-column: 1/3;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .group--02 {
    box-sizing: border-box;
    width: 100%;
    max-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.88rem 0.4rem 0.7rem;
    background: url(../imgs/bg-spmenu.jpg) 0 100%/cover no-repeat;
    translate: 0 -100% 0;
    transition: translate 0.4s;
    overflow-y: scroll;
  }
  .gHeader .gNav .navigation .group--02:is(.gNav:has(.btn--menu input:checked) *) {
    translate: 0 0 0;
  }
}
.gHeader .gNav .navigation .group--02 .list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .group--02 .list {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 0.3rem;
  }
}
.gHeader .gNav .navigation .group--02 .list li {
  padding: 0 0.5rem;
  background: linear-gradient(currentColor, currentColor) 0 50%/0.01rem 0.12rem no-repeat;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .group--02 .list li {
    width: calc(50% - 0.15rem);
    border-bottom: 0.02rem solid #a09f9e;
    padding: 0;
    background: none;
  }
}
.gHeader .gNav .navigation .group--02 .list li:first-child {
  background: none;
}
.gHeader .gNav .navigation .group--02 .list li.is-hidden {
  opacity: 0.5;
  pointer-events: none;
}
.gHeader .gNav .navigation .group--02 .list a {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  position: relative;
  line-height: 1;
  text-align: center;
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .group--02 .list a {
    justify-content: center;
    gap: 0.16rem;
    height: 1.11rem;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .group--02 .list a .en {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .group--02 .list a .ja {
    font-size: 0.26rem;
  }
}
.gHeader .gNav .navigation .group--02 .list a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.01rem;
  position: absolute;
  top: calc(100% + 0.04rem);
  left: 0;
  background: currentColor;
  scale: 0 1;
  transition: scale 0.4s;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .group--02 .list a::after {
    content: none;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .gHeader .gNav .navigation .group--02 .list a:hover::after {
    scale: 1 1;
  }
}
.gHeader .gNav .navigation .group--02 .list a.is-current:after {
  scale: 1;
  transition: none;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .group--02 .list a.is-current {
    color: #ad6e1d;
  }
}
.gHeader .gNav .navigation .group--02 .cv {
  display: none;
}
@media screen and (max-width: 750px) {
  .gHeader .gNav .navigation .group--02 .cv {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    width: 4.5rem;
    margin: 0.8rem auto 0;
  }
  .gHeader .gNav .navigation .group--02 .cv .reserve_wrap {
    display: none;
  }
  .gHeader .gNav .navigation .group--02 .cv a {
    display: block;
    color: #fff;
    font-size: 0.28rem;
    line-height: 1rem;
    text-align: center;
  }
  .gHeader .gNav .navigation .group--02 .cv a.reserve {
    background: #657f6b;
  }
  .gHeader .gNav .navigation .group--02 .cv a.entry {
    background: #aa9171;
  }
}

.main .image:has(.bottomLeft),
.main .image:has(.bottomRight) {
  position: relative;
}
.main .bottomLeft,
.main .bottomRight {
  padding: 0.09rem 0.15rem;
  position: absolute;
  bottom: 0;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.16rem;
  line-height: 1.5;
  background: rgba(0, 0, 0, 0.5);
}
.main .bottomLeft {
  left: 0;
}
.main .bottomLeft.small {
  font-size: 0.12rem;
}
.main .bottomRight {
  right: 0;
}
.main .bottomRight.--01 {
  background: none;
  color: #4c4948;
}
.main .bottomRight.--02 {
  background: none;
  color: #4c4948;
}
@media screen and (max-width: 750px) {
  .main .bottomRight.--02 {
    bottom: 10.2rem;
  }
}
.main .bottomRight.small {
  font-size: 0.12rem;
}
.main .btn--more {
  display: block;
  box-sizing: border-box;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.6rem 0 0;
  position: relative;
  z-index: 1;
  background: url(../imgs/arw01.svg) 100% 0/0.4rem auto no-repeat;
  font-size: 0.2rem;
  line-height: 0.4rem;
}
@media screen and (max-width: 750px) {
  .main .btn--more {
    padding: 0 0.56rem 0 0;
    font-size: 0.3rem;
  }
}
.main .btn--more::before, .main .btn--more::after {
  content: "";
  display: block;
  position: absolute;
}
.main .btn--more::before {
  height: 0.01rem;
  right: 0.6rem;
  bottom: 0.03rem;
  left: 0;
  background: currentColor;
  transform-origin: left;
  animation: btnMoreLine 1.6s linear infinite;
}
@media screen and (max-width: 750px) {
  .main .btn--more::before {
    height: 0.02rem;
    right: 0.56rem;
    bottom: -0.04rem;
  }
}
@keyframes btnMoreLine {
  0% {
    scale: 0 1;
  }
  75% {
    scale: 1 1;
    opacity: 1;
  }
  100% {
    scale: 1 1;
    opacity: 0;
  }
}
.main .btn--more::after {
  width: 0.4rem;
  height: 0.4rem;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.01rem #ccc;
}
@media screen and (max-width: 750px) {
  .main .btn--more::after {
    animation: btnMoreRipple 0.8s linear infinite;
  }
}
@keyframes btnMoreRipple {
  0% {
    scale: 1;
  }
  75% {
    scale: 2;
    opacity: 1;
  }
  100% {
    scale: 2;
    opacity: 0;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .btn--more:hover::after {
    animation: btnMoreRipple 0.8s linear infinite;
  }
}
.main .effectByLine span {
  display: block;
}
.main .fNote {
  padding: 1.7rem 0 0.4rem;
  font-size: 0.12rem;
  line-height: 1.8333333333;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (max-width: 750px) {
  .main .fNote {
    padding: 1.5rem 0 0.4rem;
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
    font-size: 0.2rem;
    line-height: 1.35;
  }
}
@media screen and (max-width: 750px) {
  .main .fNote .wrap {
    padding-inline: 0.3rem;
  }
}
.main .pagetop {
  display: none;
}
.main .pagetop .inner {
  display: flex;
  gap: 0.2rem;
  margin-bottom: -1.3rem;
  position: sticky;
  bottom: 0.4rem;
  left: calc(100% - 0.6rem);
  writing-mode: vertical-rl;
  font-size: 0.2rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .pagetop .inner {
    display: none;
  }
}
.main .pagetop .inner::before {
  content: "";
  display: block;
  width: 1em;
  height: 0.42rem;
  background: url(../imgs/pagetop.svg) 50% 0/contain no-repeat;
  transform-origin: bottom;
  animation: pagetopArrow 2.2s ease-in-out infinite;
}
@keyframes pagetopArrow {
  0% {
    transform: scaleY(0);
    opacity: 1;
  }
  40% {
    transform: scaleY(1);
    opacity: 1;
  }
  80% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    opacity: 0;
  }
}

.gFooter .pager {
  background: #434343 50% 50% no-repeat;
}
@media screen and (max-width: 750px) {
  .gFooter .pager {
    background-image: linear-gradient(#a1a1a1, #a1a1a1);
    background-size: 0.02rem 0.44rem;
  }
}
.gFooter .pager ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .gFooter .pager ul {
    padding: 0 0.2rem;
  }
}
.gFooter .pager ul li:first-child a::before {
  content: "";
  display: block;
  width: 0.09rem;
  aspect-ratio: 924/1643;
  background: url(../imgs/arw02.svg) 50% 50%/contain no-repeat;
  scale: -1 1;
}
.gFooter .pager ul li:last-child a::after {
  content: "";
  display: block;
  width: 0.09rem;
  aspect-ratio: 924/1643;
  background: url(../imgs/arw02.svg) 50% 50%/contain no-repeat;
}
.gFooter .pager ul a {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  height: 1rem;
  padding: 0 0.3rem;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .pager ul a {
    height: 0.8rem;
    padding: 0 0.36rem;
    font-size: 0.3rem;
  }
}
.gFooter .pager ul a .direction {
  font-size: 0.32rem;
}
@media screen and (max-width: 750px) {
  .gFooter .pager ul a .name {
    display: none;
  }
}
.gFooter .pager ul a .name .ja {
  font-size: 0.24rem;
}
.gFooter .pager ul a .name .en {
  margin: 0.1rem 0 0;
  font-size: 0.18rem;
}
.gFooter .contact {
  padding: 1.3rem 0 1rem;
  background: #ebebe5;
}
@media screen and (max-width: 750px) {
  .gFooter .contact {
    padding: 0.8rem 0;
  }
}
.gFooter .contact .bnr {
  display: block;
  max-width: 11.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .bnr {
    max-width: 6.3rem;
  }
}
.gFooter .contact .tel {
  margin: 1.3rem 0 0;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .tel {
    margin: 0.9rem 0 0;
  }
}
.gFooter .contact .tel .legend {
  font-size: 0.28rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .tel .legend {
    font-size: 0.26rem;
  }
}
.gFooter .contact .tel a {
  color: #4c4948;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.2rem auto 0;
  padding: 0 0 0 0.7rem;
  background: url(../imgs/ico-tel.svg) 0 50%/0.44rem auto no-repeat;
  font-size: 0.9rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .tel a {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 0.94rem;
    line-height: 1.2rem;
  }
}
.gFooter .contact .tel .note {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .tel .note {
    font-size: 0.22rem;
  }
}
.gFooter .contact .btn--entry {
  display: grid;
  place-items: center;
  width: 4rem;
  height: 0.8rem;
  margin: 0.45rem auto 0;
  background: #d2b084;
  color: #fff;
  font-size: 0.24rem;
  overflow: hidden;
  transition: color 0.4s;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .btn--entry {
    width: 5.4rem;
    height: 1.2rem;
    margin: 0.6rem auto 0;
    font-size: 0.32rem;
  }
}
.gFooter .contact .btn--entry::before {
  content: "";
  display: block;
  grid-area: 1/1;
  width: 100%;
  height: 100%;
  background: #fff;
  scale: 0 1;
  transform-origin: left;
  transition: scale 0.4s;
}
@media screen and (max-width: 750px) {
  .gFooter .contact .btn--entry::before {
    content: none;
  }
}
.gFooter .contact .btn--entry span {
  grid-area: 1/1;
  position: relative;
}
@media screen and (hover: hover) and (pointer: fine) {
  .gFooter .contact .btn--entry:hover {
    color: #aa9171;
  }
  .gFooter .contact .btn--entry:hover::before {
    scale: 1 1;
    transform-origin: right;
  }
}
.gFooter .ci {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.17rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .gFooter .ci {
    font-size: 0.12rem;
  }
}
.gFooter .ci .list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.72rem;
  height: 1.3rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list {
    gap: 0.4rem;
    height: 1.74rem;
  }
}
.gFooter .ci .list .item {
  display: flex;
  align-items: center;
  gap: 0.14rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item {
    display: block;
  }
  .gFooter .ci .list .item span {
    display: block;
    margin: 0 0 -0.03rem 0.75rem;
  }
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item--01 {
    width: 2.99rem;
  }
}
.gFooter .ci .list .item--01 img {
  width: 2.23rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item--01 img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item--02 {
    width: 3.29rem;
  }
}
.gFooter .ci .list .item--02 img {
  width: 2.35rem;
}
@media screen and (max-width: 750px) {
  .gFooter .ci .list .item--02 img {
    width: 100%;
  }
}
.gFooter .pagetop {
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #000;
}
.gFooter .pagetop.off {
  pointer-events: none;
  opacity: 0;
}

@media print {
  body {
    zoom: 0.5;
  }
  body .gHeader {
    position: absolute;
  }
}/*# sourceMappingURL=common.css.map */