@charset "UTF-8";
/*================================================================

reset

=================================================================*/
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: top;
}

ol, ul {
  list-style: none;
}

input, textarea {
  box-sizing: border-box;
  border: none;
}

input:focus, textarea:focus {
  border: none;
  outline: none;
}

i, em {
  font-style: normal;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/*
---
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;
  }
}

/*================================================================

iconfont

=================================================================*/
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot");
  src: url("../fonts/icon.eot?#iefix") format("eot"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype"), url("../fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="m-icon-"]:before, [class*=" m-icon-"]:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m-icon-arrow_circle_l:before {
  content: "\EA01";
}

.m-icon-arrow_circle_r:before {
  content: "\EA02";
}

.m-icon-arrow_dot_l:before {
  content: "\EA03";
}

.m-icon-arrow_dot_r:before {
  content: "\EA04";
}

.m-icon-arrow_l:before {
  content: "\EA05";
}

.m-icon-arrow_r:before {
  content: "\EA06";
}

.m-icon-blank1:before {
  content: "\EA07";
}

.m-icon-blank2:before {
  content: "\EA08";
}

.m-icon-monsterball:before {
  content: "\EA09";
}

.m-icon-arrow2_r:before {
  content: "\EA0A";
}

/*================================================================

layout

=================================================================*/
html {
  font-size: 62.5%;
}

body {
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  color: #000;
}

@media screen and (min-width: 760px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

main {
  background-color: #f8f8f6;
  position: relative;
  display: block;
}

main img:not(.m-img-width) {
  max-width: none;
  width: 100%;
}

@media screen and (max-width: 759px) {
  main {
    padding-top: 40px;
  }
  main img.m-img-width {
    width: 100%;
  }
}

.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 70px 50px 50px;
  box-sizing: content-box;
}

@media screen and (max-width: 759px) {
  .container {
    padding: 40px 15px 50px;
  }
}

.container.categorytop {
  max-width: 1246px;
  padding: 90px 60px 100px;
}

@media screen and (max-width: 759px) {
  .container.categorytop {
    padding: 40px 15px 80px;
  }
}

.container p {
  line-height: 2;
}

a {
  text-decoration: underline;
  color: #ff9729;
}

a:visited, a:active {
  color: #ff9729;
}

a:hover {
  color: #ff9729;
  text-decoration: underline;
}

a[target="_blank"]:after {
  font-family: 'icon';
  content: "\EA08";
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
}

a._noicon[target="_blank"]:after {
  display: none;
}

a.pdf::after {
  content: "";
  background: url("/ex/pika_vee/common/images/icon/pdf@2x.png");
  background-size: cover;
  display: inline-block !important;
  width: 1.2em;
  height: 1.2em;
  margin-left: .5em;
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
}

img[src$=".svg"] {
  width: 100%;
}

/*================================================================

header

=================================================================*/
body.isOpen {
  overflow: hidden;
  height: 100%;
}

header {
  position: fixed;
  width: 100%;
  height: 110px;
  background-color: rgba(0, 80, 166, .6);
  z-index: 1000;
  transition: background-color .3s ease;
}

header .logo img {
  width: 330px;
  margin: 18px 0 0 30px;
}

@media screen and (min-width: 760px) and (max-width: 1160px) {
  header {
    height: 9.5vw;
  }
  header .logo img {
    width: 28.5vw;
    margin: 1.5vw 0 0 2.5vw;
  }
}

@media screen and (max-width: 759px) {
  header {
    height: 90px;
  }
  header .header-logoWrap {
    background-color: #fff;
    height: 40px;
    position: relative;
  }
  header .header-logoWrap:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    height: 1px;
    width: 100%;
    background: linear-gradient(to left, #cc96cf, #60b1e9, #7ad8c5, #ffda37, #bdea57);
  }
  header .logo img {
    width: 135px;
    margin: 6px 0 0 11px;
  }
}

.header-navWrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 765px;
  height: 110px;
}

@media screen and (min-width: 760px) and (max-width: 1160px) {
  .header-navWrap {
    width: 66vw;
    height: 9.5vw;
  }
}

@media screen and (max-width: 759px) {
  .header-navWrap {
    top: 40px;
    width: 100%;
    height: 50px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header-navWrap::-webkit-scrollbar {
    display: none;
  }
  .header-navWrap .header-navWrap__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 776px;
  }
}

nav.header-nav {
  position: absolute;
  right: 110px;
  top: 0;
  width: 655px;
  height: 110px;
}

nav.header-nav ul {
  letter-spacing: -.34em;
}

nav.header-nav ul li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  height: 110px;
}

nav.header-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/ex/pika_vee/common/images/sprite/sprite_header.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

nav.header-nav ul li.current a {
  position: relative;
}

nav.header-nav ul li.current a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 4px;
  display: block;
  width: 80px;
  height: 3px;
  margin-left: -40px;
  background-color: #a1e69f;
}

nav.header-nav ul li.home {
  display: none;
}

nav.header-nav ul li.story {
  width: 106px;
}

nav.header-nav ul li.story a {
  background-position: -11px 0;
}

nav.header-nav ul li.pokemon {
  width: 106px;
}

nav.header-nav ul li.pokemon a {
  background-position: -117px 0;
}

nav.header-nav ul li.character {
  width: 103px;
}

nav.header-nav ul li.character a {
  background-position: -223px 0;
}

nav.header-nav ul li.howtoplay {
  width: 94px;
}

nav.header-nav ul li.howtoplay a {
  background-position: -326px 0;
}

nav.header-nav ul li.pokemongo {
  width: 120px;
}

nav.header-nav ul li.pokemongo a {
  background-position: -420px 0;
}

nav.header-nav ul li.lineup {
  width: 100px;
}

nav.header-nav ul li.lineup a {
  background-position: -540px 0;
}

@media screen and (min-width: 760px) {
  nav.header-nav ul li.story a:hover {
    background-position: -11px -140px;
  }
  nav.header-nav ul li.pokemon a:hover {
    background-position: -117px -140px;
  }
  nav.header-nav ul li.character a:hover {
    background-position: -223px -140px;
  }
  nav.header-nav ul li.howtoplay a:hover {
    background-position: -326px -140px;
  }
  nav.header-nav ul li.pokemongo a:hover {
    background-position: -420px -140px;
  }
  nav.header-nav ul li.lineup a:hover {
    background-position: -540px -140px;
  }
  nav.header-nav ul li.current.story a {
    background-position: -11px -140px;
  }
  nav.header-nav ul li.current.pokemon a {
    background-position: -117px -140px;
  }
  nav.header-nav ul li.current.character a {
    background-position: -223px -140px;
  }
  nav.header-nav ul li.current.howtoplay a {
    background-position: -326px -140px;
  }
  nav.header-nav ul li.current.pokemongo a {
    background-position: -420px -140px;
  }
  nav.header-nav ul li.current.lineup a {
    background-position: -540px -140px;
  }
}

@media screen and (max-width: 759px) {
  nav.header-nav ul li.current a:before {
    display: none;
  }
}

@media screen and (min-width: 760px) and (max-width: 1160px) {
  nav.header-nav {
    right: 9.5vw;
    width: 56.5vw;
    height: 9.5vw;
  }
  nav.header-nav ul li {
    height: 9.5vw;
  }
  nav.header-nav ul li a {
    background-size: 55vw auto;
  }
  nav.header-nav ul li.current a:before {
    width: 6.9vw;
    margin-left: -3.4vw;
  }
  nav.header-nav ul li.story {
    width: 10vw;
  }
  nav.header-nav ul li.story a {
    background-position: 0 0;
  }
  nav.header-nav ul li.story a:hover {
    background-position: 0 33.6%;
  }
  nav.header-nav ul li.pokemon {
    width: 10vw;
  }
  nav.header-nav ul li.pokemon a {
    background-position: 20% 0;
  }
  nav.header-nav ul li.pokemon a:hover {
    background-position: 20% 33.6%;
  }
  nav.header-nav ul li.character {
    width: 8.8vw;
  }
  nav.header-nav ul li.character a {
    background-position: 40% 0;
  }
  nav.header-nav ul li.character a:hover {
    background-position: 40% 33.6%;
  }
  nav.header-nav ul li.howtoplay {
    width: 8vw;
  }
  nav.header-nav ul li.howtoplay a {
    background-position: 58% 0;
  }
  nav.header-nav ul li.howtoplay a:hover {
    background-position: 58% 33.6%;
  }
  nav.header-nav ul li.pokemongo {
    width: 10.3vw;
  }
  nav.header-nav ul li.pokemongo a {
    background-position: 79% 0;
  }
  nav.header-nav ul li.pokemongo a:hover {
    background-position: 79% 33.6%;
  }
  nav.header-nav ul li.lineup {
    width: 8.6vw;
  }
  nav.header-nav ul li.lineup a {
    background-position: 97% 0;
  }
  nav.header-nav ul li.lineup a:hover {
    background-position: 97% 33.6%;
  }
  nav.header-nav ul li.current.story a {
    background-position: 0 33.6%;
  }
  nav.header-nav ul li.current.pokemon a {
    background-position: 20% 33.6%;
  }
  nav.header-nav ul li.current.character a {
    background-position: 40% 33.6%;
  }
  nav.header-nav ul li.current.howtoplay a {
    background-position: 58% 33.6%;
  }
  nav.header-nav ul li.current.pokemongo a {
    background-position: 79% 33.6%;
  }
  nav.header-nav ul li.current.lineup a {
    background-position: 97% 33.6%;
  }
}

