*{
  box-sizing: border-box;
  line-height: 1.5;
}

img {
  max-width: 100%;
}
a {
  text-decoration: none;
}

/*----------------------------------------------------------------------------
 sp common
----------------------------------------------------------------------------*/
/*
.sp-only{display: none;}
.pc-only{display: inherit}
@media only screen and (max-width: 767px) {
  .sp-only{display: inherit;}
  .pc-only{display: none;}
}
*/


.special-detail-breadcrumb {
  background: #e8473f;
}

.sub-menu {
  background: #e8473f;
}
.sub-menu.sub-menu-fixed {
	position: fixed;
	width: 100%;
	top: 144px;
	z-index: 200;
	background-color: rgba(232,71,63,0.88);
  transition: top 300ms ease-in;
  -webkit-transition: top 300ms ease-in;
  -moz-transition: top 300ms ease-in;
}
.sub-menu.sub-menu-fixed.sub-menu-fixed-hide {
	top: -43px;
  transition: top 150ms ease-in;
  -webkit-transition: top 150ms ease-in;
  -moz-transition: top 150ms ease-in;
}
.sub-menu-alt {
	height: 43px;
}

.sub-menu ul {
  display: flex;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.sub-menu ul li a {
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  color: #fdeabe;
}
.sub-menu ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 5px;
  border-right: 8px solid transparent;
  border-top: 15px solid #fdeabe;
  border-left: 8px solid transparent;
}
@media only screen and (max-width: 999px) {
  .sub-menu ul {
    width:768px;
  }
}

@media only screen and (max-width: 767px) {
  .sub-menu.sub-menu-fixed {
  	top: 85px;
  }
  .sub-menu ul {
    width:100%;
  }

  .sub-menu ul li a {
    padding: 4px 22px;
    font-size: 17pt;
  }
  .sub-menu.sub-menu-ex ul li a {
    font-size: 9pt;
  }
  .sub-menu ul li a::before {
    height: 2px;
    border-right: 6px solid transparent;
    border-top: 12px solid #fdeabe;
    border-left: 6px solid transparent;
  }
}


.menu-breadcrumb {
  width: 1200px;
  margin: 0 auto;
  padding: 5px 0;
}
.menu-breadcrumb a,
.menu-breadcrumb span {
  font-size: 12px;
  color: #fdeabe;
}

@media only screen and (max-width: 1199px) {
  .menu-breadcrumb {
    width: 1000px;
  }
}

@media only screen and (max-width: 999px) {
  .menu-breadcrumb {
    width: 768px;
  }
}

@media only screen and (max-width: 767px) {
  .menu-breadcrumb {
    width: calc(100% - 80px);
  }
  .menu-breadcrumb a,
  .menu-breadcrumb span {
    font-size: 13pt;
  }
}


.margin-top {
  padding-top: 144px;
}
@media only screen and (max-width: 767px) {
  .margin-top {
    padding-top: 85px;
  }


}



.image {
  max-width: 100%;
}

#page-kv {
  padding: 100px 0;
  background: url(/site/hbs2021/data/new/common/kasou_header_BG.png) no-repeat center/cover;
}
#page-kv h1 {
  text-align: center;
}
#page-kv h1 img {
  max-height: 100px;
	filter: drop-shadow(2px 2px 2px #666);
}

.information {
  padding-bottom: 150px;
  background: #f8f8f8 url(/site/hbs2021/data/new/common/information_line.png) repeat-x;
}
.map {
  padding-bottom: 150px;
  background: #fdeabe url(/site/hbs2021/data/new/common/map_line.png) repeat-x;
}
.special {
  padding-bottom: 150px;
  background: #e8473f url(/site/hbs2021/data/new/common/special_line.png) repeat-x;
}

.line-title {
  text-align: center;
}
.line-title span {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}
.line-title span #fukidashi_mini {
  position: absolute;
  bottom: 0;
  left: 110%;
  width: 200px;
  max-height: 999px;
  filter: drop-shadow(5px 5px 5px #ccc);
}
.line-title span::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(/site/hbs2021/data/new/common/kasou_title_line.svg) repeat-x center/cover;
}
.line-title.special-title span::before {
  background: url(/site/hbs2021/data/new/common/kasou_title_line_special.svg) repeat-x center/cover;
}
.line-title span::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 100%;
  width: 30px;
  height: 18px;
  background: url(/site/hbs2021/data/new/common/kasou_title_line_ball.svg) no-repeat;
}
.line-title.special-title span::after {
  background: url(/site/hbs2021/data/new/common/kasou_title_line_ball_special.svg) no-repeat;
}
.line-title img {
  width: auto;
  max-height: 35px;
}

/*----------------------------------------------------------------------------
 about
----------------------------------------------------------------------------*/

#section-overview{
  padding-bottom: 0px;
  position: absolute;
  left: 0px;
  margin-top: 2330px;
  width: 100%;
  z-index: 8;
}
#section-access{
  padding-bottom: 0px;
  position: absolute;
  left: 0px;
  margin-top: 4000px;
  width: 100%;
  z-index: 9;
}
#section-precautions{
  padding-bottom:0px;
  position: absolute;
  left: 0px;
  margin-top: 5290px;
  width: 100%;
  z-index: 10;
}


.about-box {
  width: 1200px;
  margin: 100px auto 0;
  padding: 50px 80px;
  border: 3px solid #e8473f;
  border-radius: 20px;
  background-color: #fff;
  color: #6f6f6d;
}
.about-box-image {
  display: flex;
  margin: 60px auto 30px;
}
.about-box-image img{
  text-align: center;
  height: 50%;
  width: 50%;
/*
  width: 528px;
  height: 372px;
  padding:11px;
*/
}
.about-box-image img:first-child{
  padding-right:5px;
}
.about-box-image img:last-child{
  padding-left:5px;
}

.about-bottom{
  height: 400px;
}
.overview-bottom{
  height: 310px;
}
.access-bottom{
  height: 400px;
}

