@charset "UTF-8";




@media(min-width:1080px){



  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  menu,
  nav,
  section {
    display: block; }

    header.pc_header{
      display: inline-block;
    }
  /*文字折り返し*/
  pre {
    white-space: pre;
    /* CSS 2.0 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3.0 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: -moz-pre-wrap;
    /* Mozilla */
    white-space: -hp-pre-wrap;
    /* HP Printers */
    word-wrap: break-word;
    /* IE 5+ */ }



  ===============================*/
  /*ヘッダー
  ----------------------*/
  .sp_header,.sp_footer{
    display: none;
  }
  header {
    width: 100%;
    z-index: 999;
    height: auto;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0; }
  header.fixed{
    animation: header_move_in 0.5s ease-in-out;
    position: fixed;
  }
  header.off{
    position: static;
  }
  header.fixed ul.gNavi  li img {
    display: none;
  }
  @keyframes header_move_in {
    from{ transform: translateY(-75px); }
    to{ transform: translateY(0); }
  }


  .headerInner {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: #333; }
    .headerInner.fixed {
      width: 100%;
      height: auto;
      margin: 0 auto;
      padding: 0 10px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      background: #333; }
    .headerInner .titleArea {
      width: 980px;
      height: 75px;
      margin: 0 auto;
      padding: 5.65px 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      position: relative; }
      .headerInner.fixed .titleArea {
        height: 45px; }
      .headerInner .titleArea h1 {
        width: 250px;
        height: auto;
        margin: 0;
        padding: 25px 0 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: inline-block;
        position: relative;
        top: 5px; }
        .headerInner.fixed .titleArea h1 {
          padding: 0;
          top: 7px; }
        .headerInner .titleArea h1 a {
          width: 250px;
          height: auto;
          margin: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block; }
        .headerInner .titleArea h1 a:hover {
          transition-duration: 0.8s;
          opacity: 0.8; }
        .headerInner .titleArea h1 span {
          width: auto;
          height: auto;
          margin: 0 auto;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: inline-block;
          color: #fff;
          position: absolute;
          left: 0;
          top: 0; }
          .headerInner.fixed .titleArea h1 span {
            display: none; }
      .headerInner .titleArea h1 img {
        width: 200px;
        height: auto;
        margin: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block; }
      .headerInner.fixed .titleArea h1 img {
        width: 170px; }
      .headerInner .titleArea div.vote {
        width: auto;
        height: 100%;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: inline-block;
        position: absolute;
        left: 290px;
        top: 0; }
      .headerInner.fixed .titleArea div.vote {
        width: auto;
        height: 100%;
        padding: 0;
        left: 350px; }
      .headerInner .titleArea div.vote img {
        width: auto;
        height: 100%;
        margin: 0;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block; }
      .headerInner.fixed .titleArea div.vote img {
        width: auto;
        height: 100%;
        padding: 0; }
      .headerInner .titleArea ul.bannerArea {
        width: auto;
        height: auto;
        padding: 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        display: block;
        position: absolute;
        top: 2px;
        right: 175px;
        border-radius: 3px;
        background: #333; }
        .headerInner.fixed .titleArea ul.bannerArea {
          padding: 0px;
          margin: 0;
          top: 1px;
          right: 234px;}
        .headerInner .titleArea ul.bannerArea li {
          width: 90px;
          height: 60px;
          margin: 0 10px 0 0;
          padding: 0;
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          display: block;
          float: left; }
          .headerInner .titleArea ul.bannerArea li:last-child {
            margin: 0; }
        .headerInner .titleArea ul.bannerArea li a:hover {
          transition-duration: 0.8s;
          opacity: 0.8; }
        .headerInner .titleArea ul.bannerArea li img {
          border-radius: 3px;
          width: 90px;
          height: 60px; }
        .headerInner.fixed .titleArea ul.bannerArea li {
          width: 63px;
          height: 42px; }
          .headerInner .titleArea ul.bannerArea li img.normal {
            display: block; }
          .headerInner.fixed .titleArea ul.bannerArea li img.normal {
            display: none; }
          .headerInner .titleArea ul.bannerArea li img.min {
            display: none; }
          .headerInner.fixed .titleArea ul.bannerArea li img.min {
            display: block; }
        .headerInner.fixed .titleArea ul.bannerArea li img {
          border-radius: 3px;
          width: 63px;
          height: 42px; }


  ul.bannerArea {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    border-radius: 3px;
    background: #f0f0f0; }
  ul.bannerArea li {
    width: 49%;
    height: auto;
    margin: 0 2% 8px 0;
    padding: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    float: left; }
  ul.bannerArea li:nth-child(2n) {
    margin: 0; }
  ul.bannerArea li:nth-child(3) {
    margin: 0 2% 0 0; }
  ul.bannerArea a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block; }
  ul.bannerArea li a:hover {
    transition-duration: 0.8s;
    opacity: 0.3; }
  ul.bannerArea li img {
    width: 94px;
    height: auto;
    margin: 0 auto;
    display: block; }


  /*google検索*/
  .topSearch {
    width: 150px;
    height: auto;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    border: 2px solid #fff;
    border-radius: 3px; }
    .topSearch.fixed {
      margin: 0;
      top: 8px;
    }
    .topSearch input.searchBox {
      width: 117px;
      height: 25px;
      margin: 0 auto;
      padding: 0 5px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      float: left;
      line-height: 25px; }
    .topSearch input.searchBtn {
      width: 28px;
      height: 25px;
      margin: 0 auto;
      padding: 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: block;
      float: left;
      background: url(../img/btn_search_top.png) 50% 50% no-repeat #f0f0f0;
      background-size: 17px 17px; }
      .topSearch input.searchBtn:hover {
        transition-duration: 0.8s;
        opacity: 0.7; }

  /*言語選択*/
  .language {
    width: 200px;
    height: auto;
    margin: 10px;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 0;
    border: 4px solid #fff;
    border-radius: 3px;
    background-color: #fff; }
  .language select {
    width: 100%;
    padding-right: 2em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }
  .language select::-ms-expand {
      display: none; }
  .language.cp_sl01::before {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none; }

  .focus {
    border: 2px solid #ffd700; }



  /*フッター
  ----------------------*/
  footer {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    position: relative;
    background: #333; }

  ul.footerMenu {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    text-align: center; }
    ul.footerMenu li {
      width: auto;
      height: auto;
      margin: 0;
      padding: 5px 0;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      display: inline-block;
      position: relative; }
    ul.footerMenu li a {
      width: auto;
      height: auto;
      margin: 0 auto;
      padding: 0 10px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      position: relative;
      font-size: 14px;
      color: #fff;
      text-decoration: none;
      border-right: 1px solid #fff; }
      ul.footerMenu li a:hover {
        transition-duration: 0.8s;
        text-decoration: underline; }
    ul.footerMenu li:last-child a {
      border: none; }

  .copyright {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    font-size: 14px;
    background: #333;
    text-align: center;
    color: #fff;
    font-size: 11.2px;
    text-align: center;
    line-height: 50px; }

  /*文字関係
  ----------------------*/
  p.small {
    font-size: 0.85em; }

  /*追従バナー
  ----------------------*/
  .scrollBanner {
    width: 460px;
    height: 210px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block;
    position: fixed;
    bottom: 0;
    right: -345px;
    background: #6CB830;
    border-radius: 5px 0 0 5px;
    z-index: 50;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    transform: translateX(0px);
    transition: all 1.0s ease-in-out; }
    .scrollBanner:hover {
      transform: translateX(-345px);
      transition: all 0.8s ease-in-out; }
    .scrollBanner .pullTab {
      width: 110px;
      height: 210px;
      margin: auto;
      padding: 0;
      box-sizing: border-box;
      display: block;
      position: relative;
      float: left; }
    .scrollBanner .pullTab img {
      width: 140px;
      height: 230px;
      margin: auto;
      padding: 0;
      box-sizing: border-box;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -30px; }
    .scrollBanner .link {
      width: 350px;
      height: 210px;
      margin: auto;
      padding: 0;
      box-sizing: border-box;
      display: block;
      position: relative;
      float: left; }
    .scrollBanner .link img {
      width: 315px;
      height: 230px;
      margin: auto;
      padding: 0;
      box-sizing: border-box;
      display: block;
      position: absolute;
      top: -20px;
      left: 20px; }
      .scrollBanner .link img:hover {
        transition-duration: 0.6s;
        opacity: 0.7; }




/*トップへ戻る*/
.backBtn {
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: url(../img/icon_back_arr.png) 50% 50% no-repeat #333;
  background-size: 20px 20px;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 15; }

.backBtn:hover {
  transition-duration: 0.8s;
  opacity: 0.7; }

  .sp_header,
  .sp_footer,
  .sp_infoContainer,
  .sp_mainContainer,
  .sp_subNavi

  {
    display: none;
  }
  span.scroll-hint-icon.scroll-hint-icon-white
  {
   display: none;
  }
}
/*sp-------------------------------------------------------------------------------*/
@media(max-width:1079.9px){
  .pc_header,
  .pc_footer,
  .pc_infoContainer,
  .pc_mainContainer,
  .sp_none

  {
     display: none;
  }

html {
  width: 100%;
  position: relative; }


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/*文字折り返し*/
pre {
  white-space: pre;
  /* CSS 2.0 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */ }

/*フッター
----------------------*/
footer {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  position: relative;
  background: #333; }

ul.footerMenu {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 10px;
  box-sizing: border-box;
  display: block;
  }
  ul.footerMenu li {
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    border-bottom: 1px dashed #949494;
    line-height: 40px; }
    ul.footerMenu li:last-child {
      border-bottom: 1px solid #fff; }
  ul.footerMenu li a {
    width: 100%;
    height: 35px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
    position: relative; }
    ul.footerMenu li a:hover {
      transition-duration: 0.8s;
      text-decoration: none; }
  ul.footerMenu li a:after {
    content: "";
    width: 12px;
    height: 12px;
    padding: 0;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background: url(../img/icon_linkbtn_arr02_wh.png) 0 0 no-repeat;
    background-size: 12px 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px; }

  /*言語選択*/
  ul.footerMenu li.topLanguage {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background-color: #F0F0F0; }

  ul.footerMenu li.topLanguage select {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    padding: 0 5px;
    background: #FFFFFF;
    background-image: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    float: left;
    line-height: 40px;
    font-size: 14px;
    border-radius: 5px 5px 5px 5px; }

  ul.footerMenu li.topLanguage select::-ms-expand {
    display: none; }
  ul.footerMenu li.topLanguage:after {
    background: none; }

.copyright {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  font-size: 13px;
  background: #333;
  text-align: center;
  color: #fff;
  font-size: 11.2px;
  text-align: center; }

/*投票する*/
.globalNavi ul li.vote div.title{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: white;
  background-color: #be8700;
  padding: 5px 5px 10px;
  margin-top: 10px;
}

.globalNavi ul li.vote:after {
  display: none; }

ul.bannerArea {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  border-radius: 3px;
  background: #f0f0f0;
  }
  ul.bannerArea li {
    width: 49%;
    height: auto;
    margin: 0 2% 8px 0;
    padding: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    float: left; }
    ul.bannerArea li:nth-child(2n) {
      margin: 0; }
    ul.bannerArea li:nth-child(3) {
      margin: 0 2% 0 0; }
  .globalNavi ul.bannerArea a {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    display: block; }
  ul.bannerArea li a:hover {
    transition-duration: 0.8s;
    opacity: 0.3; }
  ul.bannerArea li img {
    width: 94px;
    height: auto;
    margin: 0 auto;
    display: block; }


/*メニューボタン  パソコン版  スマートフォン版*/
  .globalNavi ul li .gnavi__lists{
    display:flex;
    background-color:#f0f0f0;

  }
  .globalNavi ul li.gnavi__list{
    background-color:#f0f0f0;
    vertical-align: middle;
    height: 0%;
  }

  .globalNavi ul li a.btn-pc{
    color: #fff;
    background-color: #000;
    text-align: center;
    width: 90%;
    border: 0px;
    height: 0%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight:bold;
    border-radius: 0.6em;
  }
  .globalNavi ul li a.btn-sp{
    color: #fff;
    background-color: #000;
    text-align: center;
    width: 90%;
    border: 0px;
    height: 0%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight:bold;
    border-radius: 0.6em;
  }
   ul.f3{
    display: none;
   }


  }