@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .pc,.sp-999 {
    display: block !important;
  }
.pc-1000 {
    display: none !important;
  }
  p {
    font-size: 16px;
    color: #333;
  }
  p.address {
    font-size: 14px;
  }
  /*
main{
    margin-top: calc(50vh - 220px);
}
*/
    
#exhibition ul  {
  padding-right: 120px;
} 
    
/*
    #exhibition ul li {
  width: calc(50vw - 150px)!important;
} 
    
*/
    
/*
#exhibition ul li {
  width: 360px!important;
} 
*/
    
.section-lineup{
  overflow: hidden;
  /* padding:120px 0; */
}

/*
  .section-lineup .inner{
    margin: 0 auto;
    width: 80%;
    padding-left: 4rem;
    padding-right: 4rem;
  }
*/

  .section-lineup .lineup{
    position: relative;
  }

.lineup-carousel li{
/*      text-align: center;*/
      margin-right: 24px;
    }

    .lineup-carousel img{
      display: block;
/*      margin-bottom: 16px;*/
      width:100%;
    }

  .slick-list{
    overflow: visible;
  }

  .slick-nav-arrows {
    position: absolute;
    top: 50%;
    right: 0%;
    width: 100%;
    height: auto;
  }

  .slick-arrow {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
  }

/*
  .slick-next {
    right: 0;
  }

  .slick-prev {
    left: -80px;
  }
*/

/*
  .slick-next:before, .slick-prev:before{
    color:#fff;
  }
*/
   

    
}

@media screen and (min-width: 1000px) {
.sp,.sp-999{
    display: none !important;
}
    
.pc-1000,.pc{
    display: block !important;
}
    
    #exhibition .secWrap {
  max-width: 100%;
  margin: 0;
  padding: 90px 0 90px 120px;
}
    

}   
body {
  background: #fff;
}

nav {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.headWrap {
  display: flex;
  align-items: center;
}
.headlogo img {
  width: 158px;
}
.next .headlogo img {
    width: 180px;
margin-top: -5px;
}
@media (max-width: 1400px) {
  .headlogo {
    margin-left: 20px;
  }
}
.headinfo {
  max-width: 400px;
  margin-left: 70px;
}
@media (max-width: 1270px) {
  .headinfo {
    display: none;
  }
}
.headinfo p {
  text-align: left;
  color: #fff;
  line-height: 1.5;
}
.headinfo p span {
  display: block;
  font-size: .8em;
}
.nav-list {
  display: flex;
  align-items: center;
}
.menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 0 30px;
  font-size: 18px;
  text-align: center;
}
.menu .seedlogo {
  width: 24px !important
}
.menu ul li {
  list-style: none;
}
.menu a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
}
.menu a:hover {
  text-decoration: none;
}
.menu a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #fff;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.menu a:hover:before, .menu a:focus:before, .menu a:active:before {
  left: 0;
  right: 0;
}
/**********************
language
**********************/

.global-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	justify-content:space-between;
	align-items: center;
}
  .global-nav ul.language {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 auto;
	justify-content: center;
	align-items: center;
	  margin-left: 40px
  }
  .global-nav ul.language li {
    margin: 0;
	  width: auto
  }
  .global-nav ul.language li:nth-child(2) {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px #fff solid;
  }
  .global-nav ul.language .text {
    line-height: 1;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
  }
  .global-nav ul.language a {
	margin: 0;
	 padding: 0;
    opacity: .4;
    color: #fff;
	  text-decoration: none;
	  vertical-align: top;
  }
section#notice {
  background: #EFEFEF;
  color: #333;
  text-align: center;
  transition: all 0.5s 0s ease;
}
section#notice a {
  display: block;
  padding: 20px 0;
  font-family: 'Lato', "Noto Sans Japanese", sans-serif;
  color: #333;
  text-decoration: none;
}
section#notice p {
  display: block;
  padding: 20px 0;
  font-family: 'Lato', "Noto Sans Japanese", sans-serif;
  color: #333;
  text-decoration: none;
}
section#notice p strong {
	color:firebrick
}
section#notice:hover {
  background: #ddd;
}
main {
}
/* section */
section:not(:first-child) {
  position: relative;
}

.contain {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 60px;
}
.titleBox {
  width: 30%
}
.contentWrap {
  width: 70%
}
.contentWrap p {
  font-size: 18px;
  line-height: 2;
}
.contentWrap p a {
	color:#333!important;
	text-decoration: none;
}

