@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 150%;
  font-feature-settings: "palt";
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; }

.global_head {
  margin: 0; }

form {
  margin: 0; }

a {
  cursor: pointer; }
  a:link {
    color: #0a487d;
    text-decoration: none; }
  a:visited, a:active {
    color: #0a487d;
    text-decoration: none; }
  a:hover {
    color: #946349;
    text-decoration: underline; }

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

div,
figure {
  box-sizing: border-box; }

@media only screen and (min-width: 960px) {
  .sponly {
    display: none; } }

.museum_entrance {
  background-image: url(../img/bg_main.jpg);
  background-size: cover;
  background-position: center center;
  text-align: center; }
  .museum_entrance__wrap {
    width: 100%;
    min-height: calc(100vh - 37px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center; }
  .museum_entrance .nextpage {
    width: 100%;
    text-align: center; }
    .museum_entrance .nextpage__leed {
      letter-spacing: 0.05rem;
      font-weight: 500;
      font-family: 'Noto Sans JP', sans-serif;
      margin: 0 0 18px; }
      @media only screen and (max-width: 767px) {
        .museum_entrance .nextpage__leed {
          font-size: 1.6rem;
          line-height: 160%; } }
      @media only screen and (min-width: 768px) {
        .museum_entrance .nextpage__leed {
          font-size: 1.8rem;
          line-height: 150%; } }
      @media only screen and (min-width: 960px) {
        .museum_entrance .nextpage__leed {
          font-size: 2.1rem;
          line-height: 150%; } }
    .museum_entrance .nextpage__logo {
      width: 100%;
      background-color: #00002E;
      padding: 5px 0 10px 0;
      margin: 15px 0 0 0; }
      @media only screen and (max-width: 767px) {
        .museum_entrance .nextpage__logo img {
          width: 78%; } }
      @media only screen and (min-width: 768px) {
        .museum_entrance .nextpage__logo img {
          max-width: 450px; } }
      @media only screen and (min-width: 960px) {
        .museum_entrance .nextpage__logo img {
          max-width: 550px; } }
    .museum_entrance .nextpage__enter {
      margin: 15px 0 0 0;
      line-height: 100%;
      font-weight: 900;
      font-family: 'Noto Sans JP', sans-serif; }
      @media only screen and (max-width: 767px) {
        .museum_entrance .nextpage__enter {
          font-size: 3.2rem; } }
      @media only screen and (min-width: 768px) {
        .museum_entrance .nextpage__enter {
          font-size: 4.0rem; } }
      @media only screen and (min-width: 960px) {
        .museum_entrance .nextpage__enter {
          font-size: 4.3rem; } }
      .museum_entrance .nextpage__enter a {
        color: #00002E; }

.museum_list {
  background-image: url(../img/bg_main.jpg);
  background-size: cover;
  background-position: center center;
  text-align: center; }
  .museum_list__wrap {
    min-height: 100vh;
    position: relative; }
  @media only screen and (max-width: 767px) {
    .museum_list .museum_search_container {
      height: 273px; } }
  @media only screen and (min-width: 768px) {
    .museum_list .museum_search_container {
      height: 124px; } }
  @media only screen and (min-width: 960px) {
    .museum_list .museum_search_container {
      height: 80px; } }
  .museum_list .museum_search_container .museum_search {
    display: grid;
    gap: 0px 0px;
    grid-auto-flow: row;
    width: 100%;
    height: 100%;
    background-color: #00002E;
    color: #fff;
    box-sizing: border-box;
    top: 0;
    left: 0;
    /*
    &__cat {
    	justify-self: center;
    	align-self: flex-end;
    	width: 100%;
    	@include mq-sp {
    		grid-area: 3 / 1 / 4 / 2;
    		padding-right: 13px;
    	}
    	@include mq-pad {
    		grid-area: 2 / 2 / 3 / 3;
    		padding-right: 13px;
    	}
    	@include mq-pc {
    		grid-area: 1 / 3 / 2 / 4;
    	}
    	select {
    		width: 80px;
    	}
    }
    */ }
    @media only screen and (max-width: 767px) {
      .museum_list .museum_search_container .museum_search {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 50px 1fr 1fr 60px;
        padding: 13px 15px 16px;
        height: 273px; } }
    @media only screen and (min-width: 768px) {
      .museum_list .museum_search_container .museum_search {
        grid-template-columns: 1fr 160px 160px 100px;
        grid-template-rows: 30px 1fr;
        padding: 13px 15px 16px;
        height: 124px; } }
    @media only screen and (min-width: 960px) {
      .museum_list .museum_search_container .museum_search {
        height: 80px;
        grid-template-columns: 300px 1fr 180px 180px 110px;
        grid-template-rows: 1fr;
        padding: 7px 15px 15px; } }
    .museum_list .museum_search_container .museum_search p {
      margin: 0 0 5px;
      text-align: left;
      line-height: 100%; }
    .museum_list .museum_search_container .museum_search__logo {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .museum_list .museum_search_container .museum_search__logo {
          grid-area: 1 / 1 / 2 / 4;
          text-align: left;
          padding-bottom: 13px; } }
      @media only screen and (min-width: 768px) {
        .museum_list .museum_search_container .museum_search__logo {
          grid-area: 1 / 1 / 2 / 4;
          text-align: left;
          padding-bottom: 13px; } }
      @media only screen and (min-width: 960px) {
        .museum_list .museum_search_container .museum_search__logo {
          justify-self: center;
          align-self: center;
          grid-area: 1 / 1 / 2 / 2;
          padding-right: 13px;
          padding-bottom: 0; } }
      .museum_list .museum_search_container .museum_search__logo img {
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          .museum_list .museum_search_container .museum_search__logo img {
            height: 35px; } }
        @media only screen and (min-width: 768px) {
          .museum_list .museum_search_container .museum_search__logo img {
            height: 30px; } }
        @media only screen and (min-width: 960px) {
          .museum_list .museum_search_container .museum_search__logo img {
            width: 100%;
            height: auto; } }
    .museum_list .museum_search_container .museum_search__keyword {
      justify-self: center;
      align-self: flex-end;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .museum_list .museum_search_container .museum_search__keyword {
          grid-area: 2 / 1 / 3 / 4;
          padding-bottom: 13px; } }
      @media only screen and (min-width: 768px) {
        .museum_list .museum_search_container .museum_search__keyword {
          grid-area: 2 / 1 / 3 / 2;
          padding-right: 13px; } }
      @media only screen and (min-width: 960px) {
        .museum_list .museum_search_container .museum_search__keyword {
          grid-area: 1 / 2 / 2 / 3; } }
      .museum_list .museum_search_container .museum_search__keyword input[type="text"] {
        width: 100%;
        -webkit-appearance: none;
        border: none;
        box-sizing: border-box; }
        @media only screen and (max-width: 767px) {
          .museum_list .museum_search_container .museum_search__keyword input[type="text"] {
            padding: 10px; } }
        @media only screen and (min-width: 768px) {
          .museum_list .museum_search_container .museum_search__keyword input[type="text"] {
            padding: 7px;
            font-size: 1.4rem; } }
    .museum_list .museum_search_container .museum_search__condition {
      justify-self: center;
      align-self: flex-end;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .museum_list .museum_search_container .museum_search__condition {
          grid-area: 3 / 1 / 4 / 2; } }
      @media only screen and (min-width: 768px) {
        .museum_list .museum_search_container .museum_search__condition {
          grid-area: 2 / 2 / 3 / 3;
          padding-right: 13px; } }
      @media only screen and (min-width: 960px) {
        .museum_list .museum_search_container .museum_search__condition {
          grid-area: 1 / 3 / 2 / 4; } }
      .museum_list .museum_search_container .museum_search__condition select {
        width: 80px; }
    .museum_list .museum_search_container .museum_search__zenbu {
      justify-self: center;
      align-self: flex-end;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .museum_list .museum_search_container .museum_search__zenbu {
          grid-area: 3 / 2 / 4 / 3;
          padding-left: 10px; } }
      @media only screen and (min-width: 768px) {
        .museum_list .museum_search_container .museum_search__zenbu {
          grid-area: 2 / 3 / 3 / 4;
          padding-right: 13px; } }
      @media only screen and (min-width: 960px) {
        .museum_list .museum_search_container .museum_search__zenbu {
          grid-area: 1 / 4 / 2 / 5; } }
    .museum_list .museum_search_container .museum_search__btn {
      justify-self: center;
      align-self: flex-end;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .museum_list .museum_search_container .museum_search__btn {
          grid-area: 4 / 1 / 5 / 4;
          padding-top: 13px; } }
      @media only screen and (min-width: 768px) {
        .museum_list .museum_search_container .museum_search__btn {
          grid-area: 2 / 4 / 4 / 5; } }
      @media only screen and (min-width: 960px) {
        .museum_list .museum_search_container .museum_search__btn {
          grid-area: 1 / 5 / 2 / 6; } }
      .museum_list .museum_search_container .museum_search__btn input[type="submit"] {
        background-color: #FDD000;
        border: none;
        font-weight: 600;
        width: 100%;
        cursor: pointer; }
        @media only screen and (max-width: 767px) {
          .museum_list .museum_search_container .museum_search__btn input[type="submit"] {
            height: 40px; } }
        @media only screen and (min-width: 768px) {
          .museum_list .museum_search_container .museum_search__btn input[type="submit"] {
            height: 31px; } }
        .museum_list .museum_search_container .museum_search__btn input[type="submit"]:hover {
          opacity: 0.8;
          transition: 0.2s; }
    .museum_list .museum_search_container .museum_search .select_box {
      position: relative;
      background: #fff;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .museum_list .museum_search_container .museum_search .select_box {
          height: 40px; } }
      @media only screen and (min-width: 768px) {
        .museum_list .museum_search_container .museum_search .select_box {
          height: 31px; } }
      .museum_list .museum_search_container .museum_search .select_box::after {
        position: absolute;
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        padding: 0;
        content: '';
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #000;
        pointer-events: none; }
      .museum_list .museum_search_container .museum_search .select_box select {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: none;
        border: none;
        width: 100%;
        height: 100%;
        position: relative;
        padding: 0 7px;
        box-sizing: border-box;
        cursor: pointer; }
        .museum_list .museum_search_container .museum_search .select_box select:focus {
          outline: none; }
  .museum_list .search-fixed {
    position: fixed;
    top: 0;
    z-index: 99; }
  .museum_list .clone-nav {
    position: fixed;
    top: -100px;
    left: 0;
    transition: all 1s;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2); }
    .museum_list .clone-nav.is-fixed-nav {
      top: 0; }

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .gallery {
      margin: 53px 20px 0; } }
  @media only screen and (min-width: 768px) {
    .gallery {
      margin: 65px 20px 0; } }
  @media only screen and (min-width: 960px) {
    .gallery {
      max-width: 1280px;
      width: calc(100% - 40px);
      margin: 80px auto 0; } }
  .gallery__item {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .gallery__item {
        width: calc(100% / 2 - 20px);
        margin: 0 0 60px; } }
    @media only screen and (min-width: 768px) {
      .gallery__item {
        width: calc(100% / 3 - 30px);
        margin: 0 0 80px; } }
    @media only screen and (min-width: 960px) {
      .gallery__item {
        width: calc(100% / 4 - 25px);
        margin: 0 0 90px; } }
    .gallery__item-pic figure {
      margin: 0;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
      @media only screen and (max-width: 767px) {
        .gallery__item-pic figure {
          min-height: 220px; } }
      @media only screen and (min-width: 768px) {
        .gallery__item-pic figure {
          min-height: 275px; } }
      @media only screen and (min-width: 960px) {
        .gallery__item-pic figure {
          min-height: 290px; } }
      .gallery__item-pic figure img {
        width: auto;
        background: #fff;
        border: solid #ccc 10px;
        border-image-source: url("../img/frame.svg?0226");
        border-image-slice: 17%;
        border-image-outset: 0;
        border-image-width: 60px;
        border-image-repeat: round; }
        @media only screen and (max-width: 767px) {
          .gallery__item-pic figure img {
            max-height: 220px; } }
        @media only screen and (min-width: 768px) {
          .gallery__item-pic figure img {
            max-height: 275px; } }
        @media only screen and (min-width: 960px) {
          .gallery__item-pic figure img {
            max-height: 290px; } }
    .gallery__item-detail {
      background: repeating-linear-gradient(49deg, #E6ECF1, #fff 20%, #fff 53%, #E6ECF1 65%, #E0E7ED 70%, #E6ECF1 75%, #fff, #E6ECF1);
      box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.4);
      box-sizing: border-box;
      word-break: break-all; }
      @media only screen and (max-width: 767px) {
        .gallery__item-detail {
          margin: 10px auto 0;
          padding: 7px 5px;
          width: 90%; } }
      @media only screen and (min-width: 768px) {
        .gallery__item-detail {
          margin: 10px auto 0;
          padding: 10px 5px;
          width: 90%; } }
      @media only screen and (min-width: 960px) {
        .gallery__item-detail {
          max-width: 200px;
          margin: 5px auto 0; } }
    .gallery__item-name {
      line-height: 140%; }
      @media only screen and (max-width: 767px) {
        .gallery__item-name {
          padding: 0 0 4px; } }
      @media only screen and (min-width: 768px) {
        .gallery__item-name {
          padding: 0 0 6px;
          font-size: 1.5rem; } }
    .gallery__item-price {
      border-top: 1px solid #000;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .gallery__item-price {
          padding: 5px 0 0; } }
      @media only screen and (min-width: 768px) {
        .gallery__item-price {
          font-size: 1.7rem;
          padding: 8px 0 0; } }

