@charset "UTF-8";
body:has(#aw2026):has(.js-dialog) {
  overflow-y: scroll;
}
body:has(#aw2026)._scrollLock {
  position: fixed;
  left: 0;
  width: 100%;
}

#aw2026 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  color: #740000;
}
#aw2026._winter {
  color: #666666;
}
#aw2026._20thanniversary {
  color: #fe5000;
}
#aw2026 * {
  box-sizing: border-box;
}
#aw2026 img {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 100%;
  display: block;
}
#aw2026 .itemDataList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  row-gap: 18px;
  position: relative;
  z-index: 10;
}
#aw2026 .itemDataList .itemData {
  display: grid;
  grid-template-columns: auto 4vw 1fr;
  grid-template-areas: "nameArea . linkArea" "storeArea storeArea storeArea";
  row-gap: 0.8vw;
}
@media screen and (min-width: 768px) {
  #aw2026 .itemDataList .itemData {
    row-gap: 0vw;
    grid-template-columns: auto 1.8518518519vw 1fr;
  }
}
#aw2026 .itemDataList .itemData._verticalAlignment .itemData__link, #aw2026 .itemDataList .itemData._verticalAlignment2 .itemData__link {
  padding-top: 1.6vw;
}
@media screen and (min-width: 768px) {
  #aw2026 .itemDataList .itemData._verticalAlignment .itemData__link, #aw2026 .itemDataList .itemData._verticalAlignment2 .itemData__link {
    padding-top: 0.5555555556vw;
  }
}
#aw2026 .itemDataList .itemData._verticalAlignment .itemData__link a, #aw2026 .itemDataList .itemData._verticalAlignment2 .itemData__link a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #aw2026 .itemDataList .itemData._verticalAlignment .itemData__link a, #aw2026 .itemDataList .itemData._verticalAlignment2 .itemData__link a {
    max-width: 13.7830833333vw;
  }
}
#aw2026 .itemDataList .itemData._verticalAlignment {
  grid-template-columns: auto;
  grid-template-areas: "nameArea" "storeArea" "linkArea";
}
#aw2026 .itemDataList .itemData._verticalAlignment2 {
  grid-template-columns: auto;
  grid-template-areas: "nameArea" "linkArea" "storeArea";
}
#aw2026 .itemDataList .itemData._toColumns {
  grid-template-areas: "nameArea . linkArea" "storeArea . linkArea";
}
#aw2026 .itemDataList .itemData .itemData__store {
  grid-area: storeArea;
  font-size: 2.6666666667vw;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #aw2026 .itemDataList .itemData .itemData__store {
    font-size: 0.9259259259vw;
  }
}
#aw2026 .itemDataList .itemData .itemData__name {
  grid-area: nameArea;
  font-size: 2.9333333333vw;
  line-height: 1.5;
}
#aw2026 .itemDataList .itemData .itemData__name small {
  font-size: 2.6666666667vw;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #aw2026 .itemDataList .itemData .itemData__name small {
    font-size: 0.9259259259vw;
  }
}
@media screen and (min-width: 768px) {
  #aw2026 .itemDataList .itemData .itemData__name {
    font-size: 1.1111111111vw;
  }
}
#aw2026 .itemDataList .itemData .itemData__link {
  grid-area: linkArea;
  display: flex;
  flex-direction: column;
  row-gap: 0.8vw;
}
@media screen and (min-width: 768px) {
  #aw2026 .itemDataList .itemData .itemData__link {
    row-gap: 0.5555555556vw;
  }
}
#aw2026 .itemDataList .itemData .itemData__link._bottom {
  justify-content: end;
}
#aw2026 .itemDataList .itemData .itemData__link._right {
  align-items: end;
}
#aw2026 .itemDataList .itemData .itemData__link a {
  max-width: 33.3333333333vw;
  transition: opacity 0.25s;
}
@media (any-hover: hover) {
  #aw2026 .itemDataList .itemData .itemData__link a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) {
  #aw2026 .itemDataList .itemData .itemData__link a {
    max-width: 13.7830833333vw;
  }
}
#aw2026 .itemDataList .itemData .itemData__link a img {
  width: 100%;
  height: auto;
}
#aw2026 .itemDataList .itemData:not(:has(.itemData__link)):not(:has(.itemData__store)) {
  display: block;
}
#aw2026 .itemDataList .itemData:not(:has(.itemData__link)):has(.itemData__store) {
  grid-template-areas: "nameArea nameArea nameArea" "storeArea storeArea storeArea";
}
#aw2026 ._fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
  transform: translateY(50px);
}
#aw2026 ._fadein._animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#aw2026 ._fadeinOpacity {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
}
#aw2026 ._fadeinOpacity._animated {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#aw2026 ._blur {
  opacity: 0;
  transition: opacity 0.5s;
  visibility: hidden;
}
#aw2026 ._blur img {
  filter: blur(20px);
  transition: filter 1s;
}
#aw2026 ._blur._animated {
  opacity: 1;
  visibility: visible;
}
#aw2026 ._blur._animated img {
  filter: blur(0px);
}
#aw2026 ._zoom img {
  transition: transform 5s;
  transition-delay: 0.5s;
  transform: scale(1.1);
}
#aw2026 ._zoom._animated img {
  transform: scale(1);
}
#aw2026 ._fadeinShadow::before, #aw2026 ._fadeinShadow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 21;
  transition: transform 0.6s;
  will-change: transform;
}
#aw2026 ._fadeinShadow::before {
  background: #000000;
  right: 0;
  left: 0;
}
#aw2026 ._fadeinShadow::after {
  background: #ccc;
  width: 200%;
  right: -200%;
}
#aw2026 ._fadeinShadow._animated::before {
  animation: load-bg 0.8s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 0.8s;
}
#aw2026 ._fadeinShadow._animated::after {
  animation: load-bg2 1.2s ease-in-out;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
}
#aw2026 ._imgSwitch img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
#aw2026 ._imgSwitch img:first-of-type {
  animation: image-switch-animation 10s infinite;
  animation-delay: -1s;
  z-index: 2;
}
#aw2026 ._imgSwitch img:nth-last-of-type(1) {
  z-index: 1;
}
#aw2026 ._imgSwitchSP {
  z-index: 1;
}
#aw2026 ._imgSwitchSP img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  #aw2026 ._imgSwitchSP img {
    position: absolute;
  }
  #aw2026 ._imgSwitchSP img:first-of-type {
    animation: image-switch-animation 10s infinite;
    animation-delay: -1s;
    z-index: 2;
  }
  #aw2026 ._imgSwitchSP img:nth-last-of-type(1) {
    z-index: 1;
  }
}
#aw2026 ._img3Switch {
  z-index: 1;
}
#aw2026 ._img3Switch img {
  position: absolute;
}
#aw2026 ._img3Switch._animated img {
  animation: image-switch-3-animation 15s infinite;
  opacity: 0;
}
#aw2026 ._img3Switch._animated img:nth-of-type(1) {
  animation-delay: 0s;
  z-index: 1;
}
#aw2026 ._img3Switch._animated img:nth-of-type(2) {
  animation-delay: 5s;
  z-index: 2;
}
#aw2026 ._img3Switch._animated img:nth-of-type(3) {
  animation-delay: 10s;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  #aw2026 ._img3SwitchSP {
    z-index: 1;
  }
  #aw2026 ._img3SwitchSP img {
    position: absolute;
  }
  #aw2026 ._img3SwitchSP._animated img {
    animation: image-switch-3-animation 15s infinite;
    opacity: 0;
  }
  #aw2026 ._img3SwitchSP._animated img:nth-of-type(1) {
    animation-delay: 0s;
    z-index: 1;
  }
  #aw2026 ._img3SwitchSP._animated img:nth-of-type(2) {
    animation-delay: 5s;
    z-index: 2;
  }
  #aw2026 ._img3SwitchSP._animated img:nth-of-type(3) {
    animation-delay: 10s;
    z-index: 3;
  }
}
@media screen and (max-width: 767px) {
  #aw2026 ._fadeinSplide {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    transform: translateY(50px);
  }
  #aw2026 ._fadeinSplide._animated {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (min-width: 768px) {
  #aw2026 ._fadeinSplide .splide__slide img {
    opacity: 0;
    visibility: hidden;
    transition: all 1s;
    transform: translateY(50px);
  }
  #aw2026 ._fadeinSplide._animated .splide__slide img {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  #aw2026 ._fadeinSplide._animated .splide__slide:nth-of-type(1) img {
    transition-delay: 0s;
  }
  #aw2026 ._fadeinSplide._animated .splide__slide:nth-of-type(2) img {
    transition-delay: 0.25s;
  }
  #aw2026 ._fadeinSplide._animated .splide__slide:nth-of-type(3) img {
    transition-delay: 0.5s;
  }
}
@media screen and (min-width: 768px) {
  #aw2026 ._rotateWrap ._rotate ._rotateTarget {
    opacity: 0;
    backface-visibility: hidden;
    transition: transform 1s, opacity 1s !important;
  }
  #aw2026 ._rotateWrap ._rotate:nth-child(2) ._rotateTarget {
    animation-delay: 0.2s;
  }
  #aw2026 ._rotateWrap ._rotate:nth-child(3) ._rotateTarget {
    animation-delay: 0.3s;
  }
  #aw2026 ._rotateWrap._animated ._rotate ._rotateTarget {
    animation: rotate-animation 2s;
    animation-fill-mode: forwards;
  }
  #aw2026 ._rotateWrap._animated ._rotate:nth-child(2) ._rotateTarget {
    animation-delay: 0.2s;
  }
  #aw2026 ._rotateWrap._animated ._rotate:nth-child(3) ._rotateTarget {
    animation-delay: 0.3s;
  }
}
@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes image-switch-3-animation {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate-switch-animation {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes rotate-animation {
  0% {
    transform: rotateY(90deg);
  }
  1% {
    opacity: 1;
  }
  50% {
    transform: rotateY(180deg);
  }
  100% {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@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);
  }
}
#aw2026 .dialog {
  display: block;
  background: #fff;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  width: 80%;
  max-width: 81.3333333333vw;
  max-height: 90%;
  overflow: visible;
  position: fixed;
  margin: auto;
  border: none;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog {
    max-width: 38.8888888889vw;
  }
}
#aw2026 .dialog:not(.show) {
  pointer-events: none;
}
#aw2026 .dialog::backdrop {
  background: rgba(254, 146, 31, 0);
  transition: background 0.5s ease-in-out;
}
#aw2026 .dialog.show {
  opacity: 1;
}
#aw2026 .dialog.show::backdrop {
  background: rgba(254, 146, 31, 0.7);
}
#aw2026 .dialog .dialog__inner {
  padding: 16.8vw 9.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog .dialog__inner {
    padding: 7.4074074074vw 3.2407407407vw;
  }
}
#aw2026 .dialog .dialog__heading,
#aw2026 .dialog .dialog__text {
  font-weight: 500;
  line-height: 2;
}
#aw2026 .dialog .dialog__heading {
  text-align: center;
  margin-inline: auto;
  font-size: 6.9333333333vw;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog .dialog__heading {
    font-size: 3.3333333333vw;
  }
}
#aw2026 .dialog .dialog__text {
  font-size: 3.3333333333vw;
  margin-top: 6.6666666667vw;
  text-align: center;
  color: #685652;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog .dialog__text {
    margin-top: 2.7777777778vw;
    font-size: 1.1111111111vw;
  }
}
#aw2026 .dialog .dialog-close {
  background-color: transparent;
  border: 0;
  aspect-ratio: 1/1;
  width: 5.3333333333vw;
  position: absolute;
  top: 4vw;
  right: 4vw;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog .dialog-close {
    width: 1.8518518519vw;
    top: 1.3888888889vw;
    right: 1.3888888889vw;
  }
}
#aw2026 .dialog#dialog01 .dialog__heading {
  width: 13.7312133333vw;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog#dialog01 .dialog__heading {
    width: 6.4057037037vw;
  }
}
#aw2026 .dialog#dialog01 .dialog__text {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog#dialog01 .dialog__text {
    margin-top: 3.7037037037vw;
  }
}
#aw2026 .dialog#dialog01 .dialog__text p + p {
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog#dialog01 .dialog__text p + p {
    margin-top: 1.8518518519vw;
  }
}
#aw2026 .dialog#dialog02 .dialog__heading {
  width: 22.7054133333vw;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog#dialog02 .dialog__heading {
    width: 11.9974074074vw;
  }
}
#aw2026 .dialog#dialog03 .dialog__heading {
  width: 42.8328533333vw;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog#dialog03 .dialog__heading {
    width: 17.4471018519vw;
  }
}
#aw2026 .dialog#dialog04 .dialog__heading {
  width: 30.25864vw;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog#dialog04 .dialog__heading {
    width: 12.3323518519vw;
  }
}
#aw2026 .dialog#dialog04 .dialog__text {
  width: 62.8025866667vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog#dialog04 .dialog__text {
    width: 28.0787037037vw;
  }
}
#aw2026 .dialog#dialog05 .dialog__heading {
  width: 24vw;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog#dialog05 .dialog__heading {
    width: 25.9259259259vw;
  }
}
#aw2026 .dialog#dialog05 .dialog__text {
  margin-top: 0;
}
#aw2026 .dialog#dialog06 .dialog__heading {
  width: 24.1672266667vw;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog#dialog06 .dialog__heading {
    width: 11.0024722222vw;
  }
}
#aw2026 .dialog#dialog07 .dialog__heading {
  width: 25.9797733333vw;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog#dialog07 .dialog__heading {
    width: 12.4986018519vw;
  }
}
#aw2026 .dialog#dialog08 .dialog__heading {
  width: 49.1338533333vw;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog#dialog08 .dialog__heading {
    width: 25.7067407407vw;
  }
}
#aw2026 .dialog#dialog08 .dialog__text {
  width: 62.8025866667vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  #aw2026 .dialog#dialog08 .dialog__text {
    width: 28.0787037037vw;
  }
}
#aw2026 .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #aw2026 .sp {
    display: none;
  }
}
#aw2026 .sp-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  #aw2026 .sp-inline {
    display: none;
  }
}
#aw2026 .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  #aw2026 .pc {
    display: block;
  }
}
#aw2026 .pc-inline {
  display: none;
}
@media screen and (min-width: 768px) {
  #aw2026 .pc-inline {
    display: inline;
  }
}
#aw2026 .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;
}/*# sourceMappingURL=lower-common-2026aw.css.map */