@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Black+Ops+One');
* {
  padding: 0px;
  margin: 0px;
}
html {
  height: 100%;
}
body {
  height: 100%;
  min-height: 100%;
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a0a0a+0,321e00+90,321e00+90,000000+100 */
  background: #0a0a0a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #141414 0%, #3c4650 95%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #141414 0%, #324650 95%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #141414 0%, #324650 95%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-repeat: no-repeat;
  background-attachment: fixed;
}
#admin_menu {
  position: fixed;
  z-index: 999;
  left: 0px;
  top: 25%;
}
#admin_menu #top_button {
  display: none;
}
#admin_menu #admin_menu_button {
  display: none;
}
#admin_menu ul {
  padding: 10px 20px;
  background-color: rgba(0, 0, 0, 0.6);
}
#admin_menu ul li {
  list-style-type: none;
  text-align: left;
}
#admin_menu ul li a {
  color: #aaa;
  text-decoration: none;
  display: block;
  line-height: 2em;
  font-family: 'Black Ops One', "Mplus 1p", sans-serif;
  font-size: 1.2vw;
  font-weight: normal;
  letter-spacing: 2px;
  text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.7);
}
#admin_menu ul li a:hover {
  color: #FFF;
}
#admin_menu ul li a.active {
  color: #C90;
}
#admin_menu ul li a.active:after {
  background-color: #999;
}
#language_menu {
  position: fixed;
  z-index: 999;
  right: 10px;
  top: 10px;
}
#language_menu #language_button {
  display: none;
}
#language_menu ul {
  padding: 10px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
#language_menu ul li {
  list-style-type: none;
  text-align: left;
  flex-grow: 1;
  margin: 2px;
}
#language_menu ul li a {
  height: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  color: #aaa;
  text-decoration: none;
  display: block;
  font-family: 'Black Ops One', "Mplus 1p", sans-serif;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
}
#language_menu ul li a:hover {
  color: #FFF;
}
#language_menu ul li a.active {
  color: #C90;
}
#language_menu ul li a.active:after {
  background-color: #999;
}
nav {
  position: fixed;
  z-index: 999;
  right: 0px;
  top: 25%;
}
nav #top_button {
  display: none;
}
nav #menu_button {
  display: none;
}
nav ul {
  margin-right: 20px;
}
nav ul li {
  list-style-type: none;
  text-align: right;
}
nav ul li a {
  color: #aaa;
  text-decoration: none;
  display: block;
  line-height: 2em;
  font-family: 'Black Ops One', "Mplus 1p", sans-serif;
  font-size: 1.2vw;
  font-weight: normal;
  letter-spacing: 2px;
}
nav ul li a:hover {
  color: #FFF;
}
nav ul li a.active {
  color: #C90;
}
nav ul li a.active:after {
  background-color: #999;
}
nav ul li a:after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  border: 1px solid #777;
  height: 16px;
  width: 16px;
  border-radius: 9px;
}
#container {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: "Mplus 1p", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
  color: #eee;
  position: relative;
  z-index: 2;
}
#container section {
  display: block;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 40px;
}
#container section:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.4);
}
#container section:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.2);
}
#container section:nth-of-type(1) {
  background-color: rgba(0, 0, 0, 0);
}
#container section #logo {
  width: 650px;
  height: 340px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin: -190px 0px 0px -300px;
  text-indent: -99999px;
  z-index: 100;
  background: url(../images/logo2.png) left top no-repeat;
}
#container section#top .sns {
  margin: 55% auto 0px auto;
}
#container section h2 {
  font-size: 50px;
  text-align: center;
  padding: 0px 0px 40px 0px;
  font-family: 'Black Ops One', "Mplus 1p", sans-serif;
  letter-spacing: 4px;
  font-weight: normal;
  color: #eee;
  text-shadow: 7px 7px 10px rgba(0, 0, 0, 0.6);
}
#container section .content {
  width: 900px;
  max-width: 100%;
  margin: 0px auto;
  background: none;
  padding: 0px;
  color: #ddd;
  line-height: 1.8;
}
#container section .content::after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  clear: both;
}
#container section .content a {
  color: #fff;
  font-weight: bold;
}
#container section .content a.button {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #999;
  text-decoration: none;
  text-align: center;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
}
#container section .content a.button:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
}
#container section .content .pub0 {
  opacity: 0.4;
}
#container section .content .ex {
  color: #F33;
  font-weight: 700;
}
#container section .content ol {
  margin: 1em;
}
#container section .content ol li {
  list-style-type: decimal;
  margin-bottom: 1em;
  margin-left: 1em;
  line-height: 1.8;
  position: relative;
}
#container section .content hr {
  border: none;
  border-bottom: 1px solid #999;
  margin: 20px 0px;
}
#container section .content ul {
  margin: 1em;
}
#container section .content ul li {
  list-style-type: none;
  margin-bottom: 1em;
  line-height: 1.8;
  padding-left: 35px;
  position: relative;
}
#container section .content ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: #ccc;
  line-height: 1em;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}
