input.select_btn{
max-width:120px;/*height:28px;*/background:url("../images/common/btn_select.png") no-repeat;width:100%;background-size:100% 200%;
height:0px;padding-top:21.6%;vertical-align:middle;
}
input.select_btn:hover{
background-position:0px 100%;
}
#wrapper {overflow-x:hidden; width:100%;}
/*
================================================================================================================
 背景
================================================================================================================
*/
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
.top_bg00, .top_bg00::before,
.top_bg01, .top_bg01::before {
  display:block;
  width: 100%;
  height: 100%;
  padding: 0;
  top: 50px;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  position: fixed;
  content: "";
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.top_bg00, .top_bg00::before {z-index: -2;}
.top_bg01, .top_bg01::before {z-index: -1;}

/*
================================================================================================================
 コンテンツエリア
================================================================================================================
*/
#container_bottom {
  margin:0%;
  width:100%;
  min-width:320px;
  padding:20px 0 20px 0;
  position:relative;
/*  min-height:400px;*/
  min-height:calc(100vh - 194px);
}
/* コンテンツ内全体 */
.contents_area {
  max-width:1200px;
  min-width:320px;
  width:100%;
  height:100%;
  min-height:100px;
  background-color: rgba(030,030,030,0.0);
  color: #000000;
  position: relative;
  padding:15px 10px;
  margin:0px auto;
/*
  display:flex;
  flex-wrap:wrap;
  align-items:start;
  justify-content:space-between;
*/
}
#container {
  background:none;
}
@media screen and (max-width:979px) {
.contents_area {
  padding:0 1%;
/*  display: block;
  display: -moz-block;
  display: -o-block;
  display: -webkit-block;
  display: -ms-block;*/
}
#container_bottom {
  min-height:calc(100vh - 238px);
}
}
/*
================================================================================================================
 メイン画像エリア
================================================================================================================
*/
#container_top {
  width:100%;
  height:auto;
  background-color: transparent;
}
#main_banner_all {
  background-color: transparent;
  position:relative;
}
.ea_content_center {
  background-color: transparent;
}
/*内容表示エリア*/
#contents{
  width:calc(100% - 20px);
  width:-moz-calc(100% - 20px);
  width:-webkit-calc(100% - 20px);
  max-width:1200px;
  position:relative;
  z-index:10;
  margin:0 auto;
  padding-top:150px;
  color:#FFF;
}
/*
================================================================================================================
 コンテンツエリア・枠
================================================================================================================
*/
.contents_box {
  position: relative;
  width:100%;
  padding:15px;
  margin-bottom:10px;
  height:auto;
  box-shadow:##f7f7f7 1px 1px 10px;
  z-index:1;
}
.bkWAKU{
  position:absolute;
  /* 背景画像の透過用css */
  width:calc(100% - 0px);
  height:calc(100% - 0px);
  left:0px;
  top:0px;
  bottom:0px;
  background:none;
  border: solid 6px #000;
  z-index:-2;
}
.bkRGBA{
  position:absolute;
  /* 背景画像の透過用css */
  width:calc(100% - 8px);
  height:calc(100% - 8px);
  left:4px;
  top:4px;
  bottom:0px;
  background: linear-gradient(
   -45deg,
  #6f292e 25%,
  #9a302d 25%, #9a302d 50%,
  #6f292e 50%, #6f292e 75%,
  #9a302d 75%, #9a302d
  );
  /*background:repeating-linear-gradient(#316cd8, #316cd8 5px, #4f8cdc 0, #4f8cdc 7px);*/
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 8px 8px;
  opacity:0.9;
  z-index:-1;
  border: solid 2px #fff;
}
.contents_title {
  width: 100%;
  height: auto;
  color: #2e3033;
  font-weight: bold;
  padding: 6px 4px 4px 4px;
  margin: 0px auto 8px auto;
  text-align: center;
  font-size: 18px;
  text-shadow: #e28588 1px 1px 2px;
  border-radius: 0px;
  border: 1px solid #3f1827;
  background-color: #fff;
  box-shadow: #3f1827 1px 1px 10px;
  z-index: 3;
}
.contents_title_f16 {
  width:100%;
  height:auto;
  color:#2e3033;
  font-weight:bold;
  padding:4px 2px 3px 2px;
  margin:0px auto 8px auto;
  text-align:center;
  font-size:16px;
  text-shadow:#c6cfd2 1px 1px 2px;
  border-radius:0px;
/*  border:1px solid #fedf14;*/
  background-color: #fff;
  box-shadow:#76312d 1px 1px 10px;
  z-index:3;
}
.contents_01 {
  width:100%;
  height:100%;
  min-height:10vh;
  padding:0;
  margin:0;
  bottom:0;
  border-radius:0px;
}
/*
==========================================================================
ピックアップ領域(横幅小270px)
==========================================================================
*/
/*
#pickup_R00,  #pickup_L00{
  position: relative;
  width:29%;
  padding:0;
  height:100%;
  bottom:0;
  display:inline-block;
}
#pickup_R00{
margin-left:0.2%;
margin-right:1.2%;
}*/
#pickup_R00{
  position: relative;
  width:280px;
  padding:0;
  display:inline-block;
}
#pickup_R01,  #pickup_L01{
  position: relative;
  width:270px;
  padding:0;
  height:100%;
  bottom:0;
  display:inline-block;
}
#pickup_M01 {
  position: relative;
  width:100%;
  min-width:320px;
  height:100%;
  padding:0;
  bottom:0;
}

