﻿@charset "UTF-8";
/*===================================================
SP時の表示(768px以下)＆ipadの縦に適用
====================================================*/
/*--------------------------------------------------*/
/* 全体レイアウト 
/*--------------------------------------------------*/
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(90deg, #ffaade, #efd7ff, #85e6ff);
  background-size: 100% 100%;
  z-index: -2;
}
body#err {
  background: #FFFFFF;
  color: #615850;
}
body#err #container404 {
  width: 600px;
  margin: 0 auto;
  padding: 30px 0;
}

#container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background: url(../images/bg_side_2.png) top center no-repeat fixed, url(../images/common/bg_body.png) top center repeat, url(../images/common/bg_light.png) repeat;
  background-position: 50% 270px,0 0,0 0;
}

#btn_pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-indent: -9999px;
  z-index: 100;
}
#btn_pagetop a {
  display: block;
  background: url(../images/btn_pagetop_2.png) top center no-repeat;
  width: 120px;
  height: 128px;
}

/*--------------------------------------------------*/
/* 終了対応 
/*--------------------------------------------------*/
.endcontents {
  position: relative;
}
.endcontents div {
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: "alpha( opacity=40 )" \9;
}
.endcontents div div {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )" \9;
}

.endcontents-endtxt {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 80px;
  z-index: 10;
}

/*--------------------------------------------------*/
/* 汎用
/*--------------------------------------------------*/
.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.blockCol img {
  display: block;
}

