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

  background: url('https://www.maru-jan.com/image/event/2025/rt_battle/bg_03.jpg') center top 340px no-repeat;
}

@media all and (min-width: 768px) {
  .container {
    background: url('https://www.maru-jan.com/image/event/2025/rt_battle/bg_03.jpg') center top 24px no-repeat;
  }
}

.page-header__wrapper {
  background-color: #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: 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: '';
}

.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 {
  line-height: 1.63;
  font-family: 'Sawarabi Mincho', ÞâÌÀÄ«ÂÎ, 'Yu Mincho', YuMincho, '¥Ò¥é¥®¥ÎÌÀÄ« Pro W6', HGÌÀÄ«E, '£Í£Ó £ÐÌÀÄ«', '£Í£Ó ÌÀÄ«', serif;
  font-size: 24px;
  letter-spacing: 2px;
  line-break: strict;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;

  background:
    url('https://www.maru-jan.com/image/event/2022/royal_summer_cup/bg_01_02.png') center top repeat-x;
}

.section-title {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  min-width: 980px;
	width: 100%;
  background:
    url('https://www.maru-jan.com/image/event/2025/rt_battle/bg_02_03.png') center top 100px no-repeat;
}

.section-title__title {
  padding-top: 104px;
}

.section-event__text-block {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 580px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}

.section-award {
  padding-bottom: 48px;
}

.local-nav {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 100px;
}

.local-nav .item {
  position: absolute;
  top: 0;
}

.local-nav .item:nth-child(1) {
  left: 0px;
}

.local-nav .item:nth-child(2) {
  left: 245px;
}

.local-nav .item:nth-child(3) {
  left: 490px;
}

.local-nav .item:nth-child(4) {
  right: 0px;
}

.section-event {
  margin-top: -18px;
}

.note-block {
  margin-right: auto;
  margin-left: auto;
  width: 920px;
  background:
    url('https://www.maru-jan.com/image/event/2025/rt_battle/frame_01_01.png') center top no-repeat,
    url('https://www.maru-jan.com/image/event/2025/rt_battle/frame_01_03.png') center bottom no-repeat,
    url('https://www.maru-jan.com/image/event/2025/rt_battle/frame_01_02.png') center top repeat-y;
  padding-top: 24px;
  padding-bottom: 24px;
}

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

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

.c-pink {
  color: #ff9f9f;
}

.c-yellow,
.c-yellow:link,
.c-yellow:visited,
.c-yellow:hover,
.c-yellow:active {
  color: #ffe400;
}

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

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

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

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

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

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

.pt-24px {
  padding-top: 24px;
}

.tsh-\#000 {
  text-shadow:
    3px 3px 3px rgba(0, 0, 0, 0.5),
    -3px 3px 3px rgba(0, 0, 0, 0.5),
    3px -3px 3px rgba(0, 0, 0, 0.5),
    -3px -3px 3px rgba(0, 0, 0, 0.5),
    3px 0px 3px rgba(0, 0, 0, 0.5),
    0px 3px 3px rgba(0, 0, 0, 0.5),
    -3px 0px 3px rgba(0, 0, 0, 0.5),
    0px -3px 3px rgba(0, 0, 0, 0.5);
}

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

.bgc-\#000 {
  color: #000;
}