@media only screen and (max-width: 979px) {
#pickup_R01,  #pickup_L01 {
  position: relative;
  width:100%;
  max-width:500px;
  min-width:320px;
  height:100%;
  padding:0;
  bottom:0;
}
}
/*
==========================================================================
コンテンツ領域(横幅大665px)
==========================================================================
*/

#contents_R01,  #contents_L01 {
  position:relative;
  width:calc( 100% - 280px );
  height:auto;
  padding:0px;
/*  display:inline-block;
  vertical-align:top;*/
}
#contents_M01 {
  position: relative;
  width:100%;
  min-width:320px;
  height:100%;
  padding:0;
  bottom:0;
}

#contents_R00,  #contents_L00 {
  position:relative;
/*  max-width:665px;
  width:69%;*/
  width:calc( 100% - 290px );
  height:auto;
  padding:0px;
  display:inline-block;
  vertical-align:top;
}


#pickup_R01, #contents_R01{margin-right: auto;}
#pickup_L01, #contents_L01{margin-left: auto;}


@media only screen and (max-width: 979px) {

#contents_R01,  #contents_L01 {
  position:relative;
  width:100%;
  min-width:320px;
  height:auto;
  padding:0px;
}
#pickup_L01, #contents_L01 {
  margin:0px auto;
}
#contents_R00,  #contents_L00{
  width:100%;
}
}



/*
==========================================================================
バナー領域(ページ下部)
==========================================================================
*/
.banner_all {
  position: relative;
  width:100%;
  margin:0 auto;
  padding:0;
  height:auto;
}
.contents_box ul {
  width:100%;
  padding:0%;
  display: block;
  display: -moz-block;
  display: -o-block;
  display: -webkit-block;
  display: -ms-block;
  }
@media only screen and (max-width: 979px) {
.banner_all {
  position:relative;
  width:100%;
  height:100%;
  padding:0;
  margin:0 auto;
}
}
/*
================================================================================================================
 グローバルメニュー
================================================================================================================
*/

/*グローバルメニュー設定エリア*/
#wrap {
  width:100%;
  min-height:60px;
  margin:0px;
  padding:0;
  position: absolute;
  font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*ポップアップメニューテキストリンクカラー*/
#pc_menu_area ul a li {
  color:#FFF;
}
#sp_menu_area ul a li {
  color:#FFF;
}
/*@media screen and (min-width:800px) {
#wrap {
  min-width:980px;
}
}*/
@media screen and (max-width:979px) {
#wrap {
  min-width:320px;
  width:100%;
  min-height:600px;
}
}
/*メニュー全体wrap*/
#Gmenu {
  width:100%;
  position: absolute;
  padding:0;
  margin:0;
  line-height:0;
  top:0px;
  z-index:100;
  background-image: url(../images/menu/menu_bg.png);
  background-repeat:repeat-x;
  background-position:top center;
}
#swich {
  width:100%;
  position: relative;
  top:0px;
  z-index:90;
}
#pc_menu_area {
  display:block;
  height:60px;
  width:100%;
  min-width:980px;
  padding:0;
  margin:0;
  line-height:0;
}
#sp_menu_area {
  display:none;
}
.menufixed {
  position: fixed;
  top: 0;
  z-index:900;
}
#menu_set {
  height:60px;
  max-width:1200px;
  margin:0 auto;
}
#menu_set:after {
  content: "";
  display: block;
  clear: both;
}
#qma_logo {
  width:78px;
  height:60px;
  float:left;
  display:table;
  margin:0px 0px 0px 0px;
  cursor:pointer;
}
#qma_logo img {
  float:left;
  height:60px;
  width:78px;
  margin:0px;
}
ul#g_menu {
  float:left;
  top:0px;
  margin:0 ;
  display:table;
  width:calc(100% - 78px);
  width:-moz-calc(100% - 78px);
  width:-webkit-calc(100% - 78px);
}
ul#g_menu li {
/*  float:left;*/
  display:table;
  top:0px;
  width:100%;
  min-width:112px;
  max-width:140px;
  height:50px;
  position: relative;
  text-align:center;
  text-decoration: none;
  font-size:11px;
  color:#FFFFCC;
  cursor:pointer;
  margin:0;
  line-height:12px;
  outline: none;
  position: relative;
  z-index: 2;
  color:#FFF;
  overflow: hidden;
  font-weight:normal;
  background-image: url(../images/menu/btn_bg.png);
  background-repeat: no-repeat;
  background-position:center center;
  background-size:100% 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
