@charset "Shift_JIS";

/*  Layout
-----------------------------------------------------------------------------*/
/* Body */
body {
  font-family: "qMmpSPro W3", "Hiragino Kaku Gothic Pro", 'CI', Meiryo, Osaka, "lr oSVbN", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  border-top: none;
  min-width: initial;
  min-width: auto;
}

input {
  font-family: "qMmpSPro W3", "Hiragino Kaku Gothic Pro", 'CI', Meiryo, Osaka, "lr oSVbN", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

a:hover img, input[type="image"]:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.w75 {
  width: 100%;
}

.pc_hide {
  opacity: 1;
  display: block;
}

.sp_hide {
  display: none;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

/* Wrapper */
#wrapper {
  padding-top: 60px;
  min-width: initial;
  min-width: auto;
}

/* Header */
#header_wrap {
  border-bottom: none;
}

#header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  line-height: 1;
  border-top: #c2143d solid 4px;
  width: 100%;
  z-index: 50;
  top: 0;
  background: #fff;
  position: fixed;
}

#header h1 {
  padding: 10px;
  float: none;
}

#header h1 img {
  width: 106px;
}

#show_nav {
  display: none;
}

.device_btn.pc_hide {
  z-index: 60;
  top: 10px;
  right: 60px;
  display: block;
  position: absolute;
}

.device_btn.pc_hide a {
  font-size: 10px;
  color: #c2143d;
  line-height: 12px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ccc;
  width: 40px;
  height: 31px;
  display: inline-block;
  background: #fff;
}

.device_btn.pc_hide i {
  font-size: 16px;
  font-weight: bold;
  margin-top: 3px;
  display: block;
}

#header .btn_nav {
  z-index: 60;
  top: 10px;
  right: 10px;
  display: block;
  position: absolute;
}

#header .btn_nav a {
  line-height: 12px;
  border: 1px solid #ccc;
  width: 40px;
  height: 31px;
  display: inline-block;
  background: #fff;
  position: relative;
}

#header .btn_nav a span {
  width: 20px;
  height: 3px;
  left: 10px;
  background-color: #c2143d;
  position: absolute;
}

#header .btn_nav a span:nth-child(1) {
  top: 9px;
}

#header .btn_nav a span:nth-child(2) {
  top: 14px;
}

#header .btn_nav a span:nth-child(3) {
  bottom: 9px;
}

#header .btn_nav a span {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#header .btn_nav a.active span:nth-child(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}

#header .btn_nav a.active span:nth-child(2) {
  opacity: 0;
}

#header .btn_nav a.active span:nth-child(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}

#header .ptop_nav {
  right: 10px;
  bottom: 5px;
}

#header .ptop_nav a {
  width: 40px;
  height: 31px;
}

#header .ptop_nav a:after {
  width: 15px;
  height: 15px;
  top: 12px;
  left: 12px;
}

#show_nav {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
}

#hd_nav {
  padding-top: 40px;
}

#hd_nav ul {
  float: none;
  overflow: hidden;
}

#hd_sub_nav {
  text-align: center;
  padding: 0 0 10px;
}

#hd_sub_nav li {
  padding: 0 5px;
  display: inline-block;
  float: none;
}

#hd_sub_nav a {
  color: #fff;
  letter-spacing: 0;
}

#hd_sub_nav a:hover {
  color: #fff;
}

#hd_lang_nav {
  margin: 15px 5px 10px;
}

#hd_lang_nav li {
  padding-left: 0;
  width: 50%;
}

#hd_lang_nav a {
  margin: 0 5px;
  padding: 5px 0;
  width: auto;
  background: #999;
}

#hd_lang_nav a:hover {
  background: #999;
}

#hd_search {
  margin: 0 10px;
  float: none;
  overflow: hidden;
}

#hd_search:after {
  top: 6px;
}

#hd_search input[type="text"] {
  margin-right: 0;
  width: 68%;
  float: left;
}

#hd_search input[type="submit"] {
  text-align: center;
  padding: 5px 0;
  width: 20%;
  float: right;
}

#hd_search input:hover[type="submit"] {
  background: #c2143d;
}

#g_nav {
  padding: 8px 10px 0;
}

#g_nav li {
  border-bottom: none;
  float: none;
}

#g_nav>li:after {
  display: none;
}

#g_nav li a {
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  text-align: left;
  text-decoration: none;
  padding: 10px 0;
  border-bottom: 1px solid #777;
  width: auto !important;
  height: auto;
  display: block;
  background: none !important;
  position: relative;
}

#g_nav li a:hover {
  color: #fff;
  border-bottom: 1px solid #777;
  background: none !important;
}

#g_nav li a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #c2143d;
  border-right: 2px solid #c2143d;
  width: 10px;
  height: 10px;
  top: 12px;
  right: 10px;
  content: "";
  position: absolute;
}

#g_nav>li:hover>a, #g_nav>li:focus>a, #g_nav>li:active>a {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  color: #fff;
}

#g_nav>li>div {
  height: 0;
  display: none !important;
}

.g_nav_bg {
  height: 0;
  display: none !important;
}

@media screen and (min-width:480px) {
  #g_nav {
    padding: 8px 5px 0;
  }

  #g_nav li {
    width: 50%;
    float: left;
  }

  #g_nav li a {
    margin: 0 5px;
  }
}

/* ft_bnr */
#ft_bnr {
  padding: 0 10px;
  width: auto;
}

#ft_bnr #bnr_cont {
  margin: 0 -5px;
  padding-bottom: 0;
  border-bottom: none;
}

#ft_bnr #bnr_cont li {
  margin: 0;
  padding: 0;
  width: 50%;
}

