  *,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  position: relative;
  background: #f1f1f1;
}

img {
  vertical-align: middle;
  border-style: none;
  width: 100%;
}

.main-header {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 600px;
  max-width: 600px;
  margin: 0 auto;
  height: 60px;
  background: #222;
  display: flex;
  padding: 10px 20px;
  align-items: center;
}
.main-header a.logo {}
.main-header a.logo img {}

.main-canvas {position: relative; padding-top: 60px;}

a.download-econtent {
  display: inline-block;
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
  padding: 6px 10px 5px 30px;
  background: #ffcb05 url(../download-icon.svg) left 10px center no-repeat;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
}

.block {position: relative;}
.popup-hover-room {position: absolute; top: 1%; right: 5%; z-index: 100;}
.popup-hover-room .popup-hover {}
.popup-hover-room .popup-hover span {cursor: pointer; display: inline-block;color: #ffcb05;font-weight: bold;padding: 3px 25px 3px 0;background: url("/e-content/synergy-h2/expand-icon.svg") center right no-repeat;}
.popup-hover-room .popup-hover img {display: none;position: absolute;top: 100%;right: 0;width: 300px;border: 3px solid #c1da62;}
/*.popup-hover-room .popup-hover:hover img {display: block;}*/
.bgm-player {height: 34px;padding: 0 10px 0 16px;position: fixed;z-index: 100;top: 4px;right: 0;background: #ffcb05; color: #111; /*background: rgba(255, 255, 255, 0.3); border-top-left-radius: 20px;*/ border-bottom-left-radius: 20px;}
.bgm-player span {display: block;font-weight: bold;text-transform: uppercase;font-size: 0.6rem;margin: 8px 30px 0 0;}
.bgm-player a[class^='jAudioBtn'] {position: absolute;top: 3px;right: 10px;}

.main-canvas {position: relative;background: #ffffff;width: 100%;max-width: 600px;margin: 0 auto;}
.block-video {position: relative;background-size: 100%;text-align: center;/* padding: 60px 50px; *//* background: rgb(118,191,12); *//* background: linear-gradient(180deg, rgba(118,191,12,0.33657212885154064) 0%, rgba(130,208,111,0.0984768907563025) 100%); */}
.block-video .video-box {position: absolute;width: 100%;top: 50%;left: 50%;transform: translate(-50%, -50%) scale(1);z-index: 20;height: auto;padding: 110px 20px;background: rgb(102,166,10);background: linear-gradient(180deg, rgba(102,166,10,0) 0%, rgba(124,199,61,1) 49%, rgba(130,208,111,0) 100%);}
.block-video img.video-gif {border: 3px solid #c1da62;}

.block-video .video-wrap .lds-ellipsis {position: absolute; z-index: 10; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.block-table {background: #ffffff; padding: 20px 0;}
.block-table .table-wrap {width: 90%; margin: 0 auto; overflow-x: auto;}
.block-table .table-wrap table {width: 100%;  border-collapse: collapse; }
.block-table .table-wrap table thead {}
.block-table .table-wrap table thead td {padding: 20px 10px; letter-spacing: 0.05rem; text-align: center; font-family: Arial; font-weight: bold; font-size: 1rem; text-transform: uppercase; color: #ffffff; background: #3c3b37;}
.block-table .table-wrap table tbody {}
.block-table .table-wrap table tbody td {padding: 8px 10px; color: #111111; letter-spacing: 0.05rem; font-size: 0.81rem; text-align: center;}
.block-table .table-wrap table tbody td:first-child {font-weight: bold; font-size: 16px; color: #000; background: #ffcb05;}
.block-table .table-wrap table tbody tr {}
.block-table .table-wrap table tbody tr.border-bot {border-bottom: 2px solid #e3e3e3;}


.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
