@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Mochiy+Pop+P+One&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/* ---------------------------------------------------------------- *
	medhia
 * ---------------------------------------------------------------- */
/* pc */
@media (min-width: 769px){
}
/* sp */
@media (max-width: 768px) {
}

/* ----------------------------------------
html
 ---------------------------------------- */ 
html{
  margin-top: 0 !important;
}

/* ----------------------------------------
body
 ---------------------------------------- */ 
body{
	-webkit-text-size-adjust: 100%;
	-webkit-print-color-adjust: exact;
	line-height: 1.471;
	font-size: 17px;
	color: #172126;
	background-color: #fff;
	overflow-y: scroll;/* load時のガク付き防止 */
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;/*medium*/
  box-sizing: border-box;
}
/* sp */
@media (max-width: 768px) {
  body.gnav_active{
    overflow: hidden;
  }
}

/* ----------------------------------------
setting
 ---------------------------------------- */ 
*, :after, :before {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

img{
	vertical-align: middle;
  width: auto;
  max-width: 100%;
}

a{
  word-break: break-word;
  color: #333;
	text-decoration: underline;
  -webkit-transition-duration: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* hoverで半透明 */
a:hover{
	opacity: 0.5;
}

/* 半透明にした際、Chromeで画像の1pxズレる現象を防ぐ */
a img{
	backface-visibility: hidden;
}

sup{
  vertical-align: super;
  font-size: smaller;
}

/* ---------------------------------------------------------------- *
	medhia
 * ---------------------------------------------------------------- */
.no_view{display: none;}

/* PC */
@media (min-width: 769px){
  .no-pc { display: none !important;}
}
/* SP */
@media (max-width: 768px) {
  .no-sp { display: none !important;}
}

/* pc */
@media (min-width: 1001px) {
  .no-pc02{
    display: none;
  }
}
/* sp */
@media (max-width: 1000px) {
  .no-sp02{
    display: none;
  }
}

/* pc */
@media (min-width: 769px){
}
/* sp */
@media (max-width: 768px) {
}
/* pri */
@media print {
}
/* ----------------------------------------
wrap
 ---------------------------------------- */ 
#wrap{
  overflow: hidden;
}


/* ----------------------------------------
inner
 ---------------------------------------- */ 
.inner,
.inner_pc{
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.inner_mini,
.inner_mini_pc{
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

/* pc */
@media (min-width: 769px){
  .inner_mini_pc_right{
    position: relative;
    padding-left: 80px;
  }
  .inner_mini_pc_left{
    position: relative;
    padding-left: 80px;
  }
}
/* sp */
@media (max-width: 1180px) {
  .inner,
  .inner_mini_pc{
    width: calc(100% - 40px);
  }
  .inner_mini{
    width: calc(100% - 80px);
  }
  .inner_pc{
    width: 100%;
  }
}

/* ----------------------------------------
font
 ---------------------------------------- */ 
.font_zenmaru{
  font-family: "Zen Maru Gothic", serif !important;
}
.font_roboto{
  font-family: "Roboto", serif !important;
}

/* ----------------------------------------
lineheight
 ---------------------------------------- */ 
.lineheight_1{line-height: 1;}
.lineheight_1-5{line-height: 1.5;}
.lineheight_2{line-height: 2;}

/* ----------------------------------------
width
 ---------------------------------------- */ 
.w10p{width: 10% !important;}
.w20p{width: 20% !important;}
.w30p{width: 30% !important;}
.w40p{width: 40% !important;}
.w50p{width: 50% !important;}
.w60p{width: 60% !important;}
.w70p{width: 70% !important;}
.w80p{width: 80% !important;}
.w90p{width: 90% !important;}
.w100p{width: 100% !important;}

/* ----------------------------------------
rainbow_hr
 ---------------------------------------- */ 
/* pc */
@media (min-width: 769px){
  .rainbow_hr_pc::before{
    content: "";
    width: 100%;
    height: 3px;
    display: block;
  background: linear-gradient(to right, #D168A4 0%, #D168A4 14.28%, #0091D2 14.28%, #0091D2 28.57%, #00B2EB 28.57%, #00B2EB 42.85%, #79B65B 42.85%, #79B65B 57.14%, #F6C167 57.14%, #F6C167 71.42%, #F18700 71.42%, #F18700 85.71%, #E94F5C 85.71%, #E94F5C 100%);
    background-size: 335px 100%;
  background-repeat: repeat-x;
  }
}
/* pc */
@media (min-width: 1001px){
  .rainbow_hr_pc02::before{
    content: "";
    width: 100%;
    height: 3px;
    display: block;
  background: linear-gradient(to right, #D168A4 0%, #D168A4 14.28%, #0091D2 14.28%, #0091D2 28.57%, #00B2EB 28.57%, #00B2EB 42.85%, #79B65B 42.85%, #79B65B 57.14%, #F6C167 57.14%, #F6C167 71.42%, #F18700 71.42%, #F18700 85.71%, #E94F5C 85.71%, #E94F5C 100%);
    background-size: 335px 100%;
  background-repeat: repeat-x;
  }
}
/* sp */
@media (max-width: 768px) {
  .rainbow_hr_sp::before{
    content: "";
    width: 100%;
    height: 3px;
    display: block;
  background: linear-gradient(to right, #D168A4 0%, #D168A4 14.28%, #0091D2 14.28%, #0091D2 28.57%, #00B2EB 28.57%, #00B2EB 42.85%, #79B65B 42.85%, #79B65B 57.14%, #F6C167 57.14%, #F6C167 71.42%, #F18700 71.42%, #F18700 85.71%, #E94F5C 85.71%, #E94F5C 100%);
  background-repeat: repeat-x;
    background-size: 188px 100%;
  background-repeat: repeat-x;
  }
}
/* sp */
@media (max-width: 1000px) {
  .rainbow_hr_sp02::before{
    content: "";
    width: 100%;
    height: 3px;
    display: block;
  background: linear-gradient(to right, #D168A4 0%, #D168A4 14.28%, #0091D2 14.28%, #0091D2 28.57%, #00B2EB 28.57%, #00B2EB 42.85%, #79B65B 42.85%, #79B65B 57.14%, #F6C167 57.14%, #F6C167 71.42%, #F18700 71.42%, #F18700 85.71%, #E94F5C 85.71%, #E94F5C 100%);
  background-repeat: repeat-x;
    background-size: 188px 100%;
  background-repeat: repeat-x;
  }
}

/* ---------------------------------------------------------------- *
	wrap
 * ---------------------------------------------------------------- */
#wrap{
  background: #fff0e2;
  position: relative;
}
#wrap::after{
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 40px;
  background-color: #092f55;
}

/* ---------------------------------------------------------------- *
	exhibition_archive
 * ---------------------------------------------------------------- */
#exhibition_archive{
  padding-top: 40px;
  padding-bottom: 50px;
}

/* ---exhibition_archive_page_ttl--- */
.exhibition_archive_page_ttl{
  max-width: 1000px;
  margin: 0 auto;
}
/*ea_ttl_main*/
.ea_ttl_main {
  max-width: 1181px;
  margin-left: auto;
  margin-right: auto;
}
/*ea_ttl_sub*/
.ea_ttl_sub{
  margin-bottom: -50px;
}
/* sp */
@media (max-width: 1200px) {
  .ea_ttl_sub{
    margin-bottom: -2vw;
  }
}

/* ---exhibition_archive_the_content--- */
.exhibition_archive_the_content{
  position: relative;
}

/* ---deco_earth--- */
/*top_deco*/
.top_deco{
  display: inline-block;
  width: 100%;
  max-width: 150px;
  position: absolute;
  bottom: -160px;
  left: 0;
  z-index: 2;
  transform: rotate(-15deg);
}
.top_deco.inview{
  transform: rotate(-15deg) scale(0.7);
}
.top_deco.inview_active{
  animation-name: top_deco;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
/* sp */
@media (max-width: 768px) {
  .top_deco{
    max-width: 100px;
    bottom: -110px;
  }
}
@keyframes top_deco {
  0%   {
  transform: rotate(-15deg) scale(0.8);
  }
  60%{
  transform: rotate(-15deg) scale(1.1);
  }
  100%{
  transform: rotate(-15deg) scale(1);
  }
}

/*footer_parts01*/
.footer_parts01{
  display: block;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-bottom: -20px;
  transform: rotate(15deg);
}
.footer_parts01.inview{
  transform: rotate(15deg) scale(0.7);
}
.footer_parts01.inview_active{
  animation-name: footer_parts01;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
/* sp */
@media (max-width: 768px) {
  .footer_parts01{
    max-width: 120px;
  }
}
@keyframes footer_parts01 {
  0%   {
  transform: rotate(15deg) scale(0.8);
  }
  60%{
  transform: rotate(15deg) scale(1.1);
  }
  100%{
  transform: rotate(15deg) scale(1);
  }
}

/*footer_parts02*/
.footer_parts02{
  display: inline-block;
  width: 100%;
  max-width: 220px;
  margin-bottom: -28px;
  position: relative;
  z-index: 2;
}
.footer_parts02.inview{
  transform: translate(0, 20px);
}
.footer_parts02.inview_active{
  animation-name: footer_parts02;
  animation-duration: 0.4s;
  animation-timing-function: ease-out;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}
/* sp */
@media (max-width: 768px) {
  .footer_parts02{
    max-width: 150px;
  }
}
@keyframes footer_parts02 {
  0%   {
  }
  60%{
  transform: translate(0, -10px);
  }
  100%{
  transform: translate(0, 0);
  }
}

/* ---exhibition_archive_the_content--- */
.exhibition_archive_the_content{
  margin-top: 40px;
}

/* ---exhibition_archive_intro--- */
.exhibition_archive_intro{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 23px;
  font-weight: 700;
}
/* sp */
@media (max-width: 768px) {
  .exhibition_archive_intro{
    font-size: 18px;
  }
}

/* ---exhibition_archive_box--- */
.exhibition_archive_box{
  margin-top: 60px;
}
.exhibition_archive_box{
  border-top:2px solid #fff;
  padding-top: 60px;
}
.exhibition_archive_box:first-child{
  border-top: 0;
  padding-top: 0;
}
/* sp */
@media (max-width: 768px) {
  .exhibition_archive_box{
    width: 100%;
  }
}

.exhibition_archive_group{
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.exhibition_archive_group > span{
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  font-family: "Mochiy Pop P One", sans-serif;
  padding: 10px 20px 15px;
  width: 100%;
  max-width: 500px;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}
.exhibition_archive_group::after{
  content: "";
  display: block;
  width: 20px;
  height: 13px;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.exhibition_archive_group > span,
.exhibition_archive_group::after{
  background-color: #e4174e;
}
/*sp*/
@media (max-width: 768px) {
  .exhibition_archive_group{
    margin-bottom: 30px;
  }
}

/* ---exhibition_archive_item_list--- */
.exhibition_archive_item_list{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  grid-gap: 70px 50px;
}
.exhibition_archive_items{
  width: calc((100% - 50px* 1) / 2);
}
.exhibition_archive_items{
  border-top:2px solid #fff;
  padding-top: 60px;
}
/* pc */
@media (min-width: 769px){
  .exhibition_archive_items:nth-child(-n + 2){
    border-top: 0;
    padding-top: 0;
  }
}
/* sp */
@media (max-width: 768px) {
  .exhibition_archive_item_list{
    grid-gap: 40px;
  }
  .exhibition_archive_items{
    padding-top: 30px;
  }
  .exhibition_archive_items:first-child{
    border-top: 0;
    padding-top: 0;
  }
  .exhibition_archive_items{
    width: 100%;
  }
}

/* ---exhibition_archive_ttl--- */
.exhibition_archive_ttl{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.exhibition_archive_ttl_sub{
  font-size: 80%;
}
.exhibition_archive_ttl_main{
  
}

/* ---exhibition_archive_thumbnail--- */
.exhibition_archive_thumbnail{
}
.exhibition_archive_thumbnail a{
  display: block;
  border: 10px solid transparent;
}
.exhibition_archive_thumbnail a:hover{
  border-color: #0AB0D2;
}
.exhibition_archive_thumbnail img{
  width: 100%;
}

/* ---exhibition_archive_date--- */
.exhibition_archive_date{
  margin-top: 10px;
  text-align: center;
  color: #0AB0D2;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
}

/* ---exhibition_archive_video--- */
.mfp-inline-holder{
  padding: 40px 20px;
}
.mfp-inline-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-inline-holder .mfp-close {
  color: #FFF;
  right: -6px;
  top: -40px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.exhibition_archive_video:hover{
  cursor: pointer;
}
.exhibition_archive_video video{
  width: 100%;
}
/* ---exhibition_archive_file--- */
.exhibition_archive_file{
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.exhibition_archive_file a{
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to bottom right, #43CFEC, #60C2F2);
  position: relative;
  padding: 20px 60px;
  text-decoration: none;
  border-radius: 999px;
}
.exhibition_archive_file a::after{
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 19px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url(/img/common/ic_arrow_circle_wh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
