@charset "UTF-8";
html, body, h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd, ol {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  font-family: "Hiragino kaku Gothic ProN",Meiryo,sans-serif;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

a {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

/*------------Font-size------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

p {
  font-size: 16px;
}

@media screen and (max-width: 375px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.8rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2.0rem;
  }
  h5 {
    font-size: 1.6rem;
  }
  p {
    font-size: 1.4rem;
  }
}

/*-------RESET設定ここまで-------*/
header nav ul li a, .char .sample a, .special-item a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/*全体レイアウト
------------------------------*/
body {
  background: #f5e5e4;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  background: #f5e5e4;
}

.wrapper {
  width: 84.08333%;
  margin: auto;
}

/*headerレイアウト
------------------------------*/
header {
  position: relative;
  height: 0;
  padding-top: 19.16667%;
  margin-bottom: 53px;
  background: url(../img/header-bg2.png) no-repeat center 0;
  /*ナビゲーション レイアウト
  -------------------------------*/
}

header h1 {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  top: 7.82609%;
}

header h1 img {
  width: 21.16%;
}

header nav {
  position: absolute;
  left: 16.75%;
  top: 70%;
  width: 58.25%;
}

header .twitter {
  position: absolute;
  left: 85%;
  top: 0;
}

header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav ul li {
  line-height: 50px;
  -webkit-transition: .2s;
  transition: .2s;
  margin-right: 8.58369%;
}

header nav ul li a {
  display: block;
}

header nav ul li:nth-child(1) {
  width: 49.35622%;
  background: url(../img/header-menu-01.png) no-repeat 0 0/contain;
}

header nav ul li:nth-child(1):hover {
  background-image: url(../img/header-menu-01-hov.png);
}

header nav ul li:nth-child(2) {
  width: 16.45207%;
  background: url(../img/header-menu-02.png) no-repeat 0 0/contain;
}

header nav ul li:nth-child(2):hover {
  background-image: url(../img/header-menu-02-hov.png);
}

header nav ul li:nth-child(3) {
  width: 16.7382%;
  margin-right: 0;
  background: url(../img/header-menu-03.png) no-repeat 0 0/contain;
}

header nav ul li:nth-child(3):hover {
  background-image: url(../img/header-menu-03-hov.png);
}

header .twitter:hover {
  -webkit-animation: rotate_anime 1s;
          animation: rotate_anime 1s;
}

@-webkit-keyframes rotate_anime {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    /* アニメーションの進みが0%の時の状態 */
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    /* アニメーションの進みが100%の時の状態 */
  }
}

@keyframes rotate_anime {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    /* アニメーションの進みが0%の時の状態 */
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
    /* アニメーションの進みが100%の時の状態 */
  }
}

/*スライダー画像 レイアウト
-----------------------------*/
.top-slider {
  width: 83.33333%;
  margin: 0 auto 35px;
}

/*コンセプト画像
-------------------------------*/
.concept {
  margin-bottom: 44px;
}

/*製品情報
--------------------------------*/
h2 {
  margin-bottom: 27px;
}

/*pv-movie
---------------------------------*/
.pv-movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 24.77701%;
  margin-bottom: 3rem;
}

.pv-movie .pv-char01, .pv-movie .pv-char02, .pv-movie .pv-char03 {
  position: absolute;
  left: 0;
  top: 0;
  width: 32.5%;
  height: 0;
  padding-top: 24.77701%;
}

