@charset 'euc-jp';

/* Fonts
 *********************************** */
@font-face {
  font-family: 'Sawarabi Mincho';

  src: url('https://www.maru-jan.com/fonts/sawarabi-mincho-medium.woff?1255') format('woff');
}

/* 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;
  background: url('https://www.maru-jan.com/image/event/2022/hono/bg_01.png') center top no-repeat,
    url('https://www.maru-jan.com/image/event/2022/hono/bg_02.jpg') center top repeat;
}

.page-header__wrapper {
  width: 100%;
  background: url('https://www.maru-jan.com/image/event/2022/hono/bg_header.png') center bottom repeat-x;
}

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

.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 {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 48px;
  width: 980px;
  line-height: 1.6;
  font-family: '¥Ò¥é¥®¥ÎÌÀÄ« Pro W6', 'Sawarabi Mincho', ÞâÌÀÄ«ÂÎ, 'Yu Mincho', YuMincho, HGÌÀÄ«E, '£Í£Ó £ÐÌÀÄ«', '£Í£Ó ÌÀÄ«', serif;
  font-size: 30px;
  color: #000;

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

.section-title {
  margin-bottom: 84px;
  padding-top: 108px;
}

.section-title__button {
  margin-top: -24px;
}

.section-event,
.section-prize,
.section-prize-title,
.section-notes {
  margin-bottom: 48px;
}

.section__h2 {
  margin-bottom: 24px;
}

/* Atomic CSS
 *********************************** */
.c-\#ac0000,
.c-\#ac0000:link,
.c-\#ac0000:visited,
.c-\#ac0000:hover,
.c-\#ac0000:active {
  color: #ac0000;
}

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

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

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

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

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

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

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

.c-\#65c8ff,
.c-\#65c8ff:link,
.c-\#65c8ff:visited,
.c-\#65c8ff:hover,
.c-\#65c8ff:active {
  color: #65c8ff;
}

.c-\#fff,
.c-\#fff:link,
.c-\#fff:visited,
.c-\#fff:hover,
.c-\#fff:active {
  color: #fff;
}

.list-arrow {
  position: relative;

  line-break: strict;
  overflow-wrap: break-word;
}

.list-arrow:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: '¢Í';
}

.ml-1em {
  margin-left: 1em;
}

.ml-2em {
  margin-left: 2em;
}

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