/************* 基本色 ********************/

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#hero .secWrap {
  padding: 0;
}
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  /*  object-fit: cover;*/
}
.slide-items .slick-dots {
  text-align: right;
}
.slide-items .slick-dots li {
  display: inline-block;
  width: 75px;
  height: 2px;
  margin: 6px;
  background: #F94C66;
  cursor: pointer;
}
.slide-items .slick-dots li.slick-active {
  display: inline-block;
  width: 75px;
  height: 2px;
  margin: 6px;
  background: #53BF9D;
  cursor: pointer;
}
.slide-items .slick-dots button {
  display: block;
  width: 0%;
  height: 6px;
  margin: 0;
  font-size: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  outline: none;
  background: #0a467d;
  cursor: pointer;
}
.slide-items .slick-dots .slick-active button {
  background: #53BF9D;
  opacity: 1;
}
.slick-dots li button:before {
  display: none
}
#hero ul li {
  list-style: none;
}
.exhibitionWrap {
  overflow: auto;
}
#exhibition ul {
  justify-content:flex-start;
  
}
#exhibition ul li img {
/*  max-width: 350px;*/
  position: relative;
}
#exhibition ul li {
  list-style: none;
  margin: 6px;
  font-size: 14px;
  width: 100%;
}
#exhibition ul li a {
  text-decoration: none;
}
/*
#exhibition ul li:first-child {
  margin-left: 0px;
}
*/
#exhibition ul li span {
  display: block;
  max-width: 350px;
  font-size: 18px;
  margin: 1em 0;
}
.button_line {
  padding: 3px;
  text-align: center;
  color: #53BF9D;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
}
.button_line .top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 300ms;
  width: 100%;
  background: #53BF9D;
  transform: scale(0, 0);
  height: 3px;
  transform-origin: left top;
  transition-delay: 0ms;
}
.button_line .right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: transform 300ms;
  content: "";
  width: 3px;
  background: #53BF9D;
  transform: scale(0, 0);
  height: 100%;
  transform-origin: right top;
  transition-delay: 0ms;
  display: block;
}
.button_line .bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: transform 300ms;
  content: "";
  width: 100%;
  background: #53BF9D;
  transform: scale(0, 0);
  height: 3px;
  transform-origin: right bottom;
  transition-delay: 0ms;
  display: block;
}
.button_line .left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 300ms;
  content: "";
  width: 3px;
  background: #53BF9D;
  transform: scale(0, 0);
  height: 100%;
  transform-origin: left bottom;
  transition-delay: 0ms;
  display: block;
}
.button_line::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  content: "";
  background: #f7f7f7;
}
/* hover */
#exhibition a:hover .button_line .top {
  transform-origin: left top;
  transform: scale(1, 1);
  content: "";
}
#exhibition a:hover .button_line .right {
  transform-origin: left top;
  transform: scale(1, 1);
}
#exhibition a:hover .button_line .bottom {
  transform-origin: right bottom;
  transform: scale(1, 1);
}
#exhibition a:hover .button_line .left {
  transform-origin: left bottom;
  transform: scale(1, 1);
}
#news {
  background: url("../images/bg_news.svg") fixed;
  background-size: cover
}
#news .contain {
  align-items: stretch;
}
#news .titleBox {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
#news .titleBox h2 {
  width: 100%
}
#news .titleBox img {
  width: 140px;
}
#news dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  padding: 30px;
  color: #F94C66;
  border-top: 1px solid #F94C66
}
#news dl:last-child {
  border-bottom: 1px solid #F94C66
}
#news dl dt {
  margin-right: 60px;
}
.en #news dl dt {
  width: 20%;
  margin-right: 0;
	line-height: 1.5
}
.en #news dl dd {
  width: 80%;
	margin-left: 0px;
	line-height: 1.5
}
#news dl dd a {
  display: inline-block;
  color: #BD4291;
  text-decoration: none;
  transition: .5s ease;
}
#news dl a:hover {
	opacity: .65
}
#news dl dd a span.detail {
  display: block;
  margin-top: .5em;
}
.dli-chevron-round-right {
  display: inline-block;
  vertical-align: center;
  color: #BD4291;
  line-height: 1;
  position: relative;
  width: .6em;
  height: .6em;
  transform: translateX(-25%) rotate(45deg);
  margin-left: .3em;
  transition: all .3s;
}
.dli-chevron-round-right::before, .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
#access .contain img {
  width: 140px;
}
#access p span {
	font-size: .8em;
}
#access p a {
	color: #FFC54D!important;
	text-decoration: none;
}
.map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.with-map{
    width: 100%;
/*    max-width: 800px;*/
    margin: 90px 0;
}

