@charset "utf-8";
:focus{outline: 0;}
body{background: #aac8ff; line-height: 1.0;margin: 0;padding: 0;}
p{margin: 0;padding: 0;}
ol,ul{list-style: none;margin: 0;padding: 0;}
table{border-collapse: separate;border-spacing: 0;}
caption,th,td{font-weight: normal;text-align: left;}
blockquote:before,blockquote:after,q:before,q:after{content: "";}
blockquote,q{quotes: "" "";}
img, a img{border: 0;margin: 0;}
body article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display: block;margin: 0;padding: 0;}
body {font-size: 20px;color: #000; line-height: 1.5;}
h1,h2,h3,h4,h5,h6{clear: both;font-weight: bold;margin: 0;padding: 0;}
hr{background-color: #333;border: 0;height: 1px;margin-bottom: 1.625em;}
a,a:focus,a:active,a:hover{text-decoration: underline;cursor: pointer;}
.≈:after{display: block;clear: both;height: 0;visibility: hidden;content: "";}
.clearfix{min-height: 1px;}
* html .clearfix{height: 1px;height: auto;overflow: hidden;/**/}
img{width:100%; vertical-align: bottom;}

/* COMMON ==================== */
body{}
@media screen and ( min-width:768px ) { /* PC ==================== */
  .pc{display: block !important;}
  .sp{display: none !important;}
}
@media screen and ( max-width:759.98px ) { /* SP  ==================== */
  .pc{display: none !important;}
  .sp{display: block !important;}
  br.pc{display: none !important;}
}
.btn{display: block; box-sizing: border-box; text-decoration: none;}
.btn,.btn:focus,.btn:active,.btn:hover{ text-decoration: none !important;}
ul.asterisk li {font-size:14px; list-style-type: none; text-indent: -1em; text-align: left; margin-left:15px;}
ul.asterisk li:before {display: inline; content: "※";}

.line-seed-jp-thin {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 100;
  font-style: normal;
}
.line-seed-jp-regular,
ruby rt,
ul.asterisk li {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.line-seed-jp-bold {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.line-seed-jp-extrabold {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-style: normal;
}

ruby rt{
  font-size:0.4em;
  transform: translateY(10%)
}

.content_wrapper{
  margin:0 auto;
  padding:0;
}
@media screen and ( min-width:760px ) { /* PC === */
  .content_wrapper{
    width:1200px;
  }
}
@media screen and ( max-width:759.98px ) { /* SP  === */
  .content_wrapper{
    width:100%;
  }
}

/* content menu nav ==================== */
@media screen and ( min-width:760px ) { /* PC === */
  .wk-header{
    width:350px;
    float:left;
    background-image:url('../img/bg_menu_2x.jpg');
    background-size:15px;
  }
}
@media screen and ( max-width:759.98px ) { /* SP  === */
  .wk-header{
    width:100%;
    position:relative;
    background-color:#aac8ff;
  }
}

@media screen and ( min-width:760px ) { /* PC === */
  .wkw_logo{
    width:268px;
    margin:0 auto;
  }
  .wkw_logo img{
    width:100%;
  }
}
@media screen and ( max-width:759.98px ) { /* SP  === */
  .wkw_logo{
    width:150px;
    height:80px;
    margin:0 auto;
  }
  .wkw_logo img{
    width:auto;
    height:80px;
  }
}

@media screen and ( max-width:759.98px ) { /* SP  ==================== */
	.wk-header-menu{
		position:absolute;
    top:10px;
    right:10px;
	}
  .wk-header-menu p{
    width:100%;
    font-size:10px;
    text-align:center;
    position:absolute;
    bottom:-12px;
  }
}
@media screen and ( min-width:760px ) { /* PC ==================== */
	.nav-list{
		width:90%;
		margin:0 auto;
	}
}
@media screen and ( min-width:760px ) { /* PC === */
  .menu-catchcopy{
    padding:20px 0 80px 0;
  }
}
@media screen and ( max-width:759.98px ) { /* SP  === */
  .menu-catchcopy{
    padding-top:20px;
  }
}

@media screen and ( max-width:759.98px ) { /* SP  ==================== */
  /* ハンバーガーメニュー ==================== */
  .burger-btn{
    display: block;
    width: 41px;
    height: 41px;
    position: relative;
    z-index: 3;
    /* codepenの挙動のため */
    background-color:transparent;
    border:none;
    cursor: pointer;
    z-index: 9999 !important;
    text-align: center !important;
  }
  .bar{
    width: 30px;
    height: 3px;
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
  }
  .bar_top{
    top: 10px;
  }
  .bar_mid{
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .bar_bottom{
    bottom: 10px;
  }
  .burger-btn.close{
    margin-top:-60px;
  }
  .burger-btn.close .bar_top{
    transform: translate(-50%,10px) rotate(45deg);
    transition: transform .3s;
    background-color: #fff;
  }
  .burger-btn.close .bar_mid{
    opacity: 0;
    transition: opacity .3s;
  }
  .burger-btn.close .bar_bottom{
    transform: translate(-50%,-8px) rotate(-45deg);
    transition: transform .3s;
    background-color: #fff;
  }
  .burger-btn p{
    position:absolute;
    top:35px;
    right:1px;
    margin:0 !important;
    padding:0 !important;
  }
  .burger-btn.close p{
    color:#fff;
  }
  .nav-wrapper{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .header-nav{
    width: 100%;
    height: 100%;
    background-image:url('../img/bg_menu_2x.jpg');
    background-size:15px;
    z-index: 2;
  }
  .header-nav .nav-list{
    display: block;
    position: absolute;
    width:90%;
    bottom: 20px;
    left:50%;
    transform: translate(-50%);
  }
}
.header-nav .nav-list li{
  background-color:rgb(20, 65, 144, 0.5);
  margin:10px 0;
  justify-content: center;
  font-size: 15px;
}
.header-nav .nav-list li a{
  display: block;
  width:100%;
  height:100%;
  padding:10px 10px;
  font-size: 15px;
  color: #00b4ff;
  text-decoration: none;
}

.header-nav .nav-list a:hover{
  color:#fff;
}
.header-nav .nav-list .toppage a:hover,
.color-toppage{
  background-color:#0000b4;
}
.header-nav .nav-list .about a:hover,
.color-about{
  background-color:#c88200;
}
.header-nav .nav-list .character a:hover,
.color-character{
  background-color:#005ac8;
}
.header-nav .nav-list .anime a:hover,
.color-anime{
  background-color:#3ca000;
}
.header-nav .nav-list .laboratory a:hover,
.color-laboratory{
  background-color:#8c28ff;
}
.header-nav .nav-list .toy a:hover,
.color-toy {
  background-color:#ff6400;
}
.header-nav .nav-list .report a:hover,
.color-report{
  background-color:#d20050;
}
.header-nav .nav-list .campaign a:hover,
.color-campaign{
  background-color:#0096c8;
}
.header-nav .nav-list .news a:hover,
.color-news{
  background-color:#e664c8;
}

@media screen and ( min-width:760px ) { /* PC === */
  .content{
    width:850px;
    float:right;
  }
}
@media screen and ( max-width:759.98px ) { /* SP  === */
}

/* Slider */
.slider {
  width:100%;
  text-align: center;
}
.slider a,
.toy-manu a{
  position: relative;
}
.slider a .new-mark,
.toy-manu a .new-mark{
  position: absolute;
  top:0;
  left:0;
}
@media screen and ( min-width:760px ) { /* PC === */
  .slider a .new-mark{
    width:100px;
  }
  .toy-manu a .new-mark{
    width:50px;
    top:-4px;
  }
}
@media screen and ( max-width:759.98px ) { /* SP  === */
  .slider a .new-mark,
  .toy-manu a .new-mark{
    width:50px;
    top:-4px;
  }
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
}
.btn_prevArrow,
.btn_nextArrow{
  position: absolute;
  z-index: 1000;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  height:100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding:5px;
  cursor: pointer;

  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and ( min-width:760px ) { /* PC === */
  .btn_prevArrow,
  .btn_nextArrow{
    width:30px;
  }
}
@media screen and ( max-width:759.98px ) { /* SP  === */
  .btn_prevArrow,
  .btn_nextArrow{
    width:20px;
  }
}
.btn_prevArrow{
  left: 0;
}
.btn_nextArrow{
  right: 0;
}

.slick-dots{
  bottom:none;
}
.slick-dots li button:before{
    font-family: 'slick';
    position: absolute;
    top: 0;
    left: 0;
    content: '•';
    text-align: center;
    color: #333 !important;
    width: 20px;
    height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and ( min-width:760px ) { /* PC ==================== */
  .slick-dots li button:before{
      font-size: 15px;
      padding-top:10px;
  }
}
@media screen and ( max-width:759.98px ) { /* SP  ==================== */
  .slick-dots li button:before{
      font-size: 10px !important;
  }
}
.slick-dots li.slick-active button:before{
    color: #3200be !important;
}
