@charset "UTF-8";
/*--------------------------------------*
 * foundation// リセットCSSや基本的なスタイル
 *--------------------------------------*/
/* ===================================================
共通項目
====================================================*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  overflow-x: hidden;
  scroll-behavior: smooth;
  position: relative;
}
body :focus-visible {
  outline: 2px solid #000000;
}
body p, body h1, body h2, body h3, body h4, body ul, body li {
  padding: 0;
  margin: 0;
  color: #000;
}
body a {
  text-decoration: none;
  display: block;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  word-break: break-all;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #000;
}
body a.link {
  color: #1176d4;
  display: inline-block;
}
body p {
  line-height: 2;
  font-size: 16px;
}
body button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
body li {
  list-style: none;
}
body .for_sp {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  body .for_sp {
    display: none;
  }
}
body .for_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  body .for_pc {
    display: inline-block;
  }
}
body img {
  max-width: 100%;
  height: auto;
}

/* ===================================================
遅延読み込み
====================================================*/
.trigger {
  opacity: 0;
}

.trigger.in.is-active {
  -webkit-animation: fadeIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: fadeIn 1.5s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

#loading.fadeIn {
  -webkit-animation: fadeInLoad 0.7s forwards;
          animation: fadeInLoad 0.7s forwards;
}

#loading.fadeout {
  -webkit-animation: fadeOut 1s forwards;
          animation: fadeOut 1s forwards;
}

