@charset "UTF-8";
/*
Theme Name: ytvmd_2026 
Description: This is a my theme.
Version: 1.0
*/
/* CSS INFORMATION -====================================================
File name : style.css
Description : 共通
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1920 * 100vw);
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #3e3a39;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 2rem;
    font-size: clamp(2rem, 1.4vw, 14px);
  }
}
body img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
body a,
body button {
  display: block;
  color: currentColor;
  word-wrap: break-word;
  line-break: anywhere;
}
@media screen and (min-width: 768px) {
  body a,
  body button {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  body a:hover,
  body button:hover {
    opacity: 0.7;
  }
}

section,
main,
header,
footer {
  position: relative;
}

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

@supports (aspect-ratio: 1) {
  .main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.inner {
  position: relative;
  margin: 0 auto;
  width: calc(640 / 750 * 100%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .inner {
    width: 80%;
    max-width: 1280px;
  }
}

.main p,
.main dd {
  line-height: 2;
}
.main p a,
.main dd a {
  display: inline;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
/* =====================================================================
    共通
======================================================================*/
.ff-en {
  font-family: "EB Garamond", serif;
}

.movie-embed {
  margin-left: auto;
  margin-right: auto;
  max-width: 315px;
}
.movie-embed-inner {
  position: relative;
  padding-top: 180%;
}
.movie-embed-inner iframe,
.movie-embed-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie-embed.landscape {
  max-width: 1080px;
}
.movie-embed.landscape .movie-embed-inner {
  padding-top: 56.25%;
}

.deco-letters {
  position: absolute;
  font-family: "EB Garamond", serif;
  font-size: 3.2rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .sec-ttl {
    margin: 0 calc(50% - 50vw);
  }
}
.sec-ttl {
  text-align: center;
  margin-bottom: 8rem;
  font-size: 5.6rem;
  font-size: clamp(5.6rem, 3.6vw, 36px);
}
.sec-ttl span {
  display: block;
}
.sec-ttl .ja {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.sec-ttl .en {
  margin-top: 1em;
  font-family: "EB Garamond", serif;
  font-size: 57%;
  color: #b60005;
}

.text01 {
  letter-spacing: 0.2em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .text01 {
    text-align: center;
  }
}

.text02 {
  font-size: 133%;
  line-height: 1.5 !important;
}
@media screen and (min-width: 768px) {
  .text02 {
    font-size: 177%;
  }
}
.text02 > * {
  color: #b60005;
  letter-spacing: 0.2em;
  background-color: #f7f6f2;
}
.text02 small {
  font-size: 70%;
}

.btn01 {
  text-align: center;
  margin-top: 12rem;
}
@media screen and (min-width: 768px) {
  .btn01 {
    margin-top: 8rem;
  }
}
.btn01 a {
  position: relative;
  display: inline-block !important;
  padding: 0.7em 1.8em 0.8em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 17em;
  max-width: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.2em;
  color: #ffffff;
  background-color: #b60005;
  border-radius: 3em;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .btn01 a {
    font-size: 133%;
  }
  .btn01 a::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 1em;
    margin: auto 0;
    width: 0.25em;
    height: 0.25em;
    background-color: #3e3a39;
    border-radius: 50%;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    z-index: -1;
  }
  .btn01 a:hover {
    opacity: 1;
  }
  .btn01 a:hover::before {
    -webkit-transform: scale(200);
            transform: scale(200);
  }
  .btn01 a:hover::after {
    opacity: 0;
  }
}
.btn01 a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  width: 0.25em;
  height: 0.25em;
  background-color: currentColor;
  border-radius: 50%;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (min-width: 768px) {
  .btn01.blank a:hover::before {
    -webkit-transform: scale(800);
            transform: scale(800);
  }
}
.btn01.blank a::before {
  width: 0.05em;
  height: 0.05em;
}
.btn01.blank a::after {
  content: "";
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  display: block;
  width: 1em;
  height: auto;
  margin: auto 0;
  border-radius: 0;
  -webkit-mask-image: url(images/common/icon_blank.svg);
          mask-image: url(images/common/icon_blank.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  background-color: #ffffff;
  -webkit-transition: none;
  transition: none;
  opacity: 1 !important;
}

/* =====================================================================
    animation
======================================================================*/
.line-anime {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
  overflow: hidden;
}
.line-anime svg {
  position: absolute;
  height: 100%;
}
.line-anime use {
  opacity: 0;
  fill: none;
  stroke: url(#lineGradient);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: var(--path-length);
  stroke-dashoffset: var(--path-length);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(7%, black), color-stop(93%, black), to(transparent));
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, black 7%, black 93%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(7%, black), color-stop(93%, black), to(transparent));
          mask-image: linear-gradient(180deg, transparent 0%, black 7%, black 93%, transparent 100%);
}
.line-anime.is-active use {
  opacity: 1;
  -webkit-animation: lineDraw 2s ease-in-out forwards alternate;
          animation: lineDraw 2s ease-in-out forwards alternate;
}

