@charset "utf-8";
/*-----------------------------------------------------
	style.css
	独自のスタイル
------------------------------------------------------*/
main {
	margin-top: 100px;
}

section {
	margin-bottom: 0;
}

a {
  color: #fff;
  word-break: break-all;
}

/*背景*/
body {
  background-image: url("../images/special/expo/2024/bg01.webp");
  background-position: top 870px;
  background-repeat: repeat-y;
  background-color: #006fd0;
  color: #fff;
}

/*メインビジュアル*/
section#secMainvisual div.mainvisual {
	width: 100%;
  max-width: 1920px;
  margin: 0 auto;
	position: relative;
}
section#secMainvisual div.mainvisual h1 {
  margin: 0;
  padding: 0;
}
section#secMainvisual div.mainvisual div.btnEntry a {
  position:absolute;
  display: block;
  bottom:6.25%;
  left: 0;
  right: 0;
  margin:0 auto;
  padding: 0;
  width: 30vw;
  height: 15%;
  max-width: 578px;
  max-height: 87px;
  background-color: rgba(255,255,255,0.6);
  text-align: center;
  border: 2px dotted #fff;
}
section#secMainvisual div.mainvisual div.btnEntry a::before {
  content: '';
  display: block;
  position: absolute;
  top:0;
  left: 0;
  z-index: -2;
  width: 0%;
  height: 100%;
  background-color:rgba(255,255,255,1.0);
  transition: 0.5s;
}
section#secMainvisual div.mainvisual div.btnEntry a:hover::before,
section#secMainvisual div.mainvisual div.btnEntry a:active::before{
  width: 100%;
}

section#secMainvisual div.mainvisual div.btnEntryEND {
  position:absolute;
  display: block;
  bottom:6.25%;
  left: 0;
  right: 0;
  margin:0 auto;
  padding: 0;
  width: 30vw;
  height: 15%;
  max-width: 578px;
  max-height: 87px;
  text-align: center;
}

section#secMainvisual div.mainvisual p.mvnote {
  margin: 0;
  position: absolute;
  text-align: center;
  font-size: 1.4rem;
  bottom:10px;
  left: 0;
  right: 0;
}

/*メッセージ*/
section#secMessage {
  margin: 0;
  padding: 30px 0;
  background-color: rgba(255,255,255,0.2);
}
section#secMessage div.messageLine {
  border-right: 1px solid rgba(255,255,255,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
section#secMessage p.pMessage {
  line-height: 2.4;
  font-weight: bold;
  margin-left: 50px;
  padding: 30px 0 10px 0;
}

/*Introduction*/
section#secIntro div.btGuest a {
  display: block;
  width: 210px;
  margin: -100px auto 100px;
  z-index: 1;
  position: relative;
}
section#secIntro div.btnExp a,
section#secIntro div.btnService a {  
  display: block;
  width: 356px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
div.btnExp a.ani01:hover,
div.btnService a.ani01:hover,
div.btGuest a.ani02:hover,
div.btnExp a.ani01:active,
div.btnService a.ani01:active,
div.btGuest a.ani02:active{
  opacity: 1.0;
}
div.btnExp a.ani01:hover::before,
div.btnService a.ani01:hover::before,
div.btnExp a.ani01:active::before,
div.btnService a.ani01:active::before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("../images/special/expo/2024/btn_line.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  animation:3s linear infinite rotation1;  
}
div.btGuest a.ani02:hover::before,
div.btGuest a.ani02:active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url("../images/special/expo/2024/btn_line_s.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 3;
  animation:3s linear infinite rotation1;
  transform-origin:center;
}
@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}
section#secIntro div.eventarea {
  text-align: center;
  margin-bottom: 50px;
}
section#secIntro div.eventareaInfo {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 20px;
  background-color: rgba(27,20,100,0.3);
}
section#secIntro div.eventareaInfo ul {
  list-style: none;
  display: grid;
  width: fit-content;
  column-gap: 2em;
  grid-template-columns: repeat(3, auto);
  text-align: left;
  padding-left: 14%;
}
section#secIntro div.eventareaInfo ul li {
  width: 300px;
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 3;
}
section#secIntro div.exhibitionarea01 dl {
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
}
section#secIntro div.exhibitionarea01 dl dt {
  width: 200px;
}
section#secIntro div.exhibitionarea01 dl dd {
  width : calc(100% - 200px);
  padding: 20px;
  background-color: rgba(255,255,255,0.2);
}
section#secIntro div.exhibitionarea01 dl dd h4 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
section#secIntro div.exhibitionarea01 dl dd p {
  margin: 0;
}
section#secIntro div.exhibitionarea02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  gap:30px;
}
section#secIntro div.exhibitionarea02 div.exhibitionBox {
  width: 48%;
}
section#secIntro div.exhibitionarea02 div.exhibitionBox h4 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}

