@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;
  background: url('https://www.maru-jan.com/image/event/2018/shoryusen/bg_01.png') center top no-repeat fixed;
  background-color: #000;
  background-size: contain;
}

.page-header a:link,
.page-header a:visited,
.page-header a:hover,
.page-header a:active {
  color: #fff;
}

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

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

.content {
  margin: 0 auto;
  max-width: 2000px;
}

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

.page-header__wrapper {
  padding-bottom: 12px;
  background: url('https://www.maru-jan.com/image/event/2018/shoryusen/bg_page_header.png') center bottom repeat-x;
}

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

/* Sections: .section-title
 *********************************** */
.section-title__nav {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
  text-align: center;
}

.section-title__nav .item {
  display: inline-block;
  width: 24%;
}

.section-title__nav .item img {
  width: 100%;
  height: auto;
}

/* Sections
 *********************************** */
.section {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 980px;
  background: url('https://www.maru-jan.com/image/event/2018/shoryusen/bg_02_02.png') center top repeat-y;
}

.section:before {
  position: relative;
  top: -4px;
  content: url('https://www.maru-jan.com/image/event/2018/shoryusen/bg_02_01.png');
}

.section:after {
  position: relative;
  bottom: -12px;
  content: url('https://www.maru-jan.com/image/event/2018/shoryusen/bg_02_03.png');
}

.section__content {
  position: relative;
  z-index: 9000;
  margin-top: -120px;
  margin-bottom: -96px;
}

.section__title {
  width: 100%;
  text-align: center;
  text-indent: 72px;
}

.section-event__sub-title {
  margin-right: auto;
  margin-left: auto;
  width: 880px;
}

.section-event {
  margin-bottom: 48px;
}

.belt-box {
  margin-right: auto;
  margin-left: auto;
  padding-top: 16px;
  width: 766px;
  height: 174px;
  color: #fff;
  background: url('https://www.maru-jan.com/image/event/2018/shoryusen/bg_notes.png') center top no-repeat;
}

.belt-box__text {
  margin-right: auto;
  margin-left: auto;
  width: 720px;
}

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

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

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

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

.ti-1em {
  text-indent: 1em;
}

.pl-1em {
  padding-left: 1em;
}

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

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

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