.overview-box {
  width: 1200px;
  margin: 80px auto 0;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
}
.overview-box dl {
  border: 2px solid #e8473f;
}
.overview-box dl div {
  display: flex;
}
.overview-box dl dt {
  display: flex;
  align-items: center;
  width: 20%;
  padding: 30px;
  color: #fff;
  background: #e8473f;
  border-bottom: 1px dashed #fff;
}
.overview-box dl dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  margin-bottom: 0;
  padding: 30px;
  color: #6f6f6d;
  border-bottom: 1px dashed #e8473f;
}
.overview-box dl div:last-child dt,
.overview-box dl div:last-child dd {
  border-bottom: none;
}
.overview-box dl a {
  position: relative;
  color: #e8473f;
}
.overview-box dl a::after {
  content: '';
  background: url(/site/hbs2021/data/new/common/arrow05.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 16px;
  margin-left: 5px;
}

.overview-box dl a:hover{
  color:#ed848c;
}
.overview-box dl a:hover::after{
  background: url(/site/hbs2021/data/new/common/arrow05_hover.svg) no-repeat;
}
.ticket-btn svg{
   width:calc(100% - 40px);
   max-width:350px;
}

.access-inner {
  width: 1200px;
  margin: 0 auto;
  font-weight: bold;
}
.access-ttl {
  margin-top: 30px;
  text-align: center;
  font-size: 21px;
  color: #e8473f;
}
.access-map {
  margin: 20px auto 0;
}
.access-map img {
  max-width: 100%;
}
.access-txt {
  position: relative;
  color: #6f6f6d;
}
.access-txt a {
  position: absolute;
  top: 0;
  right: 0;
  color: #e8473f;
}
.access-txt a::after {
  content: '';
  background: url(/site/hbs2021/data/new/common/arrow05.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  height: 18px;
  width: 16px;
  margin-left: 5px;
}
.access-txt a:hover {
  color: #ed848c;
}
.access-txt a:hover::after{
  background: url(/site/hbs2021/data/new/common/arrow05_hover.svg) no-repeat;
}


.caution-box {
  width: 1200px;
  margin: 35px auto 0;
  filter: drop-shadow(3px 3px 0px #ba3932);
  transform: translateZ(0);
}
.caution-box-title {
  position: relative;
  padding: 15px 0;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #e8473f;
  background: #f9be00;
  border-radius: 15px;
  line-height:24px;
  cursor: pointer;
}
.caution-box-title::before {
  content: '';
  background:url(/site/hbs2021/data/new/about/accordion_plus.png) no-repeat;
  position: absolute;
  right: 15px;
  font-size: 150%;
  box-sizing: content-box;
  line-height: 0.5;
  height: 24px;
  width: 24px;
  transition: transform 0.1s;
}
.caution-box-title:hover::before {
  image-rendering: crisp-edges;
  background-size: cover;
  transform: scale(1.3);
}

.active .caution-box-title {
  border-radius: 15px 15px 0 0;
}
.active .caution-box-title::before {
  content: '';
  background:url(/site/hbs2021/data/new/about/accordion_minus.png) no-repeat;
  height: 24px;
  width: 24px;
}
.caution-box-block {
  display: none;
  padding: 50px 100px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  transition: 0.5s ;
}
.active .caution-box-block {
  display: block;
  animation: show 0.5s ease 0s;
  transform-origin: top center;
}

@keyframes show{
    0% {transform: scaleY(0);}
    100%{transform: scaleY(1);}
}

.caution-block-image {
  display: flex;
  justify-content: center;
  padding: 0 100px;
}
.caution-block-image div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-width: 30%;
  max-height: 100px;
  padding: 0 30px;
}
.caution-block-image img {
  max-width: 100%;
  max-height: 100%;
}
.caution-block-line {
  margin-top: 40px;
}
.caution-block-line h3 {
  font-size: 20px;
  color: #e8473f;
}
.caution-block-line ul {
  padding-left: 20px;
}

@media only screen and (max-width: 1199px) {
  .about-box {
    width: 1000px;
  }
  .overview-box {
    width:1000px;
  }

  .access-inner {
    width:1000px;
  }

  .access-map iframe {
      width: 100%;
      height: calc(100vw * 0.50);
  }
  .caution-box {
    width:1000px;
  }

}
@media only screen and (max-width: 999px) {
  .about-box {
    width: 768px;
  }
  .overview-box {
    width:768px;
  }
  .access-inner {
    width:768px;
  }
  .caution-box {
    width:768px;
  }
  .line-title span #fukidashi_mini {
      width: 25vw;
  }
}


/* sp */
@media only screen and (max-width: 767px) {
  /* scrolleffect*/
  #section-about{

  }
  #section-overview{
    margin-top: 3960px;
    min-height: 1760px;
  }
  #section-access{
    margin-top: 5715px;
    min-height: 1047px;
  }
  #section-precautions{
    margin-top: 6760px;
  }

  .access-txt a {
    display: block;
    float:right;
    position: relative;
  }

  .about-box {
    width: calc(100% - 80px);
    padding: 40px 20px;
    font-size: 20pt;
  }
  .about-bottom{
    min-height: 320px;
  }
  .access-bottom{
    height: 65vh;
  }


  .overview-box {
    width: calc(100% - 80px);
    padding: 40px 20px;
    margin-top:40px;
  }
  .overview-box dl dt {
    padding: 10px;
    font-size: 20pt;
  }
  .overview-box dl dd {
    font-size: 16pt;
  }
  .overview-box dl a::after {
    height: 25px;
    width: 20px;
  }


  .ticket-btn svg{
     width: 100%;
     max-width:450px;
  }


  .access-inner {
    width: calc(100% - 80px);
  }
  .access-ttl {
    font-size:20pt;
  }
  .access-map{
    margin-top: 40px;
  }
  .access-map iframe{
    width: 100%;
    height:calc(100vw * 0.50);
  }
  .access-txt {
    font-size:18pt;
  }
  .access-txt a::after {
      height: 25px;
      width: 20px;
  }

  .line-title{
    line-height: 1.2;
  }
  .line-title span {
    padding-bottom: 0px;
    line-height: 1.2;
  }

  .line-title span #fukidashi_mini {
    width: 250px;
    max-width: 250px;
    left: 110%;
    bottom: 20%;
  }
  .about-box-image {
    display:block;
  }
  .about-box-image img {
    width: 100%;
    height: auto;
  }

  .caution-box-title{
    font-size: 24pt;
  }
  .caution-box-title.doubleline {
    line-height: 40px;
  }
  .caution-box-title.doubleline::before {
    top: 40px;
  }

  .caution-box {
    width: calc(100% - 80px);
  }
  .caution-block-image{
    padding: 0px;
  }
  .caution-block-line h3 {
    font-size: 22pt;
  }
  .caution-box-block {
    font-size: 20pt;
    padding: 20px;
  }
  .caution-block-image div {
    padding: 0px;
    max-height: 150px;
  }

  .caution-block-image img.caution-img-1{
    height: 110px;
    max-width: 220px;
    max-height: inherit;
    margin-right: 40px;
  }
  .caution-block-image img.caution-img-2{
    width: 150px!important;
    margin-left: 50px;
    margin-right: 50px;
  }
  .caution-block-image img.caution-img-3{
    width: 90px;
    margin-left: 20px;
  }
  .caution-block-image img.caution-img-4{
    margin-left: 10px;
    width: 70px;
  }
  .caution-box-title:hover::before {
    transform: none;
  }

}

/*----------------------------------------------------------------------------
 ticket
----------------------------------------------------------------------------*/
.ticket-inner {
  width: 1200px;
  margin: 50px auto 0;
}
.ticket-box {
  display: flex;
  margin-top: 20px;
}
.ticket-box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  font-size: 32px;
  font-weight: bold;
  color: #e8473f;
  background: #fdeabe;
  border-radius: 20px 0 0 20px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.ticket-box-title.premium {
  background: #f9be00;
}
.ticket-box-content {
  width: 1095px;
  margin-left: 5px;
  padding: 25px 50px;
  font-size: 18px;
  font-weight: bold;
  color: #6f6f6f;
  background: #fff;
  border-radius: 0 20px 20px 0;
}
.ticket-box-content p{
  text-align:center;
}

.ticket-box-content-merit {
  margin: 0;
  font-size: 23px;
  color: #e8473f;
}
.ticket-box-content-merit img {
  height: 23px;
  padding-right: 10px;
}
.ticket-box-content-ul {
  font-weight: normal;
  color: #e8473f;
  list-style: none;
}
.ticket-box-content-table {
  overflow: hidden;
  width: 100%;
  margin-top: 25px;
  border: 2px solid #f9be00;
  border-radius: 20px;
  border-spacing: 0;
  border-collapse: separate;
}
.ticket-box-content-table thead tr {
  padding: 5px 0;
  color: #e8473f;
  background: #f9be00;
  border-radius: 20px 20px 0 0;
}
.ticket-box-content-table thead th {
  width: calc(100% / 3);
  padding: 5px 0;
}
.ticket-box-content-table thead th + th {
  border-left: 2px solid #fff;
}
.ticket-box-content-table td {
  position: relative;
  width: calc(100% / 3);
  padding: 10px 0;
  font-weight: normal;
  color: #e8473f;
}
.ticket-box-content-table td + td {
  border-left: 2px solid #f9be00;
}
.ticket-box-content-table td.td-feature {
  position: relative;
  width: calc(100% / 3);
  padding: 10px 25px;
  font-weight: normal;
  color: #e8473f;
  font-size:90%;
  line-height:180%;
}
.ticket-box-content-table td.td-price {
  text-align: center;
  font-weight: bold;
  line-height:180%;
}
.ticket-box-content-table td.td-price span{
  font-size:80%;
  color: #6f6f6f;
}

.ticket-box-content-table tr + tr td::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  height: 2px;
  background: #f9be00;
}
.ticket-box-content-sell {
  display: flex;
}
.ticket-box-content-time {
  flex-shrink: 0;
  width: 20%;
  margin-top: 90px;
  padding-right: 20px;
}
.ticket-box-content-time-col {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 40px 0;
  font-weight: bold;
  color: #e8473f;
}
.ticket-box-content-time-col img {
  padding-left: 10px;
}

