@charset "UTF-8";
/* ----------------------------------------------------------------

  01. Normalize

----------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: auto;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
html {
  font: 400 1rem/1.5 system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: inherit;
  vertical-align: baseline;
  word-break: normal;
  color: inherit;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  color: #19110B;
  box-sizing: border-box;
  line-height: 1.5;
  overflow-x: hidden;
  width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
  overflow: visible;
}

hr:not([size]) {
  height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

@media screen and (min-width: 1220px) {
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
}
p {
  margin: 0;
  padding: 0;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  font: normal inherit inherit/inherit inherit;
  margin: 0 0 1rem;
}

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style: none;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin: 0;
}

nav li {
  list-style: none;
  padding: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-style: normal;
  font-weight: 700;
}

em {
  font-style: normal;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  color: #19110B;
  background-color: currentColor;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #19110B;
  display: block;
  cursor: pointer;
  background-color: transparent;
  text-decoration: none;
  word-break: break-word;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
  outline: none;
}

pre,
code,
kbd,
samp {
  font: 1.05em "Fira Code", "Cascadia Code", Consolas, "Inconsolata", Monaco, Menlo, "Noto Mono", "Roboto Mono", "Droid Sans Mono", "Ubuntu Mono", "Ubuntu Monospace", "Source Code Pro", "Oxygen Mono", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", monospace, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  display: block;
  overflow: auto;
  font-size: 0.875em;
  -ms-overflow-style: scrollbar;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: inherit;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: inherit;
  background-color: inherit;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

iframe,
img,
input,
select,
textarea {
  height: auto;
  max-width: 100%;
}

input {
  border-radius: 0;
  font-size: 100%;
  -webkit-appearance: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

img {
  border: 0;
  line-height: 1;
  -ms-interpolation-mode: bicubic;
}

@media screen and (min-width: 1220px) {
  a img:active, a img:hover {
    opacity: 0.8;
  }
}

table {
  margin: 0;
  padding: 0;
  caption-side: bottom;
  border-collapse: collapse;
  border-spacing: 0;
  border-color: currentColor;
  text-indent: 0;
  width: 100%;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: inherit;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  text-transform: none;
}

button:focus {
  outline: none;
}

input,
button {
  overflow: visible;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  padding: 0;
  border: none;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  background-color: transparent;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  text-transform: none;
  word-wrap: normal;
}

select:not([multiple]):not([size]) {
  background-image: "data:image/svg+xmlcharset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E";
}

::-ms-expand {
  display: none;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(disabled),
[type=button]:not(disabled),
[type=reset]:not(disabled),
[type=submit]:not(disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
  vertical-align: top;
  -webkit-appearance: none;
}

fieldset {
  margin: 0;
  padding: 0.35em 0.75em 0.625em;
  border: 1px solid inherit;
  min-width: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  max-width: 100%;
  white-space: normal;
}

@media screen and (min-width: 1220px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

dialog {
  background-color: inherit;
  border: solid;
  color: inherit;
  display: block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

input::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder {
  opacity: 1;
}

input::placeholder {
  opacity: 1;
  color: #999;
}

[type=search] {
  outline-offset: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type=tel],
[type=url],
[type=email],
[type=number] {
  direction: ltr;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-moz-ui-invalid {
  box-shadow: none;
}

::-moz-focusring {
  outline: 1px dotted #999;
}

output {
  display: inline-block;
}

iframe {
  border: none;
}

audio,
canvas,
video {
  display: inline;
  display: inline-block;
  zoom: 1;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: default;
}

[aria-hidden=false][hidden=false] {
  display: initial;
}

[aria-hidden=false][hidden=false]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* ----------------------------------------------------------------

02. Base Settings

----------------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
body:lang(en) {
  font-family: "Inter", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body:lang(en) i {
  font-family: effra-cc, sans-serif;
}
body:lang(ja) {
  font-family: "Inter", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.str-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.str-contents {
  flex: 1;
}

.str-main {
  margin: 0 auto;
}

.slideIn-L {
  animation: slideIn-L 0.3s cubic-bezier(0.5, 0, 0.5, 1) 1 forwards;
}

.slideOut-L {
  animation: slideOut-L 0.3s cubic-bezier(0.5, 0, 0.5, 1) 1 forwards;
}

.slideIn-R {
  animation: slideIn-R 0.3s cubic-bezier(0.5, 0, 0.5, 1) 1 forwards;
}

.slideOut-R {
  animation: slideOut-R 0.3s cubic-bezier(0.5, 0, 0.5, 1) 1 forwards;
}

.slideIn-B {
  animation: slideIn-B 0.3s cubic-bezier(0.5, 0, 0.5, 1) 1 forwards;
}

.slideOut-B {
  animation: slideOut-B 0.3s cubic-bezier(0.5, 0, 0.5, 1) 1 forwards;
}

.fadeIn {
  animation: fadeIn 0.3s cubic-bezier(0.5, 1, 0.5, 1) 1 forwards;
  z-index: 1;
}

.fadeOut {
  animation: fadeOut 0.3s cubic-bezier(0.5, 1, 0.5, 1) 1 forwards;
  z-index: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideIn-L {
  0% {
    transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideOut-L {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
  }
  60%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn-R {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideOut-R {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
  }
  60%, 100% {
    opacity: 1;
  }
}
@keyframes slideIn-B {
  0% {
    transform: translateY(100%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
  40%, 100% {
    opacity: 1;
  }
}
@keyframes slideOut-B {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
  }
  60%, 100% {
    opacity: 1;
  }
}
/* ----------------------------------------------------------------

  02. Modules

----------------------------------------------------------------- */
.error-wrap {
  margin: 0 auto;
  padding: 7.5rem 2rem 9.5rem;
}
.error-wrap > :first-child {
  margin-top: 0;
}
@media screen and (max-width: 743.9px) {
  .error-wrap {
    padding: 3rem 1.25rem 4rem;
  }
}

.error-text {
  margin-top: 1rem;
  font-size: 1.125rem;
  text-align: center;
}
.error-text strong {
  display: block;
  font-weight: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 743.9px) {
  .error-text {
    font-size: 1rem;
    text-align: left;
  }
}

.error-link {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
}
.error-link > a {
  margin: 0 0.5rem;
  padding: 1.125rem;
  border: 1px solid #99948e;
  min-width: 14rem;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 1220px) {
  .error-link > a:active, .error-link > a:hover {
    box-shadow: 0 0 0 1px #99948e inset;
  }
}
@media screen and (max-width: 743.9px) {
  .error-link {
    margin-top: 1.5rem;
  }
  .error-link > a {
    margin: 0 0.25rem;
    padding: 0.75rem;
    min-width: 8.5rem;
  }
}

.str-notice {
  background-color: #E6E2D8;
  z-index: 100;
}

.str-notice-inner {
  margin: 0 auto;
  position: relative;
  max-width: 100rem;
}
.str-notice-inner > ul {
  padding: 1rem 0;
}
.str-notice-inner > ul li {
  text-align: center;
}
.str-notice-inner > ul li:not(:first-child) {
  margin-top: 0.5rem;
}
.str-notice-inner > ul li > a {
  padding-right: 1rem;
  display: inline-block;
  line-height: 1.5;
  background: url(/element/main_rwd/shared/images/icn_next.svg) 100% 50% no-repeat;
  background-size: 0.5rem auto;
  font-size: 0.875rem;
  font-weight: 300;
}

.str-notice-inner > .btn-close {
  margin: auto;
  color: rgba(0, 0, 0, 0);
  display: block;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  text-indent: -10rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  z-index: 100;
  background: url(/element/main_rwd/shared/images/icn_close.svg) 50% 50% no-repeat;
  background-size: 1rem auto;
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .str-notice-inner > .btn-close {
    right: 1.5rem;
  }
}
@media screen and (max-width: 743.9px) {
  .str-notice-inner > .btn-close {
    margin: 0;
    right: 0;
  }
}

.cmn-icon-blank {
  margin-left: 0.375rem;
  padding-top: 0.625rem;
  color: rgba(0, 0, 0, 0);
  display: inline-block;
  overflow: hidden;
  text-indent: -10rem;
  position: relative;
  width: 0.625rem;
  height: 0;
  line-height: 2;
  background: url(/element/main_rwd/shared/images/icn_blank_gry.svg) 50% 50% no-repeat;
}

.cmn-dashed {
  display: inline;
  background-image: linear-gradient(90deg, #949494, #949494 50%, transparent 50%, transparent 100%);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: 0 100%;
}

.cmn-solid {
  padding-bottom: 1px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16) inset;
  display: inline;
}
@media (any-hover: hover) {
  .cmn-solid:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.52);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.52) inset;
  }
}

.cmn-tip-info {
  position: relative;
  display: flex;
  margin-left: 0.5rem;
}
.cmn-tip-info .cmn-tip-info-btn {
  padding: 0 !important;
  color: rgba(0, 0, 0, 0);
  background: url(/element/main_rwd/shared/images/icn_info.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  width: 0.9375rem;
  height: 0.9375rem;
  overflow: hidden;
  text-indent: -10rem;
}
.cmn-tip-info .cmn-tip-info-btn::before {
  border-radius: 50%;
  content: "";
  display: block;
  width: 1.9375rem;
  height: 1.9375rem;
  overflow: hidden;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
}
@media (any-hover: hover) {
  .cmn-tip-info .cmn-tip-info-btn:hover {
    background-image: url(/element/main_rwd/shared/images/icn_info_on.svg);
  }
}
.cmn-tip-info .cmn-tip-info-content {
  padding: 1.5rem 2.25rem 1.25rem 1.25rem;
  border: 1px solid #EAE8E4;
  border-radius: 0.375rem;
  color: #19110B;
  line-height: 1.5;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  min-width: 16.75rem;
  max-width: 98%;
  display: none;
  position: absolute;
  bottom: 1.25rem;
  right: 50%;
  z-index: 10;
  transform: translateX(50%);
  background-color: #fff;
  font-size: 0.875rem;
  text-align: left;
}
.cmn-tip-info .cmn-tip-info-content > p:lang(en) {
  word-break: break-word;
}
.cmn-tip-info .cmn-tip-info-content .cmn-tip-info-content-close {
  background: url(/element/main_rwd/shared/images/icn_close.svg) no-repeat 50% 50%;
  background-size: 0.625rem auto;
  border: none;
  color: rgba(0, 0, 0, 0);
  overflow: hidden;
  text-indent: -10rem;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
}
@media screen and (min-width: 1220px) {
  .cmn-tip-info .cmn-tip-info-btn::before {
    display: none;
  }
}

.cmn-share-sns {
  --cmn-share-sns-buton-border-color: #DBD8D5;
  --cmn-share-sns-buton-hover-border-color: rgba(0,0,0, .52);
  position: relative;
  z-index: 2;
}
.cmn-share-sns > button {
  padding: 0.25rem 0.25rem 0.25rem 1.25rem;
  border: 1px solid var(--cmn-share-sns-buton-border-color);
  border-radius: 3rem;
  width: 5rem;
  height: 1.625rem;
  line-height: 1;
  background: url(/element/main_rwd/shared/images/icn_share.svg) 50% 50% no-repeat;
  background-size: auto 1rem;
  background-position: 0.5rem 50%;
  font-size: 0.875rem;
}
@media (any-hover: hover) {
  .cmn-share-sns > button:hover {
    border-color: var(--cmn-share-sns-buton-hover-border-color);
  }
}

.cmn-share-sns-content {
  display: none;
  padding: 1.75rem 1.25rem 1.25rem;
  border: 1px solid #EAE8E4;
  border-radius: 0.375rem;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 50;
  min-width: 16.75rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.08);
  background-color: #fff;
}

