@charset 'euc-jp';

/* Layout
 *********************************** */
.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;
}

.container {
  margin-bottom: 14px;
  width: auto;
  background-color: #000;
}

/*
.container {
  margin-bottom: 14px;
  width: 100%;
  min-width: 980px;
  background: url('https://www.maru-jan.com/image/event/battle50/bg_01.jpg') center top 372px no-repeat #000;
}

@media screen and (min-width: 768px) {
  .container {
    background: url('https://www.maru-jan.com/image/event/battle50/bg_01.jpg') center top 84px no-repeat #000;
  }
}
*/

.page-header__wrapper {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-header__wrapper {
    background: #000;
  }
}

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

.breadcrumb {
  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: '';
}

.content {
  margin: 0 auto;
}

.page-footer {
  width: 100%;
  background-color: #fff;
}

/* Article and Sections
  *********************************** */
.article-wrapper {
  width: 100%;
  min-width: 980px;
  background: url('https://www.maru-jan.com/image/event/battle50/bg_01.jpg') center top -40px no-repeat #000;
}

@media screen and (min-width: 768px) {
  .article-wrapper {
    background: url('https://www.maru-jan.com/image/event/battle50/bg_01.jpg') center top -40px no-repeat #000;
  }
}

.article {
  margin-right: auto;
  margin-left: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  width: 980px;
  line-height: 1.45;
  line-height: 1.5;
  font-family: 'BIZ UDGothic', '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', '¥á¥¤¥ê¥ª', sans-serif;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 1px;

  line-break: strict;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

.event-title {
/*
  margin-top: 52px;
*/
  margin-bottom: 36px;
  padding-left: 42px;
}

@media screen and (min-width: 768px) {
  .event-title {
  /*
    margin-top: 48px;
    */
  }
}

.local-nav {
  text-align: center;
}

.local-nav .item {
  display: inline-block;
  width: 232px;
}

.section-event,
.section-prize {
  padding-bottom: 48px;
  background: url('https://www.maru-jan.com/image/event/battle50/bg_02_02.jpg') center bottom no-repeat,
    url('https://www.maru-jan.com/image/event/battle50/bg_02_01.jpg') center bottom repeat-y;
}

.section__title {
  margin-bottom: 24px;
  width: 980px;
  overflow: hidden;
}

.section__sub-title {
  margin-bottom: 24px;
}

.section__text {
  margin-right: auto;
  margin-left: auto;
  width: 880px;
}

.note-block {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 24px;
  width: 792px;
  color: #fff;
  background: url('https://www.maru-jan.com/image/event/battle50/bg_note_01_02.png') center bottom no-repeat,
    url('https://www.maru-jan.com/image/event/battle50/bg_note_01_01.png') center bottom repeat-y;
}

.note-block__text {
  margin-top: 12px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  width: 92%;
  font-size: 24px;
}

.mb-52px {
  margin-bottom: 52px;
}

.tsh-\#fff {
  text-shadow: 2px 0 0 #fff,
    -2px 0 0 #fff,
    0 2px 0 #fff,
    0 -2px 0 #fff,
    1.5px 1.5px 0 #fff,
    -1.5px 1.5px 0 #fff,
    1.5px -1.5px 0 #fff,
    -1.5px -1.5px 0 #fff;
}

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