@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  visibility: inherit;
  height: 100%;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #232323;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
  position: relative;
  background-color: #D0D0D0;
}

.bgColor {
  background-color: white;
}

.bgColor2 {
  background-color: #F6F3EC;
  margin-bottom: 100px;
}

@media screen and (max-width: 684px) {
  .bgColor2 {
    margin-bottom: 80px;
  }
}

.fullRounded {
  border-radius: 20px;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}

.topRounded {
  border-radius: 20px 20px 0 0;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}

.bottomRounded {
  border-radius: 0 0 20px 20px;
  border-top: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
}

h1, h2, h3 {
  font-weight: 500;
}

div {
  font-weight: 400;
}

a {
  text-decoration: none;
  font-weight: 400;
}

figure {
  padding: 0;
  margin: 0;
}

.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.border {
  border-bottom: 2px solid #D0D0D0;
}

b,
strong {
  font-weight: bold;
}

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

input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  /* デフォルトのサーチキャンセルボタンを非表示にする場合 */
}

ul {
  list-style: none;
}

input, select {
  font-size: 1.8rem;
  border: 2px solid #D0D0D0;
  border-radius: 3px;
  background-color: white;
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
}

@media screen and (max-width: 1080px) {
  input, select {
    font-size: 1.6rem;
  }
}

input {
  -webkit-appearance: button;
}

button,
input[type=search] {
  outline: none;
}

*:focus {
  outline: none;
}

.main-text {
  font-size: 1.8rem;
}

.header {
  border-radius: 0 0 20px 20px;
  border-bottom: 1px solid #D0D0D0;
  padding: 20px 0;
  position: relative;
  z-index: 999;
  max-width: 100%;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 684px) {
  .header {
    padding: 15px 0;
  }
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 85.71429%;
  width: 100%;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .header-inner {
    max-width: 100%;
    padding: 0px 30px;
  }
}

@media screen and (max-width: 480px) {
  .header-inner {
    padding: 0 20px;
  }
}

.header-lang {
  line-height: 1;
}

@media screen and (max-width: 1000px) {
  .header-lang {
    margin-right: 60px;
  }
}

@media screen and (max-width: 684px) {
  .header-lang {
    position: absolute;
    left: 30px;
  }
}

@media screen and (max-width: 480px) {
  .header-lang {
    left: 20px;
  }
}

.header-lang a {
  font-size: 1.6rem;
  font-weight: 600;
  color: #232323;
  word-break: keep-all;
}

.header-lang a:hover {
  color: #E54237;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.logo {
  max-width: 91px;
  width: 100%;
}

@media screen and (max-width: 684px) {
  .logo {
    max-width: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  margin-right: auto;
}

@media screen and (max-width: 684px) {
  .header-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.header-left-title {
  font-size: 2.4rem;
  font-weight: 600;
  width: 260px;
  padding-left: 25px;
  margin-left: 25px;
  border-left: 2px solid #D0D0D0;
  line-height: 1.2;
}

@media screen and (max-width: 1200px) {
  .header-left-title {
    padding-left: 15px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 684px) {
  .header-left-title {
    font-size: 1.2rem;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
    border-left: none;
    border-top: 2px solid #D0D0D0;
    padding-top: 5px;
    margin-top: 8px;
    letter-spacing: 0.5px;
  }
}

.header-nav {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1400px) {
  .nav > ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 1000px) {
  .nav > ul {
    display: none;
  }
}

.nav-item a {
  font-size: 1.8rem;
  font-weight: 600;
  color: #232323;
  padding: 0 15px;
}

@media screen and (max-width: 1200px) {
  .nav-item a {
    padding: 0 10px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1080px) {
  .nav-item a {
    padding: 0 5px;
  }
}

.nav-item a:hover {
  color: #E54237;
}

#nav-toggle, .search-toggle {
  height: 23px;
  width: 35px;
  cursor: pointer;
  display: block;
  z-index: 1000;
}

#nav-toggle > div, .search-toggle > div {
  position: relative;
  width: 35px;
}

#nav-toggle span, .search-toggle span {
  display: block;
  background: white;
  position: absolute;
  -webkit-transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: top .5s ease, -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out, top .5s ease;
  transition: transform .6s ease-in-out, top .5s ease, -webkit-transform .6s ease-in-out;
}

#nav-toggle, .search-toggle {
  top: 0px;
  right: 0px;
}

#nav-toggle {
  display: none;
}

@media screen and (max-width: 1000px) {
  #nav-toggle {
    display: block;
    position: absolute;
    top: 35px;
    right: 30px;
  }
}

@media screen and (max-width: 684px) {
  #nav-toggle {
    top: 40px;
  }
}

@media screen and (max-width: 480px) {
  #nav-toggle {
    right: 20px;
  }
}

#nav-toggle span {
  display: block;
  position: absolute;
  width: 35px;
  height: 3px;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0px;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
  width: 20px;
  right: 0;
}

/* z-index */
#container {
  z-index: 900;
}

.nav_wrap {
  width: 90%;
  height: calc(100vh - 150px);
  overflow-x: hidden;
  padding: 0px 10px;
  padding-bottom: 50px;
  margin: 0px auto;
}

@media screen and (max-width: 684px) {
  .nav_wrap {
    margin: 0px auto;
  }
}

#nav_sp, .search-menu, .artist-menu {
  display: none;
  position: fixed;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  display: block;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  margin: auto;
  -webkit-transition: opacity .3s ease, visibility .3s ease;
  transition: opacity .3s ease, visibility .3s ease;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}

#nav_sp .nav_wrap, .search-menu .nav_wrap, .artist-menu .nav_wrap {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

#nav_sp .nav_wrap ul, .search-menu .nav_wrap ul, .artist-menu .nav_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 20px;
  padding: 0 20px;
}

#nav_sp .nav_wrap .nav-item a, .search-menu .nav_wrap .nav-item a, .artist-menu .nav_wrap .nav-item a {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.8rem !important;
  border-bottom: 2px solid #D0D0D0;
  padding: 20px 10px;
  margin: 0px 20px;
  display: block;
}

