@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ヒラギノ角ゴ ProN", Roboto, Helvetica, Arial, sans-serif;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  color: #5A5A5A;
  margin: 0;
  overflow: auto;
  background: #F7F7F7;
}
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  word-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    padding: 80px 0 0;
  }
}

main {
  display: block;
}

p {
  margin: 0;
}

a {
  color: #5A5A5A;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.5;
}

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

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
}

h1 {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h3 {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h4 {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h5 {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

h6 {
  font-size: 1em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  word-break: break-word;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input,
select,
button {
  font-family: "Roboto Condensed";
}

input,
select {
  font-size: 1.6rem;
}

select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

button {
  cursor: pointer;
}
button :focus:not(:focus-visible) {
  outline: none;
}

iframe {
  width: 100%;
}

.select {
  height: 40px;
  padding: 0 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 0 58px 0 14px;
  border: 1px solid #D5D5D5;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%236C6C6C" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></svg>') no-repeat calc(100% - 15px) center/24px, #ffffff;
}

.input, .input--small {
  height: 40px;
  padding: 0 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #D5D5D5;
  background: #ffffff;
}
.input--small {
  width: 100px;
  font-size: 1.6rem;
}

.checkbox {
  position: relative;
  padding: 0 0 0 34px;
  margin: 0 30px 0 0;
}
.checkbox__input {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.checkbox__input + .checkbox__label {
  cursor: pointer;
}
.checkbox__input + .checkbox__label:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #0D6F7F;
  background: #ffffff;
}
.checkbox__input:focus-visible + .checkbox__label:before {
  border-width: 3px;
}
.checkbox__input:checked + .checkbox__label:after {
  position: absolute;
  top: 50%;
  left: 5px;
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #A9D337;
}

.button {
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.common_width {
  width: 90.67%;
  max-width: 1600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .common_width {
    width: 100%;
  }
}

.more_button {
  display: block;
  width: 500px;
  font-size: 1.8rem;
  color: #707070;
  margin: 41px auto 0;
  line-height: 60px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #BEBEBE;
}
@media screen and (max-width: 767px) {
  .more_button {
    width: calc(100% - 40px);
  }
}

.category_links {
  background: #ffffff;
}
.category_links__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1500px;
  margin: 0 auto;
}
.category_links__item {
  min-width: 200px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #5A5A5A;
  padding: 0 0 21px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 10px solid transparent;
}
.category_links__item.active {
  color: #333333;
  border-color: #DD2288;
}
.category_links__item.en {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .category_links:not(.isOpen) {
    background: -moz-linear-gradient(top, #ffffff 50%, #F7F7F7 51%);
    background: -webkit-linear-gradient(top, #ffffff 50%, #F7F7F7 51%);
    background: linear-gradient(to bottom, #ffffff 50%, #F7F7F7 51%);
  }
  .category_links__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 56px;
  }
  .category_links__item {
    position: relative;
    display: none;
    font-size: 1.6rem;
    padding: 8px 0;
    border-bottom: none;
  }
  .category_links__item.active {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: block;
    width: calc(100% - 40px);
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></svg>') no-repeat calc(100% - 18px) center/24px, #DD2288;
  }
  .category_links__item.active:hover {
    opacity: 1;
  }
  .category_links__item.open {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z" /></svg>') no-repeat calc(100% - 18px) center/24px, #DD2288;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .category_links:not(.isOpen) {
    background: -moz-linear-gradient(top, #ffffff 50%, #F7F7F7 51%);
    background: -webkit-linear-gradient(top, #ffffff 50%, #F7F7F7 51%);
    background: linear-gradient(to bottom, #ffffff 50%, #F7F7F7 51%);
  }
  .category_links__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .category_links__item {
    position: relative;
    display: none;
    font-size: 1.6rem;
    padding: 8px 0;
    border-bottom: none;
  }
  .category_links__item.active {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    display: block;
    width: 335px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M7.41,8.58L12,13.17L16.59,8.58L18,10L12,16L6,10L7.41,8.58Z" /></svg>') no-repeat calc(100% - 18px) center/24px, #DD2288;
  }
  .category_links__item.active:hover {
    opacity: 1;
  }
  .category_links__item.open {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%23ffffff" d="M7.41,15.41L12,10.83L16.59,15.41L18,14L12,8L6,14L7.41,15.41Z" /></svg>') no-repeat calc(100% - 18px) center/24px, #DD2288;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1420px) {
  .category_links__item {
    min-width: initial;
    font-size: 1.4rem;
    padding: 0 11px 21px;
  }
}

.header {
  height: 106px;
  padding: 16px 24px;
  border-bottom: 1px solid #BEBEBE;
  background: #ffffff;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header {
    height: 136px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    height: 80px;
    padding: 12px 10px 12px 16px;
    border-bottom-color: #E2E2E2;
    transition: all 0.3s ease;
  }
  .is-fixed .header {
    height: 60px;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.25);
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header__inner {
    align-items: center;
  }
}
.header__menu_button {
  display: none;
  width: 28px;
  height: 28px;
  transition: opacity 0.3s ease;
  border: none;
  background: url(../images/icon_menu.svg) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .header__menu_button {
    display: block;
  }
}
.header__menu_button:hover {
  opacity: 0.5;
}
.header__title_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: -110%;
  z-index: 5;
  width: 100dvw;
  height: 100dvh;
  padding: 24px 22px;
  -webkit-box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 5px 3px 6px rgba(0, 0, 0, 0.16);
  background: #E8E8E8;
  transition: left 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__title_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.header__title_area.is-active {
  left: 0;
}
.header__title_area .navigation_logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__title_area .navigation_logo {
    display: block;
    max-width: 209px;
    margin: 54px auto 20px;
  }
}
.header__title_area .navigation_close {
  position: relative;
  margin: -8px 0 0 -6px;
  padding: 0;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transform: rotate(45deg);
  background: none;
  border: none;
}
.header__title_area .navigation_close:before, .header__title_area .navigation_close:after {
  content: "";
  position: absolute;
  background: #808080;
}
.header__title_area .navigation_close:before {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header__title_area .navigation_close:after {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.header__title {
  margin: 0 16px 0 0;
}
.header__logo {
  padding: 6px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__logo {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    padding: 0;
  }
}
.header__logo img {
  width: auto;
  height: 60px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .header__logo img {
    height: 58px;
  }
}
.is-fixed .header__logo img {
  height: 35px;
  opacity: 0;
}
.header .menu_area {
  flex: 1;
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .header .menu_area {
    display: none;
  }
}
.header .menu_area ul {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  margin-top: 10px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .menu_area ul {
    flex-wrap: wrap;
    gap: 10px;
    font-size: 1.3rem;
  }
}
.header .menu_area a {
  position: relative;
  display: block;
}
.header .menu_area a[aria-current=page]::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #DD2288;
}
@media screen and (max-width: 767px) {
  .header .language_area {
    display: none;
  }
}
.header .language_area__button {
  color: #707070;
  cursor: pointer;
  border: none;
  background: none;
}
.header .language_area .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.header .language_area .wpml-ls-current-language {
  border-bottom: 2px solid #DD2CC8;
}
.header__navigation {
  margin: 24px 0 0;
  text-align: center;
}
.header__navigation ul {
  margin-top: 24px;
  font-size: 1.5rem;
}
.header__navigation a {
  display: block;
  color: #5D5D5D;
  margin: 0 0 16px;
  padding: 8px 8px 16px;
  line-height: 1.53;
  border-bottom: 1px solid #D6D6D6;
}
.header__navigation a.ja {
  font-size: 1.8rem;
}
.header__navigation a.en {
  font-size: 2.4rem;
}
.header__navigation .language_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 36px;
  margin-top: 40px;
  font-size: 1.6rem;
}
.header__navigation .language_area a {
  margin-bottom: 0;
  padding: 0;
  color: #ADADAD;
  border-bottom: none;
}
.header__navigation .language_area .wpml-ls-current-language a {
  color: #5A5A5A;
}
.header .search_button {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .search_button {
    display: block;
    padding: 0;
    width: 38px;
    height: 38px;
    background: none;
    border: none;
  }
  .header .search_button svg {
    width: 100%;
    height: auto;
  }
  .header .search_button path {
    fill: #808080;
  }
}
.header .header__search__form {
  display: flex;
  align-items: stretch;
  padding: 5px;
  max-width: 632px;
  background: #EDEDED;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .header .header__search__form {
    padding: 6px 5px;
    background: #ffffff;
  }
}
.header .input:placeholder-shown, .header .input--small:placeholder-shown {
  color: #ADADAD;
}
.header .input::-webkit-input-placeholder, .header .input--small::-webkit-input-placeholder {
  color: #ADADAD;
}
.header .input:-moz-placeholder, .header .input--small:-moz-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.header .input::-moz-placeholder, .header .input--small::-moz-placeholder {
  color: #ADADAD;
  opacity: 1;
}
.header .input:-ms-input-placeholder, .header .input--small:-ms-input-placeholder {
  color: #ADADAD;
}
.header .input, .header .input--small {
  flex: 1;
  padding: 0 5px;
  height: 29px;
  background: transparent;
  border: none;
  border-radius: 4px 0 0 4px;
}
@media screen and (max-width: 767px) {
  .header .input, .header .input--small {
    height: 35px;
  }
}
.header .button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  font-family: "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ヒラギノ角ゴ ProN", Roboto, Helvetica, Arial, sans-serif;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  color: #808080;
  cursor: pointer;
  padding: 3px 8px;
  height: 29px;
  line-height: 1;
  white-space: nowrap;
  transition: opacity 0.3s ease;
  border-radius: 5px;
  border: none;
  background: #D6D6D6;
}
@media screen and (max-width: 767px) {
  .header .button {
    padding: 3px 10px;
    height: 35px;
    border-radius: 3px;
  }
}
.header .button:hover {
  opacity: 0.5;
}
.header .submit_button {
  position: relative;
  margin: -5px -5px -5px 5px;
  width: 39px;
  height: 39px;
  transition: opacity 0.3s ease;
  border-radius: 0 4px 4px 0;
  border: none;
  background: #DD2CC8;
}
@media screen and (max-width: 767px) {
  .header .submit_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -6px -6px -6px 6px;
    width: 47px;
    height: 47px;
  }
}
.header .submit_button:hover {
  opacity: 0.5;
}
.header .submit_button svg {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .header .submit_button svg {
    width: 25px;
    height: 25px;
  }
}
.header .submit_button path {
  fill: #ffffff;
}

.footer {
  color: #ffffff;
  padding: 39px 0 16px;
  text-align: center;
  background: #3C3C3C;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 46px 10px 16px;
  }
}
.footer__links {
  display: flex;
  gap: 64px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .footer__links {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .footer__links {
    flex-direction: column;
    gap: 37px;
  }
}
.footer__links dl {
  flex: 1;
}
.footer__links dt {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ADADAD;
  text-align: left;
}
.footer__links ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  font-size: 1.5rem;
  line-height: 1.53;
}
.footer__links li {
  border-bottom: 1px solid #5D5D5D;
}
.footer__links a {
  display: block;
  padding: 16px 5px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .footer__links a {
    padding: 16px 0;
  }
}
.footer__links a:hover {
  opacity: 1;
}
.footer__links .cols3 li {
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 767px) {
  .footer__links .cols3 li {
    width: calc((100% - 16px) / 2);
  }
  .footer__links .cols3 li:nth-child(2) {
    order: 2;
  }
}
.footer__links .cols2 li {
  width: calc((100% - 16px) / 2);
}
.footer__navigation {
  margin: 53px 0 30px;
  padding-top: 39px;
  font-size: 1.5rem;
  border-top: 1px solid #5D5D5D;
}
@media screen and (max-width: 767px) {
  .footer__navigation {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 32px -10px 52px;
    padding: 21px 10px 0;
  }
}
.footer__navigation a {
  display: inline-block;
  color: #ffffff;
  line-height: 1.8;
  margin: 0 16px;
}
@media screen and (max-width: 767px) {
  .footer__navigation a {
    display: block;
    margin: 0;
  }
}
.footer__title {
  text-align: center;
}
.footer__title img {
  width: 190px;
}
.footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
  padding-top: 31px;
  border-top: 1px solid #5D5D5D;
}
@media screen and (max-width: 767px) {
  .footer__logo {
    margin: 21px -10px 0;
  }
}
.footer__logo a {
  display: inline-block;
  width: 310px;
}
@media screen and (max-width: 767px) {
  .footer__logo a {
    width: 300px;
  }
}
.footer__copyright {
  display: block;
  margin-top: 16px;
  font-size: 1.4rem;
  color: #ADADAD;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer__copyright {
    margin-top: 19px;
    padding: 0 10px;
    line-height: normal;
  }
}
.footer__pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  width: 50px;
  height: 50px;
  color: #ffffff;
  background: #3C3C3C;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .footer__pagetop {
    width: 44px;
    height: 44px;
  }
}
.footer__pagetop.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.footer__pagetop::before {
  content: "";
  width: 17px;
  height: 17px;
  -webkit-mask-image: url("../images/icon_arrow.svg");
  mask-image: url("../images/icon_arrow.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: #ffffff;
  transform: rotate(180deg);
}
.footer__pagetop::after {
  content: "top";
}
@media screen and (max-width: 767px) {
  .footer__pagetop::after {
    display: none;
  }
}

body:has(dialog.modal[open]) {
  overflow: hidden;
}

dialog.modal {
  border: none;
  padding: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100vh;
  background: transparent;
  opacity: 0;
  transition: opacity 0.4s ease, overlay 0.4s ease allow-discrete, display 0.4s ease allow-discrete;
}
dialog.modal[open] {
  opacity: 1;
}
@starting-style {
  dialog.modal[open] {
    opacity: 0;
  }
}
dialog.modal::backdrop {
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.4s ease, overlay 0.4s ease allow-discrete, display 0.4s ease allow-discrete;
}
dialog.modal[open]::backdrop {
  opacity: 1;
}
@starting-style {
  dialog.modal[open]::backdrop {
    opacity: 0;
  }
}

.modal__inner {
  position: relative;
  width: 51%;
  max-width: 980px;
  max-height: 80vh;
  padding: 70px 40px 76px;
  margin: 10vh auto;
  overflow: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
}
.modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  opacity: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 24 24"><path fill="%237C7C7C" d="M19,6.41L17.59,5L12,10.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L12,13.41L17.59,19L19,17.59L13.41,12L19,6.41Z" /></svg>') no-repeat center center/cover;
}
.modal__close:hover {
  opacity: 0.5;
}
.modal__heading {
  font-size: 2.4rem;
  color: #333333;
  padding: 0 0 20px;
  margin: 0 0 35px;
  text-align: center;
  border-bottom: 9px solid #D5D5D5;
}
@media screen and (max-width: 767px) {
  .modal__inner {
    width: calc(100% - 40px);
    padding: 35px 20px 38px;
  }
}
.modal .search__items__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 11px;
  margin: 0 0 9px;
  border-bottom: 1px solid #DCF3F1;
}
.modal .search__items__item .heading {
  width: 120px;
  font-weight: 500;
}
.modal .search__items__item .input, .modal .search__items__item .input--small {
  width: 254px;
}
.modal .search__items__item .input--small {
  width: 100px;
}
.modal .search__items__item .select {
  width: 230px;
}
.modal .search__items__item .from_text {
  margin: 0 20px;
}
.modal .search__items__item .facilities_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 120px);
}
.modal .search__items__item .facilities_checkbox .checkbox {
  width: 33.3333333333%;
  margin: 0 0 16px;
}
.modal .search__submit {
  display: block;
  height: 40px;
  min-width: 180px;
  font-size: 1.6rem;
  color: #ffffff;
  margin: 37px auto 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  background: #DD2288;
}
.modal .search fieldset:last-of-type .search__items__item:last-child {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .modal .search__items__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal .search__items__item .heading,
  .modal .search__items__item .input,
  .modal .search__items__item .input--small,
  .modal .search__items__item .select {
    width: 100%;
  }
  .modal .search__items__item .facilities_checkbox {
    display: block;
    width: 100%;
  }
  .modal .search__items__item .facilities_checkbox .checkbox {
    width: 100%;
  }
  .modal .search__items__item .heading {
    margin: 0 0 16px;
  }
  .modal .search__items__item .input--small {
    display: inline-block;
    width: 100px;
  }
  .modal .search__items__item .checkbox {
    width: 100%;
    margin: 0 0 16px;
  }
  .modal .search__submit {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .modal .search__items__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal .search__items__item .heading,
  .modal .search__items__item .input,
  .modal .search__items__item .input--small,
  .modal .search__items__item .select {
    width: 100%;
  }
  .modal .search__items__item .facilities_checkbox {
    display: block;
  }
  .modal .search__items__item .facilities_checkbox .checkbox {
    width: 100%;
  }
  .modal .search__items__item .heading {
    margin: 0 0 16px;
  }
  .modal .search__items__item .input--small {
    display: inline-block;
    width: 100px;
  }
  .modal .search__items__item .checkbox {
    width: 100%;
    margin: 0 0 16px;
  }
}
.modal.is-works .modal__inner {
  padding: 0;
}
.modal.is-works iframe {
  margin-top: 45px;
}

ul.page-numbers {
  margin: 41px auto 0;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-numbers li {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-left: 1px solid #707070;
  overflow: hidden;
}
.page-numbers li:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.page-numbers li:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-right: 1px solid #707070;
}
.page-numbers li .page-numbers {
  display: block;
  min-width: 60px;
  font-size: 1.8rem;
  padding: 0 10px;
  line-height: 60px;
  text-align: center;
}
.page-numbers li .page-numbers.current {
  color: #ffffff;
  background: #3C3C3C;
}

.cookie {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 40px;
  width: 440px;
  color: #5A5A5A;
}
@media screen and (max-width: 767px) {
  .cookie {
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
.cookie__inner {
  border: 1px solid #BEBEBE;
  padding: 20px 26px;
  box-shadow: 0 -1px 3px 0 rgba(190, 190, 190, 0.5);
  border-radius: 6px;
  background-color: #ffffff;
}
.cookie__heading {
  font-size: 1.8rem;
  margin: 0 0 1em;
}
.cookie__text {
  margin: 0 0 1em;
}
.cookie__ok-btn {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  color: #ffffff;
  text-align: center;
  background-color: #DD2288;
  border: none;
  padding: 10px 20px;
}

.common-header {
  padding: 78px 0 80px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .common-header {
    padding: 78px 20px 80px;
  }
}
.common-header__title {
  font-size: 3.8rem;
  color: #5D5D5D;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .common-header__title {
    margin-bottom: 18px;
    text-align: center;
  }
}
.common-header__description {
  line-height: 1.93;
  font-size: 1.5rem;
}
.common-header__description + .common-header__description {
  margin-top: 1.93em;
}
.common-header__description a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: underline;
}
.common-header__description a::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  -webkit-mask-image: url("../images/icon_blank.svg");
  mask-image: url("../images/icon_blank.svg");
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: #5A5A5A;
}

