@charset "UTF-8";
/* CSS Document */
/* ::::::::::::::: Basic ::::::::::::::: */
html {
  background: #202020;
}

body {
  background: #070510 url(../../images/common/bg.jpg?ver8) no-repeat top center;
  background-attachment: fixed;
  font-family: メイリオ, Gothic, sans-serif;
  line-height: 1.5;
}

#container {
  width: 100%;
  overflow: hidden;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.none {
  display: none;
}

a img:hover {
  opacity: 0.8;
}

/* ::::::::::::::: Icon ::::::::::::::: */
/* ---- base ---- */
.arrow {
  position: relative;
  display: inline-block;
  color: #FFF;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

/* ---- arw01 ---- */
.arw01::before {
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ---- arw02 ---- */
.arw02::before {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFF;
}

.arw02::after {
  left: 5px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ---- arw02Up ---- */
.arw02Up::before {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFF;
}

.arw02Up::after {
  left: 6px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ---- arw02Dwn ---- */
.arw02Dwn::before {
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFF;
}

.arw02Dwn::after {
  left: 6px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ---- Corner ---- */
.icoCorner {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  z-index: 10;
}
.icoCorner span {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  right: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: #ffa520;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.icoCorner span::before, .icoCorner span::after {
  position: absolute;
  content: "";
  border-top: 4px solid #b2751b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}
.icoCorner span::before {
  right: 14px;
}
.icoCorner span::after {
  left: 20px;
}

/* ::::::::::::::: Header ::::::::::::::: */
header {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.headerCol {
  float: none;
  display: table;
  width: 1000px;
  margin: auto;
  table-layout: fixed;
}

h1 {
  display: table-cell;
  width: 330px;
  text-align: center;
  vertical-align: middle;
}

a {
  transition-property: all;
  transition: 0.2s linear;
}

/* ---- LangCol ---- */
.langCol {
  padding: 10px 15px 0;
  text-align: right;
  color: #FFF;
}
.langCol a {
  font-size: 90%;
}
.langCol a:hover {
  color: #FFC600;
}
.langCol li {
  padding: 0 0 0 16px;
}
.langCol li + li {
  margin-left: 15px;
}

/* ---- HeaderNavi ---- */
nav.headerNavi {
  display: table-cell;
  width: 670px;
  font-size: 90%;
}
nav.headerNavi a {
  color: #FFF;
  text-decoration: none;
}
nav.headerNavi ul + ul {
  margin-top: 10px;
}
nav.headerNavi ul li {
  display: inline-block;
}

/* ---- HeaderConts ---- */
.headerConts {
  text-align: right;
  color: #FFF;
  margin: 20px 0 15px;
}
.headerConts li.arrow {
  padding: 0 0 0 23px;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  font-size: 100%;
}
.headerConts li.arrow a:hover {
  color: #FFC600;
}
.headerConts li + li {
  margin-left: 15px;
}

/* ---- SearchForm ---- */
#hdSearchCard {
  position: relative;
  width: 275px;
  height: 30px;
  color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
}
#hdSearchCard #hd-free {
  position: absolute;
  width: 230px;
  height: 24px;
  margin: 0;
  padding: 3px 10px;
  line-height: 100%;
  top: 0;
  left: 0;
  border: 0;
  background: none;
  color: white;
  text-align: center;
}
#hdSearchCard input:placeholder-shown {
  color: rgba(255, 255, 255, 0.6);
}
#hdSearchCard input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#hdSearchCard input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#hdSearchCard input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#hdSearchCard input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
#hdSearchCard input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0) inset;
}
#hdSearchCard #hd-searchBtn {
  position: absolute;
  top: 0px;
  right: 5px;
  border: 0;
}

/* ---- Gnavi ---- */
#drawernav {
  margin-top: 10px;
}

.gnavi {
  letter-spacing: -0.4em;
  text-align: right;
}
.gnavi li {
  font-size: 100%;
  text-align: center;
  letter-spacing: normal;
}
.gnavi li.gnSp {
  display: none;
}
.gnavi li a {
  display: block;
  width: 106px;
  height: 32px;
  padding-top: 8px;
  border-bottom: 4px solid #EEE;
}

nav.headerNavi ul.gnavi li a:hover.gnProd,
nav.headerNavi ul.gnavi li a.gnProd-c {
  border-color: #ff0000;
}

nav.headerNavi ul.gnavi li a:hover.gnCard,
nav.headerNavi ul.gnavi li a.gnCard-c {
  border-color: #c030df;
}

nav.headerNavi ul.gnavi li a:hover.gnMovie,
nav.headerNavi ul.gnavi li a.gnMovie-c {
  border-color: #52c61f;
}

nav.headerNavi ul.gnavi li a:hover.gnRule,
nav.headerNavi ul.gnavi li a.gnRule-c {
  border-color: #637884;
}

nav.headerNavi ul.gnavi li a:hover.gnEvent,
nav.headerNavi ul.gnavi li a.gnEvent-c {
  border-color: #6bcdff;
}

nav.headerNavi ul.gnavi li a:hover.gnClub,
nav.headerNavi ul.gnavi li a.gnClub-c {
  border-color: #ffae00;
}

.gnClub {
  background: url(../../images/common/logo_bsclub-nav.png) center top no-repeat;
  text-indent: -999999px;
}

/* ::::::::::::::: Contents ::::::::::::::: */
#wrapper {
  width: 1000px;
  height: auto;
  margin: auto;
  background-image: none;
  background-color: #FFF;
  border: none;
}
#wrapper.end {
  position: relative;
}
#wrapper.end .endTxt {
  width: 100%;
  font-size: 180%;
  position: absolute;
  font-weight: bold;
  text-align: center;
  top: 180px;
  text-shadow: 3px 2px 3px #d4d4d4;
  z-index: 10;
}
#wrapper.end #wrapCol {
  opacity: 0.2;
}

#wrapCol {
  width: auto;
  padding: 0 0 50px;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
}

h2 {
  width: 100%;
  height: 72px;
  background-position: left center, right center, right bottom;
  background-repeat: no-repeat;
  box-sizing: border-box;
  text-align: center;
  line-height: 75px;
  font-size: 180%;
  font-family: Noto Sans Japanese, sans-serif;
  font-weight: 700;
  color: #FFF;
}

