@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-color: #000;
}

.page-header__wrapper {
  width: 100%;
  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: 32px;
  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: '';
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 18px;
  }
}

.content {
  margin: 0 auto;
}

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

/* Article and Sections
 *********************************** */
.article {
  padding-bottom: 48px;
  line-height: 1.6;
  font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', sans-serif;
  font-size: 28px;
  color: #fff;
  background: url('https://www.maru-jan.com/image/event/2024/fullthrottle/bg_01_01.png') center top no-repeat,
    url('https://www.maru-jan.com/image/event/2024/fullthrottle/bg_01_02.png') center top repeat-y,
    url('https://www.maru-jan.com/image/event/2024/fullthrottle/bg_01_03.png') center top;

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

.section-title {
  padding-top: 72px;
}

.section__h1 {
  margin-bottom: 200px;
}

.section-title__nav-list {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  width: 980px;
}

.section-title__nav-list .item {
  width: 228px;
}

.section__cbelt {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 96px;
  width: 980px;
  height: 212px;
  text-align: center;
  background: url('https://www.maru-jan.com/image/event/2024/fullthrottle/bg_cbelt_01.png') center top no-repeat;
}

.section__note {
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 980px;
  background: url('https://www.maru-jan.com/image/event/2024/fullthrottle/bg_note_01_01.png') center top no-repeat,
    url('https://www.maru-jan.com/image/event/2024/fullthrottle/bg_note_01_03.png') center bottom no-repeat,
    url('https://www.maru-jan.com/image/event/2024/fullthrottle/bg_note_01_02.png') center top repeat-y;
}

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