ul#g_menu li img{
/*  width:140px;*/
  width:100%;
  height:50px;
  top:0px;
  left:0;
  z-index: 600;
  position:absolute;
}
ul#g_menu li a{
  display:table-cell;
  vertical-align:middle;
  z-index: 9999;
  color:#fff;
  position: relative;
/*  width:140px;*/
  width:100%;
  min-width:112px;
  max-width:140px;
  height:50px;
}

ul#g_menu li span{
  display:table-cell;
  vertical-align:middle;
  z-index: 9999;
  position: relative;
  pointer-events: none;/*背面要素の操作を可能にする*/
}


ul#g_menu li:before, ul#g_menu li:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
ul#g_menu li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
ul#g_menu li:after, ul#g_menu li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
ul#g_menu li a:hover{
color:#ff0;
  background-image: url(../images/menu/btn_bg_hover01.png);
  background-repeat: no-repeat;
  background-position:center center;
  background-size:100% 100%;
  -webkit-transform: scale(1);
  -moz-transition: scale(1);
  transform: scale(1);
}
ul#g_menu li:hover{
  color: #FFC;
  background-image: url(../images/menu/btn_bg_hover01.png);
  background-repeat: no-repeat;
  background-position:center center;
  background-size:100% 100%;
  -webkit-transform: scale(1);
  -moz-transition: scale(1);
  transform: scale(1);
}

ul#g_menu li:after {
  top: 0;
  left: 0;
/*  width:140px;*/
  width:100%;
  min-width:112px;
  max-width:140px;
  height:50px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
ul#g_menu li:hover:after, ul#g_menu li::before {
  background-image: url(../images/menu/btn_bg_hover01.png);
  background-repeat: no-repeat;
  background-position:center center;
  background-size:100% 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius:24px;
}
ul#g_menu li.soon {
  color:#999;
  cursor: default;
  /*background-color:#CCC;*/
}
ul#g_menu li.soon:hover:after, ul#g_menu li.soon::before,
ul#g_menu li.soon:hover{
background:url(../images/menu/btn_bg.png) !important;
background-size:100% 100%;
}
/*ul#g_menu li:before{
  position: absolute;
  top: -26px;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 68px;
  background-color: rgba(10,180,240,0.0);
  transition: 0.3s;
  border-top:#FF0 solid 6px;  border-bottom:#FF0 solid 6px;
}*/

ul#g_menu li:before, ul#g_menu li:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
ul#g_menu li.active, ul#g_menu li img.active {
  top: 0px;
  left: 0px;
  content: "";
  display:table;
/*  width:140px;*/
  width:100%;
  min-width:112px;
  max-width:140px;
  height:50px;
  background-image: url(../images/menu/btn_bg_hover01.png);
  background-repeat: no-repeat;
  background-position:center center;
  background-size:100% 100%;
/*  padding:8px 0px;*/
  color:#F66;
}
ul#g_menu li.active img{
 opacity: 0 !important;
}
/*
ul#g_menu li:hover:before,
*/
ul#g_menu li:not(.soon):hover:before, ul#g_menu li.active:before {
  width: 97%;
}
/*
ul#g_menu li:hover,
*/
ul#g_menu li:not(.soon):hover, ul#g_menu li.active{
  font-weight: normal;
  color:#FF0;
}
ul#g_menu li:not(.soon):hover, ul#g_menu li.active a{
  color:#ff0;
}
ul#link_menu {
/*  width:140px;*/
  width:100%;
  min-width:112px;
  max-width:140px;
  float:right;
  height:59px;
  margin-top:22px;
}
ul#link_menu li {
  float:left;
  width:50px;
  margin-right:8px;
  cursor:pointer;
}
ul#link_menu li img {
  vertical-align:middle;
  width:100%;
  height:auto;
}
#sub_menuset {
  width:100%;
  background-color: rgba(000,000,000,0.60);
}
#sub_menuset ul {
  width:98%;
  max-width:1200px;
  height:auto;
  margin:0 auto;
  padding-bottom:3px;
}
#sub_menuset ul li {
  display:table;
  height:40px;
  float:left;
  text-align:center;
  font-size:14px;
  cursor:pointer;
  color:#FFF;
  line-height: normal;
}
/*
#btn_premium{
  text-align:left;
}*/
#sub_menuset ul li:hover {
  color:#FF0;
  background-color: /*rgba(255,100,100,0.90);*/rgba(193,26,17,0.90);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#sub_menuset ul li.active {
  color:#FFF;
  background-color: rgba(255,100,100,0.60);
}
#sub_menuset ul li span {
  display:table-cell;
  vertical-align:middle;
  z-index:999;}
#sub_menuset ul li a{
  display:table-cell;
  width:100%;height:40px;
  color:#fff;
  vertical-align:middle;
  z-index:999;}
