@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;
}

html {
  background-color: #000 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.single-materials .breadcrumbs {
  display: none;
}
.single-materials .footer {
  padding: 0;
  height: 40px;
}
.single-materials .footer * {
  display: none;
}
.single-materials #informationFrame {
  display: none;
}
.single-materials #uv {
  width: 100%;
  height: calc(100svh - 102px);
  background-color: #000;
  margin-bottom: 0;
}
.single-materials #uv .footerPanel .download {
  display: none !important;
}
.single-materials #uv div.header {
  display: none !important;
}
.single-materials #uv .headerPanel {
  display: none !important;
}
.single-materials #uv .mainPanel {
  top: 0 !important;
  height: 100% !important;
  padding-top: 10px !important;
  background-color: #000 !important;
}
.single-materials .uv .centerPanel .title {
  text-align: center;
}
.single-materials .uv .share .sr-only {
  position: relative;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: auto;
  color: #A7C733;
}
.single-materials .uv .footerPanel .options .fullScreen,
.single-materials .iiif-metadata-component a {
  color: #A7C733;
}
.single-materials .iiif-metadata-component a:hover,
.single-materials .iiif-metadata-component a:active {
  color: #A7C733;
  opacity: 1;
}
.single-materials .iiif-metadata-component .groups .group .items .item .label {
  border-bottom: none;
}
.single-materials .uv .leftPanel .views .thumbsView .thumbs .thumb {
  padding: 10px;
}
.single-materials .uv .leftPanel .views .thumbsView .thumbs .thumb.selected {
  background: #444444;
}
.single-materials .uv .leftPanel .views .thumbsView .thumbs .thumb.oneCol .wrap,
.single-materials .uv .leftPanel .views .thumbsView .thumbs .thumb.oneCol .info {
  float: none;
  margin: 0 auto;
  text-align: center;
}
.single-materials .uv .leftPanel .views .thumbsView .thumbs .thumb.oneCol .info {
  margin-top: 15px;
}
.single-materials .uv .leftPanel .views .thumbsView .thumbs .thumb .info span {
  font-size: 1.3rem;
}

/*# sourceMappingURL=single-materials.css.map */