h2.ttlProd {
  background-image: url(../../images/common/conts_ttl_point_l.png), url(../../images/common/conts_ttl_point_r.png), url(../../images/common/conts_ttl_bg.png), linear-gradient(90deg, #f99198 0%, #c1111d 100%);
  background-image: url(../../images/common/conts_ttl_point_l.png), url(../../images/common/conts_ttl_point_r.png), url(../../images/common/conts_ttl_bg.png), -webkit-linear-gradient(0deg, #f99198 0%, #c1111d 100%);
}

h2.ttlCard {
  background-image: url(../../images/common/conts_ttl_point_l.png), url(../../images/common/conts_ttl_point_r.png), url(../../images/common/conts_ttl_bg.png), linear-gradient(90deg, #e291f9 0%, #8911c1 100%);
  background-image: url(../../images/common/conts_ttl_point_l.png), url(../../images/common/conts_ttl_point_r.png), url(../../images/common/conts_ttl_bg.png), -webkit-linear-gradient(0deg, #e291f9 0%, #8911c1 100%);
}

h2.ttlMovie {
  background-image: url(../../images/common/conts_ttl_point_l.png), url(../../images/common/conts_ttl_point_r.png), url(../../images/common/conts_ttl_bg.png), linear-gradient(90deg, #65d780 0%, #08a00b 100%);
  background-image: url(../../images/common/conts_ttl_point_l.png), url(../../images/common/conts_ttl_point_r.png), url(../../images/common/conts_ttl_bg.png), -webkit-linear-gradient(0deg, #65d780 0%, #08a00b 100%);
}

h2.ttlRule {
  background-image: url(../../images/common/conts_ttl_point_l.png), url(../../images/common/conts_ttl_point_r.png), url(../../images/common/conts_ttl_bg.png), linear-gradient(90deg, #c8c8c8 0%, #636363 100%);
  background-image: url(../../images/common/conts_ttl_point_l.png), url(../../images/common/conts_ttl_point_r.png), url(../../images/common/conts_ttl_bg.png), -webkit-linear-gradient(0deg, #c8c8c8 0%, #636363 100%);
}

h2.ttlEvent {
  background-image: url(../../images/common/conts_ttl_point_l.png), url(../../images/common/conts_ttl_point_r.png), url(../../images/common/conts_ttl_bg.png), linear-gradient(90deg, #91a7f9 0%, #1157c1 100%);
  background-image: url(../../images/common/conts_ttl_point_l.png), url(../../images/common/conts_ttl_point_r.png), url(../../images/common/conts_ttl_bg.png), -webkit-linear-gradient(0deg, #91a7f9 0%, #1157c1 100%);
}

h2.ttlOther {
  background-image: url(../../images/common/conts_ttl_point_l.png), url(../../images/common/conts_ttl_point_r.png), url(../../images/common/conts_ttl_bg.png), linear-gradient(90deg, #ffc62d 0%, #ffa200 100%);
  background-image: url(../../images/common/conts_ttl_point_l.png), url(../../images/common/conts_ttl_point_r.png), url(../../images/common/conts_ttl_bg.png), -webkit-linear-gradient(0deg, #ffc62d 0%, #ffa200 100%);
}

h3 {
  padding: 40px 0 0;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  color: #454544;
  font-family: Noto Sans Japanese, sans-serif;
  font-weight: 700;
}
h3 img {
  vertical-align: middle;
}
h3.ttlProject {
  padding: 40px 0 20px;
  font-family: serif;
  text-align: center;
  font-size: 100%;
}
h3.ttlProject .chapter {
  font-size: 100%;
}
h3.ttlProject .heading {
  display: inline-block;
  width: 100%;
  padding: 20px 10px;
  background: url(../../images/common/conts_ttl_line.png) no-repeat bottom center;
  box-sizing: border-box;
  font-size: 200%;
}
h3.ttlProject .sub {
  display: inline-block;
  margin-top: 20px;
  font-family: sans-serif;
  font-size: 90%;
}
h3.ttlProject + .mvCol {
  margin-top: 0;
}
h3 + .mvCol {
  margin-top: 40px;
}

h4 {
  margin-top: 60px;
  padding: 0 50px 20px;
  font-size: 180%;
  font-weight: bold;
  text-align: center;
  color: #797979;
  font-family: Noto Sans Japanese, sans-serif;
  font-weight: 500;
  background: url(../../images/common/conts_sttl_line.png) no-repeat bottom center;
}
h4 + .mvCol {
  margin-top: 20px;
}

.subHead {
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 130%;
  border: 3px #CCC solid;
  color: #666;
}
.subHead.ruby {
  background-image: linear-gradient(to right, #ff8b8b 0%, #f24545 100%);
  border: none;
  color: #fff;
}

.subHead + ul {
  margin-top: 20px;
}

.wrap1Col > h4:first-child {
  margin-top: 40px;
}

#content {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  color: #202020;
}

.bnrCol {
  margin-top: 40px;
  letter-spacing: -.4em;
}
.bnrCol li {
  display: inline-block;
  position: relative;
  padding: 10px;
  background: #f2f2f2;
  vertical-align: top;
  letter-spacing: normal;
}
.bnrCol li:hover {
  background: #f93232;
  transition: 0.2s linear;
}
.bnrCol li:hover img {
  opacity: 0.3;
  transition: 0.2s linear;
}
.bnrCol li:hover .bnrInfoWrap {
  color: #FFF;
}
.bnrCol li a {
  display: block;
}
.bnrCol li a:link, .bnrCol li a:active, .bnrCol li a:visited {
  color: #202020;
  text-decoration: none;
}
.bnrCol li a:hover {
  color: #FFF;
}
.bnrCol li a .bnrInfoWrap {
  padding: 10px 45px 10px 0;
  min-height: 100px;
  background: url(../../images/product/ico_linkbnr.png) no-repeat right center;
}
.bnrCol li a .bnrInfoWrap h6 {
  font-size: 120%;
  font-weight: bold;
}
.bnrCol li a .bnrInfoWrap .caption {
  font-size: 95%;
  line-height: 2;
}
.bnrCol li.close {
  opacity: 0.6;
}
.bnrCol li.close:hover {
  background: #f2f2f2;
  color: #202020;
  transition: none;
}
.bnrCol li.close:hover img {
  opacity: 1;
}
.bnrCol li.close a {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.bnrCol li.close a:hover {
  color: #202020;
  opacity: 1;
}
.bnrCol li.close a:hover img {
  opacity: 1;
}
.bnrCol li.close .bnrInfoWrap {
  color: #202020;
}

#product .wrap1Col .bnrCol li:hover {
  background: #f93232;
}
#product .wrap1Col .bnrCol li:hover span.new {
  background: #FFF;
  color: #f93232;
}
#product .wrap1Col .bnrCol li:hover span.new::before, #product .wrap1Col .bnrCol li:hover span.new::after {
  border-top: 4px solid #2b0101;
}
#product .wrap1Col .bnrCol li.close:hover {
  background: #f2f2f2;
  color: #202020;
}
#product .wrap1Col .bnrCol li.close:hover a:hover {
  color: #202020;
}
#product .wrap1Col .bnrCol li span.new {
  background: #f93232;
}
#product .wrap1Col .bnrCol li span.new::before, #product .wrap1Col .bnrCol li span.new::after {
  border-top: 4px solid #2b0101;
}

#cardlist .wrap1Col .bnrCol li:hover {
  background: #BF5FE3;
}
#cardlist .wrap1Col .bnrCol li:hover span.new {
  background: #FFF;
  color: #BF5FE3;
}
#cardlist .wrap1Col .bnrCol li:hover span.new::before, #cardlist .wrap1Col .bnrCol li:hover span.new::after {
  border-top: 4px solid #2c0a39;
}
#cardlist .wrap1Col .bnrCol li.close:hover {
  background: #f2f2f2;
  color: #202020;
}
#cardlist .wrap1Col .bnrCol li.close:hover a:hover {
  color: #202020;
}
#cardlist .wrap1Col .bnrCol li span.new {
  background: #BF5FE3;
}
#cardlist .wrap1Col .bnrCol li span.new::before, #cardlist .wrap1Col .bnrCol li span.new::after {
  border-top: 4px solid #2c0a39;
}