@-webkit-keyframes lineDraw {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes lineDraw {
  to {
    stroke-dashoffset: 0;
  }
}
.anime-loop {
  --duration: 50s;
  position: relative;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
  pointer-events: none;
}
.anime-loop-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: calc(350 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .anime-loop-item {
    height: calc(420 / 1920 * 100vw);
    max-height: 420px;
  }
}
.anime-loop-item > * {
  width: auto;
  height: 100%;
  -webkit-animation: loopRight var(--duration) linear infinite;
          animation: loopRight var(--duration) linear infinite;
  will-change: transform;
}
.anime-loop-item > :nth-child(odd) {
  -webkit-animation-name: loopLeft;
          animation-name: loopLeft;
  -webkit-animation-delay: calc(var(--duration) / -2);
          animation-delay: calc(var(--duration) / -2);
}
.anime-loop.reverse .anime-loop-item > * {
  animation-direction: reverse;
}

@-webkit-keyframes loopLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes loopLeft {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes loopRight {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes loopRight {
  0% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
/* =====================================================================
    共通（下層）
======================================================================*/
.subpage-line01 {
  top: -35rem;
  height: 194.1rem;
}
@media screen and (min-width: 768px) {
  .subpage-line01 {
    top: -20rem;
    height: 118.6rem;
  }
}
.subpage-line01 svg {
  left: -15.7rem;
  width: 107rem;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
@media screen and (min-width: 768px) {
  .subpage-line01 svg {
    left: -41rem;
    width: 161.9rem;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

/* =====================================================================
    breadcrumb
======================================================================*/
.breadcrumb {
  margin: 2rem auto 0;
  width: calc(680 / 750 * 100%);
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    width: 96%;
  }
}
.breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.breadcrumb ul li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  margin-bottom: 0.3em;
  max-width: 18em;
  font-size: 73%;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
@media screen and (min-width: 768px) {
  .breadcrumb ul li {
    font-size: 88%;
  }
}
.breadcrumb ul li:not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb ul li:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  margin: 0 0.7em;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #b60005;
}
.breadcrumb ul li small {
  font-size: 100%;
}
.breadcrumb ul li a {
  color: #bfbfbb;
}
@media screen and (min-width: 768px) {
  .breadcrumb ul li a {
    -webkit-transition-property: color;
    transition-property: color;
  }
  .breadcrumb ul li a:hover {
    opacity: 1;
    color: #b60005;
  }
}

/* =====================================================================
    tab
======================================================================*/
.tab01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8rem;
}
.tab01 li {
  position: relative;
  width: 33.3333333333%;
  border-bottom: 0.4rem solid #e5e5e1;
}
.tab01 li::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  border-top: 0.8rem solid #b60005;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.tab01 li.is-active {
  pointer-events: none;
}
.tab01 li.is-active::after {
  opacity: 1;
}
.tab01 li a {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0.65em 0;
  width: 100%;
  height: 100%;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  line-height: 1.266;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .tab01 li a {
    padding: 1.2em 0;
    font-size: 135%;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .tab01 li a:hover {
    opacity: 1;
    color: #b60005;
  }
}

/* =====================================================================
    nav-links
======================================================================*/
.nav-links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8rem auto 0;
  padding: 0 2.3em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "EB Garamond", serif;
  font-size: 133%;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .nav-links {
    font-size: 166%;
  }
}
.nav-links > * {
  text-align: center;
  margin: 0.3em 0.5em;
  min-width: 1em;
}
.nav-links > *.current {
  color: #b60005;
  pointer-events: none;
}
.nav-links a {
  -webkit-transition-property: color;
  transition-property: color;
}
.nav-links a:hover {
  opacity: 1;
  color: #b60005;
}
.nav-links a.prev, .nav-links a.next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.8em;
  height: 1.8em;
  min-width: auto;
  background-color: #3e3a39;
  border-radius: 0.2em;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.nav-links a.prev::after, .nav-links a.next::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 5%;
  right: 0;
  margin: auto;
  width: 38%;
  height: 38%;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
          mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #ffffff;
}
.nav-links a.prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .nav-links a.prev:hover {
    opacity: 1;
    left: -0.3em;
  }
}
.nav-links a.next {
  right: 0;
}
@media screen and (min-width: 768px) {
  .nav-links a.next:hover {
    opacity: 1;
    right: -0.3em;
  }
}

/* =====================================================================
*    header
* =================================================================== */
.header {
  position: sticky;
  top: 0;
  left: 0;
  padding: 2.5rem calc(40 / 750 * 100%);
  width: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 100;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
@media screen and (min-width: 768px) {
  .header {
    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;
    padding: 0 calc(40 / 1920 * 100%);
  }
}
.header.is-open .btn-menu span {
  background-color: #3e3a39;
}
.header.is-open .btn-menu span:nth-of-type(1) {
  -webkit-transform: rotate(-31deg);
          transform: rotate(-31deg);
}
.header.is-open .btn-menu span:nth-of-type(2) {
  left: 100%;
  opacity: 0;
}
.header.is-open .btn-menu span:nth-of-type(3) {
  -webkit-transform: rotate(31deg);
          transform: rotate(31deg);
}
@media screen and (max-width: 767px) {
  .header-inner {
    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: 1;
  }
}
@media screen and (min-width: 768px) {
  .header-inner {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.header h1 {
  margin-right: auto;
  width: 28rem;
}
@media screen and (min-width: 768px) {
  .header h1 {
    width: 24rem;
  }
}
.header h1 a {
  position: relative;
}
.header h1 a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/common/img_logo02.svg) no-repeat center/100% 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.header h1 a img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header-contact {
  margin: 0 5% 0 0;
}
.header-contact a {
  min-width: auto;
  font-size: 2.2rem;
}

.btn-menu {
  position: relative;
  width: 4em;
  height: 2.4em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .btn-menu {
    display: none;
  }
}
.btn-menu span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #3e3a39;
  border-radius: 0.5em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-menu span:nth-of-type(1) {
  top: 0;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.btn-menu span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.btn-menu span:nth-of-type(3) {
  bottom: 0;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

.nav {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  padding: 20rem 0 120px;
  background-color: #d9d8d4;
  overflow-y: auto;
}
@media screen and (min-width: 768px) {
  .nav {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
    width: auto;
    height: 100%;
    background-color: transparent;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  .nav-menu {
    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;
  }
}
.nav-menu > li {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-menu > li:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .nav-menu > li {
    margin-right: 4rem;
  }
}
.nav-menu > li > button,
.nav-menu > li > a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  width: auto;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  font-size: 4rem;
}
@media screen and (min-width: 768px) {
  .nav-menu > li > button,
  .nav-menu > li > a {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    min-height: 10rem;
    font-size: 1.8rem;
    color: #3e3a39;
    -webkit-transition-property: color;
    transition-property: color;
  }
  .nav-menu > li > button:hover,
  .nav-menu > li > a:hover {
    opacity: 1;
    color: #b60005 !important;
  }
}
@media screen and (min-width: 768px) {
  .nav-menu > li.slideMenu > a {
    padding-left: 1.5em;
  }
  .nav-menu > li.slideMenu > a::after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    width: 0.75em;
    height: 0.75em;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
            mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><path fill-rule="evenodd" d="M14,14c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,24c0-2.2,1.8-4,4-4s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4ZM6,4C6,1.8,7.8,0,10,0s4,1.8,4,4-1.8,4-4,4-4-1.8-4-4Z"/></svg>');
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    background-color: #b60005;
  }
}
@media screen and (min-width: 768px) {
  .nav-menu > li.is-open > a {
    color: #ffffff !important;
  }
}
.nav-menu > li.is-open > a::after {
  opacity: 1;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.nav-menu > li.nolink a {
  pointer-events: none;
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .nav-contact {
    margin: 8rem auto 0;
    width: calc(680 / 750 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .nav-contact {
    margin-top: 0;
  }
}
.nav-contact a {
  min-width: auto;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .nav-contact a {
    padding-top: 1.1em;
    padding-bottom: 1.1em;
    width: 100%;
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .nav-contact a {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .nav-open {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    padding: 8rem 0 4rem;
    z-index: -1;
  }
  .nav-open::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 130%;
    min-height: 100%;
    background-color: rgba(182, 0, 5, 0.8);
    border-radius: 1.8em;
    z-index: -1;
  }
}
.nav-open-inner li {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  .nav-open-inner li {
    margin-top: 1.5rem;
  }
}
.nav-open-inner li a {
  display: inline-block;
  font-size: 2.8rem;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .nav-open-inner li a {
    font-size: 1.6rem;
    color: #ffffff;
  }
}

/* =====================================================================
*    footer
* =================================================================== */
.footer-deco01 {
  top: 8rem;
  right: 5.5rem;
  color: #4d4846;
}
@media screen and (min-width: 768px) {
  .footer-deco01 {
    top: 24.7rem;
    right: 16rem;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
.footer-deco02 {
  bottom: 66.2rem;
  left: 0.15em;
  font-size: 6.4rem;
  color: #4d4846;
}
@media screen and (min-width: 768px) {
  .footer-deco02 {
    bottom: 27.2rem;
    left: 16rem;
  }
}
.footer-line {
  top: -12.2rem;
  height: 160.3rem;
  z-index: initial;
}
@media screen and (min-width: 768px) {
  .footer-line {
    top: -38.4rem;
  }
}
.footer-line svg {
  right: -38rem;
  width: 109.1rem;
}
@media screen and (min-width: 768px) {
  .footer-line svg {
    right: -36rem;
  }
}
.footer-contact {
  position: relative;
  padding: 16rem 0;
  color: #ffffff;
  background-color: #3e3a39;
}
.footer-contact > .inner {
  z-index: 4;
}
.footer-contact .text01 {
  margin-bottom: 8rem;
}
.footer-contact-list {
  margin-bottom: 8rem;
}
@media screen and (min-width: 768px) {
  .footer-contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 1160px;
  }
}
.footer-contact-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2.4rem;
  padding: 3.2rem calc(40 / 640 * 100%);
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 86%;
  line-height: 1.3;
  border: 1px solid #bfbebb;
}
@media screen and (min-width: 768px) {
  .footer-contact-list li {
    margin: 0 0.6896551724% 1.6rem;
    padding: 2.5rem 2.5862068966%;
    width: 48.275862069%;
    font-size: 2.2rem;
    font-size: clamp(2.2rem, 1.6vw, 16px);
  }
}
.footer-contact-list li::before {
  content: "";
  display: inline-block;
  margin-right: 0.8em;
  width: 1.4em;
  height: 1.4em;
  background: url(images/common/icon_check.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .footer-contact-address {
    margin: 0 auto;
    width: calc(550 / 640 * 100%);
  }
}
@media screen and (min-width: 768px) {
  .footer-contact-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-contact-address a {
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6rem 0;
  font-size: 2rem;
  background-color: #b60005;
  border-radius: 2.4rem;
}
@media screen and (min-width: 768px) {
  .footer-contact-address a {
    padding: 5rem 0;
    width: calc(440 / 1280 * 100%);
    min-width: 280px;
    font-size: 1.6rem;
    font-size: clamp(1.6rem, 1.2vw, 12px);
  }
}
.footer-contact-address a:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  .footer-contact-address a:not(:last-child) {
    margin: 0 calc(40 / 1280 * 100%) 0 0;
  }
}
.footer-contact-address a img {
  margin-bottom: 2rem;
  width: 2.9em;
}
.footer-contact-address a p {
  text-align: center;
  letter-spacing: 0.4em;
}
.footer-contact-address a p em {
  display: block;
  margin-bottom: 3rem;
  font-style: normal;
  font-family: "Noto Serif JP", serif;
  font-size: 175%;
  letter-spacing: 0.1em;
}
.footer-contact-address a[href^="tel:"] p em {
  font-family: "EB Garamond", serif;
  font-size: 225%;
}
.footer-bottom {
  padding: 16rem 0 6rem;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    padding-bottom: 8rem;
  }
}
.footer-bottom > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .footer-bottom > .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: calc(1760 / 1920 * 100%);
    max-width: 1760px;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom-left {
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .footer-bottom-left {
    width: 27.2727272727%;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom-left address {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer-bottom-left address {
  margin-bottom: 12rem;
  font-size: 88%;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .footer-bottom-left address {
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom-logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.footer-bottom-logo {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .footer-bottom .copyright {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.footer-bottom .copyright {
  margin-top: 6rem;
  font-family: "EB Garamond", serif;
  font-size: 2.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .footer-bottom .copyright {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-bottom-sitemap {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.footer-bottom-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.5em 0;
}
@media screen and (min-width: 768px) {
  .footer-bottom-sitemap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 51.1363636364%;
    min-width: 450px;
    -webkit-column-gap: 3.3333333333%;
       -moz-column-gap: 3.3333333333%;
            column-gap: 3.3333333333%;
  }
}
.footer-bottom-sitemap li {
  width: calc(304 / 640 * 100%);
}
@media screen and (min-width: 768px) {
  .footer-bottom-sitemap li {
    width: 31.1111111111%;
  }
}
.footer-bottom-sitemap li dl {
  font-size: 90%;
}
@media screen and (min-width: 768px) {
  .footer-bottom-sitemap li dl {
    font-size: 2.2rem;
    font-size: clamp(2.2rem, 1.6vw, 16px);
  }
}
.footer-bottom-sitemap li dl dt {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  font-family: "EB Garamond", serif;
  font-weight: normal;
  letter-spacing: 0;
  color: #b60005;
  border-bottom: 1px solid #d9d8d4;
}
.footer-bottom-sitemap li dl dd {
  font-size: 74%;
  line-height: 1.25;
}
.footer-bottom-sitemap li dl dd:not(:last-child) {
  margin-bottom: 0.7em;
}
.footer-bottom-sitemap li dl dd a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .footer-bottom-sitemap li dl dd a {
    -webkit-transition-property: color;
    transition-property: color;
  }
  .footer-bottom-sitemap li dl dd a:hover {
    opacity: 1;
    color: #b60005;
  }
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 5rem;
  right: 2rem;
  z-index: 10;
}
.pagetop a {
  position: relative;
  margin-left: auto;
  padding-top: 5em;
  font-family: "EB Garamond", serif;
  font-size: 2.2rem;
  color: #000;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .pagetop a {
    font-size: 1.6rem;
  }
  .pagetop a:hover {
    opacity: 1;
  }
  .pagetop a:hover::after {
    opacity: 1;
    animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite reverse;
  }
}
.pagetop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 4.2em;
  border-right: 1px solid #b60005;
}

@-webkit-keyframes sdl01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl01 {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}/*# sourceMappingURL=style.css.map */