@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

a {
  color: #666;
  text-decoration: none;
}

a:hover {
  color: #F8B62D;
  text-decoration: none;
}

/* For modern browsers */
.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clear {
  zoom: 1;
}

/* common
------------------------------*/
html {
  color: #323232;
  font-size: 62.5%;
}

body {
  font-size: 1.8rem;
  line-height: 2.0;
}

@media screen and (min-width: 769px) {
  .hvr {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1.0;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  .hvr:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
}
.pc {
  display: inline;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: inline;
  }
}
/* head
------------------------------*/
.head {
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  z-index: 7000;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .head {
    position: static;
    border-bottom: 8px solid #000;
  }
}
.head .inner {
  overflow: hidden;
  width: 1260px;
  margin: 0 auto;
  padding: 5px 0;
  background: url(../img/cmn/bg_header.png) no-repeat bottom left 508px;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .head .inner {
    width: 100%;
    padding: 3% 2%;
    box-sizing: border-box;
  }
}
.head .inner .logo_pekaru {
  float: left;
  width: 178px;
  margin: 0 3px 0 0;
}
.head .inner .logo_pekaru img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .head .inner .logo_pekaru {
    width: auto;
    height: 50px;
    margin: 0 2% 0 0;
  }
  .head .inner .logo_pekaru img {
    width: auto;
    height: 50px;
  }
}
.head .inner .h_logo_pekaru {
  float: left;
  padding: 13px 0 0 0;
  font-size: 1.4rem;
}
.head .inner .h_logo_pekaru img {
  width: 320px;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 768px) {
  .head .inner .h_logo_pekaru {
    width: 60%;
    padding: 6px 0 0 0;
    font-size: 0.6rem;
  }
  .head .inner .h_logo_pekaru img {
    width: auto;
    height: 28px;
    margin: 0 0 3% 0;
  }
}
.head .inner .twitter {
  float: right;
  width: 380px;
  height: 80px;
  margin: 14px 3px 0 0;
}
@media screen and (max-width: 768px) {
  .head .inner .twitter {
    display: none;
  }
}
.head .inner .twitter a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 0 0 0;
  background: #1da1f2;
  border-radius: 5px;
  box-shadow: 3px 3px 0px 0px #e6e6e6;
  -moz-box-shadow: 3px 3px 0px 0px #e6e6e6;
  -webkit-box-shadow: 3px 3px 0px 0px #e6e6e6;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1.5rem;
}
.head .inner .twitter a i {
  float: left;
  display: block;
  width: 46px;
  height: 38px;
  margin: 4px 20px;
  background: url(../img/cmn/icn_twitter.png) no-repeat;
  background-size: 100% auto;
}
.head .inner .twitter a strong {
  color: #FFF;
  font-size: 2.6rem;
  line-height: 1.3;
}
.head .inner .jinjya {
  float: right;
  width: 380px;
  height: 80px;
  margin: 14px 3px 0 0;
}
@media screen and (max-width: 768px) {
  .head .inner .jinjya {
    display: none;
  }
}
.head .inner .jinjya a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .head .inner .ham-menu {
    position: fixed;
    z-index: 8000;
    right: 2%;
    width: 40px;
    height: 40px;
    margin: 5px 0 0 0;
    padding: 11px 9px;
    background: -webkit-linear-gradient(#81c700, #007800);
    background: -o-linear-gradient(#81c700, #007800);
    background: linear-gradient(#81c700, #007800);
    border-radius: 8px;
    box-shadow: 0px 3px 0px 0px #e6e6e6;
    -moz-box-shadow: 0px 3px 0px 0px #e6e6e6;
    -webkit-box-shadow: 0px 3px 0px 0px #e6e6e6;
    box-sizing: border-box;
  }
}
.head .inner .ham-menu .menu-trigger,
.head .inner .ham-menu .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.head .inner .ham-menu .menu-trigger {
  position: relative;
  width: 22px;
  height: 19px;
}
.head .inner .ham-menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  border-radius: 10px;
}
.head .inner .ham-menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.head .inner .ham-menu .menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.head .inner .ham-menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.head .inner .ham-menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-315deg);
  transform: translateY(8px) rotate(-315deg);
}
.head .inner .ham-menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.head .inner .ham-menu .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(315deg);
  transform: translateY(-8px) rotate(315deg);
}
.head .gnv {
  background: #000;
}
@media screen and (max-width: 768px) {
  .head .gnv {
    display: none;
    position: fixed;
    z-index: 7999;
    top: 0;
  }
}
.head .gnv .logo_pekaru {
  display: none;
}
@media screen and (max-width: 768px) {
  .head .gnv .logo_pekaru {
    display: block;
    float: left;
    width: auto;
    height: 50px;
    margin: 3% 2%;
  }
  .head .gnv .logo_pekaru img {
    width: auto;
    height: 50px;
  }
}
.head .gnv .h_logo_pekaru {
  display: none;
}
@media screen and (max-width: 768px) {
  .head .gnv .h_logo_pekaru {
    display: block;
    float: left;
    width: 60%;
    margin: 3% 0 0 0;
    padding: 6px 0 0 0;
    color: #FFF;
    font-size: 0.6rem;
  }
  .head .gnv .h_logo_pekaru img {
    width: auto;
    height: 28px;
    margin: 0 0 3% 0;
  }
}
.head .gnv ul {
  width: 1260px;
  margin: 0 auto;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .head .gnv ul {
    width: 100%;
  }
}
.head .gnv ul li {
  display: inline-block;
  border-left: 1px solid #6c6c6c;
}
@media screen and (max-width: 768px) {
  .head .gnv ul li {
    width: 100%;
    padding: 2% 0;
    border: 0;
  }
}
.head .gnv ul li:last-child {
  padding: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .head .gnv ul li:last-child {
    padding: 5% 4% 5% 4%;
    box-sizing: border-box;
  }
}
.head .gnv ul li a {
  display: block;
  padding: 5px 16px;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 30px;
}
.head .gnv ul li a i {
  float: left;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  border-radius: 15px;
}
.head .gnv ul li.gnv01 a i {
  background: url(../img/cmn/icn_gnv01.png) no-repeat center #8ea4d0;
  background-size: 26px 26px;
}
.head .gnv ul li.gnv02 a i {
  background: url(../img/cmn/icn_gnv02.png) no-repeat center #ff9565;
  background-size: 26px 26px;
}
.head .gnv ul li.gnv03 a i {
  background: url(../img/cmn/icn_gnv03.png) no-repeat center #ff7878;
  background-size: 26px 26px;
}
.head .gnv ul li.gnv04 a i {
  background: url(../img/cmn/icn_gnv04.png) no-repeat center #a4d098;
  background-size: 26px 26px;
}
.head .gnv ul li.gnv05 a i {
  background: url(../img/cmn/icn_gnv05.png) no-repeat center #78c7ff;
  background-size: 26px 26px;
}
.head .gnv ul li.gnv06 a i {
  background: url(../img/cmn/icn_gnv06.png) no-repeat center #ffc764;
  background-size: 26px 26px;
}
.head .gnv ul li.gnv_contact a {
  background: -webkit-linear-gradient(#81c700, #007800);
  background: -o-linear-gradient(#81c700, #007800);
  background: linear-gradient(#81c700, #007800);
  border-radius: 5px;
}
.head .gnv ul li.gnv_contact a i {
  background: url(../img/cmn/icn_contact.png) no-repeat center;
  background-size: 30px 30px;
}
@media screen and (max-width: 768px) {
  .head .gnv ul li.gnv_contact a {
    padding: 5px 8px;
  }
}

/* contents
------------------------------*/
.contents {
  width: 100%;
  padding: 35px 0;
  background: url(../img/cmn/bg_contents.png) repeat;
  background-size: 500px;
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 0;
  }
}
.contents .contents_inner {
  overflow: hidden;
  width: 1260px;
  margin: 0 auto;
  /* contents > c_banner_h250
  ------------------------------*/
  /* contents > c_banner_h250
  ------------------------------*/
  /* contents > twitter
  ------------------------------*/
 /* contents > recommend
------------------------------*/
}
@media screen and (max-width: 768px) {
  .contents .contents_inner {
    width: 100%;
    padding: 5% 0;
    box-sizing: border-box;
  }
}
.contents .contents_inner .sbj {
  margin: 0 0 18px 0;
  padding: 4px;
  background: -webkit-linear-gradient(#f00000, #640000);
  background: -o-linear-gradient(#f00000, #640000);
  background: linear-gradient(#f00000, #640000);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .contents .contents_inner .sbj {
    margin: 0 0 10px 0;
    padding: 2px;
  }
}
.contents .contents_inner .sbj p {
  width: 100%;
  height: 42px;
  padding: 0 10px;
  border: 1px solid #e6d7c8;
  box-sizing: border-box;
  color: #FFF;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.9;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .contents .contents_inner .sbj p {
    height: 30px;
    padding: 0 5px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.contents .contents_inner .sbj p i {
  float: left;
  width: 25px;
  height: 25px;
  margin: 5px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .contents .contents_inner .sbj p i {
    height: 18px;
  }
}
.contents .contents_inner .breadcrumbs {
  padding: 0 0 25px 0;
  color: #000;
  font-size: 1.4rem;
}
.contents .contents_inner .breadcrumbs a {
  color: #314391;
  text-decoration: underline;
}
.contents .contents_inner .breadcrumbs a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .contents .contents_inner .breadcrumbs {
    padding: 0 2% 15px 2%;
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
.contents .contents_inner .c_banner_h600 {
  float: right;
  width: 300px;
  height: 600px;
  margin: 0 0 28px 0;
}
@media screen and (max-width: 768px) {
  .contents .contents_inner .c_banner_h600 {
    display: none;
  }
}
.contents .contents_inner .c_banner_h100 {
  display: none;
}
@media screen and (max-width: 768px) {
  .contents .contents_inner .c_banner_h100 {
    display: block;
    width: 100%;
    margin: 0 auto 4% auto;
    text-align: center;
  }
}
.contents .contents_inner .twitter {
  float: left;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .contents .contents_inner .twitter {
    overflow: hidden;
    float: none;
    width: 100%;
  }
}
.contents .contents_inner .twitter .sbj p i {
  width: 30px;
  margin-top: 7px;
  background: url(../img/cmn/icn_twitter.png) no-repeat center;
  background-size: auto 100%;
}
.contents .contents_inner .twitter .inner {
  overflow: auto;
  width: 96%;
  height: 962px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #FFF;
  border-top: 1px solid #646464;
  border-left: 1px solid #646464;
  border-right: 1px solid #646464;
}
@media screen and (max-width: 768px) {
  .contents .contents_inner .twitter .inner {
    height: 300px;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .contents .contents_inner .twitter .inner iframe {
    width: 96% !important;
  }
}
.contents .contents_inner .twitter .btn_twitter {
  width: 96%;
  height: 56px;
  margin: 0 auto;
  padding: 16px 0 0 0;
  box-sizing: border-box;
  background: #FFF;
  border-bottom: 1px solid #646464;
  border-left: 1px solid #646464;
  border-right: 1px solid #646464;
  text-align: center;
}
.contents .contents_inner .list {
  float: left;
  width: 1200px;
  margin: 40px 0 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contents .contents_inner .list {
    overflow: hidden;
    float: none;
    width: 100%;
    margin: 8% 0;
  }
}
.contents .contents_inner .list .back {
  display: block;
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents .contents_inner .list .back {
    width: 96%;
    margin: 0 auto;
  }
}
.contents .contents_inner .list .back a {
  position: relative;
  display: table-cell;
  width: 600px;
  height: 40px;
  padding: 0 16px 0 0;
  background: #0669b2;
  background: -moz-linear-gradient(top, #0669b2 0%, #1f0645 100%);
  background: -webkit-linear-gradient(top, #0669b2 0%, #1f0645 100%);
  background: linear-gradient(to bottom, #0669b2 0%, #1f0645 100%);
  border: 1px solid #314391;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1.8rem;
  text-align: center;
  vertical-align: middle;
}
.contents .contents_inner .list .back a i {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 38px;
  background: url(../img/cmn/icn_arrow01.png) no-repeat center #FFF;
  background-size: 30% auto;
}
.contents .contents_inner .recommend {
  float: left;
  width: 1260px;
}
@media screen and (max-width: 768px) {
  .contents .contents_inner .recommend {
    overflow: hidden;
    float: none;
    width: 100%;
  }
}
.contents .contents_inner .recommend .sbj p i {
  background: url(../img/cmn/icn_gnv03.png) no-repeat center;
  background-size: 150%;
}
@media screen and (max-width: 768px) {
  .contents .contents_inner .recommend .sbj p i {
    margin-top: 3px;
    background-size: 120%;
  }
}
.contents .contents_inner .recommend .box {
  float: left;
  position: relative;
  width: 305px;
  height: 310px;
  margin: 0 13px 16px 0;
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #646464;
}
@media screen and (max-width: 768px) {
  .contents .contents_inner .recommend .box {
    width: 47%;
    height: 280px;
    margin: 0 2% 4% 2%;
    padding: 1%;
  }
  .contents .contents_inner .recommend .box:nth-of-type(2n+1) {
    margin: 0 0 4% 0;
  }
}
.contents .contents_inner .recommend .box .thumb {
  width: 100%;
}
.contents .contents_inner .recommend .box .thumb img {
  width: 100%;
}
.contents .contents_inner .recommend .box .thumb i {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 84px;
  height: 24px;
  padding: 5px 8px 0 0;
  background: url(../img/cmn/icn_movie.png) no-repeat;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .contents .contents_inner .recommend .box .thumb i {
    top: 5px;
    right: 5px;
  }
}
.contents .contents_inner .recommend .box .data {
  padding: 20px 0 10px 0;
  font-size: 1.4rem;
}
.contents .contents_inner .recommend .box .data .new {
  display: inline-block;
  width: 42px;
  height: 16px;
  margin: 0 0 0 5px;
  background: url(../img/cmn/icn_new.png) no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}
.contents .contents_inner .recommend .box .tit {
  color: #314391;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .contents .contents_inner .recommend .box .tit {
    padding: 0 3%;
    font-size: 1.4rem;
  }
}
.contents .contents_inner .recommend .box:nth-of-type(4n+1) {
  margin: 0 0 16px 0;
}

/* line
------------------------------*/
.line {
  width: 100%;
  height: 200px;
  background: url(../img/cmn/line01.png) center no-repeat #000;
  text-indent: -9999px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .line {
    height: 110px;
    background-size: auto 110px;
  }
}

/* banner_970_90
------------------------------*/
.banner_970_90 {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 50px 0;
  border-top: 2px solid #e4e5e5;
  border-bottom: 2px solid #e4e5e5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .banner_970_90 {
    display: none;
  }
}

.banner_responsive {
  display: none;
}
@media screen and (max-width: 768px) {
  .banner_responsive {
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 3% 0 8% 0;
    box-sizing: border-box;
    text-align: center;
  }
}

.banner_responsive02 {
  display: none;
}
@media screen and (max-width: 768px) {
  .banner_responsive02 {
    display: block;
    width: 100%;
    padding: 3% 0;
    border-top: 2px solid #e4e5e5;
    border-bottom: 2px solid #e4e5e5;
    box-sizing: border-box;
    text-align: center;
  }
}

/* foot
------------------------------*/
.foot {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 2px 0 0 0;
  background: url(../img/cmn/f_line.png) repeat-x top;
  background-size: auto 2px;
}
@media screen and (max-width: 768px) {
  .foot {
    padding: 5px 0 0 0;
    background-size: 100% 5px;
  }
}
.foot .f_info {
  padding: 20px 0;
  background: -webkit-linear-gradient(#3c3c3c, #000);
  background: -o-linear-gradient(#3c3c3c, #000);
  background: linear-gradient(#3c3c3c, #000);
}
@media screen and (max-width: 768px) {
  .foot .f_info {
    padding: 10px 0;
  }
}
.foot .f_info .inner {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .foot .f_info .inner {
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
  }
}
.foot .f_info .inner ul {
  float: left;
  width: 484px;
}
@media screen and (max-width: 768px) {
  .foot .f_info .inner ul {
    float: none;
    width: 100%;
  }
}
.foot .f_info .inner ul li {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .foot .f_info .inner ul li {
    width: 100%;
    text-align: center;
  }
}
.foot .f_info .inner ul li.f_logo_pekaru {
  width: 484px;
  padding: 0 0 10px 0;
}
.foot .f_info .inner ul li.f_logo_pekaru img {
  width: 100%;
}
.foot .f_info .inner ul li.f_logo_pekaru img.pc {
  display: inline;
}
.foot .f_info .inner ul li.f_logo_pekaru img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .foot .f_info .inner ul li.f_logo_pekaru {
    width: 100%;
  }
  .foot .f_info .inner ul li.f_logo_pekaru img {
    width: 70%;
  }
  .foot .f_info .inner ul li.f_logo_pekaru img.pc {
    display: none;
  }
  .foot .f_info .inner ul li.f_logo_pekaru img.sp {
    display: inline;
  }
}
.foot .f_info .inner ul li.copyright small {
  color: #FFF;
  font-size: 10px;
}
.foot .f_info .inner .pagetop {
  float: right;
  width: 57px;
}
.foot .f_info .inner .pagetop img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .foot .f_info .inner .pagetop {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
