@charset "UTF-8";
/*
---
name: fontsize
category: -mixin
---

font-size:引数px; font-size:引数/10rem;
に設定
```scss
  @include fontsize(引数);
```
 */
/*
---
name: 別窓付きリンク
category: -mixin
---
```pug
  a(href="//www.google.com" target="_blank") テキストリンク
  |　target="_blank"が喜寿されている要素に付与される
```
*/
/*
---
name: ブレイクポイントで表示切り替え
category: -helper
---

```pug
._showSp SPで表示
._showPc PCで表示
```
*/
@media screen and (min-width: 760px) {
  ._showSp {
    display: none !important;
  }
}

@media screen and (max-width: 759px) {
  ._showPc {
    display: none !important;
  }
}

header {
  top: 0;
  background-color: #fff;
  box-shadow: none;
}

header nav.header-nav ul li.story a {
  background-position: -11px -281px;
}

header nav.header-nav ul li.pokemon a {
  background-position: -117px -281px;
}

header nav.header-nav ul li.character a {
  background-position: -223px -281px;
}

header nav.header-nav ul li.howtoplay a {
  background-position: -326px -281px;
}

header nav.header-nav ul li.pokemongo a {
  background-position: -420px -281px;
}

header nav.header-nav ul li.lineup a {
  background-position: -540px -281px;
}

