@import url("//fonts.googleapis.com/css2?family=Saira+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Zen+Kaku+Gothic+New&display=swap");
/*
font-family: $font-gothic;
300 400 500 700
*/
/*
font-family: $font-min;
300 400 500 600 700
*/
/*
font-family: $font-en;
300 400 600
*/
/*@include font-gothic();*/
/*@include font-min();*/
/*@include font-en();*/
/*
$c_primary:#1C4B96;
*/
/*@include incImg100();*/
/*@include incSmooth();*/
/*@include dropshadow;*/
/*@include boxshadow;*/
/*@include fs();*/
/*@include btm();*/
.scheduleColorSample {
  max-width: 524px; }

.scheduleList {
  display: flex;
  flex-wrap: wrap; }
  .scheduleList li {
    font-family: "Saira Semi Condensed", sans-serif;
    margin-top: 60px;
    margin-right: 3%;
    width: 31.333333%; }
    .scheduleList li:nth-child(3n) {
      margin-right: 0; }
    .scheduleList li .monthNum {
      color: #E7211B;
      font-size: 28px;
      font-size: 2.8rem;
      line-height: 2;
      line-height: 1.8;
      margin-right: 6px; }
      @media only screen and (max-width: 960px) {
        .scheduleList li .monthNum {
          font-size: 24px;
          font-size: 2.4rem; } }
    .scheduleList li .monthEn {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 2; }
      @media only screen and (max-width: 960px) {
        .scheduleList li .monthEn {
          font-size: 14px;
          font-size: 1.4rem; } }

.locationList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px; }
  .locationList li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 60px;
    width: 45%; }
    .locationList li .nameEn {
      background: url("../img/exhibition/asta.svg") left center no-repeat;
      display: inline-block;
      font-family: "Saira Semi Condensed", sans-serif;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 2;
      line-height: 1.8;
      padding-left: 28px; }
      @media only screen and (max-width: 960px) {
        .locationList li .nameEn {
          font-size: 20px;
          font-size: 2rem; } }
    .locationList li .nameJa {
      background: #FFF;
      border-radius: 12px;
      display: inline-block;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 2;
      line-height: 1;
      margin: 0 12px;
      padding: 6px 12px; }
      @media only screen and (max-width: 960px) {
        .locationList li .nameJa {
          font-size: 10px;
          font-size: 1rem; } }
    .locationList li .address {
      border-left: 1px solid #DDD;
      font-size: 14px;
      font-size: 1.4rem;
      line-height: 2;
      line-height: 1.4;
      padding: 2px 16px; }
      @media only screen and (max-width: 960px) {
        .locationList li .address {
          font-size: 12px;
          font-size: 1.2rem; } }
    .locationList li iframe {
      margin-top: 20px;
      height: 340px;
      width: 100%; }

.newsIndexList {
  margin: 0 auto;
  max-width: 1200px; }
  .newsIndexList ul {
    display: flex;
    flex-wrap: wrap; }
    .newsIndexList ul li {
      margin: 0 2.6% 60px 0;
      width: 23%; }
      .newsIndexList ul li:nth-child(4n) {
        margin-right: 0; }
      .newsIndexList ul li a {
        color: #000;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
        transition: 0.5s; }
        .newsIndexList ul li a .img {
          border-radius: 12px;
          box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.05);
          display: block;
          margin-bottom: 16px;
          overflow: hidden; }
          .newsIndexList ul li a .img img {
            height: 29vw;
            width: 100%;
            object-fit: cover;
            max-height: 370px; }
        .newsIndexList ul li a .title {
          display: block;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 2;
          font-weight: 500;
          line-height: 1.7;
          letter-spacing: -0.02em;
          margin-top: 8px;
          position: relative;
          width: 100%; }
          @media only screen and (max-width: 960px) {
            .newsIndexList ul li a .title {
              font-size: 14px;
              font-size: 1.4rem; } }
        .newsIndexList ul li a .cat {
          background: #FFF;
          border: 1px solid #DDD;
          border-radius: 30px;
          color: #555;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2;
          font-weight: 500;
          letter-spacing: 0.04em;
          line-height: 1;
          min-height: 24px;
          min-width: 64px;
          margin-right: 12px;
          padding: 2px 12px;
          vertical-align: 1px; }
          @media only screen and (max-width: 960px) {
            .newsIndexList ul li a .cat {
              font-size: 12px;
              font-size: 1.2rem; } }
        .newsIndexList ul li a .date {
          color: #555;
          font-family: "Saira Semi Condensed", sans-serif;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 2;
          line-height: 1.4;
          font-weight: 400;
          transition: 0.3s; }
          @media only screen and (max-width: 960px) {
            .newsIndexList ul li a .date {
              font-size: 10px;
              font-size: 1rem; } }
  .newsIndexList ul:has(li:hover) a {
    opacity: 0.4; }
  .newsIndexList ul li:hover a {
    opacity: 1 !important; }

