/* Common Style */

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: bottom;
}


/* Font Text Title Setting */

body {
  font-family: "メイリオ", "Meiryo";
  color: black;
}

p li {
  font-size: 1em;
  line-height: 150%;
}

a {
  color: black;
  text-decoration: none;
}

::selection {
  background: #fde72e;
  /* Safari */
}

::-moz-selection {
  background: #fde72e;
  /* Firefox */
}


/*  Main Contentes  */

.wrapper {
  margin: 0 auto;
  background-color: white;
}


/* Top */

.top_chara {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 920px;
  /*text-align: center;たぶん不要 */
  background-position: top right;
  background-repeat: no-repeat;
  background-image: url(../img/top_chara_01.png);
  transition: 0.5s;
}

.top_bg {
  position: relative;
  margin: -68px auto 0;
  width: 1000px;
  height: 920px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../img/bg_main.jpg);
}

.top_bg img {
  display: block;
}

.title_logo {
  position: absolute;
  top: 100px;
  left: -45px;
  transition: 0.5s;
}

.text_l {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: overlay;
  opacity: 0.8;
}

.text_r {
  position: absolute;
  bottom: 87px;
  right: 0;
  mix-blend-mode: overlay;
  opacity: 0.8;
}

.release_back {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 87px;
  padding: 0;
  margin: 0;
  width: 100%;
  background-color: black;
}

@media screen and (max-width:1000px) {
  /*　画面サイズが1000pxからはここを読み込む　*/
  .release_back {
    width: 1000px;
  }
}

.release {
  margin: 0 auto;
}

.pack_index {
  position: absolute;
  top: 390px;
  left: 35px;
  display: inline-block;
  border: solid 5px #fde72e;
  background-image: url(../img/bg_link.png);
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.pack_index a {
  text-align: center;
  display: block;
  border: solid 5px black;
  margin: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.pack_index a:hover {
  opacity: 0.5
}

.pack_index h5 {
  background-color: #fde72e;
  margin: 0;
}

.pack_index h4 {
  height: 17px;
  line-height: 20px;
  font-size: 0.8em;
  font-weight: bold;
  margin: 0;
  color: #fde72e;
  background-color: black;
  padding: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.index_title img {
  display: inline;
}

.index_title {
  text-align: center;
  margin: -5px auto 0;
  background: #fde72e;
  padding: 0 0 10px;
}


/* Common Bg*/

.cell {
  padding: 0;
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}

.bg_back {
  margin: -60px auto;
  padding: 60px 0;
  background-image: url(../img/bg_link.png);
}

.contents {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

@media screen and (max-width:1000px) {
  /*　画面サイズが1000pxからはここを読み込む　*/
  .contents {
    width: 1000px;
  }
}

.cell_bg {
  width: 1000px;
  overflow: hidden;
}

@media screen and (min-width:1000px) {
  /*　画面サイズが1000pxからはここを読み込む　*/
  .cell_bg, .top_bg {
    width: 100%;
  }
}

.bg_01, .bg_03, .bg_04, .bg_06 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_cell.jpg);
}

.bg_sp {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_sub_01.jpg);
}

.bg_05 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/bg_sub_02.jpg);
}


/* Title */

h2 {
  margin: 60px 0 0;
  padding: 30px 0 0;
  text-align: center;
}


/* Header */

.header {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  height: 68px;
  z-index: 999
}

@media screen and (min-width:1000px) {
  /*　画面サイズが1000pxからはここを読み込む　*/
  .header {
    width: 100%;
  }
}

.header img {
  position: absolute;
  top: 8px;
  left: 40px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header img:hover {
  opacity: 0.5;
}

.header ul {
  margin: 0 20px 0 0;
  text-align: right;
  height: 100%;
  list-style: none;
  font-size: 0;
}

.header li {
  vertical-align: middle;
  display: inline-block;
}

.hd_btn {
  display: block;
  font-size: 15px;
  font-weight: bolder;
  line-height: 40px;
  margin: 10px 5px;
  padding: 0 30px 0;
  height: 38px;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hd_btn:hover {
  color: black;
  background-color: #ffe728;
}

.tw_btn {
  display: block;
  font-size: 15px;
  font-weight: bolder;
  line-height: 40px;
  margin: 10px 5px;
  padding: 0 30px 0;
  height: 38px;
  color: white;
  height: 38px;
  width: 38px;
  padding: 0;
  background-image: url(../img/logo_twitter_s.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #1da1f2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


/* About */

#about table {
  margin: 0 auto 60px;
  padding: 40px 0;
  text-align: center;
  border-spacing: 0;
  table-layout: fixed;
}

#about .text {
  padding-right: 50px;
  padding-left: 50px;
  width: 650px;
  text-align: left;
}

#about h1 {
  font-size: 1.5em;
  margin: 45px 0;
}

#about p {
  margin: 20px 0;
}

#about ul {
  padding: 0;
  margin: 45px 0;
  list-style: none;
  font-size: 0.8em;
  font-weight: bold;
  color: #3ae300;
}

#about li {
  margin: 0;
  padding: 0;
  text-align: left;
}

#about .pack {
  width: 350px;
}