.ticket-box-one {
	margin-top: 20px;
	width: 1200px;
	padding: 30px 50px;
	font-size: 18px;
	font-weight: bold;
	color: #e6483f;
	background: #fff;
	border-radius: 20px;
	margin-bottom: 60px;
}
.ticket-box-one ul li{
  line-height:40px;
}
.ticket-box-one div {
	text-align: center;
  margin-bottom: 26px;
}
.ticket-box-one div span {
	background-color: #f9be00;
	padding: 5px 10px;
	border-radius: 20px;
}

.ticket-box p {
  line-height: 180%;
}
div.buybtn {
	text-align: center;
	padding-top: 30px;
	color: #e8473f;
}
div.buybtn p {
  margin-top:20px;
  font-size:90%;
}
div.lawson{
  padding: 20px 80px;
  background: #fdeabe;
  border-radius: 20px;
  width: 90%;
  margin: 0px auto;
}
div.lawson div{
  text-align: center;
  font-size:120%;
  color:#e8473f;
  margin-bottom:20px;
}
div.lawson a {
  position: relative;
  padding: 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #ed848c;
}
div.lawson a:hover {
  background: #e8473f;
}

div.lawson a:before{
	content:"";
	display:inline-block;
	width:0.8em;
	height:0.8em;
	background:url(/site/hbs2021/data/new/common/icon_link_white.svg) no-repeat;
	background-size:contain;
  padding-right: 4px;
}
div.lawson p{
  text-align:left;
}

.ticket-co-event {
  width: 900px;
  margin: 100px auto 0;
  padding: 30px 60px;
  background: #fdeabe;
  border-radius: 20px;
}
.ticket-co-event p {
  margin: 0;
  font-size: 18px;
  color: #6f6f6f;
}
.ticket-co-event p.small{
  font-size:90%;
}
p.ticket-co-event-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #e8473f;
}
.ticket-co-event-logo {
  display: flex;
  justify-content: center;
  margin: 30px auto;
}
.ticket-co-event-logo span {
  width: 40%;
  padding: 0 15px;
}

.ticket-co-event-logo span img{
  transition: transform 0.1s;
}
.ticket-co-event-logo span img:hover{
  transform: scale(1.1);
}
.buybtn img{
  width:200px;
}

@media only screen and (max-width: 1199px) {
  .ticket-inner,
  .ticket-box-one{
    width: 100%;
    max-width:1000px;
    margin:0 auto;
  }
  .ticket-co-event{
    width: 100%;
    max-width:768px;
  }

}
@media only screen and (max-width: 999px) {
  .ticket-inner,
  .ticket-box-one{
    max-width:768px;
  }
}

@media only screen and (min-width: 768px) {
  .standard-ticket{
    width:420px;
    margin:0 auto;
  }

  .ticket-box-content-table td.td-feature,
  .ticket-box-content-table td.td-price.price-standard{
    border-left:0;
  }

}

/* sp */
@media only screen and (max-width: 767px){

  .ticket-inner,
  .ticket-co-event{
    width: calc(100% - 80px);
    margin-top:40px;
  }
  .ticket-box {
    display: block;
    margin-top: 100px;
  }
  .ticket-box-one {
    width: 100%;
    padding: 30px 30px 30px 50px;
    margin-bottom:100px;
    font-size: 20pt;
    line-height:200%;
    filter: drop-shadow(3px 3px 0px #ba3932);
  }
  .ticket-box-one ul li {
    font-size:18pt;
    line-height: 40pt;
  }
  .ticket-box-title{
    display: flex;
    width: 100%;
    height: 100px;
    font-size: 28pt;
    border-radius: 20px 20px 0 0px;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
  }
  .ticket-box-content{
    margin-left: 0px;
    margin-top: 5px;
    width: 100%;
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
    font-size: 22pt;
  }
  .ticket-box-content p{
    text-align:left;
    line-height: 200%;
  }
  .ticket-box-content-table{
    border: 0;
    border-radius: 0px;
  }
  .ticket-box-content-table thead{
    display: none;
  }
  .ticket-box-content-table td{
    display: block;
    width: 100%!important;
    border: 2px solid #f9be00;
    border-radius: 0px 0px 20px 20px;
    margin-bottom:30px;
  }

  .ticket-box-content-table td.td-sphead{
    border-radius: 20px 20px 0px 0px;
    background: #f9be00;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 20pt;
  }
  .ticket-box-content-table td.td-feature {
      line-height: 200%;
  }
  .ticket-co-event p {
    font-size: 20pt;
  }
  .ticket-co-event p.small {
    font-size: 18pt;
  }

  div.lawson{
    padding: 30px;
    width: 100%;
    font-size: 20pt;
  }
  div.lawson a{
    font-size: 20pt;
    font-weight: normal;
  }
  .buybtn img{
    width:280px;
  }
}


/*----------------------------------------------------------------------------
 detail
----------------------------------------------------------------------------*/


.detail-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail-title h1 {
  font-size: 38px;
  font-weight: bold;
  color: #e8473f;
}
.detail-title a {
  padding: 10px 20px;
  font-weight: bold;
  color: #e8473f;
  background: #f9be00;
  border-radius: 5px;
  white-space: nowrap;
}
.detail-image {
  margin: 30px auto 50px;
  padding: 10px;
  border: 2px dashed #e8473f;
  border-radius: 15px;
}
.detail-image img {
  border-radius: 10px;
}
.detail-txt {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  color: #6f6f6d;
  line-height: 1.5;
}
.detail-list {
  margin: 40px auto;
  padding: 20px;
  background: #fdeabe;
  border-radius: 10px;
}
.detail-box {
  margin-top: 50px;
}
.detail-box h3 {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  color: #e8473f;
}
.detail-box h4 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #e8473f;
}
.detail-schedule {
  margin-top: 40px;
}
.detail-schedule p {
  margin: 0;
  font-weight: bold;
}
.detail-schedule p span {
  color: #e8473f;
}
.detail-schedule-balloon {
  position: relative;
  margin-top: 20px;
  padding: 20px 10px;
  font-size: 14px;
  color: #e8473f;
  background: #fdeabe;
  border-radius: 10px;
}
.detail-schedule-balloon::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 5%;
  border: 10px solid transparent;
  border-bottom: 15px solid #fdeabe;
}
.detail-box-list {
  margin: 20px auto;
  font-size: 18px;
  list-style: none;
  line-height: 1.5;
}
.detail-box-list p {
  margin: 0;
  font-weight: bold;
  color: #e8473f;
}
a.detail-box-link {
  padding: 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #ed848c;
}
a.detail-box-link img {
  height: 14px;
  padding-right: 5px;
}
a.detail-box-link:hover{
  background: #e8473f;
}
.detail-sns {
  margin: 100px auto;
  text-align: center;
}
.detail-sns-box {
  display: inline-block;
  padding: 20px 30px;
  border: 4px solid #f9be00;
  border-radius: 20px;
}
.detail-sns-box-title {
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  color: #e8473f;
}
.detail-sns-box-link {
  display: flex;
  justify-content: space-between;
  margin: 15px auto;
}
.detail-sns-box-link a {
  margin: 0 20px;
  transition: transform 0.1s;
}
.detail-sns-box-link a:hover{
  transform: scale(1.1);
}
.detail-sns-box-link img{
  width:50px;
  height:50px;
}

.detail-sns-box-copy {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  padding: 10px 0;
  font-size: 18px;
  font-weight:bold;
  color: #fff;
  background: #f9be00;
  border-radius: 100px;
  cursor: pointer;
  transition: transform 0.1s;
}
.detail-sns-box-copy img {
  padding-right: 5px;
}

.detail-sns-box-copy:hover{
  transform: scale(1.05);
}


.detail-slider {
  /* width: 100%; */
}
.detail-slider .slide-arrow {
  display: inline-block;
  position: absolute;
  z-index: 100;
  width: 60px;
  top: 50%;
  transform: translateY(-50%);
  filter: drop-shadow(5px 5px 5px );
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
  cursor:pointer;
  transition: 0.1s;
}
.detail-slider .slide-arrow:hover{
	transform: scale(0.95) translateY(-50%);
  transform-origin: center center;
}

