﻿html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0);
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  font-size: 100%;
  vertical-align: baseline;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input,
select {
  vertical-align: middle;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background-color: #f5f7f8;
  color: #353c3e;
  backface-visibility: hidden;
  font-family: "Zen Old Mincho", "Leida", "YuMincho", "Hiragino Mincho",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
}
a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}
a:visited,
a:link {
  color: #353e3f;
  text-decoration: underline;
}
a:hover,
a:active {
  color: #353e3f;
  text-decoration: none;
}
i {
  font-style: normal;
}
img {
  vertical-align: top;
}
svg {
  line-height: 1em;
  vertical-align: top;
}
.only--pc {
  display: block;
}
.only--sp {
  display: none;
}
#pagetop {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
}
#blind {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9001;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  background-color: #fff;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9002;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  display: none;
}
.loader.is--show {
  display: block;
}
.loader__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.container {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.bg-wrapper {
  position: relative;
  background-color: #e6eef1;
}
.bg-wrapper::before {
  display: block;
  content: "";
  position: absolute;
  top: -514px;
  left: 0;
  width: 100%;
  height: 514px;
  background-image: linear-gradient(
    0deg,
    rgb(230, 238, 241),
    rgba(230, 238, 241, 0.7) 126px,
    rgba(230, 238, 241, 0)
  );
  z-index: 1;
}
.bg-wrapper[data-top="detail"]::before {
  top: -498px;
  height: 498px;
}
.background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.background:not([data-bg="top"]) .background--image {
  overflow-y: hidden;
}
.background:not([data-bg="top"]) .background--image::after {
  height: 120px;
}
.background[data-bg="top"] .background--image {
  height: 100vh;
}
.background[data-bg="top"] .background--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.background--image {
  width: 100%;
  position: relative;
}

:root {
  font-size: 10px;
}
@media print, screen and (min-widht: 1600px) {
  :root {
    font-size: 12.5px;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    width: 100%;
    height: 100%;
  }
  body {
    background-color: #f5f7f8;
    color: #353c3e;
    backface-visibility: hidden;
    font-family: "Zen Old Mincho", "Leida", "YuMincho", "Hiragino Mincho",
      "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
  }
  i {
    font-style: normal;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .only--pc {
    display: none;
  }
  .only--sp {
    display: block;
  }
  #pagetop {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9999;
    font-size: 0;
    line-height: 0;
  }
  #blind {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9001;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    background-color: #fff;
  }
  .loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9002;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    display: none;
  }
  .loader.is--show {
    display: block;
  }
  .loader__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
  }
  .background {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    pointer-events: none;
  }
  .background[data-bg="top"] .background--image {
    height: 100%;
  }
  .background:not([data-bg="top"]) .background--image {
    height: 525px;
    height: 134.615384615384615vw;
    overflow-y: hidden;
  }
  .background:not([data-bg="top"]) .background--image::after {
    height: 120px;
    height: 32vw;
  }
  .background--image {
    width: 100%;
    position: relative;
  }
  /* .background--image::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 525px;
    height: 32vw;
    background-image: linear-gradient(
      0deg,
      rgb(245, 247, 248),
      rgba(255, 255, 255, 0)
    );
    z-index: 1;
  } */
}
.container {
  padding-top: 514px;
}
.container[data-top="detail"] {
  padding-top: 498px;
}
.bg-wrapper {
  /* margin-top: 216px; */
  display: flex;
  flex-direction: column;
}
.headline {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: -194px;
}
.headline__inner {
  position: relative;
  margin-left: 12.5vw;
}
.headline__title {
  font-family: "Leida", serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  margin-bottom: 160px;
}
.gallery {
  width: 100%;
  position: relative;
  z-index: 1;
  top: -23px;
  margin-bottom: 63px;
}
.gallery__inner {
  position: relative;
  margin-left: 12.5vw;
  width: 100%;
  display: flex;
}
.list {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
.list:last-of-type {
  margin-bottom: 0;
}
.list__inner {
  position: relative;
  margin-left: 12.5vw;
  width: 45vw;
  display: flex;
}
.list__heading {
  font-family: "Leida", serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 24.2px */
  width: 192px;
  min-width: 192px;
}
.list__heading span {
  display: block;
}
.list__rooms {
  width: 336px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.gallery__desc {
  color: #353e3f;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.64px;
  width: 43.75vw;
  max-width: 336px;
}
.list__rooms ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.list__rooms li:last-of-type {
  margin-bottom: 0;
}
.list__rooms ul li a {
  display: flex;
  align-items: center;
  gap: 21px;
  text-decoration: none;
  transition: all 0.3s;
}
.list__room-name {
  color: #353e3f;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 0.84px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%; /* 0.56px */
  text-underline-offset: 14.3%; /* 2.002px */
  text-underline-position: from-font;
  margin-bottom: 2.002px;
}
.list__rooms ul li a:hover {
  opacity: 0.5;
}
.list__room-number {
  font-family: "Leida", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 15.4px */
  letter-spacing: 0.56px;
  color: #6c787a;
}
.list__floormap {
  display: none;
}
.listfloormap {
  position: fixed;
  width: 18.75vw;
  left: 61.25vw;
  top: 63vh;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.3s;
  opacity: 1;
}
.listfloormap[data-view="show"] {
  opacity: 1;
}
.listfloormap[data-view="hide"] {
  opacity: 0;
}
.listfloormap__inner {
  width: 100%;
}
.listfloormap__inner p {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.listfloormap__inner p.content--base {
  position: relative;
  left: auto;
  top: auto;
  z-index: 0;
  opacity: 1;
}
.listfloormap__inner p.is--current {
  opacity: 1;
}
.listfloormap__inner img {
  transform: translate3d(0, 0, 0);
}
.floormap--image--download {
  display: flex;
  justify-content: end;
  margin-top: 24px;
}
.floormap--image--download a {
  display: flex;
  gap: 8px;
  text-decoration: none;
}
.floormap--image--download a span {
  color: #65a4b6;
  text-align: justify;
  font-family: "Leida", serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 19.8px */
  letter-spacing: 0.22px;
}
.floormap--image--download a img {
  width: 12px;
}
.detail {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}
.detail__inner {
  position: relative;
  margin-left: 12.5vw;
  width: 37.5vw;
}
.detail__desc {
  display: flex;
  margin-bottom: 26px;
  gap: 40px;
}
.detail__desc__room-number {
  display: block;
  min-width: 58px;
}
.detail__desc__from {
  display: block;
}
.detail__desc dt {
  display: block;
  font-family: "Leida", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
  letter-spacing: 0.24px;
  color: #6c787a;
  margin-bottom: 8px;
}
.detail__desc dd {
  display: block;
  font-family: "Leida", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  letter-spacing: 0.64px;
}
.detail__title {
  color: #353c3e;
  font-family: "Zen Old Mincho", serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 42px */
  letter-spacing: 1.68px;
}
.detail__title_en {
  color: #7fa0ad;
  font-family: "Leida", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 22px */
  margin-top: 16px;
  margin-bottom: 64px;
}
.detail__text {
  width: 100%;
  margin-bottom: 40px;
}
.detail__text a {
  color: #65a4b6;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.3s;
}
.detail__text a:hover {
  opacity: 0.5;
}
.detail__text .text--ja {
  color: #353c3e;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 0.84px;
}
.detail__text .text--en {
  color: #6c787a;
  font-family: "Leida", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.24px;
  padding-top: 24px;
}
.ippuku {
  display: flex;
  gap: 24px;
}
.ukicha-icon-img {
  border-bottom: 0.5px solid #727272;
}
.detail__prof img {
  width: 96px;
  height: 96px;
}
.detail__prof h3.prof--business--name {
  color: #353e3f;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 24px */
  letter-spacing: 0.24px;
  margin-bottom: 8px;
}
.contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.detail__prof p.prof--venue {
  color: #353e3f;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 24px */
  letter-spacing: 0.24px;
}
.ippuku .prof--venue br {
  display: none;
}
.detail__prof p.prof--tel {
  color: #353e3f;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 24px */
  letter-spacing: 0.24px;
}
.detail__prof p.prof--mail,
p.prof--website,
p.prof--instagram {
  color: #353e3f;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 24px */
  letter-spacing: 0.24px;
}
.detail__prof p.prof--mail a,
p.prof--website a,
a.prof--instagram-link {
  display: inline-block;
  word-break: break-all;
  color: #65a4b6;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.3s;
}
.detail__prof p.prof--mail a:hover,
p.prof--website a:hover,
.prof--instagram:hover .prof--instagram-link {
  opacity: 0.5;
}
.detail__prof p.prof--onlineshop {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.5px;
  margin-top: 40px;
  line-height: 1;
}
.detail__prof p.prof--onlineshop::after {
  display: inline-block;
  content: "";
  margin: 3px 0 0 8px;
  width: 8px;
  height: 8px;
  background: url("../img/common/icon_blank.svg") center center no-repeat;
  background-size: contain;
  vertical-align: top;
}
.detail__prof p.prof--onlineshop a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 8px;
  transition: all 0.3s;
}
.detail__prof p.prof--onlineshop a:hover {
  opacity: 0.5;
}
.detail__prof p.prof--onlineshop a::after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #353e3f;
}
.detail__social-media {
  display: flex;
  gap: 18px;
  margin-top: 16px;
}
.detail__social-media a {
  transition: all 0.3s;
  font-size: 18px;
}
.detail__social-media a:hover {
  opacity: 0.5;
}
.detail__image {
  width: 100%;
  margin-bottom: 40px;
  margin-top: 24px;
}
.detail__image__container {
  width: 100%;
  height: 100%;
  display: flex;
  gap: 2.083333333333333vw;
  max-width: 720px;
}
.art_meets_sake_img {
  background: url("../img/common/art_meets_sake.jpg") lightgray 50% / cover
    no-repeat;
  width: 55.67%;
  aspect-ratio: 647.09/363.67;
}
.ukicha_img {
  background: url("../img/common/ukicha.jpg") lightgray 50% / cover no-repeat;
  aspect-ratio: 292.27/292.27;
  width: 41%;
}
.airk_logo_img {
  background: url("../img/common/airk_logo.jpg") lightgray 50% / cover no-repeat;
  width: 55.67%;
  aspect-ratio: 647.09/363.67;
}
.airk_profile_img {
  background: url("../img/common/airk_profile_img.jpg") lightgray 50% / cover
    no-repeat;
  aspect-ratio: 292.27/292.27;
  width: 41%;
}
.detailfloormap {
  z-index: 1;
  position: absolute;
  top: 0px;
  right: 20vw;
  width: 22.5vw;
}
.detailfloormap__inner {
  position: relative;
}
.detailfloormap__image {
  width: 100%;
  max-width: 288px;
}
.artistslist {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}
.artistslist__inner {
  position: relative;
  margin-left: 12.5vw;
  width: 67.5vw;
}
.artistslist__headline {
  color: #353c3e;
  font-family: "Leida", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  margin-bottom: 24px;
}
.soon--background {
  background-image: url("../img/common/circle-bg.png");
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  filter: blur(40px);
  position: absolute;
  top: -10px;
  left: 60%;
  position: absolute;
  width: 110px;
  height: 110px;
  z-index: 1;
  animation: orbit 3s linear infinite;
}
@keyframes orbit {
  from {
    transform: rotate(0deg) translateX(5px);
  }
  to {
    transform: rotate(360deg) translateX(5px);
  }
}

.artistlist__soon {
  width: 100%;
  text-align: center;
  position: relative;
}
.artistlist__soon .soon--text {
  color: #6c6e6f;
  font-family: "Leida", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 26.4px */
  letter-spacing: 4.8px;
  position: relative;
  z-index: 1;
  padding: 32px 0;
}
.artistslist__list {
  width: 60vw;
  display: flex;
  flex-wrap: wrap;
}
.artistslist__list li {
  flex-basis: 11.25vw;
  margin-right: 3.75vw;
  margin-bottom: 64px;
}
.artistslist__list li:nth-of-type(4n) {
  margin-right: 0;
}
.artistslist__list li:nth-last-of-type(1),
.artistslist__list li:nth-last-of-type(2),
.artistslist__list li:nth-last-of-type(3),
.artistslist__list li:nth-last-of-type(4) {
  margin-bottom: 0;
}
.artistslist__list a {
  text-decoration: none;
  color: #353e3f;
  transition: all 0.3s;
}
.artistslist__list a:hover {
  opacity: 0.5;
}
.artistslist__list span {
  display: block;
}
.artistslist__list span.list--thumb {
  margin-bottom: 16px;
  position: relative;
  height: 0;
  padding-bottom: 150.1%;
}
.artistslist__list span.list--thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.artistslist__list span.list--name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 155%;
  letter-spacing: 0.4px;
}
.artistlist__artist-name-list {
  display: flex;
  margin-bottom: 80px;
  gap: 24px;
  flex-wrap: wrap;
}
.artist-name-item {
  display: flex;
  gap: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 0.84px;
}
.artistlist__artist-name-list .artist-name-item a {
  font-size: 14px;
  color: #353e3f;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 0.84px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%; /* 0.56px */
  text-underline-offset: 14.3%; /* 2.002px */
  text-underline-position: from-font;
  transition: all 0.3s;
}
.artistlist__artist-name-list .artist-name-item a:hover {
  opacity: 0.5;
}
.artistlist__artist-name-list .artist-name-item span {
  font-size: 14px;
  color: #353e3f;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 28px */
  letter-spacing: 0.84px;
  /* text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 4%;
  text-underline-offset: 14.3%;
  text-underline-position: from-font; */
}
.airk-artist-name-list {
  flex-direction: column;
  margin-bottom: 16px;
}
.airk_artist_img {
  width: 37.5vw;
  max-width: 720px;
}
.airk_artist_img img {
  margin-bottom: 8px;
}
.airk_artist_desc {
  font-family: "Zen Old Mincho", serif;
  color: #6c6e6f;
  font-weight: 500;
  font-size: 10px;
  line-height: 200%;
  letter-spacing: 2%;
}
.artwork-list-section {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-bottom: 120px;
}
.artwork-list-section__inner {
  position: relative;
  margin-left: 12.5vw;
  width: 67.5vw;
}
.artwork-list-section__headline {
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.artwork-list-section__headline .artwork-list-headline__left {
  color: #353c3e;
  font-family: "Leida", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.artwork-list-section__headline .artwork-list-headline__right {
  color: #2d4751;
  font-family: "Leida", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  letter-spacing: 0.64px;
  text-decoration: none;
  position: relative;
  display: flex;
  gap: 16px;
}
.artwork-list-section__headline .artwork-list-headline__right::after {
  content: "";
  display: block;
  width: 16px;
  height: 18px;
  background: url("../img/common/icon_arrow_lv1.svg") center center no-repeat;
  background-size: cover;
  position: relative;
}
.artwork-list__soon {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 40px 0;
}
.artwork-list__soon .soon--text {
  color: #6c787a;
  font-family: "Leida", serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 110%;
  margin-left: 48px;
}
.artwork-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
.artwork-list .artwork-item {
  box-sizing: border-box;
  flex: 0 0 calc(33.333% - 16px);
}
.artwork-list .artwork-item a {
  text-decoration: none;
}
.artwork-list .artwork-item__header {
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 8px;
}
.artwork-list .artwork-item__body {
  color: #6c6e6f;
  font-family: "Zen Old Mincho";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 24px */
  letter-spacing: 0.24px;
}
.artwork-list .artwork-item__author {
  color: #353c3e;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 24px */
  letter-spacing: 0.24px;
  position: relative;
  display: inline-block;
}
.artwork-list .artwork-item__image {
  margin-bottom: 8px;
  margin-bottom: 1.25vw;
  background-color: #fff;
  padding: 16px;
  position: relative;
}
.artwork-list .artwork-item__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.artwork-item__image p {
  color: #65a4b6;
  font-family: "Leida", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 13.2px */
  letter-spacing: 0.24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  text-align: center;
  white-space: nowrap;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transition: all 0.3s;
}
.artwork-item__image p:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url("../img/common/icon_arrow_blue.svg") center center no-repeat;
  background-size: cover;
  position: relative;
}
.artwork-item a:hover .artwork-item__image p {
  opacity: 1;
}
.artwork-item__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(6px);
  opacity: 0;
  transition: opacity 0.3s;
}
.artwork-item a:hover .artwork-item__image::before {
  opacity: 1;
}
.artwork-item__author::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  width: 100%;
  height: 1px;
  background-color: #353c3e;
  transform-origin: right center;
  transform: scaleX(0);
  transition: transform 0.4s ease;
}
.artwork-item a:hover .artwork-item__author::after {
  transform: scaleX(1);
  transform-origin: left center;
  background-color: #65a4b6;
}
.artwork-item a:hover .artwork-item__author {
  color: #65a4b6;
}
.artwork-list-section__footer {
  margin-top: 40px;
  color: #2d4751;
  font-family: "Leida", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.64px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.artwork-list-section__footer a {
  text-decoration: none;
}
.artwork-list-__view-all {
  display: flex;
  gap: 16px;
}
.artwork-list-__view-all::after {
  content: "";
  display: block;
  width: 16px;
  height: 18px;
  background: url("../img/common/icon_arrow_lv1.svg") center center no-repeat;
  background-size: cover;
  position: relative;
}
.pager__section {
  position: relative;
  width: 100%;
}
.pager[data-pager="top"] {
  width: 100%;
  z-index: 1;
  position: absolute;
  z-index: 1;
  top: -178px;
  margin-bottom: 160px;
}
.pager[data-pager="footer"] {
  width: 100%;
  position: relative;
  z-index: 99;
  /* top: -200px; */
  margin-bottom: 200px;
}
.pager__inner {
  position: relative;
  margin-left: 5vw;
}
.pager__inner a {
  display: inline-block;
  color: #353e3f;
  text-decoration: none;
  position: relative;
  padding-left: 7.5vw;
}
.pager__inner a::before {
  content: "";
  display: block;
  width: 40px;
  height: 8px;
  background: url("../img/common/icon_arrow_l1.svg") center center no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.pager__inner a:hover::before {
  transform: translate(-10px, -50%);
}
.pager__inner span {
  color: #2d4751;
  position: relative;
  font-family: "Leida", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 17.6px */
  letter-spacing: 0.64px;
}
.pager__inner_back span {
  color: #353c3e;
  position: relative;
  font-family: "Leida", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .container {
    padding-top: 525px;
    padding-top: 134.615384615384615vw;
  }
  .container[data-top="detail"] {
    padding-top: 525px;
    padding-top: 134.615384615384615vw;
  }
  .bg-wrapper {
    gap: 0;
    position: relative;
  }
  .bg-wrapper::before {
    display: block;
    content: "";
    position: absolute;
    top: -525px;
    top: -134.615384615384615vw;
    height: 525px;
    height: 134.615384615384615vw;
    left: 0;
    width: 100%;
    background-image: linear-gradient(
      0deg,
      rgb(230, 238, 241),
      rgba(230, 238, 241, 0.7) 260px,
      rgba(230, 238, 241, 0)
    );
    z-index: 1;
  }
  .bg-wrapper[data-top="detail"]::before {
    top: -525px;
    top: -134.615384615384615vw;
    height: 525px;
    height: 134.615384615384615vw;
  }
  .headline {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: -357px;
    top: -91.538461538461538vw;
    margin-bottom: 56px;
    margin-bottom: 14.358974358974359vw;
  }
  .headline__inner {
    position: relative;
    margin-left: 6.9230769231vw;
  }
  .headline__title {
    font-size: 20px;
    font-size: 5.128205128205128vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 22px */
    margin-bottom: 0;
  }
  .exhibitor-container {
    position: relative;
    top: -279px;
    top: -71.538461538461538vw;
    margin-bottom: -279px;
    margin-bottom: -71.538461538461538vw;
  }
  .detail-container {
    position: relative;
    top: -357px;
    top: -91.538461538461538vw;
    margin-bottom: -357px;
    margin-bottom: -91.538461538461538vw;
  }
  .gallery {
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    margin-bottom: 56px;
    margin-bottom: 14.358974358974359vw;
  }
  .gallery__inner {
    position: relative;
    margin-left: 6.9230769231vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    gap: 6.153846153846154vw;
  }
  .list__heading {
    font-size: 16px;
    font-size: 4.102564102564103vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 17.6px */
    letter-spacing: 0.64px;
  }
  .list {
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 0px;
    padding-top: 0vw;
    margin-bottom: 56px;
  }
  .list:last-of-type {
    margin-bottom: 0;
  }
  .list__inner {
    position: relative;
    margin-left: 6.9230769231vw;
    width: 86.1538461538vw;
    display: flex;
    flex-direction: column;
    gap: 24px;
    gap: 6.153846153846154vw;
  }
  .list__rooms {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    gap: 4.102564102564103vw;
    margin-left: 24px;
    margin-left: 6.153846153846154vw;
  }
  .gallery__desc {
    font-size: 14px;
    font-size: 3.58974358974359vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 28px */
    letter-spacing: 0.84px;
    width: 80vw;
    max-width: unset;
  }
  .list__room-name {
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 24px */
    letter-spacing: 0.24px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 4%; /* 0.48px */
    text-underline-offset: auto;
    text-underline-position: from-font;
  }
  .list__room-number {
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 13.2px */
    letter-spacing: 0.48px;
  }
  .list__floormap {
    display: block;
    margin-top: 80px;
  }
  .list__floormap .floormap--headline {
    margin-left: 6.9230769231vw;
    font-family: "Leida", serif;
    font-size: 16px;
    font-size: 4.102564102564103vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 17.6px */
    letter-spacing: 0.64px;
    margin-bottom: 40px;
    margin-bottom: 10.256410256410256vw;
  }
  .list__floormap .floormap--image--container {
    width: 80.221282051282051vw;
    margin-left: 13.076923076923077vw;
  }
  .floormap--image {
    margin-bottom: 24px;
    margin-bottom: 6.153846153846154vw;
  }
  .listfloormap {
    display: none;
  }
  .floormap--image--download {
    display: flex;
    justify-content: start;
    margin-top: 24px;
  }
  .floormap--image--download a {
    display: flex;
    gap: 8px;
    width: 79px;
    width: 20.256410256410256vw;
    text-decoration: none;
  }
  .floormap--image--download a span {
    color: #65a4b6;
    text-align: justify;
    font-family: "Leida", serif;
    font-size: 11px;
    font-size: 2.820512820512821vw;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 19.8px */
    letter-spacing: 0.22px;
  }
  .floormap--image--download a img {
    width: 12px;
    width: 3.076923076923077vw;
  }
  .detail {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
  .detail__inner {
    position: relative;
    margin-left: 6.9230769231vw;
    width: 86.1538461538vw;
  }
  .detail__desc {
    display: flex;
    margin-bottom: 24px;
    margin-bottom: 6.4vw;
    gap: 10.256410256410256vw;
  }
  .detail__desc__room-number {
    display: block;
    min-width: 14.871794871794872vw;
  }
  .detail__desc__from {
    display: block;
  }
  .detail__desc dt {
    display: block;
    font-family: "Leida", serif;
    font-size: 12px;
    font-size: 3.076923076923077vw;
    color: #6c787a;
  }
  .detail__desc dd {
    display: block;
    font-family: "Leida", serif;
    font-size: 16px;
    font-size: 4.2666666667vw;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: 0.64px;
    letter-spacing: 0.164102564102564vw;
  }
  .detail__title {
    font-size: 24px;
    font-size: 6.153846153846154vw;
    font-style: normal;
    font-weight: 500;
    line-height: 180%; /* 43.2px */
    letter-spacing: 0.246153846153846vw;
  }
  .detail__title_en {
    font-size: 16px;
    font-size: 4.2666666667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 17.6px */
    letter-spacing: 0.64px;
    letter-spacing: 0.164102564102564vw;
    margin-top: 8px;
    margin-top: 2.051282051282051vw;
    margin-bottom: 56px;
    margin-bottom: 14.358974358974359vw;
  }
  .detail__text {
    width: auto;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
  .detail__text .text--ja {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 200%;
    letter-spacing: 0.84px;
    letter-spacing: 0.215384615384615vw;
  }
  .detail__text .text--en {
    font-size: 12px;
    font-size: 3.076923076923077vw;
    line-height: 155%;
    letter-spacing: 0.24px;
    letter-spacing: 0.061538461538462vw;
    padding-top: 24px;
    padding-top: 6.153846153846154vw;
  }
  .contacts {
    gap: 4.102564102564103vw;
  }

  .detail__prof p.prof--venue,
  .detail__prof h3.prof--business--name {
    font-family: "Zen Old Mincho", serif;
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 24px */
    letter-spacing: 0.24px;
    letter-spacing: 0.061538461538462vw;
  }
  .ippuku .prof--venue br {
    display: block;
  }
  .detail__prof p.prof--tel {
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 24px */
    letter-spacing: 0.24px;
    letter-spacing: 0.061538461538462vw;
  }
  .detail__prof p.prof--mail,
  p.prof--website,
  p.prof--instagram {
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 24px */
    letter-spacing: 0.24px;
    letter-spacing: 0.061538461538462vw;
  }
  .detail__prof h3.prof--business--name {
    margin-bottom: 2.051282051282051vw;
  }
  .detail__prof p.prof--mail a,
  p.prof--website a,
  .prof--instagram-link {
    color: #65a4b6;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 4%;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: all 0.3s;
  }
  .detail__prof p.prof--mail a:hover,
  p.prof--website a:hover,
  .prof--instagram:hover .prof--instagram-link {
    opacity: 1;
  }
  .detail__prof p.prof--onlineshop {
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0.1px;
  }
  .detail__prof p.prof--onlineshop::after {
    width: 7px;
    height: 7px;
  }
  .detail__prof p.prof--onlineshop a {
    transition: none;
  }
  .detail__prof p.prof--onlineshop a:hover {
    opacity: 1;
  }
  .detail__social-media {
    display: flex;
    gap: 4.615384615384616vw;
    margin-top: 4.102564102564103vw;
  }
  .detail__social-media a {
    transition: all 0.3s;
    font-size: 4.615384615384616vw;
  }
  .detail__social-media a:hover {
    opacity: 0.5;
  }
  .ippuku {
    gap: 16px;
  }
  .detail__prof img {
    width: 24.615384615384615vw;
    height: 24.615384615384615vw;
  }
  .detail__image {
    width: 100%;
    margin-bottom: 10.256410256410256vw;
    margin-top: 6.153846153846154vw;
  }
  .detail__image__container {
    width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 4.102564102564103vw;
    max-width: unset;
  }
  .art_meets_sake_img {
    background: url("../img/common/art_meets_sake.jpg") lightgray 50% / cover
      no-repeat;
    width: 100%;
    aspect-ratio: 335.823/246.883;
  }
  .ukicha_img {
    background: url("../img/common/ukicha.jpg") lightgray 50% / cover no-repeat;
    aspect-ratio: 292.27/292.27;
    width: 100%;
  }
  .airk_logo_img {
    background: url("../img/common/airk_logo.jpg") lightgray 50% / cover
      no-repeat;
    width: 100%;
    aspect-ratio: 335.823/246.883;
  }
  .airk_profile_img {
    background: url("../img/common/airk_profile_img.jpg") lightgray 50% / cover
      no-repeat;
    aspect-ratio: 292.27/292.27;
    width: 100%;
  }
  .detailfloormap {
    z-index: 1;
    position: relative;
    right: auto;
    top: auto;
    width: 86.1538461538vw;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
  .detailfloormap__inner {
    position: relative;
  }
  .detailfloormap__image {
    width: 100%;
  }
  .detailfloormap__image img {
    width: 86.1538461538vw;
  }
  .artistslist {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
  .artistslist__inner {
    position: relative;
    margin-left: 6.9230769231vw;
    width: 86.1538461538vw;
  }
  .artistslist__headline {
    font-size: 16px;
    font-size: 4.102564102564103vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 17.6px */
    letter-spacing: 0.64px;
    margin-bottom: 24px;
    margin-bottom: 6.15384615vw;
  }
  .soon--background {
    filter: blur(5.128205128205128vw);
    width: 15.384615384615385vw;
    height: 15.384615384615385vw;
    top: 0;
    animation: orbit 3s linear infinite;
  }
  @keyframes orbit {
    from {
      transform: rotate(0deg) translateX(3px);
    }
    to {
      transform: rotate(360deg) translateX(3px);
    }
  }
  .artistlist__soon .soon--text {
    color: #6c6e6f;
    font-size: 14px;
    font-size: 3.58974358974359vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 15.4px */
    letter-spacing: 1.4px;
    letter-spacing: 0.358974358974359vw;
    padding: 4.102564102564103vw 0;
  }
  .artistslist__list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .artistslist__list li {
    flex-basis: 38.7179487179vw;
    margin-right: 0;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .artistslist__list li:nth-of-type(4n) {
    margin-right: 0;
  }
  .artistslist__list li:nth-last-of-type(1),
  .artistslist__list li:nth-last-of-type(2) {
    margin-bottom: 0;
  }
  .artistslist__list li:nth-last-of-type(3),
  .artistslist__list li:nth-last-of-type(4) {
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .artistslist__list a {
    text-decoration: none;
    color: #353e3f;
    transition: none;
  }
  .artistslist__list a:hover {
    opacity: 1;
  }
  .artistslist__list span {
    display: block;
  }
  .artistslist__list span.list--thumb {
    margin-bottom: 8px;
    margin-bottom: 2.1333333333vw;
  }
  .artistslist__list span.list--name {
    font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 155%;
    letter-spacing: 0.4px;
    letter-spacing: 0.1066666667vw;
  }
  .artistlist__artist-name-list {
    gap: 16px;
    gap: 4.102564102564103vw;
    margin-bottom: 80px;
    margin-bottom: 20.512820512820513vw;
  }
  .artistlist__artist-name-list .artist-name-item {
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 24px */
    letter-spacing: 0.24px;
  }
  .artistlist__artist-name-list .artist-name-item a {
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 24px */
    letter-spacing: 0.24px;
  }
  .artistlist__artist-name-list .artist-name-item span {
    font-size: 12px;
    font-size: 3.076923076923077vw;
    color: #353e3f;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 28px */
    letter-spacing: 0.84px;
    /* text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 4%;
    text-underline-offset: 14.3%;
    text-underline-position: from-font; */
  }
  .airk-artist-name-list {
    margin-bottom: 4.1025641vw;
  }
  .airk_artist_img {
    width: 100%;
  }
  .airk_artist_img img {
    margin-bottom: 2.05128205vw;
  }
  .airk_artist_desc {
    font-size: 8px;
    font-size: 2.1333333333vw;
  }
  .artwork-list-section {
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
    margin-bottom: 21.3333333333vw;
  }
  .artwork-list-section__inner {
    position: relative;
    margin-left: 6.9230769231vw;
    width: 86.1538461538vw;
  }
  .artwork-list-section__headline {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 28px;
    font-size: 7.4666666667vw;
    line-height: 130%;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
  .artwork-list-section__headline .artwork-list-headline__left {
    font-family: "Leida", serif;
    font-size: 4.102564102564103vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 17.6px */
    letter-spacing: 0.64px;
  }
  .artwork-list-section__headline .artwork-list-headline__right {
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 13.2px */
    letter-spacing: 0.24px;
  }
  .artwork-list-section__headline .artwork-list-headline__right::after,
  .artwork-list-__view-all::after {
    width: 12px;
    width: 3.076923076923077vw;
    height: 12px;
    height: 3.076923076923077vw;
  }
  .artwork-list__soon {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 24px 0;
    padding: 6.4vw 0;
  }
  .artwork-list__soon .soon--text {
    color: #6c787a;
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 110%;
    letter-spacing: 0.1px;
    letter-spacing: 0.0266666667vw;
    margin-left: 24px;
    margin-left: 6.4vw;
  }
  .artwork-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 16px;
    gap: 10.256410256410256vw 4.102564102564103vw;
  }
  .artwork-list .artwork-item {
    width: auto;
  }
  .artwork-list .artwork-item__header {
    font-weight: bold;
    margin-bottom: 8px;
    margin-bottom: 2.051282051282051vw;
  }
  .artwork-list .artwork-item__author {
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 24px */
    letter-spacing: 0.24px;
  }
  .artwork-list .artwork-item__body {
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 500;
    line-height: 200%; /* 24px */
    letter-spacing: 0.24px;
  }
  .artwork-list .artwork-item__image {
    margin-bottom: 16px;
    margin-bottom: 4.102564102564103vw;
    background-color: #fff;
    padding: 16px;
  }
  .artwork-list .artwork-item__image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
  }
  .artwork-list-section__footer {
    margin-top: 40px;
    margin-top: 10.256410256410256vw;
    margin-bottom: 80px;
    margin-bottom: 20.512820512820513vw;
    font-size: 12px;
    font-size: 3.076923076923077vw;
    font-style: normal;
    font-weight: 400;
    line-height: 110%; /* 13.2px */
    letter-spacing: 0.24px;
  }
  .pager[data-pager="top"] {
    width: 100%;
    z-index: 1;
    position: relative;
    z-index: 1;
    top: 0px;
    /* top: -19.230769230769231vw; */
    margin-bottom: 56px;
    margin-bottom: 14.358974358974359vw;
  }
  .pager[data-pager="footer"] {
    margin-bottom: 160px;
    width: 100%;
    position: relative;
    z-index: 5;
    top: 0px;
  }
  .pager__inner {
    position: relative;
    margin-left: 6.9230769231vw;
  }
  .pager__inner a {
    display: inline-block;
    color: #353e3f;
    text-decoration: none;
    position: relative;
    padding-left: 14.6153846154vw;
  }
  .pager__inner a::before {
    content: "";
    display: block;
    width: 40px;
    width: 10.6666666667vw;
    height: 8px;
    height: 2.1333333333vw;
    background: url("../img/common/icon_arrow_l1.svg") center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: none;
  }
  .pager__inner a:hover::before {
    transform: translate(0px, -50%);
  }
  .pager__inner span {
    position: relative;
    font-family: "Leida", serif;
    font-weight: 500;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 120%;
    letter-spacing: 0.15px;
    letter-spacing: 0.04vw;
  }
}