#movie .wrap1Col .bnrCol li:hover {
  background: #44C356;
}
#movie .wrap1Col .bnrCol li:hover span.new {
  background: #FFF;
  color: #44C356;
}
#movie .wrap1Col .bnrCol li:hover span.new::before, #movie .wrap1Col .bnrCol li:hover span.new::after {
  border-top: 4px solid #020603;
}
#movie .wrap1Col .bnrCol li.close:hover {
  background: #f2f2f2;
  color: #202020;
}
#movie .wrap1Col .bnrCol li.close:hover a:hover {
  color: #202020;
}
#movie .wrap1Col .bnrCol li span.new {
  background: #44C356;
}
#movie .wrap1Col .bnrCol li span.new::before, #movie .wrap1Col .bnrCol li span.new::after {
  border-top: 4px solid #020603;
}

#rule .wrap1Col .bnrCol li:hover {
  background: #919fb7;
}
#rule .wrap1Col .bnrCol li:hover span.new {
  background: #FFF;
  color: #919fb7;
}
#rule .wrap1Col .bnrCol li:hover span.new::before, #rule .wrap1Col .bnrCol li:hover span.new::after {
  border-top: 4px solid #1d222c;
}
#rule .wrap1Col .bnrCol li.close:hover {
  background: #f2f2f2;
  color: #202020;
}
#rule .wrap1Col .bnrCol li.close:hover a:hover {
  color: #202020;
}
#rule .wrap1Col .bnrCol li span.new {
  background: #919fb7;
}
#rule .wrap1Col .bnrCol li span.new::before, #rule .wrap1Col .bnrCol li span.new::after {
  border-top: 4px solid #1d222c;
}

#event .wrap1Col .bnrCol li:hover {
  background: #6bb6f3;
}
#event .wrap1Col .bnrCol li:hover span.new {
  background: #FFF;
  color: #6bb6f3;
}
#event .wrap1Col .bnrCol li:hover span.new::before, #event .wrap1Col .bnrCol li:hover span.new::after {
  border-top: 4px solid #073458;
}
#event .wrap1Col .bnrCol li.close:hover {
  background: #f2f2f2;
  color: #202020;
}
#event .wrap1Col .bnrCol li.close:hover a:hover {
  color: #202020;
}
#event .wrap1Col .bnrCol li span.new {
  background: #6bb6f3;
}
#event .wrap1Col .bnrCol li span.new::before, #event .wrap1Col .bnrCol li span.new::after {
  border-top: 4px solid #073458;
}

.resultlist {
  width: 100%;
  border: #DDD 1px solid;
  word-break: break-all;
}
.resultlist tr.tit {
  background: #e8e8e8;
}
.resultlist th, .resultlist td {
  padding: 5px;
  border: #DDD 1px solid;
}
.resultlist th {
  width: 20%;
  text-align: center;
}
.resultlist th.list-name {
  width: 100%;
  padding: 8px 10px;
  background: #e8e8e8;
  font-weight: bold;
  color: #444;
  text-align: left;
}
.resultlist th.list-name span {
  font-weight: normal;
  font-size: 90%;
}
.resultlist th.list-name span.tel::before {
  content: "TEL";
  display: inline-block;
  padding: 3px 8px;
  margin: auto 5px;
  background: #FFF;
  border-radius: 5px;
}
.resultlist th.list-name a:link, .resultlist th.list-name a:active, .resultlist th.list-name a:visited {
  color: #444;
}
.resultlist th.list-name a:hover, .resultlist th.list-name a:focus {
  color: #777777;
}
.resultlist td {
  width: 80%;
}
.resultlist + .resultlist {
  margin-top: 20px;
}
.resultlist + .listEnd {
  margin-top: 20px;
}

.paging {
  margin: 20px 0;
  letter-spacing: -0.4em;
}
.paging span {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px #9B98A0 solid;
  background: #9B98A0;
  line-height: 22px;
  text-align: center;
  color: #FFF;
  letter-spacing: normal;
}
.paging span + span {
  margin-left: 5px;
}
.paging span + a {
  margin-left: 5px;
}
.paging a {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px #9B98A0 solid;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  letter-spacing: normal;
}
.paging a:link, .paging a:active, .paging a:visited {
  color: #9B98A0;
}
.paging a + span {
  margin-left: 5px;
}
.paging a + a {
  margin-left: 5px;
}

