/* 全体 */
*,
*::before,
*::after {
  letter-spacing: .02em;
}
html {
	scroll-behavior: smooth;
}

/* fixed */
.fixed {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/fixed_background.jpg) center top / cover;
}
.fixed__inner {
  display: none;
}

@media screen and (min-width: 1200px) {
  .fixed__inner {
    display: flex;
    justify-content: space-between;
    width: calc(375px + 60%);
    max-width: 1148px;
    margin: 0 auto;
    padding-top: 8.199643vh;
    box-sizing: border-box;
  }
  .fixed__list {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 50px;
  }
  .fixed__list-link {
    position: relative;
    cursor: pointer;
  }
  .fixed__list-link:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 9px;
    right: calc(100% + 15px);
    width: 12px;
    height: 4px;
    background: #bffe00;
    transition: all .15s ease;
  }
  .fixed__list-link:hover::before,
  .fixed__list-link:focus::before {
    opacity: 1;
  }
  .fixed__list-image {
    height: 51px;
    transition: all .15s ease;
  }
  .fixed__list-link:hover .fixed__list-image,
  .fixed__list-link:focus .fixed__list-image {
    opacity: .35;
  }
  .fixed__button {
    width: 256px;
    margin: 65px 0 0 auto;
  }
}

/* wrap_page */
#wrap_page {
  position: relative;
  max-width: 375px;
  background: url(../img/background.png) center / 345px;
  overflow: hidden;
  font-size: 16px;
  box-shadow: 0 10px 16px rgba(0, 0, 0, .35);
}
#wrap_page img {
  max-width: 100%;
}

/* header */
#load_upper {
  height: 43px;
  background: none;
}
header {
  width: 100%;
  max-width: 375px;
}
header #inner_header {
  height: 43px;
}
#inner_header #btn_hmenu {
  width: 39px !important;
  height: 43px;
}
#btn_hmenu span {
  background-size: 18px;
}
#inner_header #logo_header {
  width: 104px;
}
#btn_head_pointcheck a {
  width: 83px;
  margin-right: 8px;
}
#wrap_page[class*="ulp_"] #bg_header {
  height: 43px;
  background: none;
}

/* button */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 5px;
  background: url(../img/button-arrow.png) right 20px center / auto 21px no-repeat #c1fd01;
  color: #000;
  font-weight: 900;
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  transition: all .15s ease;
}
.button[href]:hover {
  opacity: .35;
}
.button:not([href]) {
  background: #696b64;
  cursor: disabled;
}

/* title */
.title {
  height: 65px;
}

/* mv */
.mv {
  position: relative;
}
.mv__button {
  position: absolute;
  bottom: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 296px;
}