#about {
  background: url("../images/bg_about.svg") fixed;
  background-size: 400px
}
#about .secWrap {
	padding-bottom: 120px
}
#about, #about h2 {
  text-align: center
}
#about img {
  display: block;
  width: 120px;
  margin: 30px auto 90px;
}
#about p {
  max-width: 840px;
  margin: 0 auto 30px;
  text-align: left;
  font-size: 20px;
  line-height: 2.5;
}
#contact {
  background: #FFC54D
}
#contact h2 {
  color: #fff
}
#contact .secWrap {
  padding: 90px 120px 0;
  background: url("../images/icon_contact.svg") no-repeat;
  background-size: 300px;
  background-position: bottom right;
}
#contact .contain {
  margin-bottom: 0;
  padding-bottom: 60px
}
#announcement {
  background: url("../images/bg_contact.svg") fixed;
  background-size: 400px
}
#announcement .secWrap h4 {
  font-size: 20px;
  margin-bottom: 1em;
  margin-top: 1.5em;
}
#announcement .secWrap ul, .secWrap ol {
  margin-top: 1em;
  margin-left: 1.5em;
  margin-bottom: 1em;
}
#announcement .secWrap ul li, .secWrap ol li {
  margin-bottom: .5em;
}
#announcement .secWrap p {
	color: #000;
  margin-bottom: 1em;
}
/*
footer {
  padding: 100px 0
}
.footerWrap {
  max-width: 1366px;
  padding: 0 120px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end
}
*/
.footerInner {}
.footlogo img {
  margin-right: 60px;
}
.footlogo {
  align-items: flex-start;
}
.footseedlogo {
  width: 160px
}
.footseikologo {
  width: 100px;
  margin-top: 5px
}
/*
footer .footmenu {
  border-left: 1px solid #333;
}

footer li {
  margin-left: 30px;
  list-style: none;
}
footer li a {
  text-decoration: none;
  transition: .5s;
}
footer li a:hover {
  opacity: 0.7
}
footer li a.m_about img {
  width: 24px
}
footer ul.policy li a {
  color: #333;
}
footer .copyright {
  margin-left: 30px;
  margin-top: 60px;
  font-size: 12px;
}
*/
/******h2******/
.bgextend {
  animation-name: bgextendAnimeBase;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  animation-name: bgLRextendAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
#exhibition .bgLRextend::before {
  background-color: #53BF9D; /*伸びる背景色の設定*/
}
#news .bgLRextend::before {
  background-color: #F94C66; /*伸びる背景色の設定*/
}
#access .bgLRextend::before {
  background-color: #BD4291; /*伸びる背景色の設定*/
}
#about .bgLRextend::before, #byseiko .bgLRextend::before {
  background-color: #53BF9D; /*伸びる背景色の設定*/
}
#contact .bgLRextend::before {
  /*    background-color: #FFC54D;*/
  background-color: #fff; /*伸びる背景色の設定*/
}
#announcement .bgLRextend::before {
  background-color: #000; /*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger, .bgLRextendTrigger {
  opacity: 0;
}
/*背景色が消えてから表示される*/
.mask-bg {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}
.mask-bg::after {
  background: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}
.mask-bg.is-animated {
  color: #362ae0;
}
.mask-bg.is-animated::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.170, 1);
}
@keyframes mask-bg {
  0% {
    transform: translate(0, 101%)
  }
  40%, 60% {
    transform: translate(0, 0%)
  }
  100% {
    transform: translate(0, -100%)
  }
}
/* レスポンシブ */
@media screen and (max-width: 960px) {
  #news dl {
    flex-wrap: wrap;
  }
  #news dt {
    margin-bottom: 1em;
  }
	#about .secWrap {
	padding-bottom: 60px
	}
  #about p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
  }
  #access .contentWrap {
    padding: 0 20px
  }
  #access .contentWrap p {
    font-size: 16px;
  }
  #contact .titleBox {
    width: 100%
  }
  #contact .contain {
    flex-wrap: wrap
  }
  footer .footerInner {
    flex-wrap: wrap;
  }
  .footlogo {
    margin-bottom: 40px
  }
    
    .with-map{margin: 60px 0;}
}
.heroArea {}
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .menu a {
    display: block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
  }
  .seedlogo {
    margin: 0 auto
  }
  .slide-items {
    width: 100%;
  }
  .slide-items img {
    width: 100%;
  }

  section#notice a {
    display: block;
    padding: 20px 0;
    font-family: 'Lato', "Noto Sans Japanese", sans-serif;
    color: #333;
    text-decoration: none;
    font-size: 13px;
  }
