@charset "UTF-8";

html {
  font-size:62.5%;
  font-family: a-otf-jun-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
body {
	margin: 0 auto;
  height: 100%;
  max-width: 1440px;
  min-width: 1200px;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  line-height: 18px;
  background-color: #ffffff;
  background-image: radial-gradient(#a1f9e3 4px, transparent 0px);
  background-size: 20px 20px;
  -webkit-animation: bgscroll 25s linear infinite;
  animation: bgscroll 25s linear infinite;
}

@-webkit-keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: -300px 500px;}
}

@keyframes bgscroll {
 0% {background-position: 0 0;}
 100% {background-position: -300px 500px;}
}

.base {
  width: 100%;
  height: 100%;
  min-width: 750px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 750px) {
  .base {
    padding-top: 90px;
    overflow-x: hidden;
  }
}

header {
  width: 100%;
  height: 90px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .logo {
  display: block;
  position: absolute;
  left: 23px;
}

@media screen and (max-width: 750px) {
  header .logo img {
    width: 70%;
  }
}


header nav {
  /*height: 80px;*/
  margin-top: -3px;
  width: 70%;
  margin: 0 auto;
  margin-right: 0;
}

header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  line-height: 30px;
  box-sizing: border-box;
    
}

header nav ul li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 5px;
  letter-spacing: normal;
  transition: 0.2s;
  box-sizing: border-box;
  font-family: bungee, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

header nav ul li a {
  color: #000000;
  text-decoration: none;
  line-height: 100%;
  display: block;
}

.main_v {
  margin: 0 auto;
  position: relative;
}

.main_v img {
  width: 100%;
}


.masterup {
    position: absolute;
    top: 262px;
    width: 100%;
    height: 0px;
    left: 80px;
}

.master img {
    width: 100%;
}


h1 {
  font-size: 66px;
  text-align: center;
  color: #ff0386;
  margin: 1em 0;
  padding-top: 20px;
  font-weight: bold;
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}

h1 img {
  width: 100%;
  padding: 10px;
}

h2 {
  font-size: 36px;
  text-align: center;
  line-height: normal;
  margin: 0.4em 0;
  color: #ff0386;
  font-weight: bold;
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}

h2 span {
  font-size: 24px;
  color: #ff9703;
}

h3 {
  font-size: 28px;
  text-align: center;
  line-height: normal;
  margin: 0.4em 0;
  color: #ff0386;
  font-weight: bold;
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}

h4 {
  font-size: 18px;
  text-align: left;
  line-height: normal;
  color: #ff0386;
  font-weight: bold;
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}

h5 {
  font-size: 36px;
  line-height: normal;
  color: #ff9703;
  font-weight: bold;
}

#news {
  background-color: #fff;
  display: flex;
}

.news_box {
  width: 50%;
  padding: 45px;
  font-size: 24px;
  line-height: normal;
}

.news_box ul {
  height: 350px;
  border: 1px solid #e2e2e2;
  overflow: auto;
}

.news_box li {
  list-style: none;
  margin-bottom: 15px;
}

.yt-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.yt-wrapper:before {
  content:"";
  display: block;
  padding-top: 56.25%;
}
.yt-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#story {
  background-image: url(../images/story_bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  height: 950px;
  border-top: 5px solid #ffffff;
}

#story p {
    margin: 0;
    padding: 0;
    padding-top: 75px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}

#story span {
    color: #ff0000;
    font-weight: bold;
}

.character_btn {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
  text-align: center;
}

.character_btn ul {
    list-style: none;
    display: inline-flex;
    margin: 0 auto;
}

.character_btn li {
    font-size: 0;
    margin-right: 2%;
}

.character_btn li:last-child {
    margin-right: 0;
}

.character_btn img {
    width: 100%;
}

.character_box {
  margin-top: 50px;
  display: flex;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.voice {
  font-size: 28px;
  text-align: center;
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}

.voice p {
  margin: 0.8em 0;
}

.voice_btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 80%;
  margin-bottom: 5px;
}

.voice_button {
  margin-right: 10px;
}

.profile {
  width: 50%;
  margin: 0 auto;
  margin-right: 0;
}

.stand_switch ul {
  padding-left: 0;
  display: flex;
}

.stand_switch li {
  list-style: none;
  margin-right: 10px;
}


