@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&display=swap');

/*--------------

common

--------------*/
.mb100{margin-bottom: 100px;}
.mb50{margin-bottom: 50px;}
.mb30{margin-bottom: 30px;}
.mb10{margin-bottom: 10px;}
.mb5{margin-bottom: 5px;}

.red{color: red;}
.font20{font-size: 20px;}

.tbl-r02{
  width: 100%;
  font-size: 1.8rem;
  line-height: 1.8;
}
.tbl-r02 th {
  color: #000;
  width: 150px;
  padding: 20px;  
  vertical-align: top;
  text-align: left;
  font-weight: bold;
  font-size: 1.8rem;
}
.tbl-r02 th p{
  border-left: 5px solid #036eb7;
  padding:0px 0px 0px 15px;
}
.tbl-r02 td {
  padding:20px;
  vertical-align: top;
}
/* 画面サイズが991px以下の場合に適用 */
@media only screen and (max-width: 991px) {
}
/* 画面サイズが767px以下の場合に適用 */
@media only screen and (max-width: 767px) {
  .mb100{margin-bottom: 50px;}
  .mb50{margin-bottom: 30px;}
  .mb30{margin-bottom: 15px;}
}
/* 画面サイズが641px以上の場合に適用 */
@media only screen and (min-width: 641px) {
  /*.tbl-r02 td {border-bottom: 2px solid #fff;}*/
}
@media screen and (max-width: 640px) {
  .tbl-r02 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .tbl-r02 th{
    /*border-top: 2px solid #333;
    border-bottom: 1px dotted #aaa;*/
  }
  .tbl-r02 th,
  .tbl-r02 td {
    display: block;
    width: 100%;
    padding:10px;
  }
}

/*--------------

header

--------------*/
.header_box{position: relative;}
.header_box header{
  width: 100%;
  z-index: 5;
  position: absolute;
}
.header_box header .header_inner{
  width: 100%;  
  padding: 15px;
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:wrap;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content: space-between; /* Safari */
  justify-content:space-between;
  -webkit-align-items: center; /* Safari */
  align-items:center;
}
.header_inner #wrapper{ 
  position: relative;  
  height: 24px;
  width: 40px;
}

/* 上部に固定させるスタイルを用意 */
.header_box header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
}

/* 画面サイズが768px以上の場合に適用 */
@media only screen and (min-width: 768px) {
  .header_box header .header_inner{
    height: 170px;
    padding: 50px;
  }
  .header_box header.fixed .header_inner{
    height: 90px;
    padding: 15px;
  }
  .header_inner #wrapper{margin-right: 20px;}
  header .logo{width: 400px;}
}
/* 画面サイズが767px以下の場合に適用 */
@media only screen and (max-width: 767px) {
  header .logo{width: 130px;}
  .header_inner #wrapper{margin-right: 10px;}
}


/*--------------

navi

--------------*/

.navi_box{
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:wrap;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content: space-between; /* Safari */
  justify-content:space-between;
  -webkit-align-items: center; /* Safari */
  align-items:center;
}
.navi_box > p{padding:0px 5px;}
.navi_box p.cheer a{
  display: block;
  width: 200px;
  height: 55px;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  font-size: 2.4rem;
  border: 2px solid #000;
  background:rgba(255,255,255,1);
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/ 
  -webkit-justify-content: center; /* Safari */
  justify-content:center;
  -webkit-align-items: center; /* Safari */
  align-items:center;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:wrap;
  padding: 0px 15px;
}
.navi_box p.cheer a:hover{
  background: #036eb7;
  color: #fff;
}
.navi_box p.instagram img{
  width: 55px;
  height: auto;
}
.snsbox{
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/ 
  -webkit-justify-content: center; /* Safari */
  justify-content:center;
  -webkit-align-items: center; /* Safari */
  align-items:center;
  padding: 10px 15px;
  background: #f1f1f1;
}
.snsbox p{padding: 0px 5px;}
.snsbox p img{width: 35px;}

header.fixed .navi_box p.cheer a{
  height: 55px;
  width: 100%;
}
header.fixed .navi_box p.instagram img{width: 45px;}

/* nevi */
#wrapper nav {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  height: 100%;
  padding-top: 25px;
  background:rgba(255,255,255,1);
  box-sizing: border-box;
  z-index: 5;
}
#wrapper nav ul li {
  display:block;
  padding: 20px 28px
}
#wrapper nav ul li a {
  text-decoration: none;
  color: #000;
}
#wrapper .btn-gnavi {
  position: absolute;
  z-index: 6;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  text-align: center;
}
#wrapper .btn-gnavi > p {
  display: block;
  color: #000;
  border: 2px solid #000;
  background: #fff;
  width: 55px;
  height: 55px;
  margin-top: -15px;
  margin-left: 5px;
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/ 
  -webkit-justify-content: center; /* Safari */
  justify-content:center;
  -webkit-align-items: center; /* Safari */
  align-items:center;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:wrap;
}
#wrapper .btn-gnavi p span{
  display: block;
  font-weight: bold;
  font-size: 2rem;
}
#wrapper .btn-gnavi.open p {background: #fff;}


.main_img{
  width: 100%;
  position: relative;
}
.header_box{
  background:#fff;
  position: relative;
}