.shopListCol {
  margin: 30px;
}
.shopListCol a:link, .shopListCol a:active, .shopListCol a:visited {
  color: #ff7f01;
}
.shopListCol a:hover, .shopListCol a:focus {
  color: #ffb267;
}
.shopListCol .pagenavi {
  width: 100%;
}
.shopListCol .pagenavi th, .shopListCol .pagenavi td {
  padding: 5px 0;
}
.shopListCol .currentarea {
  width: 100%;
  margin: 40px auto 20px;
  border-bottom: 1px #9B98A0 dotted;
}
.shopListCol .municipalorder dt {
  padding: 10px;
  background: #e8e8e8;
}
.shopListCol .municipalorder dd ul {
  margin-top: 10px;
  letter-spacing: -.4em;
}
.shopListCol .municipalorder dd ul li {
  display: inline-block;
  width: 25%;
  padding: 5px;
  letter-spacing: normal;
  box-sizing: border-box;
}
.shopListCol .municipalorder + dl {
  margin-top: 40px;
}

.shopBattleCol {
  margin-top: 40px;
}
.shopBattleCol .resultlist th, .shopBattleCol .resultlist td {
  padding: 8px;
}
.shopBattleCol .resultlist th.list-name span {
  font-weight: normal;
  font-size: 90%;
}
.shopBattleCol .resultlist th.list-name span.tel::before {
  content: "TEL";
  display: inline-block;
  padding: 3px 8px;
  margin: auto 5px;
  background: #FFF;
  border-radius: 5px;
}
.shopBattleCol .resultlist th.list-name a:link, .shopBattleCol .resultlist th.list-name a:active, .shopBattleCol .resultlist th.list-name a:visited {
  color: #444;
}
.shopBattleCol .resultlist th.list-name a:hover, .shopBattleCol .resultlist th.list-name a:focus {
  color: #777777;
}
.shopBattleCol .resultlist ul.eventDetail {
  padding: 0 10px;
}
.shopBattleCol .resultlist ul.eventDetail li {
  padding: 10px;
}
.shopBattleCol .resultlist ul.eventDetail li + li {
  margin-top: 5px;
  border-top: 1px #CCC dotted;
}
.shopBattleCol .resultlist ul.eventDetail li .info span {
  display: inline-block;
  padding: 3px 8px;
  margin: auto 5px auto 10px;
  background: #e8e8e8;
  border-radius: 5px;
  font-size: 80%;
}
.shopBattleCol .resultlist ul.eventDetail li .info dt {
  font-weight: bold;
}
.shopBattleCol .resultlist ul.eventDetail li .info dt p {
  display: inline-block;
  font-weight: normal;
  font-size: 95%;
}
.shopBattleCol .resultlist ul.eventDetail li .info dd {
  margin-top: 8px;
  font-size: 95%;
}
.shopBattleCol .resultlist ul.eventDetail li .info dd span:first-child {
  margin-left: 0;
}
.shopBattleCol .endCol {
  position: relative;
  margin-bottom: 20px;
}
.shopBattleCol .endCol .endTxt {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
  color: #3dadff;
  top: 50%;
  left: 0;
  z-index: 5;
}
.shopBattleCol .endCol table {
  opacity: 0.5;
}

.listEnd {
  position: relative;
}
.listEnd + .listEnd {
  margin-top: 20px;
}
.listEnd p {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 10%;
  font-size: 130%;
  font-weight: bold;
  text-shadow: 3px 2px 3px #d4d4d4;
  z-index: 99;
}
.listEnd .resultlist {
  opacity: 0.3;
}
.listEnd + .resultlist {
  margin-top: 20px;
}

.endTxt {
  width: 100%;
  text-align: center;
  font-size: 140%;
  font-weight: bold;
}

.popcardbg #cboxLoadedContent {
  background: #000;
}

.impNotice {
  border: solid 1px #e15a63;
  margin-top: 20px;
}
.impNotice .click {
  margin-top: 10px;
  text-align: center;
  background: #bd4a52;
  color: #fff;
}
.impNotice dt {
  background: #e15a63;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
}
.impNotice dt.trgr {
  padding: 10px 0 0 0;
}
.impNotice dd {
  padding: 0 20px 20px 20px;
}
.impNotice dd h5 {
  margin-top: 20px;
  text-align: center;
  font-weight: bold;
}
.impNotice dd p {
  padding-top: 20px;
}
.impNotice dd p + ul {
  margin-top: 20px;
}
.impNotice + div {
  margin-top: 20px;
}

.wrap1Col {
  margin: auto;
  padding: 0 50px;
}
.wrap1Col .bnrCol li {
  width: 420px;
}
.wrap1Col .bnrCol li:nth-child(even) {
  margin-left: 20px;
}
.wrap1Col .bnrCol li:nth-child(n + 3) {
  margin-top: 20px;
}
.wrap1Col .linkBtn {
  width: 80%;
}
.wrap1Col .bnrCmn:first-child {
  margin-top: 40px;
}
.wrap1Col > .error {
  text-align: center;
  margin: auto;
  padding: 40px;
  color: #f93b3b;
}
.wrap1Col .comingSoon {
  font-size: 150%;
  color: #cecece;
  text-align: center;
  margin-top: 20px;
}

.mainCol {
  float: right;
  width: 800px;
}
.mainCol h4 {
  background: url(../../images/common/conts_sttl_line_2.png) no-repeat bottom center;
}
.mainCol .bnrCol li {
  width: 360px;
}
.mainCol .bnrCol li:nth-child(even) {
  margin-left: 15px;
}
.mainCol .bnrCol li:nth-child(n + 3) {
  margin-top: 15px;
}
.mainCol .noticeBox {
  margin: 20px;
}
.mainCol .linkBtn {
  width: 70%;
}
.mainCol .impNotice {
  margin-right: 20px;
}
.mainCol .impNotice img {
  width: 100%;
}