.detail-slider .slick-track,
.detail-slider .slick-list {
  overflow: visible;
}
.detail-slider .slick-slide {
  padding: 0 50px;
}
.detail-slider .slick-slide img {
  max-height: 672px;
  border-radius: 10px;
  margin: 0 auto;
}
.detail-slider .slide-arrow.prev-arrow {
  left: 10vw;
}
.detail-slider .slide-arrow.next-arrow {
  right: 10vw;
}

/*
.slick-dots {
  display: none!important;
}
*/
/*
@media only screen and (max-width: 1329px) {
  .slick-slider {
    width: calc(100% - 80px);
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
  }
  .detail-slider .slick-slide {
      padding: 0px;
  }
}
*/
/* sp */
@media only screen and (max-width: 767px) {
  .detail-title,
  #detail-body{
    width: calc(100% - 80px);
    margin: 0 auto;
  }

  .detail-image{
    border-radius: 0;
    padding: 0px;
    border: 0;
  }
  .detail-image img {
    border-radius: 0;
  }
  .detail-title a {
    border-radius: 10px;
  }
  .detail-sns-box {
    width: calc(100% - 160px);
  }
  .detail-sns-box-link img{
    width:75px;
    height:auto;
  }
  .detail-sns-box-copy {
    width: 80%;
    font-size: 25pt;
    margin-top: 30px;
  }

  .slick-slider {
    width: calc(100% - 80px);
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    margin-top:22px;
  }
  .detail-slider .slick-slide {
      padding: 0px;
  }

  .detail-slider .slide-arrow{
    /*display: none!important;*/
  }
  .detail-slider .slide-arrow.next-arrow {
    right: 0px;
  }
  .detail-slider .slide-arrow.prev-arrow {
    left: 0px;
  }

  .detail-slider .slick-slide img {
    padding-left: 1px;
    padding-right: 1px;
    border-radius: 10px;
  }
  .slick-dots {
    display: block;
    bottom: -57px!important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 105px!important;
  }
}


/*----------------------------------------------------------------------------
 exhibition detail
----------------------------------------------------------------------------*/

.exhibition-detail-header{
  width: 1000px;
  margin: 50px auto 33px;
  font-size: 18px;
  line-height: 1.5;
}

.exhibition-detail-title {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 0px;
  font-size: 38px;
  font-weight: bold;
  color: #e8473f;
  border-bottom: 4px dotted #e8473f;
}
.exhibition-detail-booth{
  color: #e8473f;
}
.exhibition-detail-tag {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  color: #e8473f;
}
.exhibition-detail-tag span {
  margin-right: 10px;
  padding: 1px 10px;
  background: #f9be00;
  border-radius: 10px;
  min-width: 145px;
  text-align: center;
}
.exhibition-detail-tag a{
  color: #e8473f;
  text-decoration: none;
  border-bottom: 1px dotted red;
  padding-bottom: 1px;
}
.exhibition-detail-link {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.exhibition-detail-link a {
  display: inline-block;
  margin-left: 15px;
}
.exhibition-detail-link a.exhibition-detail-link-btn {
  margin-left: 0;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 3px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #e8473f;
  border: 2px solid #f9be00;
  border-radius: 5px;
}
.exhibition-detail-link a img {
  vertical-align: middle;
}
.exhibition-detail-link-sns-icons{
  white-space: nowrap;
  vertical-align: top;
}

.exhibition-detail-box-ul {
  margin: 50px auto;
  padding-left: 20px;
  border-left: 3px solid #e8473f;
  list-style: none;
}
.exhibition-detail-box-overview {
  padding: 20px;
  background: #fdeabe;
  border-radius: 20px;
}
.exhibition-detail-box-overview-inner {
  padding: 25px 15px;
  font-size: 20px;
  border-top: 3px dotted #e8473f;
  border-bottom: 3px dotted #e8473f;
}
.exhibition-detail-box-overview-inner span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 1px 10px;
  color: #fff;
  background: #e8473f;
  border-radius: 10px;
  font-weight: bold;
}
.exhibition-detail-box-overview-inner ul {
  margin-bottom: 40px;
  color: #6f6f6d;
  list-style: none;
}
.exhibition-detail-box-overview-inner ul li ul {
  margin-left: 40px;
  margin-bottom: inherit;
}
.exhibition-detail-box-overview-notes {
  color: #6f6f6d;
  margin-bottom: 40px;
}

.exhibition-detail-box-btn {
  text-align: center;
}
a.exhibition-detail-box-link {
  display: block;
  width: 95%;
  margin: 40px auto 0;
  padding: 15px 0;
  text-align: center;
  color: #e8473f;
  background: #f9be00;
  border-radius: 10px;
  filter: drop-shadow(3px 3px 0px #cabb98);
}
a.exhibition-detail-box-link p {
  margin: 0;
  font-size: 22px;
}

div.open-kodawari{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 65px;
  width: 320px;
  margin: 30px auto 0px;
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
  background: #f9be00;
  border: 2px solid #ffffff;
  color: #e8473f;
  border-radius: 100px;
  filter: drop-shadow(3px 3px 0px #cabb98);
}
div.open-kodawari::before{
  position: absolute;
  top: 20%;
  right: 15px;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  color: #fff;
  padding-right: 0px;
  background-color: #e8473f;
  padding: 10px;
  border-radius: 20px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}


/* sp用こだわり */
#spkodawari{
  position: fixed;
  left: 0;
  top: 0;
  top: 120%;
  width: 100vw;
  height: 100vh;
  background: #f8f8f8;
  z-index: 2147483647;
  overflow-y: hidden;
  transition: top 0.5s;
}
#spkodawari.open{
  top: 0;
  display: block;
}

.spkodawari-inner{
  margin: 0px;
}
#spkodawari .spkodawari-header {
    color: #e8473f;
    font-size: 28pt;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 3px solid #f9bd02;
}

#spkodawari .spkodawari-body {
  width: calc(100% - 80px);
  margin: 50px auto;
}
#spkodawari .spkodawari-body h2 {
  position: relative;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  color: #e8473f;
	line-height:1.05em;
	padding-left:1.2em;
}
#spkodawari .spkodawari-body h2:before{
  position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1em;
	height:1em;
	background:url(/site/hbs2021/data/new/common/icon_button.svg) no-repeat;
  filter: drop-shadow(3px 3px 0px #afadae);
	background-size:contain;
}

#spkodawari .spkodawari-catlist {
  display: flex;
  flex-wrap: wrap;
}
#spkodawari .spkodarwari-closebutton{
  position: absolute;
  right: 25px;
  top: 25px;
}
#spkodawari .spkodawari-catlist label {
  display: flex;
  align-items: center;
  width: 36%;
  margin-bottom: 25px;
}
#spkodawari .spkodawari-catlist label:nth-child(3n) {
  width: 28%;
}

#spkodawari .spkodawari-catlist label input {
  display: none;
}
#spkodawari .spkodawari-catlist label span {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding-left: 50px;
  font-size: 12pt;
}
#spkodawari .spkodawari-catlist label span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: #fff;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
}
#spkodawari .spkodawari-catlist input[type=checkbox]:checked + span::before,
#spkodawari .spkodawari-catlist input[type=radio]:checked + span::before {
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  content: "\f00c";

  color:#fff;
  background-color:#e8473f;
	text-align: center;
	font-size: 15pt;
  line-height: 26pt;
}
#spkodawari .spkodarari-selectbox {
  position:relative;
}