.cmn-share-sns.is-active .cmn-share-sns-content {
  display: block;
}

.cmn-share-sns-content-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.cmn-share-sns-content-list button {
  color: rgba(0, 0, 0, 0);
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  text-indent: -10rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.cmn-share-sns-content-list .fb button {
  background-image: url(/element/main_rwd/shared/images/icn_sns_fb.svg);
}
.cmn-share-sns-content-list .x button {
  background-image: url(/element/main_rwd/shared/images/icn_sns_twitter.svg);
}
.cmn-share-sns-content-list .line button {
  background-image: url(/element/main_rwd/shared/images/icn_sns_line.svg);
}
.cmn-share-sns-content-list .pinterest button {
  background-image: url(/element/main_rwd/shared/images/icn_sns_pinterest.svg);
}

.cmn-share-sns-content-btn {
  margin: 1rem auto 0;
  border: 1px solid #DBD8D5;
  border-radius: 0.25rem;
  display: block;
  min-width: 9.75rem;
  min-height: 2.25rem;
  line-height: 1;
  font-size: 0.875rem;
}
@media (any-hover: hover) {
  .cmn-share-sns-content-btn:hover {
    border-color: rgba(0, 0, 0, 0.52);
  }
}

.cmn-share-sns-content-btn-close {
  color: rgba(0, 0, 0, 0);
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  text-indent: -10rem;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/element/main_rwd/shared/images/icn_close.svg) no-repeat 50% 50%;
  background-size: 0.625rem auto;
}