#sub_menuset ul li a:hover{
color:/*#ffff00*/#ffeb3b !important;
}

#sub_menuset ul#howto li {
  width:calc(99.9% / 5);
  width:-moz-calc(99.9% / 5);
  width:-webkit-calc(99.9% / 5);
}

#sub_menuset ul#story li {
  width:calc(99.9% / 2);
  width:-moz-calc(99.9% / 2);
  width:-webkit-calc(99.9% / 2);
}
#sub_menuset ul#record li {
  width:calc(99.9% / 5);
  width:-moz-calc(99.9% / 5);
  width:-webkit-calc(99.9% / 5);
}
#sub_menuset ul#event li {
  width:calc(99.9% / 2);
  width:-moz-calc(99.9% / 2);
  width:-webkit-calc(99.9% / 2);
}
#sub_menuset ul#ranking li {
  width:calc(99.9% / 4);
  width:-moz-calc(99.9% / 4);
  width:-webkit-calc(99.9% / 4);
}
#sub_menuset ul#myroom li {
  width:calc(99.9% / 5);
  width:-moz-calc(99.9% / 5);
  width:-webkit-calc(99.9% / 5);
}
#sub_menuset ul#myroom li:nth-of-type(16){
  font-size:13px;
}
#sub_menuset ul#myroom li:nth-of-type(17){
  width:calc((99.9% / 5)*2);
}


#sub_menuset ul#special li {
  width:calc(99.9% / 2);
  width:-moz-calc(99.9% / 2);
  width:-webkit-calc(99.9% / 2);
}
#pc_menu_area ul#g_menu {
  margin-top:5px;
  display:flex;
  flex-wrap:nowrap;
  justify-content: space-between;
}

/*サブメニューのサブメニュー*/
#sub_menuset_sub {
  width:100%;
  background-color: rgba(000,000,000,0.60);
}
#sub_menuset_sub ul {
  width:100%;
  height:auto;
  margin:0 auto;
  padding-bottom:4px;
}
#sub_menuset_sub ul li {
  display:table;
  height:40px;
  float:left;
  text-align:center;
  font-size:12px;
  cursor:pointer;
  color:#FFF;
  border-left:solid 2px rgba(000,000,000,0.60);
  border-right:solid 2px rgba(000,000,000,0.60);
  border-top:solid 1px rgba(000,000,000,0.60);
  background-color: rgba(255,100,100,0.6);
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  transition: all .6s;
}
#sub_menuset_sub ul li:hover {
  color:#FF0;
  background-color: rgba(255,100,100,0.9);
}
#sub_menuset_sub ul li a {
  display:table-cell;
  vertical-align:middle;
  width:100%;height:40px;
}
#sub_menuset_sub ul li span {
  display:table-cell;
  vertical-align:middle;
}
#sub_menuset_sub ul li a,
#sub_menuset_sub ul li span a{
  color:#ffffff;
}
#sub_menuset_sub ul li a:hover,
#sub_menuset_sub ul li span a:hover{
  color:#ffff00;
}
#sub_menuset_sub ul#link_record02 li {
  width:calc(99.9% / 4);
  width:-moz-calc(99.9% / 4);
  width:-webkit-calc(99.9% / 4);
}
#sub_menuset_sub ul#link_ranking01 li {
  width:calc(99.9% / 3);
  width:-moz-calc(99.9% / 3);
  width:-webkit-calc(99.9% / 3);
}