@property --scFade-progress {
  syntax: "<number>";
  inherits: false;
  initial-value: -1;
}
@keyframes scFade {
  0% {
    --scFade-progress: -1;
  }
  100% {
    --scFade-progress: 0;
  }
}
.breadcrumbs {
  color: #969696;
  background: #F5F5F5;
}
.breadcrumbs__inner {
  padding: 7px 28px;
  overflow-x: auto;
  background: transparent;
  --scFade-size: 2rem;
  --scFade-offset: 0;
  --scFade-dir: to right;
  -webkit-mask-image: linear-gradient(var(--scFade-dir), transparent, #000 var(--scFade-size), #000 calc(100% - var(--scFade-size)), transparent);
  mask-image: linear-gradient(var(--scFade-dir), transparent, #000 var(--scFade-size), #000 calc(100% - var(--scFade-size)), transparent);
  -webkit-mask-mode: alpha;
  mask-mode: alpha;
  -webkit-mask-size: calc(100% + var(--scFade-size)) 100%;
  mask-size: calc(100% + var(--scFade-size)) 100%;
  -webkit-mask-position: calc(var(--scFade-progress) * var(--scFade-size)) 0;
  mask-position: calc(var(--scFade-progress) * var(--scFade-size)) 0;
  animation: scFade 1s linear both;
  animation-timeline: scroll(self inline);
}
@media screen and (max-width: 767px) {
  .breadcrumbs__inner {
    display: flex;
    align-items: center;
    padding: 8px 12px;
  }
  .breadcrumbs__inner::after {
    content: "";
    width: 8px;
  }
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs li:not(:first-child)::before {
  content: "/";
  margin: 0 12px;
}
.breadcrumbs a {
  color: #969696;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  background: #222222;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }
}

.main {
  overflow-x: clip;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.header {
  padding: 0;
  height: auto;
  background: #DADADA;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .header {
    position: relative;
    top: auto;
    left: auto;
  }
  .is-fixed .header {
    height: auto;
  }
  .is-fixed .header img {
    height: auto;
    opacity: 1;
  }
}
.header__logo {
  position: relative;
  padding: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .header__logo {
    display: block;
  }
}
.header__logo img {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  width: 100%;
  height: auto;
}
.header__logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/replicated-sensibilities/logo.webp);
  background-size: cover;
  filter: blur(5px);
}
.header__caption {
  margin: 0 auto;
  line-height: 1.29;
  padding: 5px 8px;
  max-width: 1440px;
  width: 100%;
  color: #000000;
}
html[lang=en-US] .header__caption {
  font-family: "Roboto Condensed";
}
@media screen and (max-width: 767px) {
  .header__caption {
    line-height: 1.17;
    font-size: 1.2rem;
  }
}

.header-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  width: 60px;
  height: 60px;
  background: #0D0D0D;
  border-left: 1px solid #FF5AA9;
  border-bottom: 1px solid #FF5AA9;
}
.header-button__line {
  display: block;
  width: 24px;
  height: 2px;
  background: #FF5AA9;
}