@keyframes cmn-loading-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.cmn-loading-spinner {
  margin: 5rem auto 40rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  overflow: hidden;
  background: url(/element/main_rwd/shared/images/icn_spinner.svg) no-repeat 50% 50%;
  background-size: 100% 100%;
  animation: cmn-loading-spinner-rotate 2s linear infinite;
}
.cmn-loading-spinner > span {
  height: 0;
  overflow: hidden;
  position: absolute;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
.modal.is-active {
  display: block;
}
@media screen and (min-width: 1220px) {
  .modal {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .modal.is-active {
    display: flex;
  }
}

.modal-inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 1220px) {
  .modal-inner {
    width: auto;
    height: auto;
    max-width: 92%;
    max-height: 92%;
    min-width: 28rem;
  }
}

@media screen and (min-width: 1220px) {
  .modal-height-max .modal-inner {
    height: 92%;
  }
}

.modal-header {
  padding: 0 1.25rem;
  border-bottom: 1px solid #DBD8D5;
  min-height: 5.125rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 1220px) {
  .modal-header {
    padding: 0 2rem;
    border-bottom: none;
    min-height: 4.25rem;
    justify-content: center;
  }
}
@media screen and (max-width: 743.9px) {
  .modal-header {
    min-height: 3.5rem;
  }
}

.modal-header-hdg {
  margin-right: 1.75rem;
  font-size: 1.25rem;
  font-weight: 500;
  flex: 1;
}
.modal-header-hdg:lang(ja) {
  font-weight: 400;
  font-size: 1.125rem;
}
@media screen and (min-width: 1220px) {
  .modal-header-hdg {
    margin-right: 0;
    flex: none;
  }
  .modal-header-hdg:lang(ja) {
    font-size: 1.25rem;
  }
}

.modal-header-btn-close {
  margin: auto 0;
  color: rgba(0, 0, 0, 0);
  width: 3.125rem;
  height: 3rem;
  overflow: hidden;
  text-indent: -10rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(/element/main_rwd/shared/images/icn_close.svg) calc(100% - 1.25rem) 50% no-repeat;
  background-size: 1rem auto;
}
@media screen and (min-width: 1220px) {
  .modal-header-btn-close {
    width: 1rem;
    height: 1rem;
    top: 0.75rem;
    right: 0.75rem;
    bottom: auto;
    background-position: 0 0;
  }
}

.modal-header-btn-prev {
  margin-left: -1.25rem;
  color: rgba(0, 0, 0, 0);
  width: 3.125rem;
  height: 3rem;
  overflow: hidden;
  text-indent: -10rem;
  background: url(/element/main_rwd/shared/images/icn_back.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}
.modal-header-btn-prev:disabled {
  display: none;
}
@media screen and (min-width: 1220px) {
  .modal-header-btn-prev {
    display: none;
  }
}

.modal-contents {
  padding: 1rem 1.25rem;
  flex: 1;
  overflow-y: auto;
  background-color: #E6E2D8;
}
.modal-contents::-webkit-scrollbar {
  width: 0.25rem;
}
.modal-contents::-webkit-scrollbar-track {
  background-color: #D4D1CE;
}
.modal-contents::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
  background-color: #b2aea8;
}
@media screen and (min-width: 1220px) {
  .modal-contents {
    padding: 1.25rem 2rem 1.75rem;
  }
}

@-moz-document url-prefix() {
  .modal-contents {
    scrollbar-width: thin;
    scrollbar-color: #b2aea8 #D4D1CE;
  }
}
.modal-contents-btn {
  margin: 2.25rem auto 0;
  padding: 0;
  border: 1px solid #19110B;
  border-radius: 0.25rem;
  display: block;
  color: #fff;
  width: 15rem;
  max-width: 100%;
  min-height: 3rem;
  font-size: 0.875rem;
  background-color: #19110B;
}
.modal-contents-btn:disabled {
  opacity: 0.28;
  cursor: default;
}
@media screen and (min-width: 1220px) {
  .modal-contents-btn:not(:disabled):active, .modal-contents-btn:not(:disabled):hover {
    color: #19110B;
    background-color: transparent;
  }
}

@media screen and (min-width: 1220px) {
  .modal-inquire-sticky .modal-contents-btn {
    width: 20rem;
  }
}

.modal-contents-btn-cancel {
  margin: 2.25rem auto 0;
  padding: 0;
  border: 1px solid #99948E;
  border-radius: 0.25rem;
  display: block;
  width: 15rem;
  max-width: 100%;
  min-height: 3rem;
  font-size: 0.875rem;
  background-color: #fff;
}

.modal-contents-btn-list {
  margin: 1.75rem auto 0;
  max-width: 18.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.modal-contents-btn-list > li:first-child {
  flex: 0.65;
}
.modal-contents-btn-list > li:last-child {
  flex: 1;
}
.modal-contents-btn-list button {
  margin: 0;
  width: 100%;
}

.modal-dialog {
  font-size: 1.125rem;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-dialog.is-active {
  display: flex;
}
@media screen and (max-width: 743.9px) {
  .modal-dialog {
    font-size: 0.875rem;
  }
}

.modal-dialog .modal-inner {
  width: calc(100% - 2.5rem);
  height: auto;
  min-height: 10.5rem;
}
@media screen and (min-width: 1220px) {
  .modal-dialog .modal-inner {
    width: 20rem;
  }
}

.modal-dialog .modal-header {
  min-height: 0;
  position: static;
}

.modal-dialog .modal-header-btn-close {
  margin: 0;
}

.modal-dialog .modal-contents {
  padding-top: 2.5rem;
}

.modal-utility-setting {
  margin: 0 auto;
  font-size: 1rem;
}
@media screen and (min-width: 1220px) {
  .modal-utility-setting {
    max-width: 20rem;
  }
}

.modal-utility-setting .modal-utility-setting-hdg {
  margin: 1rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.modal-utility-setting .modal-utility-setting-hdg:first-child {
  margin-top: 0;
}
.modal-utility-setting .modal-utility-setting-hdg:lang(ja) {
  font-size: 0.875rem;
}

.modal-utility-setting .modal-utility-setting-pulldown {
  position: relative;
}
.modal-utility-setting .modal-utility-setting-pulldown > button {
  padding: 0 2.5rem 0 0.75rem;
  border: 1px solid #DBD8D5;
  border-radius: 0.5rem;
  width: 100%;
  height: 2.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #F5F3F1 url(/element/main_rwd/shared/images/icn_pulldown.svg) calc(100% - 0.75rem) 50% no-repeat;
  background-size: 0.75rem auto;
  text-align: left;
}
.modal-utility-setting .modal-utility-setting-pulldown[aria-expanded=true] > button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: url(/element/main_rwd/shared/images/icn_pulldown_up.svg);
}

.modal-utility-setting .modal-utility-setting-pulldown-list {
  display: none;
  border-radius: 0 0 0.5rem 0.5rem;
  border-width: 0 1px 1px;
  border-color: #DBD8D5;
  border-style: solid;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  max-height: 20rem;
  overflow-y: auto;
  background-color: #F5F3F1;
}
.modal-utility-setting .modal-utility-setting-pulldown-list > li a {
  padding: 0.5rem 0.75rem;
  display: block;
}
.modal-utility-setting .modal-utility-setting-pulldown-list > li a:active, .modal-utility-setting .modal-utility-setting-pulldown-list > li a:hover, .modal-utility-setting .modal-utility-setting-pulldown-list > li a:focus {
  color: #fff;
  background-color: #99948E;
}
.modal-utility-setting .modal-utility-setting-pulldown-list > li.is-apply a {
  color: #fff;
  background-color: #99948E;
}

.modal-utility-setting-pulldown[aria-expanded=true] .modal-utility-setting-pulldown-list {
  display: block;
}

.modal-inquire {
  margin: 0 auto;
  font-size: 1rem;
}
@media screen and (min-width: 1220px) {
  .modal-inquire {
    max-width: 24rem;
  }
  .modal-inquire:lang(ja) {
    line-height: 1.7;
  }
}
.modal-inquire a {
  display: inline;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
.modal-inquire a:active, .modal-inquire a:hover {
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.52);
  border-bottom-color: rgba(0, 0, 0, 0.52);
}
@media screen and (max-width: 743.9px) {
  .modal-inquire {
    font-size: 0.875rem;
  }
}

.modal-inquire-catch {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
}
.modal-inquire-catch:lang(ja) {
  font-weight: 400;
}
@media screen and (min-width: 1220px) {
  .modal-inquire-catch {
    margin-top: 0.5rem;
    text-align: center;
  }
}
.modal-inquire-catch + p {
  margin-bottom: 1.75rem;
}

.modal-inquire-separate {
  margin: 1rem -1.25rem 0;
  padding: 1rem 1.25rem 0;
  border-top: 1px solid #D4D1CE;
}
@media screen and (min-width: 1220px) {
  .modal-inquire-separate {
    margin: 1rem -2rem 0;
    padding: 1rem 2rem 0;
  }
}

.modal-inquire-artist + .modal-inquire-separate,
.modal-inquire-artwork + .modal-inquire-separate {
  border: none;
  padding-top: 0;
}

.modal-inquire-link-more {
  margin: 0.5rem 0 1.25rem;
  text-align: right;
}

@media screen and (min-width: 1220px) {
  .modal-inquire-form {
    padding-bottom: 5rem;
  }
}

.modal-inquire-form input[type=text], .modal-inquire-form input[type=email] {
  padding: 0 0.75rem;
  border: 1px solid #DBD8D5;
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  min-height: 2.75rem;
  background-color: #F5F3F1;
}
.modal-inquire-form input.is-error {
  border-color: #C53929;
}
.modal-inquire-form textarea {
  padding: 0.75rem;
  border: 1px solid #DBD8D5;
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  background-color: #F5F3F1;
}
.modal-inquire-form textarea.is-error {
  border-color: #C53929;
}

.modal-inquire-form-hdg {
  margin: 1rem 0 0.5rem;
  font-size: 1rem;
  font-weight: 500;
}
.modal-inquire-form-hdg strong {
  color: #C53929;
  font-weight: 500;
}
@media screen and (max-width: 743.9px) {
  .modal-inquire-form-hdg {
    font-size: 0.875rem;
  }
}

.modal-inquire-form-sup + .modal-inquire-form-hdg {
  margin-top: 0.625rem;
}

.modal-inquire-form-sup {
  text-align: right;
}

.modal-inquire-form-icon-required {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.modal-inquire-form-icon-required::before {
  content: "*";
}
.modal-inquire-form-icon-required > span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}

.modal-inquire-form-list > li:not(:first-child) {
  margin-top: 0.75rem;
}
.modal-inquire-form-list > li > label {
  display: flex;
  align-items: center;
  cursor: pointer;
  width: fit-content;
}
.modal-inquire-form-list > li > label > span {
  margin-left: 0.5rem;
  flex: 1;
}
.modal-inquire-form-list > li > label > input {
  width: 1.125rem;
  height: 1.125rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.125rem auto;
  cursor: pointer;
  appearance: none;
}
.modal-inquire-form-list > li > label > input[type=checkbox] {
  background-image: url(/element/main_rwd/shared/images/form_check_off.svg);
}
.modal-inquire-form-list > li > label > input[type=checkbox]:checked {
  background-image: url(/element/main_rwd/shared/images/form_check_on.svg);
}
.modal-inquire-form-list > li > label > input[type=checkbox].is-error {
  background-image: url(/element/main_rwd/shared/images/form_check_error.svg);
}
.modal-inquire-form-list > li > label > input[type=radio] {
  background-image: url(/element/main_rwd/shared/images/form_radio_off.svg);
}
.modal-inquire-form-list > li > label > input[type=radio]:checked {
  background-image: url(/element/main_rwd/shared/images/form_radio_on.svg);
}
.modal-inquire-form-list > li.branch > label {
  display: block;
  width: auto;
  cursor: default;
}
.modal-inquire-form-list > li.branch > label > div {
  margin-bottom: 0.5rem;
}

.modal-inquire-form-policy .modal-inquire-form-list {
  margin-top: 1.5rem;
}

.modal-inquire-form-error-wording {
  color: #C53929;
  display: block;
  font-weight: normal;
}

.modal-inquire-form-policy {
  margin-top: 1.5rem;
}

.modal-inquire-artwork {
  margin: -1rem -1.25rem 0;
  padding: 1.25rem;
  color: #fff;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  background-image: linear-gradient(#242424, #818181);
}
@media screen and (min-width: 1220px) {
  .modal-inquire-artwork {
    margin: -1.25rem -2rem 0;
    padding: 2rem;
  }
}

.modal-inquire-artwork-data {
  flex: 1;
}

.modal-inquire-artwork-data-hdg {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1;
  font-size: 1.375rem;
  font-weight: 400;
}
.modal-inquire-artwork-data-hdg:lang(en) {
  font-weight: 500;
  font-family: futura-pt, sans-serif;
}
@media screen and (max-width: 743.9px) {
  .modal-inquire-artwork-data-hdg {
    font-size: 1.25rem;
  }
}

.modal-inquire-artwork-data-list {
  line-height: 1.35;
}
.modal-inquire-artwork-data-list > li:not(:first-child) {
  margin-top: 0.5rem;
}
.modal-inquire-artwork-data-list > li > span {
  display: inline-block;
}

li.modal-inquire-artwork-data-list-technique > span {
  display: block;
}
li.modal-inquire-artwork-data-list-technique > span + span {
  margin-top: 0.5rem;
}

li.modal-inquire-artwork-data-list-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modal-inquire-artwork-data-list-lyt {
  display: flex;
  align-items: center;
}

.modal-inquire-artwork-data-list-date {
  flex: 1;
}

.modal-inquire-artwork-thumb {
  margin-right: 0.75rem;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 5.75rem;
  height: 5.75rem;
  position: relative;
  background-color: #f5f5f5;
}
.modal-inquire-artwork-thumb img {
  margin: auto;
  position: absolute;
  inset: 0;
  max-height: 100%;
}

[class^=modal-inquire-artwork-thumb-tag] {
  color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  left: 0.25rem;
  bottom: 0.25rem;
  width: 5.25rem;
  height: 0.75rem;
  overflow: hidden;
  text-indent: -10rem;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
[class^=modal-inquire-artwork-thumb-tag]:lang(ja) {
  width: 2.5rem;
}

.modal-inquire-artwork-thumb-tag-awarded {
  background-image: url(/element/main_rwd/shared/images/tag_awarded_en.svg);
}
.modal-inquire-artwork-thumb-tag-awarded:lang(ja) {
  background-image: url(/element/main_rwd/shared/images/tag_awarded_ja.svg);
}

.modal-inquire-artwork-thumb-tag-selected {
  background-image: url(/element/main_rwd/shared/images/tag_selected_en.svg);
}
.modal-inquire-artwork-thumb-tag-selected:lang(ja) {
  background-image: url(/element/main_rwd/shared/images/tag_selected_ja.svg);
}

.modal-inquire-artist {
  margin: -1rem -1.25rem 0;
  padding: 1.25rem;
  color: #fff;
  line-height: 1.5;
  background-image: linear-gradient(#060D23, #6B809A);
}
@media screen and (min-width: 1220px) {
  .modal-inquire-artist {
    margin: -1.25rem -2rem 0;
    padding: 2rem;
  }
}

.modal-inquire-artist-hdg {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0 0.75rem;
  line-height: 1;
  font-size: 1.375rem;
  font-weight: 400;
}
.modal-inquire-artist-hdg > span + span {
  margin: 0 0 0.065rem;
  color: rgba(255, 255, 255, 0.7);
  flex: 1;
  font-size: 1rem;
  font-weight: normal;
}
.modal-inquire-artist-hdg:lang(en) {
  font-weight: 500;
  font-family: futura-pt, sans-serif;
}
@media screen and (max-width: 743.9px) {
  .modal-inquire-artist-hdg {
    font-size: 1.25rem;
  }
  .modal-inquire-artist-hdg > span + span {
    font-size: 0.875rem;
  }
}

.modal-inquire-artist-data > li:not(:first-child) {
  margin-top: 0.25rem;
}
.modal-inquire-artist-data > li > span {
  display: inline-block;
}

li.modal-inquire-artist-data-technique > span {
  display: block;
}
li.modal-inquire-artist-data-technique > span + span {
  margin-top: 0.25rem;
}

.modal-inquire-artist-data-price {
  display: flex;
  align-items: center;
}
.modal-inquire-artist-data-price > span:first-child {
  margin-right: 0.5rem;
}
.modal-inquire-artist-data-price > span:first-child::after {
  content: ":";
  margin: 0 -0.25rem 0 0.25rem;
  display: inline-block;
  position: relative;
  top: -1px;
}

@media screen and (min-width: 1220px) {
  .modal-inquire-sticky {
    padding: 0.75rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.16);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #E6E2D8;
  }
  .modal-inquire-sticky > :first-child {
    margin-top: 0;
  }
  .modal-inquire-sticky > :last-child {
    margin-bottom: 0;
  }
}

.modal-purchasing {
  font-size: 1rem;
}
@media screen and (min-width: 1220px) {
  .modal-purchasing {
    max-width: 24rem;
  }
  .modal-purchasing:lang(ja) {
    line-height: 1.7;
  }
}
@media screen and (max-width: 743.9px) {
  .modal-purchasing {
    font-size: 0.875rem;
  }
}

.modal-purchasing-hdg {
  margin: 1rem 0 0.5rem;
  line-height: 1.2;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 743.9px) {
  .modal-purchasing-hdg {
    font-size: 0.875rem;
  }
}

.modal-purchasing-hdg-01 {
  margin: 0.75rem 0 0.5rem;
  line-height: 1.2;
  font-size: 1rem;
}
.modal-purchasing-hdg-01 + .modal-purchasing-hdg-01 {
  margin-top: 0;
}
@media screen and (max-width: 743.9px) {
  .modal-purchasing-hdg-01 {
    font-size: 0.875rem;
  }
}

.modal-purchasing-list {
  margin-top: 0.5rem;
}
.modal-purchasing-list > li:not(:first-child) {
  margin-top: 0.5rem;
}

.modal-purchasing-list-num {
  margin-top: 0.5rem;
}
.modal-purchasing-list-num > li {
  display: flex;
}
.modal-purchasing-list-num > li:not(:first-child) {
  margin-top: 0.5rem;
}
.modal-purchasing-list-num > li > span {
  min-width: 1.25rem;
}
.modal-purchasing-list-num > li > div {
  flex: 1;
}

.modal-purchasing-list-separate {
  margin-top: 0.5rem;
}
.modal-purchasing-list-separate > li {
  display: flex;
}
.modal-purchasing-list-separate > li:not(:first-child) {
  margin-top: 0.25rem;
}
.modal-purchasing-list-separate > li > div:first-child {
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  width: 4.75rem;
  position: relative;
}
.modal-purchasing-list-separate > li > div:first-child::after {
  content: ":";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.modal-purchasing-list-separate > li > div:first-child > span {
  display: inline-block;
}
.modal-purchasing-list-separate > li > div:last-child {
  flex: 1;
}

.modal-purchasing-list-notice {
  margin-top: 0.5rem;
  color: rgba(25, 17, 11, 0.5);
  font-weight: 400;
}
.modal-purchasing-list-notice > li {
  padding-left: 0.75rem;
  position: relative;
}
.modal-purchasing-list-notice > li:not(:first-child) {
  margin-top: 0.5rem;
}
.modal-purchasing-list-notice > li::before {
  content: "*";
  display: block;
  position: absolute;
  top: 0.125rem;
  left: 0;
}
.modal-purchasing-list-notice > li:lang(ja) {
  padding-left: 1.25rem;
}
.modal-purchasing-list-notice > li:lang(ja)::before {
  content: "※";
  top: 0;
}

.modal-purchasing-toggle {
  margin-top: 1.875rem;
}

.modal-purchasing-toggle-panel {
  border-top: 1px solid #D4D1CE;
}

.modal-purchasing-toggle-panel-hook {
  display: flex;
  align-items: center;
  min-height: 3.25rem;
  cursor: pointer;
  background: url(/element/main_rwd/shared/images/icn_toggle_open.svg) calc(100% - 0.75rem) 50% no-repeat;
  background-size: 0.875rem auto;
  font-size: 1.125rem;
  font-weight: 400;
}
.modal-purchasing-toggle-panel-hook > span {
  display: inline-block;
}
.modal-purchasing-toggle-panel-hook.is-apply > span {
  padding-right: 1.5rem;
  background: url(/element/main_rwd/shared/images/icn_selected.svg) no-repeat 100% 50%;
  background-size: 0.625rem auto;
}
@media screen and (max-width: 743.9px) {
  .modal-purchasing-toggle-panel-hook {
    min-height: 2.75rem;
    font-size: 1rem;
  }
}

.modal-purchasing-toggle-panel[aria-expanded=true] .modal-purchasing-toggle-panel-hook {
  font-weight: 500;
  background-image: url(/element/main_rwd/shared/images/icn_toggle_close.svg);
}

.modal-purchasing-toggle-panel-content {
  padding-bottom: 1.875rem;
  display: none;
}
.modal-purchasing-toggle-panel-content > :first-child {
  margin-top: 0;
}

.modal-purchasing-toggle-panel[aria-expanded=true] .modal-purchasing-toggle-panel-content {
  display: block;
}

@media screen and (min-width: 1220px) {
  .modal-map .modal-inner {
    width: 52.125rem;
    height: 36.75rem;
  }
}

.modal-map-view {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.modal-map-view > p {
  margin-bottom: 1.25rem;
}
.modal-map-view > div {
  flex: 1;
  background-color: #acdafd;
}

.pswp__button--incrementalZoomIn,
.pswp__button--incrementalZoomOut,
.pswp__button--zoom,
.pswp__button--zoomToStart,
.pswp__icn-shadow {
  display: none !important;
}

.pswp__img {
  pointer-events: none;
}
@media screen and (min-width: 1220px) {
  .pswp__img {
    pointer-events: auto;
    cursor: zoom-in;
  }
}

.pswp-gallery__item {
  width: 100%;
  height: 100%;
}
.pswp-gallery__item > a {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .pswp-gallery__item a,
  .pswp-gallery__item img {
    -webkit-touch-callout: none;
    user-select: none;
  }
}
@media screen and (max-width: 743.9px) {
  .pswp-gallery__item a,
  .pswp-gallery__item img {
    -webkit-touch-callout: none;
    user-select: none;
  }
}

.modal-zoom {
  touch-action: none;
}

.modal-zoom .modal-zoom-counter {
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  color: #fff;
  display: block;
  height: 1.625rem;
  opacity: 1;
  line-height: 1.625rem;
  font-size: 1.125rem;
  text-shadow: none;
  background-color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 743.9px) {
  .modal-zoom .modal-zoom-counter {
    font-size: 1rem;
  }
}

.modal-zoom .modal-zoom-btn-close,
.modal-zoom .modal-zoom-btn-close:active,
.modal-zoom .modal-zoom-btn-close:hover,
.modal-zoom .modal-zoom-btn-close:focus {
  opacity: 1;
  background: url(/element/main_rwd/shared/images/icn_modal_zoom_close.svg) 0 100% no-repeat;
  background-size: 1.875rem;
}
.modal-zoom .modal-zoom-btn-close > svg,
.modal-zoom .modal-zoom-btn-close:active > svg,
.modal-zoom .modal-zoom-btn-close:hover > svg,
.modal-zoom .modal-zoom-btn-close:focus > svg {
  display: none !important;
}
@media screen and (max-width: 743.9px) {
  .modal-zoom .modal-zoom-btn-close,
  .modal-zoom .modal-zoom-btn-close:active,
  .modal-zoom .modal-zoom-btn-close:hover,
  .modal-zoom .modal-zoom-btn-close:focus {
    background-size: 1.5rem;
    background-position: calc(100% - 0.625rem) 1rem;
  }
}

.modal-zoom .modal-zoom-btn-prev,
.modal-zoom .modal-zoom-btn-prev:active,
.modal-zoom .modal-zoom-btn-prev:hover,
.modal-zoom .modal-zoom-btn-prev:focus,
.modal-zoom .modal-zoom-btn-next,
.modal-zoom .modal-zoom-btn-next:active,
.modal-zoom .modal-zoom-btn-next:hover,
.modal-zoom .modal-zoom-btn-next:focus {
  visibility: visible;
  transform: translateZ(0);
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.12));
  background-image: url(/element/main_rwd/shared/images/icn_modal_zoom_prev.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 3.25rem;
}
.modal-zoom .modal-zoom-btn-prev > svg,
.modal-zoom .modal-zoom-btn-prev:active > svg,
.modal-zoom .modal-zoom-btn-prev:hover > svg,
.modal-zoom .modal-zoom-btn-prev:focus > svg,
.modal-zoom .modal-zoom-btn-next > svg,
.modal-zoom .modal-zoom-btn-next:active > svg,
.modal-zoom .modal-zoom-btn-next:hover > svg,
.modal-zoom .modal-zoom-btn-next:focus > svg {
  display: none !important;
}
@media screen and (max-width: 743.9px) {
  .modal-zoom .modal-zoom-btn-prev,
  .modal-zoom .modal-zoom-btn-prev:active,
  .modal-zoom .modal-zoom-btn-prev:hover,
  .modal-zoom .modal-zoom-btn-prev:focus,
  .modal-zoom .modal-zoom-btn-next,
  .modal-zoom .modal-zoom-btn-next:active,
  .modal-zoom .modal-zoom-btn-next:hover,
  .modal-zoom .modal-zoom-btn-next:focus {
    top: auto;
    bottom: 0;
    filter: none;
    background-image: url(/element/main_rwd/shared/images/icn_modal_zoom_prev_sp.svg);
    background-size: 1.75rem;
    background-position: 1rem calc(100% - 1.75rem);
  }
}

.modal-zoom .modal-zoom-btn-next,
.modal-zoom .modal-zoom-btn-next:active,
.modal-zoom .modal-zoom-btn-next:hover,
.modal-zoom .modal-zoom-btn-next:focus {
  background-image: url(/element/main_rwd/shared/images/icn_modal_zoom_next.svg);
  background-position: 0 50%;
}
@media screen and (max-width: 743.9px) {
  .modal-zoom .modal-zoom-btn-next,
  .modal-zoom .modal-zoom-btn-next:active,
  .modal-zoom .modal-zoom-btn-next:hover,
  .modal-zoom .modal-zoom-btn-next:focus {
    background-image: url(/element/main_rwd/shared/images/icn_modal_zoom_next_sp.svg);
    background-position: calc(100% - 1rem) calc(100% - 1.75rem);
  }
}

.modal-zoom .modal-zoom-slider {
  margin: 0 auto 1.25rem;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 2rem;
  width: 15rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.52);
}

.modal-zoom .modal-zoom-slider-btn-in,
.modal-zoom .modal-zoom-slider-btn-out {
  margin: auto 0;
  color: rgba(0, 0, 0, 0);
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  overflow: hidden;
  text-indent: -10rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.625rem;
  background-image: url(/element/main_rwd/shared/images/icn_modal_zoom_slider_btn_out.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px;
  cursor: pointer;
}

.modal-zoom .modal-zoom-slider-btn-in {
  left: auto;
  right: 1.625rem;
  background-image: url(/element/main_rwd/shared/images/icn_modal_zoom_slider_btn_in.svg);
}

.modal-zoom .modal-zoom-slider-bar {
  appearance: none;
  margin: auto;
  position: absolute;
  inset: 0;
  width: 7.75rem;
  height: 2px;
  background-color: #C4C0BD;
}

.modal-zoom .modal-zoom-slider-bar::-webkit-slider-thumb {
  appearance: none;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.swiper-initialized {
  touch-action: pan-y pinch-zoom !important;
}

.swiper-wrapper a:not([href]) {
  cursor: default;
}

.str-header {
  border-bottom: 1px solid #eae8e4;
  background-color: #fff;
  width: 100%;
  min-height: auto;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1220px) {
  .str-header {
    border: none;
    overflow: visible;
    z-index: 50;
  }
  .str-header a:active,
  .str-header a:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.52) inset;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.52);
  }
}

.str-header-inner {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media screen and (min-width: 1220px) {
  .str-header-inner {
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 100rem;
    min-height: 5.375rem;
    justify-content: space-between;
  }
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .str-header-inner {
    padding: 0 0 0 0.75rem;
    height: 5.125rem;
  }
}
@media screen and (max-width: 743.9px) {
  .str-header-inner {
    height: 3.5rem;
  }
}

.str-header-logo {
  margin: 0 1rem;
  flex: 1;
}
.str-header-logo a,
.str-header-logo span {
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 1220px) {
  .str-header-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 14.25rem;
    height: 100%;
    z-index: 100;
  }
  .str-header-logo a,
  .str-header-logo span {
    width: 100%;
  }
  .str-header-logo a img,
  .str-header-logo span img {
    opacity: 1;
  }
  .str-header-logo a:active, .str-header-logo a:hover {
    opacity: 0.8;
    box-shadow: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .str-header-logo a,
  .str-header-logo span {
    max-width: 14.25rem;
  }
}
@media screen and (max-width: 743.9px) {
  .str-header-logo a,
  .str-header-logo span {
    max-width: 9.875rem;
  }
}

.str-header-utility {
  display: none;
}
@media screen and (min-width: 1220px) {
  .str-header-utility {
    display: block;
  }
}

.str-header-utility-list {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.125rem;
  position: relative;
}
.str-header-utility-list > li {
  display: flex;
}
.str-header-utility-list > li:not(:last-child) {
  margin-right: 1.5rem;
}
.str-header-utility-list > li > div:not(:first-child) {
  margin-left: 0.125rem;
}
.str-header-utility-list > li > div > div {
  position: relative;
}
.str-header-utility-list > li > div > div > a {
  display: none;
}
.str-header-utility-list > li > div > div > a.is-active {
  display: block;
}
.str-header-utility-list > li > div > div > a {
  display: none;
}
.str-header-utility-list > li > div > div > a.is-active {
  display: block;
}
.str-header-utility-list > li .language {
  background: url(/element/main_rwd/shared/images/icn_language_blk.svg) no-repeat;
  background-position: 0 50%;
  background-size: 1.125rem auto;
  padding-left: 1.625rem;
}
.str-header-utility-list > li .currency,
.str-header-utility-list > li .measure {
  padding-left: 0.75rem;
  position: relative;
}
.str-header-utility-list > li .currency::before,
.str-header-utility-list > li .measure::before {
  background-color: #19110B;
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  transform: rotate(-60deg);
  width: 0.875rem;
  height: 1px;
}

.str-header-word-search-btn {
  margin-top: 0.25rem;
  padding: 0 0 0.25rem 1.5rem;
  border-bottom: 1px solid #C4C0BD;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  width: 5.25rem;
  height: 1.45rem;
  box-sizing: border-box;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(/element/main_rwd/shared/images/icn_search.svg) 0 30% no-repeat;
  background-size: 1rem auto;
  font-size: 0.875rem;
  text-align: left;
}
.str-header-word-search-btn.is-input {
  color: #19110B;
}
@media screen and (min-width: 1220px) {
  .str-header-word-search-btn {
    margin: 0;
    padding: 0.625rem 0 0.625rem 1.75rem;
    border-bottom-color: rgba(0, 0, 0, 0.6);
    width: 15.875rem;
    height: auto;
    background-position: 0 50%;
    font-weight: 400;
  }
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .str-header-word-search-btn {
    width: 10.5rem;
  }
}
@media screen and (max-width: 743.9px) {
  .str-header-word-search-btn.is-input {
    border-bottom-color: #99948E;
  }
}

.str-header-favorites {
  margin: 0.5rem 0 0 1.5rem;
}
.str-header-favorites a {
  color: rgba(0, 0, 0, 0);
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  overflow: hidden;
  background: url(/element/main_rwd/shared/images/icn_favorite.svg) 0 0 no-repeat;
  background-size: 1.125rem auto;
  text-indent: -10rem;
}
.str-header-favorites.is-favorites-active a {
  background-image: url(/element/main_rwd/shared/images/icn_favorite_on.svg);
  background-size: 1.372rem auto;
}
@media screen and (min-width: 1220px) {
  .str-header-favorites {
    margin: 0;
    position: absolute;
    top: 2.25rem;
    right: 19.25rem;
  }
  .str-header-favorites a:active, .str-header-favorites a:hover {
    box-shadow: none;
    text-shadow: none;
    background-image: url(/element/main_rwd/shared/images/icn_favorite_hover.svg);
  }
  .str-header-favorites.is-favorites-active a:active, .str-header-favorites.is-favorites-active a:hover {
    background-image: url(/element/main_rwd/shared/images/icn_favorite_on_hover.svg);
  }
}
@media screen and (max-width: 743.9px) {
  .str-header-favorites {
    margin-left: 0.5rem;
  }
}

.str-nav-hook {
  margin-left: 0.75rem;
  background: url(/element/main_rwd/shared/images/icn_dropdown.svg) 0 50% no-repeat;
  background-size: 1rem auto;
  color: rgba(0, 0, 0, 0);
  display: block;
  width: 2rem;
  height: 2rem;
  z-index: 100;
}
@media screen and (min-width: 1220px) {
  .str-nav-hook {
    display: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .str-nav-hook {
    margin-left: 1.25rem;
    width: 2.75rem;
    background-position: 0 50%;
  }
}

.str-nav-global {
  display: none;
}
@media screen and (min-width: 1220px) {
  .str-nav-global {
    display: block;
    border-bottom: 1px solid #eae8e4;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.str-nav-global-list {
  display: flex;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.125rem;
  position: relative;
}
.str-nav-global-list:lang(en) {
  font-weight: 500;
}
.str-nav-global-list:lang(ja) {
  font-weight: 400;
}
.str-nav-global-list > li {
  position: relative;
}
.str-nav-global-list > li:not(:last-child) {
  margin-right: 2rem;
}
.str-nav-global-list > li > a {
  padding-bottom: 1.5rem;
}
.str-nav-global-list > li > a:active, .str-nav-global-list > li > a:hover {
  box-shadow: none;
}

.tip-nav-global-list {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tip-nav-global-list::before {
  content: "";
  border: 4px solid transparent;
  border-bottom: 6px solid #19110B;
  position: absolute;
  top: -1.125rem;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  width: 0.5rem;
  height: 0.625rem;
}
.tip-nav-global-list ul {
  margin: 0 auto;
  padding: 1.75rem 1.25rem;
  border: 1px solid #EAE8E4;
  width: fit-content;
  max-height: 75vh;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
  font-size: 0.875rem;
}
.tip-nav-global-list ul:lang(ja) {
  padding-right: 3.25rem;
}
.tip-nav-global-list ul > li {
  white-space: nowrap;
}
.tip-nav-global-list ul > li:not(:first-child) {
  margin-top: 1.125rem;
}
.tip-nav-global-list ul > li > a {
  border-bottom: 1px solid transparent;
  display: block;
  width: fit-content;
}
.tip-nav-global-list ul > li > a:active, .tip-nav-global-list ul > li > a:hover {
  border-color: rgba(0, 0, 0, 0.52);
  box-shadow: none;
}
.tip-nav-global-list ul > li > a.is-selected {
  background: url(/element/main_rwd/shared/images/icn_selected.svg) no-repeat;
  background-position: 100% 50%;
  background-size: 0.625rem auto;
}

.str-nav-global-list > li.is-hover .tip-nav-global-list {
  display: block;
  pointer-events: auto;
}

.str-header .fade-out {
  transform: translate3d(0, -42px, 0);
  z-index: 0;
}
.str-header .fade-in {
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.str-footer {
  margin-top: auto;
  color: #fff;
  width: 100%;
  position: relative;
  background-color: #19110B;
  font-size: 0.875rem;
}
@media screen and (min-width: 1220px) {
  .str-footer a:active,
  .str-footer a:hover {
    box-shadow: 0 -1px 0 #fff inset;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.52);
  }
}

.str-footer-inner {
  margin: 0 auto;
  padding: 2rem 1rem 3.25rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 83.875rem;
  position: relative;
}
.str-footer-inner > div:first-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 743.9px) {
  .str-footer-inner {
    padding: 2rem 1.5rem 2.25rem;
  }
}

.str-footer-nav-top {
  color: rgba(0, 0, 0, 0);
  display: block;
  width: 3.375rem;
  height: 3.375rem;
  overflow: hidden;
  position: fixed;
  right: 0.75rem;
  bottom: 0.5rem;
  z-index: 100;
  background: url(/element/main_rwd/shared/images/icn_nav_top.svg);
  text-indent: -10rem;
}
.str-footer-nav-top:active, .str-footer-nav-top:hover {
  box-shadow: none !important;
}
@media screen and (min-width: 1220px) {
  .str-footer-nav-top {
    right: 3rem;
    bottom: 3em;
  }
}

.str-footer-logo {
  margin: 0 auto;
  width: 8.875rem;
  height: 100%;
}
.str-footer-logo a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1220px) {
  .str-footer-logo {
    margin: 0;
  }
  .str-footer-logo a:active, .str-footer-logo a:hover {
    box-shadow: none;
    text-shadow: none;
  }
}

.str-footer-path {
  margin-top: 2rem;
}
.str-footer-path > ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem 0;
}
.str-footer-path > ul > li {
  padding-right: 1rem;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.str-footer-path > ul > li:first-child {
  width: 1rem;
  overflow: hidden;
  background: url(/element/main_rwd/shared/images/icn_path_home.svg) no-repeat 50% 50%;
  background-size: 1rem auto;
}
.str-footer-path > ul > li:first-child a {
  color: rgba(255, 255, 255, 0);
}
.str-footer-path > ul > li:first-child a > span {
  white-space: nowrap;
}
.str-footer-path > ul > li:nth-child(2) {
  padding-left: 1rem;
}
.str-footer-path > ul > li:nth-child(2)::before {
  content: " - ";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.25rem;
}
.str-footer-path > ul > li:not(:last-child):not(:first-child) {
  padding-right: 1rem;
}
.str-footer-path > ul > li:not(:last-child):not(:first-child)::after {
  content: " - ";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.25rem;
}
.str-footer-path > ul > li a {
  color: #fff;
}
@media screen and (min-width: 1220px) {
  .str-footer-path {
    margin-top: 1.5rem;
  }
  .str-footer-path > ul {
    justify-content: flex-start;
  }
}

.str-footer-utility {
  margin: 2rem 0;
  padding: 2rem 0 0;
  border-top: 1px solid #392D23;
  display: flex;
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .str-footer-utility {
    margin: 2rem 0 0;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
@media screen and (max-width: 743.9px) {
  .str-footer-utility {
    flex-direction: column;
    gap: 1.25rem 0;
  }
}

.str-footer-utility-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem 1rem;
}
.str-footer-utility-link > li > a {
  color: #fff;
}
@media screen and (min-width: 1220px) {
  .str-footer-utility-link {
    margin-right: 1.5rem;
    gap: 0 1.5rem;
  }
}

.str-footer-utility-list {
  display: none;
  position: relative;
  font-size: 0.875rem;
}
.str-footer-utility-list > li {
  display: flex;
}
.str-footer-utility-list > li > div {
  margin-right: 0.125rem;
}
.str-footer-utility-list > li > div > div {
  position: relative;
}
.str-footer-utility-list > li > div > div > a {
  color: #fff;
  display: none;
}
.str-footer-utility-list > li > div > div > a.is-active {
  display: block;
}
.str-footer-utility-list > li .language {
  background: url(/element/main_rwd/shared/images/icn_language_wht.svg) no-repeat;
  background-position: 0 50%;
  background-size: 1.125rem auto;
  padding-left: 1.625rem;
}
.str-footer-utility-list > li .currency,
.str-footer-utility-list > li .measure {
  padding-left: 0.75rem;
  position: relative;
}
.str-footer-utility-list > li .currency::before,
.str-footer-utility-list > li .measure::before {
  content: "";
  width: 0.875rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: rotate(-60deg);
  background-color: #fff;
}
@media screen and (min-width: 1220px) {
  .str-footer-utility-list {
    display: flex;
  }
}

.str-footer-utility-switch {
  margin-top: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.str-footer-utility-switch > div {
  font-size: 0.875rem;
  position: relative;
}
.str-footer-utility-switch > div:not(:last-child) {
  margin-right: 0.25em;
}
.str-footer-utility-switch > div > a {
  color: #fff;
  display: none;
}
.str-footer-utility-switch > div > a.is-active {
  display: block;
}
.str-footer-utility-switch > div.language {
  background: url(/element/main_rwd/shared/images/icn_language_wht.svg) no-repeat;
  background-position: 0 50%;
  background-size: 1.125rem auto;
  padding-left: 1.625rem;
}
.str-footer-utility-switch > div.currency, .str-footer-utility-switch > div.measure {
  padding-left: 0.875rem;
  position: relative;
}
.str-footer-utility-switch > div.currency::before, .str-footer-utility-switch > div.measure::before {
  background-color: #fff;
  content: "";
  width: 0.875rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: -2px;
  transform: rotate(-60deg);
}
@media screen and (min-width: 1220px) {
  .str-footer-utility-switch {
    display: none;
  }
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .str-footer-utility-switch {
    margin-top: 2rem;
  }
}

.str-footer-other {
  margin: 2rem 0 0;
}
@media screen and (min-width: 1220px) {
  .str-footer-other {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
  }
}

.str-footer-sns {
  display: flex;
  justify-content: center;
  gap: 0 1.25rem;
}
.str-footer-sns > li a {
  color: rgba(0, 0, 0, 0);
  width: 1.875rem;
  height: 1.875rem;
  box-shadow: none;
  overflow: hidden;
  text-indent: -20rem;
  text-shadow: none;
}
.str-footer-sns > li a:active, .str-footer-sns > li a:hover {
  box-shadow: none;
  text-shadow: none;
}
.str-footer-sns .instagram a {
  background: url(/element/main_rwd/shared/images/icn_sns_insta_wht.svg) 50% 50% no-repeat;
  background-size: 1.875rem auto;
}
.str-footer-sns .facebook a {
  background: url(/element/main_rwd/shared/images/icn_sns_fb_wht.svg) 50% 50% no-repeat;
  background-size: 1.875rem auto;
}
@media screen and (min-width: 1220px) {
  .str-footer-sns {
    justify-content: space-between;
    align-items: flex-end;
  }
}

.str-footer-copyright {
  margin-top: 1.375rem;
  padding-top: 1.5rem;
  border-top: 1px solid #392D23;
  display: block;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (min-width: 1220px) {
  .str-footer-copyright {
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
  }
}

@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  body.is-active {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    z-index: 0;
  }
}
@media screen and (max-width: 743.9px) {
  body.is-active {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    z-index: 0;
  }
}

.pseudo-layer {
  opacity: 0;
}
@media screen and (min-width: 1220px) {
  .pseudo-layer {
    display: none !important;
  }
}

body.is-active .pseudo-layer {
  background-color: #fff;
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  z-index: 990;
}

.pseudo-layer-02 {
  opacity: 0;
}
@media screen and (min-width: 1220px) {
  .pseudo-layer-02 {
    display: none;
  }
}

body.is-active .pseudo-layer-02 {
  background-color: #fff;
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  z-index: 1001;
}

.modal-layer {
  display: none;
}
@media screen and (min-width: 1220px) {
  .modal-layer {
    display: block;
    background-color: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: fixed;
    inset: 0;
    z-index: 1000;
  }
}

.pseudo {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 100%;
  left: 0;
  opacity: 0;
}
@media screen and (min-width: 1220px) {
  .pseudo {
    display: none;
    background-color: #fff;
  }
}

body.is-active .pseudo {
  top: 0;
  opacity: 1;
  z-index: 1000;
}

body.is-active .pseudo-menu-01 {
  z-index: 1000;
}

body.is-active .pseudo-menu-02 {
  z-index: 1011;
}

.pseudo-header {
  background-color: #fff;
  border-bottom: 1px solid #DBD8D5;
  display: flex;
  align-items: center;
  min-height: 3.5rem;
}
.pseudo-header > button {
  display: block;
  width: 3.125rem;
  height: 3rem;
  z-index: 100;
}
@media screen and (min-width: 1220px) {
  .pseudo-header {
    border: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    min-height: 4.5rem;
    position: relative;
  }
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .pseudo-header {
    min-height: 5.125rem;
  }
}

.pseudo-btn-prev {
  color: rgba(0, 0, 0, 0);
  background: url(/element/main_rwd/shared/images/icn_back.svg) 50% 50% no-repeat;
  background-size: 100% auto;
}
.pseudo-btn-prev.is-hide {
  display: none;
}
@media screen and (min-width: 1220px) {
  .pseudo-btn-prev {
    display: none;
  }
}

.pseudo-btn-clear {
  margin-right: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  color: #19110B;
  line-height: 1.5;
  width: auto !important;
  height: auto !important;
}
@media screen and (min-width: 1220px) {
  .pseudo-btn-clear {
    margin-right: 0.5rem;
  }
}

.pseudo-btn-close {
  color: rgba(0, 0, 0, 0);
  background: url(/element/main_rwd/shared/images/icn_close.svg) calc(100% - 1.25rem) 50% no-repeat;
  background-size: 1rem auto;
  margin-left: auto;
}
@media screen and (min-width: 1220px) {
  .pseudo-btn-close {
    overflow: hidden;
    text-indent: -10rem;
  }
}

.pseudo-header-title {
  padding-left: 1.25rem;
  flex: 1;
}
.pseudo-header-title:lang(en) {
  font-size: 1.25rem;
  font-weight: 500;
}
.pseudo-header-title:lang(ja) {
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (max-width: 743.9px) {
  .pseudo-header-title {
    max-width: calc(100% - 3.125rem);
  }
}

.pseudo-btn-prev + .pseudo-header-title {
  padding-left: 0 !important;
}
.pseudo-btn-prev.is-hide + .pseudo-header-title {
  padding-left: 1.25rem !important;
}

.pseudo-contents {
  flex: 1;
  padding: 1rem 0;
  overflow-y: scroll;
  background-color: #E6E2D8;
}
.pseudo-contents .cmn-loading-spinner {
  display: none;
}
.pseudo-contents .cmn-loading-spinner.is-active {
  display: block;
}
@media screen and (min-width: 1220px) {
  .pseudo-contents {
    padding: 1.25rem 0;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
    /*スクロールバー非表示（Chrome・Safari）*/
  }
  .pseudo-contents::-webkit-scrollbar {
    display: none;
  }
}

.pseudo-menu-link li a {
  background: url(/element/main_rwd/shared/images/icn_next.svg) no-repeat;
  background-position: calc(100% - 1.25rem) 50%;
  background-size: 0.5rem auto;
  padding: 0.5rem 1.5rem;
}
.pseudo-menu-link li a:lang(en) {
  font-size: 1.25rem;
  font-weight: 500;
}
.pseudo-menu-link li a:lang(ja) {
  font-size: 1.125rem;
  font-weight: 400;
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .pseudo-menu-link > li a {
    padding: 0.5rem 2rem;
  }
}

.pseudo-menu-list li a {
  padding: 0.5rem 1.5rem;
}
.pseudo-menu-list li a:lang(en) {
  font-size: 1.125rem;
  font-weight: 500;
}
.pseudo-menu-list li a:lang(ja) {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .pseudo-menu-list > li a {
    padding: 0.5rem 2rem;
  }
}

.pseudo-menu-utility {
  margin-top: 4.75rem;
  padding: 0 1.5rem;
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .pseudo-menu-utility {
    padding: 0 2rem;
  }
}

.pseudo-menu-utility-list:lang(en) {
  font-weight: 500;
}
.pseudo-menu-utility-list:lang(ja) {
  font-size: 0.875rem;
  font-weight: 400;
}
.pseudo-menu-utility-list a {
  padding: 0.5rem 0;
}

.pseudo-menu-utility-switch {
  display: flex;
  padding: 0.5rem 0;
}
.pseudo-menu-utility-switch:lang(en) {
  font-weight: 500;
}
.pseudo-menu-utility-switch:lang(ja) {
  font-size: 0.875rem;
  font-weight: 400;
}
.pseudo-menu-utility-switch > div {
  position: relative;
}
.pseudo-menu-utility-switch > div:not(:last-child) {
  margin-right: 0.25em;
}
.pseudo-menu-utility-switch > div.language {
  background: url(/element/main_rwd/shared/images/icn_language_blk.svg) no-repeat;
  background-position: 0 50%;
  background-size: 1.125rem auto;
  padding-left: 1.625rem;
}
.pseudo-menu-utility-switch > div.currency, .pseudo-menu-utility-switch > div.measure {
  padding-left: 0.875rem;
  position: relative;
}
.pseudo-menu-utility-switch > div.currency::before, .pseudo-menu-utility-switch > div.measure::before {
  background-color: #000;
  content: "";
  position: absolute;
  top: 50%;
  left: -2px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
  width: 0.875rem;
  height: 1px;
}
.pseudo-menu-utility-switch > div a {
  display: none;
}
.pseudo-menu-utility-switch > div a.is-active {
  display: block;
}

.pseudo-menu-utility-sns {
  display: flex;
  margin-top: 1rem;
}
.pseudo-menu-utility-sns > li {
  margin-right: 1.5rem;
}
.pseudo-menu-utility-sns > li a {
  color: rgba(0, 0, 0, 0);
  width: 1.875rem;
  height: 1.875rem;
}
.pseudo-menu-utility-sns .instagram a {
  background: url(/element/main_rwd/shared/images/icn_sns_insta.svg) 50% 50% no-repeat;
  background-size: 1.875rem auto;
}
.pseudo-menu-utility-sns .facebook a {
  background: url(/element/main_rwd/shared/images/icn_sns_fb_gray.svg) 50% 50% no-repeat;
  background-size: 1.875rem auto;
}

.pseudo-btn {
  margin: 2.25rem auto 0;
  text-align: center;
}
.pseudo-btn button {
  background-color: #000;
  border: none;
  color: #fff;
  width: 13rem;
  min-height: 3rem;
}
.pseudo-btn button:lang(en) {
  font-size: 1rem;
}
.pseudo-btn button:lang(ja) {
  font-size: 0.875rem;
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .pseudo-btn button:lang(ja) {
    font-size: 1rem;
  }
}

@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .pseudo-notice {
    display: none;
  }
}

.pseudo-notice-update {
  font-size: 0.875rem;
  padding: 0 1.25rem;
}

.pseudo-notice-text {
  font-size: 0.875rem;
  padding: 0 1.25rem;
  margin-top: 1.5rem;
}

.pseudo-footer {
  display: flex;
  justify-content: center;
  gap: 1rem;
  z-index: 1;
}
@media screen and (min-width: 1220px) {
  .pseudo-footer {
    display: none;
  }
}

.pseudo-footer-btn {
  flex: 1;
}
.pseudo-footer-btn > button {
  background-color: #000;
  border: none;
  color: #fff;
  font-size: 1rem;
  width: 100%;
  height: 3.5rem;
}

.pseudo-filter .pseudo-contents {
  padding: 1rem 0 4rem;
}
.pseudo-filter .pseudo-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media screen and (min-width: 1220px) {
  .pseudo-filter {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.36);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    font-size: 0.875rem;
    width: 27.5rem;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@media screen and (min-width: 1220px) {
  body.is-active .pseudo-filter {
    top: 0;
    opacity: 1;
    z-index: 1000;
  }
}

@media screen and (min-width: 1220px) {
  body.is-drawer .pseudo-filter {
    transform: translate3d(0, 0, 0);
  }
}

.pseudo-suggest {
  display: block;
  overflow: auto;
  background-color: #F5F3F1;
}
.pseudo-suggest .pseudo-contents {
  padding: 1.75rem 1.25rem;
  border-top: 1px solid #DBD8D5;
  overflow: auto;
  background-color: #F5F3F1;
}
@media screen and (min-width: 1220px) {
  .pseudo-suggest {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    transition: all 0.5s ease;
    transform: translate3d(0, -100%, 0);
    font-size: 0.875rem;
  }
  .pseudo-suggest .pseudo-contents {
    padding: 0;
    overflow: visible;
  }
}

@media screen and (min-width: 1220px) {
  body.is-active .pseudo-suggest {
    top: 0;
    opacity: 1;
    z-index: 1000;
  }
}

@media screen and (min-width: 1220px) {
  body.is-drawer .pseudo-suggest {
    transform: translate3d(0, 0, 0);
  }
}

.pseudo-header-word-search-form {
  display: flex;
  margin: 0 auto;
  padding: 1rem 1rem 1rem 0.75rem;
  max-width: 77rem;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 1220px) {
  .pseudo-header-word-search-form {
    padding: 1.5rem 1rem;
  }
}

.pseudo-header-word-search-form-input {
  flex: 1;
  display: flex;
  align-items: center;
}
.pseudo-header-word-search-form-input > input {
  padding: 0.625rem 1.5rem 0.625rem 2.5rem;
  border: 1px solid #99948E;
  border-radius: 0.5rem;
  box-sizing: border-box;
  display: block;
  width: 100%;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #F5F3F1 url(/element/main_rwd/shared/images/icn_search.svg) no-repeat;
  background-position: 0.75rem 50%;
  background-size: 1rem auto;
  font-size: 0.875rem;
  font-weight: 400;
}
.pseudo-header-word-search-form-input > input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.pseudo-header-word-search-form-input > input:focus {
  outline: none;
}
@media screen and (min-width: 1220px) {
  .pseudo-header-word-search-form-input > input {
    border-color: #DBD8D5;
  }
  .pseudo-header-word-search-form-input > input:focus {
    border: 1px solid #99948E;
  }
}

.pseudo-header-word-search-form-btn-cancel {
  margin-left: -1.5rem;
  color: rgba(0, 0, 0, 0);
  width: 1rem;
  height: 1rem;
  overflow: hidden;
  text-indent: -10rem;
  background: url(/element/main_rwd/shared/images/icn_batu.svg) 50% 50% no-repeat;
  background-size: 1rem auto;
}

.pseudo-header-word-search-form-btn-close {
  margin-left: 1rem;
}
@media screen and (min-width: 1220px) {
  .pseudo-header-word-search-form-btn-close {
    margin-left: 1.75rem;
  }
}

@media screen and (min-width: 1220px) {
  .pseudo-word-search-suggest {
    margin: 0 auto;
    padding: 1.75rem 1rem 2.75rem;
    display: flex;
    max-width: 77rem;
    transition: all 0.5s ease;
    transform: translate3d(0, -100%, 0);
  }
}

@media screen and (min-width: 1220px) {
  body.is-drawer .pseudo-word-search-suggest {
    transform: translate3d(0, 0, 0);
  }
}

.pseudo-word-search-suggest-wrap + .pseudo-word-search-suggest-wrap {
  margin-top: 3rem;
}
@media screen and (min-width: 1220px) {
  .pseudo-word-search-suggest-wrap {
    flex: 1;
  }
  .pseudo-word-search-suggest-wrap:first-child {
    padding-right: 8.25rem;
    width: 48.5%;
    flex: none;
  }
  .pseudo-word-search-suggest-wrap:first-child:lang(ja) {
    padding-right: 3.75rem;
  }
  .pseudo-word-search-suggest-wrap + .pseudo-word-search-suggest-wrap {
    margin-top: 0;
  }
}

.pseudo-word-search-suggest-title {
  display: block;
  font-weight: 500;
}
.pseudo-word-search-suggest-title:lang(ja) {
  font-size: 0.875rem;
}
.pseudo-word-search-suggest-title:not(:first-child) {
  margin-top: 2.75rem;
}

.pseudo-word-search-suggest-list {
  margin-top: 1rem;
  line-height: 1.35;
}
.pseudo-word-search-suggest-list > li:not(:first-child) {
  margin-top: 1.25rem;
}
.pseudo-word-search-suggest-list > li a {
  display: inline;
}
.pseudo-word-search-suggest-list > li a i > b {
  font-style: italic;
}
.pseudo-word-search-suggest-list > li a > span:first-child {
  margin-right: 0.5rem;
}
.pseudo-word-search-suggest-list > li a > span + span:last-child {
  display: inline-block;
  opacity: 0.5;
  font-weight: 400;
}
@media screen and (min-width: 1220px) {
  .pseudo-word-search-suggest-list {
    line-height: 1.5;
  }
  .pseudo-word-search-suggest-list > li a:active, .pseudo-word-search-suggest-list > li a:hover {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.52) inset;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.52);
  }
}

.special-artists .cmn-loading-spinner {
  filter: invert(1);
}

.special {
  background-color: #E6E2D8;
}

.special-header {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.special-header:lang(en) {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 1220px) {
  .special-header {
    height: calc(100svh - 129px);
    min-height: 32.5rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .special-header {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) and (orientation: landscape) {
  .special-header {
    height: calc(100svh - 5.125rem);
  }
}
@media screen and (max-width: 743.9px) {
  .special-header {
    height: calc(100svh - 3.5rem);
  }
}

.special-header-inner {
  margin: 0 auto;
  position: relative;
  height: 100%;
  z-index: 1;
}
.special-header-inner img {
  width: 100%;
  height: 100%;
}
.special-header-inner:lang(en) {
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
@media screen and (max-width: 743.9px) {
  .special-header-inner:lang(en) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 743.9px) and (orientation: landscape) {
  .special-header-inner:lang(en) {
    padding-bottom: 0.5rem;
  }
}

.special-header-hdg:lang(en) {
  margin-bottom: 1%;
  max-width: 59rem;
  width: 78.6666666667vw;
  height: auto;
  aspect-ratio: 944/100;
}
.special-header-hdg:lang(ja) {
  width: auto;
  max-height: 33.0625rem;
  height: 67.8205128205%;
  aspect-ratio: 253/529;
  position: absolute;
  top: 8.9743589744%;
  left: 4.1766109785vw;
}
@media screen and (max-width: 743.9px) {
  .special-header-hdg:lang(en) {
    max-width: 25rem;
    width: 91.7333333333vw;
    height: auto;
    aspect-ratio: 344/122;
  }
  .special-header-hdg:lang(ja) {
    max-width: 11.25rem;
    width: 38.9333333333vw;
    height: auto;
    aspect-ratio: 146/290;
    position: absolute;
    top: auto;
    bottom: 1.5rem;
    left: 0.75rem;
  }
}
@media screen and (max-width: 743.9px) and (orientation: landscape) {
  .special-header-hdg:lang(en) {
    max-width: 30rem;
    aspect-ratio: 944/100;
  }
  .special-header-hdg:lang(ja) {
    max-width: 7.5rem !important;
  }
}
@media screen and (max-width: 743.9px) and (min-aspect-ratio: 1.8/3) and (max-height: 750px) {
  .special-header-hdg:lang(ja) {
    top: 0.75rem;
    bottom: auto;
  }
}
@media screen and (width: 375px) and (min-height: 540px) and (max-height: 625px) {
  .special-header-hdg:lang(ja) {
    width: 8.5rem !important;
    top: auto !important;
    bottom: 0.75rem !important;
    left: 0.75rem;
  }
}

.special-header-copy:lang(en) {
  max-width: 55.1875rem;
  width: 73.5833333333vw;
  height: auto;
  aspect-ratio: 883/41;
}
.special-header-copy:lang(ja) {
  max-height: 42.125rem;
  height: 82.9487179487%;
  aspect-ratio: 62/647;
  position: absolute;
  top: 12.8205128205%;
  right: 3.5799522673vw;
}
@media screen and (max-width: 743.9px) {
  .special-header-copy:lang(en) {
    margin-top: -2%;
    max-width: 17.5rem;
    width: 65.3333333333vw;
    height: auto;
    aspect-ratio: 245/64;
  }
  .special-header-copy:lang(ja) {
    max-width: 5rem;
    width: 20.5333333333vw;
    height: auto;
    aspect-ratio: 77/248;
    position: absolute;
    top: 1.25rem;
    right: auto;
    left: 0.75rem;
  }
}
@media screen and (max-width: 743.9px) and (orientation: landscape) {
  .special-header-copy:lang(en) {
    margin-top: 0;
    max-width: 28rem;
    aspect-ratio: 883/41;
  }
}
@media screen and (max-width: 743.9px) and (min-aspect-ratio: 1.8/3) and (max-height: 750px) {
  .special-header-copy:lang(ja) {
    left: auto;
    right: 0.5rem;
  }
}
@media screen and (width: 375px) and (min-height: 540px) and (max-height: 625px) {
  .special-header-copy:lang(ja) {
    width: 3.75rem !important;
    top: 0.75rem !important;
    right: auto;
    left: 0.75rem !important;
  }
}

.special-header-organized:lang(en) {
  margin-top: 3.7%;
  max-width: 30.9375rem;
  width: 41.25vw;
  height: auto;
  aspect-ratio: 495/38;
}
.special-header-organized:lang(ja) {
  max-height: 45.5rem;
  height: 11.2820512821%;
  aspect-ratio: 364/88;
  position: absolute;
  bottom: 6.4102564103%;
  left: 4.1766109785vw;
}
@media screen and (max-width: 743.9px) {
  .special-header-organized:lang(en) {
    margin: 3% 0 0.5rem;
    max-width: 25rem;
    width: 93.3333333333vw;
    height: auto;
    aspect-ratio: 350/38;
  }
  .special-header-organized:lang(ja) {
    max-width: 16rem;
    width: 52vw;
    height: auto;
    aspect-ratio: 195/56;
    position: absolute;
    bottom: 1.5rem;
    right: 0.5rem;
    left: auto;
  }
}
@media screen and (max-width: 743.9px) and (orientation: landscape) {
  .special-header-organized:lang(en) {
    max-width: 19rem;
    aspect-ratio: 495/38;
  }
  .special-header-organized:lang(ja) {
    max-width: 10rem !important;
    bottom: 0.5rem !important;
  }
}
@media screen and (max-width: 743.9px) and (min-aspect-ratio: 1.8/3) and (max-height: 750px) {
  .special-header-organized:lang(ja) {
    right: auto;
    bottom: 1rem;
    left: 0.75rem;
  }
}
@media screen and (width: 375px) and (min-height: 540px) and (max-height: 625px) {
  .special-header-organized:lang(ja) {
    bottom: 0.75rem !important;
    right: 0.5rem !important;
    left: auto !important;
  }
}

.special-header-img {
  margin: auto;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.special-header-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.special-contents {
  margin: 2.5rem auto 3.75rem;
  padding: 0 3.625rem;
  max-width: 41.25rem;
  box-sizing: content-box;
}
.special-contents p:has(+ p) {
  margin-bottom: 1rem;
}
.special-contents:lang(ja) {
  max-width: 42.5rem;
}
.special-contents:lang(ja) p {
  line-height: 1.7;
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .special-contents {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 743.9px) {
  .special-contents {
    margin: 1.25rem 0 2.25rem;
    padding: 0 1rem;
    font-size: 0.875rem;
  }
  .special-contents:lang(ja) p {
    line-height: 1.5;
  }
}

.special-contents-hdg {
  margin: 2.75rem 0 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(164, 152, 126, 0.28);
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 0 1rem;
}
@media screen and (max-width: 743.9px) {
  .special-contents-hdg {
    margin-top: 2.5rem;
  }
}

.special-contents-hdg-item {
  flex: 1;
  font-size: 1rem;
}
.special-contents-hdg-item > span {
  display: block;
}
.special-contents-hdg-item > span:first-child {
  font-size: 1.375rem;
  font-weight: bold;
}
.special-contents-hdg-item:lang(en) {
  line-height: 1.35;
  font-family: "adobe-jenson-pro";
}
.special-contents-hdg-item:lang(en) i {
  font-family: "adobe-jenson-pro";
}
.special-contents-hdg-item:lang(ja) {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
.special-contents-hdg-item:lang(ja) > span:first-child {
  font-size: 1.5rem;
}
@media screen and (max-width: 743.9px) {
  .special-contents-hdg-item {
    line-height: 1.35;
  }
  .special-contents-hdg-item > span:first-child {
    font-size: 1.25rem;
    width: 100%;
  }
  .special-contents-hdg-item:lang(en) {
    line-height: 1.2;
  }
  .special-contents-hdg-item:lang(ja) {
    font-size: 0.875rem;
  }
  .special-contents-hdg-item:lang(ja) > span:first-child {
    font-size: 1.25rem;
  }
}

.special-contents-hdg-photo {
  border-radius: 50%;
  width: 7.5rem;
  height: 7.5rem;
  overflow: hidden;
}
.special-contents-hdg-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 743.9px) {
  .special-contents-hdg-photo {
    width: 5.75rem;
    height: 5.75rem;
  }
}

.special-contents-note {
  margin-top: 1rem;
}
.special-contents-note > li {
  padding-left: 0.75rem;
  position: relative;
}
.special-contents-note > li:not(:first-child) {
  margin-top: 0.5rem;
}
.special-contents-note > li::before {
  content: "*";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.special-contents-note > li:lang(ja) {
  padding-left: 1.25rem;
}
.special-contents-note > li:lang(ja)::before {
  content: "※";
}

.special-artists {
  padding: 2.75rem 0 3.75rem;
  background: #36353B url(/element/main_rwd/special/images/artists_bg.jpg) repeat 0 0;
}
@media screen and (max-width: 743.9px) {
  .special-artists {
    padding: 1.75rem 0 2.75rem;
  }
}

.special-artists-inner {
  margin: 0 auto;
  padding: 0 3.625rem;
  max-width: 84rem;
  box-sizing: content-box;
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .special-artists-inner {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 743.9px) {
  .special-artists-inner {
    padding: 0 0.5rem;
  }
}

.special-artists-hdg {
  margin-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.special-artists-hdg:lang(en) {
  font-family: "adobe-jenson-pro";
}
.special-artists-hdg:lang(ja) {
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 743.9px) {
  .special-artists-hdg {
    line-height: 1.2;
    font-size: 1.75rem;
  }
}

.special-artists-filter {
  color: #fff;
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .special-artists-filter {
    margin: 0 -2rem;
  }
}
@media screen and (max-width: 743.9px) {
  .special-artists-filter {
    margin: 0 -0.5rem;
  }
}

.special-artists-filter-list {
  overflow-x: auto;
  overflow-y: hidden;
}
.special-artists-filter-list::-webkit-scrollbar {
  display: none;
}
.special-artists-filter-list ul {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  white-space: nowrap;
}
.special-artists-filter-list ul > li button {
  padding: 0 0.75rem;
  border: 1px solid rgba(196, 192, 189, 0.44);
  border-radius: 1rem;
  height: 2rem;
}
@media (any-hover: hover) {
  .special-artists-filter-list ul > li button:hover {
    border-color: rgba(255, 255, 255, 0.7);
  }
}
.special-artists-filter-list ul > li.is-active button {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.16);
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .special-artists-filter-list {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 850px) {
  .special-artists-filter-list:lang(en) ul {
    justify-content: flex-start;
  }
  .special-artists-filter-list:lang(en) ul li:last-child {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 743.9px) {
  .special-artists-filter-list {
    padding: 0 1rem;
  }
  .special-artists-filter-list ul {
    justify-content: flex-start;
    gap: 0 0.5rem;
    font-size: 0.875rem;
  }
  .special-artists-filter-list ul li:last-child {
    padding-right: 1rem;
  }
}

.special-artists-filter-num {
  margin: 1rem 0 -0.375rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 1220px) {
  .special-artists-filter-num {
    margin-left: auto;
    margin-right: auto;
    width: 81.5rem;
  }
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .special-artists-filter-num {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 743.9px) {
  .special-artists-filter-num {
    margin-bottom: 1rem;
    padding: 0 1rem;
    font-size: 0.875rem;
  }
}

.special-artists-panel {
  margin-top: 1.625rem;
  padding: 0 0 1.25rem 1.25rem;
  border-radius: 1rem;
  display: flex;
  align-items: stretch;
  min-height: 9.875rem;
  background-color: #fff;
  font-size: 0.875rem;
}
@media screen and (max-width: 743.9px) {
  .special-artists-panel {
    margin-top: 0.5rem;
    padding: 1rem 1rem 1.25rem;
    display: block;
  }
}

.special-artists-panel-bio {
  padding: 1.25rem 1.5rem 0 0;
  width: 20.875rem;
  position: relative;
}
@media screen and (max-width: 743.9px) {
  .special-artists-panel-bio {
    padding: 0;
    width: auto;
    line-height: 1.35;
  }
  .special-artists-panel-bio:lang(ja) {
    padding-right: 0;
  }
}

.special-artists-panel-bio-header {
  padding-right: 4rem;
  position: relative;
}
.special-artists-panel-bio-header:lang(ja) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 743.9px) {
  .special-artists-panel-bio-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem 0;
  }
}

.special-artists-panel-bio-header-hdg {
  line-height: 1.2;
  font-size: 1.125rem;
  font-weight: 400;
}
.special-artists-panel-bio-header-hdg a {
  display: inline;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16) inset;
}
.special-artists-panel-bio-header-hdg:lang(ja) {
  margin-right: 0.75rem;
}
@media (any-hover: hover) {
  .special-artists-panel-bio-header-hdg a:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.52);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.52) inset;
  }
}
@media screen and (max-width: 743.9px) {
  .special-artists-panel-bio-header-hdg {
    margin-right: 0.75rem;
  }
}

.special-artists-panel-bio-header-birth {
  margin-top: 0.25rem;
  line-height: 1;
  display: block;
  white-space: nowrap;
}
.special-artists-panel-bio-header-birth:lang(ja) {
  margin-top: 0;
}
@media screen and (max-width: 743.9px) {
  .special-artists-panel-bio-header-birth {
    margin: 0;
    line-height: inherit;
    flex: 1;
  }
}

.special-artists-panel-bio-header-photo {
  border-radius: 50%;
  display: block;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 743.9px) {
  .special-artists-panel-bio-header-photo {
    top: -0.25rem;
    right: -0.25rem;
  }
}

.special-artists-panel-bio-data {
  margin-top: 0.75rem;
}
.special-artists-panel-bio-data > li {
  margin-top: 0.5rem;
  margin-right: 4rem;
}
@media screen and (min-width: 1220px) {
  .special-artists-panel-bio-data {
    line-height: 1.35;
  }
}
@media screen and (max-width: 743.9px) {
  .special-artists-panel-bio-data {
    margin-top: 0.5rem;
  }
  .special-artists-panel-bio-data > li {
    margin-top: 0.25rem;
  }
}

.special-artists-panel-bio.no-photo .special-artists-panel-bio-data > li {
  margin-right: 0;
}

li.special-artists-panel-bio-data-technique > span {
  display: block;
}
li.special-artists-panel-bio-data-technique > span + span {
  margin-top: 0.5rem;
}
@media screen and (max-width: 743.9px) {
  li.special-artists-panel-bio-data-technique > span + span {
    margin-top: 0.25rem;
  }
}

li.special-artists-panel-bio-data-price {
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
li.special-artists-panel-bio-data-price > span:first-child::after {
  content: ":";
  margin: 0 0.25rem;
  display: inline-block;
  position: relative;
  top: -1px;
}
li.special-artists-panel-bio-data-price > span:last-child {
  display: flex;
  align-items: center;
}

.special-artists-panel-bio-description {
  margin-top: 1.25rem;
}
.special-artists-panel-bio-description > p {
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.special-artists-panel-bio-description > p:lang(ja) {
  line-height: 1.7;
}
.special-artists-panel-bio-description > button {
  margin: 0.5rem 0 0 auto;
  display: block;
}
.special-artists-panel-bio-description.is-active > p {
  display: block;
  overflow: visible;
}
@media screen and (max-width: 743.9px) {
  .special-artists-panel-bio-description {
    margin-top: 1rem;
  }
  .special-artists-panel-bio-description > p {
    display: block;
    overflow: visible;
    line-height: 1.5;
  }
  .special-artists-panel-bio-description > p:lang(ja) {
    line-height: 1.5;
  }
  .special-artists-panel-bio-description > button {
    display: none;
  }
}

.special-artists-panel-artworks {
  padding-top: 0.5rem;
  line-height: 1.35;
  border-top-right-radius: 1rem;
  flex: 1;
  min-width: 0;
  position: relative;
}
.special-artists-panel-artworks.is-no-swipe {
  padding-bottom: 1rem;
}
@media screen and (max-width: 743.9px) {
  .special-artists-panel-artworks {
    margin: 1.25rem -1rem 0;
    padding-top: 0;
    border-radius: 0;
  }
}

.special-artists-panel-artworks-list {
  margin-bottom: -0.5rem;
  border-top-right-radius: 0.5rem;
}
.special-artists-panel-artworks-list.swiper {
  padding-right: 0.5rem;
}
.special-artists-panel-artworks-list > ul {
  display: flex;
}
.special-artists-panel-artworks-list > ul > li {
  flex-shrink: 1;
  width: 20.125rem;
  min-width: 20.125rem;
  height: auto;
}
.special-artists-panel-artworks-list > ul > li > div {
  position: relative;
  height: 100%;
}
.special-artists-panel-artworks-list > ul > li > div > a {
  border: 1px solid #C4C0BD;
  border-radius: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  background-color: #fff;
}
@media screen and (max-width: 1470px) {
  .special-artists-panel-artworks-list > ul > li {
    width: calc(50% - 0.25rem);
    min-width: calc(50% - 0.25rem);
  }
}
@media screen and (max-width: 1115px) {
  .special-artists-panel-artworks-list > ul > li {
    width: 21.25rem;
    min-width: 21.25rem;
  }
}
@media screen and (max-width: 743.9px) {
  .special-artists-panel-artworks-list.swiper {
    padding: 0 0.75rem;
  }
  .special-artists-panel-artworks-list > ul > li {
    width: 75%;
    min-width: 75%;
  }
  .special-artists-panel-artworks-list > ul > li:last-child {
    padding-right: 25%;
    width: 100%;
    min-width: 100%;
  }
}

.special-artists-panel-artworks-list-data {
  padding: 0.5rem 0.75rem 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.special-artists-panel-artworks-list-data > div:first-child {
  flex: 1;
}

.special-artists-panel-artworks-list-data-name {
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.45;
  font-size: 0.875rem;
}
.special-artists-panel-artworks-list-data-name > span {
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
}
@media (any-hover: hover) {
  .special-artists-panel-artworks-list-data-name > span:hover {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.52);
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.52) inset;
  }
}

.special-artists-panel-artworks-list-data-size {
  display: block;
}

.special-artists-panel-artworks-list-data-price {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.special-artists-panel-artworks-list-data-lyt {
  margin-top: 4px;
  display: flex;
  align-items: center;
}

.special-artists-panel-artworks-list-thumb {
  border-radius: 0.9375rem 0.9375rem 0 0;
  box-sizing: content-box;
  height: auto;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1;
  background-color: #f5f5f5;
}
.special-artists-panel-artworks-list-thumb img {
  margin: auto;
  position: absolute;
  inset: 0;
  max-height: 100%;
}

[class^=special-artists-panel-artworks-list-thumb-tag] {
  color: rgba(0, 0, 0, 0);
  display: block;
  position: absolute;
  left: 0.75rem;
  bottom: 0.5rem;
  width: 10rem;
  height: 0.75rem;
  overflow: hidden;
  text-indent: -10rem;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
[class^=special-artists-panel-artworks-list-thumb-tag]:lang(ja) {
  height: 0.875rem;
}

.special-artists-panel-artworks-list-thumb-tag-awarded {
  background-image: url(/element/main_rwd/shared/images/tag_awarded_en.svg);
}
.special-artists-panel-artworks-list-thumb-tag-awarded:lang(ja) {
  background-image: url(/element/main_rwd/shared/images/tag_awarded_ja.svg);
}

.special-artists-panel-artworks-list-thumb-tag-selected {
  background-image: url(/element/main_rwd/shared/images/tag_selected_en.svg);
}
.special-artists-panel-artworks-list-thumb-tag-selected:lang(ja) {
  background-image: url(/element/main_rwd/shared/images/tag_selected_ja.svg);
}

.special-artists-panel-artworks-list-btn-favorite {
  color: rgba(0, 0, 0, 0);
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: url(/element/main_rwd/shared/images/icn_favorite_card.svg) no-repeat calc(100% - 0.75rem) 0.75rem;
  background-size: 1.25rem auto;
  text-indent: -10rem;
}
.special-artists-panel-artworks-list-btn-favorite.is-active {
  background-image: url(/element/main_rwd/shared/images/icn_favorite_card_on.svg);
}
@media (any-hover: hover) {
  .special-artists-panel-artworks-list-btn-favorite:hover {
    background-image: url(/element/main_rwd/shared/images/icn_favorite_card_hover.svg);
  }
  .special-artists-panel-artworks-list-btn-favorite.is-active:hover {
    background-image: url(/element/main_rwd/shared/images/icn_favorite_card_on_hover.svg);
  }
}

main.str-main .special-artists-panel-artworks-location-bar {
  --swiper-scrollbar-drag-bg-color: #19110B;
  --swiper-scrollbar-border-radius: 0;
  margin: 0.5rem auto 0;
  box-sizing: border-box;
  width: 12rem;
  height: calc(1rem + 1px);
  position: relative;
  background-color: #C6C6C2;
}
main.str-main .special-artists-panel-artworks-location-bar > div {
  margin: 0;
  height: 100%;
  height: 100%;
  box-sizing: border-box;
}
main.str-main .special-artists-panel-artworks-location-bar::before, main.str-main .special-artists-panel-artworks-location-bar::after {
  content: "";
  display: block;
  width: calc(100% + 1rem);
  height: 0.625rem;
  overflow: hidden;
  position: absolute;
  top: -2px;
  left: -0.5rem;
  z-index: 2;
  background-color: #fff;
}
main.str-main .special-artists-panel-artworks-location-bar::after {
  top: auto;
  bottom: -2px;
}

.special-artists-panel-artworks-btn-next,
.special-artists-panel-artworks-btn-prev {
  color: rgba(0, 0, 0, 0);
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 11.375rem;
  border-radius: 50%;
  right: -1.625rem;
  width: 3.25rem;
  height: 3.25rem;
  overflow: hidden;
  text-indent: -10rem;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.12);
  background: url(/element/main_rwd/shared/images/icn_swiper_next.svg) 50% 50% no-repeat;
  animation: 0.25s ease fadeOut;
  animation-fill-mode: forwards;
}
.special-artists-panel-artworks-btn-next.is-hover,
.special-artists-panel-artworks-btn-prev.is-hover {
  opacity: 1;
  animation: 0.25s ease fadeIn;
  animation-fill-mode: forwards;
}
.special-artists-panel-artworks-btn-next[aria-disabled=true],
.special-artists-panel-artworks-btn-prev[aria-disabled=true] {
  opacity: 0 !important;
}
@media screen and (min-width: 744px) and (max-width: 1219.9px) {
  .special-artists-panel-artworks-btn-next,
  .special-artists-panel-artworks-btn-prev {
    display: none !important;
  }
}
@media screen and (max-width: 743.9px) {
  .special-artists-panel-artworks-btn-next,
  .special-artists-panel-artworks-btn-prev {
    display: none !important;
  }
}

.special-artists-panel-artworks-btn-prev {
  right: auto;
  left: -1.625rem;
  background-image: url(/element/main_rwd/shared/images/icn_swiper_back.svg);
}
