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

.page-header__wrapper {
  background-color: #000;
}

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

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

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

.breadcrumb .item::after {
  content: '>';
  color: #fff;
}

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

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

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

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

/* Article and Sections
 *********************************** */
.article {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 48px;
  width: 100%;
  width: 980px;
  line-height: 1.6;
  font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', Helvetica, sans-serif;
  font-size: 28px;
  color: #fff;

  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: #e6aa43;
}

.section-title {
  position: relative;
}

.section-title__buttons {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.section-title__buttons .item {
  display: inline-block;
}

.section-event {
  background: url('https://www.maru-jan.com/image/event/2022/gold_rush/bg_01_01.jpg') center bottom repeat-y;
}

.section-prize {
  padding-bottom: 180px;
  background: url('https://www.maru-jan.com/image/event/2022/gold_rush/bg_01_02.jpg') center bottom no-repeat,
    url('https://www.maru-jan.com/image/event/2022/gold_rush/bg_01_01.jpg') center bottom repeat-y;
}

.jcb-block {
  position: relative;
}

.jcb-block__image {
  width: 373px;
  height: 259px;
}

.jcb-block__image,
.jcb-block__frame {
  position: absolute;
  top: 16px;
  left: 488px;
}

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

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

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

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

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

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

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

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

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

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

.w-50\% {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

.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;
}

.tsh-white {
  text-shadow: #fff 3px 0, #fff -3px 0,
    #fff 0 -3px, #fff 0 3px,
    #fff 3px 3px, #fff -3px 3px,
    #fff 3px -3px, #fff -3px -3px,
    #fff 1px 3px, #fff -1px 3px,
    #fff 1px -3px, #fff -1px -3px,
    #fff 3px 1px, #fff -3px 1px,
    #fff 3px -1px, #fff -3px -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);
}