#spkodawari .spkodarari-selectbox select{
  width: 100%;
  background: #fff;
  border-radius: 35px;
  border-width: 2px!important;
  resize: vertical;
  text-align: left;
  height: 70px;
  padding: 0px 20px;
  font-size: 18pt;
  color: #ccc;
  margin-top: 15px;
  -webkit-appearance:none !important;
  -webkit-font-size-adjust: none !important;
}
#spkodawari .spkodarari-selectbox::before{
  display: block;
  content: "▼";
  color: #8c8c8c;
  position: absolute;
  top: 80%;
  right: 15px;
  width: 25px;
  height: 30px;
  margin-top: -8px;
  pointer-events: none;
}
#spkodawari .spkodarari-keywords {
  position: relative;
  width: 100%;
  height: 80px;
  margin: 0 auto;
  padding-left: 60px;
  text-align: center;
  border: 3px solid #dcdcdc;
  border-radius: 15px;
  margin-top: 40px;
  background-color:#fff;
}
#spkodawari .spkodarari-keywords input {
    width: 100%;
    height: 100%;
    padding: 5px 0;
    border: none;
    font-size: 20pt;
}
#spkodawari .spkodarari-keywords input::placeholder {
  color: #dcdcdc;
}
#spkodawari .spkodarari-keywords button {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: #8c8c8c;
    background: none;
    border: none;
}
#spkodawari .spkodarari-buttons{
    width: 70%;
    margin: 80px auto;
}

@media only screen and (max-width: 1199px) {
}

@media only screen and (max-width: 999px) {
  .exhibition-detail-header{
    width: 768px;
  }
}

/*  sp  */
@media only screen and (max-width: 767px) {
  .exhibition-detail-header{
    width: 100%;
    margin-bottom: 22px;
  }
  .exhibition-detail-title {
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 0px;
  }
  .exhibition-detail-tag{
    margin-left: 40px;
    margin-right: 40px;
    font-size: 16pt;
  }
  .exhibition-detail-tag span {
    padding: 0px 5px;
    font-size: 14pt;
  }
  .exhibition-detail-link{
    display:block;
    margin-left: 40px;
    margin-right: 40px;
  }
  .exhibition-detail-link a{
    margin-left: 30px;
  }
  .exhibition-detail-link a img {
    width: 50px;
    height: auto;
  }
  .exhibition-detail-link-sns-icons{
    margin-top: 20px;
    text-align: right;
    height: 100%;
  }

  .exhibition-detail-box-overview{
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 30px 15px;
  }
  .exhibition-detail-box-overview-inner{
    padding: 25px 10px;
  }
  .exhibition-detail-box-overview-inner span {
    font-size: 20pt;
    padding: 0px 10px;
  }
  .exhibition-detail-box-overview-inner ul li,
  .exhibition-detail-box-overview-notes {
    font-size: 21pt;
    line-height: 36pt;
  }
  a.exhibition-detail-box-link {
    width: 100%;
    margin: 60px auto 35px;
    border-radius: 20px;
    padding: 7px 0;
  }
  a.exhibition-detail-box-link p{
    font-size: 22pt;
  }
  a.exhibition-detail-box-link div{
    font-size: 18pt;
    font-weight: normal;
  }

  .exhibition-detail-link a.exhibition-detail-link-btn {
    font-size: 16pt;
  }
}


/*----------------------------------------------------------------------------
 banner
----------------------------------------------------------------------------*/

#banner {
  padding-bottom: 50px;
  background: #f8f8f8;
}
#banner h2 {
  display: inline-block;
  margin-bottom: 25px;
  padding: 5px 10px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #e8473f;
  border-radius: 20px;
}

.banner-inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.banner-text {
  margin: 50px auto;
  font-size: 18px;
  font-weight: bold;
  color: #6f6f6d;
  text-align: center;
  line-height: 1.5;
}
.banner-box {
  margin-bottom: 50px;
}
.banner-box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #e8473f;
}
.banner-box-code {
  padding: 15px;
  background: #e5e5e5;
  overflow-x: scroll;
  margin-bottom: 10px;
  color: #6f6f6d;
}
.banner-box-image {
  margin: 10px 0;
}
.banner-box-image.size-a{
  width:400px;
}
.banner-box-image.size-b{
  width:100%;
  max-width:800px;
}
.banner-box-guide {
  margin-bottom: 50px;
  padding: 30px 50px;
  background: #fdeabe;
  border-radius: 20px;
}
.banner-box-guide span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-size: 18px;
  font-weight: bold;
  color: #e8473f;
  background: #f9be00;
  border-radius: 10px;
}
.banner-box-guide p + span {
  margin-top: 40px;
}
.banner-box-guide ul {
  list-style: none;
}
.banner-box-guide-inner + .banner-box-guide-inner {
  margin-top: 50px;
}
.banner-box-guide-title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 5px;
  font-size: 20px;
  font-weight: bold;
  color: #e8473f;
}
.banner-box-guide-title img {
  position: absolute;
  top: 4px;
  right: 100%;
  height: 20px;
}
a.banner-box-dl,
span.banner-box-copycode{
  display: inline-block;
  margin-top: 5px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: bold;
  color: #e8473f;
  border: 2px solid #e8473f;
  border-radius: 100px;
  -webkit-transition: all .3s;
  transition: all .3s;
  cursor:pointer;
  background-color:#fff;
}
a.banner-box-dl:hover,
span.banner-box-copycode:hover{
  color: #ffffff;
  background-color: #e8473f;
}

.banner-box-guide-ul{
  font-size: 18px;
  color: #6f6f6f;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 22px;
  text-indent: -22px;
}

.banner-box-guide-ul li { list-style:none; margin-bottom:5px;}
.banner-box-guide-ul li:before { content:"◆"; margin-right:4px; }

@media only screen and (max-width: 1199px) {
  .banner-inner {
    max-width: 1000px;
    width: calc(100% - 20px);
  }
}

@media only screen and (max-width: 999px) {
  .banner-inner {
    max-width: 768px;
    width: calc(100% - 20px);
  }
}

/*  sp  */
@media only screen and (max-width: 767px) {
  .banner-inner {
    width: calc(100% - 20px);
    padding: 20px;
  }
  .banner-box-image.size-a{
    max-width:calc(100vw - 60px);
  }
  .banner-box-image.size-b{
    width:100%;
  }
  .banner-box-guide{
    padding: 15px 15px 15px 50px;
    color: #6f6f6d;
  }
  .banner-box-guide-inner p{
    font-size: 20pt;
  }

  .banner-box-guide-title {
    font-size: 22pt;
  }
  .banner-box-guide span {
    font-size: 20pt;
    padding: 0px 15px;
  }
  .banner-box-guide-title img {
    height: 22pt;
    top: 5px;
  }
  .banner-text{
    font-size:18pt;
  }
  #banner h2 {
    padding: 0px 10px;
  }
  #banner h2.insatu {
    padding: 0px 20px;
  }

  .banner-box h3 {
    font-size: 18pt;
  }
  .banner-box-code {
    font-size: 14pt;
  }
  .banner-box-image.size-a{
    width:100%;
  }
  .banner-box-download {
    text-align:center;
  }
  a.banner-box-dl, span.banner-box-copycode {
    font-size: 20pt;
  }
  .banner-box-guide ul {
    font-size: 18pt;
  }

}

/*----------------------------------------------------------------------------
 access
----------------------------------------------------------------------------*/

.access-caution {
  width: 1200px;
  margin: 50px auto;
  padding: 15px 0;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #e8473f;
  border: 4px solid #e8473f;
  border-radius: 15px;
  line-height: 1.5;
  background-color: #fff;
}
.access-caution h2 {
  display: inline-block;
  padding: 0px 10px;
  margin-bottom: 20px;
  font-size: 32px;
  background: #f9be00;
  border-radius: 10px;
}
.access-caution p {
  margin: 0;
}

.access-venue {
  width: 1200px;
  margin: 50px auto;
  text-align: center;
  font-size: 18px;
  color: #6f6f6d;
}
.access-venue iframe{
  width:1200px;
  height:654px;
}

.access-venue-name {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  font-size: 22px;
  font-weight: bold;

}
.access-venue-name img {
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 204px;
}

.access-way {
  width: 1200px;
  margin: 100px auto;
  font-size: 20px;
  font-weight: bold;
  color: #6f6f6d;
}
.access-way h2 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 30px;
  color: #e8473f;
  line-height: 1;
}
.access-way h2 img {
  position: absolute;
  top: 0px;
  left: 0;
  height: 28px;
}
.access-way p{
  font-weight: normal;
}

.access-way-route {
  margin: 60px auto 0;
  text-align: center;
}

.access-info {
  width: 1200px;
  margin: 100px auto 0;
  padding: 30px 100px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #6f6f6f;
  background: #fdeabe;
  border-radius: 10px;
}
.access-info a {
  font-size: 24px;
}