.pager {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .pager {
      margin: 0 10px 40px;
      flex-wrap: wrap; } }
  @media only screen and (min-width: 768px) {
    .pager {
      margin: 0 0 60px; } }
  @media only screen and (min-width: 960px) {
    .pager {
      margin: 0 0 85px; } }
  .pager .numberlist {
    list-style: none;
    display: flex;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .pager .numberlist {
        margin: 0 13px; } }
    @media only screen and (min-width: 768px) {
      .pager .numberlist {
        margin: 0 20px; } }
    .pager .numberlist li {
      position: relative;
      background: #fff;
      border: 1px solid #aaa;
      border-radius: 3px;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .pager .numberlist li {
          width: 35px;
          height: 35px;
          line-height: 40px;
          margin: 0 3px 13px;
          font-size: 1.5rem; } }
      @media only screen and (min-width: 768px) {
        .pager .numberlist li {
          width: 45px;
          height: 45px;
          line-height: 45px;
          margin: 0 5px;
          font-size: 1.7rem; }
          .pager .numberlist li:hover {
            background: #f6fbfd;
            transition: 0.2s; } }
    .pager .numberlist .current {
      background: #e3f2f6;
      border: 1px solid #A9CBD4;
      color: #204e78;
      pointer-events: none; }
  .pager .least,
  .pager .prev,
  .pager .next,
  .pager .most {
    background: #fff;
    text-align: center;
    position: relative;
    border: 1px solid #aaa;
    border-radius: 3px; }
    @media only screen and (max-width: 767px) {
      .pager .least,
      .pager .prev,
      .pager .next,
      .pager .most {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin: 0 3px 13px;
        font-size: 1.2rem; } }
    @media only screen and (min-width: 768px) {
      .pager .least,
      .pager .prev,
      .pager .next,
      .pager .most {
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin: 0 5px; }
        .pager .least:hover,
        .pager .prev:hover,
        .pager .next:hover,
        .pager .most:hover {
          background: #f6fbfd;
          transition: 0.2s; } }
  @media only screen and (max-width: 767px) {
    .pager .prev {
      margin-left: 5px; } }
  @media only screen and (min-width: 768px) {
    .pager .prev {
      margin-left: 10px; } }
  @media only screen and (max-width: 767px) {
    .pager .next {
      margin-right: 5px; } }
  @media only screen and (min-width: 768px) {
    .pager .next {
      margin-right: 10px; } }
  .pager a {
    color: #333; }
    .pager a:hover {
      text-decoration: none; }
    .pager a::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

.modal {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .modal__bg {
    background-color: rgba(0, 0, 0, 0.85);
    width: 100%;
    height: 100%; }
  .modal__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .modal__inner {
        width: 90%; } }
    @media only screen and (min-width: 768px) {
      .modal__inner {
        width: 100%;
        padding: 0 25px;
        display: flex;
        align-items: center; } }
    @media only screen and (min-width: 960px) {
      .modal__inner {
        max-width: 1100px;
        margin: auto; } }
  .modal__scroll {
    overflow-y: auto; }
    @media only screen and (max-width: 767px) {
      .modal__scroll {
        height: 88vh; } }
    @media only screen and (min-width: 768px) {
      .modal__scroll {
        max-height: calc(100vh - 100px);
        display: flex;
        box-sizing: border-box; } }
    @media only screen and (min-width: 960px) {
      .modal__scroll {
        padding: 0 30px; } }
  .modal__btn {
    position: absolute;
    cursor: pointer;
    z-index: 990; }
    @media only screen and (max-width: 767px) {
      .modal__btn {
        top: 15px;
        right: 15px; } }
    @media only screen and (min-width: 768px) {
      .modal__btn {
        top: 20px;
        right: 20px; } }
    .modal__btn span {
      position: relative;
      width: 45px;
      height: 45px;
      display: block; }
      .modal__btn span::before, .modal__btn span::after {
        position: absolute;
        content: "";
        background: #fff;
        width: 45px;
        height: 5px;
        top: 50%;
        left: 50%; }
      .modal__btn span::before {
        transform: translate(-50%, -50%) rotate(45deg); }
      .modal__btn span::after {
        transform: translate(-50%, -50%) rotate(-45deg); }
  .modal__pic {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .modal__pic {
        margin: 0 0 30px;
        padding: 100px 0 0;
        overflow: hidden; } }
    @media only screen and (min-width: 768px) {
      .modal__pic {
        width: 300px; } }
    @media only screen and (min-width: 960px) {
      .modal__pic {
        width: 400px; } }
    .modal__pic::before {
      content: "";
      background: url("../img/modal_light_left.png") no-repeat top left/contain;
      width: 142px;
      height: 150px;
      position: absolute;
      top: 0;
      z-index: 3; }
      @media only screen and (max-width: 767px) {
        .modal__pic::before {
          left: -20px; } }
      @media only screen and (min-width: 768px) {
        .modal__pic::before {
          left: -27px; } }
    .modal__pic::after {
      content: "";
      background: url("../img/modal_light_right.png") no-repeat top left/contain;
      width: 142px;
      height: 150px;
      position: absolute;
      top: 0;
      z-index: 3; }
      @media only screen and (max-width: 767px) {
        .modal__pic::after {
          right: -20px; } }
      @media only screen and (min-width: 768px) {
        .modal__pic::after {
          right: -27px; } }
    .modal__pic-img-item {
      position: relative;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .modal__pic-img-item {
          margin: 0;
          height: 300px; } }
      @media only screen and (min-width: 768px) {
        .modal__pic-img-item {
          margin: 100px 0 0;
          height: 400px; } }
      @media only screen and (min-width: 768px) {
        .modal__pic-img-item {
          height: 480px; } }
      .modal__pic-img-item img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: bottom center; }
    @media only screen and (max-width: 767px) {
      .modal__pic-img .slick-slide {
        height: 300px !important; } }
    @media only screen and (min-width: 768px) {
      .modal__pic-img .slick-slide {
        height: 400px !important; } }
    @media only screen and (min-width: 960px) {
      .modal__pic-img .slick-slide {
        height: 400px !important; } }
    .modal__pic-stand {
      background: url("../img/modal_stand.png") no-repeat top left/contain;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      margin: -20px auto 0; }
      @media only screen and (max-width: 767px) {
        .modal__pic-stand {
          width: 340px;
          height: 104px; } }
      @media only screen and (min-width: 768px) {
        .modal__pic-stand {
          width: 100%;
          height: 92px; } }
      @media only screen and (min-width: 960px) {
        .modal__pic-stand {
          height: 122px; } }
      .modal__pic-stand-price_container {
        display: flex;
        align-items: center; }
        @media only screen and (max-width: 767px) {
          .modal__pic-stand-price_container {
            height: 50px; } }
        @media only screen and (min-width: 768px) {
          .modal__pic-stand-price_container {
            height: 45px; } }
        @media only screen and (min-width: 960px) {
          .modal__pic-stand-price_container {
            height: 60px; } }
      .modal__pic-stand-price_text {
        color: #fff;
        margin: 0 10px 0 0; }
        @media only screen and (min-width: 768px) {
          .modal__pic-stand-price_text {
            font-size: 1.6rem; } }
      .modal__pic-stand-price_number {
        color: #FDD000;
        margin: 0;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          .modal__pic-stand-price_number {
            font-size: 2.0rem; } }
        @media only screen and (min-width: 768px) {
          .modal__pic-stand-price_number {
            font-size: 2.0rem; } }
        @media only screen and (min-width: 960px) {
          .modal__pic-stand-price_number {
            font-size: 2.8rem; } }
  @media only screen and (min-width: 768px) {
    .modal__detail {
      width: calc(100% - 300px);
      padding-left: 30px;
      align-self: center; } }
  @media only screen and (min-width: 960px) {
    .modal__detail {
      width: calc(100% - 400px);
      padding-left: 40px; } }
  .modal__detail-title {
    margin: 0 0 8px;
    color: #fff;
    text-align: left;
    line-height: 130%; }
    @media only screen and (max-width: 767px) {
      .modal__detail-title {
        font-size: 2.2rem; } }
    @media only screen and (min-width: 768px) {
      .modal__detail-title {
        font-size: 2.9rem; } }
    @media only screen and (min-width: 960px) {
      .modal__detail-title {
        font-size: 3.2rem; } }
  .modal__detail-information {
    color: #fff;
    text-align: left;
    margin: 0 0 13px;
    line-height: 150%; }
    @media only screen and (max-width: 767px) {
      .modal__detail-information {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 768px) {
      .modal__detail-information {
        font-size: 1.7rem; } }
    .modal__detail-information-item {
      margin-right: 12px;
      display: inline-block; }
      .modal__detail-information-item span:first-child {
        margin-right: 7px; }
  @media only screen and (min-width: 768px) {
    .modal__detail-auction_container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 767px) {
    .modal__detail-auction_container .auction-price {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .modal__detail-auction_container .auction-price {
      width: 68.5%; } }
  @media only screen and (max-width: 767px) {
    .modal__detail-auction_container .auction-other {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .modal__detail-auction_container .auction-other {
      width: 30%; } }
  .modal__detail-auction {
    background: #fff;
    margin: 0 0 10px;
    text-align: left;
    font-weight: 600;
    display: flex;
    padding: 10px; }
    @media only screen and (max-width: 767px) {
      .modal__detail-auction {
        font-size: 1.5rem; } }
    @media only screen and (min-width: 768px) {
      .modal__detail-auction {
        font-size: 1.5rem;
        justify-content: space-between; } }
    @media only screen and (min-width: 960px) {
      .modal__detail-auction {
        font-size: 1.6rem; } }
    .modal__detail-auction .auction-text-red {
      color: #e60012; }
    @media only screen and (max-width: 767px) {
      .modal__detail-auction span {
        margin-right: 7px; } }
  .modal__detail-description p {
    background: #fff;
    text-align: left;
    margin: 0;
    padding: 13px; }
    @media only screen and (max-width: 767px) {
      .modal__detail-description p {
        line-height: 150%;
        font-size: 1.5rem; } }
    @media only screen and (min-width: 768px) {
      .modal__detail-description p {
        font-size: 1.6rem; } }
  .modal__thumb {
    list-style: none;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .modal__thumb {
        margin: 0 auto 30px; } }
    @media only screen and (min-width: 768px) {
      .modal__thumb {
        margin: 0 auto 25px; } }
    .modal__thumb-item {
      margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .modal__thumb-item img {
          height: 120px; } }
      @media only screen and (min-width: 768px) {
        .modal__thumb-item img {
          height: 120px; } }
      @media only screen and (min-width: 960px) {
        .modal__thumb-item img {
          height: 130px; } }
  .modal .slick-prev {
    left: 5px !important;
    z-index: 99; }
  .modal .slick-next {
    right: 5px !important;
    z-index: 99; }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0; }

.loading__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: absolute;
  z-index: 90;
  left: 0; }
  @media only screen and (max-width: 767px) {
    .loading__wrap {
      height: calc(100% - 273px);
      top: 273px; } }
  @media only screen and (min-width: 768px) {
    .loading__wrap {
      height: calc(100% - 124px);
      top: 124px; } }
  @media only screen and (min-width: 960px) {
    .loading__wrap {
      height: calc(100% - 80px);
      top: 80px; } }
.loading__loader {
  display: block;
  border-top: 7px solid transparent;
  border-bottom: 5px solid #ccc;
  border-left: 5px solid #ccc;
  border-right: 5px solid #ccc;
  border-radius: 50%;
  -webkit-animation: loading 1s linear 0.5s infinite;
  -ms-animation: loading 1s linear 0.5s infinite;
  animation: loading 1s linear 0.5s infinite; }
  @media only screen and (max-width: 767px) {
    .loading__loader {
      width: 33px;
      height: 33px; } }
  @media only screen and (min-width: 768px) {
    .loading__loader {
      width: 40px;
      height: 40px; } }
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