#nav_sp .nav_wrap li, .search-menu .nav_wrap li, .artist-menu .nav_wrap li {
  width: 50%;
  margin-left: 0;
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  -webkit-transition: opacity .2s ease, -webkit-transform 0.75s ease;
  transition: opacity .2s ease, -webkit-transform 0.75s ease;
  transition: transform 0.75s ease, opacity .2s ease;
  transition: transform 0.75s ease, opacity .2s ease, -webkit-transform 0.75s ease;
  list-style: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  text-align: left;
}

@media screen and (max-width: 480px) {
  #nav_sp .nav_wrap li, .search-menu .nav_wrap li, .artist-menu .nav_wrap li {
    width: 100%;
    text-align: center;
  }
}

#nav_sp .nav_wrap a:hover, .search-menu .nav_wrap a:hover, .artist-menu .nav_wrap a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#nav_sp .nav_wrap .ddmenu, .search-menu .nav_wrap .ddmenu, .artist-menu .nav_wrap .ddmenu {
  position: relative;
  top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#nav_sp .nav_wrap .ddmenu li, .search-menu .nav_wrap .ddmenu li, .artist-menu .nav_wrap .ddmenu li {
  width: 100%;
}

#nav_sp .nav_wrap .ddmenu li a, .search-menu .nav_wrap .ddmenu li a, .artist-menu .nav_wrap .ddmenu li a {
  border: none;
  width: 100%;
  font-size: 1.5rem !important;
}

.header-nav .nav-item a {
  position: relative;
  padding: 5px 15px;
}

@media screen and (max-width: 1200px) {
  .header-nav .nav-item a {
    padding: 5px 10px;
  }
}

.header-nav .nav-item a::before {
  content: "";
  background: #E54237;
  width: 0;
  height: 2px;
  left: 50%;
  bottom: -4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  display: block;
}

@media screen and (max-width: 1000px) {
  .header-nav .nav-item a::before {
    display: none;
  }
}

.header-nav .nav-item a:hover, .header-nav .nav-item a.active {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-nav .nav-item a:hover::before, .header-nav .nav-item a.active::before {
  width: calc(100% - 30px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1200px) {
  .header-nav .nav-item a:hover::before, .header-nav .nav-item a.active::before {
    width: calc(100% - 20px);
  }
}

.nav-info {
  text-align: center;
  width: 100% !important;
  margin: 10px auto;
}

.nav-info .logo {
  width: 295px !important;
  margin: 0 auto 10px auto;
}

.nav-info .logo img {
  margin: auto !important;
}

.nav-info .btn {
  -webkit-animation: none !important;
          animation: none !important;
  margin-bottom: 10px;
}

.nav-info .btn a {
  color: white;
}

/* open ---------------------------- */
body.open, body.search-open, body.artist-open {
  height: 100%;
  overflow-y: hidden;
  height: 100vh;
}

body.open #nav_sp {
  visibility: visible;
  opacity: 1;
  background-color: #F6F3EC;
  border-radius: 20px 20px 0 0;
  padding: 70px 0;
}

@media screen and (max-width: 684px) {
  body.open #nav_sp {
    padding: 50px 0;
  }
}

body.open #nav_sp li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.05s ease;
  transition: transform 1s ease, opacity 1.05s ease, -webkit-transform 1s ease;
}

.fixed-close {
  display: none;
}

@media screen and (max-width: 684px) {
  .fixed-close {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #D0D0D0;
  }
}

.sp-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 15px;
  cursor: pointer;
  width: 95px;
  height: 55px;
  z-index: 9999;
  position: fixed;
  color: #232323;
  margin: auto;
  padding-right: 25px;
  position: relative;
}

.sp-close span {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #232323;
  position: absolute;
}

.sp-close span:nth-child(1) {
  top: 26px;
  right: 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.sp-close span:nth-child(2) {
  top: 26px;
  right: 0;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.open #nav-toggle span:nth-child(1), .search-open .search-toggle span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 100%;
}

.open #nav-toggle span:nth-child(2), .search-open .search-toggle span:nth-child(2) {
  top: 13px;
  width: 0;
  left: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: none;
}

.open #nav-toggle span:nth-child(3), .search-open .search-toggle span:nth-child(3) {
  top: 13px !important;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  width: 100%;
}

.search-toggle {
  position: fixed;
  z-index: 1001;
  display: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: 10px;
  right: 10px;
}

@media screen and (max-width: 684px) {
  .search-toggle {
    display: none;
  }
}

.artist-toggle {
  position: absolute;
  z-index: 1003;
  display: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: -40px;
  left: 5px;
  padding-left: 25px;
  cursor: pointer;
}