/* overview */
.overview {
  position: relative;
  padding: 67px 0;
  background: url(../img/overview-background.png) center -70px / 375px no-repeat;
  color: #fff;
}
.overview__title {
  margin-top: -100px;
  padding-top: 100px;
}
.overview__content {
  margin-top: 36px;
  padding: 0 20px;
}
.overview__catch {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
.overview__catch-number {
  font-family: 'Oswald', sans-serif;
}
.overview__catch-large {
  display: inline-block;
  font-size: 26px;
  line-height: 1;
}
.overview__catch-mark {
  display: inline-block;
  margin-top: 6px;
  padding: 2px 4px 4px 4px;
  background: #c0fd00;
  color: #000;
  line-height: 1;
}
.overview__logo {
  width: 106px;
  margin: 17px auto 0;
}
.overview__text {
  margin-top: 18px;
  line-height: 1.75;
  font-family: 'Noto Sans JP', sans-serif;
}

/* benefits */
.benefits {
  color: #fff;
}
.benefits__title {
  margin-top: -100px;
  padding-top: 100px;
}
.benefits__list {
  display: grid;
  row-gap: 30px;
  margin-top: 40px;
  padding: 0 20px;
}
.benefits__item {
  border: 2px solid #fff;
  background: #0d0c0e;
}
.benefits__content {
  position: relative;
  padding: 8px 20px 20px;
}
.benefits__number {
  position: absolute;
  top: 17px;
  right: 6px;
  transform: rotate(90deg) translateX(100%);
  transform-origin: top right;
  color: #d0fd00;
  font-weight: bold;
  font-size: 44px;
  font-family: 'Oswald', sans-serif;
}
.benefits__date {
  display: inline-block;
  position: relative;
  padding: 0 21px;
  font-size: 84px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0;
}
.benefits__date-sub {
  position: absolute;
  font-weight: bold;
  font-size: 20px;
}
.benefits__date-sub:first-child {
  top: 0;
  left: -2px;
  transform: rotate(90deg) translateX(-12%);
  transform-origin: bottom left;
}
.benefits__date-sub:last-child {
  top: 14px;
  right: -5px;
  transform: rotate(90deg) translateX(100%);
  transform-origin: top right;
}
.benefits__info {
  margin-top: 3px;
  font-weight: bold;
  line-height: 1.7;
}
.benefits__info-date {
  font-size: 18px;
}
.benefits__info-date-number {
  display: inline-block;
  transform: translateY(3px);
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
}
.benefits__info-kickoff {
  margin-left: 19px;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
.benefits__info-time {
  margin-left: 10px;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
}
.benefits__info-place {
  font-size: 18px;
}
.benefits__team {
  position: relative;
  margin-top: 12px;
}
.benefits__team-text {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
}
.benefits__team-text-en {
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
}
.benefits__team-logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.benefits__team-logo:first-child {
  left: 0;
}
.benefits__team-logo:last-child {
  right: -10px;
}
.benefits__ticket {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 20px;
  padding: 15px 0 20px;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  font-weight: bold;
  font-family: 'Oswald', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.benefits__ticket-seat {
  width: 100%;
  font-size: 24px;
}
.benefits__ticket-pair {
  width: 100%;
  margin: 8px 0 6px;
  padding: 3px 0;
  background: #323233;
  font-size: 18px;
  text-align: center;
}
.benefits__ticket-price {
  font-size: 18px;
  flex-grow: 1;
  max-width: 185px;
  text-align: right;
}
.benefits__ticket-price span {
  text-decoration: line-through;
}
.benefits__ticket-campaign {
  font-size: 18px;
}
.benefits__ticket-campaign-number {
  font-size: 26px;
}
.benefits__button {
  padding: 20px 20px 0;
}

/* PERIOD */
.period {
  margin-top: 70px;
  color: #fff;
}
.period__title {
  display: flex;
  column-gap: 25px;
  align-items: center;
  margin-top: -100px;
  padding-top: 100px;
  font-weight: bold;
  font-size: 26px;
  white-space: nowrap;
}
.period__title::before,
.period__title::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
}
.period__title::before {
  order: -1;
}
.period__content {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 24px;
  padding-left: 45px;
  color: #bffe00;
}
.period__detail {
  display: grid;
  align-items: center;
  column-gap: 8px;
}
.period__date {
  grid-area: 1 / 1 / 3 / 2;
  font-size: 70px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0;
}
.period__week {
  grid-area: 1 / 2;
  transform: translateY(5px);
  font-weight: bold;
  font-size: 20px;
}
.period__time {
  grid-area: 2 / 2;
  font-weight: bold;
  font-size: 30px;
  font-family: 'Oswald', sans-serif;
}
.period__year {
  position: absolute;
  top: -18px;
  left: 21px;
  transform: rotate(90deg);
  transform-origin: bottom left;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
}
.period__tilde {
  position: absolute;
  bottom: 17px;
  left: -1px;
  font-weight: bold;
  font-size: 30px;
}

/* flow */
.flow {
  margin-top: 70px;
  padding-bottom: 90px;
}
.flow__inner {
  display: flex;
  align-items: flex-start;
  padding: 83px 0 2px;
  background: url(../img/flow-background.png) center top / 480px no-repeat;
}
.flow__title {
  display: flex;
  justify-content: center;
  width: 70px;
  min-width: 70px;
}
.flow__title-image {
  transform: translate(4px, -4px);
  width: 31px;
}
.flow__list {
  display: grid;
  row-gap: 2px;
  width: 100%;
}
.flow__item {
  position: relative;
  padding: 15px 0 18px 19px;
  background: #0d0c0e;
}
.flow__step {
  color: #d0fd00;
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  letter-spacing: .04em;
}
.flow__text {
  margin-top: 13px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.4;
}
.flow__icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  width: 49px;
}

/* 応募規約 */
.terms_of_application {
  padding: 70px 10px 41px;
  background: #fff;
}
.terms_of_application > h2 {
  margin: -100px auto 28px;
  padding-top: 100px;
  color: #0a0408;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
}
.terms_of_application > p {
  margin: 0 auto 28px;
  font-size: 16px;
  line-height: 1.625;
}
.acd-wrap {
  position: relative;
  max-width: none;
  margin-bottom: 9px;
  border-width: 1px;
  border-color: #cecece;
}
.acd-label::after {
  border-color: #030208;
}
.terms_of_application__separate_border {
  position: absolute;
  left: -1px;
  width: calc(100% + 2px);
  height: 45px;
  border-bottom: 3px solid #030208;
  border-radius: 5px;
}
.terms_of_application__separate_border.long {
  height: 64px;
}
.acd-label {
  padding: 15px 12px 10px 12px;
  line-height: 1.2;
  letter-spacing: .04em !important;
}
.acd-label::after {
  right: 9px;
}
.acd-check:checked + .acd-label + .acd-content {
  padding: 17px 14px 14px;
}
.acd-content > p {
  height: 0;
  font-size: 16px;
  line-height: 1.6;
  overflow-y: hidden;
}
.acd-check:checked + .acd-label + .acd-content > p {
  height: auto;
}
.acd-check:checked + .acd-label + .acd-content > p:not(:last-child) {
  margin-bottom: 1.6em;
}
.acd-check:checked + .acd-label + .acd-content > p > span {
  display: block;
}
.acd-content > p > .indent {
  text-indent: -1em;
  padding-left: 1em;
}

.acd-content > p > .notice_link {
  color: #444;
  text-decoration: underline;
  line-height: 1.625;
  display: inline;
}

.acd-content > p > .notice_link:hover {
  opacity: 0.7;
}

/* CTA */
.cta {
  padding: 25px;
  background: #0d0c0e;
}
.cta__button {
  width: 296px;
  margin: 0 auto;
}
.cta.fixed_cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, 100%);
  width: 100%;
  max-width: 375px;
  padding: 10px 19px;
  transition: transform .5s;
}
.cta.fixed_cta.visible {
  transform: translate(-50%, 0);
}

