.header {
  background-color: #fff;
  height: 37px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .header {
    height: 66px;
  }
}
.header .header__inner {
  padding: 6px 20px 6px 7px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header .header__inner {
    padding: 14px 49px 14px 40px;
  }
}
.header .header__logo {
  width: 123.5px;
  aspect-ratio: 208/36;
  position: relative;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  .header .header__logo:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .header .header__logo {
    width: 208px;
  }
}
.header .header__logo a {
  display: block;
  height: 100%;
}
.header .header__linkButtonWrap {
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
  align-items: center;
  position: relative;
  z-index: 150;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header .header__linkButtonWrap {
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
.header .header__linkWrap,
.header .header__link {
  width: 92px;
}
@media screen and (min-width: 768px) {
  .header .header__linkWrap,
  .header .header__link {
    width: 184px;
  }
}
.header .header__link {
  aspect-ratio: 184/36;
  display: block;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  .header .header__link:hover {
    opacity: 0.5;
  }
}
.header .header__button {
  width: 28.5px;
  aspect-ratio: 2/1;
  position: relative;
  z-index: 100;
  cursor: pointer;
  grid-area: button;
  transition: opacity 0.25s;
  height: 100%;
}
@media (any-hover: hover) {
  .header .header__button:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .header .header__button {
    width: 57px;
  }
}
.header .header__button::before, .header .header__button::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header .header__button::before, .header .header__button::after {
    height: 2px;
  }
}
.header .header__button::before {
  transform: translateY(calc(-50% + 4px));
}
@media screen and (min-width: 768px) {
  .header .header__button::before {
    transform: translateY(calc(-50% + 7px));
  }
}
.header .header__button::after {
  transform: translateY(calc(-50% - 4px));
}
@media screen and (min-width: 768px) {
  .header .header__button::after {
    transform: translateY(calc(-50% - 7px));
  }
}
.header .header__button.is-active::before {
  transform: translateX(3%) translateY(-26%) rotate(20deg);
}
.header .header__button.is-active::after {
  transform: translateX(0%) translateY(-50%) rotate(-20deg);
}

.hamburgerButton-new {
  position: fixed;
  top: 60px;
  right: 20px;
  width: 100%;
  z-index: 100;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  -moz-column-gap: 9px;
       column-gap: 9px;
  align-items: center;
  z-index: 150;
  width: 28.5px;
  aspect-ratio: 2/1;
  cursor: pointer;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  .hamburgerButton-new:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  .hamburgerButton-new {
    width: 57px;
    top: 100px;
  }
}
.hamburgerButton-new::before, .hamburgerButton-new::after {
  content: "";
  position: absolute;
  z-index: 100;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000000;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
@media screen and (min-width: 768px) {
  .hamburgerButton-new::before, .hamburgerButton-new::after {
    height: 2px;
  }
}
.hamburgerButton-new::before {
  transform: translateY(calc(-50% + 4px));
}
@media screen and (min-width: 768px) {
  .hamburgerButton-new::before {
    transform: translateY(calc(-50% + 7px));
  }
}
.hamburgerButton-new::after {
  transform: translateY(calc(-50% - 4px));
}
@media screen and (min-width: 768px) {
  .hamburgerButton-new::after {
    transform: translateY(calc(-50% - 7px));
  }
}
.hamburgerButton-new.is-active::before {
  transform: translateX(3%) translateY(-26%) rotate(20deg);
}
.hamburgerButton-new.is-active::after {
  transform: translateX(0%) translateY(-50%) rotate(-20deg);
}

.menu {
  border: 1px solid;
  border-radius: 20px;
  position: fixed;
  z-index: 10;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  top: 42px;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .menu {
    top: 5.8181818182vw;
  }
}
.menu .menu__inner {
  position: relative;
  z-index: 10;
  padding: 4px 12px;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .menu .menu__inner {
    padding: 6px 30px;
  }
}
.menu .menu__inner .menu__list {
  display: flex;
}
.menu .menu__inner .menu__list .menu__item {
  position: relative;
  flex-shrink: 0;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .menu .menu__inner .menu__list .menu__item {
    padding-left: 28px;
  }
}
.menu .menu__inner .menu__list .menu__item::before {
  position: absolute;
  content: "";
  width: 1px;
  height: calc(100% - 2px);
  display: block;
  background-color: #000000;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .menu .menu__inner .menu__list .menu__item::before {
    left: 10px;
  }
}
.menu .menu__inner .menu__list .menu__item:first-child {
  padding-left: 0;
}
.menu .menu__inner .menu__list .menu__item:first-child::before {
  display: none;
}
.menu .menu__inner .menu__list .menu__item a {
  display: block;
  text-decoration: none;
  color: #000000;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  .menu .menu__inner .menu__list .menu__item a:hover {
    opacity: 0.5;
  }
}
.menu .menu__inner .menu__heading {
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.06rem;
  font-size: 10px;
  font-weight: 100;
  text-align: left;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .menu .menu__inner .menu__heading {
    font-size: 16px;
  }
}
.menu .menu__inner .menu__itemName {
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.06rem;
  font-size: 10px;
  font-weight: 400;
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
@media screen and (min-width: 768px) {
  .menu .menu__inner .menu__itemName {
    font-size: 16px;
  }
  .menu .menu__inner .menu__itemName._yukata {
    letter-spacing: -0.06rem;
  }
}
.menu.is-active {
  opacity: 1;
  visibility: visible;
  transition: 0.5s ease;
}
.menu .menu__background {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 5;
  mix-blend-mode: multiply;
}

#yukata2026 {
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
}
#yukata2026 * {
  box-sizing: border-box;
}
#yukata2026 .serif {
  font-family: "Shippori Mincho", serif;
}
#yukata2026 img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}
#yukata2026 .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  z-index: 150;
  animation: loadingAnimationBk 3s forwards;
}
#yukata2026 .loading img {
  display: block;
  animation: loadingAnimation 2s forwards;
  filter: blur(5px);
  width: 54.6666666667vw;
}
@media screen and (min-width: 768px) {
  #yukata2026 .loading img {
    width: 27.7272727273vw;
  }
}
@keyframes loadingAnimation {
  0% {
    opacity: 0;
    filter: blur(5px);
  }
  20%, 80% {
    opacity: 1;
    filter: blur(0px);
  }
  100% {
    opacity: 0;
    filter: blur(5px);
  }
}
@keyframes loadingAnimationBk {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    width: 100%;
  }
  100% {
    opacity: 0;
    width: 0%;
  }
}
#yukata2026 ._fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(50px);
}
#yukata2026 ._fadein._animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#yukata2026 ._fadeinOpacity {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, transform 1s;
}
#yukata2026 ._fadeinOpacity._animated {
  opacity: 1;
  visibility: visible;
}
#yukata2026 ._blur {
  opacity: 0;
  transition: opacity 0.5s;
  visibility: hidden;
}
#yukata2026 ._blur img {
  filter: blur(20px);
  transition: filter 1s;
}
#yukata2026 ._blur._animated {
  opacity: 1;
  visibility: visible;
}
#yukata2026 ._blur._animated img {
  filter: blur(0px);
}
#yukata2026 ._zoom img {
  transition: transform 5s;
  transition-delay: 0.5s;
  transform: scale(1.1);
}
#yukata2026 ._zoom._animated img {
  transform: scale(1);
}
#yukata2026 ._blurZoom {
  opacity: 0;
  transition: opacity 0.5s;
  visibility: hidden;
  overflow: hidden;
}
#yukata2026 ._blurZoom img {
  filter: blur(20px);
  transform: scale(1.1);
  transition: transform 10s, filter 1s;
}
#yukata2026 ._blurZoom._animated {
  opacity: 1;
  visibility: visible;
}
#yukata2026 ._blurZoom._animated img {
  filter: blur(0px);
  transform: scale(1);
}
#yukata2026 ._fadeinShadow::before, #yukata2026 ._fadeinShadow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 21;
  transition: transform 0.6s;
  will-change: transform;
}
#yukata2026 ._fadeinShadow::before {
  background: #000000;
  right: 0;
  left: 0;
}
#yukata2026 ._fadeinShadow::after {
  background: #ccc;
  width: 200%;
  right: -200%;
}
#yukata2026 ._fadeinShadow._animated::before {
  animation: load-bg 0.8s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
}
#yukata2026 ._fadeinShadow._animated::after {
  animation: load-bg2 1.2s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
}
@keyframes load-bg {
  0% {
    transform: translate(0%, 0);
  }
  40%, 60% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(calc(-100% - 1px), 0);
  }
}
@keyframes load-bg2 {
  0% {
    transform: translate(0%, 0);
  }
  40% {
    transform: translate(calc(-50% - 1px), 0);
  }
  100% {
    transform: translate(calc(-200% - 1px), 0);
  }
}
#yukata2026 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
#yukata2026 .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #yukata2026 .sp {
    display: none;
  }
}
#yukata2026 .sp-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  #yukata2026 .sp-inline {
    display: none;
  }
}
#yukata2026 .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #yukata2026 .pc {
    display: block;
  }
}
#yukata2026 .pc-inline {
  display: none;
}
@media screen and (min-width: 768px) {
  #yukata2026 .pc-inline {
    display: inline;
  }
}
#yukata2026 .sp-pc {
  display: none;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  #yukata2026 .sp-pc {
    display: block;
  }
}/*# sourceMappingURL=common.css.map */