@charset "UTF-8";
body {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
  body {
    /* Safari用のハック */
    height: -webkit-fill-available;
  }
}
/*=======================================
	コンテンツ
=========================================*/
html, body {
  height: 100%;
  margin: 0;
}
#main {
  width: 100%;
  height: 100%;
  background-image: url(../../files/images/triniasWh.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
#main .scTtl {
  position: fixed;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .scTtl .wrapLogo {
  z-index: 2;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#main .scTtl .wrapLogo h1 img, #main .scTtl .wrapLogo h1:before, #main .scTtl .wrapLogo p {
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#main .scTtl .wrapLogo h1 {
  position: relative;
  padding-top: 170px;
  margin: 0 auto 30px;
}
#main .scTtl .wrapLogo h1 img {
  width: 340px;
  height: 94px;
}
#main .scTtl .wrapLogo h1:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 146px;
  height: 140px;
  background-image: url(../../common/images/logo-trinias.png);
  background-repeat: no-repeat;
  background-size: 146px 140px;
  background-position: center center;
}
#main .scTtl .wrapLogo p {
  width: 425px;
  height: 70px;
}
#main .scTtl .wrapLogo img {
  display: block;
  width: 100%;
  height: auto;
}
#main .scTtl .wrapLogo .btn-enter {
  height: 50px;
  margin: 40px auto 0;
}
#main .scTtl .wrapLogo .btn-enter a {
  display: block;
  width: 180px;
  line-height: 48px;
  border: 1px solid #232323;
  border-radius: 3px;
  color: #fff;
  background: #232323;
  text-align: center;
  font-size: 16px;
  font-weight: 350;
  margin: auto;
  box-sizing: border-box;
}
#main .infoBar {
  position: fixed;
  right: 25px;
  bottom: 55px;
  max-width: 490px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
#main .infoBar summary {
  background-color: #54a6a5;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 20px 6px;
}
#main .infoBar ul {
  padding: 5px 15px 8px;
}
#main .infoBar ul li {
  border-bottom: 1px solid #ccc;
}
#main .infoBar ul li:last-child {
  border: none;
}
#main .infoBar ul li {
  display: block;
  font-size: 14px;
  color: #232323;
  padding: 8px 0 10px;
}
#main .infoBar ul li a {
	display: block;
}
#main .infoBar ul li .info-header time, #main .infoBar ul li .info-header p {
  display: inline-block;
  font-size: 12px;
}
#main .infoBar ul li .info-header p {
  position: relative;
  margin-left: 8px;
  padding-left: 10px;
}
#main .infoBar ul li .info-header p:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 13px;
  width: 1px;
  background-color: #ccc;
}
#main .infoBar ul li .info-txt {
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
}
#main .infoBar ul li .info-txt b {
	display: block;
}
@media print, screen and (max-width: 1279px) {
  #main .scTtl .wrapLogo h1 {
    padding-top: 130px;
    margin: 0 auto 25px;
  }
  #main .scTtl .wrapLogo h1 img {
    width: 272px;
    height: 75.19px;
  }
  #main .scTtl .wrapLogo h1:before {
    width: 120px;
    height: 115px;
    background-size: 120px 115px;
  }
  #main .scTtl .wrapLogo p {
    width: 340px;
    height: 56px;
  }
  #main .scTtl .wrapLogo .btn-enter {
    margin: 25px auto 0;
  }
}
@media print, screen and (max-width: 834px) {
  #main .scTtl .wrapLogo h1 {
    position: relative;
    padding-top: 110px;
    margin: 0 auto 15px;
  }
  #main .scTtl .wrapLogo h1 img {
    width: 226.66px;
    height: 62.66px;
  }
  #main .scTtl .wrapLogo h1:before {
    width: 97.33px;
    height: 93.33px;
    background-size: 97.33px 93.33px;
  }
  #main .scTtl .wrapLogo p {
    width: 283px;
    height: 46px;
  }
  #main .scTtl .wrapLogo .btn-enter {
    height: 50px;
    margin: 25px auto 0;
  }
  #main .scTtl .wrapLogo .btn-enter a {
    width: 160px;
    line-height: 40px;
    font-size: 14px;
  }
  #main .infoBar {
    width: 380px;
    left: 0;
    right: 0;
    max-width: 90%;
    margin: 0 auto;
  }
  #main .infoBar summary {
    position: relative;
  }
  #main .infoBar summary span {
    position: absolute;
    content: "";
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
  }
  #main .infoBar summary span:before, #main .infoBar summary span:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 14px;
    display: block;
    height: 2px;
    background: #54a6a5;
    margin: auto;
  }
  #main .infoBar summary span:after {
    transform: translateY(-50%) rotate(90deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  #main .infoBar summary.open span:after {
    transform: rotate(0);
  }
  #main .infoBar ul {
    display: none;
  }
}
@media print, screen and (min-width: 835px) {
  #main .infoBar {
    top: 50px;
    right: 80px;
    bottom: inherit;
  }
  #main .infoBar ul {
    display: block !important;
  }
}
@media (orientation: landscape) and (max-width: 1279px) {
  #main .scTtl {
    width: 50%;
  }
  #main .scTtl .wrapLogo {
    margin-top: -30px;
  }
  #main .scTtl .wrapLogo h1 {
    position: relative;
    padding-top: 85px;
    margin: 0 auto 10px;
  }
  #main .scTtl .wrapLogo h1 img {
    width: 170px;
    height: 47px;
  }
  #main .scTtl .wrapLogo h1:before {
    width: 73px;
    height: 70px;
    background-size: 73px 70px;
  }
  #main .scTtl .wrapLogo p {
    width: 212.5px;
    height: 35px;
  }
  #main .scTtl .wrapLogo .btn-enter {
    height: 38px;
    margin: 20px auto 0;
  }
  #main .scTtl .wrapLogo .btn-enter a {
    width: 160px;
    line-height: 38px;
    font-size: 14px;
  }
  #main .infoBar {
    width: 350px;
    left: inherit;
    max-width: 50%;
    margin: 0;
  }
}
}