/*================================================================================

media query mixin

================================================================================*/
.p-top.l-contents {
  padding-top: 0px; }
  @media screen and (max-width: 768px) {
    .p-top.l-contents {
      padding-top: 0px; } }
.p-top .section-main {
  padding-top: 0;
  padding-bottom: 0;
  position: relative; }
  .p-top .section-main::before {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(17, 37, 58, 0) 0%, rgba(17, 37, 58, 0.4) 100%);
    width: 100%;
    height: 200px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
  .p-top .section-main .inner {
    height: 100vh; }
    @media screen and (max-width: 768px) {
      .p-top .section-main .inner {
        height: 65vh; } }
    .isEmergency .p-top .section-main .inner {
      height: calc(100vh - 60px); }
  .p-top .section-main .p-topSlide li {
    width: 100%;
    height: 100vh;
    background: no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .p-top .section-main .p-topSlide li {
        height: 65vh; } }
    .isEmergency .p-top .section-main .p-topSlide li {
      height: calc(100vh - 60px); }
    .p-top .section-main .p-topSlide li:nth-child(1) {
      background-image: url(/museum/assets/img/top/main01.jpg); }
      @media screen and (max-width: 768px) {
        .p-top .section-main .p-topSlide li:nth-child(1) {
          background-image: url(/museum/assets/img/top/main01_sp.jpg); } }
    .p-top .section-main .p-topSlide li:nth-child(2) {
      background-image: url(/museum/assets/img/top/main02.jpg); }
      @media screen and (max-width: 768px) {
        .p-top .section-main .p-topSlide li:nth-child(2) {
          background-image: url(/museum/assets/img/top/main02_sp.jpg); } }
    .p-top .section-main .p-topSlide li:nth-child(3) {
      background-image: url(/museum/assets/img/top/main03.jpg); }
      @media screen and (max-width: 768px) {
        .p-top .section-main .p-topSlide li:nth-child(3) {
          background-image: url(/museum/assets/img/top/main03_sp.jpg); } }
  .p-top .section-main .text {
    width: 323px;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 768px) {
      .p-top .section-main .text {
        width: 235px;
        top: 90px;
        left: 20px;
        right: 0;
        transform: translateY(0); } }
.p-top .section-lead {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    .p-top .section-lead {
      width: calc(100vw - 40px);
      font-size: 1.6rem;
      text-align: justify;
      letter-spacing: 0.05em;
      font-feature-settings: "palt";
      margin: 0 auto;
      padding: 20px 0; } }