#container section .content ul li p {
  margin: 1em 0px;
}
#container section .content ul.sns {
  width: 200px;
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  align-content: space-around;
}
#container section .content ul.sns::before {
  content: normal;
}
#container section .content ul.sns::after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  clear: both;
}
#container section .content ul.sns li {
  list-style-type: none;
  float: left;
  padding: 0px;
  line-height: 1em;
  flex-grow: 1;
  text-align: center;
}
#container section .content ul.sns li::before {
  content: normal;
}
#container section .content ul.sns a {
  display: block;
  padding: 20px;
  font-size: 4em;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
#container section .content ul.sns a:hover {
  color: #FFC55A;
}
#container section .content ul.banner {
  width: 722px;
  margin: 1em auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-content: space-around;
}
#container section .content ul.banner::after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  clear: both;
}
#container section .content ul.banner li {
  list-style-type: none;
  float: left;
  width: 234px;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  flex-grow: 1;
  text-align: center;
}
#container section .content ul.banner li:nth-of-type(3n) {
  margin-right: 0px;
}
#container section .content ul.banner li::before {
  content: normal;
}
#container section .content ul.banner li img {
  max-width: 100%;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
#container section .content ul.banner li a img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* easeInOutExpo */
}
#container section .content ul.banner li a:hover img {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  transform: translate(1px, 1px);
}
#container section .content ul.topics li {
  padding: 20px 40px 20px 40px;
  overflow: hidden;
  margin-bottom: 10px;
  background: rgba(0, 0, 0, 0.6);
}
#container section .content ul.topics li::before {
  content: "";
  height: 0px;
  width: 0px;
  border-top: 30px solid rgba(255, 255, 255, 0.3);
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  transform: rotate(135deg);
  top: -30px;
  left: -30px;
  position: absolute;
  background: transparent;
}
#container section .content ul.topics li::after {
  content: "";
  height: 0px;
  width: 0px;
  border-top: 30px solid rgba(255, 255, 255, 0.3);
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  transform: rotate(-45deg);
  bottom: -30px;
  right: -30px;
  position: absolute;
  background: transparent;
}
#container section .content ul.access li {
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  box-sizing: border-box;
  width: 280px;
}
#container section .content ul.access li.trafic {
  background-color: transparent;
  position: relative;
  line-height: 1em;
}
#container section .content ul.access li.trafic::before {
  content: "\f063";
  font-family: 'fontawesome', "Mplus 1p", sans-serif;
  position: absolute;
  top: 5px;
  left: 10px;
  display: block;
  background: transparent;
  transform: rotate(0deg);
}
#container section .content ul.access li.trafic::after {
  content: "\f063";
  font-family: 'fontawesome', "Mplus 1p", sans-serif;
  position: absolute;
  top: 5px;
  right: 10px;
  display: block;
}
#container section .content ul.link {
  margin: 1em 0px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-content: space-around;
}
#container section .content ul.link li {
  padding: 0px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 2px;
  flex: 1 0 290px;
}
#container section .content ul.link li::before {
  content: normal;
}
#container section .content ul.link li a {
  display: block;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #222;
  text-decoration: none;
  font-weight: 900;
  font-size: 1.2em;
  text-align: center;
}
#container section .content ul.link li a:hover {
  color: #F40;
}
#container section .content ul.link li p {
  margin: 10px;
}
#container section .content ul.panel {
  margin: 1em 0px;
}
#container section .content ul.panel::after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  clear: both;
}
#container section .content ul.panel li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* easeInOutExpo */
  width: 32%;
  margin: 0px 1% 10px 0px;
  float: left;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 20px;
  overflow: hidden;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
  background-color: rgba(255, 255, 255, 0.2);
}
#container section .content ul.panel li::before {
  content: normal;
}
#container section .content ul.panel li:nth-of-type(3n + 1) {
  margin-left: 1%;
}
#container section .content ul.panel li a {
  text-decoration: none;
  font-weight: normal;
  display: block;
}
#container section .content ul.cards {
  margin: 1em 0px;
}
#container section .content ul.cards::after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  clear: both;
}
#container section .content ul.cards li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* easeInOutExpo */
  width: 49%;
  margin: 0px 2% 10px 0px;
  min-height: 360px;
  float: left;
  box-sizing: border-box;
  color: #111;
  padding: 0px;
  overflow: hidden;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
}
#container section .content ul.cards li:hover .image {
  height: 150px;
}
#container section .content ul.cards li:hover .image img {
  opacity: 0.6;
  transform: scale(1.2);
}
#container section .content ul.cards li:hover p {
  height: 150px;
}
#container section .content ul.cards li:nth-of-type(2n) {
  margin-right: 0px;
}
#container section .content ul.cards li::before {
  content: normal;
}
#container section .content ul.cards li h4 {
  font-size: 1em;
  font-weight: bold;
  border-bottom: none;
  margin: 0px;
  padding: 0px 10px;
  line-height: 34px;
  height: 34px;
  background-color: #111;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 2;
}
#container section .content ul.cards li h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #111;
  transform: rotate(45deg);
  z-index: -1;
  left: 50%;
  bottom: -9px;
  margin-left: -10px;
}
#container section .content ul.cards li a {
  text-decoration: none;
  color: #111;
  font-weight: normal;
}
#container section .content ul.cards li p {
  margin: 0px;
  padding: 20px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* easeInOutExpo */
}
#container section .content ul.cards li .image {
  height: 240px;
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* easeInOutExpo */
}
#container section .content ul.cards li .image img {
  max-width: 100%;
  opacity: 0.8;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* easeInOutExpo */
}
#container section .content ul.theme {
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
#container section .content ul.theme li {
  width: 290px;
  height: 290px;
  margin: 0px 5px 10px 5px;
  overflow: hidden;
  padding: 0px;
  float: left;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
}
#container section .content ul.theme li::after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  clear: both;
}
#container section .content ul.theme li::before {
  content: normal;
}
#container section .content ul.theme li.theme.toggle.default .title {
  background-color: rgba(30, 70, 100, 0.8);
}
#container section .content ul.theme li.theme.toggle.red .title {
  background-color: rgba(200, 0, 0, 0.8);
}
#container section .content ul.theme li.theme.toggle.pink .title {
  background-color: rgba(200, 0, 80, 0.8);
}
#container section .content ul.theme li.theme.toggle.orange .title {
  background-color: rgba(200, 100, 0, 0.8);
}
#container section .content ul.theme li.theme.toggle.blue .title {
  background-color: rgba(0, 50, 130, 0.8);
}
#container section .content ul.theme li.theme.toggle.cyan .title {
  background-color: rgba(0, 180, 180, 0.8);
}
#container section .content ul.theme li.theme.toggle.green .title {
  background-color: rgba(50, 180, 0, 0.8);
}
#container section .content ul.theme li.theme.toggle.yellow .title {
  background-color: rgba(100, 100, 0, 0.8);
}
#container section .content ul.theme li.theme.toggle.black .title {
  background-color: rgba(0, 0, 0, 0.8);
}
#container section .content ul.theme li.theme.toggle.gray .title {
  background-color: rgba(100, 100, 100, 0.8);
}
#container section .content ul.theme li.theme.toggle.white {
  color: #333;
}
#container section .content ul.theme li.theme.toggle.white .title {
  background-color: rgba(255, 255, 255, 0.8);
}
#container section .content ul.theme li.theme.toggle.white .title h3 {
  color: rgba(0, 0, 0, 0.6);
}
#container section .content ul.theme li.event.toggle.default .title {
  background-color: rgba(220, 90, 0, 0.8);
}
#container section .content ul.theme li.event.toggle.red .title {
  background-color: rgba(200, 0, 0, 0.8);
}
#container section .content ul.theme li.event.toggle.pink .title {
  background-color: rgba(200, 0, 80, 0.8);
}
#container section .content ul.theme li.event.toggle.orange .title {
  background-color: rgba(200, 100, 0, 0.8);
}
#container section .content ul.theme li.event.toggle.blue .title {
  background-color: rgba(0, 50, 180, 0.8);
}
#container section .content ul.theme li.event.toggle.cyan .title {
  background-color: rgba(0, 180, 180, 0.8);
}
#container section .content ul.theme li.event.toggle.green .title {
  background-color: rgba(50, 180, 0, 0.8);
}
#container section .content ul.theme li.event.toggle.yellow .title {
  background-color: rgba(100, 100, 0, 0.8);
}
#container section .content ul.theme li.event.toggle.black .title {
  background-color: rgba(0, 0, 0, 0.8);
}
#container section .content ul.theme li.event.toggle.gray .title {
  background-color: rgba(100, 100, 100, 0.8);
}
#container section .content ul.theme li.event.toggle.white {
  color: #333;
}
#container section .content ul.theme li.event.toggle.white .title {
  background-color: rgba(255, 255, 255, 0.8);
}
#container section .content ul.theme li.event.toggle.white .title h3 {
  color: rgba(0, 0, 0, 0.6);
}
#container section .content ul.theme li.two {
  width: 590px;
}
#container section .content ul.theme li.three {
  width: 890px;
}
#container section .content ul.theme li.toggle {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
#container section .content ul.theme li.image {
  cursor: default;
}
#container section .content ul.theme li.image .title {
  background-color: rgba(0, 0, 0, 0);
}
#container section .content ul.theme li.image .title h3 {
  display: none;
}
#container section .content ul.theme li.text {
  cursor: default;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
