@charset "UTF-8";


#topContent{
    height: 50vw;
	margin-bottom: 8vw;
}

	
/*アコーディオン*/
.accordion {
	display: block;
	margin: 0 0vw 0 0vw;
	padding: 0 7.5vw 0 0;
	font-size: 100%;
}
.accordion p{
	padding-bottom: 0vw;
	width: 100%;
}
.toggle {
  display: none;
}
.faq {
  position: relative;
}
.question,.answer {
  transform: translateZ(0);
  transition: all 0.3s;
}
.question {
	margin: 0 10vw 5vw 10vw;
	border-radius: 2vw;
	border: solid 0.5vw #18293c;
  padding: 3vw 10vw 3vw 3vw;
  display: block;
  color: #18293c;
	cursor: pointer;
	line-height: 5vw;
	background-color: #fff;
}
.question > p{
  display: block;
	cursor: pointer;
	line-height: 5vw;
	margin: 2vw 0vw 0 0vw;
}
.question > span {
	display: block;
    font-size: 120%;
	margin: 0 0 0vw;
    line-height: 5vw;
  font-weight: 600;	
}
.question:after,.question:before {
  content: "";
  position: absolute;
  right: 7.5vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 4vw;
  background-color: #18293c;
  transition: all 0.3s;
}
.question:after {
  transform: rotate(90deg);
}
.answer {
  max-height: 0;
  overflow: hidden;
}
.answer > .answerContent {
  margin-top: 2.5vw;
  padding: 0vw 3vw 0vw 10vw;
}
.answer > .answerContent p{
  margin-bottom: 10vw;
}
.answer > .answerContent p span{
	display: block;
    font-size: 90%;
	margin: 5vw 0 0vw;
	line-height: 5vw;
	font-weight: 400;	
}
.toggle:checked + .question + .answer {
  max-height: 10000px;/*コンテンツ高さ調整*/
  transition: all 1.5s;
}
.toggle:checked + .question:before {
  transform: rotate(90deg) !important;
}
.answerContent >.boxSet {
	margin: 0;
	padding: 0 0vw 4vw 0vw;
}


/*スライドスクロール（写真のみ）*/
.slide-scroll2{
	margin-left: 0vw;
	margin-bottom: 10vw;
}
.slide-scroll3{
	margin-left: 10vw;
	margin-bottom: 10vw;
}
/* simplebar用 */
.simplebar-track{
    border-radius: 1vw;/* バーに丸みをもたせる*/
}
.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
  opacity:1;
}
.simplebar-track .simplebar-scrollbar::before{
  background: #bbb;/* バー色設定 */
}
.scroll-area{
  height:auto;
  padding-bottom:2vw;
}


.flex2 img{
	max-width: 75vw;
	height: auto;
	margin-right: 5vw;
}
























/*マップ：リンクボタン*/
.tab{
  justify-content: space-between;
}
.tab li{
  height: 16.41vw;
  display: flex;
  align-items: end;
  padding-bottom: 2.2vw;
  font-size: 4.62vw;
  color: #000;
  border-left: 1px solid;
  border-image: linear-gradient(to bottom, transparent 54%, #000 54% 84%, transparent 84%);
  border-image-slice: 2;
  font-weight: 500;
}
.tabContent{
  margin: 0;
}
.tab li.active {
  color: #000;
}
.tab li:first-child{
  width: 41%;
  justify-self: start;
}
.tab li:last-child{
  width: 58.5%;
  justify-content: end;
}
.controllScrollOver{
  width: 100%;
}
.intro > img{
  width: 90.77vw;
  max-width: none;
  margin-left: -9vw;
  padding: 3.08vw 0 8.97vw;
}

#introUnder{
  display: flex;
  justify-content: space-between;
  align-items: start;
}
#introUnder p{
  width: 54.1vw;
  font-size: 3.59vw;
  line-height: 6.15vw;
  font-weight: 500;
  color: #000;
}
#introUnder img{
  width: 16.44vw;
  margin-right: 2.05vw;
}
#audienceSpot img:first-child{
  height: 4.62vw;
  width: 79.31vw;
  margin-bottom: 0vw;
}
#audienceSpot img:last-child{
  width: 100%;
}
#mapWrap{
  position: relative;
}
#mapWrap img.map{/*******************************/
  width: 250vw;
  height: auto;
  position: relative;
  padding: 0;
}
#mapWrap .tab{
  border-bottom: none;
}
#audienceSpotWrap{/********************************/
  width: 100vw;
  /*overflow: scroll;*/
  margin: 0 -0vw 0vw -11vw;
}