.subCol {
  float: left;
  width: 200px;
}
.subCol dt {
  position: relative;
  padding: 10px 15px 10px 25px;
  color: #FFF;
  background: #606060;
  font-size: 95%;
  text-align: center;
}
.subCol dt::before, .subCol dt::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.subCol dt::before {
  left: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.subCol dt a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.subCol dt a:link, .subCol dt a:active, .subCol dt a:visited {
  color: #FFF;
}
.subCol dt:nth-child(n + 2) {
  margin-top: 20px;
}
.subCol dd ul li {
  position: relative;
  border-top: 1px solid #CCC;
  font-size: 80%;
  box-sizing: border-box;
}
.subCol dd ul li:first-child {
  border-top: none;
}
.subCol dd ul li.shopList {
  width: 100%;
  border-top: 1px dotted #DDD;
  position: relative;
  display: inline-block;
  color: #7b7b7b;
  vertical-align: middle;
  text-decoration: none;
}
.subCol dd ul li.shopList::before, .subCol dd ul li.shopList::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.subCol dd ul li.shopList::before {
  left: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #7b7b7b;
  border-right: 1px solid #7b7b7b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.subCol dd ul li.shopList a {
  padding-left: 30px;
}
.subCol dd ul li.hn-current a {
  background: #b3b6bf;
}
.subCol dd ul li.hn-current a:link, .subCol dd ul li.hn-current a:active, .subCol dd ul li.hn-current a:visited {
  color: #FFF;
}
.subCol dd ul li a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  text-decoration: none;
  box-sizing: border-box;
}
.subCol dd ul li a:link, .subCol dd ul li a:active, .subCol dd ul li a:visited {
  color: #7b7b7b;
}
.subCol dd ul li a:hover {
  background: #b3b6bf;
  color: #FFF;
}
.subCol .more {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  font-size: 80%;
  text-align: center;
  position: relative;
  display: inline-block;
  color: #7b7b7b;
  vertical-align: middle;
  text-decoration: none;
}
.subCol .more::before, .subCol .more::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.subCol .more::before {
  left: 20px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #7b7b7b;
  border-right: 1px solid #7b7b7b;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.subCol ul.slink li {
  margin-top: 20px;
  position: relative;
  padding: 10px 15px 10px 25px;
  color: #FFF;
  background: #606060;
  font-size: 95%;
  text-align: left;
}
.subCol ul.slink li::before, .subCol ul.slink li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.subCol ul.slink li::before {
  left: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.subCol ul.slink li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.subCol ul.slink li a:link, .subCol ul.slink li a:active, .subCol ul.slink li a:visited {
  color: #FFF;
}

/* ::::::::::::::: Contents Parts ::::::::::::::: */
.movieCol {
  margin-top: 20px;
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.movieCol iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.point {
  color: #F00;
}

.error {
  font-weight: bold;
  color: #444;
}

.mvCol {
  text-align: center;
}
.mvCol + div {
  margin-top: 20px;
}

.txtCol {
  margin-top: 20px;
  line-height: 2;
}
.txtCol.Center {
  text-align: center;
}

.mainCol .txtCol {
  padding: 0 20px;
}

.caption {
  font-size: 95%;
}

.catchCenter {
  padding: 20px 0;
  font-size: 150%;
  text-align: center;
}

.note {
  margin-left: 1em;
  text-indent: -1em;
  text-align: left;
}
.note li + li {
  margin: 5px 0 0 0;
}

.linkBtn + .note {
  margin-top: 20px;
}

.smallTxt {
  font-size: 80%;
}

.boxin {
  margin: auto 50px;
}
.boxin h5 {
  position: relative;
  padding-left: 30px;
  margin-top: 40px;
  font-weight: bold;
}
.boxin h5::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border: 6px #e15a63 solid;
  border-radius: 14px;
  vertical-align: middle;
  top: 0;
  left: 0;
}
.boxin .note {
  margin-top: 20px;
}

.illustrateCol {
  letter-spacing: -.4em;
}
.illustrateCol .txtCol {
  width: 70%;
  display: inline-block;
  box-sizing: border-box;
  letter-spacing: normal;
}
.illustrateCol figure {
  width: 30%;
  margin: 0 auto;
  padding: 20px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  vertical-align: top;
}

.bnrCmn {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.bnrCmn:hover {
  opacity: 0.7;
}

.noticeBox {
  margin-top: 20px;
  padding: 20px 30px;
  color: #797979;
  border: 1px solid #797979;
  border-radius: 8px;
}
.noticeBox h5 {
  font-size: 150%;
}
.noticeBox h5 span {
  display: inline-block;
  position: relative;
  color: #797979;
  z-index: 2;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
}
.noticeBox h5 span:after {
  content: "";
  position: absolute;
  top: -3px;
  left: -2px;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #797979;
  background-color: #FFF;
  z-index: -1;
}
.noticeBox ul {
  margin-top: 20px;
}
.noticeBox ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.noticeBox ul li + li {
  margin-top: 5px;
}
.noticeBox.strong {
  color: #F00;
  border: 1px solid #F00;
}
.noticeBox.strong h5 span {
  color: #F00;
}
.noticeBox.strong h5 span:after {
  border: 2px solid #F00;
}

.endCol {
  position: relative;
}
.endCol .endTxt {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  top: 25%;
  z-index: 5;
}
.endCol .endTxt + div {
  opacity: 0.2;
}

.linkBtnClose {
  display: block;
  width: 90%;
  padding: 10px;
  margin: 20px auto 0;
  border-radius: 8px;
  background: #666;
  box-shadow: 0px 4px 0px 0px #333333;
  text-decoration: none;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: normal;
  color: #FFF;
}

.linkBtn {
  display: block;
  clear: both;
  width: 70%;
  padding: 10px;
  margin: 20px auto 0;
  border-radius: 8px;
  background: #e15a63;
  box-shadow: 0px 4px 0px 0px #b4212b;
  text-decoration: none;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  letter-spacing: normal;
  color: #FFF;
}
.linkBtn.blue {
  background: #5a8fe1;
  box-shadow: 0px 4px 0px 0px #3f639c;
}
.linkBtn.yellow {
  background: #ffbd22;
  box-shadow: 0px 4px 0px 0px #b38720;
}
.linkBtn:link, .linkBtn:active, .linkBtn:visited {
  color: #FFF;
}
.linkBtn:hover {
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: none;
  transition: 0.1s linear;
}
.linkBtn span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.linkBtn span::before, .linkBtn span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.linkBtn span::after {
  left: 7px;
  top: -2px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
.linkBtn span::before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #333;
}

.bnrBtn {
  width: auto;
  display: block;
  clear: both;
  padding: 10px 40px 10px 10px;
  margin: 20px auto 0;
  background: url(../../images/product/ico_linkbnr.png) no-repeat 98% 50% #e15a63;
  box-shadow: 0px 4px 0px 0px #b4212b;
  text-decoration: none;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  color: #FFF;
  background-size: 30px 30px;
}
.bnrBtn:link, .bnrBtn:active, .bnrBtn:visited {
  color: #FFF;
}
.bnrBtn:hover {
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: none;
  transition: 0.1s linear;
}

.btnFold {
  margin: 20px 50px 0;
  padding: 7px;
  border: 1px solid;
  border-radius: 5px;
  font-size: 120%;
  color: #FFF;
  border-color: #6e7fad;
  background-image: -moz-linear-gradient(180deg, #8594bb 0%, #abb7d0 100%);
  background-image: -webkit-linear-gradient(180deg, #8594bb 0%, #abb7d0 100%);
  background-image: -ms-linear-gradient(180deg, #8594bb 0%, #abb7d0 100%);
  box-shadow: 0px 5px 0px 0px #7682a0;
}
.btnFold a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #FFF;
  vertical-align: middle;
  text-decoration: none;
}
.btnFold a::before, .btnFold a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btnFold a::after {
  left: 8px;
  top: -2px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(135deg);
}
.btnFold a::before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFF;
}

.areaListCol h5 {
  position: relative;
  margin-top: 30px;
  padding: 7px;
  text-align: center;
  font-size: 150%;
  font-weight: bold;
  color: #FFF;
}
.areaListCol h5:before {
  position: absolute;
  height: 50px;
  content: url(../../images/common/img_corner_l.png);
  top: 0;
  left: 0;
}
.areaListCol h5:after {
  position: absolute;
  height: 50px;
  content: url(../../images/common/img_corner_r.png);
  bottom: 0;
  right: 0;
}
.areaListCol h6 {
  margin: 20px 50px 0;
  padding: 7px;
  border: 1px solid;
  border-radius: 5px;
  font-size: 120%;
  color: #FFF;
  border-color: #6e7fad;
  background-image: -moz-linear-gradient(180deg, #8594bb 0%, #abb7d0 100%);
  background-image: -webkit-linear-gradient(180deg, #8594bb 0%, #abb7d0 100%);
  background-image: -ms-linear-gradient(180deg, #8594bb 0%, #abb7d0 100%);
  box-shadow: 0px 5px 0px 0px #7682a0;
}
.areaListCol h6 a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #FFF;
  vertical-align: middle;
  text-decoration: none;
}
.areaListCol h6 a::before, .areaListCol h6 a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.areaListCol h6 a::after {
  left: 8px;
  top: -2px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(135deg);
}
.areaListCol h6 a::before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #FFF;
}
.areaListCol ul {
  padding: 10px 50px;
}
.areaListCol ul li {
  display: inline-block;
  width: 24%;
  padding: 5px;
  box-sizing: border-box;
}
.areaListCol ul li a {
  display: block;
  width: 100%;
  padding: 10px 5px;
  border-radius: 8px;
  text-align: center;
  color: #696969;
  text-decoration: none;
  background-color: #eff4ff;
  box-shadow: 0px 5px 0px 0px #c5cbe0;
}
.areaListCol ul li a:hover {
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  border-bottom: none;
  box-shadow: none;
  transition: 0.1s linear;
}
.areaListCol ul li a.noLink {
  background: #EEE;
  color: #BBB;
  box-shadow: 0px 5px 0px 0px #DDD;
  transition: none;
}
.areaListCol ul li a.noLink:hover {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0px 5px 0px 0px #DDD;
  transition: none;
}

/* ::::::::::::::: Footer ::::::::::::::: */
footer {
  position: relative;
  width: auto;
  font-size: 85%;
  background: #424241;
}
footer a {
  text-decoration: none;
}

.pagetopCol {
  padding: 20px 0;
  background: #e9e9e9;
  text-align: center;
}
.pagetopCol span {
  padding: 0 0 0 25px;
  color: #202020;
}
.pagetopCol span::before, .pagetopCol span::after {
  border-color: #797979;
}
.pagetopCol a {
  display: inline-block;
}
.pagetopCol a:hover {
  -webkit-animation: zoom .3s;
  animation: zoom .3s;
}
@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.05);
  }
}
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}
.fnaviCol {
  width: auto;
  margin: auto;
  padding: 30px 0;
  background-color: #fefeff;
  border: none;
}
.fnaviCol nav {
  width: 1000px;
  margin: auto;
}
.fnaviCol dl {
  display: table;
  width: 100%;
  font-size: 90%;
}
.fnaviCol dl dt {
  display: table-cell;
  width: 130px;
  border-bottom: 3px solid #e6e8f3;
  text-indent: 0;
  color: #797979;
  background-color: none;
  font-weight: bold;
}
.fnaviCol dl dd {
  display: table-cell;
  width: 870px;
  padding: 10px;
  border-bottom: 1px solid #e6e8f3;
}
.fnaviCol dl dd ul {
  background-color: none;
}
.fnaviCol dl dd ul li {
  padding: 0;
  display: inline-block;
  color: #202020;
  background: none;
}
.fnaviCol dl dd ul li + li::before {
  content: "/";
  margin: 0 8px;
}
.fnaviCol dl dd ul li a:link:link, .fnaviCol dl dd ul li a:link:active, .fnaviCol dl dd ul li a:link:visited,
.fnaviCol dl dd ul li a:visited:link,
.fnaviCol dl dd ul li a:visited:active,
.fnaviCol dl dd ul li a:visited:visited {
  color: #202020;
}
.fnaviCol dl dd ul li a:link:hover, .fnaviCol dl dd ul li a:link:focus,
.fnaviCol dl dd ul li a:visited:hover,
.fnaviCol dl dd ul li a:visited:focus {
  color: #535353;
}