/*お問い合わせ*/
section.secEntry {
  margin-bottom: 100px;
}
section.secEntry div.btnEntry a {
  margin:0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  display: block;
  max-width: 578px;
  max-height: 87px;
  background-color: rgba(255,255,255,0.6);
  text-align: center;
  border: 2px dotted #fff;
  position: relative;
}
section.secEntry div.btnEntry a::before {
  content: '';
  display: block;
  margin:0 auto;
  position: absolute;
  top:0;
  left: 0;
  z-index: -2;
  width: 0%;
  height: 100%;
  max-width: 578px;
  max-height: 87px;
  background-color:rgba(255,255,255,1.0);
  opacity: 1.0;
  transition: 0.5s;
}
section.secEntry div.btnEntry a > img {
  width: 100%;
  height: auto;
  max-width: 457px;
  max-height: 87px;
}
section.secEntry div.btnEntry a:hover::before,
section.secEntry div.btnEntry a:active::before{
  width: 100%;
  opacity: 1.0;
}

section#secMainvisual div.mainvisual div.btnEntryEND {
  position:absolute;
  display: block;
  left: 0;
  right: 0;
  margin:0 auto;
  padding: 0;
  width: 100%;
  height: 15%;
  max-width: 578px;
  max-height: 87px;
  text-align: center;
}


/*eventarea*/
section#secEventarea {
  padding: 30px 0;
  background-color: rgba(22,29,112,0.3);
}
section#secEventarea h4 {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
section#secEventarea dl.program {
  display: flex;
  flex-wrap: wrap;
}
section#secEventarea dl.program dt {
  width: 130px;
  font-weight: normal;
}
section#secEventarea dl.program dd {
  width: calc( 100% - 130px );
  margin-bottom: 20px;
}

/*special*/
section#secSpecial {
  padding: 30px 0;
  background-image: url("../images/special/expo/2024/bg02.webp");
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #004f96;
}
section#secSpecial h4 {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
section#secSpecial p {
  line-height: 1.6;
}
section#secSpecial p.prof {
  font-size: 1.4rem;
  background-color: rgba(0,0,0,0.3);
  padding: 15px;
}
section#secSpecial div.special-talk {
  max-width: 640px;
  width: 90%;
  padding: 15px 140px 15px 20px;
  margin: 30px auto;
  background-color: rgba(255,255,255,0.7);
  color: #000070;
  position: relative;
}
section#secSpecial div.special-talk p {
  margin-bottom: 0;
}
section#secSpecial div.special-talk > img {
  position: absolute;
  right: 10px;
  bottom:0;
}

section#secFlow {
  margin: 50px 0;
  position: relative;
}
section#secFlow .h3Flow {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: -50px;
}
section#secFlow .flowArrow {
  text-align: center;
  margin-top: -105px;
  padding-bottom: 105px;
}

/*Access*/
section#secAccess {
  margin: 50px 0;  
}
section#secAccess dl {
  margin-bottom: 25px;
}
section#secAccess dl dt {
  font-weight: normal;
}
section#secAccess dl dd {
  margin-left: 20px;
}

/*PC画面調整*/
@media (max-width: 1200px) {
  /*メイン画像のお申し込みボタン*/
  section#secMainvisual div.mainvisual div.btnEntry a {
    bottom:7.5%;
    height: 12%;
    padding: 0 20px;
  }
  section#secMainvisual div.mainvisual div.btnEntryEND {
    width: 40vw;
    height: 15%;
  }
  /*Introduction　イベントマップ*/
  section#secIntro div.eventareaInfo ul {
    column-gap: 1.6em;
    padding-left: 10%;
  }
  section#secIntro div.eventareaInfo ul li {
    line-height: 2;
  }
}
@media (max-width: 992px) {
  /*メイン画像のお申し込みボタン下部テキスト*/
  section#secMainvisual div.mainvisual p.mvnote {
    font-size: 1.2rem;
    bottom:5px;
  }
  /*お問い合わせボタン*/
  section.secEntry div.btnEntry a {
    width: 40vw;
    height: 12%;
    padding: 0 20px;
  }
  section#secMainvisual div.mainvisual div.btnEntryEND {
    width: 40vw;
    height: 15%;
  }
  /*Introduction*/
  section#secIntro div.btGuest a {
    width: 200px;
  }
  section#secIntro div.btnExp a,section#secIntro div.btnService a {  
    width: 300px;
  }
  /*Introduction　イベントマップ*/
  section#secIntro div.eventareaInfo ul {
    grid-template-columns: repeat(2, auto);
  }
}


