/*!*******************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/index.scss ***!
  \*******************************************************************************************************************************************************************************/
  @charset "UTF-8";
  /* スライドする要素 */
  #photowall .content {
    height: 200px;
    margin-left: 5px;
    list-style: none;
  }
  @media only screen and (min-width: 641px) {
    #photowall .content {
      height: 121px;
    }
  }
  
  @keyframes fadein {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  #photowall .content img {
    display: block;
    height: 100%;
    max-width: unset;
  }
  
  @keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }
  /* スライドレールの枠 */
  #photowall .wrap {
    display: flex;
    align-items: center;
    margin: 5px 0;
    overflow: hidden;
  }
  @media only screen and (max-width: 640px) {
    #photowall .wrap {
      display: none;
    }
  }
  
  #photowall .wrap .slideshow:first-child {
    -moz-animation: loop 200s -100s linear infinite;
    -webkit-animation: loop 200s -100s linear infinite;
    animation: loop 200s -100s linear infinite;
  }
  
  #photowall .wrap .slideshow:last-child {
    -moz-animation: loop2 200s linear infinite;
    -webkit-animation: loop2 200s linear infinite;
    animation: loop2 200s linear infinite;
  }
  
  @media only screen and (max-width: 640px) {
    #photowall .wrap:nth-of-type(4) {
      display: none;
    }
  }
  
  @media only screen and (max-width: 640px) {
    #photowall .wrap:nth-of-type(5) {
      display: none;
    }
  }
  
  @media only screen and (max-width: 640px) {
    #photowall .wrap:nth-of-type(6) {
      display: none;
    }
  }
  
  #photowall .List {
    display: flex;
    padding: 0 0;
    margin: 0 0;
  }
  
  /* content4つをまとめたスライドブロック */
  #photowall .slideshow {
    -moz-animation: loop-slide 50s infinite linear 1.5s both;
    -webkit-animation: loop-slide 50s infinite linear 1.5s both;
    animation: loop-slide 50s infinite linear 1.5s both;
  }
  
  #photowall .animation-reverse {
    animation-direction: reverse;
    -moz-animation-direction: reverse;
    -webkit-animation-direction: reverse;
  }
  
  @-webkit-keyframes loop-slide {
    from {
      transform: translateX(0);
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
    }
  }
  @keyframes loop-slide {
    from {
      transform: translateX(0);
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
    }
  }
  /* ホバー時に動きを止める（パターン2・3）*/
  #photowall .slide-paused:hover .slideshow,
  /* フォーカスされた行の動きを止める*/
  #photowall .slide-paused:focus-within .slideshow,
  #photowall .slide-paused.paused .slideshow {
    -moz-animation-play-state: paused;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
  
  /* ホバー時の装飾（パターン3） */
  @keyframes fadeOut {
    from {
      opacity: 1;
    }
    to {
      display: none;
      opacity: 0;
      z-index: -1;
    }
  }
  @keyframes fadeOutBK {
    from {
      opacity: 1;
    }
    to {
      display: none;
      opacity: 0;
      z-index: -1;
    }
  }
  #photowall {
    display: none;
  }
  @media (min-width: 768px) {
    #photowall {
      display: block;
    }
  }
  #photowall .Hero {
    position: relative;
    width: 100%;
    height: 100%;
    height: 500px;
  }
  
  #photowall #loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 2;
  }
  
  #photowall #loader.loaded {
    -moz-animation: fadeOut 6s forwards;
    -webkit-animation: fadeOut 6s forwards;
    animation: fadeOut 6s forwards;
  }
  
  #photowall .spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    position: relative;
    top: 50%;
  }
  
  #photowall .cube1,
  #photowall .cube2 {
    background-color: #2E2E2E;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    -moz-animation: sk-cubemove 1.8s infinite ease-in-out;
    -webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
    animation: sk-cubemove 1.8s infinite ease-in-out;
  }
  
  #photowall .cube2 {
    -moz-animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }
  
  @-webkit-keyframes sk-cubemove {
    25% {
      -moz-transform: translateX(42px) rotate(-90deg) scale(0.5);
      -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
      -moz-transform: translateX(42px) translateY(42px) rotate(-180deg);
      -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
      -moz-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
      -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
      -moz-transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
    }
  }
  @keyframes sk-cubemove {
    25% {
      transform: translateX(42px) rotate(-90deg) scale(0.5);
      -moz-transform: translateX(42px) rotate(-90deg) scale(0.5);
      -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
      transform: translateX(42px) translateY(42px) rotate(-179deg);
      -moz-transform: translateX(42px) translateY(42px) rotate(-179deg);
      -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
      transform: translateX(42px) translateY(42px) rotate(-180deg);
      -moz-transform: translateX(42px) translateY(42px) rotate(-180deg);
      -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
      transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
      -moz-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
      -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
      transform: rotate(-360deg);
      -moz-transform: rotate(-360deg);
      -webkit-transform: rotate(-360deg);
    }
  }
  #photowall .circle {
    position: fixed;
    bottom: 5%;
    left: 40vw;
    z-index: 4;
    cursor: pointer;
  }
  
  #photowall .Close {
    display: block;
    height: 60px;
    margin: 0 auto;
  }
  
  #photowall .Share {
    display: block;
    height: 60px;
    margin: 0 auto;
  }
  
  #photowall .ShowMore {
    display: none;
    text-align: center;
    padding: 2em;
    width: 100%;
    max-width: 400px;
    margin: 80px auto 0;
    font-weight: 700;
    background-color: #fff;
    border: 1px solid #99AF22;
    color: #99AF22;
    line-height: 1;
    position: relative;
  }
  #photowall .ShowMore:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 9em;
    border-bottom: 1px solid #99AF22;
    border-right: 1px solid #99AF22;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #photowall .ShowMore:hover {
    background-color: #99AF22;
    color: #fff;
    opacity: 1;
  }
  
  #photowall .MagnifyingGlassSearch {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-left: none;
    border-right: 1px solid #707070;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    width: 100px;
    background-color: #ffffff;
  }
  #photowall .MagnifyingGlassSearch:focus {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-left: none;
    border-right: 1px solid #707070;
  }
  
  #photowall .DetailButton {
    font-size: 12px;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-left: 0px solid transparent;
    background-color: #fff;
    text-indent: 9px;
    padding: 5px 0px;
    outline: 0;
  }
  #photowall .DetailButton__Main {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #707070;
    height: 100%;
    margin-left: 1px;
    color: #8AA735;
  }
  #photowall .DetailButton__Image {
    display: block;
    vertical-align: bottom;
    width: 14px;
  }
  @media (min-width: 768px) {
    #photowall .DetailButton__Image {
      width: 16px;
      height: 10px;
      margin-right: 0.8em;
    }
  }
  #photowall .DetailButton__Text {
    display: block;
    text-indent: initial;
    font-weight: bold;
  }
  #photowall .SearchButton__Text{
    font-weight: bold;
  }
  
  @media (min-width: 768px) {
    #photowall .DetailButton__Text {
      text-indent: inherit;
    }
  }
  #photowall .DetailButton:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
  }
  @media only screen and (min-width: 375px) {
    #photowall .DetailButton {
      font-size: 14px;
      background-position: left 9px center;
    }
  }
  @media (min-width: 768px) {
    #photowall .DetailButton {
      font-size: 16px;
      text-indent: 0px;
      width: 20%;
      max-width: 200px;
  height: 100%;
    }
  }
  #photowall .SearchButton {
    font-size: 12px;
    color: #ffffff;
    background-color: #8AA735;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border: 0px solid transparent;
  }
  @media only screen and (min-width: 375px) {
    #photowall .SearchButton {
      font-size: 0.85rem;
    }
  }
  @media (min-width: 768px) {
    #photowall .SearchButton {
      font-size: 1rem;
      width: 100%;
      max-width: 200px;
    }
  }
  #photowall .SearchButton__Main {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #photowall .SearchButton__Image {
    width: 16px;
  }
  @media (min-width: 768px) {
    #photowall .SearchButton__Image {
      margin-right: 0.8em;
    }
  }
  #photowall .DetailSearchArea .form-select {
    -webkit-appearance: none;
    appearance: none;
    /* デフォルトのスタイルを無効 */
    background-image: url("https://matsudo-digital-museum.jp/web-static/images/digitalcollection/expand_less_black_24dp.png");
    background-size: 16px 10px;
  }
  
  #photowall .DetailSearchArea .form-select::-ms-expand {
    display: none;
    /* デフォルトのスタイルを無効(IE用) */
  }
  
  #photowall .DetailSearchArea .form-check-input {
    background-color: transparent;
    border: 3px solid #000000;
  }
  #photowall .DetailSearchArea .form-check-input:checked {
    border-color: 3px solid #000000;
  }
  #photowall .SearchArea .btn:focus {
    outline: 0;
    box-shadow: none;
  }
  
  #photowall .NoUse {
    pointer-events: none;
  }
  
  #photowall .SearchArea .form-control:focus {
    border-top-color: #707070;
    border-bottom-color: #707070;
    border-left-color: #707070;
  }
  
  #photowall .SearchFormComponent {
    position: relative;
  }
  
  #photowall .SearchForm {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  
  #photowall .SearchArea {
    display: flex;
    border-radius: 50px;
    height: 70px;
    /*background-color: #fff;*/
  }
  #photowall .SearchArea__Input {
    font-size: 12px;
    width: 104px;
    border: 1px solid #707070;
    border-right: 0px solid transparent;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding-right: 0;
  }
  @media only screen and (min-width: 375px) {
    #photowall .SearchArea__Input {
      font-size: 14px;
    }
  }
  @media (min-width: 768px) {
    #photowall .SearchArea__Input {
      font-size: 16px;
    }
  }
  #photowall .SearchArea__Input:focus {
    outline: 0;
    box-shadow: none;
  }
  
  #photowall .DetailSearchArea {
    position: absolute;
      top: 90%;
      left: 5%;
      background-color: #C5D78D;
      width: 100%;
      max-width: 801px;
      display: none;
      z-index: 999;
      font-size: 12px;
      box-shadow: 1px 2px 4px rgb(0 0 0 / 40%);
  }
  }
  @media only screen and (min-width: 375px) {
    #photowall .DetailSearchArea {
      font-size: 14px;
    }
  }
  @media (min-width: 768px) {
    #photowall .DetailSearchArea {
      font-size: 16px;
    }
  }
  #photowall .DetailSearchArea:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent transparent #c5d78d;
    border-style: solid;
    border-width: 0 12px 11px;
    bottom: 100%;
    right: 120px;
  }
  @media(max-width: 1200px){
  #photowall .DetailSearchArea {
      position: absolute;
      top: 100%;
      left: 0%;
  }
  #photowall.DetailSearchArea:before{
  right:150px;
  }
  }
  @media(max-width: 992px){#photowall .DetailSearchArea:before{right:290px}}
  @media(max-width: 768px){#photowall .DetailSearchArea:before{right:160px}}
  
  #photowall .SearchFormComponentTop {
    display: flex;
    height: 142px;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #C5D78D;
  }

  .photowall-footer {
    position: relative;
    padding: .5rem 1rem !important;
    background-color: black;
    margin-top: 3px;
  }

  .photowall-footer .photowall-autoplay .btn-autoplay {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
  }

  .photowall-footer .photowall-autoplay .btn-autoplay svg:first-child {
    display: none;
  }

  .photowall-footer .photowall-autoplay .btn-autoplay svg:nth-child(2) {
    display: block;
  }

  .photowall-footer .photowall-autoplay .btn-autoplay.autoplay svg:first-child {
    display: block;
  }

  .photowall-footer .photowall-autoplay .btn-autoplay.autoplay svg:nth-child(2) {
    display: none;
  }