.artist-toggle::after {
  content: "";
  background-image: url("./assets/images/small-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 11px;
  -webkit-transform: rotate(90deg) translateY(-50%);
          transform: rotate(90deg) translateY(-50%);
  display: block;
  position: absolute;
  left: 0;
  top: 35%;
}

.artist-open .artist-toggle {
  display: block;
}

.search-toggle span {
  display: block;
  position: absolute;
  width: 45px;
  height: 3px;
  background-color: #000;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .filters {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 684px) {
  .filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.js-artist-trigger {
  position: relative;
  cursor: pointer;
  width: calc(31% - 10px);
}

@media screen and (max-width: 1080px) {
  .js-artist-trigger {
    width: calc(27% - 10px);
  }
}

@media screen and (max-width: 834px) {
  .js-artist-trigger {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 684px) {
  .js-artist-trigger {
    width: 100%;
    margin-bottom: 10px;
  }
}

.js-artist-trigger input {
  width: 100%;
  height: 55px;
  display: block;
  padding: 0 40px 0 20px;
  cursor: pointer;
}

.js-artist-trigger input::-webkit-input-placeholder {
  color: #232323;
}

.js-artist-trigger input:-ms-input-placeholder {
  color: #232323;
}

.js-artist-trigger input::-ms-input-placeholder {
  color: #232323;
}

.js-artist-trigger input::placeholder {
  color: #232323;
}

.js-artist-trigger input[type=search] {
  outline: none;
}

.artist_window {
  border: 2px solid #D0D0D0;
  border-radius: 3px;
  background-color: white;
  width: 100%;
  height: 55px;
  padding: 8px 40px 0 20px;
  cursor: pointer;
  display: block;
}

.select-button {
  font-size: 1.8rem;
  display: block;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .select-button {
    font-size: 1.6rem;
  }
}

.lines {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 12px;
  height: 10px;
}

.lines span {
  position: absolute;
  display: block;
  width: 12px;
  height: 1px;
  background-color: #000;
}

.lines span:nth-child(1) {
  top: 0px;
}

.lines span:nth-child(2) {
  top: 4px;
}

.lines span:nth-child(3) {
  top: 8px;
}

/* genre -------------------------- */
.genre-select {
  width: calc(31% - 10px);
}

@media screen and (max-width: 1080px) {
  .genre-select {
    width: calc(27% - 10px);
  }
}

@media screen and (max-width: 834px) {
  .genre-select {
    width: calc(50% - 10px);
  }
}

.years-select {
  width: calc(100% / 3);
}

.accordion-select {
  height: 55px;
  display: block;
  position: relative;
}

@media screen and (max-width: 684px) {
  .accordion-select {
    width: 100%;
  }
}

.accordion-select::after {
  content: "";
  background-image: url("./assets/images/small-arrow.svg");
  width: 11px;
  height: 7px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
}

.accordion-select .dropdown {
  width: 100%;
  display: inline-block;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  color: #232323;
  height: 100%;
  border: 2px solid #D0D0D0;
  padding: 0 40px 0 20px;
}

@media screen and (max-width: 1080px) {
  .accordion-select .dropdown {
    padding: 0 30px 0 20px;
  }
}

.accordion-select .dropdown .select {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1.8rem;
  padding: 8px 0;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1080px) {
  .accordion-select .dropdown .select {
    font-size: 1.6rem;
  }
}

.accordion-select .dropdown.active:hover,
.accordion-select .dropdown.active {
  border-radius: 3px 3px 0 0;
  background-color: #fff;
  border-bottom: none;
}

.accordion-select .dropdown .dropdown-menu {
  position: absolute;
  background-color: #fff;
  width: 100%;
  left: 0;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
  display: none;
  overflow-y: auto;
  z-index: 99;
  border-left: 2px solid #D0D0D0;
  border-right: 2px solid #D0D0D0;
  border-bottom: 2px solid #D0D0D0;
}

.accordion-select .dropdown .dropdown-menu::after {
  content: "";
  background: #D0D0D0;
  width: calc(100% - 40px);
  height: 2px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
}

.accordion-select .dropdown .dropdown-menu li {
  padding: 6px 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  cursor: pointer;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 1080px) {
  .accordion-select .dropdown .dropdown-menu li {
    font-size: 1.6rem;
  }
}

.accordion-select .dropdown .dropdown-menu {
  padding: 10px 20px;
  list-style: none;
}

.accordion-select.active::after {
  background-image: url("./assets/images/small-arrow-up.svg");
}

@media screen and (max-width: 684px) {
  .en-search-menu .years {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 684px) {
  .en-search-menu .years .text-width {
    width: 100%;
  }
}

@media screen and (max-width: 684px) {
  .en-search-menu .years .years-select {
    width: calc((100% - 20px) / 2);
  }
  .en-search-menu .years .years-select input {
    width: 100% !important;
  }
}

@media screen and (max-width: 684px) {
  .en-search-menu .years .space {
    width: 20px;
  }
}

/* option ----------------------- */
.option-select {
  width: calc(38% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1080px) {
  .option-select {
    width: calc(46% - 10px);
  }
}

@media screen and (max-width: 834px) {
  .option-select {
    width: 100%;
    display: block;
    margin-top: 10px;
  }
}

@media screen and (max-width: 684px) {
  .option-select {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.option-select .option {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.8rem;
  cursor: pointer;
}

@media screen and (max-width: 1080px) {
  .option-select .option {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 834px) {
  .option-select .option {
    padding-right: 20px;
  }
}

@media screen and (max-width: 684px) {
  .option-select .option {
    padding-right: 20px;
  }
}

.option-select .option span {
  padding-left: 32px;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin-bottom: 10px;
}

.option-select .option span::before, .option-select .option span::after {
  content: "";
  display: block;
  position: absolute;
}

.option-select .option span::before {
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #D0D0D0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 0px;
}

.option-select .option span::after {
  border-bottom: 3px solid #E54237;
  border-left: 3px solid #E54237;
  opacity: 0;
  height: 7px;
  width: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 8px;
  left: 5px;
}

.option-select input {
  width: 20px;
  height: 20px;
  border: 2px solid #D0D0D0;
  border-radius: 3px;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.option-select input:checked + span::after {
  opacity: 1;
}

.option-select input + span::after {
  opacity: 1;
}

.en-search-menu .option-select {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.en-search-menu .option-select .option span {
  margin-bottom: 0;
}

/* search-open */
.search-open {
  height: 100%;
}

.search-open .search-toggle {
  display: block;
}

@media screen and (max-width: 684px) {
  .search-open .search-toggle {
    display: none;
  }
}

.search-open .search-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1000;
  padding: 50px 30px;
  overflow-y: auto;
  margin-top: 0;
}

@media screen and (max-width: 684px) {
  .search-open .search-menu {
    padding: 0px 20px;
  }
}

.search-open .search-menu .search-menu-wrap {
  margin: 50px auto 80px auto;
  top: 0;
}

@media screen and (max-width: 684px) {
  .search-open .search-menu .search-menu-wrap {
    margin: 30px auto 130px auto;
  }
}

.search-open .search-menu .menu-bg {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.search-open .search-menu li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: opacity 1.05s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity 1.05s ease;
  transition: transform 1s ease, opacity 1.05s ease, -webkit-transform 1s ease;
}

.search-open .search-toggle span, .search-open .artist-toggle span {
  z-index: 1001;
}

.search-open .search-toggle span:nth-child(1), .search-open .artist-toggle span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  width: 100%;
}

.search-open .search-toggle span:nth-child(2), .search-open .artist-toggle span:nth-child(2) {
  top: 13px;
  width: 0;
  left: 50%;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: none;
}

.search-open .search-toggle span:nth-child(3), .search-open .artist-toggle span:nth-child(3) {
  top: 13px !important;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  width: 100%;
}

.search-bar {
  position: relative;
  overflow: hidden;
  margin: 30px auto;
}

@media screen and (max-width: 684px) {
  .search-bar {
    margin: 20px auto;
  }
}

.search-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-wrap input {
  width: calc(100% - 100px);
  height: 55px;
  padding: 0 20px;
  border: 2px solid #232323;
  border-radius: 3px 0 0 3px;
}

@media screen and (max-width: 684px) {
  .search-wrap input {
    width: calc(100% - 55px);
    height: 62px;
  }
}

.search-wrap input::-webkit-input-placeholder {
  color: #999999;
}

.search-wrap input:-ms-input-placeholder {
  color: #999999;
}

.search-wrap input::-ms-input-placeholder {
  color: #999999;
}

.search-wrap input::placeholder {
  color: #999999;
}

.submit-btn {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: #E54237;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 3px 3px 0;
  cursor: pointer;
  border: none;
}

@media screen and (max-width: 684px) {
  .submit-btn {
    width: 55px;
  }
}

.option-select input {
  margin-right: 5px;
}

.s-btn-fixed {
  width: 100%;
}

.s-btn-fixed .s-btn {
  cursor: pointer;
  width: 100%;
  height: 55px;
  border: none;
  background-color: #E54237;
  border-radius: 3px;
  color: white;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.s-btn-fixed .s-btn a {
  color: white;
}

@media screen and (max-width: 684px) {
  .s-btn-fixed .s-btn {
    font-size: 1.6rem;
  }
}

.accordion-search {
  margin: 30px auto;
}

@media screen and (max-width: 684px) {
  .accordion-search {
    margin: 20px auto;
  }
}

.accordion-trigger {
  text-align: center;
  margin-top: 30px;
  position: relative;
}

@media screen and (max-width: 684px) {
  .accordion-trigger {
    margin-top: 20px;
  }
}

.accordion-trigger::before {
  content: "";
  background: #D0D0D0;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

.accordion-title {
  font-size: 1.8rem;
  display: inline-block;
  background-color: #D0D0D0;
  height: 55px;
  padding: 10px 50px 10px 30px;
  position: relative;
  border-radius: 0 0 3px 3px;
  cursor: pointer;
}

@media screen and (max-width: 684px) {
  .accordion-title {
    font-size: 1.6rem;
  }
}

.accordion-title span {
  position: absolute;
  width: 10px;
  height: 2px;
  background: #232323;
  display: block;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.accordion-title span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.open .accordion-title span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.accordion-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .accordion-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 684px) {
  .accordion-content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 1000px) {
  .en-search-menu .accordion-content .years {
    width: 70%;
  }
}

@media screen and (max-width: 834px) {
  .en-search-menu .accordion-content .years {
    width: 100%;
  }
}

/* 検索 ------------------------------ */
.l-search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #E54237;
  border-radius: 3px;
  padding: 5px 15px;
  margin: 0 30px 0 15px;
  cursor: pointer;
  width: 95px;
  height: 38px;
}

@media screen and (max-width: 1200px) {
  .l-search-icon {
    margin: 0 20px 0 10px;
  }
}

@media screen and (max-width: 1080px) {
  .l-search-icon {
    margin: 0 10px 0 5px;
    padding: 5px 7px;
  }
}

@media screen and (max-width: 1000px) {
  .l-search-icon {
    padding: 5px 10px;
    margin: 0 20px 0 5px;
  }
}

@media screen and (max-width: 684px) {
  .l-search-icon {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0;
    margin: 0;
    z-index: 99;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 55px;
  }
}

.l-search-icon .nav-item {
  color: white;
  font-weight: 600;
  letter-spacing: 0.15rem;
  margin-right: 5px;
}

@media screen and (max-width: 684px) {
  .l-search-icon .pc-display {
    display: none;
  }
}

.l-search-icon .sp-display {
  display: none;
}

@media screen and (max-width: 684px) {
  .l-search-icon .sp-display {
    display: block;
  }
}

.en-search-icon {
  width: 100px;
}

@media screen and (max-width: 684px) {
  .en-search-icon {
    width: 100%;
  }
}

.nav-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-menu-wrap {
  width: 100%;
  max-width: 1200px;
  background-color: #F6F3EC;
  padding: 50px;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 684px) {
  .search-menu-wrap {
    padding: 40px 20px;
  }
}

.search-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
}

.search-clicked {
  width: 100%;
}

/* モーダル ------------------------------ */
.artist-menu-wrap {
  width: 100%;
  max-width: 1200px;
  padding: 50px;
  background-color: #F6F3EC;
  border-radius: 20px;
  position: relative;
  margin: 60px auto;
}

@media screen and (max-width: 684px) {
  .artist-menu-wrap {
    padding: 40px 20px;
  }
}

.artist-open .artist-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1002;
  overflow-x: hidden;
  padding: 40px 30px 50px 30px;
  overflow-y: auto;
  margin-top: 0;
}

@media screen and (max-width: 684px) {
  .artist-open .artist-menu {
    padding: 0px 20px 70px 20px;
  }
}

.artist-open .artist-bg {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.anchor-link {
  display: inline-block;
  width: 100%;
  padding: 0 10% 30px 10%;
  margin: auto;
  margin-top: 20px;
  border-bottom: 2px solid #D0D0D0;
}

@media screen and (max-width: 834px) {
  .anchor-link {
    padding: 0 0 30px 0;
  }
}

@media screen and (max-width: 684px) {
  .anchor-link {
    padding: 0 0 10px 0;
  }
}

.anchor {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #232323;
  font-size: 1.8rem;
  font-weight: 600;
  border-radius: 3px;
  height: 42px;
  width: calc(10% - 10px);
  float: left;
}

@media screen and (max-width: 684px) {
  .anchor {
    width: 39px;
    height: 32px;
  }
}

.anchor.active {
  border: 2px solid #E54237;
}

.artist-alp {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 15px;
}

@media screen and (max-width: 684px) {
  .artist-alp {
    margin-bottom: 10px;
  }
}

.list-wrap {
  margin-top: 20px;
  overflow-y: auto;
  min-height: 280px;
  max-height: calc(100vh - 650px);
  margin-bottom: 40px;
  position: relative;
}

@media screen and (max-width: 684px) {
  .list-wrap {
    margin-top: 20px;
    height: 300px;
    margin-bottom: 20px;
  }
}

.artist-list {
  margin-bottom: 30px;
}

.name-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.name-wrap .names {
  width: calc(100% / 3);
  padding-right: 25px;
  cursor: pointer;
  margin-bottom: 10px;
}

@media screen and (max-width: 684px) {
  .name-wrap .names {
    width: 100%;
  }
}

.name-wrap .names span {
  margin-left: 30px;
  position: relative;
}

.name-wrap .names span::before, .name-wrap .names span::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.name-wrap .names span::before {
  background-color: #fff;
  border-radius: 3px;
  border: 2px solid #D0D0D0;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 9px;
  left: -30px;
}

.name-wrap .names span::after {
  border-bottom: 3px solid #E54237;
  border-left: 3px solid #E54237;
  opacity: 0;
  height: 7px;
  width: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 4px;
  left: -26px;
}

.name-wrap input {
  margin-right: 4px;
  width: 20px;
  height: 20px;
  border: 2px solid #D0D0D0;
  border-radius: 3px;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.name-wrap input:checked + span::after {
  opacity: 1;
}

.artist-close {
  width: 100%;
  background-color: #E54237;
  color: white;
  text-align: center;
  border: none;
  border-radius: 3px;
  height: 55px;
  cursor: pointer;
}

.form-deselect {
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 684px) {
  .form-deselect {
    position: absolute;
    top: -45px;
    right: 0px;
  }
}

.deselect {
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 2px solid #E54237;
  font-size: 1.3rem;
  color: #999999;
  cursor: pointer;
}

.deselect.changeColor {
  color: #232323;
}

.l-collection img {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

/* accordion --------------------- */
.accordion-search select, .accordion-search input {
  height: 55px;
  padding: 0 20px;
}

.years {
  width: calc(36% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  word-break: keep-all;
}

@media screen and (max-width: 1080px) {
  .years {
    width: calc(46% - 10px);
  }
}

@media screen and (max-width: 834px) {
  .years {
    width: 70%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 684px) {
  .years {
    width: 100%;
    margin-bottom: 10px;
  }
}

.years .years-select {
  text-align: center;
}

.years .years-select input {
  width: 100% !important;
  cursor: pointer;
  text-align: left;
}

@media screen and (max-width: 684px) {
  .years .years-select input {
    width: 90% !important;
  }
}

.years .select {
  color: #999999;
}

.material, .keyword {
  width: calc(32% - 10px);
  margin: 0 5px;
}

@media screen and (max-width: 1080px) {
  .material, .keyword {
    width: calc(27% - 10px);
  }
}

@media screen and (max-width: 834px) {
  .material, .keyword {
    width: calc(50% - 10px);
    margin: 0;
  }
}

@media screen and (max-width: 684px) {
  .material, .keyword {
    width: 100%;
    margin-bottom: 10px;
  }
}

.material select, .keyword input {
  width: 100%;
}

@media screen and (max-width: 684px) {
  .material select, .keyword input {
    margin-bottom: 10px;
  }
}

/*  sticky-header --------------------- */
.header-sticky {
  width: 100%;
  background-color: white;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.sticky-inner {
  background-color: white;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

@media screen and (max-width: 1400px) {
  .sticky-inner {
    max-width: 100%;
    padding: 20px 30px;
  }
}

@media screen and (max-width: 480px) {
  .sticky-inner {
    padding: 10px 20px;
  }
}

.sticky-inner .search-bar {
  width: calc(100% - 172px);
  margin: 0;
}

.sticky-inner .search-bar .search-wrap input {
  height: 46px;
}

.search-detail {
  width: 162px;
  background-color: #dadada;
  height: 46px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
}

.search-detail span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
}

.content-inner {
  max-width: 85.71429%;
  width: 100%;
  padding: 50px 0;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 1400px) {
  .content-inner {
    max-width: 100%;
    padding: 50px 30px;
  }
}

@media screen and (max-width: 684px) {
  .content-inner {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 480px) {
  .content-inner {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 684px) {
  .content-inner.main-inner {
    padding: 40px 30px 75px 30px;
  }
}

@media screen and (max-width: 480px) {
  .content-inner.main-inner {
    padding: 40px 20px 75px 20px;
  }
}

/*  main-images ----------------------------- */
.main-wrap {
  position: relative;
}

.main-items {
  position: relative;
}

.prev-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: calc((100% / 12 * 1) - (100% / 12 * 2));
  z-index: 99;
}

@media screen and (max-width: 684px) {
  .prev-arrow {
    margin-left: 0;
    bottom: -52px;
  }
}

.next-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: calc((100% / 12 * 1) - (100% / 12 * 2) + (100% / 12 * 1 / 2));
  z-index: 99;
}

@media screen and (max-width: 684px) {
  .next-arrow {
    margin-left: 40px;
    bottom: -52px;
  }
}

.main-items {
  margin-left: calc(100% / 12 * 1);
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 684px) {
  .main-items {
    margin-left: 0;
    margin-right: 0 !important;
  }
}

.main-item {
  width: calc(100% / 12 * 10);
  position: relative;
  padding: 0px 10px;
}

@media screen and (max-width: 684px) {
  .main-item {
    width: 100%;
    padding: 0;
  }
}

.main-item img {
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}

.main-items .slick-list {
  padding: 0 15% 0 0 !important;
}

@media screen and (max-width: 684px) {
  .main-items .slick-list {
    padding: 0 !important;
  }
}

/* title ----------------------------- */
.cont_title2 {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.6;
  color: #232323;
}

@media screen and (max-width: 684px) {
  .cont_title2 {
    font-size: 2.2rem;
  }
}

.cont_title2.grey {
  color: #666666;
  padding: 10px 0;
}

.txtCenter {
  text-align: center;
}

.cont_title1 {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.6;
}

@media screen and (max-width: 684px) {
  .cont_title1 {
    font-size: 2.6rem;
  }
}

.cont_sub_title {
  color: #666666;
  font-weight: 600;
}

/* contents ----------------------------- */
.title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.title-wrap .exhib-title, .title-wrap .exhib-title-en {
  width: calc(100% - 260px);
}

@media screen and (max-width: 684px) {
  .title-wrap .exhib-title, .title-wrap .exhib-title-en {
    width: calc(100% - 180px);
  }
}

.title-inner {
  max-width: 85.71429%;
  width: 100%;
  margin: 50px auto 20px auto;
}

@media screen and (max-width: 1400px) {
  .title-inner {
    max-width: 100%;
    padding: 0px 30px;
  }
}

@media screen and (max-width: 684px) {
  .title-inner {
    margin: 30px auto 20px auto;
  }
}

@media screen and (max-width: 480px) {
  .title-inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 684px) {
  .sp-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 30px auto;
  }
}

.sp-column .order-select {
  margin-top: 15px;
}

.tab-column {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 834px) {
  .tab-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 30px auto;
  }
}

.tab-column .exhib-title, .tab-column .exhib-title-en {
  width: 100%;
}

.order-select {
  width: 260px;
}

@media screen and (max-width: 834px) {
  .order-select {
    width: 200px;
  }
}

@media screen and (max-width: 684px) {
  .order-select {
    width: 190px;
    height: 48px;
  }
}

.order-select .select {
  height: 55px;
  font-size: 1.6rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 684px) {
  .order-select .select {
    height: 48px;
  }
}

@media screen and (max-width: 684px) {
  .order-select .dropdown {
    padding: 0 30px 0 10px;
  }
}

.order-select .dropdown-menu li, .order-select .dropdown-menu li a {
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  color: #232323;
}

@media screen and (max-width: 684px) {
  .order-select .dropdown-menu {
    padding: 15px 10px !important;
  }
}

.order-select .dropdown-menu::after {
  width: calc(100% - 20px) !important;
}

.en-order-select.order-select {
  width: 330px;
}

.en-order-select.order-select .select {
  letter-spacing: 0.5px;
}

.en-order-select.order-select .dropdown-menu li {
  letter-spacing: 0.5px;
}

@media screen and (max-width: 684px) {
  .sp-column .order-select {
    width: 100%;
  }
}

/* grid -------------------------------- */
.grid-wrap {
  width: 100%;
  margin: 0 auto;
}

.grid-items {
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-gap: 1em;
  width: 100% !important;
}

@media screen and (max-width: 684px) {
  .grid-items {
    margin: auto;
  }
}

.grid-item {
  padding: 20px;
  cursor: pointer;
  color: #232323;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1080px) {
  .grid-item {
    padding: 15px;
  }
}

@media screen and (max-width: 480px) {
  .grid-item {
    padding: 0;
    margin-bottom: 40px;
  }
}

.grid-sizer, .grid-item {
  width: calc(100% / 5);
}

@media screen and (max-width: 1400px) {
  .grid-sizer, .grid-item {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 834px) {
  .grid-sizer, .grid-item {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 684px) {
  .grid-sizer, .grid-item {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 480px) {
  .grid-sizer, .grid-item {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .grid-item {
    width: 300px;
  }
}

.grid-item:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 684px) {
  .grid-item:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.grid-item img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.smallImg {
  background-color: #F6F3EC;
  width: 100%;
  height: calc(86vw / 5 - 40px) !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
  padding: calc(50% - 80px);
}

@media screen and (max-width: 1400px) {
  .smallImg {
    height: calc((100vw - 60px) / 4 - 40px) !important;
  }
}

@media screen and (max-width: 1080px) {
  .smallImg {
    padding: calc(50% - 70px);
    height: calc((100vw - 60px) / 4 - 30px) !important;
  }
}

@media screen and (max-width: 834px) {
  .smallImg {
    height: calc((100vw - 60px) / 3 - 30px) !important;
  }
}

@media screen and (max-width: 684px) {
  .smallImg {
    height: calc((100vw - 60px) / 2 - 30px) !important;
    padding: calc(50% - 80px);
  }
}

@media screen and (max-width: 480px) {
  .smallImg {
    height: calc(100vw - 40px) !important;
  }
}

@media screen and (min-width: 1920px) {
  .smallImg {
    height: 260px !important;
  }
}

.exhib-title, .exhib-title-en {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
}

.exhib-artist {
  color: #666666;
  font-weight: 600;
}

.exhib-cap {
  font-size: 1.3rem;
  color: #999999;
  font-weight: 600;
}

.exhib-icon {
  background-color: #6C5043;
  color: white;
  font-size: 1.3rem;
  padding: 2px 20px;
  border-radius: 3px;
  margin-bottom: 10px;
  display: inline-block;
}

/* pagenation --------------------------- */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  margin-bottom: 50px;
}

.pagination li a {
  padding: 0 13px;
  font-size: 2.8rem;
  line-height: 1;
}

.pagination li img {
  width: 10px;
  position: relative;
  bottom: 1px;
}

.pagination .dots {
  line-height: 1;
  padding: 0 10px;
  vertical-align: super;
}

.page_counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_counter > li a {
  color: #E54237;
}

.page_counter .active {
  color: #232323;
}

/* clone ----------------------------- */
.search-clone .search-toggle {
  display: none;
}

.search-clone .search-menu-wrap {
  margin: auto;
}

/* footer ------------------------ */
.footer-inner {
  max-width: 85.71429%;
  width: 100%;
  padding: 50px 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1400px) {
  .footer-inner {
    max-width: 100%;
    padding: 50px 30px;
  }
}

@media screen and (max-width: 834px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 684px) {
  .footer-inner {
    padding: 50px 20px 30px 20px;
  }
}

.footer-block {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer-block1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-right: 2px solid #D0D0D0;
  padding-right: 2vw;
  width: calc(100% / 14 * 5);
}

@media screen and (max-width: 1080px) {
  .footer-block1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 834px) {
  .footer-block1 {
    border-right: 0;
    border-bottom: 2px solid #D0D0D0;
    padding-right: 0;
    padding-bottom: 50px;
    width: 100%;
  }
}

.footer-block2 {
  padding-left: 2vw;
  width: calc(100% / 14 * 7);
}

@media screen and (max-width: 1080px) {
  .footer-block2 {
    margin-top: 80px;
  }
}

@media screen and (max-width: 834px) {
  .footer-block2 {
    padding-left: 0;
    margin-top: 40px;
    width: 100%;
  }
}

@media screen and (max-width: 684px) {
  .footer-block2 {
    border-bottom: 2px solid #D0D0D0;
    padding-bottom: 50px;
  }
}

.copyrights {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: 20px;
}

@media screen and (max-width: 684px) {
  .copyrights {
    text-align: left;
    padding: 0 20px 70px 20px;
  }
}

.footer-logo {
  margin-right: 30px;
}

@media screen and (max-width: 1080px) {
  .footer-logo {
    margin-bottom: 20px;
  }
}

.footer-title {
  font-size: 1.8rem;
  vertical-align: middle;
  font-weight: 600;
}

.footer-title .small-title {
  color: #666666;
  font-size: 1.3rem;
  margin-left: 20px;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .footer-title .small-title {
    margin-left: 0;
  }
}

.footer-info .info-items {
  margin-top: 10px;
}

.link-under {
  color: #232323;
  padding-bottom: 5px;
  border-bottom: 2px solid #E54237;
}

.link-under:hover {
  color: #E54237;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.title-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1200px) {
  .title-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-right: 0;
  margin: 30px 0;
}

@media screen and (max-width: 1400px) {
  .footer-search {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.footer-search > li {
  position: relative;
  cursor: pointer;
}

.footer-search > li::before {
  content: "";
  background: #E54237;
  width: 0;
  height: 2px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  display: block;
}

.footer-search > li a {
  color: #232323;
  display: inline-block;
  position: relative;
}

.footer-search > li a:hover {
  color: #E54237;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-search li:hover {
  color: #E54237;
}

.footer-search li:hover::before {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-search li:hover svg g {
  stroke: #E54237;
}

.footer-search > li:not(:last-child) {
  margin-right: 30px;
}

@media screen and (max-width: 684px) {
  .footer-search > li:not(:last-child) {
    margin-right: 20px;
  }
}

.footer-search .search-icon {
  position: absolute;
  right: -22px;
  top: 8px;
}

.footer-caution {
  font-size: 1.2rem;
  color: #666666;
  line-height: 1.6;
  font-weight: 400;
}

.c-f-dl {
  color: #E54237;
  position: relative;
  padding-right: 2px;
}

.c-f-dl::after {
  content: "";
  background-image: url("/assets/images/pdf.svg");
  width: 10px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
  display: inline-block;
}

.c-f-dl:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* artist-page ------------------------- */
.pankuzu {
  margin-bottom: 60px;
}

@media screen and (max-width: 684px) {
  .pankuzu {
    margin-bottom: 20px;
  }
}

.pankuzu a {
  color: #E54237;
  font-size: 1.3rem;
  padding-right: 15px;
  display: inline-block;
  font-weight: 600;
}

.pankuzu img {
  margin-right: 10px;
}

.content-inner.page-inner {
  padding: 30px 0 50px 0;
}

@media screen and (max-width: 1400px) {
  .content-inner.page-inner {
    padding: 30px 30px 50px 30px;
  }
}

@media screen and (max-width: 480px) {
  .content-inner.page-inner {
    padding: 40px 20px 30px 20px;
  }
}

.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tab-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tab {
  display: none;
}

.tab.active {
  display: block;
}

.tab1, .tab2 {
  margin-left: 15px;
}

.tab1.active .visible {
  display: none;
}

.tab1.active .active-visible {
  display: block;
}

.tab1 .visible {
  display: block;
}

.tab1 .active-visible {
  display: none;
}

.tab2.active .visible {
  display: none;
}

.tab2.active .active-visible {
  display: block;
}

.tab2 .visible {
  display: block;
}

.tab2 .active-visible {
  display: none;
}

.name-tab {
  margin-bottom: 70px;
}

.name-tab .artist-alp {
  margin-bottom: 30px;
}

.name-tab .names {
  margin-bottom: 30px;
}

.tab .names .exhib-title span, .tab .names .exhib-title-en span, .tab .names .exhib-artist span {
  display: inline;
  margin-left: 0;
}

.tab .names .exhib-title span::before, .tab .names .exhib-title-en span::before, .tab .names .exhib-title span::after, .tab .names .exhib-title-en span::after, .tab .names .exhib-artist span::before, .tab .names .exhib-artist span::after {
  display: none;
}

.tab .names:hover .exhib-title span, .tab .names:hover .exhib-title-en span, .tab .names:hover .exhib-artist span {
  border-bottom: 2px solid #E54237;
  color: #E54237;
}

/* slider -------------------------*/
.carousel {
  width: 100%;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.carousel-item {
  padding: 20px;
}

@media screen and (max-width: 480px) {
  .carousel-item {
    margin: 0 40px 0 0;
    padding: 20px 0;
  }
}

.item-bg {
  background-color: #F6F3EC;
  height: 14vw !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
  .item-bg {
    height: 20vw !important;
  }
}

@media screen and (max-width: 1200px) {
  .item-bg {
    margin-right: 30px;
  }
}

@media screen and (max-width: 834px) {
  .item-bg {
    height: 24vw !important;
  }
}

@media screen and (max-width: 684px) {
  .item-bg {
    height: 36vw !important;
  }
}

@media screen and (max-width: 480px) {
  .item-bg {
    height: 66vw !important;
  }
}

.item-bg img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit:contain;";
  max-height: 100%;
  max-width: 100%;
  margin: 0;
}

.item-bg .smallImg {
  padding: 0;
  max-width: 160px;
  max-height: 160px;
}

.carousel .slick-list {
  padding: 20px;
}

@media screen and (max-width: 480px) {
  .carousel .slick-list {
    padding: 0 20% 0 0 !important;
  }
}

.content-inner.carousel-inner {
  padding: 0px 0px;
  margin: auto;
}

@media screen and (max-width: 1400px) {
  .content-inner.carousel-inner {
    padding: 0px 20px;
  }
}

@media screen and (max-width: 480px) {
  .content-inner.carousel-inner {
    padding: 20px 0px 20px 20px;
  }
}

.btn-more {
  width: 183px;
  height: 55px;
  position: relative;
  border: 2px solid #E54237;
  border-radius: 3px;
  padding: 0 40px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #232323;
  margin-top: 10px;
  font-weight: 600;
  min-width: 150px;
}

@media screen and (max-width: 1080px) {
  .btn-more {
    padding: 0 30px 0 20px;
  }
}

@media screen and (max-width: 684px) {
  .btn-more {
    width: 165px;
    height: 48px;
  }
}

.btn-more::after {
  content: "";
  background-image: url("./assets/images/arrow-right.svg");
  width: 10px;
  height: 12px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
}

.btn-more:hover {
  background-color: #E54237;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.genre-wrap:last-child {
  margin-bottom: 60px;
}

@media screen and (max-width: 684px) {
  .genre-wrap:last-child {
    margin-bottom: 40px;
  }
}

.slide-arrow2 {
  position: absolute;
  top: calc(7vw + 40px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
  cursor: pointer;
  width: 15px;
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

@media screen and (max-width: 1400px) {
  .slide-arrow2 {
    top: calc(10vw + 40px);
  }
}

@media screen and (max-width: 834px) {
  .slide-arrow2 {
    top: calc(12vw + 40px);
  }
}

@media screen and (max-width: 684px) {
  .slide-arrow2 {
    top: calc(18vw + 40px);
  }
}

@media screen and (max-width: 480px) {
  .slide-arrow2 {
    display: none !important;
  }
}

.prev-arrow2 {
  left: -10px;
  background-image: url(./assets/images/arrow-prev.svg);
}

@media screen and (max-width: 1400px) {
  .prev-arrow2 {
    left: 0;
  }
}

.prev-arrow2.slick-disabled {
  background-image: url(./assets/images/disabled-arrow-left.svg);
}

.next-arrow2 {
  right: -10px;
  background-image: url(./assets/images/arrow-next.svg);
}

@media screen and (max-width: 1400px) {
  .next-arrow2 {
    right: 0;
  }
}

.next-arrow2.slick-disabled {
  background-image: url(./assets/images/disabled-arrow-right.svg);
}

/* parma-link --------------------- */
.text-area {
  margin-top: 100px;
  max-width: 895px;
}

@media screen and (max-width: 684px) {
  .text-area {
    margin-top: 60px;
  }
}

.text-area p, .text-area a {
  font-size: 1.8rem;
}

.info-list {
  list-style-type: disc;
  padding-left: 23px;
  margin-top: 20px;
}

.info-list li, .info-list li a {
  font-weight: 600;
  font-size: 1.8rem;
}

.info-list.margin-top {
  margin-top: 60px;
}

@media screen and (max-width: 684px) {
  .info-list.margin-top {
    margin-top: 30px;
  }
}

.info-icon {
  position: relative;
}

.info-icon::before {
  content: "";
  background-image: url(./assets/images/info-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 3px;
  right: -20px;
  width: 13px;
  height: 14px;
}

/* lending ----------------------- */
@media screen and (max-width: 684px) {
  .lending-wrap {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 480px) {
  .lending-wrap {
    padding: 20px 20px 50px 20px;
  }
}

/* search-results ----------------- */
.pankuzu.m-fixed-btm {
  margin-bottom: 0;
}

.content-inner.m-fixed-top {
  padding-top: 0;
}

/* collection --------------------- */
.collection-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 100px;
  max-width: 1200px;
}

@media screen and (max-width: 684px) {
  .collection-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 50px;
  }
}

.collection-wrap .img-area {
  max-width: 589px;
}

.collection-wrap .img-area img {
  width: 100%;
}

.col-box {
  width: calc(50% - 30px);
}

@media screen and (max-width: 684px) {
  .col-box {
    width: 100%;
  }
}

.col-box.text-area {
  margin-top: 0;
}

@media screen and (max-width: 684px) {
  .col-box.img-area {
    margin-bottom: 30px;
  }
}

.profile-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
}

@media screen and (max-width: 834px) {
  .profile-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.profile-wrap .cont_title2 {
  width: 340px;
  line-height: 1.5;
  border-right: 2px solid #D0D0D0;
  margin-right: 40px;
}

@media screen and (max-width: 1200px) {
  .profile-wrap .cont_title2 {
    width: 280px;
  }
}

@media screen and (max-width: 834px) {
  .profile-wrap .cont_title2 {
    width: 100%;
    border-bottom: 2px solid #D0D0D0;
    border-right: none;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.profile-wrap .exhib-title, .profile-wrap .exhib-title-en {
  margin-bottom: 20px;
}

.profile-wrap .profile-info, .profile-wrap .profile-lists {
  width: calc(100% - 380px);
}

@media screen and (max-width: 1200px) {
  .profile-wrap .profile-info, .profile-wrap .profile-lists {
    width: calc(100% - 320px);
  }
}

@media screen and (max-width: 834px) {
  .profile-wrap .profile-info, .profile-wrap .profile-lists {
    width: 100%;
  }
}

.profile-wrap:not(:last-child) {
  margin-bottom: 80px;
}

.bgColor2 {
  margin-top: 50px;
}

.bgColor2 .content-inner {
  padding: 100px 30px;
}

@media screen and (max-width: 684px) {
  .bgColor2 .content-inner {
    padding: 60px 30px;
  }
}

.profile-list {
    width: 100%;
}

.profile-list tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
}

@media screen and (max-width: 684px) {
  .profile-list tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px;
  }
}

.profile-list th {
  font-weight: 600;
  width: 35%;
  text-align: left;
}

@media screen and (max-width: 684px) {
  .profile-list th {
    width: 100%;
  }
}

.profile-list td {
  width: 65%;
}

@media screen and (max-width: 684px) {
  .profile-list td {
    width: 100%;
  }
}

.profile-list:not(:last-child) {
  margin-bottom: 40px;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 834px) {
  .tab-column.align-center {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.collection-title .cont_title2 {
  margin-bottom: 50px;
}

@media screen and (max-width: 684px) {
  .collection-title .cont_title2 {
    margin-bottom: 30px;
  }
}

.collection-cont:last-child {
  margin-bottom: 30px;
}

.l-s-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 30px);
  height: 390px;
  background: #F6F3EC;
}

@media screen and (max-width: 684px) {
  .l-s-img {
    width: 100%;
    height: 340px;
  }
}

.l-s-img img {
  width: 160px !important;
  height: 160px !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

.c-exhib-cap {
  font-size: 2.2rem;
  color: #999999;
  font-weight: 600;
}

/*  sample */
.post-gallery {
  width: 100vw;
}

.post-inner {
  overflow: scroll;
  position: relative;
}

.post-inner .arrows {
  position: absolute;
  bottom: 0;
  left: 30px;
}

.table {
  width: auto !important;
  table-layout: fixed;
  white-space: nowrap;
  border-collapse: collapse;
  margin-left: 200px;
}

.table tbody {
  display: table-row-group;
}

.table td:not(last-child) {
  padding-right: 20px;
}

.table td {
  width: calc(20% - 20px) !important;
}
/*# sourceMappingURL=style.css.map */