@media screen and (max-width: 759px) {
  nav.header-nav {
    right: auto;
    left: 0;
    width: auto;
    height: 50px;
  }
  nav.header-nav ul li {
    height: 50px;
  }
  nav.header-nav ul li a {
    background: url("/ex/pika_vee/common/images/sprite/sprite_header@2x.png");
    background-size: 863px 275px;
  }
  nav.header-nav ul li.home {
    display: inline-block;
    width: 87px;
  }
  nav.header-nav ul li.home a {
    background-position: 0 0;
  }
  nav.header-nav ul li.story {
    width: 105px;
  }
  nav.header-nav ul li.story a {
    background-position: -87px 0;
  }
  nav.header-nav ul li.pokemon {
    width: 119px;
  }
  nav.header-nav ul li.pokemon a {
    background-position: -192px 0;
  }
  nav.header-nav ul li.character {
    width: 91px;
  }
  nav.header-nav ul li.character a {
    background-position: -311px 0;
  }
  nav.header-nav ul li.howtoplay {
    width: 93px;
  }
  nav.header-nav ul li.howtoplay a {
    background-position: -402px 0;
  }
  nav.header-nav ul li.pokemongo {
    width: 125px;
  }
  nav.header-nav ul li.pokemongo a {
    background-position: -495px 0;
  }
  nav.header-nav ul li.lineup {
    width: 100px;
  }
  nav.header-nav ul li.lineup a {
    background-position: -620px 0;
  }
  nav.header-nav ul li.current.story a {
    background-position: -87px -75px;
  }
  nav.header-nav ul li.current.pokemon a {
    background-position: -192px -75px;
  }
  nav.header-nav ul li.current.character a {
    background-position: -311px -75px;
  }
  nav.header-nav ul li.current.howtoplay a {
    background-position: -402px -75px;
  }
  nav.header-nav ul li.current.pokemongo a {
    background-position: -495px -75px;
  }
  nav.header-nav ul li.current.lineup a {
    background-position: -620px -75px;
  }
  nav.header-nav ul li + li {
    background: url("/ex/pika_vee/common/images/line_navi@2x.png") left 14px no-repeat;
    background-size: 2px 18px;
  }
}

.header-news {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 110px;
}

