@charset 'euc-jp';

/* HTML
****************************************** */
html {
  font-size: 62.5%;
}

.footer-wrapper-block {
  position: relative;
  background: #fff;
}

body {
  background: #000;
}

/* Background Video
****************************************** */
.avatar-bg-video-area {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100vh;
  min-width: 980px;
  overflow: hidden;
  background: #000 url('https://www.maru-jan.com/image/game/avatar/bg_01_01.png') center top 24px no-repeat;
  pointer-events: none;
  transform: translateX(-50%);
}

.avatar-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 980px;
  height: 551px; /* 16:9 */
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

/* Layout
****************************************** */
.container {
  margin: 0 auto;
  width: 980px;
  line-height: 1.33;
  font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', Helvetica, sans-serif;
  font-size: 1.8rem;
  background: #000;
  background: url('https://www.maru-jan.com/image/game/avatar/bg_01_01.png') center top 332px no-repeat;
  -webkit-text-size-adjust: 100%;

  position: relative;
  z-index: 1000;
}

@media screen and (min-width:768px) { 
  .container {
    background: url('https://www.maru-jan.com/image/game/avatar/bg_01_01.png') center top 24px no-repeat;
  }
}

.container {
  width: 100%;
  min-width: 980px;
}

.v22-page-header {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
}

.container div,
.container p,
.container h1,
.container h2,
.container h3,
.container h4,
.container h5,
.container h6,
.container ol,
.container ul,
.container li,
.container dl,
.container dt,
.container dd {
  box-sizing: border-box;
}

.page-header-wrapper {
  background: #fff url('https://www.maru-jan.com/image/base/layout/bg_01.png') repeat-x;
}

.breadcrumb {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
  line-height: 2;
  font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', sans-serif;
  font-size: 18px;
  color: #fff;
}

.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:hover,
.breadcrumb a:active {
  color: #fff;
}

.breadcrumb .item {
  position: relative;
  display: inline-block;
  margin-right: 1em;
}

.breadcrumb .item::after {
  position: absolute;
  top: 0;
  right: -1em;
  content: '>';
  color: #fff;
}

.breadcrumb .item:last-child::after {
  content: '';
}

.page-footer {
  background: #fff;
}

.mj_page_footer {
  padding-top: 24px;
}

/* Article and Sections
 *********************************** */
.article {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 48px;
  line-height: 1.6;
  font-family: '¥Ò¥é¥®¥ÎÌÀÄ« Pro W6', 'Sawarabi Mincho', ÞâÌÀÄ«ÂÎ, 'Yu Mincho', YuMincho, HGÌÀÄ«E, '£Í£Ó £ÐÌÀÄ«', '£Í£Ó ÌÀÄ«', serif;
  font-size: 28px;
  line-break: strict;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

.article a:link,
.article a:visited,
.article a:hover,
.article a:active {
  color: #f1e130;
}

.section {
  color: #fff;
}

.section-title__title img {
  width: 980px;
  height: auto;
}

.section-frame {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 24px;
  width: 978px;

  background:
    url('https://www.maru-jan.com/image/game/avatar/bg_02_01.png') center bottom no-repeat,
    url('https://www.maru-jan.com/image/game/avatar/bg_02_02.png') center top repeat-y;
}

.lts-1px {
  letter-spacing: 1px;
}

.lts-2px {
  letter-spacing: 2px;
}

.lts-3px {
  letter-spacing: 3px;
}

.lts-4px {
  letter-spacing: 4px;
}

.c-\#ffd200 {
  color: #ffd200;
}