@media only screen and (max-width: 1199px) {
  .access-caution,
  .access-venue,
  .access-way,
  .access-info{
    width: 100%;
    max-width:1000px;
  }
  .access-venue iframe{
    width: 100%;
    height:calc(100vw * 0.50);
  }

}
@media only screen and (max-width: 999px) {
  .access-caution,
  .access-venue,
  .access-way,
  .access-info{
    max-width:768px;
  }
  .access-venue-name img {
    left: 71%;
    bottom: 85px;
  }

}


@media only screen and (max-width: 767px) {
  .access-caution,
  .access-venue,
  .access-way,
  .access-info{
    width: calc(100% - 80px);
  }
  .access-caution h2 {
    border-radius: 15px;
  }

  .access-caution{
    font-size:3vw;
    padding: 30px 15px;
  }
  .access-caution p{
    text-align:left;
    font-size: 22pt;
    line-height: 150%;
  }

  .access-info {
    text-align:left;
    padding: 20px;
    font-size: 22pt;
    margin-bottom: 80px;
  }
  .access-way-route{
    margin-top:0px;
  }
  .access-venue{
    margin-top:120px;
  }
  .access-venue-name img {
    width:250px;
    left: 66%;
    bottom: 115%;
  }
  .access-venue-name {
    font-size:22pt;
  }
  .access-venue p {
    font-size:20pt;
  }
  .access-way p {
    font-size:20pt;
    margin-bottom:20px;
  }
}


/*----------------------------------------------------------------------------
 special topics
----------------------------------------------------------------------------*/

.special-program-tab {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 50px auto 0;
/*
  position: sticky;
  top: 0;
  z-index: 100;
*/
  border-bottom: 4px solid #f9be00;
  background-color: #e8473f;
}
.special-program-tab p {
  width: 49%;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #b2b2b2;
  background: #eeeeee;
  border-radius: 10px 10px 0 0;
  position: relative;
  filter: drop-shadow(3px 0px 0px #ba3932);
  transition: padding 0.5s;
}
.special-program-tab p.active {
  color: #e8473f;
  background: #f9be00;
}
.special-program-tab p.link span{
  display: block;
  height: 40px;
  transition: font-size 0.1s;
}

.special-program-tab p.link:hover span{
  display: block;
  font-size:110%;
}

.special-program-tab p a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.special-program-box {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 100px 100px;
  background: #fdeabe;
/*  border-top: 4px solid #f9be00; */
  border-radius: 0 0 20px 20px;
  filter: drop-shadow(3px 3px 0px #ba3932);
}
.special-program-title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #e8473f;
}
.special-program-detail-fadein{
  transition: all 0.5s;
}

.special-program-detail {
  margin-top: 30px;
  background: #fff;
  border-radius: 20px;
  filter: drop-shadow(3px 3px 0px #b2a385);
  position: relative;
  transition: transform 0.1s;
}
.special-program-detail:hover {
  transform: scale(1.02);
}
.special-program-detail a{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.program-detail-image-thumbnail {
  position: relative;
  height: 370px;
  overflow-y: hidden;
}
.program-detail-image-thumbnail img {
  border-radius: 20px 20px 0 0;
  width:100%;
}

@media only screen and (max-width: 1199px) {
  .special-program-tab {
    width:100%;
    max-width:1000px;
    margin: 50px auto 0;
  }
  .special-program-box{
    width:100%;
    max-width:1000px;
    padding: 50px 70px 100px;
  }
}
@media only screen and (max-width: 999px) {
  .special-program-tab {
    max-width:768px;
  }
  .special-program-box{
    max-width:768px;
    padding: 50px 40px 100px;
  }
}

/* sp */
@media only screen and (max-width: 767px) {
  .special-program-title {
    margin-top: 20px;
    line-height: 50px;
  }
  .special-program-detail {
    margin-top: 50px;
  }

  .special-program-box {
    width: calc(100% - 80px);
    padding: 20px;
  }
  .special-program-tab {
    width: calc(100% - 80px);
    margin-top: 80px;
  }
  .special-program-tab p {
    padding: 10px 0;
    border-radius: 15px 15px 0 0;
  }
  .special-program-detail {
    margin-top: 50px;
  }

}

/*----------------------------------------------------------------------------
 special detail
----------------------------------------------------------------------------*/

.program-detail-image {
  position: relative;
  height: 370px;
  overflow-y: hidden;
}
.program-detail-image span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 10px 20px;
  font-weight: bold;
  color: #e8473f;
  background: #f9be00;
  border-radius: 5px;
  filter: drop-shadow(2px 2px 0px rgba(64, 64, 64, 0.3));
}
.program-detail-image p {
  position: absolute;
  left: 10px;
  top: 5px;
  width: 10%;transform: rotate(-20deg);
}
.program-detail-image img {
  border-radius: 20px 20px 0 0;
  width:100%;
}
.program-detail-txt {
  padding: 15px 30px;
  text-align: center;
  font-size: 18px;
  color: #6f6f6d;
}
.program-detail-txt h3 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  color: #e8473f;
}

@media only screen and (max-width: 1199px) {
  .program-detail-image span {
    bottom: 70px;
  }
}

@media only screen and (max-width: 999px) {
  .program-detail-image {
    height: 255px;
  }
  .program-detail-image span {
    bottom: 20px;
  }
}

/* sp */
@media only screen and (max-width: 767px) {
  .program-detail-image {
    height: 240px;
  }
  .program-detail-image span {
    left: 10px;
    bottom: 10px;
    padding: 5px;
    font-size: 14pt;
    border-radius: 10px;
  }
}

/*----------------------------------------------------------------------------
 exhibition
----------------------------------------------------------------------------*/

.exhibition-box {
  width: 1200px;
  margin: 0 auto;
  padding: 50px;
  background: #fdeabe;
  border-top: 4px solid #f9be00;
  border-radius: 0 0 20px 20px;
  filter: drop-shadow(3px 3px 0px #ba3932);
}
.exhibition-title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #e8473f;
}

.exhibition-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
}
.exhibition-area-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: calc(25% - 25px);
  height: 50px;
  margin: 15px 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: #fff;
  border: 2px solid #f9be00;
  border-radius: 100px;
}

.exhibition-area-link input[type=radio]{
  display: none;
}

.exhibition-area-link label {
  color: #e8473f;
	padding: 10px;
	width: 100%;
  cursor: pointer;
  line-height: 1.2;
}

.exhibition-area-link.area-selected {
  background: #f9be00;
}

/*
.exhibition-area-link {
  background: #f9be00;
}
*/
.exhibition-area-hover {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  /*left: 20%;*/
  /*bottom: calc(100% + 25px);*/
  /*width: 140%;*/
  width: 300px;
  padding: 15px;
  text-align: left;
  font-size: 16px;
  color: #6f6f6d;
  background: #fff;
  border: 2px solid #e8473f;
  border-radius: 15px;
  z-index: 200;
}
.exhibition-area-link:hover .exhibition-area-hover {
  display: block;
}
.exhibition-area-hover::before {
  content: '';
  position: absolute;
  left: 20%;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #e8473f transparent transparent transparent;
}
.exhibition-area-hover.tail-right::before {
  right: 20%;
  left: auto;
}

.exhibition-area-hover h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #e8473f;
}

