@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 {
  padding-bottom: 48px;
  width: 100%;
  min-width: 980px;
  color: #fff;
  background-color: #000;
}

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

.breadcrumb {
  line-height: 2;
  font-size: 18px;
}

.breadcrumb .item {
  display: inline-block;
}

.breadcrumb .item::after {
  content: '>';
}

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

.breadcrumb .item a {
  margin-right: .4em;
}

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

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

/* Article and Sections
*********************************** */
.article {
  margin-right: auto;
  margin-left: auto;
  line-height: 1.6;
  font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', sans-serif;
  font-size: 30px;
  background: url('https://www.maru-jan.com/image/event/2021/bounty_hunter/bg_01.jpg') center top no-repeat;

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

.article a:link,
.article a:visited,
.article a:hover,
.article a:active {
  text-decoration: none;
  color: #ffea00;
}

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

.section-title__title {
  margin-bottom: 24px;
  padding-top: 24px;
}

.section-titles {
  background: url('https://www.maru-jan.com/image/event/2021/bounty_hunter/bg_02.jpg') center 320px no-repeat;
}

.section-titles__message {
  padding-bottom: 12px;
  font-size: 46px;
  font-weight: bold;
  color: #ffe010;
  background: url('https://www.maru-jan.com/image/event/2021/bounty_hunter/br_01.png') center bottom no-repeat;
}

.prize-titles {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 686px;
}

.prize-titles__point {
  position: absolute;
  z-index: 90000;
  top: 0px;
  right: -150px;
}

.prize-titles__point--01 {
  top: 24px;
}

.prize-titles__list {
  position: absolute;
  top: 168px;
  left: 0;
  width: 100%;
}

.prize-titles__list--01 {
  top: 192px;
}

.prize-titles__item {
  margin-bottom: 12px;
  padding-bottom: 12px;
  text-align: center;
  background: url('https://www.maru-jan.com/image/sys/event/bounty_hunter/star_01.png') center bottom no-repeat;
}

.prize-titles__item-image {
  margin-bottom: 6px;
}

.prize-titles__item-text {
  font-weight: bold;
  color: #493622;
}

/* Atomic CSS
*********************************** */
.w-600px {
  width: 600px;
}

.w-640px {
  width: 640px;
}

.w-680px {
  width: 680px;
}

.w-720px {
  width: 720px;
}

.w-820px {
  width: 820px;
}

.w-840px {
  width: 840px;
}

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

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

.fz-18px {
  font-size: 18px;
}

.fz-20px {
  font-size: 20px;
}

.fz-28px {
  font-size: 28px;
}

.fz-24px {
  font-size: 24px;
}

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

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

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

.tsh-black {
  text-shadow: #000 2px 0, #000 -2px 0,
    #000 0 -2px, #000 0 2px,
    #000 2px 2px, #000 -2px 2px,
    #000 2px -2px, #000 -2px -2px,
    #000 1px 2px, #000 -1px 2px,
    #000 1px -2px, #000 -1px -2px,
    #000 2px 1px, #000 -2px 1px,
    #000 2px -1px, #000 -2px -1px;
}

.article .td-u:link,
.article .td-u:visited,
.article .td-u:hover,
.article .td-u:active {
  text-decoration: underline;
}

.mt--48px {
  margin-top: -48px;
}

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

.maw-980px {
  max-width: 980px;
}

.h-a {
  height: auto;
}

.grayscale {
  -webkit-filter: grayscale(1);
  filter: gray;
  filter: grayscale(1);
}