/*
  #exhibition .flex {
    flex-wrap: wrap;
  }
*/
/*
  #exhibition ul li img {
    max-width: 100%;
  }
*/
  #exhibition ul li {
    list-style: none;
    /* margin-left: 0; */
    font-size: 12px;
    margin-bottom: 30px;
  }
  #exhibition ul li:first-child {
    /* margin-left: 0px; */
  }
  #exhibition ul li span {
    display: block;
    font-size: 18px;
    margin: 1em 0;
  }

  .contain {
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .contentWrap {
    width: 100%
  }
  #news .titleBox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%
  }
  #news .titleBox h2 {
    width: auto
  }
  #news .titleBox img {
    width: 60px;
  }
  #news dl {
    flex-wrap: wrap;
    padding: 20px 0;
/*    font-size: 12px;*/
    font-size: 14px;
  }
  #news dl:last-child {
    border-bottom: 1px solid #F94C66
  }
  #news dl dt {
    width: 100%;
    font-size: 14px;
    margin-right: 0px;
    margin-bottom: 1em;
  }
  #news dl dd span {
    display: block;
  }
	#news dl dd span.dli-chevron-round-right {
  display: inline-block;
}
  #access .contain img {
    width: 60px;
    position: absolute;
    top: 40px;
    right: 10px
  }
  .map {
    width: 100%;
    position: relative;
    padding-top: 100%;
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #about img {
    display: block;
    width: 100px;
    margin: 30px auto 30px;
  }
  #about p {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 3;
    text-align: left
  }
  #access .contentWrap {
    padding: 0
  }
  #contact .secWrap {
    padding: 30px 30px 0;
    background-size: 200px;
  }
  #contact .contain {
    margin-bottom: 0;
    padding-bottom: 30px
  }
  #contact .contentWrap p, #access .contentWrap p {
    font-size: 14px;
  }
  #announcement .secWrap h4 {
    font-size: 15px;
    margin-bottom: .5em
  }
  #announcement .secWrap ul, .secWrap ol {
    font-size: 13px;
    margin-top: .5em;
    margin-left: 1.5em;
    margin-bottom: 2em;
  }
  #announcement p {
    font-size: 13px;
  }
/*
  footer {
    padding: 60px 0
  }
  .footerWrap {
    max-width: 100%;
    padding: 30px;
    margin: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start
  }
  .footerInner.flex {
    flex-wrap: wrap;
  }
*/
  .footlogo img {
    margin-right: 30px;
  }
  .footlogo {
    align-items: center;
    margin-bottom: 40px;
  }
  .footseedlogo {
    width: 130px
  }
  .footseikologo {
    width: 90px;
    margin-top: 0
  }