.exhibition-list {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  width: 1200px;
  margin: 20px auto 0;
}
.exhibition-list-box {
  position: relative;
  width: 30%;
  margin-top: 50px;
  margin-right: 60px;
  text-align: center;
  font-size: 14px;
  background: #fff;
  border-radius: 20px;
  filter: drop-shadow(3px 3px 0px #ba3932);
  transition: transform 0.1s;
}
.exhibition-list-box:nth-child(3n),
.exhibition-list-box:last-child {
  margin-right: 0px;
}

.exhibition-list-box:hover {
  transform: scale(1.05);
}

.exhibition-list-box .exhibition-list-box-image {
  border-radius: 20px 20px 0 0;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.exhibition-list-box .exhibition-list-box-image img {
  position: absolute;
  left: 50%;
  /* border-radius: inherit; */
  height: 100%;
  max-width: none;
  transform: translate(-50%, 0);
}

.exhibition-list-box a {
  position: absolute;;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.exhibition-list-title {
  margin: 10px auto 25px;
  font-size: 20px;
  font-weight: bold;
  color: #e8473f;
  padding: 0px 20px 0px;
}
.exhibition-list-title .exhibition-list-title-booth{
  font-size: 16px;
}

.exhibition-list-breadcrumb{
  color:#fdeac2;
  font-size:20px;
}
.exhibition-list-noresult{
  text-align:center;
  color:#fdeac2;
  width:100%;
  font-size:22px;
  margin-top:20px;
  font-weight: bold;
}

.exhibition-search {
  margin: 40px auto 0;
  filter: drop-shadow(3px 3px 0px #cbbb99);
  transform: translateZ(0);
}
.exhibition-search-title {
  position: relative;
  padding: 15px 0;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #e8473f;
  background: #f9be00;
  border-radius: 15px;
  line-height:24px;
  cursor: pointer;
}
.exhibition-search-title::before {
  content: '';
  background:url(/site/hbs2021/data/new/about/accordion_plus.png) no-repeat;
  position: absolute;
  right: 15px;
  font-size: 150%;
  box-sizing: content-box;
  line-height: 0.5;
  height: 24px;
  width: 24px;
  transition: transform 0.1s;
}
.exhibition-search-title:hover::before {
  image-rendering: crisp-edges;
  background-size: cover;
  transform: scale(1.3);
}
.active .exhibition-search-title {
  border-radius: 15px 15px 0 0;
}
.active .exhibition-search-title::before {
  content: '';
  background:url(/site/hbs2021/data/new/about/accordion_minus.png) no-repeat;
  height: 24px;
  width: 24px;
}
.exhibition-search-form {
  display: none;
  padding: 50px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.active .exhibition-search-form {
  display: block;
  animation: show 0.5s ease 0s;
  transform-origin: top center;
}
.exhibition-search-form-box {
  margin-bottom: 50px;
  padding: 0 30px;
}
.exhibition-search-form-box select {
  width: 40%;
  height: auto;
  margin: 30px 0 0;
  padding: 5px;
}
.exhibition-search-form-box h3 {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #e8473f;
}
.exhibition-search-form-box h3 img {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  transform: translateY(-50%);
  width: 30px;
}
.exhibition-search-form-box-list {
  display: flex;
  flex-wrap: wrap;
}
.exhibition-search-form-box-list label {
  display: flex;
  align-items: center;
  width: 20%;
  margin-top: 30px;
}
.exhibition-search-form-box-list label input {
  display: none;
}
.exhibition-search-form-box-list label span {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  padding-left: 40px;
  font-size: 11pt;
}
.exhibition-search-form-box-list label span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: #fff;
  border: 2px solid #dcdcdc;
  border-radius: 2px;
}
.exhibition-search-form-box-list input[type=checkbox]:checked + span::before,
.exhibition-search-form-box-list input[type=radio]:checked + span::before {
  font-family: "Font Awesome 5 Free";
	font-weight: 900;
  content: "\f00c";

  color:#fff;
  background-color:#e8473f;
	text-align: center;
	font-size: 15pt;
}

.exhibition-search-form-box-keywords {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-left: 30px;
  border: 2px solid #dcdcdc;
  border-radius: 5px;
  border-width: 2px!important;
  resize: vertical;
  text-align: left;

}
.exhibition-search-form-box-keywords input {
  width: 100%;
  height: 48px;
  padding: 5px 0;
  border: none;
  padding-left: 10px;
}
.exhibition-search-form-box-keywords input:focus{
  outline: 0;
  background-color:white;
  border: 0;
}


.exhibition-search-form-box-keywords button {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #8c8c8c;
  background:none;
  border: none;
}

.exhibition-search-form-divide {
  width: calc(100% - 20px);
  height: 50px;
  margin: 0 auto;
  background-image: url("../data/new/header_dotline.png");
  background-repeat: repeat-x;
  background-position-y: bottom;
}
.exhibition-search-form-buttons label:first-child{
  margin-right:25px;
}


@media (max-width: 1199px) {
  .exhibition-box {
    width: 1000px;
  }
  .exhibition-list {
    width: 1000px;
  }
  .exhibition-list-box {
    margin-right: 50px;
  }
  .exhibition-list-box .exhibition-list-box-image {
    height: 208px;
  }

}
@media (max-width: 999px) {
  .exhibition-box {
    width:768px;
  }
  .exhibition-list {
    width:768px;
  }
  .exhibition-area-link {
    font-size:15px;
  }
  .exhibition-list-box {
    margin-right: 38px;
  }
  .exhibition-list-box .exhibition-list-box-image {
    height: 160px;
  }
}

@media (max-width: 767px) {
  .exhibition-box{
    width: calc(100% - 80px);
    padding: 30px 10px;
  }
  .exhibition-area-link {
    width: calc(50% - 25px);
    font-size: 18pt;
    height: 65px;
  }
  .exhibition-title {
      margin-bottom: 10px;
      font-size: 20pt;
  }
  .exhibition-search{
    display: none;
  }
  .exhibition-search-form-box-list label {
    width: 33%;
  }
  .exhibition-list{
    margin: 0px auto 0;
    width: calc(100% - 80px);
    justify-content: space-between;
  }

  .exhibition-list-box {
      width: 48%;
      font-size: 14px;
      margin-right: 0px;
  }
  .exhibition-list-box .exhibition-list-box-image {
      height: 220px;
  }
  .exhibition-list-title {
    font-size: 20pt;
  }
  .exhibition-search-form-buttons label:first-child{
    margin-right:0px;
  }

  .exhibition-list-breadcrumb{
    margin-top:20px;
  }
}



.information-box {
  width: 1200px;
  margin: 50px auto;
  font-size: 18px;
}
.information-box-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 12px;
  color: #e8473f;
  border-bottom: 2px dotted #e8473f;
}
.information-box-title h2 {
  font-size: 32px;
  font-weight: bold;
}
.information-box a {
  position: relative;
  padding: 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #ed848c;
}
.information-box a:hover {
  background: #e8473f;
}
.information-box a:before{
  content:"";
	display:inline-block;
	width:0.8em;
	height:0.8em;
	background:url(/site/hbs2021/data/new/common/icon_link_white.svg) no-repeat;
	background-size:contain;
  padding-right: 4px;
}



@media only screen and (max-width: 1199px) {
  .information-box {
    width:100%;
    max-width: 1000px;
  }
}

@media only screen and (max-width: 999px) {
  .information-box {
    max-width: 768px;
  }
}

@media only screen and (max-width: 767px) {
  .information-box {
    width: calc(100% - 80px);
  }
  .information-box-title{
    display:block;
  }
  .information-box-title h2 {
      font-size: 24pt;
  }
  .information-box-body{
    margin-bottom: 0;
    font-size: 20pt;
    color: #6f6f6d;
    line-height: 1.5;
  }
  .information-box-body a {
    font-size: inherit;
    font-weight: bold;
  }
}


.policy-box {
  width: 1000px;
  margin: 50px auto 0;
  box-sizing: border-box;
  line-height: 1.5;
}
.policy-box p {
  margin: auto;
  font-size: 18px;
  color: #6f6f6d;
}
.policy-box div {
  margin: 40px auto;
}
.policy-box a {
  padding: 0 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #ed848c;
}
.policy-box a:hover {
  background: #e8473f;
}
.policy-box a img {
  height: 14px;
  padding-right: 5px;
}

@media only screen and (max-width: 999px) {
  .policy-box {
    width: calc(100% - 80px);
  }
  .policy-box p,.policy-box a{
    font-size: 18pt;
    line-height: 175%;
  }
}

/*----------------------------------------------------------------------------
 contact
----------------------------------------------------------------------------*/

.contact-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  margin: 50px auto;
  text-align: center;
}
.contact-flow img{
  filter: drop-shadow(2px 2px 0px #ccc);
}
.contact-flow div {
  width: 8%;
}
.contact-flow span {
  display: block;
  width: 8%;
  margin: -30px 5px 0;
  height: 1px;
  border-top: 2px dashed #f9be00;
}
.contact-flow p {
  margin: 5px 0 0;
  font-size: 20px;
  font-weight: bold;
  color: #dcdcdc;
}
.contact-flow .active {
  color: #a0a0a0;
}

.contact-form {
  width: 1200px;
  margin: 0 auto;
  padding: 25px 100px 50px;
  background: #fff;
  border-radius: 20px;
  filter: drop-shadow(3px 3px 0px #c7c6c6);
  transform: translateZ(0);
}
.contact-form-txt {
  padding: 25px 0 30px;
  border-bottom: 1px solid #dcdcdc;
  color: #6f6f6d;
}
.contact-form #form {
  margin-top: 30px;
}
.contact-form .required {
  color: #e94941;
  background: transparent;
}
.contact-form th,
.contact-form td {
  padding: 20px 5px;
  border-bottom: none;
  color: #6f6f6d;
}
.contact-form select {
  width: 100%;
  background: #f8f8f8;
}
.contact-form .blo-ck {
  padding-right: 0;
}
.contact-form .w-ss {
  width: calc(50% - 15px);
  background: #f8f8f8;
  border-radius: 5px;
  border-width: 2px!important;
  height:48px;
}

.contact-form .w-l{
  height:48px;
}

.contact-form .w-ss,
.contact-form .w-m{
  height:48px;
  padding-right:15px;
  padding-left:15px;
}
.contact-form select{
  position:relative;

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background:#FFF;
  padding:5px 10px;
  text-decoration:none;
  cursor:pointer;
  text-align:center;
  display:inline-block;
  color:#333;
  -webkit-appearance:none !important;
  -webkit-font-size-adjust: none !important;
}

.contact-form label.selectlabel {
	position: relative;
}

.contact-form label.selectlabel:after {
	display: block;
	content: "▼";
  color: #8c8c8c;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 20px;
	height: 20px;
	margin-top: -8px;
	pointer-events: none;
}


.contact-form textarea {
  padding:15px;
}

.contact-form .w-l,
.contact-form .w-m,
.contact-form textarea {
  width: 100%;
  background: #f8f8f8;
  border-radius: 5px;
  border-width: 2px!important;
  resize: vertical;
  text-align: left;
}

.contact-form .w-l::placeholder,
.contact-form .w-m::placeholder,
.contact-form .w-ss::placeholder {
  color:#999;
}

.contact-form-agree {
  margin-top: 40px;
  text-align: center;
  color: #8c8c8c;
}
.contact-form-agree a {
  color: #e8473f;

  text-decoration: none;
  border-bottom: 1px dotted red;
  padding-bottom: 1px;
}
.contact-form-agree a:hover {
  color: #ed848c;
}

.contact-form button {
  background: transparent;
  border: none;
}
.contact-form-submit {
  margin-top: 50px;
  text-align: center;
}
.contact-form-submit svg{
  width:calc(100% - 20px);
  max-width:350px;
}
.contact-form-confirm svg.button-floater{
  width:calc(100% - 20px);
  max-width:350px;
}
.contact-form-confirm {
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: 50px auto;
}
.contact-thanks {
  width: 800px;
  margin: 80px auto;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #6f6f6d;
}
.contact-thanks-image {
  width: 75%;
  margin: 0 auto 40px;
}
.contact-thanks-box {
  margin: 50px auto 100px;
  text-align: left;
}
.contact-thanks-box-title {
  position: relative;
  padding: 15px 0;
  text-align: center;
  color: #e8473f;
  background: #f9be00;
  border-radius: 15px 15px 0 0;
}
.contact-thanks-box-block {
  padding: 30px;
  font-size: 16px;
  font-weight: normal;
  background: #fdeabe;
  border-radius: 0 0 15px 15px;
}
.contact-thanks-box-block p {
  margin: 0;
}
.contact-thanks-box-block .contact-thanks-box-block-txt {
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .contact-flow,
  .contact-form,
  .contact-form-submit,
  .contact-thanks-box{
    width: calc(100% - 20px);
    max-width:1000px;
  }
}
@media only screen and (max-width: 999px) {
  .contact-thanks{
    width:768px;
  }
  .contact-flow,
  .contact-form,
  .contact-thanks-box,
  .contact-form-submit,
  .contact-form-confirm{
    max-width:768px;
  }
}

/* sp */
@media only screen and (max-width: 767px) {
  .contact-form,
  .contact-thanks {
    width: calc(100% - 80px);
    padding: 20px;
  }
  .contact-form .form-err {
    font-size:18pt;
  }
  .contact-form-submit{
      width: 100%;
      max-width: 1000px;
      margin-bottom: 40px;
  }
  .contact-form-submit svg {
      width: 450px;
      max-width: none;
  }
  .contact-form-confirm svg.button-floater{
    width: 450px;
    max-width: none;
  }

  .contact-flow{
    width:100%;
  }
  .contact-flow div {
    width: 90px;
  }
  .contact-form-txt{
    padding: 0px 0px 30px;
    font-size: 22pt;
    font-weight: bold;
  }
  .contact-form tr{
    display: block;
    margin-bottom: 25px;
  }
  .contact-form th, .contact-form td {
    background-color: #fff;
    padding: 0px;
    text-align: left;
    font-weight: bold;
  }
  .contact-form th{
    margin-bottom: 10px;
    font-size: 22pt;
    margin-top: 40px;
  }
  .contact-form .required {
    vertical-align: middle;
  }

  .contact-form th p{
    margin-bottom: 0px;
  }

  .contact-check-form th{
    margin-bottom: 5px;
    font-size:18pt;
  }
  .contact-check-form td{
    margin-left: 30px;
    font-size: 22pt;
  }

  .contact-form-confirm {
      flex-direction : column-reverse;
      justify-content: space-between;
      width: 100%;
      margin: 50px auto;
      text-align: center;
  }
  .contact-form .w-l, .contact-form .w-m {
      height: 80px;
      font-size: 18pt;
  }
  .contact-form .w-ss, .contact-form .w-m {
      height: 80px;
      font-size: 18pt;
  }

  .contact-form textarea{
    height: 400px;
    font-size:22pt;
  }
  .contact-form-agree {
    font-size: 17pt;
    font-weight: bold;
  }
  .contact-thanks{
    margin: 40px auto 0px;
  }
  .contact-thanks-box-title{
    font-size: 20pt;
  }
  .contact-thanks p{
    font-size: 20pt;
  }
  .information{
    padding-bottom:0px;
  }
  button#formfin{
      margin-bottom: 30px;
  }
  .sp-margin{
    height: 150px;
  }
}

/* exhibitor */
#area-intro{
  width:1000px;
}
#avenueRo-merit .contents-area{
  width:1000px;
}
#company-area-kitei,
#ex-schedule .contents-area,
#ex-setsumeikai .contents-area,
#world-normal-koma .contents-area,
.box-kojin .contents-area,
#world .contents-area{
  width:1000px;
}

#company-area .contents-area,
#box-com .contents-area,
#box-company-area-kitei .contents-area,
#company-att-contents .contents-area,
#ex-schedule .contents-area,
#ex-setsumeikai .contents-area{
  width:1000px;
}

#tokyocreation .contents-area{
  width:1000px;
}

/* sp */
@media only screen and (max-width: 767px) {
  #area-intro{
    width:calc(100% - 80px);
  }
  #avenueRo-merit .contents-area{
    width:calc(100% - 80px);
  }
  #company-area-kitei,
  #ex-schedule .contents-area,
  #ex-setsumeikai .contents-area,
  #world-normal-koma .contents-area,
  .box-kojin .contents-area,
  #world .contents-area{
    width:calc(100% - 80px);
  }

  #company-area .contents-area,
  #box-com .contents-area,
  #box-company-area-kitei .contents-area,
  #company-att-contents .contents-area,
  #ex-schedule .contents-area,
  #ex-setsumeikai .contents-area{
    width:calc(100% - 80px);
  }
  #tokyocreation .contents-area{
    width:calc(100% - 80px);
  }


}
