body {
 /* font-size: 62.5%; */
font-family: 'Noto Serif JP', serif;
 font-size: 11pt;
}

body {
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
  animation: fadeIn 3s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
video {
	margin: 0 auto;
	width: 560px;
	text-align: center;
	height: 315px;
}
#video {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 200px;
	width: 824px;
	text-align: center;
	height: 550px;
}
#video iframe {
	height: 100%;
	width: 100%;
}

section {
 margin-top: 50px;
 margin-bottom: 50px;
}
section:nth-child(2) {
 padding-right: 5px;
 padding-left: 5px;
}
section:nth-child(3) {
}
section:nth-child(4) {
  color: #333;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
section:nth-child(5) {
  color: #333;
  padding-top: 5%;
  padding-bottom: 5%;
}
section:nth-child(6) {
  color: #333;
}
.splash {
 text-align: center;
}
.deccript:last-child {
  width: 100%;
  margin-top: 25px;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
}
.deccript ul li:first-child {
  font-size: 1.4em;
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
}
p {
  color: #000000;
}

h2 {
  color: #000000;
  font-size: 1.8em;
  font-weight: bold;
  width: auto;
}
h4 {
  font-size: 1.2em;
  color: #000000;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  left: -64px;
  position: relative;
  top: 28px;
  text-align: left;
}
.size h6 {
  border-bottom: thin solid #000000;
  margin-bottom: 24px;
  text-align: center;
}
pre {
  font-size: .75em;
  background: #222;
  color: #fff;
  padding: 20px;
}
.box {
  position: relative;
  /* [disabled]width: 50%;
*/
  /* [disabled]height: 30vh;
*/
  text-align: center;
  color: #000000;
  padding: 10px;
  clear: both;
}
.right svg {
  width: 0;
  height: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
#copy {
 font-weight: 600;
 top: -300px;
 /* [disabled]position: relative; */
 font-size: 1.4em;
 -webkit-animation-name: fadeInUp;
 animation-name: fadeInUp;
 animation-duration: 3s;
 animation-delay: 0s;
 animation-fill-mode: none;
 font-family: "UD新ゴNT DB", "UD Shin Go NT DemiBold", serif;
}
rt {
  text-align: left;
  white-space: normal;
  letter-spacing: 0.2em;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
  }
}
/*.size .size-image p  {
	text-align: center;
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	color: #6A6A6A;
}*/
.size .size-image {
  display: inline-block;
  float: left;
  margin-bottom: 23px;
}
.koumoku {
  width: auto;
  padding-top: 0px;
  padding-right: 4px;
  padding-bottom: 0px;
  padding-left: 4px;
  border-right: thin solid #6A6A6A;
}
.news {
 padding-top: 25px;
 padding-bottom: 40px;
 text-align: center;
 padding-right: 0px;
}
.news table {
 color: #000000;
 margin-right: auto;
 margin-left: auto;
 margin-top: 20px;
 width: 500px;

}
.toiawase {
  width: 470px;
  text-align: center;
  display: inline-block;
  color: #6A6A6A;
  font-size: 0.7em;
  margin-bottom: 30px;
  margin-top: 10px;
}
footer {
  text-align: center;
  background-color: #000000;
}
li a img {
  text-align: center;
  vertical-align: bottom;
  margin-top: -40px;
}
.link li {
  display: inline;
  margin-top: 50px;
  margin-right: 50px;
  margin-left: 50px;
}
ul .link {
  max-width: 600px;
  width: 70%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#copyright {
  color: #6A6A6A;
  background-color: #000000;
  text-align: center;
  padding-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: auto;
  font-size: 0.8em;
  font-weight: lighter;
}
.delighter.right {
  transform: translate(-100%);
  opacity: 0;
  transition: all 0.7s ease-out 0.1s;
}
.delighter.right.started {
  transform: none;
  opacity: 1;
}
.delighter.left {
  transform: translate(100%);
  opacity: 0;
  transition: all 0.7s ease-out 0.5s;
}
.delighter.left.started {
  transform: none;
  opacity: 1;
}
.deccript:last-child {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: absolute;
  left: 5%;
  padding-left: 0px;
  padding-right: 0px;
}
.deccript-img {
  width: 100%;
  position: relative;
}
.list .list-mv05 img {
  max-width: 900px;
  width: 85%;
  position: absolute;
  /* [disabled]min-width: 660px; */
}
.deccript ul li {
  margin: 20px 0;
  font-size: 0.9em;
}
#copy ruby {
 margin: 0px 1px;
 padding: 0px 5px;
 border: thin dashed rgba(89, 89, 89, 1.00);

 border-radius: 15px;
}
#copy span {
  background: linear-gradient(transparent 50%, #ff74a342 0%);
 
}
.various img {
 margin: 0% 1%;
 width: 12%;


}
.various {
 margin-top: 100px;
 margin-bottom: 100px;


}






@media (max-width : 730px) {
  .deccript:first-child {
    clear: none;
    text-align: center;
    margin-right: auto;
  }
  .deccript:last-child {
    width: 100%;
    margin-top: 60%;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 10px;
    padding-left: 0px;
  }
  .right svg {
    width: 0;
    height: 0;
  }
  .news {
 background-color: #FFFFFF;
 -webkit-box-shadow: 2px 2px 6px #7A7A7A;
 box-shadow: 2px 2px 6px #7A7A7A;
 opacity: 0.66;
 text-align: center;
 margin-top: 30px;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 30px;
 border-radius: 7px;
 width: 98%;
  }
  .deccript-img {
    width: 100%;
  }
  .list .list-mv05 img {
    width: 100%;
  }
  section {
 color: #333;
 clear: both;
 margin-right: 0vw;
 margin-left: 0vw;
  }
  #copy {
    width: 444px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    line-height: 2em;
  }
.various img {
 margin: 3% 1%;
 width: 20%;
 display: inline-block;
}
.various {
 margin-top: 50px;
 text-align: center;
 margin-bottom: 30px;


}




}