#container section .content ul.theme li.text .title {
  background-color: rgba(0, 0, 0, 0.6);
}
#container section .content ul.theme li.text .title h3 {
  display: none;
}
#container section .content ul.theme li .title {
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: multiply;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* easeInOutExpo */
}
#container section .content ul.theme li .title h3 {
  padding: 0px;
  background: transparent;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 20%;
  color: rgba(255, 255, 255, 0.8);
}
#container section .content ul.theme li .title h3::first-letter {
  font-size: 60px;
}
#container section .content ul.theme li .title .theme {
  position: absolute;
  text-align: center;
  top: 60%;
  left: 0px;
  width: 100%;
  line-height: 28px;
  height: 28px;
  font-size: 24px;
  font-weight: 600;
}
#container section .content ul.theme li .title .content {
  margin: 15px;
  width: auto;
}
#container section .content ul.theme li .caption {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  left: 100%;
  top: 0px;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 0.9em;
  padding: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* easeInOutExpo */
}
#container section .content ul.theme li .caption .price {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: initial;
}
#container section .content ul.theme li .caption .price p {
  margin: 0px;
}
#container section .content ul.theme li .caption .more a {
  display: block;
  float: right;
  padding: 5px 10px;
  border: 1px solid #999;
  text-decoration: none;
  margin-left: 5px;
}
#container section .content ul.theme li .caption .more a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  color: #222;
}
#container section .content ul.theme li.touch .title {
  left: -100%;
}
#container section .content ul.theme li.touch .caption {
  left: 0px;
}
#container section .content dl {
  margin: 1em;
}
#container section .content dl dt {
  font-weight: bold;
  margin-top: 1em;
}
#container section .content dl dd {
  margin: 1em;
}
#container section .content dl dd ul {
  margin: 0px;
}
#container section .content dl dd ul li {
  margin-bottom: 0.5em;
  padding: 0px;
}
#container section .content dl dd ul li::before {
  content: normal;
}
#container section .content dl.faq dt {
  padding: 5px 10px;
  border: 1px solid #666;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  border-radius: 3px;
}
#container section .content dl.faq dt::before {
  content: "Q.";
  display: inline-block;
  font-size: 1.2em;
  color: #FF6E00;
}
#container section .content dl.faq dt::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  left: 10px;
  bottom: -31px;
}
#container section .content dl.faq dd {
  margin: 10px 0px 2em 30px;
  position: relative;
}
#container section .content dl.faq dd::before {
  content: "A.";
  display: inline-block;
  font-size: 1.2em;
  color: #238714;
  font-weight: bold;
}
#container section .content dl.faq dd p {
  margin: 0px;
  display: inline;
}
#container section .content b,
#container section .content strong {
  color: #fff;
  font-weight: 900;
}
#container section .content table {
  border: 1px solid #555;
  border-collapse: collapse;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  margin: 1em;
}
#container section .content table th {
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-weight: bold;
  padding: 5px;
  border: 1px solid #555;
}
#container section .content table td {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 5px;
  border: 1px solid #555;
}
#container section .content p {
  margin: 1em;
}
#container section .content h3 {
  position: relative;
  padding: 10px 20px;
  margin: 3em 0px 2em 0px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 1.4em;
}
#container section .content h3:first-of-type {
  margin-top: 0px;
}
#container section .content h4 {
  margin: 2em 0px 1em;
  font-size: 1.2em;
  border-bottom: 1px solid #999;
}
#container section .content .right {
  text-align: right;
}
#container section .content .left {
  text-align: left;
}
#container section .content .center {
  text-align: center;
}
#container section .content .box {
  margin: 1em 0px !important;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