h2.hdg2.trigger.in.is-active {
  -webkit-animation: fadeInHdg 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: fadeInHdg 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes voice-yoko {
  0% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes voice-yoko {
  0% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}
@-webkit-keyframes fadeInHdg {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes fadeInHdg {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInLoad {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeInLoad {
  0% {
    opacity: 0;
    visibility: visible;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 4px, 0);
            transform: translate3d(0, 4px, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    display: none;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    display: none;
    -webkit-filter: blur(30px);
            filter: blur(30px);
  }
}
/* ===============
js-trigger up
===============*/
/* //trigger upをつける */
.trigger {
  opacity: 0;
}

.trigger.up.is-active {
  -webkit-animation: slideUp 1.8s 0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
          animation: slideUp 1.8s 0s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(180px);
            transform: translateY(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(180px);
            transform: translateY(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes huwahuwa {
  0% {
    border-radius: 90% 80% 80% 90%/90% 80% 90% 80%;
  }
  20% {
    border-radius: 98% 100% 120% 99%/100% 97% 120% 98%;
  }
  40% {
    border-radius: 100% 120% 100% 120%/100% 120% 100% 120%;
  }
  60% {
    border-radius: 90% 90% 80% 130%/110% 90% 110% 90%;
  }
  80% {
    border-radius: 120% 100% 120% 100%/120% 100% 120% 100%;
  }
  100% {
    border-radius: 90% 80% 80% 90%/90% 80% 90% 80%;
  }
}
@keyframes huwahuwa {
  0% {
    border-radius: 90% 80% 80% 90%/90% 80% 90% 80%;
  }
  20% {
    border-radius: 98% 100% 120% 99%/100% 97% 120% 98%;
  }
  40% {
    border-radius: 100% 120% 100% 120%/100% 120% 100% 120%;
  }
  60% {
    border-radius: 90% 90% 80% 130%/110% 90% 110% 90%;
  }
  80% {
    border-radius: 120% 100% 120% 100%/120% 100% 120% 100%;
  }
  100% {
    border-radius: 90% 80% 80% 90%/90% 80% 90% 80%;
  }
}
@-webkit-keyframes upDown {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -70%);
            transform: scale(0.9, 1.2) translate(0%, -70%);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
    opacity: 1;
  }
  85% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes upDown {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
            transform: scale(1.1, 0.9) translate(0%, 5%);
    opacity: 1;
  }
  40% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -70%);
            transform: scale(0.9, 1.2) translate(0%, -70%);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.9, 1.2) translate(0%, -20%);
            transform: scale(0.9, 1.2) translate(0%, -20%);
    opacity: 1;
  }
  85% {
    -webkit-transform: scale(1.2, 0.8) translate(0%, 15%);
            transform: scale(1.2, 0.8) translate(0%, 15%);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@-webkit-keyframes leftToRight {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes leftToRight {
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
.u-scrollAnim {
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.025, 0.905, 0.31, 1.08);
  transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.025, 0.905, 0.31, 1.08);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.025, 0.905, 0.31, 1.08);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.025, 0.905, 0.31, 1.08), -webkit-transform 0.6s cubic-bezier(0.025, 0.905, 0.31, 1.08);
}

.u-scrollAnim.-animated {
  -webkit-transform: translateY(0) rotate(0) !important;
          transform: translateY(0) rotate(0) !important;
  opacity: 1;
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(180px);
            transform: translateX(180px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fullWidth {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transition: width 0.74s cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 0.74s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
@keyframes fullWidth {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transition: width 0.74s cubic-bezier(0.23, 1, 0.32, 1);
    transition: width 0.74s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
.effect-block span {
  opacity: 0;
}

.trigger.in.is-active.effect-block span {
  opacity: 0;
  -webkit-animation: text-visible 0.0001s linear forwards;
          animation: text-visible 0.0001s linear forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.trigger.in.is-active.effect-block::after {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 0%;
  height: 100%;
  background: red;
  -webkit-animation: effect-block 1.2s cubic-bezier(0.17, 0.67, 0.49, 0.99) forwards;
          animation: effect-block 1.2s cubic-bezier(0.17, 0.67, 0.49, 0.99) forwards;
}

#another span {
  /* animation-delay: 0.5s; */
}

#another.effect-block:after {
  background: blue;
  /* animation-delay: 1.4s; */
}

@-webkit-keyframes effect-block {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}

@keyframes effect-block {
  0% {
    left: 0;
    width: 0%;
  }
  50% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
@-webkit-keyframes text-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes text-visible {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes scallOff {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes scallOff {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  35% {
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
.block.active {
  -webkit-animation: clipPath 3s cubic-bezier(0.22, 0.6, 0.35, 1) 0s 1 forwards;
          animation: clipPath 3s cubic-bezier(0.22, 0.6, 0.35, 1) 0s 1 forwards;
}

@-webkit-keyframes clipPath {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}

@keyframes clipPath {
  0% {
    -webkit-clip-path: circle(0 at 50% 50%);
            clip-path: circle(0 at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}
@media (scripting: none) {
  .trigger {
    opacity: 1;
  }
  #loading, #loading__logo {
    display: none;
  }
  html {
    scroll-behavior: smooth;
  }
}
/*--------------------------------------*
 * layout // ヘッダー・メインのコンテンツエリア・サイドバー・フッターのスタイル
 *--------------------------------------*/
.inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
}

main {
  width: 100%;
}
main section:not(.mv) {
  padding: 100px 0 0;
}
@media screen and (max-width: 767.98px) {
  main section:not(.mv) {
    padding: 60px 0 0;
  }
}

/* ===================================================
header
====================================================*/
#header {
  position: relative;
  z-index: 10;
  height: 64px;
}
@media screen and (max-width: 767.98px) {
  #header {
    height: 80px;
  }
}
#header h1 {
  color: #000000;
  font-size: 14px;
}
@media screen and (max-width: 767.98px) {
  #header h1 {
    font-size: 13px;
  }
}
@media screen and (max-width: 369.98px) {
  #header h1 {
    font-size: 12px;
  }
}
#header .ham__fixed {
  display: none;
}
@media screen and (max-width: 767.98px) {
  #header .ham__fixed {
    display: block;
    position: absolute;
    z-index: 7;
    width: 80px;
    top: 0;
    right: 0;
    height: 80px;
  }
}
#header .ham__fixed .ham {
  z-index: 21;
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  display: block;
  border-radius: 9999px;
  width: 80px;
  height: 80px;
}
#header .ham__fixed .ham span {
  background-color: #000;
  height: 1.5px;
  position: absolute;
  width: 24px;
  z-index: 9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header .ham__fixed .ham span:nth-child(1) {
  top: 32px;
}
#header .ham__fixed .ham span:nth-child(2) {
  top: 38px;
}
#header .ham__fixed .ham span:nth-child(3) {
  top: 44px;
}
#header .header__fixed {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
  padding: 0 32px;
  background-color: transparent;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  top: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  #header .header__fixed {
    height: 80px;
    display: block;
    padding: 0;
  }
}
#header .header__fixed.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  -webkit-box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;
          box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 4px 0px;
}
#header .header__fixed.active::before {
  background-color: #fdfdfd;
  opacity: 0.6;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  #header .header__fixed.active::before {
    background-color: #fff;
    opacity: 1;
  }
}
#header .globalMenu {
  opacity: 100;
  z-index: 9;
  width: auto;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  visibility: visible;
  top: 0;
  right: 0;
  color: #c1ab85;
}
@media screen and (max-width: 767.98px) {
  #header .globalMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 88vw;
    z-index: 6;
    padding: 0 4vw 10vw;
    position: relative;
    height: 100lvh;
    margin-left: 12vw;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  #header .globalMenu::before {
    content: "";
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    background: #380911;
    opacity: 0.8;
    width: 88vw;
  }
}
#header .globalMenu ul {
  text-align: center;
  color: #c1ab85;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  #header .globalMenu ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    width: 100%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
