* {
  padding: 0;
  margin: 0;
}

html {
  min-height: 100%;
  position: relative;
}

body {
  width: 100%;
  color: #55565A;
  //background:url(./../img/side_pc2.png) top center;
  font-family: "メイリオ", "Meiryo UI", Meiryo, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrapper {
  min-width: 1100px;
  //max-width: 1600px;
  margin: 0 auto;
  background-color: #EDF1F3;
  border-style: solid;
  border-width: 46px 29px;
  border-image-source: url(./../img/tarkus_waku_bg.png);
  border-image-slice: 52 29 fill;
  border-image-width: 46px 29px;
  border-image-repeat: round;
  position: relative;
  z-index: 100;
}

#head_image {
  display: inline-flex;
  width: 100%;
  min-width: 1000px;
  margin-top: 4px;
}

#title_area {
  display: flex;
  margin-top: -46px;
  min-width: 1000px;
}


/* 共通 */

a {
  color: #F76F7E;
}

a:hover {
  text-decoration: underline;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}


/* ヘッダー */

#head_r,
#head_l {
  margin-top: 6px;
  width: 180px;
}

#head_l img {
  margin-top: 2px;
  width: 100%;
}

#head_r img {
  width: 100%;
}



#top_title {
  margin: 0 auto;
  padding-left: 144px;
}

#top_title img {
  width: 700px;
}

#top {
  width: 300px;
  margin: 0 auto;
  margin-top: -1px;
  //background:url(./../img/header_pc3.png) top center;
  //background-size: cover;
}

#top img {
  width: 100%;
}

#top2 {
  width: 100%;
  margin: 0 auto;
  //background:url(./../img/header_pc4.png) top center;
  //background-size: cover;
}

#top2 img {
  width: 100%;
}

#header {
  width: 960px;
  margin: 0 auto;
}

#header2 {
  width: 960px;
  margin: 0 auto;
  margin-top: -60px;

}

#title {
  margin: 0 auto;
  width: 500px;
  position: relative;
}

#title img {
  width: 100%;
}

#logo_area:after {}

#logo {
  margin: 0 83px;
}

#lang {
  width: 144px;
  display: inline-flex;
}

#lang p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.lang_jp span {
  background: url(./../img/lang_jpn2.png) no-repeat;
  width: 60px;
  height: 36px;
  display: inline-block;
  background-size: cover;
}

.lang_jp:hover span {
  background: url(./../img/lang_jpn2_o.png) no-repeat;
  background-size: cover;
}

.lang_en span {
  background: url(./../img/lang_eng2.png) no-repeat;
  width: 60px;
  height: 36px;
  display: inline-block;
  background-size: cover;
}

.lang_en:hover span {
  background: url(./../img/lang_eng2_o.png) no-repeat;
  background-size: cover;
}

.lang_sla span {
  background: url(./../img/lang_sla2.png) no-repeat;
  width: 11px;
  height: 36px;
  display: inline-block;
  background-size: cover;
}

/* メニュー */

/* スマホメニュー非表示 */
.menu2_button,
ul#menu2 {
  display: none;
}

/* スマホメニュー非表示ここまで */

ul#menu {
  width: 920px;
  height: 64px;
  font-size: 0;
  position: relative;
  left: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 999;
  margin-top: 50px;
}

ul#menu li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

ul#menu li:last-child {
  display: inline-block;
  margin-right: 0;
}

.menu_news span {
  background: url(./../img/menu_news_off.png) no-repeat;
  background-size: contain;
  width: 86px;
  height: 64px;
  display: inline-block;
  margin: 0 10px;
}

.menu_news span.before:hover {
  background: url(./../img/menu_news_over.png) no-repeat;
  background-size: contain;
}

.menu_news .after {
  background: url(./../img/menu_mouse_01.png);
  background-size: contain;
  position: relative;
  width: 40px;
  height: 64px;
  margin: 0;
}


@keyframes menu_news {
  100% {
    background-position: -600px 0;
  }
}

.menu_detail span {
  background: url(./../img/menu_details_off.png) no-repeat;
  background-size: contain;
  width: 126px;
  height: 64px;
  display: inline-block;
  margin: 0 10px;
}

.menu_detail span.before:hover {
  background: url(./../img/menu_details_over.png) no-repeat;
  background-size: contain;
}

.menu_detail .after {
  background: url(./../img/menu_mouse_02.png);
  background-size: contain;
  position: relative;
  width: 40px;
  height: 64px;
  margin: 0;
}

@keyframes menu_detail {
  100% {
    background-position: -600px 0;
  }
}

.menu_map span {
  background: url(./../img/menu_map_off.png) no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
  display: inline-block;
  margin: 0 10px;
}