dl.attention {
  width: 1000px;
  margin: 40px auto 0;
  color: #FFF;
}
dl.attention dt {
  text-align: center;
  width: 400px;
  height: 30px;
  margin: auto;
  background: #bf2626;
  border-radius: 15px;
  line-height: 30px;
  font-weight: bold;
}
dl.attention dt span {
  display: inline-block;
  position: relative;
  color: #bf2626;
  z-index: 2;
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
}
dl.attention dt span::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -2px;
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #bf2626;
  background-color: #FFF;
  z-index: -1;
}
dl.attention dd {
  background: none;
  border-radius: none;
}
dl.attention dd p {
  width: 300px;
  margin: 20px auto;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #ff2323;
  color: #FFF;
  text-decoration: none;
}
dl.attention ul {
  column-count: 2;
}
dl.attention ul li {
  text-indent: -1em;
  margin-left: 1em;
  color: #FFF;
}

#fnavi-s {
  margin: 0;
  padding: 20px 0;
  background: #424241;
  text-align: center;
  font-size: 80%;
}
#fnavi-s li {
  display: inline-block;
  border: none;
  padding: 0 20px;
}
#fnavi-s li a:link:link, #fnavi-s li a:link:active, #fnavi-s li a:link:visited, #fnavi-s li a:visited:link, #fnavi-s li a:visited:active, #fnavi-s li a:visited:visited {
  color: #FFF;
}
#fnavi-s li a:link:hover, #fnavi-s li a:link:focus, #fnavi-s li a:visited:hover, #fnavi-s li a:visited:focus {
  color: #cccccc;
}
#fnavi-s + li {
  margin-left: 40px;
}

