@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: url('https://www.maru-jan.com/image/event/2022/summer_kanshasai/bg_01_02.jpg') center 73px repeat-x #fff4da;
}

.container-background {
  position: absolute;
  z-index: 8000;
  width: 100%;
  min-width: 980px;
  height: 570px;
  animation: blink 3s ease-out infinite alternate;
  background: url('https://www.maru-jan.com/image/event/2022/summer_kanshasai/bg_01.jpg') center -17px no-repeat;
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.container {
  position: relative;
  z-index: 9000;
  width: 100%;
  min-width: 980px;
}

.page-header__wrapper {
  width: 100%;
  background-color: #000;
}

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

.breadcrumb {
  margin-right: auto;
  margin-left: auto;
  width: 980px;
  line-height: 2;
  font-size: 18px;
  color: #fff;
}

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

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

/* Article and Sections
 *********************************** */
.article {
  padding-bottom: 120px;
  line-height: 1.63;
  font-family: '¥Ò¥é¥®¥Î³Ñ¥´ Pro W3', 'Hiragino Kaku Gothic Pro', '¥á¥¤¥ê¥ª', Meiryo, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', Helvetica, sans-serif;
  font-size: 30px;
  letter-spacing: 1px;

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

.campaign {
  margin-top: -12px;
}

/* Title Class
 *********************************** */
.title {
  margin-top: 12px;
  background: url('https://www.maru-jan.com/image/event/2022/summer_kanshasai/bg_03_01.png') center 0px no-repeat;
}

.title__logo {
  position: relative;
  margin-right: auto;
  /* margin-bottom: 12px; */
  margin-left: auto;
  width: 980px;
  height: 257px;
}

.title__logo-point {
  position: absolute;
  top: 0;
  right: 0;
}

.title__term {
  line-height: 1.71;
  font-size: 30px;
  letter-spacing: 0;
  text-align: center;
}

.local-nav {
  margin-right: auto;
  margin-left: auto;
  width: 840px;
}

.local-nav__item {
  display: inline-block;
  width: 48%;
  text-align: right;
}

/* Campaign Class
 *********************************** */
.campaign {
  background: url('https://www.maru-jan.com/image/event/2022/summer_kanshasai/bg_01_03.png') left -20px repeat-x;
}

.campaign-box {
  position: relative;
  margin-right: auto;
  margin-bottom: 72px;
  margin-left: auto;
  width: 980px;
  height: 748px;
}

.campaign-box__button {
  position: absolute;
  top: 724px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 514px;
  height: 115px;
}

.campaign-notes {
  margin-right: auto;
  margin-left: auto;
  width: 864px;
  font-size: 30px;
}

/* Lottery Class
 *********************************** */

.lottery {
  position: relative;
  margin-top: 216px;
  margin-right: auto;
  margin-left: auto;
  width: 980px;
  background: url('https://www.maru-jan.com/image/event/2022/summer_kanshasai/bg_02_02.png') center top repeat-y;
}

.lottery::after {
  position: absolute;
  bottom: -52px;
  content: url('https://www.maru-jan.com/image/event/2022/summer_kanshasai/bg_02_03.png');
}

.lottery-heading {
  position: absolute;
  top: -177px;
}

.lottery-notes {
  margin-right: auto;
  margin-left: auto;
  width: 680px;
}

.lottery-notes-02 {
  margin-right: auto;
  margin-left: auto;
  width: 800px;
}

/* Result
 *********************************** */
.result {
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  padding-top: 48px;
  padding-bottom: 16px;
  width: 884px;
  background: url('https://www.maru-jan.com/image/event/2022/summer_kanshasai/bg_result_01.png') center top no-repeat,
    url('https://www.maru-jan.com/image/event/2022/summer_kanshasai/bg_result_03.png') center bottom no-repeat,
    url('https://www.maru-jan.com/image/event/2022/summer_kanshasai/bg_result_02.png') center top repeat-y;
}

.result-list {
  margin-right: auto;
  margin-left: auto;
  width: 790px;
}

.result-list__title {
  margin-bottom: 24px;
}

.result-list__list {
  text-align: center;
}

.result-list__list>li {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 24px;
  margin-left: 6px;
  font-weight: bold;
}

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

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

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

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

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

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

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

.lh-0 {
  line-height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-32\% {
  width: 32%;
}

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

.h-a {
  height: auto;
}

.lts--2px {
  letter-spacing: -2px;
}