.menu_map span.before:hover {
  background: url(./../img/menu_map_over.png) no-repeat;
  background-size: contain;
}

.menu_map .after {
  background: url(./../img/menu_mouse_03.png);
  background-size: contain;
  position: relative;
  width: 40px;
  height: 64px;
  margin: 0;
}

@keyframes menu_map {
  100% {
    background-position: -600px 0;
  }
}

.menu_fanclub span {
  background: url(./../img/menu_fanclub_off.png) no-repeat;
  background-size: contain;
  width: 150px;
  height: 64px;
  display: inline-block;
  margin: 0 10px;
}

.menu_fanclub span.before:hover {
  background: url(./../img/menu_fanclub_over.png) no-repeat;
  background-size: contain;
}

.menu_fanclub .after {
  background: url(./../img/menu_mouse_04.png);
  background-size: contain;
  position: relative;
  width: 40px;
  height: 64px;
  margin: 0;
}

@keyframes menu_fanclub {
  100% {
    background-position: -600px 0;
  }
}

.menu_faq span {
  background: url(./../img/menu_faq_off.png) no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
  display: inline-block;
  margin: 0 10px;
}

.menu_faq span.before:hover {
  background: url(./../img/menu_faq_over.png) no-repeat;
  background-size: contain;
}

@keyframes menu_faq {
  100% {
    background-position: -600px 0;
  }
}


.menu_goods span {
  background: url(./../img/menu_goods_off.png) no-repeat;
  background-size: contain;
  width: 112px;
  height: 64px;
  display: inline-block;
  margin: 0 10px;
}

.menu_goods span.before:hover {
  background: url(./../img/menu_goods_over.png) no-repeat;
  background-size: contain;
}

.menu_goods .after {
  background: url(./../img/menu_mouse_05.png);
  background-size: contain;
  position: relative;
  width: 40px;
  height: 64px;
  margin: 0;
}

@keyframes menu_goods {
  100% {
    background-position: -600px 0;
  }
}


.menu_merch span {
  background: url(./../img/menu_merch_off.png) no-repeat;
  background-size: contain;
  width: 112px;
  height: 64px;
  display: inline-block;
  margin: 0 10px;
}

.menu_merch span.before:hover {
  background: url(./../img/menu_merch_over.png) no-repeat;
  background-size: contain;
}

.menu_merch .after {
  background: url(./../img/menu_mouse_05.png);
  background-size: contain;
  position: relative;
  width: 40px;
  height: 64px;
  margin: 0;
}

@keyframes menu_merch {
  100% {
    background-position: -600px 0;
  }
}

/* 本文 */

#content {
  width: 960px;
  margin: 0 auto;
}

.article {
  width: 700px;
  display: block;
  margin: 20px auto;
}

.article_title {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.8em;
}

.breadcrumb {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.8em;
  color: #F76F7E;
}

.breadcrumb a {
  color: #55565A;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.8em;
}


.article_comment {
  font-size: 0.8em;
  line-height: 1.8em;
}

.more {
  width: 700px;
  font-size: 0.8em;
  text-align: right;
  font-weight: bold;
}

#recent_articles {
  margin: 0 auto;
  width: 75%;
}

#recent_articles img {
  width: 100%;
}


/* フッター */
#footer {
  width: 960px;
  margin: 0 auto;
  text-align: right;
}

#endline {
  width: 100%;
  //background:url(./../img/footer_pc2.png) top center;
  //background-size: cover;
  position: absolute;
  bottom: 0;
}

#endline img {
  width: 100%;
}


#pagetop {
  display: block;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  float: right;
}

#pagetop img {
  width: 30px;
}


.foot_image img {
  width: 100%;
}

.foot_image {
  width: 35%;
  margin: 0 auto;
}


.fan_red {
  color: #FF0000;
}

.fan_blue {
  color: #0000FF;
}

img.fanclubQrImg {
  width: 100px;
}

img.fanclubImg {
  max-width: 50%;
  height: 200px;
}

img.fanclubPageImg {
  height: 300px;
}

.padding-left {
  padding-left: 29px;
}

.popup-all img {
  width: 70%;
}

#galleryBox {
  overflow: hidden;
}

#galleryBox li a {
  display: table-cell;
  height: 154px;
  text-align: center;
  vertical-align: middle;
  width: 220px;
  background: #FFF;
}

#galleryBox a img {
  max-height: 120px;
  max-width: 120px;
}

#galleryBox ul li {
  width: 30%;
  float: left;
  margin-right: 5px;
}

#galleryBox ul li p {
  height: 70px;
  background: #FFF;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}