/*
  footer .footmenu {
    border-left: 1px solid #333;
  }
  footer ul.flex {
    flex-wrap: wrap;
  }
  footer ul {
    margin-bottom: 10px;
    align-content: center;
  }
  footer li {
    margin-left: 15px;
    list-style: none;
  }
  footer li a {
    text-decoration: none;
    font-size: 15px;
  }
  footer li a.m_about img {
    width: 24px
  }
  footer ul.policy li a {
    color: #333;
  }
  footer .copyright {
    margin-left: 15px;
    margin-top: 60px;
    font-size: 12px;
  }
*/
}
/* SP時：メニューボタン */
.global-nav-icon {
  display: none;
}
/* グローバルメニュー */
.global-nav {
  margin: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .global-nav-header {
    height: 50px;
  }
  .nav-list {
    flex-wrap: wrap;
    align-items: center;
  }
  .global-nav .nav-list {
    background: #FFF;
    display: none;
    left: 50%;
    padding: 60px 10px;
    position: absolute;
    transform: translate(-50%, 0%);
    width: 100%;
  }
  .global-nav .nav-list .nav-item a {
    border-bottom: none;
    border-right: none;
    padding: 1rem 1rem;
    text-align: center;
    font-size: 1.2em!important;
  }
  .global-nav .nav-list .nav-item.h_lang {
    border-bottom: none;
    border-right: none;
    padding: 0;
    text-align: center;
    font-size: 16px!important;
	  padding: 2rem 0 1rem;
	
  }
  .menu .h_exhibition a {
    color: #53BF9D
  }
  .menu .h_news a {
    color: #F94C66
  }
  .menu .h_access a {
    color: #BD4291
  }
  .menu .h_contact a {
    color: #FFC54D;
    margin-bottom: 30px;
  }
  .menu .h_policy a {
    padding: 0;
    color: #AAA;
    font-size: 16px !important;
  }
  .global-nav .nav-list .nav-item.h_lang a {
	  display: inline-block;
	  margin: 0;
	  padding: 0;
    color: #AAA;
  }
  .global-nav .nav-list .h_policy a {
    font-size: 16px !important;
  }
  .global-nav .nav-list .nav-item:last-child a {
    border-bottom: none;
  }
  .global-nav-icon {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 36px;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
  }
	section#notice p {
  padding: 10px 10px;
  font-size: 14px;
}  
}
@media screen and (max-width: 768px) {
  .nav-item_sub {
    display: none;
  }
  .global-nav {
    height: auto;
    left: 0;
    position: fixed;
    top: 85px;
    width: 100%;
	  display: block;
  }
  .nav-list {
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

@media screen and (min-width: 1366px){
#exhibition .secWrap {
    max-width: 100%;
    margin: 0;
    padding: 90px 0 90px calc(50% - 563px);
}
#exhibition ul{padding-right: calc(50vw - 563px);}
    

    
}


@media screen and (min-width:600px) and (max-width:999px) {
    #exhibition ul{padding: 0;margin: 0;}
    
    #exhibition ul li{
    width: calc(50% - 16px);
    display: inline-block;
        margin: 8px 8px 30px;
    }
    
      #exhibition .flex {
    flex-wrap: wrap;
  }
    
  #exhibition ul li img {
    max-width: 100%;
  }
}

@media screen and (max-width:600px) {
    #exhibition ul{padding: 0;margin: 0;}
    
    #exhibition ul li{
    width: 100%;
    display: block;
    margin: 0 0 30px;
    }
    
      #exhibition .flex {
    flex-wrap: wrap;
  }
    
  #exhibition ul li img {
    max-width: 100%;
  }
}

/****************ニュース*******************/
.showmore_wrap {
            position: relative;
            margin-bottom: 30px;
        }

        .showmore_list {
            overflow: hidden;
            transition: all .5s ease-in;
        }

        .showmore_list .main_ttl {
            font-size: 1.2rem;
            margin: -20px -20px 20px -20px;
            padding: 10px;
            text-align: center;
            background: #999999;
            
            color: #fff;
        }

        .list_toggle {
            display: flex;
            justify-content: center;
            align-items: flex-end;
            background-color: #fff;
            background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
            background-color: transparent;
            width: 100%;
            height: 20%;
            position: absolute;
            bottom: -20px;
			border-radius: 0 0 20px 20px;
        }

        .list_toggle.close_area {
/*            background: none;*/
            position: static;
            margin-top: 30px;
        }

        .list_toggle a {
            width: 100%;
            color: #F94C66;
            display: block;
            font-weight: bold;
            padding: 12px 0;
            text-align: center;
            text-decoration: none;
            box-sizing: border-box;
            transition: all .3s ease-in;
        }

        .list_toggle a:hover {
            opacity: .7;
        }

/*
        .list_toggle a.open_link {
            background: #ec8c0f
        }

        .list_toggle a.close_link {
            background: #188015;
        }
*/

        .list_toggle a.open_link:before {
            content: "▼";
            display: inline;
        }

        .list_toggle a.close_link:before {
            content: "▲";
            display: inline;
        }

  .swiper {
    margin-top: 80px;
  }
  .swiper-wrapper {
    transition-timing-function: linear;
  }
  .swiper-slide {
    max-width: 400px
  }
  .swiper-slide img {
    max-width: 100%
  }

