@charset 'euc-jp';

/* Fixed Background Image for iOS
 *********************************** */
.fixed-bg::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;

  background: url('https://www.maru-jan.com/image/event/2022/ryoran/bg_01.jpg') center top /contain no-repeat;
  -webkit-background-size: contain;
}

.fixed-bg .container {
  background: none !important;
}

/* 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;
}

body {
  background: url('https://www.maru-jan.com/image/event/2022/ryoran/bg_02.jpg') center top repeat;
}

.container {
  width: 100%;
  min-width: 980px;
  background: url('https://www.maru-jan.com/image/event/2022/ryoran/bg_01.jpg') center top/contain no-repeat;
  background-attachment: fixed;
}

/* ブレークポイントは背景画像の幅と同一にする */
@media screen and (min-width:1800px) {
  .container {
    background-size: cover;
  }
}

.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: 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: '';
}

.content {
  margin: 0 auto;
}

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

/* Article and Sections
 *********************************** */
.article {
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 48px;
  width: 980px;
  line-height: 1.6;
  font-family: 'ヒラギノ明朝 Pro W6', 'Sawarabi Mincho', 游明朝体, 'Yu Mincho', YuMincho, HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 30px;
  color: #000;
  line-break: strict;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
}

.local-nav {
  text-align: center;
}

.local-nav .item {
  display: inline-block;
}

.section__bg {
  padding-top: 24px;
  border-radius: 24px;
  background-color: rgba(255, 255, 255, .6);
  box-shadow: 0 0 16px 0 rgba(255, 255, 255, .8);
}

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

.notes-block {
  margin-right: auto;
  margin-left: auto;
  padding: .8em .8em;
  width: 867px;
  height: 252px;
  line-height: 1.4;
  background: url('https://www.maru-jan.com/image/event/2022/ryoran/bg_03.png') center top no-repeat;
}

.section-event,
.section-prize,
.section-prize-title {
  margin-bottom: 72px;
}

.section-special {
  padding-bottom: 72px;
}

/* 牌譜送信フォーム
 *********************************** */
.form-haifu {
  margin-right: auto;
  margin-left: auto;
  width: 840px;
  border: 1px solid #000;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

.form-haifu__title {
  width: 100%;
  line-height: 72px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 6px;
  color: #fff;
  background-color: #ad0e0e;
}

.form-haifu__content {
  padding: 24px;
  width: 100%;
}

.form-haifu__input-file {
  padding-top: 24px;
  width: 100%;
}

.form-haifu__input-haifu-block {
  width: 780px;
  border: 1px solid #000;
}

.form-haifu__input-haifu {
  width: 774px;
  border: none;
  
  margin: 0;
  padding: 0;
  outline: 0;
}

.form-haifu__textarea-block {
  width: 780px;
  border: 1px solid #000;
}

.form-haifu__textarea {
  width: 774px;
  border: none;
  resize: none;

  margin: 0;
  padding: 0;
  outline: 0;
}

.form-haifu__submit {
  width: 240px;
  height: 48px;
}

.form-haifu__list {
  margin-right: auto;
  margin-left: auto;
  width: 600px;
}

.form-haifu__input-label {
  display: inline-block;
  padding: 12px 24px;
  line-height: 1.4;
  cursor: pointer;
  transition: .2s;
  color: #fff;
  border: 2px solid #ad0e0e;
  border-radius: 4px;
  background: #ad0e0e;
}

.form-haifu__input-label:hover {
  color: #ad0e0e;
  background: #fff;
}

.form-haifu__input-label.is-disabled {
  color: #ccc;
  background: #000;
  cursor: wait;
  border: 2px solid #ccc;
}

.form-haifu__input-label.is-disabled:hover {
  color: #ccc;
  background: #000;
  cursor: wait;
  border: 2px solid #ccc;
}

.form-haifu__input-label input {
  display: none;
}

.form-haifu__file-name {
  display: inline-block;
  overflow: hidden;
  width: 60%;
  height: 1.4em;
  line-height: 1.4;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.archived_form {
  padding-top: 24px;
  padding-bottom: 48px;
}

.form-haifu__mark {
  position: relative;
}

.form-haifu__mark:before {
  display: inline-block;
  margin-right: .3em;
  width: .4em;
  height: .4em;
  content: '';
  vertical-align: 1px;
  border: 3px solid #f00;
  border-radius: 3px;
  background: #ad0e0e;
}

.form-haifu__input-haifu:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-haifu__input-haifu:focus::-moz-placeholder {
  color: transparent;
}

.form-haifu__input-haifu:focus::-ms-input-placeholder {
  color: transparent;
}

.form-haifu__input-haifu:focus::placeholder {
  color: transparent;
}

.form-haifu__textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

.form-haifu__textarea:focus::-moz-placeholder {
  color: transparent;
}

.form-haifu__textarea:focus::-ms-input-placeholder {
  color: transparent;
}

.form-haifu__textarea:focus::placeholder {
  color: transparent;
}

.form-haifu__underline {
	border-bottom: 4px solid #ad0e0e;
}

/* Atomic CSS
 *********************************** */
.c-\#ac0000,
.c-\#ac0000:link,
.c-\#ac0000:visited,
.c-\#ac0000:hover,
.c-\#ac0000:active {
  color: #ac0000;
}

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

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

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

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

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

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

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

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

.list-arrow {
  position: relative;
  line-break: strict;
  overflow-wrap: break-word;
}

.list-arrow:before {
  position: absolute;
  top: 0;
  left: -1em;
  content: '⇒';
}

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

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

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