@media screen and (max-width:979px) {
#swich {
  width:100%;
  position: relative;
  top:0px;
  z-index:90;
}
#pc_menu_area {
  display:none;
}
/*SPサイズメニュー*/
#sp_menu_area {
  display:block;
  padding-top:0px;
}
/*#sp_menu_area ul#g_menu{ margin-top:0px;}*/
#spmenu_swich {
  width:65px;
  height:65px;
  position: absolute;
  top:0px;
  right:0;
  z-index:3;
  cursor:pointer;
}
#spmenu_swich.active {
  width:50%;
  left:50%;
}
#sp_opcl_mark, #sp_opcl_mark span {
  display: inline-block;
  transition: all .4s;
}
#sp_opcl_mark {
  width:65px;
  height:65px;
  position: absolute;
  top:0px;
  right:0;
  z-index:2;
}
#sp_opcl_mark span {
  position: absolute;
  top: 2;
  left: 14px;
  z-index:2;
  width: 36px;
  height: 3px;
  background: #fff;
  border-radius:0px;
  box-shadow: 0 0 0 1px #505b6e;
}
#sp_opcl_mark span.line01 {
  top: 17px;
}
#sp_opcl_mark span.line02 {
  top: 30px;
}
#sp_opcl_mark span.line03 {
  top: 42px;
}
#sp_opcl_mark .bg {
  width:65px;
  height:65px;
  position: absolute;
  top:0;
  right:0;
  z-index:1;
  background-image: url(../images/menu/menu_btn_bg.png);
  background-repeat: no-repeat;
  background-position:center center;
}
/*SPメニューボタンアニメ*/
#sp_opcl_mark.active span {
  height: 4px;
  background: #fff;
  border-radius:2px;
  box-shadow: 0 0 0 1px #505b6e;
}
#sp_opcl_mark.active span.line01 {
  -webkit-transform: translateY(12.5px) rotate(-45deg);
  transform: translateY(12.5px) rotate(-315deg);
}
#sp_opcl_mark.active span.line02 {
  opacity: 0;
}
#sp_opcl_mark.active span.line03 {
  -webkit-transform: translateY(-12.5px) rotate(45deg);
  transform: translateY(-12.5px) rotate(315deg);
}
#sp_opcl_mark.active .bg {
  width:65px;
  height:65px;
  position: absolute;
  top:0;
  right:0;
  z-index:1;
  background-color:#FFC;
}
#spmenu_logo {
  width:50%;
  height:65px;
  padding:0;
  cursor:pointer;
}
#spmenu_logo img {
  width: auto;
  height:88%;
  margin:5px 5%;
  cursor:pointer;
}
#sp_menu_area ul.spg_menu {
  width:calc(100% + 1px);
  width:-moz-calc(100% + 1px);
  width:-webkit-calc(100% + 1px);
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  /*background-color: rgba(237,114,030,0.9);*/
  background-image: linear-gradient(
  -45deg, 
  #4d2724 25%, #755f5d 25%, 
  #755f5d 50%, #4d2724 50%, 
  #4d2724 75%, #755f5d 75%, 
  #755f5d
   );
  /* 幅8px、高さ8pxで背景画像のサイズを指定 */
  background-size: 5px 5px;
  opacity:0.9;
  color:#FFF;
  border-bottom:#c2181f 2px solid;
  /*box-shadow:#026 0px 10px 10px;*/
}
#sp_menu_area ul.spg_menu li {
  float:left;
  width:50%;
  height: 44px;
  font-size:2.5vw;
  background-color:#ed721e;
  border-top:#f4d647 solid 1px;
  border-right:#f4d647 solid 1px;
  display:table;
  text-align:center;
  cursor:pointer;
  display:table;
}
#sp_menu_area ul.spg_menu li.soon {
  color:#999;
  cursor: default;
  background-color:#CCC;
  padding-top:20px;
}
#sp_menu_area ul.spg_menu li.link_howto, #sp_menu_area ul.spg_menu li.link_ranking, #sp_menu_area ul.spg_menu li.link_ticket, #sp_menu_area ul.spg_menu li.link_search {
  border-right:none;
}
#sp_menu_area ul.spg_menu li a,
#sp_menu_area ul.spg_menu li span {
  display:table-cell;
  vertical-align:middle;
  line-height: normal;
}
#sp_menu_area ul.spg_menu li.pull:after {
  content: "▼";
  display: block;
  clear: both;
  float:right;
  top:10px;
  margin:20px 10px 0 -40px;
}
#sp_menu_area ul.spg_menu li, #sp_menu_area ul.spg_menu li.pull, #sp_menu_area ul.spg_menu li.push {
  background-size: 12%;
  background-color:#0c0c0c;
  color:#fff;
  border-top: #c2181f solid 1px;
  border-right:#c2181f solid 1px;
}
#sp_menu_area ul.spg_menu li:not(.soon).hover{
  background-color:#fff;
  color:#cc940e;
  border-top: #cc940e solid 1px;
  border-right:#cc940e solid 1px;
}
#sp_menu_area ul.spg_menu li:not(.soon).active, #sp_menu_area ul.spg_menu li.push:not(.soon).active {
/*  background-color:#310;
  color:#FA6;
  border-top: #E72 solid 1px;
  border-right:#E72 solid 1px;*/
  background-color:#fff5cf;
  color:#013;
  border-top: #fff5cf solid 1px;
  border-right:#fff5cf solid 1px;
}
#sp_menu_area ul.spg_menu li:not(.soon).active a, #sp_menu_area ul.spg_menu li.push:not(.soon).active a{
  color:#013;
}
#sp_menu_area ul.spg_menu li.pull:not(.soon).active {
  background-color:#e94745;
  color:#fff;
  border-top: #e94745 solid 1px;
  border-right:#e94745 solid 1px;
}
/*
#sp_menu_area ul.spg_menu li.hover,#sp_menu_area ul.spg_menu li.active{ background-color:#fcfcfe;color:#000;}
*/