canvas{
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 4;
  width: 100%;
}
/* 画面サイズが991px以下の場合に適用 */
@media only screen and (max-width: 991px) {
  .navi_box p.cheer a{width: 150px;}
}

/* 画面サイズが767px以下の場合に適用 */
@media only screen and (max-width: 767px) {
  #wrapper .btn-gnavi > p{
    margin-top: -11px;
    height: 45px;
    width: 45px;
    margin-left: 2px;
  }
  #wrapper .btn-gnavi p span{font-size: 1.6rem;}
  .navi_box > p{padding:0px 2px;}
  .navi_box p.instagram img{width:40px;}
  .navi_box p.cheer a{
    font-size: 14px;
    padding: 5px;
    height: 45px;
    width: 45px;
  }
  header.fixed .navi_box p.cheer a{
    height: 45px;
    width: 45px;
  }
}


/*--------------

footer

--------------*/


footer > div{
  padding: 15px;
  line-height: 1.6;
}
footer > p{
  padding: 15px;
  text-align: right;
  background: #000;
  color: #fff;
}



/*--------------

contents

--------------*/


.top_contents section{
  padding: 100px 15px 200px 15px;
  width: 100%;
  position: relative;
}
.top_contents section#sec07{padding-bottom: 100px;}
.top_contents section:nth-child(2n){background: #f1f1f1;}
.top_contents section .inner{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.top_contents section .inner100{width: 100%;}
.top_contents section .titlebox{
  margin-bottom: 80px;
  position: relative;
}
.top_contents section .title01{
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.top_contents section .titlebox:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0DAC67;
  border-radius: 5px;
}
.top_contents section .titlebox + .txtbox{
  text-align: center;
  line-height: 1.4;
  font-size: 1.8rem;
}
.top_contents section .title02{
  font-size: 2.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
.top_contents section .title02 + .txtbox{
  text-align: left;
  line-height: 1.4;
  font-size: 1.4rem;
}

.top_contents section .title02:before,.top_contents section .title02:after{
  content: " - ";
}

.top_contents section .subtitle{
  margin-top: 30px;
  font-size: 2.6rem;
  text-align: center;
}
.top_contents section .txtbox01{
  line-height: 2;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-align: center;
}
.top_contents section .txtbox01 p{margin-bottom: 30px;}
.top_contents section .txtbox01 p:last-child{margin-bottom: 0px;}
.top_contents section .txtbox01 p.endtxt{text-align: right;}
.top_contents section .txtbox01 p.centertxt{
  text-align: center;
  font-size: 2.4rem;
  color: #0DAC67;
  font-weight: bold;
}
.top_contents section .txtbox02{
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 5em;
}
.top_contents section .txtbox02 p{
  font-weight: bold;
  margin-bottom: 20px;
}
.top_contents section .txtbox02 p:last-child{margin-bottom: 0px;}
.top_contents section .btn{text-align: center;}
.top_contents section .btn p a{
  display: inline-block;
  border: 2px solid #000;
  background: #fff100;
  padding: 3px 15px;
  font-weight: bold;  
  color: #000;
}
.top_contents section .btn p a:hover{background: #00a0e9;}

/* 画面サイズが768px以上の場合に適用 */
@media only screen and (min-width: 768px) {
  .top_contents section .titlebox + .txtbox span{display: block;}
  .top_contents section .txtbox02{
    font-size: 1.6rem;
    text-align: center;
  }
  .top_contents section .title02 + .txtbox{
    text-align: center;
    font-size: 1.8rem;
  }
  .top_contents section .btn p a{
    font-size: 2rem;
    padding: 5px 25px;
  }
}

.gaiyou th p{font-weight: bold;}
.gaiyou .txt_big{
  font-size: 2.4rem;
  font-weight: bold;
}
.gaiyou .txt_big span{
  font-weight: bold;
  margin-left: 5px;
}
.gaiyou .txt_small{font-size: 1.4rem;}
.gaiyou .venue span{
  font-size: 1.4rem;
  margin-left: 5px;
}
.map iframe{
  width: 100%;
  height: 350px;
  border: 1px solid #ccc;
}
.top_contents section .accessbox{
  background: #eee;
  padding: 30px 5px;
}
.top_contents section .accessbox h3{
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.top_contents section .accessbox .txtbox{
  line-height: 1.6;
  font-size: 1.6rem;
  text-align: center;
}
.accessbox .txt1{
  font-size: 2rem;
  font-weight: bold;
}
.accessbox .txt2{font-size: 2rem;}
.accessbox .icon_num{
  font-size: 2.4rem;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  vertical-align: middle;
}
.accessbox .arrow{
  display: inline-block;
  padding: 0px 10px;
  font-weight: bold;
}
.art_image {
  position: relative;
  margin-bottom: 50px;
}
.art_image .txtbox{
  position: absolute;
  top: 0px;  
  width: 100%;  
  line-height: 1.6;
  font-size: 1.4rem;
}
.art_style{margin-bottom: 50px;}

.art_style h3{
  margin-bottom: 50px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 15px;
}
.art_style .installation{
  position: relative;
  margin-bottom: -30px;
  z-index: -1;
}
.art_style .installation .txt{
  position: absolute;
  top: 0px;
  line-height: 1.6;
  width: 100%;
}
.art_style .art_style_ex .time{
  margin-bottom: 15px;
  line-height: 1.6;
}
.art_style .art_style_ex .time dt{
  font-weight: bold;
  margin-bottom: 5px;
}
.art_style .art_style_ex .time dd{
  font-size: 1.8rem;  
}
.art_style .art_style_ex .txt{
  font-size: 1.4rem;
  line-height: 1.4;
}

/*2024追加css*/
.top_contents.top2024 section#sec01{
  padding: 0px 15px 200px 15px;
}

.art_style .installation_txt .txt{
  line-height: 1.6;
  width: 100%;
  font-size: 1.8rem;
}
.top_contents section .btn2024{text-align: center;}
.top_contents section .btn2024 p a{
  display: inline-block;
  border: 2px solid #000;
  padding: 3px 15px;
  font-weight: bold;  
  color: #000;
}
.top_contents section .btn2024 p a:hover{background: #00a0e9;}
#sec03 .txtbox{line-height: 2;}
#sec03 .txtbox p.txt1{
  font-size: 4rem;
  font-weight: bold;
  font-family: "Playwrite GB S", cursive;
  font-style: italic;
  margin-bottom: 15px;
  color: #e9c2d3;
}

/* 画面サイズが768px以上の場合に適用 */
@media only screen and (min-width: 768px) {
  .top_contents section .btn2024 p a{
    font-size: 2rem;
    padding: 10px 25px;
  }
  #sec03 .txtbox p.txt1{font-size: 8rem;}
}



/* 画面サイズが768px以上の場合に適用 */
@media only screen and (min-width: 768px) {
  .art_image .txtbox{
    font-size: 1.8rem;
    top: 20px;
    text-align: center;
  }
  .art_style{text-align: center;}
  .art_style h3 + p span{display: block;}
  .art_style .installation{margin-bottom: -150px;}
  .art_style .installation .txt{font-size: 2rem;}
  .art_image .txtbox span{display: block;}
  .art_style .art_style_ex .txt{
    font-size: 1.8rem;
    line-height: 1.6;
  }
}


.artist_list{
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:wrap;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/ 
  -webkit-justify-content: center; /* Safari */
  justify-content:center;
}
.artist_list li{
  background: #fff;
  border: 1px solid #eee;
  width: 48%;
  margin: 1%;
  padding:1%;
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:wrap;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/ 
  -webkit-justify-content: center; /* Safari */
  justify-content:center;
}
.artist_txt .txt1{
  font-weight: bold;
  color: #0099E1;
  font-size: 1.6rem;
  line-height: 1.6;
}
.artist_txt .name{
  font-size: 2rem;
  line-height: 1.4;
}
.artist_txt .txtbox{
  line-height: 1.4;
  font-size: 1.4rem;
}
.icon_list{
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:wrap;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/ 
  -webkit-justify-content: flex-start; /* Safari */
  justify-content:flex-start;
  -webkit-align-items: center; /* Safari */
  align-items:center;
  margin: 0px -3px;
}
.icon_list p{
  width: 30px;
  padding:0px 3px;
}
.place span{
  padding: 3px 5px;
  display: inline-block;
  font-size: 1.2rem;
}
.kasenjiki{
  background: #00a0ea;
  color: #fff;
}
.osujinjya{
  background: #f80808;
  color: #fff;
}

.ichibunnet{
display:-webkit-box;/*--- Androidブラウザ用 ---*/
display:-ms-flexbox;/*--- IE10 ---*/
display: -webkit-flex; /* Safari */
display: flex;
-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
-ms-flex-pack:justify;/*--- IE10 ---*/ 
-webkit-justify-content: center; /* Safari */
justify-content:center;
-webkit-align-items: center; /* Safari */
align-items:center
}
 .ichibunnet .txtbox{
   line-height: 1.6;
}
.ichibunnet .logo{width: 25%;}
.ichibunnet .txtbox{
  width: 75%;
  padding: 15px;
}
.ichibunnet .txtbox .name{
  font-weight: bold;  
  line-height: 1.4;
  margin-bottom: 15px;
}
.ichibunnet .txtbox .name span{
  display: block;
  font-size: 0.8em;
}
.ichibunnet .txtbox .txt{margin-bottom: 15px;}

/* 画面サイズが768px以上の場合に適用 */
@media only screen and (min-width: 768px) {
  .artist_list li .img{width: 50%;}
  .artist_txt {
    width: 50%;
    padding-left: 15px;
  }
  .place{margin-bottom: 15px;}
  .artist_txt .txt1{margin-bottom: 10px;}
  .artist_txt .name{margin-bottom: 15px;}
  .artist_txt .txtbox{margin-bottom: 15px;}
  .ichibunnet{
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .ichibunnet .txtbox .name{font-size: 2rem;}
}

.title03{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.radio_txtbox{
  padding: 15px;
  font-size: 1.4rem;
  line-height: 1.6;
}
.podcast{margin-bottom: 30px;}
.podcast .txt{
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  color: #d53863;
  line-height: 1.4;
}
.podcast .podcast_qr{text-align: center;}
.podcast .podcast_qr a{
  display: inline-block;
  border-radius: 25px;
  background: #fff;
  padding: 10px;
  max-width: 400px;
}
.radio_dj{margin-bottom: 50px;}
.radio_dj .img{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.dj_name{
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/ 
  -webkit-justify-content: center; /* Safari */
  justify-content:center;
  -webkit-align-items: center; /* Safari */
  align-items:center;
  margin-bottom: 20px;
}
.dj_name dt,.dj_name dd{
  padding: 0px 10px;
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
}
.radio_number{
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/ 
  -webkit-justify-content: center; /* Safari */
  justify-content:center;
  -webkit-align-items: center; /* Safari */
  align-items:center;
  margin-bottom: 40px;
}
.radio_number dt,.radio_number dd{
  padding: 0px 10px;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}

.timeschedule{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  overflow-x : auto;
  padding: 25px;
  border-radius: 30px;
  background: #fff;
}
.timeschedule table{
  width: 100%;
  white-space: nowrap; /* 折り返し禁止 */    
}
.timeschedule table tr th,.timeschedule table tr td{
  padding: 15px;
  vertical-align: middle;
  border-bottom: 1px dashed #ddd;
  text-align: center;
  font-size: 1.8rem;
}
.timeschedule table tr th{
  background: #333;
  color: #fff;
}
.timeschedule table tr td.music{
  background: #f6c320;
  padding: 15px;
}
.timeschedule table tr td.paint{
  background: #e85004;
  padding: 15px;
  color: #fff;
}
.timeschedule table tr td.experience{
  background: #0d6fb8;
  padding: 15px;
  color: #fff;
}
.timeschedule table tr td .txt1{font-weight: bold;}
.timeschedule table tr td .txt2{
  display: inline-block;
  text-align: center;
}
.timeschedule table tr td .txt3{font-size: 1.4rem;}
.timeschedule table tr td .kakeru{
  display: block;
  text-align: center;
}

/* 画面サイズが768px以上の場合に適用 */
@media only screen and (min-width: 768px) {
  .radio_txtbox{
    text-align: center;
    font-size: 1.8rem;
  }
}

/* 画面サイズが767px以下の場合に適用 */
@media only screen and (max-width: 767px) {
  .podcast .podcast_qr a{max-width: 250px;}
  .timeschedule table tr th,.timeschedule table tr td{
    padding: 5px;
    font-size: 0.8em;
  }
  .timeschedule table tr td .txt3{font-size: 0.8em;}
}


.comingsoon_txt{
  text-align: center;
  font-size: 2rem;
}

.top_contents #vegas{
    width: 100vw;
    height: 80vh;
}
.past_events_list{
 display:-webkit-box;/*--- Androidブラウザ用 ---*/
 display:-ms-flexbox;/*--- IE10 ---*/
 display: -webkit-flex; /* Safari */
 display: flex;
 -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap:wrap;
 -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
 -ms-flex-pack:justify;/*--- IE10 ---*/ 
 -webkit-justify-content: flex-start; /* Safari */
 justify-content:flex-start;
 -webkit-align-items: center; /* Safari */
 align-items:center;
}
.past_events_list p{
  width: 33.33%;
  padding: 5px;
}
.past_events_list p a{
  border: 1px solid #000;
  padding: 15px;
  display: block;
  color: #000;
  text-align: center;
  font-size: 2rem;
  background:rgba(255,255,255,0.5);
}
.past_events_list p a:hover{background: #fff;}

.foodcar ul{
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:wrap;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/ 
  -webkit-justify-content: flex-start; /* Safari */
  justify-content:flex-start;
  -webkit-align-items: center; /* Safari */
  align-items:center;
}
.foodcar ul li{
  width: 33.33%;
  padding: 5px;
}
.foodcar ul li a{
  background: #fff;
  display: block;
  padding: 45px 10px;
  text-align: center;
  line-height: 2;
  border: 1px solid #ccc;
}
.foodcar ul li a span{display: block;}

/*2024追加css*/
.foodcartxt{line-height: 2!important;}
.foodcartxt .txt1{
  color: #14ae67;
}
.foodcar ul li div{
  font-size: 2rem;
  padding: 10px;
  line-height: 1.4;
  font-weight: bold;
  background: #fff;
  border: #ddd;
}
.foodcar ul li p span{
  display: block;
  font-size: 1.4rem;
}

/*2024追加css*/
.relaxation ul{
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:wrap;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/ 
  -webkit-justify-content: flex-start; /* Safari */
  justify-content:flex-start;
}
.relaxation ul li{
  width: 33.33%;
  padding: 5px;
}
.relaxation ul li .relaxation_box{
  background: #fff;
  display: block;
  padding:10px;
  line-height: 1.4;
  border: 1px solid #ccc;
}
.relaxation ul li .relaxation_box .img{margin-bottom: 5px;}
.relaxation ul li .relaxation_box .txt1{
  font-weight: bold;
  font-size: 1.8rem;
}
.relaxation ul li .relaxation_box .txt2{font-size: 1.4rem;}


/* 画面サイズが991px以下の場合に適用 */
@media only screen and (max-width: 991px) {
  .artistbox{width: 100%;}
  .artist_list li .img{width: 30%;}
  .artist_txt {
    width: 70%;
    padding-left: 8px;
  }
  .past_events_list p{width: 50%;}
  .foodcar ul li{width: 33.33%;}
}
/* 画面サイズが767px以下の場合に適用 */
@media only screen and (max-width: 767px) {
  .top_contents section .titlebox{margin-bottom: 35px;}
  .top_contents section .title01{font-size: 2.4rem;}
  .top_contents section .titlebox:before {bottom: -18px;}
  .top_contents section .titlebox + .txtbox{
    font-size: 1.2rem;
    text-align: left;
  }
  .top_contents section .subtitle{
    font-size: 1.8rem;
    margin-top:5px;
  }  
  .top_contents section .title02{
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .top_contents section .txtbox01{font-size: 1.4rem;}
  .top_contents section .txtbox01 p.centertxt{font-size: 2rem;}
  .gaiyou .txt_big{margin-bottom: 10px;}
  .gaiyou .txt_big span{
    display: block;
    margin-left: 0px;
  }
  .top_contents section .accessbox h3{
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .top_contents section .accessbox .txtbox{
    line-height: 1.4;
    font-size: 1.4rem;
  }
  .top_contents section .accessbox .txtbox.left{
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
  }
  .accessbox .txt1{
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .accessbox .txt2{
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .accessbox .arrow{display: block;}

  .art_image {margin-bottom: 30px;}
  .art_style{margin-bottom: 15px;}
  .art_style h3{
    padding: 8px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    width: 70%;
  }
  .artist_list li{
    width: 100%;
    padding: 8px;
  }
  .artist_list li .img{width: 50%;}
  .artist_txt {
    width: 96%;
    padding-left: 8px;
  }
  .place{margin-bottom: 5px;}
  .artist_txt .txt1{margin-bottom: 5px;}
  .artist_txt .name{margin-bottom: 5px;}
  .artist_txt .txtbox{margin-bottom: 5px;}
  .dj_name dt,.dj_name dd{font-size: 2.2rem;}
  .radio_number dt,.radio_number dd{font-size: 1.8rem;}
  .supporter_list .kakuta{width: 100%;}
  .past_events_list p{width: 100%;}
  .foodcar ul li{width: 50%;}
  /*2024追加css*/
  .foodcar ul li p{font-size: 1.6rem;}
  .foodcar ul li p span{font-size: 1.2rem;}
  .relaxation ul li{width: 50%;}
}



/*出店募集*/
.button-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 20px 10px;
  box-sizing: border-box;
}

.button-links p {
  margin: 0;
  flex: 0 1 45%; /* PC時に横2列になるように調整 */
  text-align: center;
}

.button-links img {
  width: 100%;
  max-width: 650px;
  height: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 768px) {
  .button-links p {
    flex: 1 1 100%;
  }
}



/*------------------------

lower

------------------------*/
#h2_box{
  padding:12em 15px;
  width: 100%;
}
#h2_box h2{
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.lower_contents section{
  padding: 100px 15px 200px 15px;
  width: 100%;
  position: relative;
}
.lower_contents section:nth-child(2n){background: #f1f1f1;}
.lower_contents .inner{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.lower_contents .inner100{width: 100%;}
.lower_contents section .titlebox{margin-bottom: 80px;}
.lower_contents section .title01{
  font-size: 3.6rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}
.lower_contents section .title01:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #0DAC67;
  border-radius: 5px;
}
.lower_contents section .title01 span{font-weight: bold;}
/* 画面サイズが767px以下の場合に適用 */
@media only screen and (max-width: 767px) {
  #h2_box{padding:8em 15px;}  
  #h2_box h2{font-size: 3rem;}
  .lower_contents section{padding: 50px 15px 50px 15px;}
  .lower_contents section .titlebox{margin-bottom: 30px;}
  .lower_contents section .title01{font-size: 2.4rem;}
  .lower_contents section .title01 span{display: block;}
  .lower_contents section .title01:before{bottom: -10px;}
}


/*　応援する
------------------------*/
.supporttype{
  line-height: 1.4;
  position: relative;
  z-index: 4;
}
.supporttype .inner{
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/ 
  -webkit-justify-content: center; /* Safari */
  justify-content:center;
  -webkit-align-items: center; /* Safari */
  align-items:center;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:wrap;
}
.supporttype p{padding: 5px 10px;}
.supporttype p a{
  display: block;
  border: 3px solid #000;
  padding: 5px;
  font-size: 20px;
  color: #000;
  text-align: center;
  background: #fff;  
}
.supporttype p a span{font-weight: bold;}
.supporttype p a img{
  margin-left: 5px;
  width: 17px;
}
.support_txtbox{
  padding: 20px;
  text-align: center;
  line-height: 2;
  font-size: 2rem;
}
/* 画面サイズが768px以上の場合に適用 */
@media only screen and (min-width: 768px) {
  .supporttype {margin-top: -100px;}
  .supporttype p a{
    width: 150px;
    height: 100px;
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/ 
    -webkit-justify-content: center; /* Safari */
    justify-content:center;
    -webkit-align-items: center; /* Safari */
    align-items:center;
    -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:wrap;
  }
  .supporttype.fixed p a{height: 80px;}
}
.supporttype.fixed{
  line-height: 1.1;
  position: fixed;
  top: 100px;
  left: 0px;
  margin-top: 0px;
}
.supporttype.fixed .inner{display: inherit;}

/* 画面サイズが767px以下の場合に適用 */
@media only screen and (max-width: 767px) {
  .supporttype {margin-top: -80px;}
  .supporttype.fixed{top: 80px;}
  .supporttype p a{
    display: block;
    font-size: 14px;
    border: 3px solid #000;
  }
  .supporttype p a span{display: block;}
  .supporttype p a img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10px;
    height: auto;
    margin-top: 5px;
  }
  .support_txtbox{
    padding: 10px;
    text-align: left;
    line-height: 1.4;
    font-size: 1.4rem;
  }
}

#support .title02{
  font-size: 2.4rem;
  padding: 2rem 0;
  margin-bottom: 50px;
  border-bottom: 3px solid;
  color: black;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
#support .title02:before,
#support .title02:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}
#support .title02:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -16px;
}

#support .title02:after {
    border: 12px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -12px;
}

.supporter_list ul{
 display:-webkit-box;/*--- Androidブラウザ用 ---*/
 display:-ms-flexbox;/*--- IE10 ---*/
 display: -webkit-flex; /* Safari */
 display: flex;
 -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap:wrap;
 -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
 -ms-flex-pack:justify;/*--- IE10 ---*/ 
 -webkit-justify-content: flex-start; /* Safari */
 justify-content:flex-start;
 -webkit-align-items: center; /* Safari */
 align-items:center;
}
.supporter_list ul li {padding: 10px;}
.supporter_list ul li a{
  border: 1px solid #ccc;
  display: block;
  padding: 2px;
}
.supporter_list ul li a span{display: block;}
.supporter_list ul.supporter1 li{
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.supporter_list ul.supporter1 li.w70{width: 70%;}
.supporter_list ul.supporter1 li.w60{width: 60%;}
.supporter_list ul.supporter2 li{width: 50%;}
.supporter_list ul.supporter3 li{width: 33.3%;}
.supporter_list ul.supporter4 li{width: 25%;}
.supporter_list ul.supporter5 li{width: 20%;}
.supporter_list ul.supporter5 li a{
  padding:0.8em 10px;
  text-align: center;
  color: #000;
  font-size: 1.8rem;
  line-height: 1.4;
}
.supporter_list ul.supporter6 li{display: inline-block;}
.supporter_list ul.supporter6 li a{
  border: none;
  padding: 0.5em 10px 0px 10px;
  text-align: left;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.4;
  text-decoration: underline;
}
.supporter_list ul.supporter6 li a:before{
  content: "・ ";
}
.listItem{
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
  height: 55px;
}
.supporter_list ul li a.nolink{
  pointer-events: none;
  text-decoration: none;
}


#support .txt{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.4;
}

table.table01 {
	width:100%;
	border-right:#036EB7 solid 1px;
	border-collapse: collapse;
  font-size: 1.8rem;
}
table.table01 thead th {
	background:#036EB7;
	color:#FFF;
	padding:15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
  text-align: center;
}
table.table01 thead th:last-child {
	border-right:#036EB7 solid 1px;
}
table.table01 tbody th {
	background:#036EB7;
	color:#FFF;
	padding:15px;
	border-bottom:#FFF solid 1px;
	vertical-align:top;
  text-align: center;
}
table.table01 tbody tr:last-child th {
	border-bottom:#036EB7 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:15px;
	border-left:#036EB7 solid 1px;
	border-bottom:#036EB7 solid 1px;
	vertical-align:top;
  text-align: center;
}

/* 画面サイズが767px以下の場合に適用 */
@media only screen and (max-width: 767px) {
  #support .txt{font-size: 1.6rem;}
}

.use_list{
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:wrap;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/ 
  -webkit-justify-content: flex-start; /* Safari */
  justify-content:flex-start;
  -webkit-align-items: center; /* Safari */
  align-items:center;
  font-size: 1.8rem;
  margin-left: 25px;
}
.use_list li{
  width: 31%;
  list-style: circle;
  padding: 10px 10px 10px 0px;
  margin-left: 10px;
}
.use_list + p{
  text-align: right;
  margin-top: 10px;
}

/* 画面サイズが991px以下の場合に適用 */
@media only screen and (max-width: 991px) {
  table.table01 thead {display:none;}
  table.table01 tbody th {display:block;}
  table.table01 tbody td {
    padding: 10px;
    display:block;
  }
  table.table01 tbody td::before {
    content: attr(label);
    float: left;
    clear:both;
    font-weight:bold;
    width: 200px;
    background: #f1f1f1;
    padding: 10px;
    margin-top: -10px;
    margin-left: -10px;
  }
  table.table01 tbody td p {padding-left:6em;}
  .use_list li{width: 45%;}
}
/* 画面サイズが1010px以下の場合に適用 */
@media only screen and (max-width: 1010px) {
  .supporter_list ul.supporter4 li{width: 33.3%;}
  .supporter_list ul.supporter5 li{width: 33.3%;}
  .supporter_list ul.supporter5 li a{font-size: 1.2rem;}
}
/* 画面サイズが767px以下の場合に適用 */
@media only screen and (max-width: 767px) {
  #support .title02{font-size: 2rem;}
  .supporter_list ul li{padding: 5px;}
  .supporter_list ul.supporter1 li{width: 100%;}
  .supporter_list ul.supporter2 li{width: 50%;}
  .supporter_list ul.supporter3 li{width: 33.33%;}
  .supporter_list ul.supporter4 li{width: 25%;}
  .supporter_list ul.supporter5 li{width: 50%;}
  .supporter_list ul.supporter5 li a{
    padding:.4em 5px;
    font-size: 1.2rem;
  }
  .supporter_list ul.supporter6 li a{
    padding:.3em 5px;
    font-size: 1.2rem;
  }
  .use_list li{
    width: 100%;
    font-size: 1.2rem;
  }
  .listItem{height: 45px!important;}
}
/* 画面サイズが640px以下の場合に適用 */
@media only screen and (max-width: 640px) {
  table.table01{font-size: 1.4rem;}
  table.table01 tbody td {
    padding: 5px;
    display:block;
  }
  table.table01 tbody td::before {
    content: attr(label);
    float: left;
    clear:both;
    font-weight:bold;
    width: 180px;
    background: #f1f1f1;
    padding: 5px;
    margin-top: -5px;
    margin-left: -5px;
  }
}
.application_txt .txt1{
  line-height: 2;
  margin-bottom: 30px;
  font-size: 1.8rem;
}
.application_btn a{
  padding: 15px 30px;
  background: #0dac67;
  color: #fff;
  display: inline-block;
  font-size: 2rem;
  width: 45%;
  margin: 2%;
}
.conceptbox .concept_txt p{margin-bottom: 15px;}

/* 画面サイズが768px以上の場合に適用 */
@media only screen and (min-width: 768px) {
  .gaiyoubox .gaiyou_dl dl{
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex; /* Safari */
    display: flex;
    -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap:wrap;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/ 
    -webkit-justify-content: flex-start; /* Safari */
    justify-content:flex-start;
    -webkit-align-items: center; /* Safari */
    align-items:center;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .application_txt{text-align: center;}
  .gaiyoubox .gaiyou_dl dl dt{width: 15%;}
  .gaiyoubox .gaiyou_dl dl dt:after{
    content: "：";
    padding: 0px 5px;
    float: right;
  }
  .gaiyoubox .gaiyou_dl dl dd{
    width: 85%;
    padding: 5px;
  }
  .conceptbox .concept_txt{
    line-height: 2;
    font-size: 1.8rem;
  }
}

/* 画面サイズが767px以下の場合に適用 */
@media only screen and (max-width: 767px) {
  .gaiyoubox .gaiyou_dl dl{
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .gaiyoubox .gaiyou_dl dl dt{
    margin-bottom: 5px;
    padding-bottom: 2px;
    border-bottom: 3px solid #333;
    display: inline-block;
    font-weight: bold;
  }
  .gaiyoubox .gaiyou_dl dl dd{margin-bottom: 15px;}
  .application_btn a{
    padding: 5px;
    font-size: 1.6rem;
    width: 46%;
    margin: 1%;
    line-height: 1.4;
    text-align: center;
  }
  .conceptbox .concept_txt{
    line-height: 1.4;
    font-size: 1.6rem;
  }
}
/* 特別企画 */
.special_events h3{
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 50px;
}
.special_events h3 span{
  display: block;
  font-weight: bold;
}
.special_events h3 span.logo{margin-top: 30px;}
.special_events h3 span.logo img{
  height: 70px;
  width: auto;
}
.eventbox .img{width: 100%;}
.eventbox .txtbox{width: 100%; padding: 15px 0px;}
.eventbox dl dt{
  font-size: 1.4rem;
  font-weight: bold;
}
.eventbox dl dd{
  background: #eee;
  padding: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.eventbox dl dd ul{
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 8px;
}

/*2024追加css*/
.eventbox.event2024 h4{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.eventbox.event2024 .txtbox .txt .txt1{color: #666;}

/* 画面サイズが768px以上の場合に適用 */
@media only screen and (min-width: 768px) {
  .special_events .sponsorship{margin-top: 30px;}
  .eventbox{
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex; /* Safari */
    display: flex;
    -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/ 
    -webkit-justify-content: center; /* Safari */
    justify-content:center;
  }
  .eventbox .img{width: 50%;}
  .eventbox .txtbox{
    width: 50%;
    padding:0px 30px;
  }
}
.eventbox .txtbox .txt .txt1{font-weight: bold;}
.eventbox .txtbox .txt{
  line-height: 2;
  font-size: 1.8rem;
}
.eventbox .txtbox .txt table{
  font-size: 1.6rem;
  width: 100%;
  margin-bottom: 15px;
}
.eventbox .txtbox .txt table th,.eventbox .txtbox .txt table td{
  padding: 3px 15px;
  border: 1px solid #ccc;  
}
.eventbox .txtbox .txt table th{background: #eee;}
.special_events .sponsorship{
  text-align: right;
  font-weight: bold;
}
.qrbox {
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/ 
  -webkit-justify-content: flex-start; /* Safari */
  justify-content:flex-start;
  -webkit-align-items: center; /* Safari */
  align-items:center;
}
.qrbox .qr img{
  border: 1px solid #ccc;
  width: 160px;
}
.qrbox .txt{padding: 15px;}

/* 画面サイズが767px以下の場合に適用 */
@media only screen and (max-width: 767px) {
  .special_events .sponsorship{margin-top: 10px;}
  .special_events h3{
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .eventbox .img{
    width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .eventbox .txtbox .txt table{font-size: 1.4rem;}
  /*2024追加css*/
  .eventbox.event2024 h4{font-size: 2rem;}
  .eventbox.event2024 .txtbox .txt{font-size: 1.4rem;}
  .eventbox.event2024 .txtbox .txt .txt1{font-size:1.6rem;}
}


/*--------------------

過去のエドロック

--------------------*/

p.pastsiteurl {
  text-align: center;
  margin-top: 50px;
}
p.pastsiteurl a{
  background: #00a0ea;
  padding: 15px;
  color: #Fff;
  font-weight: bold;
  line-height: 1.2;
}


/*--------------------

グッズを買って応援する

--------------------*/
.goods_image{width: 100%;}
.goods_txtbox{
  line-height: 1.6;
  margin-bottom: 30px;
}
.goods_txtbox span{
  font-weight: bold;
  font-size: 1.2em;
}
.goods_itbox{
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/ 
  -webkit-justify-content: space-between; /* Safari */
  justify-content:space-between;
  -webkit-align-items: center; /* Safari */
  align-items:center;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:wrap;
}
.item_name{
  font-weight: bold;
  margin-bottom: 20px;
}
.item_data{
  width: 300px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.item_data th,.item_data td{
  padding: 8px 15px;
  border: 1px solid #ccc;
}
.item_data th{background: #ddd;}
.item_data td{background: #fff;}

.item_color{
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
.item_color span{
  display: block;
  font-weight: bold;
  margin-top: 5px;
}
.item_price{
  margin-bottom: 20px;
  font-weight: bold;
}
.goods_itbox .txt1{
  color: crimson;
  line-height: 1.2;
  margin-bottom: 15px;
}
.goods_itbox .txt2{
  margin-bottom: 15px;
  line-height: 1.2;
}
.goods_itbox ul{
  list-style: circle;
  margin-left: 20px;
  margin-bottom: 30px;
  line-height: 1.2;
}
.goods_itbox ul li{margin-bottom: 10px;}

.goods_item_list{
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 5px double #1f1f1f;
}
.item_btn a{
  background: #000;
  color: #fff;
  display: block;
  padding: 15px;
  text-align: center;
}

/* 画面サイズが768px以上の場合に適用 */
@media only screen and (min-width: 768px) {
  .goods_image{
    padding:15em 15px;
    margin-bottom: 30px;
  }
  .goods_txtbox{font-size: 1.8rem;}
  .goods_itbox .img{width: 55%;}
  .goods_itbox .txtbox{width: 40%;}
  .item_name{font-size: 3rem;}
  .item_data{font-size: 1.8rem;}
  .item_color{font-size: 1.6rem;}
  .item_color span{font-size: 2.4rem;}
  .item_price{font-size: 4rem;}
  .item_price span{
    font-size: 1.8rem;
    margin-left: 15px;
  }
}

/* 画面サイズが767px以下の場合に適用 */
@media only screen and (max-width: 767px) {  
  .goods_image{
    padding:8em 15px;
    margin-bottom: 15px;
  }
  .goods_itbox .img{width: 100%;}
  .goods_itbox .txtbox{width: 100%;}
  .goods_itbox .img{margin-bottom: 15px;}
  .item_name{font-size: 2.4rem;}
  .item_color span{font-size: 2rem;}
  .item_price{font-size: 3rem;}
  .item_price span{
    font-size: 1.2rem;
    margin-left: 8px;
  }
  .item_btn a{
    width: 100%;
    margin: 0px auto;
  }
}

/*2025追加CSS*/
/*インスタレーション*/
.installation_artist_list > li{
  background: #fff;
  border: 1px solid #eee;
  width: 98%;
  margin: 1%;
  padding:1%;
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex; /* Safari */
  display: flex;
  -ms-flex-wrap:wrap;/*--- IE10用 ---*/ 
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:wrap;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/ 
  -webkit-justify-content: center; /* Safari */
  justify-content:center;
}
.art_title{margin-bottom: 15px;}
.art_title p{
  color: #e85004;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}
.art_title .title span{
  font-size: 120%;
  font-weight: bold;
}
.installation_artist_list .name_list > li{margin-bottom: 1%;}

.artist_txt .name span{
  display: block;
  font-size: 80%;
}
.timeSchedule_txt{
  line-height: 1.4;
}

/* 画面サイズが768px以上の場合に適用 */
@media only screen and (min-width: 768px) {
  .installation_artist_list > li .img{width: 25%;}
}
/* 画面サイズが767px以下の場合に適用 */
@media only screen and (max-width: 767px) {.installation_artist_list > li .img{width: 50%;}
}