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

body {
  background-image: none;
}

.container {
  width: 100%;
  min-width: 980px;
  background:
    url('https://www.maru-jan.com/image/base/layout/bg_page_body.png') center top repeat-x,
    url('https://www.maru-jan.com/image/event/2025/marujan_mileage/bg_earth_01.jpg') center top -212px no-repeat #9acec1;
  background-attachment: scroll, fixed;
}

.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: #000;
  width: 100%;
  
  background-color: #fff;
}

@media screen and (min-width:768px) {
  .breadcrumb {
    background-color: transparent;
  }
}

.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:hover,
.breadcrumb a:active {
  color: #000;
}

.breadcrumb .item {
  position: relative;
  display: inline-block;
  margin-right: 1em;
}

.breadcrumb .item::after {
  position: absolute;
  top: 0;
  right: -1em;
  content: '>';
  color: #000;
}

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

.content {
  margin: 0 auto;
}

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

/* Article and Sections
  *********************************** */
.article {
  line-height: 1.5;
  font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', sans-serif;
  font-size: 28px;
  color: #fff;
  line-break: strict;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  padding-bottom: 24px;
  font-weight: bold;
  letter-spacing: 1px;
}

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

.section-title {
  position: relative;
  width: 980px;
  height: 544px;
  padding-top: 48px;
}

.section-title__title {
  position: absolute;
}

.section-title__buttons {
  position: relative;
  top: 360px;
  left: 0;
  width: 980px;
  height: 107px;
  overflow: hidden;
}

.section-title__buttons .item {
  position: absolute;
  top: 0;
}

.section-title__buttons .item:first-child {
  left: 0;
}

.section-title__buttons .item:nth-child(2) {
  left: 311px;
}

.section-title__buttons .item:last-child {
  right: 0;
}

.course-block {
  text-align: center;
}

.course-block .item {
  display: inline-block;
  position: relative;
  margin-bottom: 78px;
}

.course-block .item::after {
  position: absolute;
  content: url('https://www.maru-jan.com/image/event/2025/marujan_mileage/arrow_01.png');
  bottom: -98px;
  left: 316px;
  z-index: 20000;
}

.course-block .item:last-child {
  margin-bottom: 144px;
}

.course-block .item:last-child::after {
  position: absolute;
  content: url('https://www.maru-jan.com/image/event/2025/marujan_mileage/ribbon_01.png');
  bottom: -104px;
  left: 82px;
  z-index: 20000;
}

.notes-block {
  width: 920px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #35daff;
  padding: 1em 1em 1em 2em;
  background: url('https://www.maru-jan.com/image/event/2025/marujan_mileage/bg_notes_01.png') center center /cover no-repeat;
}

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

.tsh-\#0b5d73 {
  text-shadow:
    3px 3px 3px rgba(11, 93, 115, 0.5),
    -3px 3px 3px rgba(11, 93, 115, 0.5),
    3px -3px 3px rgba(11, 93, 115, 0.5),
    -3px -3px 3px rgba(11, 93, 115, 0.5),
    3px 0px 3px rgba(11, 93, 115, 0.5),
    0px 3px 3px rgba(11, 93, 115, 0.5),
    -3px 0px 3px rgba(11, 93, 115, 0.5),
    0px -3px 3px rgba(11, 93, 115, 0.5);
}

.bg-blur {
  position: relative;
  z-index: 10000;
}

.bg-blur:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 164, 179, .4), rgba(0, 164, 179, .4));
  filter: blur(24px);
  content: "";
  z-index: -1;
}

.bg-blur--deep {
  position: relative;
  z-index: 10000;
}

.bg-blur--deep:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0deg, rgba(0, 164, 179, .6), rgba(0, 164, 179, .6));
  filter: blur(24px);
  content: "";
  z-index: -1;
}