#audienceSpotWrap .controllScrollButtonWrap {
  left: 25px;
  top: 23.5vw;
  width: 87.82vw;
}

.controllScrollButtonWrap b{
  background-color: #013453;
  color: red;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7.41vw;
  height: 7.41vw;
  border: 5px solid red;
  border-radius: 50%;
}

.intro{
  margin-bottom: 14.1vw;
}
#audienceSpot{
  position: relative;
}
#audienceSpotWrap .tab{
  position: initial;
}

#audienceSpotWrap .scroll_set{
  margin: 0 10VW 0 0vw;
  padding: 0;
  width: 96.5vw;
  overflow-x: scroll;  /* 横スクロールの指定 */
  white-space: nowrap;  /* 横スクロールの指定 */
  overflow-scrolling: touch;  /* スクロールを滑らかにする */
  -webkit-overflow-scrolling: touch;  /* スクロールを滑らかにする */
    scrollbar-color: #bbb #fff;
}

#audienceSpotWrap .tab li.award{/**********************ボタン形状*/
  display: block;
  width: 15.6vw;
  height: 4.4vw;
  border-radius: 0.5vw;
  justify-content: center;
  align-items: center;
    color: #000;
}
#audienceSpotWrap .tab li.award a {
  display: block;
  width: 100%;
  height: 200%;
  /*background-color: red;*/
}
#audienceSpotWrap .tab li.booth{/**********************ボタン形状*/
  display: block;
  width: 33vw;
  height: 6vw;
  border-radius: 0.5vw;
    border: none;
  justify-content: center;
  align-items: center;
  color: #000;
}
#audienceSpotWrap .tab li.booth a {
  display: block;
  width: 100%;
  height: 160%;
  /*background-color: red;*/

}


#audienceSpotWrap .tab li p.award{/**********************文字要素*/
    font-size: 2.3vw;
   position: absolute;
   top: 100%;
   transform: translateY(-50%) translateX(-50%);
}
#audienceSpotWrap .tab li p.booth{/**********************文字要素*/
    font-size: 3.3vw;
    font-weight: bold;
   position: absolute;
   top: 80%;
   transform: translateY(-50%) translateX(-50%);
}

#audienceSpotWrap .tab li.active{
  background-color: red;
}
#point1{/*************************************各ボタンの位置*/
  position: absolute;
  top: 81.5vw;
  left: 58.4vw;
}
#point2{
  position: absolute;
  top: 89vw;
  left: 90vw;
}






.attentionBlock{
  padding: 0 0 12.62vw;

}
.numberWrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-bottom: 2.87vw;
}
.attentionBlock > div:first-child{
  display: flex;
  justify-content: start;
}
.attentionBlock > div:last-child{
  display: flex;
  justify-content: space-between;
}
.attentionBlock:not(:first-child) > div{
  flex-wrap: wrap;
  justify-content: right;
}
.attentionBlock:not(:first-child) > div.numberWrap{
  justify-content: left;
}
.attentionBlock:not(:first-child) > div > p.attentionContent{
width: 100%;
}
.attentionBlock > div img{
  width: 34.1vw;
  height: auto;
  /* margin-left: 5vw; */
}

.attentionBlock div p{
  display: block;
  font-size: 3.59vw;
  line-height: 6.15vw;
  color: #000;
  width: 40.51vw;
  word-break: break-all;
  font-weight: 300;
  }
.attentionBlock .attentionTtl{
  display: inline;
  font-size: 4.62vw;
  line-height: 7.18vw;
  font-weight: 600;
  color: #000;
  width: 67.1vw;
}

span.number{
  display: flex;
  justify-content: center;
  align-items: center;
  color: red;
  background: #085791;
  text-align: center;
  border-radius: 50%;
  font-size: 5.13vw;
  font-weight: bold;
  font-family: "oswald";
  height: 9.49vw;
  width: 9.49vw;
  margin-right: 3.62vw;
}

#attentionBannerWrap{
  position: relative;
  width: 100%;
  height: 80.56vw;
  font-size: 1.56vw;
  color: #000;
  font-weight: 500;
  margin-bottom: 10.51vw;
  margin-top: -11vw;
}
#attentionBannerWrap p{
  position: absolute;
  top: 0;
  left: 0;

  font-size: 4.62vw;
  line-height: 7.69vw;
}
.attentionBanner{
  position: absolute;
  bottom: 0;
  max-width: none;
  width: 90.51vw;
  /* margin-bottom: 10.51vw; */
}