#header .globalMenu ul li {
  opacity: 0;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
@media screen and (max-width: 767.98px) {
  #header .globalMenu ul li {
    width: 100%;
    text-align: left;
  }
}
#header .globalMenu ul li.globalMenu_li__item-menu p {
  padding: 0.5em 0.75em;
  background: #380911;
  color: #fff;
  font-size: 4vw;
  margin-bottom: 0.5em;
}
#header .globalMenu ul li a {
  color: #c1ab85;
  letter-spacing: 0.025em;
  font-size: 14px;
  padding: 23px 8px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #header .globalMenu ul li a {
    line-height: 1.4;
    font-size: 13.5px;
    position: relative;
    padding: 0.75em 1em 0.75em 1.5em;
    border-bottom: 1px solid hsla(0, 0%, 78%, 0.5);
  }
  #header .globalMenu ul li a::before {
    content: "";
    display: inline-block;
    left: 4px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    vertical-align: middle;
    background-image: url(./../img/deco/ico-nav.svg);
    aspect-ratio: 29/47;
    -o-object-fit: cover;
       object-fit: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 6.5px;
    height: auto;
  }
  #header .globalMenu ul li a:hover {
    padding-left: 1.75em;
    padding-right: 0.75em;
    background-color: #4f2028;
  }
}
#header .globalMenu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
}
@media screen and (max-width: 767.98px) {
  #header .globalMenu ul li a::after {
    display: none;
  }
}
#header .globalMenu ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 767.98px) {
  #header .globalMenu ul li a:hover::after {
    display: none;
  }
}
#header .globalMenu ul li a.current::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  bottom: -1px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; /*変形の時間*/
}
@media screen and (max-width: 767.98px) {
  #header .globalMenu ul li a.current::after {
    display: none;
  }
}
#header .globalMenu ul li a.current:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 767.98px) {
  #header .globalMenu ul li a.current:hover::after {
    display: none;
  }
}
#header .globalMenu ul li p {
  color: #c1ab85;
}
#header .globalMenu.active {
  z-index: 3;
  right: 0;
}
@media screen and (max-width: 767.98px) {
  #header .globalMenu.active {
    opacity: 1;
    visibility: visible;
  }
}
#header .globalMenu.active ul li {
  opacity: 1;
}
#header .logo__fixed {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  #header .logo__fixed {
    text-align: center;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 1em;
  }
}
#header .logo__fixed a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-top: 5px;
}
@media screen and (max-width: 767.98px) {
  #header .logo__fixed a {
    margin-top: 0px;
  }
}
#header .logo__fixed a h1 {
  font-size: 12px;
  font-weight: 500;
}
#header .logo__fixed a img {
  max-width: 50px;
}
#header .logo__fixed p {
  color: #000000;
  font-size: 14px;
}
#header .ham.active span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 37px;
  width: 24px;
}
#header .ham.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 37px;
}
#header .ham.active span:nth-child(2), #header .ham.active span:nth-child(3) {
  top: 38px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.moln.under #header .header__fixed {
  background-color: #fff;
}