.p-top .section-news {
  padding-top: 0; }
  .p-top .section-news .inner {
    display: flex;
    max-width: 1160px;
    margin: 0 auto;
    padding: 50px;
    background: #f6f6f6;
    border-radius: 10px; }
    @media screen and (max-width: 768px) {
      .p-top .section-news .inner {
        display: block;
        padding: 15px; } }
  .p-top .section-news .ttl-news {
    width: 230px;
    font-size: 4.4rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    flex-shrink: 0; }
    @media screen and (max-width: 768px) {
      .p-top .section-news .ttl-news {
        width: 100%;
        font-size: 2.0rem;
        letter-spacing: 0.08em;
        flex-shrink: 0;
        margin-bottom: -10px; } }
  .p-top .section-news .list-news {
    margin-top: 10px;
    width: calc(100% - 230px); }
    @media screen and (max-width: 768px) {
      .p-top .section-news .list-news {
        width: 100%;
        margin-left: 0px; } }
    .p-top .section-news .list-news > li + li {
      border-top: 1px solid #e3e3e3; }
    .p-top .section-news .list-news > li a {
      text-decoration: none;
      padding: 18px 0px;
      display: flex;
      position: relative; }
      @media screen and (max-width: 768px) {
        .p-top .section-news .list-news > li a {
          padding: 10px 0;
          font-size: 1.4rem;
          flex-wrap: wrap; } }
      .p-top .section-news .list-news > li a::before {
        content: "";
        display: block;
        width: 8px;
        height: 12px;
        background: url(/assets/img/icon_arrow.svg) no-repeat;
        background-size: cover;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: .2s; }
        @media screen and (max-width: 768px) {
          .p-top .section-news .list-news > li a::before {
            right: 0px;
            top: calc(50% + 12px); } }
      .p-top .section-news .list-news > li a .c-category {
        width: 115px;
        margin-right: 20px; }
      .p-top .section-news .list-news > li a .date {
        margin-right: 1em;
        font-size: 1.4rem; }
      .p-top .section-news .list-news > li a .text {
        font-size: 1.4rem;
        color: #000;
        padding-right: 40px; }
        @media screen and (max-width: 768px) {
          .p-top .section-news .list-news > li a .text {
            margin-top: 5px;
            padding-right: 20px; } }
.p-top .section-links {
  padding-bottom: 100px; }
  .p-top .section-links .list-links {
    display: flex;
    align-items: center;
    position: relative; }
    .p-top .section-links .list-links:nth-child(n+2) {
      margin-top: 40px; }
    .p-top .section-links .list-links__img {
      width: 867px; }
      .p-top .section-links .list-links__img img {
        transform: translate(-70px, 0);
        border-radius: 10px; }
    .p-top .section-links .list-links__txt {
      position: relative;
      display: flex;
      justify-content: center;
      flex-direction: column;
      width: 490px;
      background: #fff;
      margin-left: -130px;
      padding: 35px;
      border-radius: 10px;
      z-index: 1; }
      .p-top .section-links .list-links__txt .ttl {
        font-size: 4.4rem;
        letter-spacing: 0.08em; }
      .p-top .section-links .list-links__txt .txt {
        font-size: 2rem;
        line-height: 1.8;
        letter-spacing: 0.03em; }
      .p-top .section-links .list-links__txt .btn {
        width: 100%;
        margin: 30px 0 0;
        font-size: 1.8rem;
        border-radius: 5px; }
  @media screen and (max-width: 768px) {
    .p-top .section-links {
      padding-bottom: 60px; }
      .p-top .section-links .list-links {
        display: block; }
        .p-top .section-links .list-links:nth-child(n+2) {
          margin-top: 40px; }
        .p-top .section-links .list-links__img {
          width: 100%; }
          .p-top .section-links .list-links__img img {
            transform: translate(0, 0); }
        .p-top .section-links .list-links__txt {
          width: 100%;
          height: auto;
          margin-left: 0;
          padding: 20px;
          border-radius: 10px;
          z-index: 1; }
          .p-top .section-links .list-links__txt .ttl {
            font-size: 2.8rem;
            letter-spacing: 0.08em; }
          .p-top .section-links .list-links__txt .txt {
            font-size: 1.4rem;
            line-height: 1.8;
            letter-spacing: 0.03em; }
          .p-top .section-links .list-links__txt .btn {
            margin: 20px 0 0;
            font-size: 1.5rem; } }
.p-top__instagram {
  padding: 0 0 100px !important; }
  .p-top__instagram--ttl {
    font-size: 3.6rem;
    font-weight: 500; }
  .p-top__instagram--lead {
    margin-bottom: 40px; }
  .p-top__instagram--list {
    display: flex;
    flex-wrap: wrap;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 50px; }
    .p-top__instagram--list li {
      width: 275px; }
      .p-top__instagram--list li:not(:nth-of-type(4n)) {
        margin-right: 20px; }
      .p-top__instagram--list li:nth-of-type(n+5) {
        margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .p-top__instagram {
      margin-top: 55px; }
      .p-top__instagram--ttl {
        font-size: 2.8rem;
        text-align: center;
        line-height: 1.3;
        font-weight: 500;
        margin-bottom: 20px; }
      .p-top__instagram--list {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
        margin-bottom: 25px; }
        .p-top__instagram--list li {
          width: 31%; }
          .p-top__instagram--list li:not(:nth-of-type(4n)) {
            margin-right: 0; }
          .p-top__instagram--list li:not(:nth-of-type(3n)) {
            margin-right: 3.5%; }
          .p-top__instagram--list li:nth-of-type(n+4) {
            margin-top: 3.3333%; } }
.p-top .vsm-tile {
  margin-bottom: 40px; }
  .p-top .vsm-tile .ecbn-selection-title {
    display: none; }
  .p-top .vsm-tile .ecbn-selection-description {
    display: none; }
  .p-top .vsm-tile .ecbn-selection-footer2 {
    display: none; }

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