#container section#faq .content dl dt {
  padding: 5px 10px;
  border: 1px solid #666;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  border-radius: 3px;
}
#container section#faq .content dl dt::before {
  content: "Q.";
  display: inline-block;
  font-size: 1.2em;
  color: #FF6E00;
}
#container section#faq .content dl dt::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  left: 10px;
  bottom: -31px;
}
#container section#faq .content dl dt p {
  margin: 0px;
  display: inline;
}
#container section#faq .content dl dd {
  margin: 10px 0px 2em 30px;
  position: relative;
}
#container section#faq .content dl dd::before {
  content: "A.";
  display: inline-block;
  font-size: 1.2em;
  color: #238714;
  font-weight: bold;
}
#container section#faq .content dl dd p {
  margin: 0px;
  display: inline;
}
#container section .button-area {
  margin: 10px;
  text-align: center;
}
#container section .button-area form {
  display: inline-block;
}
#container section .button-area input[type=submit] {
  border: 1px solid #eee;
  padding: 10px 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
#container section .button-area input[type=submit]:hover {
  background-color: #fff;
  color: #111;
}
#container section form {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
}
#container section form dl {
  margin: 0px;
  padding: 0px;
}
#container section form dl::after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  clear: both;
}
#container section form dl dt {
  clear: both;
  float: left;
  text-align: right;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
#container section form dl dd {
  clear: both;
  width: 100%;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