#about a {
  display: inline-block;
  margin: 30px 0;
  border: solid 5px black;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background-color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#about .pack a:hover {
  opacity: 0.5
}

#about table img {
  vertical-align: bottom;
}

#about figure {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  border-radius: 5px;
}

#about h3 {
  font-size: 1em;
  color: #fde72e;
  margin: 8px auto 0;
}


/* Movie */

#movie table {
  margin: 0 auto;
  padding: 0;
  border-spacing: 0;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

#movie tr td {
  padding: 0;
  width: 50%;
  height: 338px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

#movie tr td:nth-of-type(1) {
  background-image: url(../img/bg_movie_01.jpg);
}

#movie tr td:nth-of-type(2) {
  background-image: url(../img/bg_movie_02.jpg);
}

#movie a {
  vertical-align: bottom;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#movie a:hover {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#movie img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


/* CG */

#cg table {
  margin: 0 auto 60px;
  padding: 20px 0 50px;
  text-align: center;
  border-spacing: 24px 37px;
}

#cg table img {
  border: 5px black solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#cg table img:hover {
  opacity: 0.5;
}


/* Special */

#special img {
  margin: 20px;
}

#special table {
  margin: 20px auto 80px;
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: center;
  table-layout: fixed;
}

#special .tapestry {
  padding: 0 35px 50px;
}

#special .sofmap {
  height: 250px;
  width: 800px;
  padding: 0 35px;
  background-image: url(../img/bg_cell.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#special h4 {
  margin: 0 0 20px;
  font-size: 1.2em;
}

#special p {
  margin: 0;
  font-size: 0.9em;
}

#special .sample {
  transition: 0.5s;
}

#special .sample:hover {
  opacity: 0.5;
  transition: 0.5s;
}

#special .button a {
  display: inline-block;
  width: 270px;
  height: 35px;
  line-height: 35px;
  color: black;
  background-color: #fde72e;
  border: 5px solid #fde72e;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#special .button a:hover {
  border: 5px solid #fde72e;
  background-color: white;
  color: black;
}

#special .button a::before, #special .button a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fde72e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#special .button a::before {
  right: 0;
}

#special .button a::after {
  left: 0;
}

#special .button a:hover::before, #special .button a:hover::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
  background-color: #fde72e;
}


/* Store Link */

#link table {
  margin: 0 auto 0;
  padding-top: 20px;
  padding-bottom: 10px;
  text-align: center;
  border-spacing: 25px 20px;
  table-layout: fixed;
}

#link .original {
  border-spacing: 25px 60px;
  padding-top: 20px;
  padding-bottom: 40px;
}

#link .item {
  width: 400px;
}

#link .item img {
  border: solid 5px black;
}

#link .comment {
  width: 350px;
}

#link .comment h3 {
  margin: 0 auto 20px;
  padding: 5px 0;
  background-color: black;
  color: #fde72e;
}

#link .comment h5 {
  margin: 30px auto;
  font-size: 1.5em;
}

#link p {
  margin: 0 auto 100px;
  color: black;
}

#link a {
  display: inline-block;
  width: 270px;
  height: 35px;
  line-height: 35px;
  color: black;
  background-color: #fde72e;
  border: 5px solid #fde72e;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#link a:hover {
  border: 5px solid #fde72e;
  background-color: white;
  color: black;
}

#link a::before, #link a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fde72e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#link a::before {
  right: 0;
}

#link a::after {
  left: 0;
}

#link a:hover::before, #link a:hover::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 0;
  background-color: #fde72e;
}


/* spec */

#spec table {
  margin: 0 auto 60px;
  padding-top: 40px;
  padding-bottom: 50px;
  border-spacing: 5px 5px;
}

#spec tr td:nth-of-type(2n+1) {
  font-size: 0.7em;
  text-align: center;
  color: #fde72e;
  background-color: black;
  width: 100px;
  padding: 5px 10px;
  font-weight: bold;
}

#spec tr td:nth-of-type(2n) {
  font-size: 0.95em;
  text-align: left;
  background-color: #fde72e;
  width: 600px;
  text-align: left;
  padding: 5px 0 5px 15px;
}

#spec b {
  font-size: 0.85em;
  font-weight: normal;
}


/*footer*/

footer {
  text-align: center;
  height: 70px;
  width: 1000px;
}

@media screen and (min-width:1000px) {
  /*　画面サイズが1000pxからはここを読み込む　*/
  footer {
    width: 100%;
  }
}

.ft_logo {
  font-weight: bold;
  color: black;
  padding: 5px 20px;
  background-color: #fde72e;
}

.ft_btn {
  position: fixed;
  right: 23px;
  bottom: 30px;
  cursor: pointer;
  z-index: 250;
  width: 55px;
  height: 55px;
  background-color: black;
  z-index: 999;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}


/* Button Hover */

.tw-btn-s, .ft_btn {
  transition: 0.2s;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
}

.tw-btn-s:hover, .ft_btn:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


/* Twitter */

.tw-btn-s {
  position: fixed;
  bottom: 100px;
  right: 25px;
  display: block;
  background-color: #1da1f2;
  overflow: hidden;
  width: 55px;
  height: 55px;
  z-index: 999;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