#sp_menu_area ul.sp_sub {
  clear:both;
  width:100%;
}
#sp_menu_area ul.sp_sub:after {
  content: "";
  display: block;
  clear: both;
}
#sp_menu_area ul.sp_sub li {
  float:left;
  width:50%;
  height: 44px;
  font-size: 2.4vw;
  background-color:#fadbd6;
  border-top: #cc940e solid 1px;
  border-right:#cc940e solid 1px;
  padding:0px 10px;
  color:#310;
}
#sp_menu_area ul.sp_sub li:nth-child(odd) {
  border-top:#590b10 solid 1px;
  border-right:#590b10 solid 1px;
}
#sp_menu_area ul.sp_sub li:nth-child(even) {
  border-top: #590b10 solid 1px;
  border-right:#590b10 solid 1px;
}

/*SPサブメニューのサブメニューボタン*/
.spg_menu ul.howto, .spg_menu ul.ranking {
  width:calc(100% + 1px);
  width:-moz-calc(100% + 1px);
  width:-webkit-calc(100% + 1px);
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  color:#FFF;
}
.spg_menu ul.howto li, .spg_menu ul.ranking li {
  float:left;
  width:50%;
  height: 44px;
  font-size:16px;
  display:table;
  text-align:center;
  cursor:pointer;
}
.spg_menu ul.howto li.soon, .spg_menu ul.ranking li.soon {
  color:#999;
  cursor: default;
}
.spg_menu ul.howto li span, .spg_menu ul.ranking li span {
  display:table-cell;
  vertical-align:middle;
}
#sp_menu_area ul.spg_menu li.pull_sub:after {
  display: block;
  clear: both;
  float:right;
  top:10px;
  margin:20px 10px 0 -40px;
  content: "▼";
}
#sp_menu_area ul.spg_menu li.pull_sub {
  background-color:#fff; color:#f51414;
}
#sp_menu_area ul.spg_menu li.pull_sub:hover {background-color:#66FFFF; color:#066;}
#sp_menu_area ul.spg_menu li.pull_sub.active{background-color:#CCCCFF; color:#009;}
.spg_menu ul.howto li:not(.soon).active, .spg_menu ul.ranking  li:not(.soon).active {
  background-color:#99FFCC;
  color:#009;
  border-top: #fedf14 solid 1px;
  border-right:#fedf14 solid 1px;
}

.spg_menu ul.howto li:not(.soon).hover, .spg_menu ul.ranking  li:not(.soon).hover {
  background-color:#99FFCC;
  color:#009;
  border-top: #fedf14 solid 1px;
  border-right:#fedf14 solid 1px;
}
/*
#sp_menu_area ul.spg_menu li.hover,#sp_menu_area ul.spg_menu li.active{ background-color:#fcfcfe;color:#000;}
*/

#sp_menu_area ul.sp_sub_sub {
  clear:both;
  width:100%;
}
#sp_menu_area ul.sp_sub_sub:after {
  content: "";
  display: block;
  clear: both;
}
#sp_menu_area ul.sp_sub_sub li {
  float:left;
  width:50%;
  height: 44px;
  font-size: 12.5px;
  background-color:#99FFCC;
  border-top: #000099 solid 1px;
  border-right:#000099 solid 1px;
  padding:0px 10px;
  color:#009;
}
#sp_menu_area ul.sp_sub_sub li:not(.soon).hover{
  background-color:#FF6;
  color:#066;
  border-top: #A41 solid 1px;
  border-right:#A41 solid 1px;
}

#sp_menu_area ul.sp_sub_sub li:nth-child(odd) {
  border-right:#000099 solid 1px;
}
#sp_menu_area ul.sp_sub_sub li:nth-child(even) {
  border-right:none;
}
#sp_menu_area ul.sp_sub_sub li a{
 color:#009;
}
#sp_menu_area ul.sp_sub_sub li a:hover{
 color:#066;
}
#sp_menu_area #sp_link_menu {
  clear:both;
  width:100%;
  padding:10px 0 0px 0;
  border-top:#c2181f solid 1px;
}
#sp_menu_area #sp_link_menu ul {
  width:98%;
  height:55px;
  margin:0 auto;
}
#sp_menu_area #sp_link_menu ul li {
  float:left;
  width:48%;
  margin:0 1%;
  cursor:pointer;
  border-radius:6px;
  border:0;
}
#sp_menu_area #sp_link_menu ul li:hover {
  background:none;
}
/*SPメニューエリア下スペース*/
.space_bottom {
  width: 100%;
  height:60px;
  position:relative;
  background-color:transparent;
  padding:100% 0;
  margin: auto;
}

#container_bottom img{
max-width:100%;
}
}

/*
================================================================================================================
 グローバルメニュー/サブメニュー（リコードアリーナ）
================================================================================================================
*/
@media screen and (min-width:800px) {
.padding_top40{padding-top:40px;}
.padding_top60{padding-top:60px;}
}
@media screen and (max-width:979px) {
.padding_top40{padding-top:0px;}
.padding_top60{padding-top:0px;}
}
ul#g_submenu {
  float:left;
  top:0px;
  padding-left:35px;
  margin:0 ;
  display:table;
  width:calc(910px + 35px);
  width:-moz-calc(910px + 35px);
  width:-webkit-calc(910px + 35px);
}
ul#g_submenu li {
  float:left;
  display:table;
  top:0px;
  width:182px;
  height:40px;
  position: relative;
  text-align:center;
  text-decoration: none;
  font-size:11px;
  cursor:pointer;