#container section form dl input[type=text],
#container section form dl input[type=email],
#container section form dl input[type=password],
#container section form dl input[type=tel] {
  box-sizing: border-box;
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #ccc;
  width: 90%;
}
#container section form dl textarea {
  box-sizing: border-box;
  padding: 7px;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #ccc;
  width: 90%;
  height: 200px;
}
#container section .board {
  line-height: 1.5;
}
#container section .board ul li {
  margin-bottom: 0.5em;
  line-height: 1.3;
}
#container section .board form {
  padding: 0px;
  margin: 0px;
  background: transparent;
}
#container section .board h3 {
  margin: 0px;
}
#container section .board .mobile {
  display: none;
}
#container section .board .page-navigation {
  margin: 1em;
  text-align: center;
  position: relative;
  line-height: 34px;
}
#container section .board .page-navigation::after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  clear: both;
}
#container section .board .page-navigation .backward {
  position: absolute;
  left: 0px;
  top: 0px;
}
#container section .board .page-navigation .backward a {
  display: block;
  padding: 0px 10px;
  color: #eee;
  border: 1px solid #eee;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-weight: normal;
}
#container section .board .page-navigation .backward a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #111;
}
#container section .board .page-navigation .forward {
  position: absolute;
  right: 0px;
  top: 0px;
}
#container section .board .page-navigation .forward a {
  display: block;
  padding: 0px 10px;
  color: #eee;
  border: 1px solid #eee;
  line-height: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-weight: normal;
}
#container section .board .page-navigation .forward a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #111;
}
#container section .board .message_list {
  margin: 1em 0px;
}
#container section .board .message_list ul {
  margin: 10px -15px 10px 0px;
}
#container section .board .message_list li {
  padding: 15px 15px 10px 15px;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}
#container section .board .message_list li::before {
  content: normal;
}
#container section .board .message_list li a {
  text-decoration: none;
  font-weight: normal;
}
#container section .board .message_list li .header .title {
  font-weight: bold;
}
#container section .board .message_list li .data {
  text-align: right;
  color: #ddd;
}
#container section .board .menu ul {
  margin: 10px 0px;
}
#container section .board .menu ul::after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  clear: both;
}
#container section .board .menu ul li {
  float: left;
  padding: 0px;
  margin-right: 20px;
}
#container section .board .menu ul li::before {
  content: normal;
}
#container section .board .menu ul li a {
  display: block;
  padding: 0px 10px;
  color: #eee;
  border: 1px solid #eee;
  line-height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  font-weight: normal;
}
#container section .board .menu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #111;
}
#container section .board .board-view {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px;
  margin-bottom: 10px;
}
#container section .board .board-view .title {
  position: relative;
  padding: 10px 180px 10px 10px;
  border: 1px solid #ccc;
}
#container section .board .board-view .title .comment-no {
  font-weight: bold;
}
#container section .board .board-view .title .res-button {
  position: absolute;
  right: 10px;
  top: 6px;
}
#container section .board .board-view .title .res-button input[type=submit] {
  background-color: rgba(255, 255, 255, 0.8);
  color: #222;
  padding: 5px 10px;
  border: 1px solid #ccc;
}
#container section .board .board-view .comment {
  padding: 15px;
}
#container section .board .board-view .info {
  font-size: 0.9em;
  color: #ccc;
  text-align: right;
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotateZ(5deg);
    -moz-transform: rotateZ(5deg);
    transform: rotateZ(5deg);
  }
  100% {
    -webkit-transform: rotateZ(-3deg);
    -moz-transform: rotateZ(-3deg);
    transform: rotateZ(-3deg);
  }
}
@-moz-keyframes swing {
  0% {
    -webkit-transform: rotateZ(5deg);
    -moz-transform: rotateZ(5deg);
    transform: rotateZ(5deg);
  }
  100% {
    -webkit-transform: rotateZ(-3deg);
    -moz-transform: rotateZ(-3deg);
    transform: rotateZ(-3deg);
  }
}
@-ms-keyframes swing {
  0% {
    -webkit-transform: rotateZ(5deg);
    -moz-transform: rotateZ(5deg);
    transform: rotateZ(5deg);
  }
  100% {
    -webkit-transform: rotateZ(-3deg);
    -moz-transform: rotateZ(-3deg);
    transform: rotateZ(-3deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotateZ(5deg);
    -moz-transform: rotateZ(5deg);
    transform: rotateZ(5deg);
  }
  100% {
    -webkit-transform: rotateZ(-3deg);
    -moz-transform: rotateZ(-3deg);
    transform: rotateZ(-3deg);
  }
}
#back-leaf {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;
  z-index: 1;
}
#back-leaf ul#scene {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
#back-leaf ul#scene li {
  list-style-type: none;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}