/* エントリー */
.campaign_entry {
  padding: 56px 14px 0;
  background: #fff;
}
.campaign_entry__title {
  margin: -100px 0 29px;
  padding-top: 100px;
  color: #030208;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: .04em;
  text-align: center;
}
.campaign_entry__text {
  margin-bottom: 15px;
  line-height: 1.65;
  text-align: center;
}
.campaign_entry__mail {
  display: block;
  margin-bottom: 30px;
  color: #444;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
.campaign_entry__time {
  padding: 30px;
  border: 2px solid #030208;
  text-align: center;
}
.campaign_entry__time-title {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 20px;
}
.campaign_entry__time-text {
  font-size: 12px;
  line-height: 3.65;
}

/* お問い合わせはこちら導線パーツ */
.inquiry_link_button {
  padding-top: 29px;
  border-top: none;
  background: #fff;
}
.inquiry_link_button p{
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.inquiry_link_button div {
  width: calc(100% - 25px);
  text-align: center;
  margin: 0 auto;
}

/* ポインコありのキャンペーン一覧導線パーツ */
#load_back_button_poinko {
  padding-top: 29px;
  border-top: none;
  background: #fff;
}
#load_back_button_poinko div {
  width: calc(100% - 25px);
  margin: 0 auto;
}

/* footer_notice */
.footer_notice {
  padding: 25px 10px 53px;
  background: #fff;
  line-height: 1.625;
}
.footer_notice .notice_link {
  color: inherit;
  text-decoration: underline;
}
.footer_notice .notice_link:hover {
  opacity: 0.7;
}

/* footer */
.border_bold {
  border-width: 11px;
}
#load_lower {
  background: #fff;
}
#wrap_gotop {
  width: auto;
  margin: 0 auto;
}
#wrap_gotop #btn_gotop {
  background-size: 28px;
}
#wrap_sns {
  padding: 15px 0;
}
#wrap_sns #inner_sns {
  padding: 0;
	text-align: center;
}
#inner_sns ul {
	display: inline-block;
	width: 60%;
	overflow: hidden;
	padding-left: 6%;
}
#wrap_dbtn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#inner_sns li {
	width: 22%;
  height: auto;
	margin: 0 4%;
	float: left;
}
#wrap_dbtn {
  margin: 0;
}
#wrap_dbtn ul {
  margin: 0;
}
#wrap_dbtn li.clm_3 {
  width: 30.4%;
  height: auto;
}
#wrap_dbtn li.clm_3.noline {
  margin-left: 0;
}
#wrap_dbtn li.clm_3.top-line {
  border-top: solid 2px #e8e8e8;
}
#wrap_dbtn li::before {
  display: none;
}
#wrap_dbtn li::after,
#wrap_dbtn li:last-child::after {
	content: "";
	height: 70%;
	border-left: solid 2px #e8e8e8;
	position: absolute;
	top: 15%;
	left: 0;
}
#wrap_dbtn li.noline::after {
	border-left: none;
}
#wrap_dbtn li.clm_3 a img {
  margin-top: 0;
}
footer #inner_footer {
  width: auto;
  margin: 0;
}
#inner_footer .footerlink {
	margin: 20px 10px;
}
#inner_footer .footerlink li {
  margin: 0;
	font-size: 1.2rem;
	line-height: 3rem;
  float: none;
}
#inner_footer .footerlink:nth-of-type(1) li:nth-of-type(4) {
	margin-top: 20px;
}
#inner_footer small {
  margin-top: 40px;
}
