@charset "utf-8";

a:link {
  text-decoration: underline;
  color: #ff7027;
}

a:visited {
  text-decoration: underline;
  color: #ff7027;
}

a:hover {
  text-decoration: underline;
  color: #ff0000;
}

.wrap {
  width: 100%;
}

.header {
  position: relative;
  width: 100%;
  height: 100vh;
  text-align: center;
  background-image: url(../img/top_back.jpg);
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}

.header__main {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(../img/top.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header__name {
  position: absolute;
  width: 14%;
  height: auto;
  bottom: 40px;
  right: 20px;
}

.header__text {
  position: absolute;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.header__title {
  position: absolute;
  width: 26%;
  top: 42%;
  left: 25%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.header__title_01 {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

.header__title_02 {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

.header__title_03 {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

.header__title_04 {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

.header__title_05 {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

.header__title_06 {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

.header__bottom {
  position: absolute;
  width: 100%;
  height: 12px;
  bottom: 0;
  left: 0;
  background-image: url(../img/giza_top.png);
  background-size: auto 100%;
  background-position: bottom center;
  background-repeat: repeat;
}

.title_01 {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-delay: .5s;
}

.title_02 {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: 1.3s;
  -moz-animation-duration: 1.3s;
  animation-delay: 1.3s;
}

.title_03 {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  animation-delay: 1.6s;
}

.title_04 {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: 1.9s;
  -moz-animation-duration: 1.9s;
  animation-delay: 1.9s;
}

.title_05 {
  -webkit-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: 2.2s;
  -moz-animation-duration: 2.2s;
  animation-delay: 2.2s;
}

.title_06 {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-delay: 3s;
}

.header__article {
  width: 100%;
  height: 280px;
  text-align: center;
  background-image:
    url(../img/giza_top_w.png),
    url(../img/top_article.jpg);
  background-size:
    24px auto,
    auto 100%;
  background-position:
    bottom center,
    top center;
  background-repeat:
    repeat-x,
    no-repeat;
}

h2 {
  display: block;
  width: 300px;
  margin: 0 auto 3rem;
  text-align: center;
}

.outer {
  width: 100%;
}

.orange__bg {
  background-color: #ff8e32;
}

.white__bg {
  background-image:
    url(../img/giza_top.png),
    url(../img/giza_bottom.png),
    url(../img/bg.jpg);
  background-size:
    24px auto,
    24px auto,
    250px auto;
  background-position:
    bottom -1px center,
    top center,
    top center;
  background-repeat:
    repeat-x,
    repeat-x,
    repeat;
}

.white__bg__top {
  background-image:
    url(../img/giza_top.png),
    url(../img/bg.jpg);
  background-size:
    24px auto,
    250px auto;
  background-position:
    bottom -1px center,
    top center;
  background-repeat:
    repeat-x,
    repeat;
}

.white__bg_bottom {
  background-image:
    url(../img/giza_bottom.png),
    url(../img/bg.jpg);
  background-size:
    24px auto,
    250px auto;
  background-position:
    top center,
    top center;
  background-repeat:
    repeat-x,
    repeat;
}

.bg__image_01 {
  background-image:
    url(../img/bg_02.jpg),
    url(../img/bg_01.jpg);
  background-size:
    600px auto,
    600px auto;
  background-position:
    center left,
    center right;
  background-repeat:
    no-repeat,
    no-repeat;
}

.bg__image_02 {
  background-image: url(../img/bg_03.jpg);
  background-size: 700px auto;
  background-position: center right;
  background-repeat: no-repeat;
}

.bg__image_03 {
  background-image:
    url(../img/bg_04.jpg),
    url(../img/bg_05.jpg);
  background-size:
    420px auto,
    420px auto;
  background-position:
    center left,
    center right;
  background-repeat:
    no-repeat,
    no-repeat;
}

.content {
  width: 900px;
  margin: 0 auto;
}

.wide__inner {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
}

.inner {
  width: 640px;
  margin: 0 auto;
  padding: 4rem 0;
}

.movie__area {
  width: 100%;
}

.movie__area ul li {
  display: inline-block;
  width: 48%;
  margin-right: 4%;
}

.movie__area ul li:last-child {
  margin-right: 0;
}

.news__area {
  width: 100%;
}

.news__area {
  width: 100%;
}

.news__area__outer {
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: #666 solid 1px;
}

.news__area__bottom {
  margin-bottom: 2rem;
}

.news__area__outer ul li {
  display: inline-block;
  width: 100%;
}

.news__area__outer ul li:nth-child(1) {
  color: #666;
  font-size: 12px;
  margin-bottom: .6rem;
}

.news__area__outer ul li:nth-child(2) {
  width: 100%;
  padding-bottom: .6rem;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
  border-bottom: #666 solid 1px;
}

.news__area__outer ul li:nth-child(3) {
  font-size: 14px;
}

h3 {
  text-align: left;
  font-size: 20px;
}

h4 {
  text-align: left;
  font-size: 18px;
}

.news__area__outer p {
  width: 100%;
  padding-bottom: 1rem;
}

.news__area__outer .red {
  color: #ff0000;
}

.news__area__outer .blue {
  color: #0012ff;
}

.news__area__outer .orange {
  color: #ff8e32;
}

.news__area__outer .bold {
  font-weight: bold;
}

.news__area__outer .line-through {
  text-decoration: line-through;
}

.image__full {
  width: 100%;
  padding: 1rem 0 ;
}

.image__middle {
    width: 30%;
    padding: 1rem;
    display: inline-block;
}

.btn__back {
  width: 40%;
  margin: 3rem auto 0;
}

.chara__area {
  width: 100%;
  margin-top: 3rem;
}

.chara__area ul {
  text-align: center;
}

.chara__area ul li {
  display: inline-block;
  width: 15%;
  margin-left: 2%;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
}

.chara__area ul li img {
  margin-bottom: .6rem;
}

.chara__area ul li:first-child {
  margin-left: 0;
}

.book__area {
  width: 100%;
}

.book__area ul li {
  position: relative;
  display: inline-block;
  width: 47%;
  margin-left: 6%;
}

.book__area ul li:first-child {
  margin-left: 0;
}

.book__cover {
  width: 48%;
}

.book__text {
  position: absolute;
  width: 48%;
  height: auto;
  top: 0;
  right: 0;
}

.book__btn {
  position: absolute;
  width: 48%;
  height: auto;
  bottom: 0;
  right: 0;
}

.twitter__area {
  width: 100%;
}

.twitter__area ul {
  text-align: center;
}

.twitter__area ul li {
  position: relative;
  display: inline-block;
  width: 36%;
  margin-left: 4%;
}

.twitter__area ul li:first-child {
  margin-left: 0;
}

.present__title {
  width: 100%;
  margin: 0 auto 3rem;
  text-align: center;
}

.present__text {
  width: 100%;
  margin: 0 auto 3rem;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.present__area__outer {
  width: 100%;
  padding-bottom: 2rem;
  border-bottom: #666 solid 1px;
}

.present__area__outer ul {
  text-align: center;
}

.present__area__outer ul li {
  display: inline-block;
  width: 30%;
  margin-right: 5%;
  vertical-align: top;
}

.present__area__outer ul li:last-child {
  margin-right: 0;
}

.wp__thumb__image {
  width: 80%;
  margin: 0 auto .6rem;
}

.present__area__outer ul li p {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 14px;
  text-align: left;
}

.present__area__outer ul li p span {
  display: block;
  width: 100%;
  height: 4em;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.btn__dl {
  width: 70%;
  margin: 0 auto .6rem;
}

.wallpaper__text p {
  font-size: 14px;
}

.wallpaper__text p span {
  display: block;
  width: 100%;
  margin: 3rem 0 1rem;
  padding-bottom: .3rem;
  font-size: 16px;
  font-weight: bold;
  border-bottom: #666 solid 1px;
}

.footer {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
  color: #666;
  font-size: 70%;
  text-align: center;
}

.social {
  width: 100%;
}

.social ul {
  text-align: center;
}

.social ul li {
  display: inline-block;
  width: 6%;
  margin: 0 12px 0;
}

.social ul li:last-of-type {
  display: block;
  width: 24%;
  margin: 2rem auto 0;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
  .pc_display {
    display: none;
  }

  .article {
    margin-bottom: 3rem;
  }

  .header {
    width: 100%;
    height: 100%;
    background-image: none;
  }

  .header__article {
    display: flex;
    width: 100%;
    height: auto;
    background-image:
      url(../img/giza_top_w.png),
      url(../img/top_sp_article.jpg);
    background-size:
      24px auto,
      100% auto;
    background-position:
      bottom center,
      top center;
    background-repeat:
      repeat-x,
      no-repeat;
  }

  .header__article:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    padding-bottom: 44%;
  }

  h2 {
    width: 70%;
    margin: 0 auto 2rem;
  }

  .orange__bg {
    background-color: #ff8e32;
  }

  .white__bg {
    background-image:
      url(../img/giza_top.png),
      url(../img/giza_bottom.png),
      url(../img/bg.jpg);
    background-size:
      24px auto,
      24px auto,
      250px auto;
    background-position:
      bottom center,
      top center,
      top center;
    background-repeat:
      repeat-x,
      repeat-x,
      repeat;
  }

  .white__bg_bottom {
    background-image:
      url(../img/giza_bottom.png),
      url(../img/bg.jpg);
    background-size:
      24px auto,
      250px auto;
    background-position:
      top center,
      top center;
    background-repeat:
      repeat-x,
      repeat;
  }

  .bg__image_01 {
    background-image: none;
  }

  .bg__image_02 {
    background-image: url(../img/bg_01_sp.jpg);
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
  }

  .bg__image_03 {
    background-image: none;
  }

  .content {
    width: 100%;
  }

  .wide__inner {
    width: 90%;
    padding: 3rem 0;
  }

  .inner {
    width: 90%;
    padding: 3rem 0;
  }

  .movie__area ul li {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
  }

  .movie__area ul li:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }

  .arasuji__bottom {
    padding: 3rem 0 14rem;
  }

  .btn__back {
    width: 80%;
    margin: 2rem auto 0;
  }

  .chara__area {
    width: 100%;
    margin-top: 3rem;
  }

  .chara__area ul {
    text-align: center;
  }

  .chara__area ul li {
    width: 29%;
    margin-left: 4%;
    margin-bottom: 1rem;
    font-size: 12px;
  }

  .chara__area ul li:first-child {
    margin-left: 0;
  }

  .chara__area ul li:nth-child(4) {
    margin-left: 0;
  }

  .book__area {
    width: 100%;
  }

  .book__area ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 3rem;
  }

  .book__area ul li:last-child {
    margin-bottom: 0;
  }

  .twitter__area ul li {
    width: 48%;
    margin-left: 4%;
  }

  .present__title {
    margin: 0 auto 2rem;
  }

  .present__text {
    margin: 0 auto 2rem;
    font-size: 16px;
    text-align: left;
  }

  .present__area__outer ul li {
    width: 45%;
    margin-bottom: 4rem;
    margin-right: 10%;
  }

  .present__area__outer ul li:nth-child(2) {
    margin-right: 0;
  }

  .present__area__outer ul li:last-child {
    margin-bottom: 0;
  }

  .wp__thumb__image {
    width: 100%;
    margin: 0 auto .6rem;
  }

  .present__area__outer ul li p {
    width: 100%;
    margin: 1rem auto 1rem;
  }

  .present__area__outer ul li p span {
    height: auto;
    margin: 1rem auto;
    font-size: 14px;
  }

  .btn__dl {
    width: 100%;
    margin: 0 auto;
  }

  .wallpaper__text p {
    font-size: 14px;
  }

  .wallpaper__text p span {
    display: block;
    width: 100%;
    margin: 3rem 0 1rem;
    padding-bottom: .3rem;
    font-size: 16px;
    font-weight: bold;
    border-bottom: #666 solid 1px;
  }

  .footer {
    padding: 3rem 0;
    font-size: 60%;
  }

  .social ul li {
    display: inline-block;
    width: 12%;
    margin: 0 4% 2rem;
  }

  .social ul li:last-of-type {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
}


@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait) {
  .sp_display {
    display: none;
  }

  .header__main {
    background-position: center right -310px;
  }

  .header__name {
    width: 24%;
  }

  .header__text {
    width: 70px;
  }

  .header__title {
    width: 38%;
    top: 42%;
    left: 24%;
  }

  .header__article {
    height: 200px;
  }

  .bg__image_01 {
    background-image: none;
  }

  .bg__image_02 {
    background-size: 500px auto;
    background-position: center right -100px;
  }

  .bg__image_03 {
    background-image: none;
  }

  .content {
    width: 90%;
    margin: 0 auto;
  }

  .wide__inner {
    width: 90%;
    padding: 3rem 0;
  }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 4rem 0;
  }
	
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
  .sp_display {
    display: none;
  }

  .header__text {
    width: 66px;
  }

  .bg__image_01 {
    background-size:
      400px auto,
      400px auto;
  }

  .bg__image_02 {
    background-image: url(../img/bg_03.jpg);
    background-size: 500px auto;
  }

  .bg__image_03 {
    background-size:
      300px auto,
      300px auto;
  }

  .content {
    width: 80%;
    margin: 0 auto;
  }

  .wide__inner {
    width: 80%;
    padding: 3rem 0;
  }

  .inner {
    width: 70%;
    margin: 0 auto;
    padding: 4rem 0;
  }
.image__middle {
    width: 30%;
    padding: 1rem;
    display: inline-block;
}
}

@media screen and (min-width: 1025px) {
  .sp_display {
    display: none;
  }

  .header {
    min-width: 1100px;
    min-height: 800px;
  }

  a.btn_over img {
    -webkit-transition: -weblit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    transition: transform 0.3s;
  }

  a.btn_over img:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
.image__middle {
    width: 30%;
    padding: 1rem;
    display: inline-block;
}
}