/*  padding:8px 0;*/
  margin:0;
  line-height:12px;
  outline: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-weight:normal;
  background-image: url(../images/menu/btn_sub_bg.png);
  background-size:100%;
  width:182px;
  background-repeat: no-repeat;
  background-position:center center;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
ul#g_submenu li img{
  width:182px;
  height:40px;
  top:0px;
  left:0;
  z-index: 600;
  position:absolute;
}
ul#g_submenu li a{
  display:table-cell;
  vertical-align:middle;
  z-index: 9999;
  color:#FFF;
  position: relative;
  width:182px;
  height:40px;
}

ul#g_submenu li span{
  display:table-cell;
  vertical-align:middle;
  z-index: 9999;
  position: relative;
  pointer-events: none;/*背面要素の操作を可能にする*/
}


ul#g_submenu li:before, ul#g_submenu li:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
ul#g_submenu li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
ul#g_submenu li:after, ul#g_submenu li:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
ul#g_submenu li a:hover{
color:#ff0;
  background-image: url(../images/menu/btn_sub_bg_hover03.png);
  background-size:100%;
  width:182px;
  background-repeat: no-repeat;
  background-position:center center;
  -webkit-transform: scale(1);
  -moz-transition: scale(1);
  transform: scale(1);
}
ul#g_submenu li:hover{
  color: #FFC;
  background-image: url(../images/menu/btn_sub_bg_hover03.png);
  background-size:100%;
  width:182px;
  background-repeat: no-repeat;
  background-position:center center;
  -webkit-transform: scale(1);
  -moz-transition: scale(1);
  transform: scale(1);
}

ul#g_submenu li:after {
  top: 0;
  left: 0;
  width:182px;
  height:40px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
ul#g_submenu li:hover:after, ul#g_submenu li::before {
  background-image: url(../images/menu/btn_sub_bg_hover03.png);
  width:182px;
  background-size:100%;
  background-repeat: no-repeat;
  background-position:center center;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius:24px;
}
ul#g_submenu li.soon {
  color:#999;
  cursor: default;
  /*background-color:#CCC;*/
}
/*ul#g_submenu li:before{
  position: absolute;
  top: -26px;
  left: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 68px;
  background-color: rgba(10,180,240,0.0);
  transition: 0.3s;
  border-top:#FF0 solid 6px;  border-bottom:#FF0 solid 6px;
}*/

ul#g_submenu li:before, ul#g_submenu li:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
ul#g_submenu li.active, ul#g_submenu li img.active {
  top: 0px;
  left: 0px;
  content: "";
  display:table;
  width:182px;
  height:40px;
  background-image: url(../images/menu/btn_sub_bg_hover02.png);
  background-size:100%;
  width:182px;
  background-repeat: no-repeat;
  background-position:center center;
  color:#F66 !important;
}
ul#g_submenu li.active img{
 opacity: 0 !important;
}


/*
================================================================================================================
 リンクボタン（商品紹介サイト・お問い合わせ）
================================================================================================================
*/
/* 上部レイアウト */
.contents_link {
  position: relative;
  width:98%;
  max-width: 1170px;
  min-width: 960px;
  margin: 0px auto;
}

/* 上部レイアウト右上ボタン 開始 */
@media screen and (min-width:800px) {
.top_information {
  display:block;
}
}
@media screen and (max-width:979px) {
.top_information {
  display:none;
}
}
.top_information {
  position: absolute;
  width: 320px;
  top: 10px;
  right: 0px;
  height: 20px;
}
.top_information ul {
  width: 100%;
  margin:0;
  padding: 0;
  position: relative;
  height: 20px;
}
.top_information ul li {
  width: 48%;
  margin:0 0% 0 1%;
  padding: 0;
  left: 0px;
  height: 20px;
  display: inline-block;
}
.top_info_button {
  display: inline-block;
  width: 100%;
  height: 36px;
  text-align: center;
  text-decoration: none;
  line-height: 38px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color:rgba(00,30,60,0.0);
  border: 1px solid rgba(00,30,60,0.0);
  color:#fedf14;
  overflow: hidden;
  border-radius:6px;
  font-size:14px;
  font-weight:bold;
}
.top_info_button::before, .top_info_button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
  border-radius:6px;
}
.top_info_button, .top_info_button::before, .top_info_button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.top_info_button:hover {
  color:#f22201;
}
.top_info_button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.top_info_button:hover::after {
  background: #fdf7a7;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius:6px;
}