/*-----------------------------------------------------
	for Tablet
------------------------------------------------------*/
@media (max-width: 768px) {
  /*メッセージ*/
  section#secMessage {
    padding: 20px 0;
  }
  section#secMessage p.pMessage {
    line-height: 2;
    font-weight: bold;
    margin-left: 20px;
    padding: 20px 0 10px 0;
  }
  /*Introduction*/
  section#secIntro div.btGuest a {
    width: 160px;
    margin: -80px auto 80px;
  }
  section#secIntro div.btnExp a,section#secIntro div.btnService a {  
    width: 260px;
  }
  /*イベント内容紹介*/
  section#secIntro div.exhibitionarea02 {
    gap:20px;
  }
  /*Flow*/
  section#secFlow .flowArrow {
    text-align: center;
    margin-top: -125px;
    margin-bottom: 125px;
  }
}


@media (max-width: 650px) {
  /*メイン画像のお問い合わせボタン*/
  section#secMainvisual div.mainvisual div.btnEntry a {
    position: absolute;
    bottom:10%;
    left: 0;
    right: 0;
    margin:0 auto;
    padding: 0;
    width: 60vw;
    height: 12%;
  }
  /*お問い合わせボタン*/
  section.secEntry div.btnEntry a {
    width: 60vw;
    height: 12%;
  }
  section#secMainvisual div.mainvisual div.btnEntryEND {
    width: 80vw;
    height: 12%;
    bottom:12%;
  }
  /*メッセージ*/
  section#secMessage div.messageLine {
    border-right: none;
  }
  section#secMessage div.messageLine > img {
    width: 300px;
    height: auto;
  }
  section#secMessage p.pMessage {
    line-height: 2;
    margin: 0 15px;
    padding: 0;
  }
  /*Introduction　イベントマップ*/
  section#secIntro div.eventareaInfo ul {
    column-gap: 1em;
    padding-left: 30px;
  }		
}
/*-----------------------------------------------------
	for SP
------------------------------------------------------*/
@media (max-width: 576px) {
  /*Introduction*/
  section#secIntro h2 > img {
    width: auto;
    height: 40px
  }
  section#secIntro div.btGuest {
    margin: 50px auto;
  }
  section#secIntro div.btGuest a {
    width: 150px;
    margin: 0 auto;
    padding: 0;
  }
  section#secIntro div.btnExp a,section#secIntro div.btnService a {  
    width: 200px;
  }
	/*Introduction　イベントマップ*/
  section#secIntro div.eventareaInfo ul {
    column-gap: 0.5em;
    padding-left: 20px;
    grid-template-columns: repeat(1, auto);
  }	
  section#secIntro div.eventareaInfo ul li {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  section#secIntro div.eventareaInfo ul li > img {
    width: 30px;
    height: auto;
  }
  section#secIntro div.exhibitionarea01 dl {
    display: block;
    margin: 0 auto 30px;
  }
  section#secIntro div.exhibitionarea01 dl dt {
    width: 200px;
  }
  section#secIntro div.exhibitionarea01 dl dd {
    width : 100%;
    padding: 15px;
  }
  section#secIntro div.exhibitionarea01 dl dd h4 >img,
  section#secIntro div.exhibitionarea02 div.exhibitionBox h4 >img {
    width: 35px;
    height: auto;
  }
  section#secIntro div.exhibitionarea02 {
    display: block;
    width: 100%;
    margin: 0 auto 50px;
  }
  section#secIntro div.exhibitionarea02 div.exhibitionBox {
    width: 100%;
    padding: 15px;
  }
  /*eventarea*/
  section#secEventarea h2 > img {
    width: auto;
    height: 65px
  }
  section#secEventarea h4 > img {
    width: auto;
    height: 30px;
  }
  section#secEventarea dl.program dt {
    width: 110px;
    font-weight: normal;
  }
  section#secEventarea dl.program dd {
    width: calc( 100% - 110px );
  }
  section#secSpecial h4 > img {
    width: auto;
    height: 40px;
  } 
  /*Flow*/
  section#secFlow h2 > img {
    width: auto;
    height: 40px;
  }
  section#secFlow,section#secFlow row {
    margin-bottom: 0;
    padding: 0;
  }
  section#secFlow .flowArrow {
    display: none;
  }
  section#secFlow div.col-md-4 {
    margin-bottom: 30px
  }
  section#secFlow div > img {
    width: 200px;
    height: auto;
  }
  section#secFlow h3.h3Flow {
    margin: 5px auto;
    padding: 0;
  }
  /*Access*/
  section#secAccess h2 > img {
    width: auto;
    height: 40px;
  }
  section#secAccess {
    margin: 0 0 50px;
    padding: 0;
  }
	
}





/*-----------------------------------------------------
	ページ名/部品名
------------------------------------------------------*/
/*　section名　*/