.header-news a {
  display: block;
  width: 110px;
  height: 110px;
  position: relative;
  background: #ffe927 url("/ex/pika_vee/common/images/txt_header_news.png") left top no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}

.header-news a:before {
  content: "";
  position: absolute;
  display: block;
  left: -7px;
  top: 49px;
  width: 18px;
  height: 19px;
  background: url("/ex/pika_vee/common/images/icon/arrow_r.png") left top no-repeat;
  transition: left .15s ease;
}

.header-news a:hover {
  background-color: #a1e69f;
}

.header-news a:hover:before {
  left: -2px;
}

@media screen and (min-width: 760px) and (max-width: 1160px) {
  .header-news {
    width: 9.5vw;
    height: 9.5vw;
  }
  .header-news a {
    width: 9.5vw;
    height: 9.5vw;
    background-size: 9.5vw auto;
  }
  .header-news a:before {
    top: 4.2vw;
    width: 2vw;
    height: 2vw;
    background-size: 2vw 2vw;
  }
}

@media screen and (max-width: 759px) {
  .header-news {
    width: 142px;
    height: 50px;
    background: url("/ex/pika_vee/common/images/line_navi@2x.png") left 14px no-repeat;
    background-size: 2px 18px;
  }
  .header-news a {
    width: 142px;
    height: 50px;
    background: url("/ex/pika_vee/common/images/sprite/sprite_header@2x.png");
    background-size: 863px 275px;
    background-position: -720px 0;
    overflow: hidden;
  }
  .header-news a:before {
    display: none;
  }
  .header-news.current a {
    background-position: -720px -75px;
  }
}

[data-js-scroll="contents"] {
  background-color: #fff;
  box-shadow: 0px 2px 3px #e4e4de;
}

[data-js-scroll="contents"] nav.header-nav ul li.story a {
  background-position: -11px -281px;
}

[data-js-scroll="contents"] nav.header-nav ul li.pokemon a {
  background-position: -117px -281px;
}

[data-js-scroll="contents"] nav.header-nav ul li.character a {
  background-position: -223px -281px;
}

[data-js-scroll="contents"] nav.header-nav ul li.howtoplay a {
  background-position: -326px -281px;
}

[data-js-scroll="contents"] nav.header-nav ul li.pokemongo a {
  background-position: -420px -281px;
}

[data-js-scroll="contents"] nav.header-nav ul li.lineup a {
  background-position: -540px -281px;
}

@media screen and (min-width: 760px) {
  [data-js-scroll="contents"] nav.header-nav ul li.story a:hover {
    background-position: -11px -421px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.pokemon a:hover {
    background-position: -117px -421px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.character a:hover {
    background-position: -223px -421px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.howtoplay a:hover {
    background-position: -326px -421px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.pokemongo a:hover {
    background-position: -420px -421px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.lineup a:hover {
    background-position: -540px -421px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.story a {
    background-position: -11px -421px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.pokemon a {
    background-position: -117px -421px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.character a {
    background-position: -223px -421px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.howtoplay a {
    background-position: -326px -421px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.pokemongo a {
    background-position: -420px -421px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.lineup a {
    background-position: -540px -421px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1160px) {
  [data-js-scroll="contents"] nav.header-nav ul li.story a {
    background-position: 0 67%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.story a:hover {
    background-position: 0 100.5%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.pokemon a {
    background-position: 20% 67%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.pokemon a:hover {
    background-position: 20% 100.5%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.character a {
    background-position: 40% 67%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.character a:hover {
    background-position: 40% 100.5%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.howtoplay a {
    background-position: 58% 67%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.howtoplay a:hover {
    background-position: 58% 100.5%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.pokemongo a {
    background-position: 79% 67%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.pokemongo a:hover {
    background-position: 79% 100.5%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.lineup a {
    background-position: 97% 67%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.lineup a:hover {
    background-position: 97% 100.5%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.story a {
    background-position: 0 100.5%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.pokemon a {
    background-position: 20% 100.5%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.character a {
    background-position: 40% 100.5%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.howtoplay a {
    background-position: 58% 100.5%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.pokemongo a {
    background-position: 79% 100.5%;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.lineup a {
    background-position: 97% 100.5%;
  }
}

@media screen and (max-width: 759px) {
  [data-js-scroll="contents"] nav.header-nav ul li.home a {
    background-position: 0 -149px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.story a {
    background-position: -87px -149px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.pokemon a {
    background-position: -192px -149px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.character a {
    background-position: -311px -149px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.howtoplay a {
    background-position: -402px -149px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.pokemongo a {
    background-position: -495px -149px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.lineup a {
    background-position: -620px -149px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.story a {
    background-position: -87px -224px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.pokemon a {
    background-position: -192px -224px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.character a {
    background-position: -311px -224px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.howtoplay a {
    background-position: -402px -224px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.pokemongo a {
    background-position: -495px -224px;
  }
  [data-js-scroll="contents"] nav.header-nav ul li.current.lineup a {
    background-position: -620px -224px;
  }
}

@media screen and (max-width: 759px) {
  [data-js-scroll="contents"] .header-news a {
    background-position: -720px -149px;
  }
  [data-js-scroll="contents"] .header-news.current a {
    background-position: -720px -224px;
  }
}

.mod-gNav {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.mod-gNav > .mod-nav {
  position: fixed;
  z-index: 1;
  width: 100%;
}

@media screen and (max-width: 759px) {
  .mod-gNav {
    display: block;
  }
}

@media screen and (min-width: 760px) {
  .mod-gNav .sub-navToggle:hover::before {
    opacity: .3;
  }
}

.mod-gNav > .sub-navToggle {
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
}

.mod-gNav > .sub-navToggle:hover {
  cursor: pointer;
}

.mod-gNav > .sub-navToggle > span {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.mod-gNav > .sub-navToggle > span span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #0f9643;
  position: absolute;
  border-radius: 3px;
  transition: all .3s ease;
}

.mod-gNav > .sub-navToggle > span span:nth-child(1) {
  top: 0;
}

.mod-gNav > .sub-navToggle > span span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}

.mod-gNav > .sub-navToggle > span span:nth-child(3) {
  bottom: 0;
}

.mod-gNav > .sub-navToggle.isOpen > span {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mod-gNav > .sub-navToggle.isOpen > span > span {
  background-color: #fff;
}

.mod-gNav > .sub-navToggle.isOpen > span > span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}

.mod-gNav > .sub-navToggle.isOpen > span > span:nth-child(2) {
  opacity: 0;
}

.mod-gNav > .sub-navToggle.isOpen > span > span:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}

.mod-gNav > .sub-navToggle.isOpen + .mod-nav {
  height: 100%;
}

body.isOpen .mod-gNav .sub-navToggle {
  position: fixed;
}

.mod-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  background: url("/ex/pika_vee/common/images/bg_navi.png"), linear-gradient(#012f81, #2d70ac);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100vw auto;
  display: none;
}

.mod-nav .sub-wrapper {
  position: relative;
  z-index: 2;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  display: table;
}

.mod-nav .sub-wrapper .sub-inner {
  display: table-cell;
  vertical-align: middle;
}

.mod-nav .sub-wrapper .sub-inner .sub-logo {
  text-align: center;
}

.mod-nav .sub-wrapper .sub-inner .sub-logo img {
  width: 33.7%;
  min-width: 400px;
}

.mod-nav .sub-wrapper .sub-inner nav.nav {
  display: block;
  background: none;
  padding: 60px 0 20px;
}

.mod-nav .sub-wrapper .sub-inner nav.nav ul li {
  border-right: 1px solid #002a74;
  border-left: 1px solid #44659f;
}

.mod-nav .sub-wrapper .sub-inner nav.nav ul li:first-child {
  border-left: none;
}

.mod-nav .sub-wrapper .sub-inner nav.nav ul li:last-child {
  border-right: none;
}

@media screen and (max-width: 759px) {
  .mod-nav .sub-wrapper .sub-inner .sub-logo {
    padding: 0 30px;
  }
  .mod-nav .sub-wrapper .sub-inner .sub-logo img {
    width: 100%;
    min-width: 0;
  }
  .mod-nav .sub-wrapper .sub-inner nav.nav {
    padding: 25px 30px 15px;
  }
  .mod-nav .sub-wrapper .sub-inner nav.nav ul li {
    border-bottom: 1px solid #002a74;
  }
  .mod-nav .sub-wrapper .sub-inner nav.nav ul li:first-child, .mod-nav .sub-wrapper .sub-inner nav.nav ul li:last-child {
    max-width: none;
  }
  .mod-nav .sub-wrapper .sub-inner nav.nav ul li:nth-child(n + 4) {
    border-bottom: none;
    border-top: 1px solid #44659f;
  }
  .mod-nav .sub-wrapper .sub-inner nav.nav ul li:nth-child(3) {
    border-right: none;
  }
  .mod-nav .sub-wrapper .sub-inner nav.nav ul li:nth-child(4) {
    border-left: none;
  }
}

.mod-nav .sub-wrapper .sub-inner .nav__news {
  margin-top: 0;
}

@media screen and (max-width: 759px) {
  .mod-nav .sub-wrapper .sub-inner .nav__news {
    padding: 0 30px;
  }
  .mod-nav .sub-wrapper .sub-inner .nav__news > a {
    min-width: 0;
  }
  .mod-nav .sub-wrapper .sub-inner .nav__news > a > .txt {
    font-size: 10px;
    font-size: 1rem;
  }
  .mod-nav .sub-wrapper .sub-inner .nav__news > a > .date {
    font-size: 9px;
    font-size: 0.9rem;
  }
  .mod-nav .sub-wrapper .sub-inner .nav__news > a:before {
    left: 13px;
    width: 19px;
    height: 16px;
    font-size: 13px;
    margin-top: -10px;
  }
}

@media screen and (max-width: 759px) {
  .mod-nav {
    background: url("/ex/pika_vee/common/images/bg_navi@2x.png"), linear-gradient(#012f81, #2d70ac);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100vw auto;
  }
}

/*================================================================

footer

=================================================================*/
@-webkit-keyframes anim_footer_pika {
  0% {
    -webkit-transform: rotate(0deg) scale(1.1);
            transform: rotate(0deg) scale(1.1);
  }
  20% {
    -webkit-transform: rotate(13deg) scale(1.1);
            transform: rotate(13deg) scale(1.1);
  }
  40% {
    -webkit-transform: rotate(-13deg) scale(1);
            transform: rotate(-13deg) scale(1);
  }
  60% {
    -webkit-transform: rotate(6deg) scale(1);
            transform: rotate(6deg) scale(1);
  }
  80% {
    -webkit-transform: rotate(-6deg) scale(1);
            transform: rotate(-6deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}
@keyframes anim_footer_pika {
  0% {
    -webkit-transform: rotate(0deg) scale(1.1);
            transform: rotate(0deg) scale(1.1);
  }
  20% {
    -webkit-transform: rotate(13deg) scale(1.1);
            transform: rotate(13deg) scale(1.1);
  }
  40% {
    -webkit-transform: rotate(-13deg) scale(1);
            transform: rotate(-13deg) scale(1);
  }
  60% {
    -webkit-transform: rotate(6deg) scale(1);
            transform: rotate(6deg) scale(1);
  }
  80% {
    -webkit-transform: rotate(-6deg) scale(1);
            transform: rotate(-6deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}

@-webkit-keyframes anim_footer_vee {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  40% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  80% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes anim_footer_vee {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  40% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  80% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes anim_footer_pika_sp {
  0% {
    -webkit-transform: rotate(0deg) scale(1.1);
            transform: rotate(0deg) scale(1.1);
  }
  20% {
    -webkit-transform: rotate(13deg) scale(1.1);
            transform: rotate(13deg) scale(1.1);
  }
  40% {
    -webkit-transform: rotate(-13deg) scale(1);
            transform: rotate(-13deg) scale(1);
  }
  60% {
    -webkit-transform: rotate(6deg) scale(1);
            transform: rotate(6deg) scale(1);
  }
  80% {
    -webkit-transform: rotate(-6deg) scale(1);
            transform: rotate(-6deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}

@keyframes anim_footer_pika_sp {
  0% {
    -webkit-transform: rotate(0deg) scale(1.1);
            transform: rotate(0deg) scale(1.1);
  }
  20% {
    -webkit-transform: rotate(13deg) scale(1.1);
            transform: rotate(13deg) scale(1.1);
  }
  40% {
    -webkit-transform: rotate(-13deg) scale(1);
            transform: rotate(-13deg) scale(1);
  }
  60% {
    -webkit-transform: rotate(6deg) scale(1);
            transform: rotate(6deg) scale(1);
  }
  80% {
    -webkit-transform: rotate(-6deg) scale(1);
            transform: rotate(-6deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}

@-webkit-keyframes anim_footer_vee_sp {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  40% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  80% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes anim_footer_vee_sp {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  20% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  40% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  60% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg);
  }
  80% {
    -webkit-transform: rotate(8deg);
            transform: rotate(8deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

footer .footer-bg {
  position: relative;
  height: 22vw;
  background-color: #f8f8f6;
}

footer .footer-bg__grass, footer .footer-bg__pika, footer .footer-bg__vee {
  position: absolute;
  bottom: 0;
}

footer .footer-bg__pika, footer .footer-bg__vee {
  -webkit-tap-highlight-color: transparent;
}

footer .footer-bg__pika:before, footer .footer-bg__vee:before {
  background-repeat: no-repeat;
}

footer .footer-bg__grass {
  left: 0;
  background-image: url("/ex/pika_vee/common/images/bg_footer.png");
  background-size: 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 7vw;
}

footer .footer-bg__pika {
  left: 0;
  width: 14vw;
  height: 21vw;
}

footer .footer-bg__pika:before {
  content: "";
  display: block;
  margin-left: auto;
  width: 11vw;
  height: 21vw;
  background-image: url("/ex/pika_vee/common/images/img_footer_pika.png");
  background-size: 14vw auto;
  background-position: right 5px;
  -webkit-transform-origin: 95% 85% 0;
          transform-origin: 95% 85% 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: rotate .5s ease;
}

@media screen and (min-width: 760px) {
  footer .footer-bg__pika.over:before {
    -webkit-animation: anim_footer_pika 0.5s;
            animation: anim_footer_pika 0.5s;
  }
}

@media screen and (max-width: 759px) {
  footer .footer-bg__pika.over:before {
    -webkit-animation: anim_footer_pika_sp 0.5s;
            animation: anim_footer_pika_sp 0.5s;
  }
}

footer .footer-bg__vee {
  right: 0;
  width: 19vw;
  height: 17vw;
}

footer .footer-bg__vee:before {
  content: "";
  display: block;
  width: 15vw;
  height: 17vw;
  background-image: url("/ex/pika_vee/common/images/img_footer_vee.png");
  background-size: 19vw auto;
  background-position: left bottom;
  -webkit-transform-origin: left bottom 0;
          transform-origin: left bottom 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: rotate .5s ease;
}

@media screen and (min-width: 760px) {
  footer .footer-bg__vee.over:before {
    -webkit-animation: anim_footer_vee 0.5s;
            animation: anim_footer_vee 0.5s;
  }
}

@media screen and (max-width: 759px) {
  footer .footer-bg__vee.over:before {
    -webkit-animation: anim_footer_vee_sp 0.5s;
            animation: anim_footer_vee_sp 0.5s;
  }
}

@media screen and (max-width: 759px) {
  footer .footer-bg {
    height: 35vw;
  }
  footer .footer-bg__grass {
    background-image: url("/ex/pika_vee/common/images/bg_footer@2x.png");
    height: 14vw;
  }
  footer .footer-bg__pika {
    width: 24vw;
    height: 35vw;
  }
  footer .footer-bg__pika:before {
    width: 24vw;
    height: 35vw;
    background-image: url("/ex/pika_vee/common/images/img_footer_pika@2x.png");
    background-size: 24vw auto;
  }
  footer .footer-bg__vee {
    width: 28vw;
    height: 30vw;
  }
  footer .footer-bg__vee:before {
    width: 28vw;
    height: 30vw;
    background-image: url("/ex/pika_vee/common/images/img_footer_vee@2x.png");
    background-size: 28vw auto;
  }
}

footer .footer__inner {
  background-color: #006a29;
}

footer .footer__inner .footer-links {
  line-height: 1em;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 760px) {
  footer .footer__inner .footer-links {
    text-align: center;
    padding: 25px 0 20px;
  }
}

footer .footer__inner .footer-links li {
  font-size: 14px;
  font-size: 1.4rem;
  border-bottom: 1px solid #66b188;
}

footer .footer__inner .footer-links li:first-child {
  border-top: none;
}

footer .footer__inner .footer-links li a {
  display: block;
  padding: 20px 15px;
  text-decoration: none;
  color: white;
  font-weight: bold;
}

footer .footer__inner .footer-links li a::after {
  font-weight: bold;
}

@media screen and (min-width: 760px) {
  footer .footer__inner .footer-links li {
    display: inline-block;
    border-width: 0;
    padding: 0 30px;
  }
  footer .footer__inner .footer-links li.go {
    margin-right: 75px;
  }
  footer .footer__inner .footer-links li a {
    display: inline-block;
    padding: 0;
  }
  footer .footer__inner .footer-links li a::before {
    content: '';
    background-image: url("/ex/pika_vee/common/images/icon/arrow_footerlink.png");
    background-size: cover;
    display: inline-block;
    width: 10px;
    height: 11px;
    margin-right: 5px;
  }
}

footer .footer__inner .footer-copyright {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.7em;
  padding: 15px 15px 20px;
  color: white;
}

@media screen and (min-width: 760px) {
  footer .footer__inner .footer-copyright {
    padding: 0px 0px 20px;
    text-align: center;
    line-height: 2em;
  }
}

@media screen and (max-width: 759px) {
  footer .footer__inner .footer-copyright > span {
    font-size: large;
    vertical-align: middle;
  }
}

footer .footer__inner .footer-logo {
  padding: 0 15px 26px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -1em;
}

footer .footer__inner .footer-logo .logo_switch img, footer .footer__inner .footer-logo .logo_pokemon img, footer .footer__inner .footer-logo .logo_nintendo img {
  vertical-align: middle;
  width: auto;
}

footer .footer__inner .footer-logo .logo_switch img {
  margin-bottom: 0;
  height: 24px;
}

footer .footer__inner .footer-logo .logo_pokemon img {
  margin: 0 20px;
  height: 22px;
}

footer .footer__inner .footer-logo .logo_nintendo img {
  height: 20px;
}

@media screen and (max-width: 759px) {
  footer .footer__inner .footer-logo {
    text-align: left;
    padding: 0 15px 80px;
  }
  footer .footer__inner .footer-logo .logo_switch img, footer .footer__inner .footer-logo .logo_pokemon img, footer .footer__inner .footer-logo .logo_nintendo img {
    height: auto;
  }
  footer .footer__inner .footer-logo .logo_switch img {
    width: 26.66%;
    margin: 0 12px 0 0;
  }
  footer .footer__inner .footer-logo .logo_pokemon img {
    width: 48.06%;
    margin: 0 12px 0 0;
  }
  footer .footer__inner .footer-logo .logo_nintendo img {
    width: 16.73%;
  }
}

footer .footer__inner .footer-logo2 {
  padding: 0 15px 80px;
}

footer .footer__inner .footer-logo2 .logo_switch img {
  width: 26.66%;
  vertical-align: middle;
  margin-right: 12px;
}

footer .footer__inner .footer-logo2 .logo_pokemon img {
  width: 48.06%;
  vertical-align: middle;
  margin-right: 12px;
}

footer .footer__inner .footer-logo2 .logo_nintendo img {
  width: 16.73%;
  vertical-align: middle;
}

@media screen and (min-width: 760px) {
  footer .footer__inner .footer-logo2 {
    padding: 0 15px 26px;
    text-align: center;
    vertical-align: middle;
  }
  footer .footer__inner .footer-logo2 .logo_switch img {
    display: inline-block;
    margin-bottom: 0;
    width: auto;
    height: 24px;
  }
  footer .footer__inner .footer-logo2 .logo_pokemon img {
    margin: 0 20px;
    width: auto;
    height: 22px;
  }
  footer .footer__inner .footer-logo2 .logo_nintendo img {
    width: auto;
    height: 20px;
  }
}

footer .scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 5;
}

footer .scrollTop a {
  display: block;
  width: 83px;
  height: 0;
  padding-top: 83px;
  overflow: hidden;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, .5);
  transition: background-color .2s ease;
}

footer .scrollTop a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 25px;
  width: 54px;
  height: 33px;
  margin-left: -27px;
  background-image: url("/ex/pika_vee/common/images/img_pagetop.png");
  background-size: 83% auto;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 5;
  transition: top .2s;
}

@media screen and (min-width: 760px) {
  footer .scrollTop a:hover {
    background-color: #f9eeb2;
  }
  footer .scrollTop a:hover:before {
    top: 21px;
  }
}

@media screen and (max-width: 759px) {
  footer .scrollTop a {
    width: 50px;
    height: 0;
    padding-top: 50px;
    -webkit-tap-highlight-color: transparent;
  }
  footer .scrollTop a:before {
    left: 38px;
    top: 15px;
    width: 28px;
    height: 20px;
    background-position: center center;
    background-size: 100% auto;
  }
}

.nav {
  background-color: #00953f;
  padding: 30px 0;
  letter-spacing: -.34em;
  text-align: center;
}

.nav > ul li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  width: 16.66%;
  max-width: 190px;
  height: 140px;
  border-right: 1px solid #006a29;
  border-left: 1px solid #a1e69f;
}

.nav > ul li:first-child, .nav > ul li:last-child {
  max-width: 180px;
}

.nav > ul li:first-child {
  border-left: none;
}

.nav > ul li:last-child {
  border-right: none;
}

.nav > ul li > a {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/ex/pika_vee/common/images/sprite/sprite_footer.png");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media screen and (min-width: 760px) {
  .nav > ul li.story > a {
    background-position: 0 -30px;
  }
  .nav > ul li.story.current > a, .nav > ul li.story > a:hover {
    background-position: 0 -258px;
  }
  .nav > ul li.pokemon > a {
    background-position: -164px -30px;
  }
  .nav > ul li.pokemon.current > a, .nav > ul li.pokemon > a:hover {
    background-position: -164px -258px;
  }
  .nav > ul li.character > a {
    background-position: -361px -30px;
  }
  .nav > ul li.character.current > a, .nav > ul li.character > a:hover {
    background-position: -361px -258px;
  }
  .nav > ul li.howtoplay > a {
    background-position: -550px -30px;
  }
  .nav > ul li.howtoplay.current > a, .nav > ul li.howtoplay > a:hover {
    background-position: -550px -258px;
  }
  .nav > ul li.pokemongo > a {
    background-position: -737px -30px;
  }
  .nav > ul li.pokemongo.current > a, .nav > ul li.pokemongo > a:hover {
    background-position: -737px -258px;
  }
  .nav > ul li.lineup > a {
    background-position: -932px -30px;
  }
  .nav > ul li.lineup.current > a, .nav > ul li.lineup > a:hover {
    background-position: -932px -258px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1160px) {
  .nav > ul li {
    height: 12vw;
  }
  .nav > ul li > a {
    background-size: 580% auto;
  }
  .nav > ul li.story > a {
    background-position: -1% 11%;
  }
  .nav > ul li.story.current > a, .nav > ul li.story > a:hover {
    background-position: -1% 97%;
  }
  .nav > ul li.pokemon > a {
    background-position: 18% 11%;
  }
  .nav > ul li.pokemon.current > a, .nav > ul li.pokemon > a:hover {
    background-position: 18% 97%;
  }
  .nav > ul li.character > a {
    background-position: 39.5% 11%;
  }
  .nav > ul li.character.current > a, .nav > ul li.character > a:hover {
    background-position: 39.5% 97%;
  }
  .nav > ul li.howtoplay > a {
    background-position: 60% 11%;
  }
  .nav > ul li.howtoplay.current > a, .nav > ul li.howtoplay > a:hover {
    background-position: 60% 97%;
  }
  .nav > ul li.pokemongo > a {
    background-position: 80.5% 11%;
  }
  .nav > ul li.pokemongo.current > a, .nav > ul li.pokemongo > a:hover {
    background-position: 80.5% 97%;
  }
  .nav > ul li.lineup > a {
    background-position: 102% 11%;
  }
  .nav > ul li.lineup.current > a, .nav > ul li.lineup > a:hover {
    background-position: 102% 97%;
  }
}

@media screen and (max-width: 759px) {
  .nav {
    padding: 15px 30px 30px;
  }
  .nav > ul li {
    width: 33.33%;
    max-width: none;
    height: 21vw;
    border-bottom: 1px solid #006a29;
  }
  .nav > ul li:first-child, .nav > ul li:last-child {
    max-width: none;
  }
  .nav > ul li:nth-child(n + 4) {
    border-bottom: none;
    border-top: 1px solid #a1e69f;
  }
  .nav > ul li:nth-child(3) {
    border-right: none;
  }
  .nav > ul li:nth-child(4) {
    border-left: none;
  }
  .nav > ul li > a {
    background-size: 350% auto;
    background-image: url("/ex/pika_vee/common/images/sprite/sprite_footer@2x.png");
  }
  .nav > ul li.story > a {
    background-position: 5% 3%;
  }
  .nav > ul li.story.current > a {
    background-position: 5% 69%;
  }
  .nav > ul li.pokemon > a {
    background-position: 49% 3%;
  }
  .nav > ul li.pokemon.current > a {
    background-position: 49% 69%;
  }
  .nav > ul li.character > a {
    background-position: 94% 3%;
  }
  .nav > ul li.character.current > a {
    background-position: 94% 69%;
  }
  .nav > ul li.howtoplay > a {
    background-position: 5% 29%;
  }
  .nav > ul li.howtoplay.current > a {
    background-position: 5% 95%;
  }
  .nav > ul li.pokemongo > a {
    background-position: 49% 29%;
  }
  .nav > ul li.pokemongo.current > a {
    background-position: 49% 95%;
  }
  .nav > ul li.lineup > a {
    background-position: 94% 29%;
  }
  .nav > ul li.lineup.current > a {
    background-position: 94% 95%;
  }
}

.nav__news {
  text-align: center;
  margin-top: 20px;
}

.nav__news > a {
  background-color: #ffe927;
  border-radius: 50px;
  box-shadow: 0px 2px 3px #e4e4de;
  color: #000;
  text-align: center;
  display: inline-block;
  letter-spacing: -1em;
  min-width: 350px;
  padding: 17px 10px;
  box-shadow: 0px 2px 0px 0px #01772e;
  position: relative;
  line-height: 1;
}

.nav__news > a:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  content: "\EA0A";
  color: #0f9643;
  position: absolute;
  display: block;
  left: 13px;
  top: 50%;
  width: 30px;
  height: 16px;
  font-size: 16px;
  margin-top: -11px;
  color: #f55b88;
}

.nav__news > a:hover {
  background-color: #a1e69f;
}

.nav__news > a > span {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}

.nav__news > a > .txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}

.nav__news > a > .date {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #ed2e66;
  padding-left: 16px;
}

@media screen and (max-width: 759px) {
  .nav__news {
    margin-top: 17px;
  }
  .nav__news > a {
    min-width: 0;
    width: 100%;
    padding: 12px 0;
  }
  .nav__news > a:before {
    left: 22px;
  }
  .nav__news > a > .txt {
    font-size: 10px;
    font-size: 1rem;
  }
  .nav__news > a > .date {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

/*================================================================

sidemenu

=================================================================*/
/*================================================================

modules

=================================================================*/
.m-hdr1, .m-hdr2, .m-hdr3, .m-hdr4, .m-hdr5, .m-hdr6, .m-txt-catch, .m-hdr-br {
  font-family: 'Mplus 1p', sans-serif;
  font-weight: 300;
}

.m-hdr1 {
  background-position: center top;
  background-repeat: repeat-x;
  background-image: url("/ex/pika_vee/common/images/title/bg_title.jpg");
  background-size: cover;
  background-position: bottom;
  display: table;
  width: 100%;
  height: 390px;
}

.m-hdr1 h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 110px;
  font-size: 50px;
  font-size: 5rem;
  text-shadow: 2px 2px 0px white;
  color: #002459;
}

.m-hdr1 h1 img {
  max-width: 627px;
}

@media screen and (max-width: 759px) {
  .m-hdr1 {
    height: 212px;
    background-position: center bottom;
    background-image: url("/ex/pika_vee/common/images/title/bg_title@2x.jpg");
    background-size: cover;
  }
  .m-hdr1 h1 {
    padding-top: 50px;
    font-size: 20px;
    font-size: 2rem;
    text-shadow: 1px 1px 0px white;
  }
}

.m-hdr2 {
  color: #0f9643;
  font-weight: bold;
  text-align: center;
  font-size: 42px;
  font-size: 4.2rem;
}

.m-hdr2 > span {
  line-height: 190%;
  padding-bottom: 8px;
  border-bottom: 2px dashed #0f9643;
}

@media screen and (max-width: 759px) {
  .m-hdr2 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .m-hdr2 > span {
    line-height: 200%;
    padding-bottom: 3px;
    border-width: 1px;
  }
}

.m-hdr3 {
  background-color: #f6f1d3;
  color: #814400;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  padding: 20px 55px;
  position: relative;
  margin: 88px 0 20px;
  font-size: 38px;
  font-size: 3.8rem;
}

.m-hdr3:before, .m-hdr3:after {
  content: "";
  position: absolute;
  display: block;
  background-position: left top;
  background-repeat: no-repeat;
}

.m-hdr3:before {
  left: 0;
  top: -24px;
  width: 48px;
  height: 32px;
  background-image: url("/ex/pika_vee/common/images/img_title_leaf_l.png");
  background-size: 48px 32px;
}

.m-hdr3:after {
  right: 0;
  bottom: -20px;
  width: 52px;
  height: 28px;
  background-image: url("/ex/pika_vee/common/images/img_title_leaf_r.png");
  background-size: 52px 28px;
}

@media screen and (max-width: 759px) {
  .m-hdr3 {
    padding: 12px 15px;
    margin: 44px 0 8px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .m-hdr3:before {
    top: -14px;
    width: 30px;
    height: 19px;
    background-size: 30px 19px;
  }
  .m-hdr3:after {
    bottom: -8px;
    width: 31px;
    height: 17px;
    background-size: 31px 17px;
  }
}

.m-hdr4 {
  color: #814400;
  font-weight: bold;
  margin-top: 50px;
  background-image: linear-gradient(to right, #f8f8f6 4px, transparent 2px), linear-gradient(to top, #f8f8f6, #e2972b 2px, transparent 2px);
  background-size: 8px 2em;
  line-height: 2;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 759px) {
  .m-hdr4 {
    margin-top: 20px;
    background-image: linear-gradient(to right, #f8f8f6 4px, transparent 1px), linear-gradient(to top, #f8f8f6, #e2972b 1px, transparent 1px);
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-box .m-hdr4 {
  background-image: linear-gradient(to right, #fff 4px, transparent 2px), linear-gradient(to top, #fff, #e2972b 2px, transparent 2px);
}

@media screen and (max-width: 759px) {
  .m-box .m-hdr4 {
    background-image: linear-gradient(to right, #fff 4px, transparent 1px), linear-gradient(to top, #fff, #e2972b 1px, transparent 1px);
  }
}

.m-box.__beige {
  background: #f6f1d3;
  border-width: 0;
  padding: 30px;
}

@media screen and (max-width: 759px) {
  .m-box.__beige {
    padding: 15px;
  }
}

.m-box.__beige .m-box-title__beige {
  color: #814400;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3em;
  margin-top: -1em;
  margin-bottom: 1.5em;
  background-size: 8px 3em;
  background-image: linear-gradient(to right, #f6f1d3 4px, transparent 2px), linear-gradient(to top, #f6f1d3, #814400 2px, transparent 2px);
}

@media screen and (max-width: 759px) {
  .m-box.__beige .m-box-title__beige {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.m-hdr5 {
  color: #814400;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  margin-top: 50px;
  font-size: 20px;
  font-size: 2rem;
}

.m-hdr5:before {
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  content: "\EA09";
  color: #0f9643;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
}

@media screen and (max-width: 759px) {
  .m-hdr5 {
    padding-left: 22px;
    margin-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-hdr5:before {
    top: -2px;
    width: 20px;
    height: 20px;
    font-size: 20px;
  }
}

.m-hdr6 {
  color: #e6b46e;
  font-weight: bold;
  margin-top: 50px;
  background-image: linear-gradient(to top, #f8f8f6, #f8f8f6 1%, #e49f3f 2px, transparent 2px);
  background-size: 8px 2em;
  line-height: 2;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 759px) {
  .m-hdr6 {
    padding-bottom: 8px;
    margin-top: 25px;
    background-image: linear-gradient(to top, #f8f8f6, #f8f8f6 1%, #e49f3f 1px, transparent 1px);
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-hdr-br {
  text-align: center;
  color: black;
  font-weight: bold;
  margin-top: 50px;
  padding-bottom: 0px;
  font-size: 24px;
  font-size: 2.4rem;
}

.m-hdr-br > span {
  border-bottom: 3px dotted #ff4848;
  line-height: 2.0;
  padding-bottom: .3em;
}

@media screen and (max-width: 759px) {
  .m-hdr-br {
    margin-top: 25px;
    font-size: 19px;
    font-size: 1.9rem;
  }
  .m-hdr-br > span {
    border-bottom: 3px dotted #ff4848;
  }
}

.m-txt-catch {
  color: #e6b46e;
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
  line-height: 1.6;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 759px) {
  .m-txt-catch {
    margin-top: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-txt-catchS {
  color: #814400;
  text-align: center;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 759px) {
  .m-txt-catchS {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.m-link-def {
  position: relative;
  padding-left: 35px;
  min-height: 30px;
  padding-top: 2px;
}

.m-link-def:before {
  content: "";
  background: url("/ex/pika_vee/common/images/icon/arrow_link.png");
  background-size: cover;
  position: absolute;
  display: block;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 760px) {
  .m-link-def:before {
    width: 27px;
    height: 27px;
  }
}

.m-link-def a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
  line-height: 2em;
}

.m-link-def a[target="_blank"] {
  color: #ff9729;
  padding-bottom: 10px;
  background-image: linear-gradient(to right, #f8f8f6 4px, transparent 2px), linear-gradient(to top, #f8f8f6, #ff9729 2px, transparent 2px);
  background-size: 8px 1.7em;
}

.m-link-def.bgwhite a[target="_blank"] {
  color: #ff9729;
  padding-bottom: 10px;
  background-image: linear-gradient(to right, #fff 4px, transparent 2px), linear-gradient(to top, #fff, #ff9729 2px, transparent 2px);
  background-size: 8px 1.7em;
}

.m-list-def > li {
  position: relative;
  padding: 5px 0 0 18px;
  font-size: 1.4rem;
}

.m-list-def > li:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #e3aa59;
  left: 0;
  top: 10px;
}

.m-list-def > li:first-child {
  padding-top: 0;
}

.m-list-def > li:first-child:before {
  top: 6px;
}

.m-list-notice {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #888888;
}

.m-list-notice > li {
  text-indent: -1.3em;
  padding: 3px 0 0 1.3em;
}

.m-list-notice > li:first-child {
  padding-top: 0;
}

.m-btn-catch {
  font-weight: bold;
  color: #ff9627;
  text-align: center;
  line-height: 1.6;
}

.m-btn {
  max-width: 402px;
  margin: 15px auto 0;
}

.m-btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 0 10px;
  background: #ff9627;
  border-radius: 10px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.m-btn a::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 50%;
  display: block;
  width: 41px;
  height: 28px;
  margin-top: -14px;
  background: url("/ex/pika_vee/common/images/icon/arrow_btn.png") no-repeat 0 0/41px 28px;
}

.m-btn a:hover {
  background: #ffd200;
}

.m-btn a:hover::after {
  background-image: url("/ex/pika_vee/common/images/icon/arrow_btn_on.png");
}

.m-btn a[target="_blank"] span::after {
  font-family: 'icon';
  content: "\EA08";
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: bold;
}

@media screen and (max-width: 759px) {
  .m-btn {
    margin-top: 10px;
  }
  .m-btn a {
    min-height: 58px;
    border-radius: 5px;
  }
  .m-btn a::after {
    right: -7px;
    width: 31px;
    height: 20px;
    margin-top: -10px;
    background-size: 31px 20px;
  }
}

.m-btn.m-btn-round {
  text-align: center;
}

.m-btn.m-btn-round a {
  border-radius: 100px;
  line-height: 1em;
  padding: 1em 3em;
  min-height: auto;
  display: inline-block;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .m-btn a {
    height: 74px;
  }
  /* IE11 */
}

.m-box {
  border: 1px solid #e4e4de;
  border-radius: 8px;
  background-color: #fff;
  padding: 9px;
}

.m-box__subt {
  background-color: #f6f1d3;
  color: #814400;
  border-radius: 8px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  display: table;
  width: 100%;
}

.m-box__subt > p {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
  padding: 24px 30px;
}

.m-box__subt > p.m-question, .m-box__subt > p.m-exclamation {
  padding-left: 110px;
  position: relative;
  line-height: 1.6;
}

.m-box__subt > p.m-question:before, .m-box__subt > p.m-exclamation:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  width: 60px;
  height: 68px;
  margin-top: -34px;
  background-position: left top;
  background-repeat: no-repeat;
}

.m-box__subt > p.m-question:before {
  background-image: url("/ex/pika_vee/common/images/icon/icon_question.png");
}

.m-box__subt > p.m-exclamation:before {
  background-image: url("/ex/pika_vee/common/images/icon/icon_exclamation.png");
}

.m-box__subt + .m-box__cts {
  padding-top: 20px;
}

.m-box__cts {
  line-height: 1.8;
  padding: 10px 15px 10px 15px;
}

.m-box + .m-box {
  margin-top: 30px;
}

.m-box-img {
  padding: 30px 15px;
}

.m-box-summary {
  padding: 10px 30px 30px;
}

@media screen and (max-width: 759px) {
  .m-box {
    padding: 4px;
  }
  .m-box__subt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .m-box__subt > p {
    height: 45px;
    padding: 10px 15px;
  }
  .m-box__subt > p.m-question, .m-box__subt > p.m-exclamation {
    padding-left: 50px;
  }
  .m-box__subt > p.m-question:before, .m-box__subt > p.m-exclamation:before {
    left: 10px;
    width: 30px;
    height: 34px;
    margin-top: -17px;
    background-size: 30px 34px;
  }
  .m-box__cts {
    line-height: 1.8;
    padding: 10px;
  }
  .m-box + .m-box {
    margin-top: 15px;
  }
  .m-box-img {
    padding: 30px 15px;
  }
  .m-box-summary {
    display: flex;
    padding: 10px 15px 15px;
  }
  .m-box-summary__block {
    width: 50%;
  }
}

.m-boxlink {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.m-boxlink > li {
  display: flex;
}

.m-boxlink > li > a {
  display: block;
  position: relative;
  width: 100%;
  border: 1px solid #e4e4de;
  border-radius: 8px;
  background-color: #fff;
  text-decoration: none;
  color: #000;
  box-shadow: 0px 2px 0px #e4e4de;
}

.m-boxlink > li > a img {
  border-radius: 8px 8px 0 0;
}

.m-boxlink > li > a__frame {
  display: none;
}

.m-boxlink > li > a:after {
  display: none;
}

@media screen and (min-width: 760px) {
  .m-boxlink > li > a:hover {
    -webkit-animation: anim_mouseover 0.15s;
            animation: anim_mouseover 0.15s;
  }
  .m-boxlink > li > a:hover .m-boxlink__frame {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border-top: 6px solid #cc96cf;
    border-bottom: 6px solid #bdea57;
  }
  .m-boxlink > li > a:hover .m-boxlink__frame:before, .m-boxlink > li > a:hover .m-boxlink__frame:after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 6px;
    background: linear-gradient(#cc96cf, #60b1e9, #7ad8c5, #ffda37, #bdea57);
  }
  .m-boxlink > li > a:hover .m-boxlink__frame:before {
    left: 0;
  }
  .m-boxlink > li > a:hover .m-boxlink__frame:after {
    right: 0;
  }
}

.m-boxlink > li > a .m-boxlink__txt {
  font-weight: bold;
  padding: 20px 25px;
  line-height: 160%;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-boxlink > li > a[target="_blank"] .m-boxlink__txt:after {
  font-family: 'icon';
  content: "\EA08";
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
}

.m-boxlink.m-boxlink4 {
  margin: 0 -5px;
}

.m-boxlink.m-boxlink4 > li {
  width: 25%;
}

.m-boxlink.m-boxlink4 > li:nth-child(n + 5) {
  padding-top: 30px;
}

.m-boxlink.m-boxlink4 > li > a {
  margin: 0 5px;
}

.m-boxlink.m-boxlink3 {
  margin: 0 -5px;
}

.m-boxlink.m-boxlink3 > li {
  width: 33.33%;
}

.m-boxlink.m-boxlink3 > li:nth-child(n + 4) {
  padding-top: 30px;
}

.m-boxlink.m-boxlink3 > li > a {
  margin: 0 5px;
}

.m-boxlink.m-boxlink2 {
  margin: 0 -15px;
}

.m-boxlink.m-boxlink2 > li {
  width: 50%;
}

.m-boxlink.m-boxlink2 > li:nth-child(n + 3) {
  padding-top: 30px;
}

.m-boxlink.m-boxlink2 > li > a {
  margin: 0 15px;
}

@media screen and (min-width: 760px) and (max-width: 1024px) {
  .m-boxlink.m-boxlink4 > li {
    width: 33.33%;
  }
  .m-boxlink.m-boxlink4 > li:nth-child(n + 4) {
    padding-top: 30px;
  }
}

@media screen and (max-width: 759px) {
  .m-boxlink > li > a .m-boxlink__txt {
    font-weight: bold;
    padding: 10px 15px;
    line-height: 160%;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .m-boxlink.m-boxlink3, .m-boxlink.m-boxlink4 {
    margin: 15px -4px 0;
  }
  .m-boxlink.m-boxlink3 > li, .m-boxlink.m-boxlink4 > li {
    width: 50%;
  }
  .m-boxlink.m-boxlink3 > li:nth-child(n + 3), .m-boxlink.m-boxlink4 > li:nth-child(n + 3) {
    padding-top: 10px;
  }
  .m-boxlink.m-boxlink3 > li > a, .m-boxlink.m-boxlink4 > li > a {
    margin: 0 4px;
  }
  .m-boxlink.m-boxlink2 {
    margin: 15px 0 0;
  }
  .m-boxlink.m-boxlink2 > li {
    width: 100%;
  }
  .m-boxlink.m-boxlink2 > li:nth-child(n + 2) {
    padding-top: 10px;
  }
  .m-boxlink.m-boxlink2 > li > a {
    margin: 0;
  }
}

@-webkit-keyframes anim_mouseover {
  0% {
    top: 0;
  }
  50% {
    top: -6px;
  }
  100% {
    top: 0;
  }
}

@keyframes anim_mouseover {
  0% {
    top: 0;
  }
  50% {
    top: -6px;
  }
  100% {
    top: 0;
  }
}

.m-cols {
  letter-spacing: -1em;
  margin: 0 -10px;
}

.m-cols__block {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}

.m-cols__block-arrow {
  position: relative;
}

.m-cols__block-arrow::before {
  content: "";
  display: block;
  width: 65px;
  height: 34px;
  background: url(/ex/pika_vee/common/images/icon/icon-arrow.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: -30px;
  bottom: 0;
  margin: auto;
}

.m-cols + .m-cols {
  margin-top: 30px;
}

@media screen and (max-width: 759px) {
  .m-cols {
    letter-spacing: normal;
    margin: 0;
  }
  .m-cols__block {
    display: block;
    padding: 0;
  }
  .m-cols__block + .m-cols__block {
    margin-top: 15px;
  }
  .m-cols__block-arrow {
    position: relative;
  }
  .m-cols__block-arrow::before {
    content: "";
    display: block;
    width: 41px;
    height: 21px;
    background: url(/ex/pika_vee/common/images/icon/icon-arrow.png);
    background-size: cover;
    position: absolute;
    top: -38px;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .m-cols__block-arrow._adjusttop {
    margin-top: 50px;
  }
  .m-cols + .m-cols {
    margin-top: 15px;
  }
}

.m-cols1 .m-cols__block,
.m-cols2 .m-cols__block {
  width: 50%;
}

@media screen and (max-width: 759px) {
  .m-cols1 .m-cols__block,
  .m-cols2 .m-cols__block {
    width: 100%;
  }
}

.m-cols1-center,
.m-cols2-center {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 759px) {
  .m-cols1-center,
  .m-cols2-center {
    flex-direction: column;
  }
  .m-cols1-center .m-cols__block,
  .m-cols2-center .m-cols__block {
    margin-top: 0;
  }
}

.m-cols1 {
  text-align: center;
}

.m-cols3 .m-cols__block {
  width: 33.33%;
}

@media screen and (max-width: 759px) {
  .m-cols3 .m-cols__block {
    width: 100%;
  }
}

.m-media {
  overflow: hidden;
}

.m-media__image, .m-media__body {
  width: 50%;
}

.m-media.m-media-l .m-media__image, .m-media.m-media-l .m-media__body {
  float: left;
}

.m-media.m-media-l .m-media__image {
  padding-right: 20px;
}

.m-media.m-media-l .m-media__body {
  padding-left: 20px;
}

.m-media.m-media-r .m-media__image, .m-media.m-media-r .m-media__body {
  float: right;
}

.m-media.m-media-r .m-media__image {
  padding-left: 20px;
}

.m-media.m-media-r .m-media__body {
  padding-right: 20px;
}

.m-media.m-media-c {
  max-width: 500px;
  margin: 0 auto;
}

.m-media.m-media-c .m-media__image {
  width: 100%;
}

.m-media + .m-media {
  margin-top: 30px;
}

@media screen and (max-width: 759px) {
  .m-media__image, .m-media__body {
    width: 100%;
  }
  .m-media.m-media-l .m-media__image, .m-media.m-media-l .m-media__body {
    float: none;
  }
  .m-media.m-media-l .m-media__image {
    padding-right: 0;
  }
  .m-media.m-media-l .m-media__body {
    padding-left: 0;
  }
  .m-media.m-media-r .m-media__image, .m-media.m-media-r .m-media__body {
    float: none;
  }
  .m-media.m-media-r .m-media__image {
    padding-left: 0;
  }
  .m-media.m-media-r .m-media__body {
    padding-right: 0;
  }
  .m-media .m-media__body {
    margin-top: 15px;
  }
  .m-media + .m-media {
    margin-top: 30px;
  }
}

.m-caption {
  line-height: 1.6;
  font-size: 11px;
  font-size: 1.1rem;
  margin-top: 5px;
}

@media screen and (min-width: 760px) {
  .m-caption {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.m-movie {
  position: relative;
  display: block;
}

.m-movie:before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 122px;
  height: 122px;
  margin: -61px 0 0 -61px;
  background: url("/ex/pika_vee/common/images/icon/icon_play.png") left top no-repeat;
  background-size: 122px 122px;
  z-index: 20;
}

.m-movie:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .5);
  z-index: 10;
  transition: all 0.2s ease-out;
}

@media screen and (max-width: 759px) {
  .m-movie:after {
    opacity: 0;
  }
}

@media screen and (min-width: 760px) {
  .m-movie img {
    -webkit-transform: scale(1);
            transform: scale(1);
    transition: all 0.2s ease-out;
  }
  .m-movie:after {
    opacity: 0;
    transition: all 0.2s ease-out;
  }
  .m-movie:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .m-movie:hover:after {
    opacity: 1;
  }
}

.isiPad .m-movie:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.isiPad .m-movie:hover:after {
  opacity: 0;
}

.m-modalmovie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
}

.m-modalmovie .m-movwrap {
  width: 100%;
  height: 0;
  max-width: 960px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.m-modalmovie .m-movwrap .m-inner {
  position: absolute;
  height: 100%;
  width: 100%;
}

.m-modalmovie .m-movwrap .m-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.m-modalmovie .m-movwrap .m-inner .m-close {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
  border: 1px solid blue;
  color: black;
  display: inline-block;
  padding: 5px 10px;
  background: white;
  width: 5em;
  text-align: center;
  border-radius: 2px;
  white-space: nowrap;
  font-size: 10px;
  font-size: 1rem;
}

.m-modalmovie .m-movwrap .m-inner .m-close:hover {
  cursor: pointer;
  opacity: .8;
}

.m-summary {
  display: flex;
  margin-top: 20px;
}

.m-summary dt {
  min-width: 4em;
  padding-right: 1em;
  font-weight: bold;
}

@media screen and (max-width: 759px) {
  .m-summary {
    flex-direction: column;
    margin-top: 5px;
  }
  .m-summary dt {
    padding-right: 0;
  }
  .m-summary dd {
    margin-top: 5px;
  }
}

.m-cv {
  font-weight: bold;
}

.m-cv__label {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("/ex/pika_vee/common/images/icon/icon_cv.png");
  background-size: cover;
  vertical-align: middle;
}

@media screen and (max-width: 759px) {
  .m-cv__label {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    font-size: 11px;
    line-height: 24px;
  }
}

.m-txt-xxxxlarge {
  font-size: 2.8rem;
}

.m-txt-xxxlarge {
  font-size: 2.4rem;
}

.m-txt-xxlarge {
  font-size: 2rem;
}

.m-txt-xlarge {
  font-size: 1.8rem;
}

.m-txt-large {
  font-size: 1.6rem;
}

.m-txt-medium {
  font-size: 1.4rem;
}

.m-txt-small {
  font-size: 1.2rem;
}

.m-txt-xsmall {
  font-size: 1rem;
}

.m-txt-left {
  text-align: left;
}

.m-txt-center {
  text-align: center;
}

.m-txt-right {
  text-align: right;
}

.m-txt-bold {
  font-weight: bold;
}

.m-margin-xxxlarge {
  margin-top: 80px !important;
}

.m-margin-xxlarge {
  margin-top: 50px !important;
}

.m-margin-xlarge {
  margin-top: 40px !important;
}

.m-margin-large {
  margin-top: 30px !important;
}

.m-margin-middle {
  margin-top: 20px !important;
}

.m-margin-small {
  margin-top: 10px !important;
}

.m-margin-none {
  margin-top: 0px !important;
}

@media screen and (max-width: 759px) {
  .m-margin-xxxlarge {
    margin-top: 40px !important;
  }
  .m-margin-xxlarge {
    margin-top: 25px !important;
  }
  .m-margin-xlarge {
    margin-top: 20px !important;
  }
  .m-margin-large {
    margin-top: 15px !important;
  }
  .m-margin-middle {
    margin-top: 10px !important;
  }
  .m-margin-small-sp {
    margin-top: 5px !important;
  }
  .m-margin-xxlarge-sp {
    margin-top: 25px !important;
  }
  .m-margin-xlarge-sp {
    margin-top: 20px !important;
  }
  .m-margin-large-sp {
    margin-top: 15px !important;
  }
  .m-margin-middle-sp {
    margin-top: 10px !important;
  }
  .m-margin-small-sp {
    margin-top: 5px !important;
  }
}

/*================================================================

SNS

=================================================================*/
.sns > ul {
  text-align: center;
  padding: 10px 0;
  line-height: 0;
}

.sns > ul li {
  display: inline-block;
  text-align: left;
  width: 20%;
}

.sns > ul li a {
  display: block;
  background: white;
}

.sns > ul li.line img {
  display: block;
}

.sns > ul li a img {
  display: block;
}

.sns > ul li a:hover img {
  opacity: .8;
}

main .sns {
  position: absolute;
  top: 410px;
  right: 30px;
  z-index: 5;
}

main .sns ul {
  padding: 0;
}

main .sns li {
  width: 32px;
  border-radius: 2px;
  overflow: hidden;
}

main .sns li img {
  border-radius: 2px;
}

footer .sns {
  background: #00953f;
  text-align: center;
}

footer .sns .sns__subt {
  line-height: 1em;
  display: inline-block;
  margin: 30px 0 8px;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  font-size: 1.1rem;
}

@media screen and (min-width: 760px) {
  footer .sns .sns__subt {
    font-size: 12px;
    font-size: 1.2rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 759px) {
  footer .sns ul {
    padding: 0 15px 20px;
    letter-spacing: -.34em;
  }
  footer .sns ul li {
    letter-spacing: 0;
    width: 25%;
  }
  footer .sns ul li img {
    width: 100%;
  }
}

@media screen and (min-width: 760px) {
  footer .sns ul {
    padding: 0 15px 20px;
    letter-spacing: -.34em;
  }
  footer .sns ul li {
    margin: 0 5px;
    letter-spacing: 0;
    width: 44px;
    border-radius: 2px;
    overflow: hidden;
  }
  footer .sns ul li img {
    width: 100%;
  }
}

/*================================================================

追加モジュール

=================================================================*/
.btn-reserve {
  margin: 15px 80px 0;
}

.btn-reserve > a {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 15%;
  overflow: hidden;
  background: url(/ex/pika_vee/top/images/btn_reserve@2x.png);
  background-size: cover;
  background-position: top;
}

@media screen and (min-width: 760px) {
  .btn-reserve {
    margin: 25px 0 15px;
  }
  .btn-reserve > a {
    width: 100%;
    height: 0;
    padding-top: 13.7339%;
    overflow: hidden;
    background: url(/ex/pika_vee/top/images/btn_reserve.png);
    background-size: 100% 200%;
    max-width: 466px;
    padding-top: 64px;
    margin: auto;
  }
  .btn-reserve > a:hover {
    background-position: bottom;
  }
}

.sctc-links {
  text-align: center;
  padding: 25px 0 0px;
}

@media screen and (max-width: 759px) {
  .sctc-links {
    padding: 20px;
    border-bottom: 1px solid #66b188;
  }
}

@media screen and (min-width: 760px) {
  .sctc-links {
    padding: 25px;
    border-bottom: 1px solid #66b188;
  }
}

.sctc-links li {
  display: inline;
  padding: 0 1em;
}

.sctc-links li a {
  font-weight: bold;
  color: white;
  text-decoration: none;
}

@media screen and (min-width: 760px) {
  .sctc-links li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sctc-links li:first-child {
  border-right: 1px solid #66b188;
}

.blankicon::before {
  font-family: 'icon';
  content: "\EA08";
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
}

.img_hover {
  position: relative;
  display: inline-block;
}

.img_hover img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.img_hover:hover {
  -webkit-animation: anim_mouseover 0.15s;
          animation: anim_mouseover 0.15s;
}

.img_hover:hover img:nth-child(2) {
  opacity: 1;
}

.m-table {
  border: 1px solid #e4e4de;
  border-radius: 5px;
  background: white;
  overflow: hidden;
  margin: 15px 0;
}

.m-table table {
  width: 100%;
}

.m-table table thead {
  background: #f6f1d3;
  color: #814400;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}

@media screen and (min-width: 760px) {
  .m-table table thead {
    font-size: 20px;
    font-size: 2rem;
  }
}

.m-table table thead th {
  padding: 10px;
}

.m-table table thead th:nth-child(1) {
  border-right: 1px solid #e4e4de;
}

@media screen and (min-width: 760px) {
  .m-table table thead th {
    padding: 25px 35px;
  }
}

@media screen and (min-width: 760px) {
  .m-table table tbody {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.m-table table tbody tr th {
  border-right: 1px solid #e4e4de;
  padding: 10px;
  text-align: left;
}

@media screen and (min-width: 760px) {
  .m-table table tbody tr th {
    padding: 25px 35px;
  }
}

.m-table table tbody tr td {
  padding: 10px;
}

@media screen and (min-width: 760px) {
  .m-table table tbody tr td {
    padding: 25px 35px;
  }
}

.m-table table tbody tr:not(:first-child) th, .m-table table tbody tr:not(:first-child) td {
  border-top: 1px solid #e4e4de;
}

@media screen and (min-width: 760px) {
  .m-cols.m-cols-arrow {
    padding-right: 40px;
    margin-bottom: -30px;
  }
  .m-cols.m-cols-arrow .m-cols__block {
    margin-bottom: 30px;
  }
  .m-cols.m-cols-arrow .m-cols__block-arrow::before {
    left: auto;
    right: -45px;
    z-index: 1;
  }
}

@media screen and (max-width: 759px) {
  .m-cols.m-cols-arrow .m-cols__block + .m-cols__block {
    margin-top: 50px;
  }
  .m-cols.m-cols-arrow .m-cols__block-arrow::before {
    top: auto;
    bottom: -35px;
    z-index: 1;
  }
}

@media screen and (max-width: 759px) {
  .m-box.top-summary__box .top-padding-sp {
    padding: 0 20px;
  }
}

/*================================================================

print

=================================================================*/

/*# sourceMappingURL=all.css.map */