#character01 {
  background-image: url(../images/character_stand01.png), url(../images/character01_bg.png);
  background-position: center left 5%, center left;
  background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 55px;
  width: 100%;
}

#character02 {
  background-image: url(../images/character_stand02.png), url(../images/character02_bg.png);
  background-position: center left 20%, center left;
  background-repeat: no-repeat;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
}

#character03 {
  background-image: url(../images/character_stand03.png), url(../images/character03_bg.png);
  background-position: center left 20%, center left;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}

#character04 {
  background-image: url(../images/character_stand04.png), url(../images/character04_bg.png);
  background-position: center left 15%, center left;
  background-repeat: no-repeat;
  padding-top: 35px;
  padding-bottom: 40px;
  width: 100%;
}

.cg_list {
  font-size: 0;
  margin: 0 auto;
}

.cg_list li {
  list-style: none;
  display: inline-block;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 15px;
}

.cg_list li img {
  width: 100%;
}

.cg_list li:nth-child(3n) {
  margin-right: 0;
}

#spec {
  background-color: #fff;
  display: flex;
}

.spec_box {
  width: 50%;
  padding: 45px;
  font-size: 24px;
  line-height: normal;
}

.logo img {
  width: auto;
}

.special01 {
  padding-top: 30px;
  width: 75%;
  margin: 0 auto;
}

.special01_list {
  margin: 0 auto;
}

.special01_list a {
  display: block;
  text-decoration: none;
}

.special01_list p {
  text-align: center;
  font-size: 29px;
  font-weight: 700;
  color: #ff9703;
  line-height: normal;
  margin-top: 5px;
  text-decoration: none;
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}

.special01_list li {
  list-style: none;
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 15px;
  vertical-align: top;
  text-align: center;
}

.special01_list li img {
  
}

.special01_list li:nth-child(2n) {
  margin-right: 0;
}

.special02 {
  width: 75%;
  margin: 0 auto;
}

.special02_list {
  margin: 0 auto;
}

.special02_list a {
  display: block;
  text-decoration: none;
}

.special02_list p {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  color: #ff9703;
  line-height: normal;
  margin-top: 5px;
  text-decoration: none;
  text-shadow: white 2px 0px, white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px, white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px, white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px, white -2px 1px, white 2px -1px, white -2px -1px;
}

.special02_list li {
  list-style: none;
  display: inline-block;
  width: 23%;
  margin-right: 2%;
  margin-bottom: 15px;
  vertical-align: top;
}

.special02_list li img {
  width: 100%;
}

.special02_list li:nth-child(4n) {
  margin-right: 0;
}

p.sofmap {
  text-align: left;
}

.special01_list p.sof_center {
  text-align: center;
  margin-bottom: 10px;
}

.special01_list p.sof_left {
  text-align: left;
  width: 70%;
  margin: 0 auto;
}

[data-ruby] {
    position: relative;
}

[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 12px;
}

.page-top {
  margin: 0 ;
  padding: 0 ;
}
 
.page-top p {
  margin: 0 ;
  padding: 0 ;
  position: fixed ;
  right: 16px ;
  bottom: 16px ;
}
 
.move-page-top {
  display: block ;
  background: #ff9703;
  width: 50px ;
  height: 50px ;

  color: #fff ;
  line-height: 50px ;
  text-decoration: none ;
  text-align: center ;

  -webkit-transition:all 0.3s ;
  -moz-transition:all 0.3s ;
  transition:all 0.3s ;
}

.move-page-top:hover {
  opacity: 0.85 ;
}

footer {
  width: 100%;
  height: 90px;
  background-color: #1ee4b3;
  z-index: 101;
  justify-content: center;
  align-items: center;
}

footer nav {
  /*height: 80px;*/
  margin-top: -3px;
  width: 70%;
  margin: 0 auto;
  padding-top: 5px;
}

footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 30px;
  box-sizing: border-box;
    
}

footer nav ul li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 5px;
  letter-spacing: normal;
  transition: 0.2s;
  box-sizing: border-box;
  font-family: bungee, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

footer nav ul li a {
  color: #fff;
  text-decoration: none;
  line-height: 100%;
  display: block;
}

footer p {
  text-align: center;
  color: #fff;
}

*, *::before, *::after {
  box-sizing:border-box;
}
.clearfix::after {
  content:'';
  display:block;
  clear:both;
}

