@charset "UTF-8";
/*--------------------------------------------------
  placeholderのcolor指定
  @include placeholder-color(#00ff00);
--------------------------------------------------*/
@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");
/*--------------------------------------------------
  placeholderのcolor指定
  @include placeholder-color(#00ff00);
--------------------------------------------------*/
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, .header .input--small {
  flex: 1;
  padding: 0 5px;
  height: 29px;
  background: transparent;
  border: none;
  border-radius: 4px 0 0 4px;
}
.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;
}
@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;
  }
}

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:last-child {
  border-bottom: none;
}
.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;
}
@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;
}
@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;
}

/*--------------------------------------------------
  placeholderのcolor指定
  @include placeholder-color(#00ff00);
--------------------------------------------------*/
.collections_list {
  margin: 0 0 62px;
  background: #F7F7F7;
}
.collections_list__heading {
  position: relative;
  font-size: 4rem;
  color: #5D5D5D;
  padding: 0 0 21px;
  margin: 60px 0 0;
  border-bottom: 1px solid #DD2288;
}
.collections_list__heading .found_posts {
  font-size: 3rem;
}
.collections_list__heading.search {
  border-color: #BEBEBE;
}
.collections_list__heading__inner {
  display: block;
}
@media screen and (max-width: 767px) {
  .collections_list__heading__inner {
    padding: 0 10px;
  }
}
.collections_list__heading--circle {
  position: relative;
  margin: -19px 0 0;
  background: -moz-linear-gradient(top, #ffffff 50%, #DD2288 calc(50% + 1px), #F7F7F7 51%);
  background: -webkit-linear-gradient(top, #ffffff 50%, #DD2288 calc(50% + 1px), #F7F7F7 51%);
  background: linear-gradient(to bottom, #ffffff 50%, #DD2288 calc(50% + 1px), #F7F7F7 51%);
}
.collections_list__heading--circle p {
  width: 431px;
  font-size: 1.6rem;
  font-weight: 900;
  color: #ffffff;
  padding: 7px 0;
  margin: 0 auto;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #DD2288;
}
.collections_list__heading--circle p.en {
  font-weight: 400;
}
.collections_list__heading02 {
  margin: 55px 0 -16px;
  font-size: 2.4rem;
}
.collections_list__description {
  font-size: 1.8rem;
  margin: 16px auto 0;
}
@media screen and (max-width: 767px) {
  .collections_list__description {
    padding: 0 10px;
  }
}
.collections_list__works {
  margin: 38px -5% 0 0;
}
.collections_list__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 15px 60px 0;
  vertical-align: top;
  background: #ffffff;
}
.collections_list__item .image {
  position: relative;
  background: #E8E8E8;
}
.collections_list__item .image.placeholder {
  padding: 64% 0 0;
  background: #E8E8E8;
}
.collections_list__item .image.placeholder img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.collections_list__item .work_data {
  padding: 23px 10px 22px;
}
.collections_list__item .work_data .title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.collections_list__item .work_data .year {
  font-size: 2rem;
}
.collections_list__item .facility_name {
  margin: auto 0 0;
  line-height: 34px;
  text-align: center;
  border-top: 1px solid #E8E8E8;
  border-bottom: 2px solid #E8E8E8;
}
.collections_list__3d-model-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 38px;
}
.collections_list__3d-model-item {
  margin: 0 15px 40px 0;
}
.collections_list__3d-model-item iframe {
  aspect-ratio: 1/1;
}
.collections_list__3d-model-text {
  padding: 2px 0 12px;
}
.collections_list__3d-model-text.is-ar {
  display: flex;
  align-items: center;
}
.collections_list__3d-model-text.is-ar::after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url(../images/icon_blank.svg) no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .collections_list {
    padding: 0;
    margin: 0 0 16px;
  }
  .collections_list__heading {
    position: static;
    font-size: 3rem;
    padding: 0 0 19px;
    margin: 0;
    text-align: center;
  }
  .collections_list__heading--circle {
    position: relative;
    margin: 0 0 42px;
  }
  .collections_list__heading--circle p {
    width: calc(100% - 40px);
  }
  .collections_list__heading02 {
    text-align: center;
  }
  .collections_list__description {
    font-size: 1.4rem;
    padding: 0 20px;
    margin: 20px 0 0;
  }
  .collections_list__works {
    margin: 15px 0 0;
  }
  .collections_list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: initial;
    margin: 0 0 61px;
  }
  .collections_list__item .image {
    aspect-ratio: 1/1;
  }
  .collections_list__item .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
  }
  .collections_list__item .work_data {
    padding: 17px 18px 42px;
  }
  .collections_list__3d-model-item {
    flex: 1 1 100%;
    margin-right: 0;
  }
  .collections_list__3d-model-text {
    padding: 12px 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .collections_list__works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collections_list__item {
    width: 300px;
  }
  .collections_list__item .image {
    aspect-ratio: 1/1;
  }
  .collections_list__item .image img.small {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
  }
  .collections_list__item .image img.vertical {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .collections_list__item .image img.horizontal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .collections_list__3d-model-item {
    flex: 1 1 calc(50% - 15px);
    margin: 0 15px 60px 0;
  }
  .collections_list__3d-model-item:nth-child(2n), .collections_list__3d-model-item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .collections_list__works {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .collections_list__item {
    width: 300px;
  }
  .collections_list__item .image {
    aspect-ratio: 1/1;
  }
  .collections_list__item .image img.small {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .collections_list__item .image img.vertical {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .collections_list__item .image img.horizontal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .collections_list__3d-model-item {
    flex: 1 1 calc(25% - 15px);
    margin: 0 15px 60px 0;
  }
  .collections_list__3d-model-item:nth-child(4n), .collections_list__3d-model-item:last-child {
    margin-right: 0;
  }
}

.collections_list.is-viewer .collections_list__item {
  color: #5D5D5D;
  background: none;
}
.collections_list.is-viewer .collections_list__item .facility_name {
  padding: 14px 0 3px;
  line-height: 1.5;
  text-align: left;
  border: none;
}
.collections_list.is-viewer .collections_list__item .work_data {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0;
  line-height: 1.39;
}
.collections_list.is-viewer .collections_list__item .work_data .title {
  width: fit-content;
}
.collections_list.is-viewer .collections_list__item .work_data::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  -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: #5D5D5D;
}

.collections_list.is-swiper {
  padding-top: 77px;
}
@media screen and (max-width: 767px) {
  .collections_list.is-swiper {
    padding-inline: 20px;
    margin-bottom: 70px;
  }
}
.collections_list.is-swiper:not(:last-child) {
  margin-bottom: 0;
}
.collections_list.is-swiper + .collections_list.is-swiper {
  padding-top: 83px;
}
@media screen and (max-width: 767px) {
  .collections_list.is-swiper + .collections_list.is-swiper {
    padding-top: 64px;
  }
}
.collections_list.is-swiper .collections_list__heading {
  margin-top: 0;
  padding-bottom: 32px;
  font-size: 3rem;
  font-weight: 700;
  border-bottom: none;
}
.collections_list.is-swiper .collections_list__heading__inner {
  padding-right: 100px;
}
@media screen and (max-width: 767px) {
  .collections_list.is-swiper .collections_list__heading__inner {
    padding: 0;
    text-align: left;
  }
}
.collections_list.is-swiper .common_width {
  position: relative;
}
.collections_list.is-swiper .collections_list__swiper {
  margin-right: calc((100svw - 100% - var(--scrollbar)) / -2);
}
.collections_list.is-swiper .collections_list__swiper .swiper-slide {
  width: 300px;
  height: auto;
}
.collections_list.is-swiper .collections_list__swiper .swiper-slide .collections_list__3d-model-item iframe {
  width: 100%;
}
.collections_list.is-swiper .collections_list__item {
  height: 100%;
  margin-bottom: 0;
}
.collections_list.is-swiper .collections_list__item .work_data {
  flex: 1;
}
.collections_list.is-swiper .collections_list__3d-model-item {
  margin-bottom: 0;
}
.collections_list.is-swiper .swiper-horizontal > .swiper-scrollbar,
.collections_list.is-swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 40px;
  width: 100%;
}
.collections_list.is-swiper .more_button {
  position: absolute;
  top: -64px;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: 1.53;
  color: #DD2CC8;
  font-size: 1.5rem;
  border: none;
}
@media screen and (max-width: 767px) {
  .collections_list.is-swiper .more_button {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    color: #707070;
    margin: 31px auto 0;
    line-height: 51px;
    text-align: center;
    border: 1px solid #BEBEBE;
  }
}
.collections_list.is-swiper .more_button::after {
  content: "";
  width: 10px;
  height: 10px;
  -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: #DD2CC8;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .collections_list.is-swiper .more_button::after {
    display: none;
  }
}

.collections_list.is-featured .swiper-slide.is-placeholder {
  display: none;
}
@media screen and (min-width: 1025px) {
  .collections_list.is-featured .collections_list__swiper {
    margin-right: 0;
  }
  .collections_list.is-featured .swiper-wrapper {
    display: grid;
    grid-template-columns: minmax(492px, 1fr) repeat(2, 300px);
    grid-template-rows: repeat(2, minmax(0, auto));
    gap: 20px;
  }
  .collections_list.is-featured .swiper-slide {
    margin-right: 0 !important;
    width: auto !important;
    overflow: hidden;
    align-self: start;
  }
  .collections_list.is-featured .swiper-slide:nth-child(1) {
    grid-area: 1/1/3/2;
  }
  .collections_list.is-featured .swiper-slide:nth-child(1) .collections_list__item {
    width: 100%;
    height: 100%;
  }
  .collections_list.is-featured .swiper-slide:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .collections_list.is-featured .swiper-slide:nth-child(3) {
    grid-area: 1/3/2/4;
  }
  .collections_list.is-featured .swiper-slide:nth-child(4) {
    grid-area: 2/2/3/3;
  }
  .collections_list.is-featured .swiper-slide:nth-child(5) {
    grid-area: 2/3/3/4;
  }
  .collections_list.is-featured .swiper-slide:nth-child(6) {
    display: none;
  }
  .collections_list.is-featured .swiper-slide.is-placeholder {
    display: block;
    background: none;
  }
  .collections_list.is-featured .swiper-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .collections_list.is-featured .swiper-wrapper {
    grid-template-columns: repeat(3, 300px);
    grid-template-rows: repeat(3, minmax(0, auto));
  }
  .collections_list.is-featured .swiper-slide {
    align-self: stretch;
  }
  .collections_list.is-featured .swiper-slide:nth-child(1) {
    grid-area: 1/1/3/3;
  }
  .collections_list.is-featured .swiper-slide:nth-child(2) {
    grid-area: 1/3/2/4;
  }
  .collections_list.is-featured .swiper-slide:nth-child(3) {
    grid-area: 2/3/3/4;
  }
  .collections_list.is-featured .swiper-slide:nth-child(4) {
    grid-area: 3/1/4/2;
  }
  .collections_list.is-featured .swiper-slide:nth-child(5) {
    grid-area: 3/2/4/3;
  }
  .collections_list.is-featured .swiper-slide:nth-child(6) {
    grid-area: 3/3/4/4;
    display: block;
  }
  .collections_list.is-featured .swiper-slide .collections_list__item:nth-child(n+2) {
    width: 100%;
    height: 100%;
  }
  .collections_list.is-featured .swiper-slide .collections_list__item:nth-child(n+2) .image {
    aspect-ratio: auto;
    width: 100%;
    height: 300px;
  }
}

.tax-museums .collections_list {
  overflow: hidden;
}
.tax-museums .collections_list__heading {
  margin-top: 0;
  padding: 78px 0 18px;
  font-size: 3.8rem;
  background: #ffffff;
  border-bottom: none;
}
.tax-museums .collections_list__heading .found_posts {
  font-size: 3.2rem;
}
.tax-museums .collections_list__description {
  position: relative;
  z-index: 0;
  margin-top: 0;
  padding-bottom: 80px;
  line-height: 1.93;
  font-size: 1.5rem;
}
.tax-museums .collections_list__description::before {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background: #ffffff;
  z-index: -1;
}
.tax-museums .collections_list__works {
  margin-top: 64px;
}
.tax-museums .collections_list__heading02 {
  margin: 79px 0 25px;
  font-size: 3rem;
}
.tax-museums .collections_list__heading03 {
  scroll-margin-top: 65px;
  margin: -18px 0 -22px;
  font-size: 2.1rem;
  font-weight: bold;
}
.tax-museums .collections_list__heading02 + .collections_list__heading03 {
  margin-top: 0;
}
.tax-museums .tabs {
  position: sticky;
  top: 0;
  left: 0;
  font-size: 1.5rem;
  font-weight: bold;
  background: #E2E2E2;
  z-index: 100;
  overflow-y: hidden;
  overflow-x: auto;
}
.tax-museums .tabs__list {
  position: relative;
  z-index: 0;
  display: flex;
  gap: 35px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .tax-museums .tabs__item:first-child {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .tax-museums .tabs__item:last-child {
    padding-right: 15px;
  }
}
.tax-museums .tabs__link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 17px 5px 17px 0;
}
.tax-museums .tabs__link::after {
  content: "";
  width: 10px;
  height: 10px;
  -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: #ADADAD;
}

/*# sourceMappingURL=museums.css.map */