/*  /////////////////////////////////////////////////
Responsive 
*/
@media only screen and (max-width: 960px) {
  .scheduleColorSample {
    margin-bottom: 24px; }

  .scheduleList {
    display: flex;
    flex-wrap: nowrap;
    overflow: scroll; }
    .scheduleList li {
      font-family: "Saira Semi Condensed", sans-serif;
      margin-top: 0;
      margin-right: 6%;
      width: 82%;
      min-width: 82%; }
      .scheduleList li:nth-child(3n) {
        margin-right: 6%; }

  .locationList {
    display: block; }
    .locationList li {
      margin-top: 48px;
      width: 100%; }
      .locationList li:first-child {
        margin-top: 24px; }
      .locationList li .nameEn {
        background: url("../img/exhibition/asta.svg") left center no-repeat;
        background-size: 14px auto;
        font-size: 18px;
        padding-left: 22px; }
      .locationList li .nameJa {
        font-size: 11px;
        margin: 0 6px;
        padding: 4px 6px; }
      .locationList li .address {
        font-size: 11px;
        padding: 2px 12px; }
      .locationList li iframe {
        margin-top: 12px;
        height: 100vw; }

  .newsIndexList ul {
    display: flex;
    justify-content: space-between; }
    .newsIndexList ul li {
      margin: 0 0 40px 0;
      width: calc(50% - 2.5vw); }
      .newsIndexList ul li a {
        display: block;
        transition: 0; }
        .newsIndexList ul li a .img {
          display: block;
          margin-bottom: 16px; }
          .newsIndexList ul li a .img img {
            height: 56vw; }
        .newsIndexList ul li a .title {
          display: block;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 2;
          font-weight: 500;
          line-height: 1.7;
          letter-spacing: -0.02em;
          margin-top: 8px;
          position: relative;
          width: 100%; } }
        @media only screen and (max-width: 960px) and (max-width: 960px) {
          .newsIndexList ul li a .title {
            font-size: 14px;
            font-size: 1.4rem; } }
@media only screen and (max-width: 960px) {
        .newsIndexList ul li a .cat {
          background: #FFF;
          border: 1px solid #DDD;
          border-radius: 30px;
          color: #555;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 2;
          font-weight: 500;
          letter-spacing: 0.04em;
          line-height: 1;
          min-height: 24px;
          min-width: 64px;
          margin-right: 12px;
          padding: 2px 12px;
          vertical-align: 1px; } }
        @media only screen and (max-width: 960px) and (max-width: 960px) {
          .newsIndexList ul li a .cat {
            font-size: 12px;
            font-size: 1.2rem; } }
@media only screen and (max-width: 960px) {
        .newsIndexList ul li a .date {
          color: #555;
          font-family: "Saira Semi Condensed", sans-serif;
          font-size: 12px;
          font-size: 1.2rem;
          line-height: 2;
          line-height: 1.4;
          font-weight: 400;
          transition: 0.3s; } }
        @media only screen and (max-width: 960px) and (max-width: 960px) {
          .newsIndexList ul li a .date {
            font-size: 10px;
            font-size: 1rem; } }
@media only screen and (max-width: 960px) {
  .newsIndexList ul:has(li:hover) a {
    opacity: 0.4; }
  .newsIndexList ul li:hover a {
    opacity: 1 !important; } }
