@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
html, body {
  height: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
body {
  overflow-y: scroll;
  background: #FFFFFF;
}
img {
  display: block;
  height: auto;
}
ul, nav {
  list-style: none;
}
#loading_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15000;
  display: flex;
  width: 100%;
  height: 100%;
  background: #2499ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#loading_overlay svg {
  transform: scale(-1, 1);
}
#loading_centar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#loading_centar img {
  width: 190px;
}
#loading_text {
  position: absolute;
  top: 0;
  left: 0;
  /*margin-top: 1em;*/
}
.no_link {
  color: #6C6C6C;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.flex {
  display: flex;
}
.logo_area {
  width: 50%;
}
.logo_area img {
  width: 100%;
}
#top_ajast02 {
  margin-top: 80px;
}
h1.SiteTitle {
  padding: 0 20px;
  position: relative;
  width: 300px;
  font-family: 'Russo One', sans-serif;
  margin: 50px auto 40px;
  font-size: 40px;
  color: #2B2B2B;
  text-align: center;
}
h1.SiteTitle:before, h1.SiteTitle:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background: #000;
}
h1.SiteTitle:before {
  left: 0;
}
h1.SiteTitle:after {
  right: 0;
}
h1.SiteTitle.ajast01 {
  margin: 90px auto 50px;
}
h1.SiteTitle.ajast02 {
  margin: 75px auto 50px;
}
.colum3_ajast {
  width: 60%;
}
h1.SiteTitle#top_ajast {
  margin-top: 170px;
  margin-bottom: 60px;
}
main {
  padding-bottom: 110px;
  text-align: center;
}
#sp_header {
  z-index: 14000;
  position: fixed;
  top: 0;
  left: 0;
  background: #2499ff;
  width: 100%;
  height: 80px;
}
#sp_header img.header_logo {
  z-index: 14001;
  position: fixed;
  top: 0;
  right: 0;
  margin: 20px 20px 0 0;
}
#DrawerMenuArea {
  display: none;
}
.TlNews_area {
  /* max-width: 1200px;*/
  max-width: 500px;
  padding: 0 1%;
  margin: 0 auto 3%; /*background: #FF2327;*/
}
.TlNews {
  padding: 0%;
  height: 500px;
  height: 300px;
  overflow-y: scroll;
}
#pagetop {
  display: none;
  color: rgba(26, 26, 26, 1.00);
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0 3% 1% 0;
  font-size: 50px;
  z-index: 10500;
  cursor: pointer;
}
ul.twitter_tl li {
  color: #E9E9E9;
  margin: 0 2%;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  width: 100%;
}
/*header*/
#globalmenu_area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #2499ff;
  box-shadow: 0px 5px 3px -3px rgba(255, 255, 255, 0.5);
  z-index: 14000;
}
#globalmenu_area02 {
  display: flex;
}
ul#globalmenu {
  height: 80px;
  display: flex;
  justify-content: space-between;
  max-width: 1300px;
  margin: 0 auto;
}
ul#globalmenu li {
  line-height: 1em;
  padding: 20px 5px;
  padding-left: 10px;
}
.common_youtube_area {
  display: flex;
  justify-content: space-between;
}
.common_youtube_area .youtube {
  width: 33%;
}
/* Loading背景画面設定　*/
@media all and (-ms-high-contrast: none) {
  ul#globalmenu li {
    width: auto;
    max-width: 100%;
  }
}
ul#globalmenu li:first-child {
  margin-left: 0%;
}
ul#globalmenu li:nth-child(2) {}
ul#globalmenu li a {
  color: #FFFFFF !important;
  flex-direction: column;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
}
ul#globalmenu li.fz14 a {
  font-size: 14px;
}
ul#globalmenu li a[href=""] {
  color: #FFFFFF;
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
/* //header */
ul.link_list {
  max-width: 1200px;
  margin: 27px auto 0%;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
}
ul.link_list:last-child {
  margin: 3% auto 3%;
}
ul.link_list.ajast02 {
  margin: 65px auto 20px;
}
ul.link_list li {
  display: block;
  margin: 0 1%;
  overflow: hidden;
  transition: .3s ease-in-out;
  max-width: 600px;
  border: 1px solid #9A9A9A;
}
ul.link_list li.pc {
  border: none;
}
ul.link_list li a {
  display: block;
  width: 100%;
}
ul.link_list a img {
  width: 100%;
  transform: scale(1);
  transition: .3s ease-in-out;
}
ul.link_list a img:hover {
  transform: scale(1.2);
}
#youtube_area {
  height: 408px;
  display: flex;
  flex-direction: column;
  align-content: space-between;
}
#youtube_area .youtube {
  padding-bottom: 0%;
}
.youtube {
  width: 100%;
}
/* footer */
footer {
  width: 100%;
  text-align: center;
  font-family: "Noto Sans JP";
  background: #F2F2F2;
  background: #FFFFFF;
}
.footer_head {
  padding: 2px 0;
  width: 100%;
  color: #FFFFFF;
  background: #2499ff;
  user-select: none;
}
.footer_head02 {
  padding: 17px 0;
  width: 100%;
  color: #FFFFFF;
  background: #2499ff;
}
.footer_list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 5px;
  font-weight: bold;
}
.footer_site_map ul li {
  font-size: small;
  font-size: 14px;
  line-height: 1em;
  margin-bottom: 10px;
  padding: 0 10%;
  text-align: left;
}
.footer_site_map ul li:not(.sns_icon_area):not(.sitemap_head02) :not(.sitemap_head) {
  color: #6C6C6C;
  font-size: 12px;
}
.footer_site_map ul li:not(.sns_icon_area):not(.sitemap_head02) a:not(.sitemap_head) {
  display: block;
  padding-left: 1em;
}
.footer_site_map {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 5px 30px;
  display: flex;
}
ul.ajast .sitemap_head_area:not(:first-child) {
  padding-top: 0.5em;
}
.sitemap_head {
  font-weight: bold;
  font-size: 1em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #2499ff;
  margin-bottom: 0.5em;
}
.footer_site_map ul li.sitemap_head02 {
  padding: 0;
  padding-bottom: 0.4em;
  padding-left: 1.5%;
}
.footer_site_map ul li.sitemap_head02:first-child {
  margin-top: 0.1em;
}
.footer_list div, .footer_site_map div {
  width: 100%;
}
footer a {
  text-decoration: none;
  color: #161616;
}
footer a:hover {
  text-decoration: underline;
}
/* //footer */
.main_slide {
  margin: 0 5%;
  overflow: hidden;
}
/* menu */
.drop {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  margin-top: 0;
  z-index: 13999;
  box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 1);
}
.drop i {
  font-size: 50px;
}
ul#globalmenu .drop ul {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
  min-height: 130px;
  box-sizing: border-box;
}
ul#globalmenu .drop ul.short {
  max-width: 800px;
}
ul#globalmenu .drop ul li {
  width: 150px;
}
ul#globalmenu .drop ul li.logosmall {
  width: 70px;
}
ul#globalmenu .drop ul li.logobig {
  width: 200px;
}
.drop img {
  width: 100%;
}
ul#globalmenu .drop li {
  transition: all 0.2s ease;
}
ul#globalmenu .drop li:hover {
  opacity: 0.5;
}
ul#globalmenu .drop li:first-child {
  margin-left: 0%;
}
ul#globalmenu .drop li:nth-child(2) {
  margin-left: 0%;
  padding-left: 0%;
}
.selected.anime, .selected.anime .drop {
  background: rgba(250, 215, 225, 1.00);
  background: #343434;
  border-bottom: 6px #B10002 solid;
}
.selected.game, .selected.game .drop {
  background: rgba(190, 230, 230, 1.00);
  background: #343434;
  border-bottom: 6px #00abb1 solid;
}
.selected.sosya, .selected.sosya .drop {
  background: rgba(230, 235, 180, 1.00);
  background: #343434;
  border-bottom: 6px #00b141 solid;
}
.selected.manga, .selected.manga .drop {
  background: rgba(230, 235, 180, 1.00);
  background: #343434;
  border-bottom: 6px #FFFF44 solid;
}
.selected.goods, .selected.goods .drop {
  background: rgba(255, 240, 185, 1.00);
  background: #343434;
  border-bottom: 6px #b15e00 solid;
}
.selected.globalitem {
  border-bottom: none
}
/*20210728*/
.sns_icon_area {
  margin-top: 1%;
  max-width: 100%;
  display: flex;
  justify-content: space-around;
}
.sns_icon_area i {
  font-size: 25px;
}
.sns_icon_area img {
  width: 20px;
}
.tw_c {
  color: rgba(29, 161, 242, 1.00);
}
.fb_c {
  color: rgba(60, 90, 153, 1.00);
}
.you_c {
  color: rgba(218, 23, 37, 1.00);
}
.sns_icon_area_h {
  max-width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.sns_icon_area_h i {
  margin-left: 5px;
  font-size: 20px;
}
.sns_icon_area_h img {
  width: 15px;
  margin-left: 5px;
}
.dammy_box01 {
  width: 530px;
  height: auto;
}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 750px) {
  main {
    padding-bottom: 80px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .logo_area {
    width: 190px;
  }
  h1.SiteTitle {
    margin: 40px auto 30px;
    font-size: 30px;
  }
  ul#globalmenu {
    display: none;
  }
  #DrawerMenuArea {
    display: block;
  }
  #top_ajast {
    margin-top: 80px;
  }
  h1.SiteTitle#top_ajast {
    margin-top: 130px;
    margin-bottom: 30px;
  }
  h1.SiteTitle.ajast01 {
    margin: 40px auto 30px;
  }
  ul.link_list {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 0 10%;
  }
  ul.link_list:last-child {
    margin: 0 auto;
  }
  ul.link_list li {
    margin-bottom: 10%
  }
  ul.link_list li.pc {
    display: none;
  }
  ul.link_list li a {
    max-width: 100%;
  }
  ul.link_list.ajast02 {
    margin: 0px auto 0px;
  }
  ul.twitter_tl {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 2%;
  }
  ul.twitter_tl li {
    color: #E9E9E9;
    margin: 0 2%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    width: 150%;
  }
  .twitter-timeline {
    width: 100%;
  }
  .youtube {
    width: 100%;
    padding: 0 1%;
  }
  .TlNews_area {
    max-width: 100%;
    padding: 0 5%;
    margin: 0 auto 3%;
  }
  .TlNews {
    height: auto;
  }
  .footer_list, .footer_site_map {
    flex-direction: column;
  }
  .footer_site_map ul {
    margin-bottom: 5%;
  }
  .footer_site_map ul li {
    padding: 0%;
  }
  .footer_site_map {
    padding: 20px 5% 30px;
  }
  .dammy_box01 {
    display: none;
  }
}
/*フォント統一*/
h1.SiteTitle, #DrawerMenuArea, ul#globalmenu {
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
}