body.menu-open {
  overflow-y: hidden;
  -ms-touch-action: none;
      touch-action: none;
}

/* ===================================================
footer
====================================================*/
.footer {
  width: 100%;
  background-color: #ae8080;
  color: #fff;
  margin-top: 120px;
}
@media screen and (max-width: 767.98px) {
  .footer {
    width: 100%;
    padding-bottom: 51px;
    margin-left: 0;
  }
}
.footer__inner {
  padding: 1em;
}
.footer__top {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .footer__top {
    background-color: #825859;
    height: 40px;
    width: 100%;
    display: block;
  }
}
.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.footer__sns li a {
  margin: 0 3px;
  padding: 2px;
}
.footer ul.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5em 0 1em;
}
.footer ul.footer__nav li {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .footer ul.footer__nav li {
    border: none;
  }
}
.footer ul.footer__nav li:first-child {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .footer ul.footer__nav li:first-child {
    border: none;
  }
}
.footer ul.footer__nav li a {
  font-weight: 400;
  color: #fff;
  font-size: 13px;
  padding: 0 0.75em;
}
@media screen and (max-width: 767.98px) {
  .footer ul.footer__nav li a {
    font-size: min(3vw, 14px);
    padding: 0.25em 0.5em;
  }
}
.footer small {
  font-weight: 300;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ===================================================
スマホ下から出てくるメニュー
====================================================*/
.bottom_menu {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: bottom 0.4s;
  transition: bottom 0.4s;
  width: 100%;
  z-index: 6;
  background-color: #825859;
  color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: -5em;
  height: 52px;
}
.bottom_menu.active {
  bottom: 0;
}
.bottom_menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0.5em 0;
  position: relative;
  z-index: 1;
}
.bottom_menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  color: #fff;
}
.bottom_menu span {
  font-size: 10px;
}

.moln {
  background-color: #ffebec;
  margin: 0 auto;
  opacity: 0.01;
  overflow-x: hidden;
}

.moln.show {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/* ===================================================
under layer
====================================================*/
.moln.under .under-top {
  height: 50px;
  display: block;
  background-color: #ae8080;
}
@media screen and (max-width: 767.98px) {
  .moln.under .under-top {
    height: 40px;
  }
}

/*--------------------------------------*
 * object//　繰り返し使用されるビジュアルパターン
 *--------------------------------------*/
/* ===================================================
buttons
====================================================*/
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.btn a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.btn a p, .btn a h3 {
  color: #fff;
  font-weight: 700;
}

.btn01 {
  background-color: #f30086;
  padding: 15px;
  max-width: 430px;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  margin-bottom: 2em;
}
@media screen and (max-width: 767.98px) {
  .btn01 {
    max-width: 220px;
  }
}
.btn01 img {
  margin-right: 3px;
}

/* ===================================================
slider
====================================================*/
.splide__slide {
  position: relative;
}
.splide__slide::after {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.3);
  mix-blend-mode: color-dodge;
}
@media screen and (max-width: 767.98px) {
  .splide__slide::after {
    aspect-ratio: 2/3;
  }
}
.splide__slide img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .splide__slide img {
    aspect-ratio: 2/3;
  }
}

/* ===================================================
headings
====================================================*/
.hdg2 {
  padding: 0 0.5em 0.5em;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  margin: 0em 0px 1.5em;
  font-size: 1.4em;
  text-align: center;
}
.hdg2::before {
  content: "";
  width: 100%;
  bottom: 0px;
  display: block;
  left: 0px;
  position: absolute;
  z-index: 0;
  height: 2px;
  background: repeating-linear-gradient(90deg, #ae8080 0%, #ae8080 29.3%, rgba(150, 150, 150, 0.2) 29.3%, rgba(150, 150, 150, 0.2) 100%);
}
.hdg2 span {
  font-size: 0.75em;
  display: block;
}

.hdg2-2 {
  padding: 0;
  margin: 3em 0 1.5em;
  border-left: solid 2px #ae8080;
  font-size: 1.3em;
}
.hdg2-2::before {
  display: none;
}

/* ===================================================
loading
====================================================*/
#loading {
  position: fixed;
  z-index: 50;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100svh;
  opacity: 0;
  visibility: hidden;
  padding: 0 15px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#loading img {
  max-width: 400px;
}
@media screen and (max-width: 767.98px) {
  #loading img {
    max-width: 300px;
  }
}