@media screen and (min-width: 760px) {
  header nav.header-nav ul li.story a:hover {
    background-position: -11px -421px;
  }
  header nav.header-nav ul li.pokemon a:hover {
    background-position: -117px -421px;
  }
  header nav.header-nav ul li.character a:hover {
    background-position: -223px -421px;
  }
  header nav.header-nav ul li.howtoplay a:hover {
    background-position: -326px -421px;
  }
  header nav.header-nav ul li.pokemongo a:hover {
    background-position: -420px -421px;
  }
  header nav.header-nav ul li.lineup a:hover {
    background-position: -540px -421px;
  }
  header nav.header-nav ul li.current.story a {
    background-position: -11px -421px;
  }
  header nav.header-nav ul li.current.pokemon a {
    background-position: -117px -421px;
  }
  header nav.header-nav ul li.current.character a {
    background-position: -223px -421px;
  }
  header nav.header-nav ul li.current.howtoplay a {
    background-position: -326px -421px;
  }
  header nav.header-nav ul li.current.pokemongo a {
    background-position: -420px -421px;
  }
  header nav.header-nav ul li.current.lineup a {
    background-position: -540px -421px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1160px) {
  header nav.header-nav ul li.story a {
    background-position: 0 67%;
  }
  header nav.header-nav ul li.story a:hover {
    background-position: 0 100.5%;
  }
  header nav.header-nav ul li.pokemon a {
    background-position: 20% 67%;
  }
  header nav.header-nav ul li.pokemon a:hover {
    background-position: 20% 100.5%;
  }
  header nav.header-nav ul li.character a {
    background-position: 40% 67%;
  }
  header nav.header-nav ul li.character a:hover {
    background-position: 40% 100.5%;
  }
  header nav.header-nav ul li.howtoplay a {
    background-position: 58% 67%;
  }
  header nav.header-nav ul li.howtoplay a:hover {
    background-position: 58% 100.5%;
  }
  header nav.header-nav ul li.pokemongo a {
    background-position: 79% 67%;
  }
  header nav.header-nav ul li.pokemongo a:hover {
    background-position: 79% 100.5%;
  }
  header nav.header-nav ul li.lineup a {
    background-position: 97% 67%;
  }
  header nav.header-nav ul li.lineup a:hover {
    background-position: 97% 100.5%;
  }
  header nav.header-nav ul li.current.story a {
    background-position: 0 100.5%;
  }
  header nav.header-nav ul li.current.pokemon a {
    background-position: 20% 100.5%;
  }
  header nav.header-nav ul li.current.character a {
    background-position: 40% 100.5%;
  }
  header nav.header-nav ul li.current.howtoplay a {
    background-position: 58% 100.5%;
  }
  header nav.header-nav ul li.current.pokemongo a {
    background-position: 79% 100.5%;
  }
  header nav.header-nav ul li.current.lineup a {
    background-position: 97% 100.5%;
  }
}

@media screen and (max-width: 759px) {
  header nav.header-nav ul li.home a {
    background-position: 0 -149px;
  }
  header nav.header-nav ul li.story a {
    background-position: -87px -149px;
  }
  header nav.header-nav ul li.pokemon a {
    background-position: -192px -149px;
  }
  header nav.header-nav ul li.character a {
    background-position: -311px -149px;
  }
  header nav.header-nav ul li.howtoplay a {
    background-position: -402px -149px;
  }
  header nav.header-nav ul li.pokemongo a {
    background-position: -495px -149px;
  }
  header nav.header-nav ul li.lineup a {
    background-position: -620px -149px;
  }
  header nav.header-nav ul li.current.story a {
    background-position: -87px -224px;
  }
  header nav.header-nav ul li.current.pokemon a {
    background-position: -192px -224px;
  }
  header nav.header-nav ul li.current.character a {
    background-position: -311px -224px;
  }
  header nav.header-nav ul li.current.howtoplay a {
    background-position: -402px -224px;
  }
  header nav.header-nav ul li.current.pokemongo a {
    background-position: -495px -224px;
  }
  header nav.header-nav ul li.current.lineup a {
    background-position: -620px -224px;
  }
}

@media screen and (max-width: 759px) {
  header .header-news a {
    background-position: -720px -149px;
  }
  header .header-news.current a {
    background-position: -720px -224px;
  }
}

footer .footer-bg {
  height: auto;
}

main .sns {
  display: none;
}

main {
  margin-top: 110px;
  background: url(/ex/pika_vee/pv_comment/images/pattern_yellow.jpg) 0 0 repeat;
  overflow: hidden;
}

@media screen and (min-width: 760px) and (max-width: 1160px) {
  main {
    margin-top: 9.5vw;
  }
}

@media screen and (max-width: 759px) {
  main {
    margin-top: 90px;
    padding-top: 0;
    background-size: 9px 9px;
  }
}

main .container {
  padding-top: 0;
}

.kv {
  background: url("/ex/pika_vee/pv_comment/images/kv_bg.jpg") 50% 50% no-repeat;
  background-size: cover;
  height: 600px;
  padding: 75px 0;
  text-align: center;
  border-bottom: 10px solid white;
}

@media screen and (max-width: 759px) {
  .kv {
    border-width: 0 0 30px;
    background: url("/ex/pika_vee/pv_comment/images/kv_bg@2x.jpg") 50% 50% no-repeat;
    background-size: cover;
    height: auto;
    padding: 25px 0 45px;
  }
}

.kv .kv-inner {
  display: inline-block;
  max-width: 860px;
  margin: auto;
  background: white;
  border-radius: 18px;
  line-height: 2;
  position: relative;
  padding: 50px 120px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .kv .kv-inner {
    margin: auto 15px;
    padding: 30px;
  }
}

.kv .kv-inner::before {
  content: "";
  display: block;
  width: 52px;
  height: 30px;
  background: url("/ex/pika_vee/pv_comment/images/kv_arrow.png") 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 759px) {
  .kv .kv-inner::before {
    width: 30px;
    height: 22px;
    bottom: -17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .kv .kv-inner p {
    width: 80%;
    margin: auto;
  }
}

.kv .kv-inner .item1 {
  display: block;
  position: absolute;
  top: -20px;
  left: -150px;
  width: 319px;
  height: 524px;
  background: url("/ex/pika_vee/pv_comment/images/kv_item1.png") no-repeat;
  transition: all .5s ease;
}

.kv .kv-inner .item1.before {
  left: -100%;
  top: -50px;
  opacity: 0;
}

.kv .kv-inner .item2 {
  display: block;
  position: absolute;
  top: -20px;
  right: -130px;
  width: 319px;
  height: 524px;
  background: url("/ex/pika_vee/pv_comment/images/kv_item2.png") no-repeat;
  transition: all .5s ease;
}

.kv .kv-inner .item2.before {
  right: -100%;
  top: -50px;
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .kv .kv-inner .item1 {
    left: -220px;
  }
  .kv .kv-inner .item2 {
    right: -200px;
  }
}

@media screen and (max-width: 768px) {
  .kv .kv-inner .item1,
  .kv .kv-inner .item2 {
    width: 200px;
    height: 328px;
    top: 70px;
    background-size: 100% auto;
  }
  .kv .kv-inner .item1 {
    left: -85px;
  }
  .kv .kv-inner .item2 {
    right: -85px;
  }
}

@media screen and (max-width: 759px) {
  .kv .kv-inner .item1,
  .kv .kv-inner .item2 {
    width: 52.631579%;
    padding-top: 106.6667%;
    height: 0;
    top: 48%;
    background-size: 100% auto;
  }
  .kv .kv-inner .item1 {
    left: -21%;
  }
  .kv .kv-inner .item2 {
    right: -21%;
  }
}

@media screen and (max-width: 759px) and (max-width: 320px) {
  .kv .kv-inner .item1 {
    left: -60px;
    top: 150px;
  }
  .kv .kv-inner .item2 {
    right: -60px;
    top: 150px;
  }
}

@media screen and (max-width: 759px) {
  .kv .kv-inner p {
    padding: 0 23%;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.container.last {
  padding-bottom: 320px;
}

@media screen and (max-width: 759px) {
  .container.last {
    padding-bottom: 180px;
  }
}

h2 {
  margin: 0 0 50px;
  text-align: center;
  background: url(/ex/pika_vee/pv_comment/images/pattern_brown.jpg) 0 0 repeat;
}

h2._01 img {
  margin: -16px 0 -20px;
}

h2._02 img {
  margin: -30px 0 3px;
}

h2._03 img {
  margin: -40px 0 -43px;
}

@media screen and (max-width: 768px) {
  h2._02 span img {
    margin-top: -20px !important;
  }
  h2._03 span img {
    margin: -20px 0 -20px !important;
  }
}

@media screen and (max-width: 1024px) {
  h2._03 span img {
    margin: -20px 0 -20px !important;
  }
}

@media screen and (max-width: 759px) {
  h2 {
    margin-bottom: 30px;
    display: block;
  }
  h2._01 span, h2._02 span, h2._03 span {
    display: block;
    margin: 0 15px;
    padding-bottom: 25px;
  }
  h2._01 img, h2._02 img, h2._03 img {
    margin: -25px 0 0;
  }
  h2._02 span img {
    margin-top: -50px;
  }
  h2._03 span img {
    margin-top: -90px !important;
    margin-bottom: 0 !important;
  }
}

.balloon-wrapper {
  opacity: 0;
  transition: opacity .3 ease;
}

.balloon-wrapper.animated.bounceInUp {
  opacity: 1;
}

.balloon-wrapper .balloon {
  background: white;
  border-radius: 30px;
  display: flex;
  position: relative;
  margin-bottom: 40px;
  padding: 30px;
  margin-right: 120px;
}

.balloon-wrapper .balloon::before {
  content: "";
  display: block;
  width: 31px;
  height: 20px;
  background: url("/ex/pika_vee/pv_comment/images/balloon_arrow.png");
  background-size: cover;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

.balloon-wrapper .balloon > .balloon-inner {
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
}

.balloon-wrapper .balloon > .balloon-inner > *:nth-child(1) {
  margin-right: 10px;
  max-width: 120px;
}

.balloon-wrapper .balloon > .balloon-inner *:nth-child(2) {
  margin-left: 10px;
  max-width: 710px;
}

.balloon-wrapper .balloon > .balloon-inner em {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  color: #fa8181;
}

.balloon-wrapper .balloon > .balloon-inner em.blue {
  color: #69b7ff;
}

@media screen and (max-width: 759px) {
  .balloon-wrapper .balloon {
    border-radius: 15px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    padding: 15px;
  }
  .balloon-wrapper .balloon > .balloon-inner {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .balloon-wrapper .balloon > .balloon-inner em {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .balloon-wrapper .balloon > .balloon-inner > *:nth-child(1) {
    float: left;
    width: 75px;
    margin-right: 10px;
  }
  .balloon-wrapper .balloon > .balloon-inner *:nth-child(2) {
    margin: 0px;
  }
}

.balloon-wrapper.posR .balloon {
  margin-right: 0;
  margin-left: 120px;
}

.balloon-wrapper.posR .balloon::before {
  background: url("/ex/pika_vee/pv_comment/images/balloon_arrow2.png");
  background-size: cover;
}

.balloon-wrapper.posR .balloon > .balloon-inner {
  flex-direction: row-reverse;
}

.balloon-wrapper.posR .balloon > .balloon-inner > *:nth-child(1) {
  margin-left: 10px;
  margin-right: 0px;
}

.balloon-wrapper.posR .balloon > .balloon-inner > *:nth-child(2) {
  margin-right: 10px;
  margin-left: 0px;
}

@media screen and (max-width: 759px) {
  .balloon-wrapper.posR .balloon {
    margin-left: 0 !important;
  }
  .balloon-wrapper.posR .balloon > .balloon-inner > *:nth-child(1) {
    float: right;
  }
}

.product {
  margin-top: 100px;
  background: white;
  border-radius: 30px;
  padding: 50px;
}

@media screen and (max-width: 759px) {
  .product {
    margin-top: 50px;
    padding: 30px 15px;
    border-radius: 10px;
  }
}

.product .pv_logo {
  text-align: center;
}

.product .m-btn-catch {
  color: #754c23;
  margin: 25px 0;
}

@media screen and (max-width: 759px) {
  .product .m-btn-catch {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.product .m-btn.m-btn-round {
  max-width: 1000px;
}

.product .m-btn.m-btn-round a {
  padding: 1em 8em;
  height: auto;
}

@media screen and (max-width: 759px) {
  .product .m-btn.m-btn-round a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 1em;
    display: block;
  }
}

.product .m-btn.m-btn-round a::after {
  display: none;
}

.product .m-btn.m-btn-round a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  background: url("/ex/pika_vee/pv_comment/images/cursor.png");
  background-size: cover;
  margin-right: 10px;
}

@media screen and (max-width: 759px) {
  .product .m-btn.m-btn-round a::before {
    width: 20px;
    height: 20px;
  }
}

.img01, .img02, .img03, .img04, .img05, .img06 {
  position: relative;
  z-index: 1;
}

.img01::after, .img02::after, .img03::after, .img04::after, .img05::after, .img06::after {
  content: "";
  display: block;
  position: absolute;
  background-size: cover;
}

.img01::after {
  background: url("/ex/pika_vee/pv_comment/images/img_01.png");
  width: 289px;
  height: 208px;
  z-index: 2;
  left: -140px;
  bottom: -70px;
}

.img02 {
  z-index: 0 !important;
}

.img02::after {
  background: url("/ex/pika_vee/pv_comment/images/img_02.png");
  width: 289px;
  height: 207px;
  z-index: -1;
  right: -140px;
  bottom: -90px;
}

.img03::after {
  background: url("/ex/pika_vee/pv_comment/images/img_03.png");
  width: 287px;
  height: 203px;
  z-index: 2;
  right: -140px;
  bottom: -90px;
}

.img04 {
  z-index: 0 !important;
}

.img04::after {
  background: url("/ex/pika_vee/pv_comment/images/img_04.png");
  width: 291px;
  height: 211px;
  z-index: -1;
  left: -120px;
  bottom: -80px;
}

.img05::after {
  background: url("/ex/pika_vee/pv_comment/images/img_05.png");
  width: 220px;
  height: 223px;
  z-index: 2;
  left: -80px;
  bottom: -60px;
}

.img06 {
  z-index: 0 !important;
}

.img06::after {
  background: url("/ex/pika_vee/pv_comment/images/img_06.png");
  width: 289px;
  height: 207px;
  z-index: -1;
  right: -130px;
  bottom: -90px;
}

@media screen and (max-width: 759px) {
  .img01::after,
  .img02::after,
  .img03::after,
  .img04::after,
  .img05::after,
  .img06::after {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