.breadcrumbs {
  display: none;
}

.nav {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: #000000;
  border-bottom: 1px solid #FF5AA9;
}
.nav.dialog:not([open]) {
  display: none;
}
@media screen and (max-width: 767px) {
  .nav {
    position: fixed;
    display: block;
    padding: 80px 60px;
    max-width: 100dvw;
    width: 100dvw;
    max-height: 100dvh;
    height: 100dvh;
    text-align: center;
    border: none;
  }
  .nav:not([open]) {
    display: none;
  }
  html[lang=en-US] .nav {
    padding: 80px 50px;
  }
}
.nav__menu {
  font-size: 1.5rem;
  white-space: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  background: linear-gradient(to right, #000000 50%, transparent) left/32px 100% no-repeat local, linear-gradient(to left, #000000 50%, transparent) right/32px 100% no-repeat local, linear-gradient(to right, rgba(255, 90, 169, 0.4), transparent) left/20px 100% no-repeat scroll, linear-gradient(to left, rgba(255, 90, 169, 0.4), transparent) right/20px 100% no-repeat scroll;
}
html[lang=en-US] .nav__menu {
  font-family: "Roboto Condensed";
}
@media screen and (max-width: 767px) {
  .nav__menu {
    width: 100%;
    line-height: 1.67;
    white-space: normal;
    background: none;
  }
}
.nav__menu::-webkit-scrollbar {
  display: none;
}
.nav__menu ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .nav__menu ul {
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu li {
    border-bottom: 1px solid #FF5AA9;
  }
}
.nav__menu a {
  display: block;
  padding: 25px 28px;
  color: #ffffff;
}
html[lang=en-US] .nav__menu a {
  padding: 28px;
}
@media screen and (max-width: 767px) {
  html[lang=en-US] .nav__menu a {
    padding: 20px 28px;
  }
}
@media screen and (max-width: 767px) {
  .nav__menu a {
    padding: 20px 28px;
  }
}
.nav__menu a:hover {
  opacity: 1;
  background: #626262;
}
@media screen and (max-width: 767px) {
  .nav__menu a:hover {
    background: none;
  }
}
.nav__menu a.active {
  background: #626262;
}
@media screen and (max-width: 767px) {
  .nav__menu a.active {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .nav__language {
    margin-top: 53px;
  }
}
.nav__language ul {
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 1.8rem;
  font-family: "Roboto Condensed";
}
@media screen and (max-width: 767px) {
  .nav__language ul {
    justify-content: center;
  }
}
.nav__language li + li {
  position: relative;
  padding-left: 1px;
}
.nav__language li + li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 14px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .nav__language li + li:before {
    height: 20px;
  }
}
.nav__language a {
  display: block;
  padding: 25px 12px;
  color: #ffffff;
}
html[lang=en-US] .nav__language a {
  padding: 26px 12px;
}
@media screen and (max-width: 767px) {
  html[lang=en-US] .nav__language a {
    padding: 25px 40px;
  }
}
@media screen and (max-width: 767px) {
  .nav__language a {
    padding: 25px 40px;
  }
}
.nav__language a[aria-current=page] {
  color: #FF5AA9;
  pointer-events: none;
}
.nav__language a:hover {
  color: #FF5AA9;
  opacity: 1;
}

.dialog-close {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  display: flex;
  width: 60px;
  height: 60px;
  background: #0D0D0D;
  border-left: 1px solid #FF5AA9;
  border-bottom: 1px solid #FF5AA9;
}
.dialog-close__line {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 2px;
  background: #FF5AA9;
}
.dialog-close__line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.dialog-close__line:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.rs__section {
  position: relative;
  margin: 0 auto;
  padding: 65px 20px 72px;
  max-width: 1080px;
}
html[lang=en-US] .rs__section {
  font-family: "Roboto Condensed";
}
@media screen and (max-width: 767px) {
  .rs__section {
    padding: 52px 20px 72px;
  }
}
.rs__heading {
  margin-bottom: 32px;
  padding: 35px 0 10px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  background: no-repeat 50% 0;
}
html[lang=en-US] .rs__heading {
  font-size: 4rem;
  background: none;
}
@media screen and (max-width: 767px) {
  html[lang=en-US] .rs__heading {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .rs__heading {
    padding: 21px 0 10px;
    font-size: 2.4rem;
  }
}
.rs__heading::after {
  content: "";
  display: block;
  margin: 18px auto 0;
  width: 80px;
  height: 2px;
  background: #FF5AA9;
}
@media screen and (max-width: 767px) {
  .rs__heading::after {
    margin-top: 20px;
  }
}
.rs__text {
  line-height: 1.67;
  font-size: 1.5rem;
}
.rs__text a {
  color: #FF5AA9;
  text-decoration: underline;
}
.rs__text a:hover {
  opacity: 1;
  text-decoration: none;
}
.rs__text a::after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  width: 26px;
  height: 26px;
  -webkit-mask-image: url(../images/replicated-sensibilities/icon_blank.svg);
  mask-image: url(../images/replicated-sensibilities/icon_blank.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: #FF5AA9;
}

.about {
  padding-top: 52px;
  background: #0D0D0D;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 40px 20px 0;
  }
}
.about__inner {
  padding: 123px 32px 32px;
  max-width: 1040px;
  border: 1px solid #626262;
  background: url(../images/replicated-sensibilities/bg_about.webp) no-repeat 50% 38px;
  background-size: 148px auto;
}
@media screen and (max-width: 767px) {
  .about__inner {
    padding: 110px 16px 22px;
    background-position: 50% 25px;
  }
}
.about__heading {
  margin-bottom: 16px;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
html[lang=en-US] .about__heading {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  html[lang=en-US] .about__heading {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .about__heading {
    line-height: 1.47;
    font-size: 1.9rem;
  }
}

.exhibition {
  background: #0D0D0D;
}
.exhibition .rs__heading {
  margin-bottom: 29px;
  background-image: url(../images/replicated-sensibilities/bg_exhibition.webp);
  background-size: auto 84px;
}
html[lang=en-US] .exhibition .rs__heading {
  background: none;
}
@media screen and (max-width: 767px) {
  .exhibition .rs__heading {
    background-size: auto 35px;
  }
}
.exhibition__heading {
  color: #FF5AA9;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
html[lang=en-US] .exhibition__heading {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .exhibition__heading {
    font-size: 2.2rem;
  }
}
.exhibition__heading span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.8rem;
}
html[lang=en-US] .exhibition__heading span {
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .exhibition__heading span {
    margin-bottom: 6px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.exhibition__text {
  margin: 16px 0;
  line-height: 1.39;
  color: #FF5AA9;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .exhibition__text {
    margin-top: 17px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.exhibition__text02 {
  margin-top: 16px;
  line-height: 1.29;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .exhibition__text02 {
    text-align: left;
  }
}
.exhibition__image {
  display: block;
  margin-top: 24px;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .exhibition__image {
    margin-top: 48px;
  }
}
.exhibition__link {
  display: flex;
  margin: 48px auto 0;
  width: 380px;
  height: 60px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #0D0D0D;
  font-size: 1.5rem;
  font-weight: bold;
  background: #FF5AA9;
}
html[lang=en-US] .exhibition__link {
  gap: 6px;
}
@media screen and (max-width: 767px) {
  .exhibition__link {
    max-width: 100%;
  }
}
.exhibition__link::after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 26px;
  height: 26px;
  -webkit-mask-image: url(../images/replicated-sensibilities/icon_blank.svg);
  mask-image: url(../images/replicated-sensibilities/icon_blank.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: #0D0D0D;
}

.overview {
  max-width: inherit;
  background: url(../images/replicated-sensibilities/bg_overview_01.webp) no-repeat 50% 0;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .overview {
    background-image: url(../images/replicated-sensibilities/bg_overview_01_sp.webp);
  }
}
.overview .rs__heading {
  background-image: url(../images/replicated-sensibilities/bg_overview_02.webp);
  background-size: auto 82px;
}
html[lang=en-US] .overview .rs__heading {
  background: none;
}
@media screen and (max-width: 767px) {
  .overview .rs__heading {
    background-size: auto 34px;
  }
}
.overview__inner {
  margin: 0 auto;
  padding: 24px 32px 32px;
  max-width: 1040px;
  color: #0D0D0D;
  background: #DADADA;
}
@media screen and (max-width: 767px) {
  .overview__inner {
    padding: 4px 16px 16px;
  }
}
.overview__dl {
  display: grid;
  grid-template-columns: 10.5em 1fr;
  grid-template-rows: repeat(12, auto);
  line-height: 1.67;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .overview__dl {
    display: block;
    line-height: 1.53;
  }
}
.overview__dt {
  padding: 16px 0 14px;
  font-weight: bold;
  border-bottom: 1px solid #B8B8B8;
}
@media screen and (max-width: 767px) {
  .overview__dt {
    margin-bottom: 4px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.overview__dd {
  padding: 16px 0 14px;
  border-bottom: 1px solid #B8B8B8;
}
@media screen and (max-width: 767px) {
  .overview__dd {
    padding: 0 0 16px;
  }
}
.overview__dd a {
  color: #BD005B;
  text-decoration: underline;
}
.overview__dd a:hover {
  opacity: 1;
  text-decoration: none;
}
.overview__dd a::after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  width: 26px;
  height: 26px;
  -webkit-mask-image: url(../images/replicated-sensibilities/icon_blank.svg);
  mask-image: url(../images/replicated-sensibilities/icon_blank.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: #BD005B;
}
.overview__dd span {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .overview__dd span {
    white-space: normal;
  }
}
.overview__note {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .overview__note {
    line-height: 1.29;
  }
}

.introduction {
  background: #000000;
}
.introduction .rs__heading {
  background-image: url(../images/replicated-sensibilities/bg_introduction.webp);
  background-size: auto 106px;
}
html[lang=en-US] .introduction .rs__heading {
  background: none;
}
@media screen and (max-width: 767px) {
  .introduction .rs__heading {
    background-size: auto 44px;
  }
}
.introduction .rs__text {
  margin: 0 auto;
  max-width: 1040px;
}
.introduction__inner {
  max-width: 1440px;
}
.introduction__section {
  margin-top: 40px;
}
.introduction__section:nth-of-type(1) {
  margin-top: 29px;
}
.introduction__heading {
  margin-bottom: 16px;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .introduction__heading {
    font-size: 1.9rem;
  }
}
.introduction__list {
  display: grid;
  grid-template-columns: 839fr 539fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .introduction__list {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }
}
.introduction__figcaption {
  margin-top: 3px;
  line-height: 1.29;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .introduction__figcaption {
    margin-top: 4px;
    font-size: 1.4rem;
  }
}

.pickup {
  max-width: 1440px;
}
.pickup .rs__heading {
  background-image: url(../images/replicated-sensibilities/bg_pickup.webp);
  background-size: auto 106px;
}
html[lang=en-US] .pickup .rs__heading {
  background: none;
}
@media screen and (max-width: 767px) {
  .pickup .rs__heading {
    background-size: auto 44px;
  }
}
.pickup .rs__text {
  margin: 0 auto;
  max-width: 1040px;
}
.pickup__section {
  position: relative;
}
.pickup__section + .pickup__section {
  margin-top: 120px;
}
.pickup__section + .pickup__section::before {
  content: "";
  position: absolute;
  top: -96px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 2px;
  height: 70px;
  background: #626262;
}
.pickup__section02 {
  margin: 36px auto 0;
  padding: 32px;
  max-width: 1040px;
  border: 1px solid #626262;
}
@media screen and (max-width: 767px) {
  .pickup__section02 {
    padding: 20px 16px;
  }
}
.pickup__section03 {
  display: grid;
  grid-template-columns: 419fr 530fr;
  grid-template-rows: repeat(2, auto);
  grid-column-gap: 25px;
  grid-row-gap: 12px;
}
@media screen and (max-width: 767px) {
  .pickup__section03 {
    display: block;
  }
}
.pickup__section03 + .pickup__section03 {
  margin-top: 32px;
}
.pickup__heading {
  margin-bottom: 20px;
  font-size: 2.2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup__heading {
    line-height: 1.47;
    font-size: 1.9rem;
  }
}
.pickup__heading::before {
  content: attr(data-num);
  display: block;
  margin: 0 auto -1px;
  line-height: 1.2;
  font-size: 4rem;
  font-family: "Roboto Condensed";
  color: #FF5AA9;
}
.pickup__heading02 {
  margin-bottom: 24px;
  line-height: 1.39;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pickup__heading02 {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.pickup__heading03 {
  grid-area: 1/2/2/3;
  align-self: end;
  line-height: 1.39;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .pickup__heading03 {
    margin: 25px 0 12px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.pickup__text {
  grid-area: 2/2/3/3;
  align-self: start;
  line-height: 1.71;
}
.pickup__list01 {
  display: grid;
  grid-template-columns: 416.52fr 471.74fr 471.74fr;
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .pickup__list01 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }
}
.pickup__list02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .pickup__list02 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }
}
.pickup__image a:hover {
  opacity: 1;
}
.pickup__image a:hover .pickup__figcaption {
  text-decoration: none;
}
.pickup__image a .pickup__figcaption {
  color: #FF5AA9;
  text-decoration: underline;
}
.pickup__image a .pickup__figcaption::after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  width: 26px;
  height: 26px;
  -webkit-mask-image: url(../images/replicated-sensibilities/icon_blank.svg);
  mask-image: url(../images/replicated-sensibilities/icon_blank.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: #FF5AA9;
}
.pickup__image02 {
  grid-area: 1/1/3/2;
  font-size: 0;
}
.pickup__figcaption {
  margin-top: 3px;
  line-height: 1.29;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pickup__figcaption {
    margin-top: 4px;
    font-size: 1.4rem;
  }
}
.pickup__cite {
  display: block;
  margin-top: 23px;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .pickup__cite {
    line-height: 1.29;
  }
}

.events {
  background: #0D0D0D;
}
.events .rs__heading {
  background-image: url(../images/replicated-sensibilities/bg_events.webp);
  background-size: auto 80px;
}
html[lang=en-US] .events .rs__heading {
  background: none;
}
@media screen and (max-width: 767px) {
  .events .rs__heading {
    background-size: auto 33px;
  }
}
.events__section {
  margin-top: 20px;
  padding: 20px;
  color: #0D0D0D;
  background: #DADADA;
}
@media screen and (max-width: 767px) {
  .events__section {
    padding: 16px;
  }
}
.events__section:nth-of-type(1) {
  margin-top: 24px;
}
.events__section02 {
  display: grid;
  grid-template-columns: 200px 1fr;
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #626262;
}
@media screen and (max-width: 767px) {
  .events__section02 {
    display: block;
    padding: 16px;
  }
}
.events__heading {
  margin-bottom: 8px;
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: bold;
}
html[lang=en-US] .events__heading {
  line-height: 1.27;
}
@media screen and (max-width: 767px) {
  html[lang=en-US] .events__heading {
    font-size: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .events__heading {
    line-height: 1.47;
    font-size: 1.9rem;
  }
}
.events__heading02 {
  grid-area: 1/2/2/3;
  margin-bottom: 8px;
  line-height: 1.38;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .events__heading02 {
    margin: 12px 0 8px;
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.events__image {
  grid-area: 1/1/4/2;
}
.events__text {
  grid-area: 2/2/3/3;
  line-height: 1.67;
  font-size: 1.5rem;
}
.events__text + .events__dl {
  grid-area: 3/2/4/3;
  margin-top: 8px;
}
.events__dl {
  display: grid;
  grid-template-columns: 5em 1fr;
  grid-template-rows: repeat(3, auto);
  line-height: 1.67;
  font-size: 1.5rem;
}
html[lang=en-US] .events__dl {
  grid-template-columns: 9em 1fr;
}
@media screen and (max-width: 767px) {
  html[lang=en-US] .events__dl {
    grid-template-columns: 5em 1fr;
  }
}
.events__dt {
  font-weight: 700;
}
.events__dd {
  position: relative;
  padding-left: 1em;
}
.events__dd::before {
  content: "：";
  position: absolute;
  top: 0;
  left: 0;
}
.events__dd a {
  color: #BD005B;
  text-decoration: underline;
}
.events__dd a:hover {
  opacity: 1;
  text-decoration: none;
}
.events__dd a::after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  width: 26px;
  height: 26px;
  -webkit-mask-image: url(../images/replicated-sensibilities/icon_blank.svg);
  mask-image: url(../images/replicated-sensibilities/icon_blank.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: #BD005B;
}

.signage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(5, auto);
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  padding-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .signage {
    display: block;
  }
}
.signage .rs__heading {
  grid-area: 1/1/2/3;
  background-image: url(../images/replicated-sensibilities/bg_signage.webp);
  background-size: auto 104px;
}
html[lang=en-US] .signage .rs__heading {
  background: none;
}
@media screen and (max-width: 767px) {
  .signage .rs__heading {
    background-size: auto 43px;
  }
}
.signage .rs__text {
  grid-area: 2/1/3/3;
}
.signage__section {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #626262;
}
@media screen and (max-width: 767px) {
  .signage__section {
    padding: 16px;
  }
}
.signage__section:nth-of-type(1) {
  grid-area: 3/1/4/2;
  margin-top: 24px;
}
.signage__section:nth-of-type(2) {
  grid-area: 4/1/5/2;
}
.signage__section:nth-of-type(3) {
  grid-area: 5/1/6/2;
}
.signage__heading {
  margin-bottom: 8px;
  line-height: 1.39;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .signage__heading {
    line-height: 1.5;
    font-size: 1.6rem;
  }
}
.signage__dl {
  display: grid;
  grid-template-columns: 5em 1fr;
  grid-template-rows: repeat(2, auto);
  line-height: 1.67;
  font-size: 1.5rem;
}
.signage__dd {
  position: relative;
  padding-left: 1em;
}
.signage__dd::before {
  content: "：";
  position: absolute;
  top: 0;
  left: 0;
}
.signage__image {
  grid-area: 3/2/6/3;
  margin-top: 24px;
}
.signage__image img {
  width: 100%;
  height: auto;
}
.signage__figcaption {
  margin-top: 3px;
  line-height: 1.29;
  text-align: center;
}

.footer {
  padding: 24px 0;
  background: none;
}
.footer__links, .footer__navigation, .footer__title, .footer__logo {
  display: none;
}
.footer__pagetop {
  background: #0D0D0D;
  border: 1px solid #626262;
}
.footer__copyright {
  margin-top: 0;
}

/*# sourceMappingURL=replicated-sensibilities.css.map */