.hvr img:hover, .hvr:hover {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

.hvrNone {
  pointer-events: none;
}
.hvrNone img:hover, .hvrNone:hover {
  pointer-events: none;
}

a {
  color: #ff1493;
  text-decoration: none;
}
a:link, a:visited {
  color: #ff1493;
}
a:hover {
  color: #FF7FCA;
}

a.txt_link {
  word-wrap: break-word;
}

a.gray {
  color: #3F3338;
  text-decoration: none;
}

.link-btn {
  margin: 15px auto 30px;
  text-align: center;
}

.link-btn_2column, .link-btn_2column_ver2 {
  margin: 15px auto 30px;
  text-align: center;
}
.link-btn_2column a img, .link-btn_2column_ver2 a img {
  padding: 0 0 0.7em 0;
}

.link-btn_end {
  margin: 15px 0;
  text-align: center;
  opacity: 1.0 !important;
  width: 90%;
}

.link-btn_0 {
  margin: 0 auto;
  text-align: center;
}

.attentionList {
  margin: 2%;
  padding: 1% 2% 0;
  text-align: left;
  color: #032e5b;
}
.attentionList li {
  margin: 0 0 0.5em 1em;
  text-indent: -1em;
}

.attentionList2 {
  margin: 0.5%;
  padding: 0% 2% 0;
  text-align: left;
  color: #032e5b;
}
.attentionList2 li {
  margin: 0 0 0.5em 1em;
  text-indent: -1em;
}

.attentionList3 {
  margin: 0.5%;
  padding: 0% 2% 3%;
  text-align: left;
  color: #032e5b;
}
.attentionList3 li {
  margin: 0 0 0.5em 1em;
  text-indent: -1em;
}
.attentionList3 li p.img_center {
  margin-top: 1%;
  text-align: center;
}
.attentionList3 li.txtkome {
  margin: 0 0 0.5em 2em;
  text-indent: -1em;
}

.attentionList4 {
  margin: 2%;
  padding: 1% 2% 0;
  text-align: left;
  color: #032e5b;
}
.attentionList4 li {
  margin: 0 0 0 1.5em;
  text-indent: -1em;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.txtEmph {
  font-weight: bold;
}

.txtEmphRed {
  color: #d91e49;
}

.txtEmphBlue {
  color: #1e9fd9;
}

.txtEmph130 {
  font-size: 130%;
}

.txtEmph150 {
  font-size: 150%;
}

.contentsTxtCol {
  width: 94%;
  margin: 0 auto;
  padding: 2em 0;
  color: #032e5b;
}

/*===================================================
SP時の表示(768px以下)＆ipadの縦に適用
====================================================*/
@media only screen and (max-width: 768px) {
  /*--------------------------------------------------*/
  /* contents img
  /*--------------------------------------------------*/
  img {
    max-width: 100%;
    height: auto;
    width: 100%;
    touch-callout: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
  }

  /*--------------------------------------------------*/
  /* header
  /*--------------------------------------------------*/
  .gnavi, .exnavi, #sp_gnavi {
    display: none;
  }

  .header-menu {
    display: none;
  }

  header {
    position: relative;
    background: url(../images/bg_gnavi_2.png) top center;
    width: 100%;
    display: block;
    z-index: 999;
  }

  .spNavFixed {
    position: fixed;
    top: 0;
  }

  h1 a {
    display: block;
    margin: 0 auto;
    background: url(../images/img_logo_1.png) no-repeat;
    background-size: cover;
    width: 120px;
    height: 83px;
    z-index: 100;
    text-indent: -9999px;
  }

  #btn_gnavi a {
    position: absolute;
    background: url(../images/btn_menu_mb.png) no-repeat;
    width: 112px;
    height: 47px;
    top: 25px;
    right: 3px;
    text-indent: -9999px;
    cursor: pointer;
  }

  #sp_gnavi {
    width: 100%;
  }

  .gnavi_sp li {
    width: 100%;
  }
  .gnavi_sp li a, .gnavi_sp li p {
    padding-top: 10.8%;
    display: block;
    background: url(../images/bg_gnavi_2.png) no-repeat;
    background-size: cover;
    height: 0;
    text-indent: -9999px;
  }

  .g-news {
    background-position: 0 10.8% !important;
  }

  .g-cardlist {
    background-position: 0 19.9% !important;
  }

  .g-ranking {
    background-position: 0 29% !important;
  }

  .g-game {
    background-position: 0 38% !important;
  }

  .g-event {
    background-position: 0 47% !important;
  }

  .g-movie {
    background-position: 0 56.1% !important;
  }

  .g-products {
    background-position: 0 65.2% !important;
  }

  .g-anime {
    background-position: 0 74.2% !important;
  }

  .g-mypage {
    background-position: 0 83.2% !important;
  }

  .g-playshop {
    background-position: 0 92.3% !important;
  }

  #closemenu {
    display: block;
    margin: 0;
    padding-top: 9%;
    background: url(../images/bg_gnavi_2.png) no-repeat;
    background-position: 0 100%;
    background-size: cover;
    height: 0;
    text-indent: -9999px;
    cursor: pointer;
  }

  /*--------------------------------------------------*/
  /* footer 
  /*--------------------------------------------------*/
  footer {
    background: #f46ab4;
    position: relative;
  }
  footer #snsCol {
    width: 100%;
    position: relative;
  }
  footer #snsCol #snsColInner {
    width: 100%;
    margin: 0 auto;
    background: #ff2198;
    border-top: 4px solid #ffe94e;
    border-bottom: 4px solid #ffe94e;
  }
  footer #snsCol #snsColInner ul {
    display: block;
    text-align: center;
    padding: 3% 0;
  }
  footer #snsCol #snsColInner ul li {
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  footer #snsCol #snsColInner ul .btnTwitter {
    height: 28px;
  }
  footer .footerCol .footerColInner {
    width: 96%;
    margin: 0 auto;
    position: relative;
    padding: 1%;
    text-align: center;
  }
  footer .footerCol .footerColInner small {
    display: block;
    color: #ffffff;
    font-size: 3vw;
    line-height: 1.7;
  }
  footer .footerCol .footerColInner .m_bnr {
    padding: 14px 0;
  }
  footer .footerCol .footerColInner .m_bnr li, footer .footerCol .footerColInner .s_bnr li {
    display: inline-block;
    margin: 0 auto 1%;
    vertical-align: bottom;
  }
  footer .footerCol .footerColInner ul.exLinkSupplement {
    display: inline-flex;
  }
  footer .footerCol .footerColInner ul.exLinkSupplement li {
    padding: 10% 5px;
    text-decoration: underline;
  }
  footer .footerCol .footerColInner ul.exLinkSupplement li a {
    color: #ffffff;
  }
  footer .footerCol .footerColInner ul.exLinkSupplement li a:hover {
    color: #25c9f3;
  }
  footer .footerCol .footerColInner ul.exLink {
    margin-top: 2%;
  }
  footer .footerCol .footerColInner ul.exLink li {
    display: inline-block;
    vertical-align: bottom;
    bottom: 0;
  }

  #btnPagetop {
    display: block;
    position: relative;
    z-index: 9999;
  }
  #btnPagetop a {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: url(../images/btn_pagetop_2.png) top center no-repeat;
    background-size: 100%;
    width: 20%;
    height: 0;
    padding-top: 30%;
    text-indent: -9999px;
    line-height: 0;
  }

  /*--------------------------------------------------*/
  /* contents
  /*--------------------------------------------------*/
  .mainCol {
    padding: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
  }
  .mainCol article {
    position: relative;
    padding: 0;
    margin-bottom: 2%;
  }

  #subCol {
    width: 100%;
    background-color: rgba(255, 147, 198, 0.6);
    padding-bottom: 5%;
    -webkit-text-size-adjust: 100%;
  }
  #subCol .snCategory {
    background: #84d5ff;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 1% 0;
    border-top: 3px dotted #00a8ff;
    border-bottom: 3px dotted #00a8ff;
    margin: 5% auto -2%;
  }
  #subCol .snCap {
    display: block;
    width: 100%;
    background: url(../images/img_snavicap_l_2.jpg) bottom center no-repeat;
    background-size: cover;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    padding: 3% 0;
    margin: 3% auto 0;
  }
  #subCol .snCap a {
    text-align: center;
    line-height: 1.2;
    color: #9e5a00;
  }
  #subCol .snCap:hover a {
    color: #d27d0c;
  }
  #subCol .snCap_old {
    width: 100%;
    position: relative;
  }
  #subCol .snCap_old a {
    display: block;
    margin-top: 1%;
    padding: 15px 1px 15px 56px;
    border-radius: 5px;
    border: 1px solid #ae00ff;
    background: url(../images/img_snaviline_old_2.png) center left 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eed0fe), color-stop(0.56, #f4dfff), color-stop(0.65, #eed0fe), to(#f4e0ff));
    word-break: break-all;
    display: flex;
    align-items: center;
    color: #9e5a00;
    cursor: pointer;
    font-size: 13px;
  }
  #subCol .snCap_old a:hover {
    background: url(../images/img_snaviline_old_2.png) center left 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eed0fe), color-stop(0.56, #f4dfff), color-stop(0.65, #f4e0ff), to(#eed0fe));
    color: #ae00ff;
  }
  #subCol .snCap_old span {
    position: absolute;
    top: 12px;
    left: 18px;
    width: 39px;
    height: 30px;
    background: url(../images/img_new_old_1.png) no-repeat center left;
    background-size: contain;
  }
  #subCol .snList li {
    width: 100%;
    position: relative;
  }
  #subCol .snList li a {
    display: block;
    margin-top: 1%;
    padding: 15px 1px 15px 56px;
    border-radius: 5px;
    border: 1px solid #ff008a;
    background: url(../images/img_snaviline_2.png) center left 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffdff0), color-stop(0.56, #ffd8ed), color-stop(0.65, #ffcbe7), to(#ffd2ea));
    word-break: break-all;
    display: flex;
    align-items: center;
    color: #9e5a00;
    font-size: 13px;
  }
  #subCol .snList li a span.icon-aikatsu5th {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 36px;
    height: 40px;
    margin: -14px 0;
    background: url(../images/logo_aikatsu5th_2.png) no-repeat center left;
    background-size: contain;
    font-size: 0;
    line-height: 0;
    text-indent: -9999px;
  }
  #subCol .snList li a:hover, #subCol .snList li a.snOn {
    background: url(../images/img_snaviline_2.png) center left 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffcbe7), color-stop(0.56, #ffd8ed), color-stop(0.65, #ffdff0), to(#ffd2ea));
    color: #ff008a;
  }
  #subCol .snList li span {
    position: absolute;
    top: 12px;
    left: 18px;
    width: 39px;
    height: 30px;
    background: url(../images/img_new_off_1.png) no-repeat center left;
    background-size: contain;
  }
  #subCol .snList li .icon-new {
    background: url(../images/img_new_on_2.png) no-repeat center left;
    background-size: contain;
    text-indent: -9999px;
  }

  #titCol {
    position: relative;
    background: url(../images/pagetitle_top_1.jpg) top center no-repeat, url(../images/common/pagetitle_middle.jpg) center repeat-y;
    width: 100%;
    z-index: 998;
  }

  .tit_btm {
    position: relative;
    margin: -6px auto;
    background: url(../images/pagetitle_bottom_2.png) top center no-repeat;
    height: 14px;
    z-index: 999;
  }

  h3#title {
    display: table-cell;
    float: inherit;
    padding: 2% 1% 1.5%;
    vertical-align: middle;
    width: 80%;
    text-align: left;
  }

  /*--------------------------------------------------*/
  /* アンカーリンク　ヘッダー分の高さ調整
  /*--------------------------------------------------*/
  .lnk-anchor {
    padding-top: 83px;
    margin-top: -83px;
  }

  /*--------------------------------------------------*/
  /* 終了対応 
  /*--------------------------------------------------*/
  .endcontents-endtxt img {
    width: 90%;
  }

  /*--------------------------------------------------*/
  /* 汎用
  /*--------------------------------------------------*/
  .link-btn {
    width: 90%;
  }

  .link-btn_0 {
    width: 90%;
  }

  .link-btn_2column a img {
    width: 45%;
  }

  .link-btn_2column_ver2 {
    margin: 1% auto 0;
  }
  .link-btn_2column_ver2 a img {
    width: 45%;
  }
}
/*===================================================
PC時の表示(769px以上)＆ipadの横に適用
====================================================*/
@media only screen and (min-width: 769px) {
  /*--------------------------------------------------*/
  /* header
  /*--------------------------------------------------*/
  #sp_gnavi, #btn_gnavi {
    display: none;
  }

  header {
    margin: 0 auto;
    background: url(../images/bg_header_2.jpg) repeat-x;
    width: 100%;
    z-index: 1000;
  }
  header nav {
    margin: 0 auto;
    width: 1100px;
  }
  header nav h1 a {
    display: block;
    float: left;
    margin-top: 2px;
    background: url(../images/img_logo_1.png) no-repeat;
    width: 240px;
    height: 157px;
    text-indent: -9999px;
  }
  header nav ul.gnavi {
    width: 924px;
    padding-top: 25px;
  }
  header nav ul.gnavi li a {
    float: left;
    width: 167px;
    height: 56px;
    margin: 0 4px 10px 0;
    text-indent: -9999px;
  }
  header nav ul.gnavi li a.g-news {
    background: url(../images/btn_menu_2.png) 0 0 no-repeat;
  }
  header nav ul.gnavi li a.g-news:hover, header nav ul.gnavi li a.g-news.on {
    background: url(../images/btn_menu_2.png) 0 -127px no-repeat;
  }
  header nav ul.gnavi li a.g-cardlist {
    background: url(../images/btn_menu_2.png) -173px 0 no-repeat;
  }
  header nav ul.gnavi li a.g-cardlist:hover, header nav ul.gnavi li a.g-cardlist.on {
    background: url(../images/btn_menu_2.png) -173px -127px no-repeat;
  }
  header nav ul.gnavi li a.g-ranking {
    background: url(../images/btn_menu_2.png) -345px 0 no-repeat;
  }
  header nav ul.gnavi li a.g-ranking:hover, header nav ul.gnavi li a.g-ranking.on {
    background: url(../images/btn_menu_2.png) -345px -127px no-repeat;
  }
  header nav ul.gnavi li a.g-game {
    background: url(../images/btn_menu_2.png) -518px 0 no-repeat;
  }
  header nav ul.gnavi li a.g-game:hover, header nav ul.gnavi li a.g-game.on {
    background: url(../images/btn_menu_2.png) -518px -127px no-repeat;
  }
  header nav ul.gnavi li a.g-event {
    background: url(../images/btn_menu_2.png) 0 -64px no-repeat;
  }
  header nav ul.gnavi li a.g-event:hover, header nav ul.gnavi li a.g-event.on {
    background: url(../images/btn_menu_2.png) 0 -190px no-repeat;
  }
  header nav ul.gnavi li a.g-movie {
    background: url(../images/btn_menu_2.png) -173px -64px no-repeat;
  }
  header nav ul.gnavi li a.g-movie:hover, header nav ul.gnavi li a.g-movie.on {
    background: url(../images/btn_menu_2.png) -173px -190px no-repeat;
  }
  header nav ul.gnavi li a.g-products {
    background: url(../images/btn_menu_2.png) -345px -64px no-repeat;
  }
  header nav ul.gnavi li a.g-products:hover, header nav ul.gnavi li a.g-products.on {
    background: url(../images/btn_menu_2.png) -345px -190px no-repeat;
  }
  header nav ul.gnavi li a.g-anime {
    background: url(../images/btn_menu_2.png) -518px -64px no-repeat;
  }
  header nav ul.gnavi li a.g-anime:hover, header nav ul.gnavi li a.g-anime.on {
    background: url(../images/btn_menu_2.png) -518px -190px no-repeat;
  }
  header nav ul.gnavi li p {
    float: left;
    width: 167px;
    height: 56px;
    margin: 0 4px 10px 0;
    text-indent: -9999px;
  }
  header nav ul.gnavi li p.g-cardlist {
    background: url(../images/btn_menu_2.png) -173px -254px no-repeat;
  }
  header nav ul.gnavi li p.g-ranking {
    background: url(../images/btn_menu_2.png) -345px -254px no-repeat;
  }
  header nav ul.gnavi li p.g-event {
    background: url(../images/btn_menu_2.png) 0 -318px no-repeat;
  }
  header nav ul.gnavi li p.g-movie {
    background: url(../images/btn_menu_2.png) -173px -318px no-repeat;
  }
  header nav ul.gnavi li p.g-anime {
    background: url(../images/btn_menu_2.png) -518px -318px no-repeat;
  }
  header nav ul.exnavi {
    display: table-cell;
  }
  header nav ul.exnavi li {
    text-indent: -9999px;
  }
  header nav ul.exnavi li .nav-mypage {
    float: left;
    width: 154px;
    height: 56px;
    background: url(../images/btn_mypage_2.png) 0 0 no-repeat;
  }
  header nav ul.exnavi li .nav-playshop {
    float: left;
    width: 154px;
    height: 65px;
    background: url(../images/btn_playshop_2.png) 0 0 no-repeat;
  }
  header nav ul#gnavi_top {
    margin-top: -10px;
    z-index: 1000;
  }
  header nav ul#gnavi_top li a {
    position: absolute;
    display: block;
    width: 200px;
    height: 70px;
    text-indent: -9999px;
  }
  header nav ul#gnavi_top li a span {
    display: block;
    position: absolute;
    top: 0;
    width: 200px;
    height: 70px;
    opacity: 0;
  }
  header nav ul#gnavi_top li a:hover span {
    opacity: 100;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  header nav #pc-snsCol {
    position: relative;
    z-index: 10;
    margin-right: 18px;
    float: right;
    height: 40px;
  }
  header nav #pc-snsCol ul {
    display: inline-block;
  }
  header nav #pc-snsCol ul li {
    float: left;
    padding-right: 3px;
  }
  header nav #pc-snsCol ul li .fb_iframe_widget {
    margin: 0 14px 0 0;
  }

  .header-menu {
    position: fixed;
    top: -169px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: url(../images/bg_header_s_2.jpg) repeat-x;
  }
  .header-menu nav {
    margin: 0 auto;
    width: 1100px;
  }
  .header-menu nav h1 a {
    display: block;
    float: left;
    margin: 2px auto 0 15px;
    background: url(../images/img_logo_1.png) no-repeat;
    background-size: contain;
    width: 75px;
    height: 48px;
    text-indent: -9999px;
  }
  .header-menu nav ul.gnavi {
    float: left;
    margin: auto 10px;
  }
  .header-menu nav ul.gnavi li {
    display: inline-block;
    font-weight: bold;
    padding: 15px 14px 15px 8px;
    background: url(../images/img_headermenuline_2.png) right no-repeat;
  }
  .header-menu nav ul.gnavi li a {
    color: #9e5a00;
    -moz-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    text-shadow: 1px 2px 0px rgba(255, 255, 255, 0.7), 0px 1px 0px rgba(255, 255, 255, 0);
  }
  .header-menu nav ul.gnavi li a:hover {
    color: #d27d0c;
  }
  .header-menu nav ul.gnavi li p {
    color: #ffc000;
  }
  .header-menu nav ul.exnavi li {
    display: inline-block;
    padding: 13px 0 0 4px;
  }
  .header-menu nav ul.exnavi li a, .header-menu nav ul.exnavi li p {
    display: block;
    padding: 4px 14px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-size: 12px;
    font-weight: bold;
  }
  .header-menu nav ul.exnavi li a.nav-mypage {
    color: #7410e0 !important;
    background: -moz-linear-gradient(top, #77e4ff, white);
    background: -webkit-gradient(linear, left top, left bottom, from(#77e4ff), to(white));
    border: 1px solid #7410e0;
    -moz-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    text-shadow: 1px 2px 0px rgba(255, 255, 255, 0.7), 0px 1px 0px rgba(255, 255, 255, 0);
  }
  .header-menu nav ul.exnavi li a.nav-playshop {
    color: #ff007e !important;
    background: -moz-linear-gradient(top, #ffcbc8, white);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffcbc8), to(white));
    border: 1px solid #ff007e;
    -moz-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    text-shadow: 1px 2px 0px rgba(255, 255, 255, 0.7), 0px 1px 0px rgba(255, 255, 255, 0);
  }
  .header-menu nav ul.exnavi li p.nav-mypage, .header-menu nav ul.exnavi li p.nav-playshop {
    color: #b5b5b5 !important;
    background: -moz-linear-gradient(top, #e6e6e6, white);
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(white));
    border: 1px solid #b5b5b5;
    -moz-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    box-shadow: 0px 0px 0px transparent, inset 0px 0px 10px rgba(255, 255, 255, 0.6);
    text-shadow: 1px 2px 0px rgba(255, 255, 255, 0.7), 0px 1px 0px rgba(255, 255, 255, 0);
  }

  /*--------------------------------------------------*/
  /* footer 
  /*--------------------------------------------------*/
  footer {
    background: #f46ab4;
    position: relative;
  }
  footer #snsCol {
    background: url(../images/bg_sns_2.jpg) top center repeat-x;
    width: 100%;
    height: 91px;
    position: relative;
  }
  footer #snsCol #snsColInner {
    background: url(../images/bg_sns_2.png) top center no-repeat;
    width: 1100px;
    height: 91px;
    margin: 0 auto;
  }
  footer #snsCol #snsColInner ul {
    display: block;
    text-align: center;
    padding: 28px 0 25px;
  }
  footer #snsCol #snsColInner ul li {
    display: inline-block;
    letter-spacing: normal;
    text-align: center;
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  footer #snsCol #snsColInner ul .btnTwitter {
    height: 28px;
  }
  footer .footerCol #btnPagetop {
    display: block;
    position: relative;
    z-index: 9999;
  }
  footer .footerCol #btnPagetop a {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    background: url(../images/btn_pagetop_2.png) top center no-repeat;
    width: 143px;
    height: 143px;
    padding: 0;
    font-size: 0;
    text-indent: -9999px;
    line-height: 0;
  }
  footer .footerCol .footerColInner {
    width: 1000px;
    margin: 0 auto;
    padding: 5px;
    position: relative;
  }
  footer .footerCol .footerColInner .footer_acce {
    position: absolute;
    margin-top: -2%;
    padding-top: 3%;
    display: block;
    background-size: contain;
    width: 100%;
    height: 0;
  }
  footer .footerCol .footerColInner .small {
    display: block;
    color: #ffffff;
    font-size: 100%;
    line-height: 1.7;
  }
  footer .footerCol .footerColInner .m_bnr {
    padding-top: 14px;
    width: 100%;
    text-align: center;
  }
  footer .footerCol .footerColInner .s_bnr {
    padding-top: 7px;
  }
  footer .footerCol .footerColInner footer .fnavi small {
    display: block;
    width: 1100px;
    text-align: left;
    margin-top: 5px;
  }
  footer .footerCol .footerColInner footer .fnavi p {
    text-align: left;
  }
  footer .footerCol .footerColInner .fnavi li {
    display: inline-block;
    margin: 0 0 5px 0;
    background: #fff;
    vertical-align: bottom;
  }
  footer .footerCol .footerColInner ul.exLinkSupplement {
    width: 700px;
    vertical-align: bottom;
    position: absolute;
    padding-top: 20px;
  }
  footer .footerCol .footerColInner ul.exLinkSupplement li {
    float: left;
    padding-right: 8px;
    text-decoration: underline;
    color: #ffffff;
  }
  footer .footerCol .footerColInner ul.exLinkSupplement li a {
    color: #ffffff;
  }
  footer .footerCol .footerColInner ul.exLinkSupplement li a:hover {
    color: #25c9f3;
  }
  footer .footerCol .footerColInner ul.exLink {
    text-align: right;
    padding-bottom: 20px;
    margin-top: -50px;
  }
  footer .footerCol .footerColInner ul.exLink li {
    display: inline-block;
    vertical-align: bottom;
    bottom: 0;
  }

  #btn_pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-indent: -9999px;
    z-index: 100;
  }
  #btn_pagetop a {
    width: 120px;
    height: 128px;
  }

  /*--------------------------------------------------*/
  /* contents
  /*--------------------------------------------------*/
  #wrapCol {
    margin: 0 auto;
    background: url(../images/bg_main_2.png) repeat-y;
    width: 1100px;
  }

  #subCol {
    width: 214px;
    margin-left: 5px;
    margin-bottom: 20px;
  }
  #subCol .categoryCol {
    display: grid;
  }
  #subCol .snCategory {
    background: #84d5ff;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 5% 0;
    border-top: 3px dotted #00a8ff;
    border-bottom: 3px dotted #00a8ff;
    margin: 20px auto -8px;
  }
  #subCol .snCap {
    background: url(../images/img_snavicap_2.jpg) top center no-repeat;
    width: 214px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
  }
  #subCol .snCap a {
    padding: 0 5px;
    text-align: center;
    line-height: 1.2;
    color: #9e5a00;
  }
  #subCol .snCap:hover a {
    color: #d27d0c;
  }
  #subCol .snCap_old {
    position: relative;
  }
  #subCol .snCap_old a {
    min-height: 40px;
    margin-top: 5px;
    padding: 15px 1px 15px 15px;
    border-radius: 5px;
    border: 1px solid #ae00ff;
    background: url(../images/img_snaviline_old_2.png) center left 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eed0fe), color-stop(0.56, #f4dfff), color-stop(0.65, #eed0fe), to(#f4e0ff));
    word-break: break-all;
    display: flex;
    align-items: center;
    color: #9e5a00;
    cursor: pointer;
    font-size: 15px;
  }
  #subCol .snCap_old a:hover {
    background: url(../images/img_snaviline_old_2.png) center left 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#eed0fe), color-stop(0.56, #f4dfff), color-stop(0.65, #f4e0ff), to(#eed0fe));
    color: #ae00ff;
  }
  #subCol .snList li {
    position: relative;
  }
  #subCol .snList li a {
    min-height: 40px;
    margin-top: 5px;
    padding: 15px 1px 15px 15px;
    border-radius: 5px;
    border: 1px solid #ff008a;
    background: url(../images/img_snaviline_2.png) center left 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffdff0), color-stop(0.56, #ffd8ed), color-stop(0.65, #ffcbe7), to(#ffd2ea));
    word-break: break-all;
    display: flex;
    align-items: center;
    color: #9e5a00;
    font-size: 15px;
  }
  #subCol .snList li a:hover, #subCol .snList li a.snOn {
    background: url(../images/img_snaviline_2.png) center left 1px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#ffcbe7), color-stop(0.56, #ffd8ed), color-stop(0.65, #ffdff0), to(#ffd2ea));
    color: #ff008a;
  }
  #subCol .snList li .icon-new {
    position: absolute;
    z-index: 100;
    top: -6px;
    left: -10px;
    width: 43px;
    height: 24px;
    background: url(../images/img_new_2.png) no-repeat center left;
    text-indent: -9999px;
  }
  #subCol .snList li span.icon-aikatsu5th {
    display: none;
  }

  .mainCol {
    float: right;
    width: 871px;
    margin-right: 5px;
  }

  #titCol {
    position: relative;
    background: url(../images/pagetitle_top_1.jpg) top center no-repeat, url(../images/common/pagetitle_middle.jpg) center repeat-y;
    width: 100%;
    z-index: 998;
  }

  .tit_btm {
    position: relative;
    margin: -6px auto;
    background: url(../images/pagetitle_bottom_2.png) top center no-repeat;
    height: 14px;
    z-index: 999;
  }

  h3#title {
    display: table-cell;
    float: inherit;
    padding: 2% 1% 1.5%;
    vertical-align: middle;
    width: 80%;
    text-align: left;
  }

  /*--------------------------------------------------*/
  /* アンカーリンク　ヘッダー分の高さ調整
  /*--------------------------------------------------*/
  .lnk-anchor {
    padding-top: 54px;
    margin-top: -54px;
  }
}