#ft_bnr #bnr_cont li:first-child {
  padding: 0;
}

#ft_bnr #bnr_sub li {
  box-sizing: border-box;
  padding: 0 2px 6px;
  width: 49%;
}

#ft_bnr #bnr_sub img {
  width: 100%;
}

#ft_bnr #bnr_sub li.last_one {
  width: 100%;
}

#ft_bnr #bnr_sub li.last_one a {
  width: 48%;
  display: block;
}

/* bnr */
#bnr_cont li a {
  margin: 0 5px 10px;
  width: auto;
  height: auto;
  display: block;
  position: relative;
}

#bnr_cont img {
  width: 100%;
}

#bnr_sub, #bnr_sub {
  margin: 0 -5px;
  padding-bottom: 0;
  padding-top: 10px;
  overflow: hidden;
}

/* Footer */
#footer {
  -moz-background-size: 268px auto;
  padding-top: 37px;
  background: url(../../img/ft_bg.png) repeat-x center top;
  background-size: 268px auto;
}

#ft_sitemap ul.list {
  padding: 20px 10px 10px;
  width: auto;
}

#ft_sitemap ul.list>li {
  padding: 0;
  width: 50%;
}

#ft_sitemap ul.list>li:last-child {
  padding: 0;
}

#ft_sitemap a:hover {
  color: #444;
}

#ft_sitemap ul.list>li:nth-child(1) {
  float: none;
}

#ft_sitemap ul.list>li:nth-child(3) {
  margin-top: -57px;
}

#ft_sitemap ul.list>li:nth-child(3), #ft_sitemap ul.list>li:nth-child(4), #ft_sitemap ul.list>li:nth-child(5) {
  float: right;
}

#ft_sitemap ul.list li ul {
  padding-bottom: 15px;
}

#ft_sitemap ul.list li li a {
  margin-left: -9px;
}

#ft_sitemap ul.list li li {
  letter-spacing: 0;
  line-height: 1.2;
  padding: 5px 0 5px 20px;
}

#ft_sitemap #jqa {
  width: auto;
}

#ft_sitemap #jqa div {
  float: none;
}

#ft_sitemap #jqa div:first-child {
  padding: 0 10px 12px;
  width: auto;
}

#ft_sitemap #jqa div:last-child {
  padding: 0 10px 12px;
  width: auto;
}

#ft_sitemap #jqa div img {
  width: 31px;
}

#ft_sitemap #jqa div p {
  overflow: hidden;
}

#ft_sitemap p.youtube_link {
  width: auto;
  padding: 0 10px 20px;
}

#ft_sitemap .sns_list {
  width: auto;
  padding: 0 10px 20px;
}

#ft_sitemap .sns_list dt {
  line-height: 35px;
  font-size: 14px;
}

#ft_sitemap .sns_list dd {
  margin: 0 0 0 10px;
  font-size: 22px;
}

#ft_sitemap .sns_list a {
  height: 35px;
  width: 35px;
  line-height: 35px;
}

#footer_btm {
  width: auto;
}

#bnr_ngs {
  margin: 0 10px 10px;
  float: none;
}

#bnr_ngs a {
  padding: 0;
}

#bnr_ngs a img {
  width: 150px;
}

#copy {
  text-align: center;
  padding: 0;
  float: none;
}

#footer_btm ul {
  text-align: center;
  padding: 0;
  float: none;
}

#footer_btm li {
  display: inline-block;
  float: none;
}

#footer_btm li a:hover {
  text-decoration: none;
}

/* Contents */
.contents {
  padding: 0;
  width: auto;
}

/* pankz */
#pnkz ul {
  padding: 5px;
  width: auto;
}

#pnkz li a:hover {
  text-decoration: none;
}

/* main_contents */
#main_contents {
  padding-bottom: 0;
}

h2.title {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

h2.title>span {
  padding: 0 10px;
  width: auto;
}

h2.title>span span {
  font-size: 10px;
  margin-left: 10px;
  padding: 0 5px;
}

.stitle01 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  padding: 10px 10px 8px;
  border-bottom: 2px solid #c6c8ca;
}

.stitle01 small {
  font-size: 15px;
}

.stitle02 {
  font-size: 16px;
  margin: 0 10px;
}

.stitle03 span {
  font-size: 15px;
}

.stitle03 {
  font-size: 16px;
  padding: 5px 5px 0;
}

.stitle03 span {
  font-size: 10px;
  padding: 0 10px;
  display: inline-block;
}

.stitle04 {
  font-size: 15px;
  margin: 0 10px;
}

.stitle07 {
  font-size: 18px;
}

.stitle09 {
  font-size: 16px;
  padding: 0 10px;
}

/* ctgry_nav */
#ctgry_nav {
  line-height: 1.2;
  margin-bottom: 25px;
  padding: 20px 0;
}

#ctgry_nav>div {
  width: auto;
}

#ctgry_nav h2 a:hover {
  color: #444;
}

#ctgry_nav>div>ul {
  margin: 0 5px;
}

#ctgry_nav li {
  width: 50%;
}

#ctgry_nav li a:hover {
  color: #c2143d;
  background: #fafafa;
}

/* header_viita_link */
#header h1 {
    float: left;
}

#header .header_viita_link{
 padding: 7px 0 0 0px;
}

#header .header_viita_link a{
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -.05em;
  padding: 3px 12px 3px 4px;
  position: relative;
  border: 1px solid #C2143D;
}

#header .header_viita_link a i{
  position: absolute;
  top: 15px;
  right: 4px;
  font-size: 14px;
}