/* ===================================================
to top
====================================================*/
.toTop {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #380911;
  border-radius: 9999px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 4px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 4px -4px rgba(0, 0, 0, 0.1);
  color: #380911;
  right: 20px;
  position: fixed;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 52px;
  letter-spacing: normal;
  line-height: 1;
  opacity: 0.75;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  width: 52px;
}
.toTop.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 60px;
  visibility: visible;
  opacity: 0.7;
  z-index: 7;
}
.toTop span {
  display: inline-block;
  vertical-align: middle;
  color: #380911;
  line-height: 1;
  width: 0.6em;
  height: 0.6em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(25%) rotate(-45deg);
          transform: translateY(25%) rotate(-45deg);
}

/* ===================================================
pan
====================================================*/
.pan {
  -webkit-box-shadow: inset 0 -1px 8px rgba(0, 0, 0, 0.06);
          box-shadow: inset 0 -1px 8px rgba(0, 0, 0, 0.06);
  background-color: #f7f7f7;
  margin: 0 auto;
  padding: 8px 32px;
  position: relative;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 767.98px) {
  .pan {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
.pan a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pan .ico-home {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  color: #000; /* アイコン色 */
  margin-right: 2px;
}

/* ===================================================
PC　フローティングメニュー
====================================================*/
a.right_float {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 20;
  background-color: #ae8080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  padding: 1.5em 1em;
  border-radius: 10px 0 0 10px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
a.right_float p {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  a.right_float {
    display: none;
  }
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

/* ===================================================
余白
====================================================*/
.m-a {
  margin: 0 auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.ta-c {
  text-align: center !important;
}

.ta-r {
  text-align: right !important;
}

.ta-l {
  text-align: left !important;
}

.bt-none {
  border-top: 0 !important;
}

.bb-none {
  border-bottom: 0 !important;
}

/*--------------------------------------*
 * page ページ単位のスタイル
 *--------------------------------------*/
/* ===================================================
top page
====================================================*/
.mv {
  position: relative;
}
.mv .reason {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}
.mv .reason p {
  font-size: 28px;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767.98px) {
  .mv .reason p {
    font-size: 22px;
  }
}
.mv .txt-scroll {
  bottom: 16px;
  color: #fff;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 5;
  padding-bottom: 16px;
}
.mv .txt-scroll svg {
  -webkit-animation: fuwafuwa 3s ease-in-out infinite alternate;
          animation: fuwafuwa 3s ease-in-out infinite alternate;
  display: block;
  height: 20px;
  margin: 0 auto;
  width: 20px;
}
.mv .txt-scroll span {
  font-size: 12px;
  font-weight: 400;
}

/* ===================================================
top page
====================================================*/
.voice .voice-scroll {
  display: none;
}
@media screen and (max-width: 815.98px) {
  .voice .voice-scroll {
    -webkit-animation: voice-yoko 2s ease-in-out infinite alternate;
            animation: voice-yoko 2s ease-in-out infinite alternate;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333;
    margin-bottom: 1em;
  }
  .voice .voice-scroll span {
    display: block;
  }
  .voice .voice-scroll span img {
    vertical-align: bottom;
  }
}
.voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1em;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 0;
  overflow-x: auto;
}
.voice ul li {
  max-width: 275px;
  min-width: 250px;
  width: 100%;
  background-color: #fff;
  padding: 16px;
}
.voice ul li .num {
  color: #ae8080;
  font-size: 22px;
  padding-bottom: 10px;
  border-top: 1px dashed rgba(188, 167, 167, 0.5);
  display: block;
  padding-top: 1em;
  width: 100%;
}
.voice ul li p {
  padding-bottom: 10px;
  font-weight: 400;
}
.voice ul li p b {
  font-size: 20px;
}
.voice ul li p.voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.voice ul li p.voice img {
  vertical-align: sub;
}
.voice ul li p.voice-txt {
  text-align: left;
  border-bottom: 1px dashed rgba(188, 167, 167, 0.5);
  padding-bottom: 1em;
}

/* ===================================================
top page
====================================================*/
.about-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media screen and (max-width: 767.98px) {
  .about-fl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ===================================================
top page
====================================================*/
.plan ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
.plan ul li {
  width: 100%;
}
.plan ul li h3 {
  background-color: #ae8080;
  color: #fff;
  gap: 0.5em;
  font-size: 16px;
  line-height: 1.5;
  padding: 0.5em;
  position: relative;
  text-align: center;
  z-index: 1;
  line-height: 1.8;
}
.plan ul li h3 span {
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.plan ul li .plan-cont {
  background-color: #ffffff;
  margin-top: -2px;
  padding: 1.5em;
  position: relative;
  z-index: 0;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 4px -4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 4px -4px rgba(0, 0, 0, 0.1);
}
.plan ul li .plan-cont .plan-includes, .plan ul li .plan-cont .-data {
  margin-bottom: 16px;
}
.plan ul li .plan-cont p {
  font-weight: 400;
}
.plan ul li .plan-cont p.price {
  text-align: right;
  font-size: 20px;
}
.plan ul li .plan-cont p.price span {
  font-size: 1em;
}
.plan ul li .plan-cont .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  row-gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
@media screen and (max-width: 767.98px) {
  .plan ul li .plan-cont .tag {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0.6em;
       -moz-column-gap: 0.6em;
            column-gap: 0.6em;
  }
}
.plan ul li .plan-cont .tag p {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  text-align: center;
  border-radius: 9999px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  font-weight: 600;
  background-color: #f9d5d6;
  font-size: 8.5px;
  padding: 1em;
}
@media screen and (max-width: 767.98px) {
  .plan ul li .plan-cont .tag p {
    width: 17.8vw;
    height: 17.8vw;
  }
}
.plan p.link {
  font-weight: 400;
  font-size: 14px;
}
.plan p.link a {
  color: #1176d4;
  display: inline-block;
}

/* ===================================================
top page
====================================================*/
.access-fl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
@media screen and (max-width: 767.98px) {
  .access-fl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.access-fl .map {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .access-fl .map {
    width: 100%;
  }
}
.access-fl .map iframe {
  max-width: 400px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .access-fl .map iframe {
    max-width: 100%;
  }
}
.access-txt p {
  font-size: 13px;
  font-weight: 600;
}
.access-txt li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
  margin-bottom: 2em;
  font-size: 13px;
}
@media screen and (max-width: 767.98px) {
  .access-txt li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 1em;
  }
}
.access-txt li p {
  font-weight: 400;
}
.access-txt li p.hdg {
  width: 12em;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
@media screen and (max-width: 767.98px) {
  .access-txt li p.hdg {
    width: auto;
  }
}

/* ===================================================
top page
====================================================*/
.cancel ul {
  padding-left: 1em;
}
.cancel ul li {
  line-height: 2;
  list-style: disc;
}

/* ===================================================
top page
====================================================*/
.qa dl div {
  padding-top: 1em;
  margin-bottom: 1em;
}
.qa dl div:not(:first-child) {
  border-top: 1px solid hsla(0, 0%, 78%, 0.5);
}
.qa dl div dt, .qa dl div dd {
  position: relative;
  gap: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 2;
  padding: 16px 0;
}
.qa dl div dt span, .qa dl div dd span {
  border-radius: 9999px;
  border: 1px solid;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-top: -2px;
  padding: 0.5em;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .qa dl div dt span, .qa dl div dd span {
    width: 35px;
    height: 35px;
    margin-top: 1px;
  }
}
.qa dl div dt {
  font-weight: 600;
}
.qa dl div dt span {
  border-color: #000;
}
.qa dl div dd {
  font-weight: 400;
}
.qa dl div dd span {
  border-color: #ae8080;
  background-color: #ae8080;
  color: #fff;
}

/* ===================================================
gallery page
====================================================*/
.gallery h2.hdg2::before {
  display: none;
}
.gallery .tabs {
  padding-bottom: 120px;
}
.gallery .tabs .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1em;
  max-width: 600px;
  margin: 5em auto 0;
}
@media screen and (max-width: 767.98px) {
  .gallery .tabs .tab-list {
    margin-top: 3em;
  }
}
.gallery .tabs .tab-list .tab-item {
  padding: 0.5em 1.2em;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .gallery .tabs .tab-list .tab-item {
    font-size: 14px;
  }
}
.gallery .tabs .tab-list .tab-item::after {
  background-color: #ae8080;
  height: 2px;
  opacity: 0.3;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
.gallery .tabs .tab-list .tab-item.active::after {
  background-color: #ae8080;
  height: 2px;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.gallery .tabs .tab-content {
  margin-top: 2em;
}
.gallery .tabs .tab-content .tab-panel .photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}
@media screen and (max-width: 767.98px) {
  .gallery .tabs .tab-content .tab-panel .photos a {
    width: 47%;
  }
}
.gallery .tabs .tab-content .tab-panel .photos a img {
  max-width: 400px;
  width: 100%;
}
.gallery .tabs .tab-content .tab-panel .photos a.tate img {
  max-width: 250px;
}
.gallery .tab-panel {
  display: none;
}
.gallery .tab-panel.active {
  display: block;
}
.gallery p.other {
  text-align: center;
}
.gallery p.other a {
  color: #1176d4;
  display: inline-block;
}

.lum-lightbox {
  z-index: 30;
}

/* ===================================================
contact page
====================================================*/
.contact ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
.contact ul li:not(:last-child) {
  margin-bottom: 1em;
}
.contact ul li p.tag {
  color: #fff;
  background-color: #ae8080;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  text-align: center;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}
.contact ul li p.tag span {
  display: block;
  font-size: 18px;
}
.contact ul li div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.contact ul li div h3 {
  margin-top: 10px;
}
.contact ul li div a {
  color: #1176d4;
  display: inline-block;
}

/* ===================================================
privacy page
====================================================*/
.privacy .box {
  margin-top: 3em;
}
.privacy .box h3 {
  margin-bottom: 2em;
  text-align: left;
}
.privacy .box ol {
  line-height: 2;
  list-style: none;
  counter-reset: item;
}
.privacy .box ol .lst-order {
  counter-reset: item;
}
.privacy .box ol li {
  position: relative;
  padding-left: 1.5em;
}
.privacy .box ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  display: inline-block;
  line-height: 30px;
  margin-right: 6px;
  position: absolute;
  left: 0;
  top: 0.1em;
  text-align: center;
}
.privacy .box ol li ol {
  counter-reset: item;
}

/* ===================================================
commerce page
====================================================*/
.commerce table {
  width: 100%;
  border-collapse: collapse;
}
.commerce table tbody tr th, .commerce table tbody tr td {
  padding: 1em 0.75em;
  text-align: left;
  border: 1px solid rgba(150, 150, 150, 0.5);
  line-height: 1.625;
}
@media screen and (max-width: 767.98px) {
  .commerce table tbody tr th, .commerce table tbody tr td {
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    font-size: 15px;
    padding: 1em 0.5em;
  }
}
.commerce table tbody tr th {
  background-color: rgba(150, 150, 150, 0.05);
}
.commerce table tbody tr td {
  font-weight: 400;
  border-left: none;
}

/* ===================================================
term page
====================================================*/
.term .box h3.hdg2-2 {
  line-height: 1.5;
  padding: 0 0 0 1em;
  border-left: solid 5px #ae8080;
}
.term .box p {
  margin-bottom: 2em;
  font-weight: 400;
}
.term .box p b {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}/*# sourceMappingURL=style.css.map */