#starterIntro img {
  width: 90.51vw;
  height: auto;
  max-width: none;
  margin-left: -9vw;
}
#starterIntro p{
  color: #000;
  padding: 8.2vw 0;
  font-size: 3.59vw;
  line-height: 6.15vw;
  letter-spacing: -.1vw;
  font-weight: 500;
}
#starterDetail{
  padding: 8.97vw 0 24vw;
  font-weight: 500;
}
#starterDetail ul{
  font-weight: 100;
  color: #000;
  font-size: 3.08vw;
  line-height: 6.15vw;
  letter-spacing: -.1vw;
}

#reception a,#reception p{
  font-size: 3.59vw;
  color: #000;
  line-height: 6.15vw;
}
#reception a{
  padding-left: 1.8vw;
  line-height: initial;
}
#reception a .detailLink{
  margin: -2vw 0 4vw;
  width: 60vw;
}

#starter .controllScrollOver{
  width: 100vw;
  margin-left: -9.49vw;
}

#starter .controllScrollWrap{
  padding-left: 9.49vw;
  margin-right: -9.49vw;
  padding-right: 9.49vw;
}
#starter .controllScrollButtonWrap {
  top: 44%;
  width: 87%;
  margin-left: 6vw;
}

#starter .controllScrollButtonWrap b{
  border: none;
  background-color: red;
  color: #013453;

}
#starter .controllScrollButtonWrap b svg{
  fill: #013453;
}

#starter .controllScrollOver img{
  height: 48.72vw;
  width: auto;
}

.blueIcon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20.26vw;
  height: 6.92vw;
  background: #075791;
  color: red;
  font-size: 3.59vw;
  margin-bottom: 5.13vw;
  letter-spacing: -.1vw;
}

#schedule{
  line-height: 6.15vw;
  color: #000;
  font-size: 3.59vw;
  margin-bottom: 9.26vw;
  
}
/* popup */
.popup{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 120.51vw;
  background-color: #FFF;
  color: #000;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 5;
  transform: translateY(100%);
  transition: all 0.3s ease;
}

.popup div{
  padding: 9.49vw 9.49vw;
}
.popup.active{
  transform: translateY(0);
  display: block;
}
.popup i.closeTabId{
  position: absolute;
  top: 6.15vw;
  right: 7.44vw;
  width: 4.62vw;
  height: 4.62vw;
  font-style: normal;
  color: red;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  font-size: 8vw;
}
.popup img{
  width: 100%;
}
#mapWrap .popup img{
  width: 100%;
  height: auto;
  /*margin-bottom: 10vw;
}

.popup .popupTtl{
  width: 100%;
  font-weight: bold;
  padding:  0 0 5.38vw;
  font-size: 5.13vw;
  line-height: 7.44vw;
}
.popup p{
  font-size: 3.85vw;
  line-height: 6.41vw;
}

.popupBtn{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-top: 5vw;
}
.popupBtn a{
  padding: 3vw;
  text-align: center;
  width: 100%;
  color: #FFF;
}
.popupBtn a:first-child{
  background-color: #013453;
}
.popupBtn a:last-child{
  background-color: #7b7601;
}

.close{
  position: absolute;
  display: block;
  width: 5.13vw;
  height: 5.13vw;
  z-index: 5;
  opacity: 1;
  right: 2vw;
  top: 7vw;
}
.close i,
.close b{
  width: 100%;
  position: absolute;
  height: 2px;
  background: #FFF;
  display: inline-block;
  transform: rotate(0);
  transition: all .4s;
}
.close i{
  right: 0;
  transform: rotate(45deg);
  top: 1.45vw;
}

.close b{
  transform: rotate(-45deg);
  top: 1.4vw;
  left: 0;
}

.footerTopLink li {
  width: 34.3vw;
  padding-bottom: 2vw;
  border-bottom: 2px solid #000;
  font-size: 3.14vw;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerTopLink li a{
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

.footerTopLink li a::after {
  content: "";
  display: block;
  background: url(../img/common/arrowRightBlack.svg) no-repeat 100%;
  width: 3vw;
  height: 5.59vw;
  background-size: 4vw;
}