.rightsCol {
  background: #424241;
  color: #FFF;
}
.rightsCol ul {
  display: table;
  width: 1000px;
  margin: auto;
  padding: 40px 0 10px;
}
.rightsCol ul li {
  display: table-cell;
  vertical-align: bottom;
  font-size: 80%;
}
.rightsCol ul li p.instructions {
  font-size: 85%;
  line-height: 2;
}

.flink {
  text-align: right;
}
.flink a + a {
  margin-left: 10px;
}

.copyright {
  padding: 15px 8px;
  text-align: center;
  background: #202020;
  font-size: 80%;
  color: #FFF;
}

/* ::::::::::::::: PageTop ::::::::::::::: */
.btn_pTop {
  position: absolute;
  z-index: 9999;
}
.btn_pTop a {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 9999;
}

.abs {
  position: absolute;
  top: -110px;
  right: 30px;
  z-index: 9999;
}

.fxd {
  position: fixed;
  bottom: 0px;
  right: 30px;
  z-index: 9999;
}

/* ===============================================
   SP
=============================================== */
@media screen and (max-width: 999px) {
  /* ::::::::::::::: DisplayNone ::::::::::::::: */
  .btn_pTop {
    display: none;
  }

  .headerConts li.arrow {
    display: none;
  }

  /* ::::::::::::::: Header::::::::::::::: */
  .headerCol {
    float: none;
    position: relative;
    display: block;
    width: auto;
    margin: auto;
    table-layout: fixed;
  }

  h1 {
    display: inline-block;
    width: 100%;
    text-align: left;
    vertical-align: middle;
  }
  h1 img {
    width: auto;
    height: 50px;
    margin-top: 10px;
    vertical-align: middle;
  }

  nav.headerNavi ul.gnavi li {
    display: block;
  }
  nav.headerNavi ul.gnavi li a {
    display: block;
    width: auto;
    height: auto;
    padding: 10px 10px 10px 15px;
    border-bottom: 1px solid #252525;
    text-align: left;
  }
  nav.headerNavi ul.gnavi li a.gnClub {
    background-image: none;
    text-indent: 0;
  }
  nav.headerNavi ul.gnavi li.gnSp {
    display: block;
  }

  .langCol {
    padding-right: 10px;
  }

  .headerConts li {
    width: 100%;
  }

  #hdSearchCard {
    position: relative;
    width: 95%;
    height: 30px;
    margin: auto;
  }
  #hdSearchCard #hd-free {
    width: 85%;
    height: 24px;
  }

  /* ::::::::::::::: Contents::::::::::::::: */
  #wrapper {
    width: auto;
    height: auto;
    margin: auto;
    background-image: none;
    background-color: #FFF;
    border: none;
    word-wrap: break-word;
  }
  #wrapper.end .endTxt {
    font-size: 110%;
    top: 80px;
  }

  h2 {
    font-size: 150%;
  }

  h2.ttlProd {
    background-image: linear-gradient(90deg, #f99198 0%, #c1111d 100%);
    background-image: -webkit-linear-gradient(0deg, #f99198 0%, #c1111d 100%);
  }

  h2.ttlCard {
    background-image: linear-gradient(90deg, #e291f9 0%, #8911c1 100%);
    background-image: -webkit-linear-gradient(0deg, #e291f9 0%, #8911c1 100%);
  }

  h2.ttlMovie {
    background-image: linear-gradient(90deg, #65d780 0%, #08a00b 100%);
    background-image: -webkit-linear-gradient(0deg, #65d780 0%, #08a00b 100%);
  }

  h2.ttlRule {
    background-image: linear-gradient(90deg, #c8c8c8 0%, #636363 100%);
    background-image: -webkit-linear-gradient(0deg, #c8c8c8 0%, #636363 100%);
  }

  h2.ttlEvent {
    background-image: linear-gradient(90deg, #91a7f9 0%, #1157c1 100%);
    background-image: -webkit-linear-gradient(0deg, #91a7f9 0%, #1157c1 100%);
  }

  h2.ttlOther {
    background-image: linear-gradient(90deg, #ffc62d 0%, #ffa200 100%);
    background-image: -webkit-linear-gradient(0deg, #ffc62d 0%, #ffa200 100%);
  }

  h4 {
    margin-top: 40px;
    padding: 0 0 10px;
    font-size: 110%;
    background-size: contain;
  }

  h3 {
    font-size: 110%;
  }
  h3.ttlProject .heading {
    padding: 10px;
    font-size: 110%;
  }
  h3.ttlProject .chapter {
    font-size: x-small;
  }

  .wrap1Col {
    margin: auto;
    padding: 0 5px;
  }

  .mvCol img {
    width: 100%;
    height: auto;
  }

  .mainCol {
    float: none;
    width: auto;
    padding-bottom: 40px;
  }
  .mainCol .impNotice {
    margin-right: auto;
  }

  .subCol {
    float: none;
    width: auto;
  }

  .bnrCol {
    padding: 0;
  }
  .bnrCol li {
    width: 100% !important;
    padding: 5px;
    box-sizing: border-box;
  }
  .bnrCol li a img {
    display: inline-block;
    width: 30%;
    height: auto;
  }
  .bnrCol li a .bnrInfoWrap {
    display: inline-block;
    padding: 0 20px 0 0;
    width: 65%;
    min-height: auto;
    background-size: 20px 20px;
    box-sizing: border-box;
  }
  .bnrCol li a .bnrInfoWrap h6 {
    font-size: 120%;
  }
  .bnrCol li a .bnrInfoWrap p {
    font-size: 90%;
  }
  .bnrCol li + li {
    margin: 10px 0 0 0;
  }
  .bnrCol li:nth-child(even) {
    margin-left: 0 !important;
  }
  .bnrCol li:nth-child(n + 3) {
    margin-top: 10px !important;
  }

  .bnrCmn img {
    width: 100%;
  }

  .areaListCol h6 {
    margin: 10px 10px 0;
  }
  .areaListCol ul {
    padding: 10px;
  }

  .boxin {
    margin: auto 20px;
  }
  .boxin .note img {
    width: 100%;
    height: auto;
  }

  .icoCorner {
    top: -25px;
    left: -25px;
    transform: scale(0.5, 0.5);
    -moz-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
  }

  .illustrateCol {
    letter-spacing: normal;
  }
  .illustrateCol .txtCol {
    display: block;
    width: auto;
  }
  .illustrateCol figure {
    display: block;
    width: auto;
  }

  .wrap1Col .linkBtn,
  .mainCol .linkBtn {
    width: 90%;
    font-size: 90%;
    padding: 10px;
  }

  /* ::::::::::::::: Footer::::::::::::::: */
  .fnaviCol {
    padding: 20px 0;
  }
  .fnaviCol nav {
    width: auto;
    margin: auto;
  }
  .fnaviCol nav dl {
    display: block;
  }
  .fnaviCol nav dl dt {
    display: block;
    width: auto;
    padding: 8px;
    border-bottom: none;
    text-indent: 0;
    color: #797979;
    background-color: #E7E7E7;
    font-weight: bold;
  }
  .fnaviCol nav dl dd {
    display: block;
    width: auto;
    border: none;
  }
  .fnaviCol nav dl dd ul li {
    padding: 8px;
    display: block;
    color: #202020;
    background: none;
    border-bottom: 1px #E3E3E3 solid;
  }
  .fnaviCol nav dl dd ul li + li::before {
    content: "";
    margin: 0;
  }
  .fnaviCol nav dl dd ul li a {
    display: block;
    width: 100%;
  }

  .rightsCol ul {
    display: block;
    width: auto;
    margin: auto;
    padding: 10px;
  }
  .rightsCol ul li {
    display: inline-block;
  }
  .rightsCol ul li:nth-child(3) {
    width: 100%;
    margin-top: 10px;
  }

  dl.attention {
    width: auto;
    margin: 0 auto;
    color: #FFF;
  }
  dl.attention dt {
    text-align: center;
    width: 300px;
    height: 30px;
    margin: auto;
    background: #bf2626;
    border-radius: 15px;
    line-height: 30px;
    font-weight: bold;
  }
  dl.attention dt span {
    display: inline-block;
    position: relative;
    color: #bf2626;
    z-index: 0;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
  }
  dl.attention dt span::after {
    content: "";
    position: absolute;
    top: -3px;
    left: -2px;
    width: 20px;
    height: 20px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 2px solid #bf2626;
    background-color: #FFF;
    z-index: -1;
  }
  dl.attention dd p {
    width: 300px;
    margin: 20px auto;
    text-align: center;
    font-weight: bold;
    padding: 5px;
    border-bottom: 2px solid #ff2323;
  }
  dl.attention ul {
    column-count: 1;
  }
  dl.attention ul li {
    text-indent: -1em;
    margin-left: 1em;
  }

  /* ::::::::::::::: DrawerNavi::::::::::::::: */
  #drawernav {
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    margin-top: 0;
    background: #333;
    color: #fff;
    z-index: 5;
    padding-top: 40px;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }

  #btnSpNav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 6;
    width: 34px;
    padding: 15px 10px;
    cursor: pointer;
    background: #000;
    -webkit-transform: translateZ(0);
  }

  .icoBar {
    height: 2px;
    background: #FFF;
    display: block;
    margin-bottom: 6px;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }
  .icoBar:nth-child(3)::after {
    content: "MENU";
    display: inline-block;
    font-size: 10px;
    width: 100%;
    margin-top: 3px;
    text-align: center;
  }

  .fixedContent {
    right: inherit;
    width: 100%;
    z-index: 2;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }

  #overlay {
    z-index: -1;
    opacity: 0;
    background: #000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    transition: all 400ms cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
  }

  body.openNav #page {
    left: -240px;
    box-shadow: 1px 0 2px #000;
    -webkit-box-shadow: 1px 0 2px #000;
  }
  body.openNav .fixedContent {
    left: -240px;
  }
  body.openNav #drawernav {
    right: 0;
  }
  body.openNav #btnSpNav {
    background: #333;
    transition: 0.3s linear;
  }
  body.openNav #btnSpNav .icoBar {
    background: #fff;
  }
  body.openNav #btnSpNav .icoBar:nth-child(1) {
    transform: translate(0, 8px) rotate(45deg);
    -webkit-transform: translate(0, 8px) rotate(45deg);
  }
  body.openNav #btnSpNav .icoBar:nth-child(2) {
    transform: translate(-20px, 0);
    -webkit-transform: translate(-20px, 0);
    opacity: 0;
  }
  body.openNav #btnSpNav .icoBar:nth-child(3) {
    transform: translate(0, -8px) rotate(-45deg);
    -webkit-transform: translate(0, -8px) rotate(-45deg);
  }
  body.openNav #btnSpNav .icoBar:nth-child(3)::after {
    display: none;
  }
  body.openNav #overlay {
    z-index: 3;
    opacity: 0.3;
    left: -240px;
  }
}
@media screen and (max-width: 999px) {
  h3 img {
    width: 10% !important;
  }
}
img[src*="amazon-adsystem.com"] {
  display: none;
}