.pv-movie .pv-char01 iframe, .pv-movie .pv-char02 iframe, .pv-movie .pv-char03 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.pv-movie .pv-char02 {
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pv-movie .pv-char03 {
  left: auto;
  right: 0;
}

/*キャラクター紹介
---------------------------------*/
.char {
  position: relative;
  height: 0;
  padding-top: 63.62735%;
  margin-bottom: 62px;
}

.char .sample {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  width: 89.19722%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.char .sample li {
  width: 28.88889%;
  -webkit-transition: .3s;
  transition: .3s;
}

.char .sample a {
  display: block;
  line-height: 61px;
}

.char .sample a.hide {
  display: none;
}

.char01 {
  background: url(../img/char-01-base.png) no-repeat 0 0/contain;
}

.char01 li:nth-child(1) > a {
  background: url(../img/char01-sample01-nor.jpg) no-repeat 0 0/contain;
}

.char01 li:nth-child(1) > a:hover, .char01 li:nth-child(1) > a.play {
  background-image: url(../img/char01-sample01-hov.jpg);
}

.char01 li:nth-child(2) > a {
  background: url(../img/char01-sample02-nor.jpg) no-repeat 0 0/contain;
}

.char01 li:nth-child(2) > a:hover, .char01 li:nth-child(2) > a.play {
  background-image: url(../img/char01-sample02-hov.jpg);
}

.char01 li:nth-child(3) > a {
  background: url(../img/char01-sample03-nor.jpg) no-repeat 0 0/contain;
}

.char01 li:nth-child(3) > a:hover, .char01 li:nth-child(3) > a.play {
  background-image: url(../img/char01-sample03-hov.jpg);
}

.char02 {
  background: url(../img/char-02-base.png) no-repeat 0 0/contain;
}

.char02 li:nth-child(1) > a {
  background: url(../img/char02-sample01-nor.jpg) no-repeat 0 0/contain;
}

.char02 li:nth-child(1) > a:hover, .char02 li:nth-child(1) > a.play {
  background-image: url(../img/char02-sample01-hov.jpg);
}

.char02 li:nth-child(2) > a {
  background: url(../img/char02-sample02-nor.jpg) no-repeat 0 0/contain;
}

.char02 li:nth-child(2) > a:hover, .char02 li:nth-child(2) > a.play {
  background-image: url(../img/char02-sample02-hov.jpg);
}

.char02 li:nth-child(3) > a {
  background: url(../img/char02-sample03-nor.jpg) no-repeat 0 0/contain;
}

.char02 li:nth-child(3) > a:hover, .char02 li:nth-child(3) > a.play {
  background-image: url(../img/char02-sample03-hov.jpg);
}

.char03 {
  margin-bottom: 71px;
  background: url(../img/char-03-base.png) no-repeat 0 0/contain;
}

.char03 li:nth-child(1) > a {
  background: url(../img/char03-sample01-nor.jpg) no-repeat 0 0/contain;
}

.char03 li:nth-child(1) > a:hover, .char03 li:nth-child(1) > a.play {
  background-image: url(../img/char03-sample01-hov.jpg);
}

.char03 li:nth-child(2) > a {
  background: url(../img/char03-sample02-nor.jpg) no-repeat 0 0/contain;
}

.char03 li:nth-child(2) > a:hover, .char03 li:nth-child(2) > a.play {
  background-image: url(../img/char03-sample02-hov.jpg);
}

.char03 li:nth-child(3) > a {
  background: url(../img/char03-sample03-nor.jpg) no-repeat 0 0/contain;
}

.char03 li:nth-child(3) > a:hover, .char03 li:nth-child(3) > a.play {
  background-image: url(../img/char03-sample03-hov.jpg);
}

/*特典情報
---------------------------------*/
.special-item {
  position: relative;
  height: 0;
  margin-bottom: 25px;
  padding-top: 27.84936%;
}

.special-item a {
  position: absolute;
  display: inline-block;
  width: 25.76809%;
  line-height: 61px;
  background: url(../img/shop-nor.jpg) no-repeat 0 0/contain;
  left: 67.49257%;
  bottom: 10%;
  -webkit-transition: .2s;
  transition: .2s;
}

.special-item a:hover {
  background-image: url(../img/shop-hov.jpg);
}

.special-item a.hide {
  display: none;
}

.sp-item01 {
  padding-top: 68.18632%;
  background: url(../img/special-01-base.png) no-repeat 0 0/contain;
}

.sp-item01 a {
  bottom: auto;
}

.sp-item01 a:nth-child(1) {
  top: 32.55814%;
}

.sp-item01 a:nth-child(2) {
  top: 58.43023%;
}

.sp-item01 a:nth-child(3) {
  top: 84.59302%;
}

.sp-item02, .sp-item04, .sp-item05 {
  background: url(../img/special-02-base.png) no-repeat 0 0/contain;
  padding-top: 50.04955%;
}

.sp-item02 a, .sp-item04 a, .sp-item05 a {
  bottom: auto;
}

.sp-item02 a:nth-child(1), .sp-item04 a:nth-child(1), .sp-item05 a:nth-child(1) {
  top: 39.40594%;
}

.sp-item02 a:nth-child(2), .sp-item04 a:nth-child(2), .sp-item05 a:nth-child(2) {
  top: 58.0198%;
}

.sp-item02 a:nth-child(3), .sp-item04 a:nth-child(3), .sp-item05 a:nth-child(3) {
  top: 76.63366%;
}

.sp-item03 {
  background: url(../img/special-03-base.png) no-repeat 0 0/contain;
}

.sp-item03 a {
  background-image: url(../img/shop2-nor.jpg);
}

.sp-item03 a:hover {
  background-image: url(../img/shop2-hov.jpg);
}

.sp-item04, .sp-item05 {
  background-image: url(../img/special-04-base.png);
}

.sp-item04 a:nth-child(1), .sp-item05 a:nth-child(1) {
  top: 30.92784%;
}

.sp-item04 a:nth-child(2), .sp-item05 a:nth-child(2) {
  top: 50.30928%;
}

.sp-item04 a:nth-child(3), .sp-item05 a:nth-child(3) {
  top: 69.69072%;
}

.sp-item05 {
  background-image: url(../img/special-05-base.png);
}

/*footer レイアウト
-----------------------*/
footer {
  position: relative;
  height: 0;
  padding-top: 19.16667%;
  background: url(../img/footer-bg.png) no-repeat 0 0/contain;
}

footer p {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  margin: auto;
  text-align: center;
}

footer p a {
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block;
}

footer p a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*page-top
------------------------------*/
.page-top {
  position: fixed;
  right: 1%;
  bottom: 1%;
  z-index: 100;
  -webkit-transition: .3s;
  transition: .3s;
}

.page-top:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

/*レスポンシブ対応
---------------------------------*/
@media (max-width: 414px) {
  .wrapper {
    width: 95%;
  }
  h2 {
    text-align: center;
  }
  /*sample voice
  ------------------------------*/
  .char .sample a {
    line-height: 0;
    height: 0;
    padding-top: 23.46154%;
  }
  /*特典情報
  -------------------------------*/
  .special-item a {
    line-height: 0;
    height: 0;
    padding-top: 5.35088%;
  }
  /*footer
  -------------------------------*/
  footer p a {
    width: 18%;
  }
  /*page-top
  ---------------------------------*/
  .page-top {
    width: 20%;
  }
}
/*# sourceMappingURL=style.css.map */