#back-leaf ul#scene li ul {
  height: 100%;
  width: 100%;
}
#back-leaf ul#scene li ul li {
  max-width: 12%;
  height: auto;
  left: auto;
  top: auto;
  text-align: center;
}
#back-leaf ul#scene li ul li img {
  max-width: 100%;
  max-height: 100%;
}
#back-leaf ul#scene li ul li.swing1 {
  transform-origin: right top;
  -webkit-animation: swing 4.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 4.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 4.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#back-leaf ul#scene li ul li.swing2 {
  transform-origin: right bottom;
  -webkit-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#back-leaf ul#scene li ul li.swing3 {
  transform-origin: center bottom;
  -webkit-animation: swing 4.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 4.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 4.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#back-leaf ul#scene li ul li.swing4 {
  transform-origin: left bottom;
  -webkit-animation: swing 4.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 4.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 4.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#back-leaf ul#scene li ul li.swing5 {
  transform-origin: right bottom;
  -webkit-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#back-leaf ul#scene li ul li.swing6 {
  transform-origin: left bottom;
  -webkit-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#back-leaf ul#scene li ul li.swing7 {
  transform-origin: left top;
  -webkit-animation: swing 4.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 4.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 4.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#back-leaf ul#scene li ul li.swing8 {
  transform-origin: right top;
  -webkit-animation: swing 4.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 4.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 4.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#back-leaf ul#scene li ul li.swing9 {
  transform-origin: right top;
  -webkit-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#back-leaf ul#scene li ul li.swing10 {
  transform-origin: left top;
  -webkit-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation: swing 3.5s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#back-leaf ul#scene li#back_layer1 li.layer1 {
  position: relative;
  max-width: 80%;
  width: 1100px;
  height: auto;
  top: 10%;
  margin: 0px auto;
  text-align: center;
}
#back-leaf ul#scene li#back_layer1 li.layer1 img {
  position: absolute;
  margin: auto;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
}
#back-leaf ul#scene li#back_layer2 li.layer1 {
  max-width: 110%;
  width: 110%;
  height: auto;
  top: 50%;
  left: -5%;
}
#back-leaf ul#scene li#back_layer2 li.layer1 img {
  width: 100%;
  height: auto;
}
#back-leaf ul#scene li#ivy li.ivy1 {
  max-width: 30%;
  right: -2%;
  top: -1%;
}
#back-leaf ul#scene li#ivy li.ivy2 {
  max-width: 50%;
  right: -3%;
  top: -1%;
}
#back-leaf ul#scene li#ivy li.ivy3 {
  max-width: 2%;
  right: 35%;
  top: -1%;
}
#back-leaf ul#scene li#ivy li.ivy4 {
  max-width: 40%;
  right: -5%;
  top: -1%;
}
#back-leaf ul#scene li#ivy li.ivy5 {
  max-width: 25%;
  left: -1%;
  top: -1%;
}
#back-leaf ul#scene li#ivy li.ivy6 {
  max-width: 40%;
  left: -1%;
  top: -1%;
}
#back-leaf ul#scene li#layer_right1 li.leaf1 {
  right: -2%;
  top: -5%;
}
#back-leaf ul#scene li#layer_right1 li.leaf2 {
  right: -3%;
  top: 4%;
}
#back-leaf ul#scene li#layer_right1 li.leaf3 {
  right: -5%;
  top: 50%;
}
#back-leaf ul#scene li#layer_right2 li.leaf1 {
  right: -7%;
  top: 27%;
}
#back-leaf ul#scene li#layer_right3 li.leaf1 {
  right: -4%;
  top: 42%;
}
#back-leaf ul#scene li#layer_right3 li.leaf2 {
  right: -2%;
  top: 82%;
}
#back-leaf ul#scene li#layer_bottom1 li.leaf1 {
  bottom: -3%;
  right: 30%;
}
#back-leaf ul#scene li#layer_bottom1 li.leaf2 {
  bottom: -5%;
  right: 47%;
}
#back-leaf ul#scene li#layer_bottom1 li.leaf3 {
  bottom: -3%;
  right: 60%;
}
#back-leaf ul#scene li#layer_bottom2 li.leaf1 {
  bottom: -20%;
  right: 8%;
}
#back-leaf ul#scene li#layer_bottom2 li.leaf2 {
  bottom: -13%;
  right: 40%;
}
#back-leaf ul#scene li#layer_bottom2 li.leaf3 {
  bottom: -10%;
  right: 70%;
}
#back-leaf ul#scene li#layer_bottom2 li.leaf4 {
  max-width: 25%;
  bottom: -8%;
  right: 82%;
}
#back-leaf ul#scene li#layer_bottom3 li.leaf1 {
  bottom: -4%;
  right: 19%;
}
#back-leaf ul#scene li#layer_bottom3 li.leaf2 {
  bottom: -4%;
  right: 32%;
}
#back-leaf ul#scene li#layer_bottom3 li.leaf3 {
  bottom: -12%;
  right: 50%;
}
#back-leaf ul#scene li#layer_bottom3 li.leaf4 {
  bottom: -7%;
  right: 75%;
}
#back-leaf ul#scene li#layer_left1 li.leaf1 {
  left: -2%;
  top: 86%;
}
#back-leaf ul#scene li#layer_left1 li.leaf2 {
  left: -4%;
  top: 74%;
}
#back-leaf ul#scene li#layer_left2 li.leaf1 {
  left: -6%;
  top: 36%;
}
#back-leaf ul#scene li#layer_left2 li.leaf2 {
  left: -4%;
  top: -2%;
}
#back-leaf ul#scene li#layer_left3 li.leaf1 {
  left: -5%;
  top: 45%;
}
#back-leaf ul#scene li#layer_left3 li.leaf2 {
  left: -3%;
  top: 20%;
}
#back-leaf ul#scene li#layer_top1 li.leaf1 {
  top: -6%;
  left: 5%;
}
#back-leaf ul#scene li#layer_top1 li.leaf2 {
  top: -8%;
  left: 67%;
}
#back-leaf ul#scene li#layer_top2 li.leaf1 {
  top: -8%;
  left: 40%;
}
#back-leaf ul#scene li#layer_top2 li.leaf2 {
  top: -8%;
  left: 80%;
}
#back-leaf ul#scene li#layer_top2 li.leaf3 {
  top: -12%;
  left: 17%;
}
#back-leaf ul#scene li#layer_top3 li.leaf1 {
  top: -5%;
  left: 25%;
}
#back-leaf ul#scene li#layer_top3 li.leaf2 {
  max-width: 20%;
  top: -12%;
  left: 47%;
}
@media screen and (max-width: 740px) {
  html {
    height: 100%;
    background-color: #000;
  }
  body::before {
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #323232;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0a0a0a 0%, #324650 90%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0a0a0a 0%, #324650 90%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0a0a0a 0%, #324650 90%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  #admin_menu {
    left: 40px;
    top: 10px;
    padding-top: 50px;
  }
  #admin_menu #admin_menu_button {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    height: 40px;
    width: 40px;
    color: #eee;
    border: 1px solid #eee;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #admin_menu ul {
    margin-left: 0px;
    padding: 0px 10px;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #admin_menu ul li a {
    line-height: 2em;
    font-size: 16px;
  }
  #language_menu {
    left: 10px;
    top: 10px;
    padding-top: 50px;
    width: 42px;
  }
  #language_menu #language_button {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    height: 40px;
    width: 40px;
    color: #eee;
    border: 1px solid #eee;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
  }
  #language_menu ul {
    margin-left: 0px;
    padding: 0px 10px;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
  }
  #language_menu ul li a {
    line-height: 2em;
    font-size: 16px;
  }
  nav {
    right: 10px;
    top: 10px;
    padding-top: 50px;
  }
  nav #top_button {
    position: absolute;
    right: 50px;
    top: 0px;
    display: block;
    height: 40px;
    width: 40px;
    color: #eee;
    border: 1px solid #eee;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
  }
  nav #menu_button {
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    height: 40px;
    width: 40px;
    color: #eee;
    border: 1px solid #eee;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
  }
  nav ul {
    margin-right: 0px;
    padding: 0px 10px;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
  }
  nav ul li a {
    line-height: 2em;
    font-size: 16px;
  }
  #container section {
    padding: 40px 20px;
  }
  #container section #logo {
    width: 300px;
    height: 160px;
    position: absolute;
    top: 25%;
    left: 50%;
    margin: -80px 0px 0px -150px;
    text-indent: -99999px;
    opacity: 0.8;
    background: url(../images/logo.png) center center no-repeat;
    background-size: contain;
  }
  #container section#top .sns {
    margin: 60% auto 0px auto;
  }
  #container section h2 {
    font-size: 36px;
    letter-spacing: 1px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
  }
  #container section .content {
    width: 100%;
  }
  #container section .content img {
    max-width: 100%;
    height: auto;
  }
  #container section .content ul.theme li {
    width: 100%;
    height: 240px;
    margin: 0px auto 7px auto;
    overflow: hidden;
    float: none;
    padding: 0px;
  }
  #container section .content ul.theme li.image.two {
    width: 100%;
    height: 160px;
  }
  #container section .content ul.theme li.two {
    width: 100%;
    height: 280px;
  }
  #container section .content ul.theme li.three {
    width: 100%;
    height: 320px;
  }
  #container section .content ul.theme li .title h3 {
    font-size: 20px;
  }
  #container section .content ul.theme li .title h3::first-letter {
    font-size: 40px;
  }
  #container section .content ul.banner {
    width: 234px;
    margin: 0em auto;
  }
  #container section .content ul.banner li {
    margin: 0px 0px 5px 0px;
    float: none;
  }
  #container section .content ul.topics li {
    padding: 20px;
    overflow: hidden;
    margin-bottom: 10px;
    background: rgba(0, 0, 0, 0.6);
  }
  #container section .content ul.topics li::before {
    content: "";
    height: 0px;
    width: 0px;
    border-top: 30px solid rgba(255, 255, 255, 0.2);
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid transparent;
    transform: rotate(135deg);
    top: -30px;
    left: -30px;
    position: absolute;
    background: transparent;
  }
  #container section .content ul.cards li {
    width: 300px;
    float: none;
    margin: 0px auto 10px auto;
    min-height: auto;
  }
  #container section .content ul.cards li:nth-of-type(2n) {
    margin-right: auto;
  }
  #container section .content ul.cards li .image {
    height: 168px;
  }
  #container section .content ul.cards li p {
    height: auto;
  }
  #container section .content ul.cards li:hover .image {
    height: 168px;
  }
  #container section .content ul.cards li:hover .image img {
    opacity: 0.9;
    transform: scale(1);
  }
  #container section .content ul.cards li:hover p {
    height: auto;
  }
  #back-leaf ul#scene li ul {
    height: 100%;
    width: 100%;
  }
  #back-leaf ul#scene li ul li {
    max-width: 25%;
    max-height: 25%;
  }
  #back-leaf ul#scene li#back_layer1 li.layer1 {
    max-width: 90%;
    max-height: none;
    width: 360px;
    height: 360px;
    top: 20%;
  }
  #back-leaf ul#scene li#back_layer1 li.layer1 img {
    width: 100%;
    height: 100%;
  }
  #back-leaf ul#scene li#back_layer1 li.layer1 svg {
    width: 100%;
    height: 100%;
  }
  #back-leaf ul#scene li#back_layer2 li.layer1 {
    max-width: none;
    max-height: none;
    height: auto;
    top: auto;
    bottom: 0px;
  }
  #back-leaf ul#scene li#back_layer2 li.layer1 img {
    width: 100%;
    height: 100%;
  }
  #back-leaf ul#scene li#ivy li.ivy1 {
    max-width: 30%;
    right: -2%;
    top: -1%;
  }
  #back-leaf ul#scene li#ivy li.ivy2 {
    max-width: 50%;
    right: -3%;
    top: -1%;
  }
  #back-leaf ul#scene li#ivy li.ivy3 {
    max-width: 2%;
    right: 35%;
    top: -1%;
  }
  #back-leaf ul#scene li#ivy li.ivy4 {
    max-width: 40%;
    right: -5%;
    top: -1%;
  }
  #back-leaf ul#scene li#ivy li.ivy5 {
    max-width: 40%;
    left: -3%;
    top: -1%;
  }
  #back-leaf ul#scene li#ivy li.ivy6 {
    max-width: 60%;
    left: -1%;
    top: -1%;
  }
}
@media screen and (max-height: 400px) {
  #back-leaf ul#scene li ul {
    height: 100%;
    width: 100%;
  }
  #back-leaf ul#scene li ul li {
    max-width: 15%;
  }
  #back-leaf ul#scene li#back_layer2 li.layer1 {
    max-width: none;
    max-height: none;
    width: 120%;
    height: auto;
    bottom: -30%;
    left: -10%;
  }
  #back-leaf ul#scene li#back_layer2 li.layer1 img {
    width: 100%;
    height: 100%;
  }
  #back-leaf ul#scene li#ivy li.ivy1 {
    max-width: 30%;
    right: -2%;
    top: -1%;
  }
  #back-leaf ul#scene li#ivy li.ivy2 {
    max-width: 50%;
    right: -3%;
    top: -1%;
  }
  #back-leaf ul#scene li#ivy li.ivy3 {
    max-width: 2%;
    right: 35%;
    top: -1%;
  }
  #back-leaf ul#scene li#ivy li.ivy4 {
    max-width: 40%;
    right: -5%;
    top: -1%;
  }
  #back-leaf ul#scene li#ivy li.ivy5 {
    max-width: 30%;
    left: -1%;
    top: -1%;
  }
  #back-leaf ul#scene li#ivy li.ivy6 {
    max-width: 60%;
    left: -1%;
    top: -1%;
  }
  #back-leaf ul#scene li#layer_bottom1 li.leaf1 {
    bottom: -3%;
    right: 30%;
  }
  #back-leaf ul#scene li#layer_bottom1 li.leaf2 {
    bottom: -3%;
    right: 47%;
  }
  #back-leaf ul#scene li#layer_bottom1 li.leaf3 {
    bottom: -3%;
    right: 60%;
  }
  #back-leaf ul#scene li#layer_bottom2 li.leaf1 {
    bottom: -10%;
    right: 8%;
  }
  #back-leaf ul#scene li#layer_bottom2 li.leaf2 {
    bottom: -3%;
    right: 40%;
  }
  #back-leaf ul#scene li#layer_bottom2 li.leaf3 {
    bottom: -3%;
    right: 70%;
  }
  #back-leaf ul#scene li#layer_bottom2 li.leaf4 {
    max-width: 25%;
    bottom: -8%;
    right: 82%;
  }
  #back-leaf ul#scene li#layer_bottom3 li.leaf1 {
    bottom: 0%;
    right: 19%;
  }
  #back-leaf ul#scene li#layer_bottom3 li.leaf2 {
    bottom: 0%;
    right: 32%;
  }
  #back-leaf ul#scene li#layer_bottom3 li.leaf3 {
    bottom: 0%;
    right: 50%;
  }
  #back-leaf ul#scene li#layer_bottom3 li.leaf4 {
    bottom: 0%;
    right: 75%;
  }
}
