@charset "utf-8";
/* CSS Document */

html,body{
  width: 100%;
  /*height: 100%;*/
	margin:0;
	padding:0;
	font-family:YuGo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  overflow-x: hidden;
}

a{
	transition: opacity 0.5s ease-out;
	-o-transition: opacity 0.5s ease-out; /* opera */
	-moz-transition: opacity 0.5s ease-out; /* firefox */
	-webkit-transition: opacity 0.5s ease-out; /* chrome, safari */
	-ms-transition: opacity 0.5s ease-out; /* ie */
  color: white;
}

a:hover{
	opacity:0.5;
}

body{
  background: url(../img/bg.jpg) repeat-y left top;
  background-size: 100% auto;
  background-attachment: fixed;
  content: "";
  z-index: -1;
}

footer{
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #444;
  height: 100px;
  display: none;
}

footer ul {
  display: table;
  margin: 0 auto;
  padding-left: 0;
  border-collapse: separate;
  border-spacing: 100px 0;
}

footer ul li {
  display: table-cell;
  width: 190px;
  height: 100px;
  padding: 10px;
  margin: 10px;
}

footer ul li img{
  width: 100%;
  margin: 0 auto;
}

header{
  background: #444;
  height: 60px;
  position: relative;
}

h1,h2{
  text-indent: -9999px;
  line-height: 0;
}

header ul{
  list-style: none;
  margin: 0;
  padding: 10px;
  width: 200px;
  position: absolute;
  right: 0
}

header ul li {
  display: inline-block;
}

header ul li img{
  width: 40px;
}

img{
	max-width:100%;
  margin: 0 auto;
  display: block;
}

section{
  margin: 30px auto;
}
span{
  font-size: 18px;
  font-weight: bold;
}
.section-inner{
  padding: 40px;
}
.mv {
background: linear-gradient(-25deg, #ff2a6d, #0885c3, #ff2a6d, #0885c3);
background-size: 300% 300%;

-webkit-animation: mv 1s ease infinite;
-moz-animation: mv 1s ease infinite;
animation: mv 1s ease infinite;}
@-webkit-keyframes mv {
    0%{background-position:0% 7%}
    50%{background-position:100% 94%}
    100%{background-position:0% 7%}
}
@-moz-keyframes mv {
    0%{background-position:0% 7%}
    50%{background-position:100% 94%}
    100%{background-position:0% 7%}
}
@keyframes mv {
    0%{background-position:0% 7%}
    50%{background-position:100% 94%}
    100%{background-position:0% 7%}
}
.button {
  display: inline-block;
  width: 200px;
  height: 90px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  outline: none;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 4px;
  color: #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .7);
  text-shadow: 0px 1px 0px rgba(0, 0, 0, .4);
  padding: 25px 0px;
  margin: 10px 0px;
}
.button:hover {
	background-color: rgba(255, 255, 255, .3);
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.container{
  margin-bottom: 100px;
}
.container-outer{
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  border-bottom-color: #121212;
  border-left-color: #080808;
  border-right-color: #080808;
  border-top-color: #020202;
  box-shadow:
    inset 0 0 18rem black,
    inset 0 0 3rem black,
    0 0 10rem black;
  z-index: -1;
}
.container-inner{
  width: 50%;
  display: block;
  margin: 0px auto;
  padding: 20px 10px;
}
@media screen and (min-width: 1281px){
  .container-inner{
    width: 700px;
  }
}
.content1 .title{
  margin-bottom: 20px;
}
.copy-txt {
  margin: 20px 0px;
  display: inline-block;;
}
.content2 .comment-box {
  width: 100%;
}
.content2 .comment-box-left{
  float: left;
  width: 30%;
}
.content2 .comment-box-right{
  float: right;
  width: 67%;
  font-size: 13px;
  padding-left: 10px;
}
.content3 .copy{
  font-weight: bold;
  font-size: 20px;
}
.content3 .pr-box{
  width: 100%;
  text-align: center;
  border-top: 1px solid #fff;
}
.content3 .pr-box-top{
  margin: 10px auto;
  height: 300px;
}
.content3 .pr-box-left{
  float: left;
  width: 50%;
}
.content3 .pr-box-left img{
  width: 60%;
  margin: 0 auto;
}
.content3 .pr-box-right{
  float: right;
  width: 50%;
}
.content3 .pr-box-right img{
  width: 80%;
  margin: 10px auto;
}
.content3 .pr-box-bottom img{
  width: 50%;
  margin: 0 auto;
}
.content4 .recommend-box{
  width: 100%;
}
.content4 .recommend-box-left{
  width: 50%;
  float: left;
}
.content4 .recommend-box-right{
  width: 50%;
  float: right;
}
.content5 .voice-box {
  height: 300px;
    overflow-y: scroll;
    border: 1px solid #fff;
    padding: 20px;
}
.content6{
  background: url(../img/bg2.png);
  background-size: auto 100%;
  width: 100%;
  padding: 5% 0px;
}
.content6 .content6-inner{
  width: 50%;
  margin: 0 auto;
}
.content7 .content7-inner{
  width: 80%;
  margin: 0 auto;
}
.content7 .profile-box{
  width: 100%;
  font-size: 0.8em;
  line-height: 2em;
}
.content7 .profile-box h2{
  text-align: center;
  text-indent: 0;
  line-height: 1.4em;
}
.content7 .profile-box img {
  width: 50%;
  margin: 0 auto;
  display: block;
}
.content7 .profile-box-left{
  width: 40%;
  float: left;
  padding: 5%;
}
.content7 .profile-box-left h2 span{
  font-size: 0.4em;
  line-height: 0
}
.content7 .profile-box-right{
  width: 40%;
  float: right;
  padding: 5%;
}
.content7 .profile-box-right h2{
  line-height: 2.6em;
}
.content7 .credit{
  text-align: center;
  clear: both;
}
.sp-footer{
  display: none;
}
.verna{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 150px;
}

/* 640w以下 */

@media all and (max-width: 640px){
  header{
    display: none;
  }
  br {
    display: none;
  }
  .container-inner{
    width: 90%;
    padding: 20px;
  }
  .content2 .comment-box-left {
    float: none;
    width: 50%;
    margin: 0 auto;
  }
  .content2 .comment-box-right,.content3 .pr-box-left{
    float: none;
    width: 100%;
  }
  .content3 .pr-box-top {
    height: auto;
  }
  .content3 .pr-box-left,.content3 .pr-box-right{
    float: none;
    width: 100%;
    padding: 0;
  }
  .content3 .pr-box-bottom img {
    width: 80%;
  }
  .content5 .voice-box br{
    display: block;
  }
  .content6 .content6-inner{
    width: 90%;
  }
  .content7 .content7-inner{
    width: 100%;
  }
  .content7 .profile-box-left,.content7 .profile-box-right{
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    float: none;
  }
  .section-inner{
    padding: 0px;
  }
  footer{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #444;
    height: 80px;
  }
  footer ul {
    border-spacing: 0px 0;
  }
  footer ul li{
    width: 100px;
    padding: 5px;
  }
  .pc-footer{
    display: none;
  }
  .sp-footer{
    display: block;
    width: 70%;
    float: left;
  }
  .so-footer li{
    padding: 5px;
  }
  .verna{
    width: 100px;
  }
}
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  color: #fff;
  z-index: 2;
}