/*
================================================================================================================
 トップへ戻る
================================================================================================================
*/
@media screen and (min-width:800px) {
#page-top {
  position:fixed;
  bottom:30px;
  right:20px;
  font-size:12px;
  z-index:9999;
  display:none;
}
#page-top span {
  font-size:20px;
}
#page-top a {
  background-color: rgb(255 255 255 / 80%);
  text-decoration:none;
  color:#c3191f;
  width:54px;
  padding:5px 8px 5px 8px;
  text-align:center;
  line-height:14px;
  display:block;
  border-radius:30px;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
  box-shadow: #f2bcbb 0 0 10px;
}
#page-top a:hover {
  text-decoration:none;
  background-color:rgba(255,204,204,1.0);
  color:#f73232;
  box-shadow:#990000 0 0 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
}
@media screen and (max-width:979px) {
#page-top {
  position:fixed;
  bottom:10px;
  right:10px;
  font-size:10px;
  z-index:9999;
  display:none;
}
#page-top span {
  font-size:16px;
}
#page-top a {
  background-color:rgba(255,255,255,0.8);
  text-decoration:none;
  color:#c3191f;
  width:44px;
  padding:6px 6px 6px 4px;
  text-align:center;
  line-height:10px;
  display:block;
  border-radius:26px;
  -webkit-border-radius:26px;
  -moz-border-radius:26px;
  box-shadow:#f2bcbb 0 0 6px;
}
#page-top a:hover {
  text-decoration:none;
  background-color:rgba(255,204,204,1.0);
  color:#f73232;
  box-shadow:#990000 0 0 10px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
}
/*
================================================================================================================
 ふわっと表示（フェードイン）
================================================================================================================
*/
.fade-in {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}
/*
================================================================================================================
 下からふわっと表示（フェードアップ）
================================================================================================================
*/
.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
/*リンク*/
.anchorlink{
margin-top:-60px;
}
/**/
input {
 outline: 0;
 border: none;
}
input[type="submit"] {
    cursor: pointer;
}

/*ボタン*/
div.common_btn a{
background:url("../images/common/btn_sub_menu.png")no-repeat;width:240px;height:35px;
display:block;margin:0px auto 5px auto;background-size:100% 200%;color:#ffffff;text-align:center;padding-top:10px;
}
div.common_btn a:hover,
div.common_btn a.active{
background-position:100% 100%;color:#3eddff;
}
#sp_menu_area ul.spg_menu li.push a{
color:#fff;
}
#sp_menu_area ul.spg_menu li.push a:hover{
color:#f19b94;background-color:#fff;
}

ul.ast > li{
position: relative;margin:3px auto 0px;padding-left:16px;
}
ul.ast > li::before{
content:"※";position:absolute;display:block;font-size:14px;top:0;left:0;
}

ul.dot > li{
position: relative;margin:3px auto 0px;padding-left:16px;
}
ul.dot > li::before {
content:"・";position:absolute;display:block;font-size:14px;top:0;left:0;
}

.c_white{
color:#fff;
}
.c_red{
color:#c3191f;
}
.c_blue{
color:#19448e;
}
.t_bold{
font-weight:bold;
}

@media only screen and (max-width: 1200px){
h1 img{
height:56px;
object-fit:cover;
}
h1{
position:relative;
}
h1::after{
content:'';width:24px;height:56px;top:0px;left:0px;position:absolute;display:block;
background:url("../images/common/common_title_left.png") no-repeat;
}
h1::before{
content:'';width:24px;height:56px;top:0px;right:0px;position:absolute;display:block;
background:url("../images/common/common_title_right.png") no-repeat;
}
}
@media only screen and (max-width: 670px){
h1 img{
height:38px;
object-fit:cover;
}
h1{
position:relative;
}
h1::after{
content:'';width:16.08px;height:38px;top:0px;left:0px;position:absolute;display:block;
background:url("../images/common/common_title_left.png") no-repeat;background-size:contain;
}
h1::before{
content:'';width:16.08px;height:38px;top:0px;right:0px;position:absolute;display:block;
background:url("../images/common/common_title_right.png") no-repeat;background-size:contain;
}
}
@media only screen and (max-width: 500px){
h1 img{
height:32px;
object-fit:cover;
}
h1{
position:relative;
}
h1::after{
content:'';width:13.68px;height:32px;top:0px;left:0px;position:absolute;display:block;
background:url("../images/common/common_title_left.png") no-repeat;background-size:contain;
}
h1::before{
content:'';width:13.68px;height:32px;top:0px;right:0px;position:absolute;display:block;
background:url("../images/common/common_title_right.png") no-repeat;background-size:contain;
}
}
@media only screen and (max-width: 390px) {
h1 img{
height:26px;object-fit:cover;
}
h1::after{
content:'';width:11.14px;height:26px;top:0px;left:0px;position:absolute;display:block;
background:url("../images/common/common_title_left.png") no-repeat;background-size:contain;
}
h1::before{
content:'';width:11.14px;height:26px;top:0px;right:0px;position:absolute;display:block;
background:url("../images/common/common_title_right.png") no-repeat;background-size:contain;
}
}