.contents_wrapper {
  display: block;
  position: relative;
}

.mobile_view {
	height: 100vh;
	overflow: auto;
	/* scrollbar-width: none;
	-ms-overflow-style: none; */
}

.pc_view {
  display: block;
}

.container {
  background-image: url('../images/pc_bg.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  overflow: auto;
}

.main__img {
  height: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.main__title {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px 40px;
  display: flex;
}

.main__label {
  mix-blend-mode: overlay;
  background-image: url('../images/pc_bg_label.svg');
  background-position: 0%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

.main__img_wrapper {
  background: #fff;
  flex: 1;
  width: 640px;
  max-width: 640px;
  min-width: 390px;
  height: 100vh;
  position: relative;
}

.image-6 {
  opacity: 1;
  vertical-align: baseline;
  mix-blend-mode: overlay;
  height: 100%;
  display: inline-block;
}

.main__img_title {
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  top: 80px;
}

.detail_btn, .app_btn {
	width: 80%;
}
.detail_btn_text, .app_btn_text {
	z-index: 1;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.copy_page {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #fff;
}

  .main_v {
    background-image: url('../images/mainback144x.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    max-height: none;
    position: relative;
    overflow: hidden;
  }

  .main_t {
    color: #fff;
    background-color: #000;
    padding: 20px;
  }

  .main_text {
    font-size: 15px;
    line-height: 24px;
  }

  .event_wrapper {
    padding: 10px 20px 20px 20px;
  }

  .event_header {
    width: 100%;
  }

  .text-block-2 {
    color: #fff;
    font-weight: 700;
    display: inline-block;
  }

  .event_label {
    background-color: #000;
    border-radius: 4px;
    padding: 4px 10px;
    display: inline-block;
  }

  .event_info_text {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-size: 15px;
  }

  .event_detail_header {
    text-align: center;
    background-color: #000;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .event_title {
    color: #d80a26;
  }

  .event_detail_header_text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
  }

  .event_detail_contents {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 15px;
    font-weight: 700;
  }

  .event_rule_wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-image: url('../images/bg_texture.svg');
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    padding: 40px 20px;
    display: flex;
  }

  .default_text {
    color: #000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rule_window {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: 8px;
    flex-flow: column;
    max-height: 240px;
    padding: 10px;
    display: flex;
    overflow: auto;
  }

  .rule_detail_title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
  }

  .rule_detail_row {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 5px;
    display: flex;
  }

  .event_sub_header {
    margin-bottom: 10px;
  }

  .event_label_red {
    color: #fff;
    background-color: #d80a26;
    border-radius: 5px;
    padding: 4px 10px;
    display: inline-block;
  }

  .app_btn_wrapper {
    color: #fff;
    text-align: center;
    /* background-image: url('../images/linkbutton02144x.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 55%;
    padding-top: 40px;
    padding-bottom: 40px; */
  }

  .schedule_wrapper {
    background-color: #000;
    background-image: linear-gradient(#000, #160104 46%, #d80a26);
    padding: 40px 20px;
  }

  .schedule_info {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .schedule_info_text {
    color: #fff;
    font-size: 15px;
  }

  .schedule_contents {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #fff;
    border-radius: 8px;
    flex-flow: column;
    padding: 20px;
    display: flex;
  }

  .schedule_title {
    line-height: 20px;
  }

  .schedule_h {
    color: #d80a26;
    font-size: 22px;
    line-height: 22px;
	margin: 8px 0;
  }

  .schedule_date_row_text {
    font-size: 16px;
    font-weight: 700;
  }

  .accounce_wrapper {
    margin-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .announce_header {
    text-align: center;
  }

  .announce_info_header {
    color: #da3426;
  }

  .announce_info_contents_head {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #000;
    flex-flow: column;
    font-size: 15px;
    font-weight: 700;
    display: flex;
  }

  .announce_footer {
    color: #fff;
    text-align: center;
    /* background-image: url('../images/linkbutton03144x.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 55%; */
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 18px;
    font-weight: 700;
	position: relative;
  }

  .footer_ad_image {
    margin-left: 0;
    margin-right: 0;
  }

  .caution_wrapper {
    padding: 20px;
  }

  .footer_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #000;
    flex-flow: column;
    display: flex;
  }

  .footer_image {
    flex: 1;
    padding: 20px;
	text-align: right;
  }
  .footer_image img {
	width: 80%;
  }

  .footer_right {
    flex: 1;
  }

  .main_v_title {
    z-index: 1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 0 20px;
    display: block;
    position: relative;
  }

  .main_v_img {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 140px;
    display: flex;
    position: absolute;
    inset: 140px 0% 0%;
	height: auto;
    position: absolute;
    inset: auto 0% 0%;
  }

  .main_img {
    width: 100%;
    position: static;
    inset: auto 0% 0%;
  }

  .top_link_area {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 10px 20px;
    display: flex;
  }

  .app_btn_text {
    font-size: 20px;
    font-weight: 700;
  }

  .schedule_footer_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .ramp {
    width: 30px;
    position: absolute;
    inset: 25% auto auto;
  }

  .footer_ad_logo {
    padding: 40px 20px;
  }

  .footer_ad_logo_img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .copyright_text {
    text-align: right;
    padding-top: 40px;
    font-weight: 700;
  }

  .footer_hp_link {
    color: #fff;
    font-size: 16px;
  }

  .footer_logo_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer_link_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    display: flex;
	position: relative;
  }

  .footer_link_left {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .footer_link_right {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .image-2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mobile_view {
    display: block;
  }


  .image-7 {
    margin-left: auto;
    margin-right: auto;
	margin-top: 40px;
    /* position: absolute;
    inset: 60px 0% auto; */
  }

  .image-8 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-9 {
    width: 100%;
    display: block;
  }

  .image-10 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-11 {
    width: 100%;
    display: block;
  }

  .app_btn_sub_text {
    color: #fff;
    text-align: center;
    font-size: 13px;
    line-height: 10px;
	white-space: nowrap;
	font-weight: 400;
  }
.announce_info_contents_text {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .default_text {
    font-size: 15px;
  }

  .app_btn_wrapper {
    /* grid-column-gap: 6px;
    grid-row-gap: 6px;
    background-size: 80%;
    flex-flow: column;
    display: flex; */
	position: relative;
  }

  .announce_info_contents_text {
    padding-top: 20px;
    padding-bottom: 20px;
  }


  .app_btn_text, .btn_text {
    font-size: 21px;
  }
}

/* @media screen and (max-width: 479px) { */
@media screen and (max-width: 767px) {
	.container {
		display: block;
	}
  .contents_wrapper {
    padding-bottom: 0;
  }
  .main__title, .main__label {
	display:none;
  }
  .main__img_wrapper {
	width: 100%;
	max-width: 100%;
	min-width: 320px;
  }


  .main_v {
    background-image: url('../images/mainback144x.webp');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    height: auto;
    display: flex;
    position: relative;
  }

  .main_t {
    background-color: #000;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main_text {
    color: #fff;
    background-color: #0000;
    border: 1px #fff;
    padding: 0;
    font-size: 13px;
  }

  .event_wrapper {
    padding: 10px 16px 20px 16px;
  }

  .event_header {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading {
    color: #d80a26;
    font-size: 22px;
  }

  .div-block {
    display: inline-block;
  }

  .text-block-2 {
    color: #fff;
    background-color: #0000;
    border: 1px #000;
    border-radius: 4px;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
  }

  .event_label {
    background-color: #000;
    border-radius: 4px;
    padding: 4px 10px;
    display: inline-block;
  }

  .event_label.event_label_red {
    background-color: #d80a26;
  }

  .text-block-3 {
    margin-top: 10px;
  }

  .event_info_text {
    color: #000;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 13px;
  }

  .event_detail_header {
    text-align: center;
    background-color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .event_title {
    color: #d80a26;
    font-size: 18px;
    line-height: 24px;
	margin: 12px 0;
  }

  .text-block-4 {
    color: #fff;
    font-weight: 700;
  }

  .event_detail_header_text {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
  }

  .event_detail_contents {
    color: #000;
    text-align: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    font-weight: 700;
  }

  .event_rule_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #f0f0f0;
    background-image: url('../images/bg_texture.svg');
    background-position: 0 0;
    background-size: auto;
    flex-flow: column;
    margin-top: 0;
    padding: 30px 16px;
    display: flex;
  }

  .rule_row {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 4px;
    display: flex;
  }

  .default_text {
    color: #000;
    flex: 1;
    font-size: 13px;
  }

  .row_text {
    flex: 1;
  }

  .rule_window {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 8px;
    flex-flow: column;
    height: auto;
    max-height: 240px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    overflow: auto;
  }

  .rule_window.margin_middle {
    margin-top: 10px;
  }

  .rule_detail_title {
    text-align: center;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
  }

  .rule_detail_title.large_text {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .rule_detail_row {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .rule_detail_row_text {
    flex: 1;
  }

  .small_text {
    flex: 1;
    font-size: 13px;
  }

  .event_sub_header {
    padding-top: 5px;
  }

  .event_label-copy {
    display: inline-block;
  }

  .event_label-copy.event_label_red {
    background-color: #d80a26;
  }

  .event_label_red {
    background-color: #d80a26;
    border-radius: 4px;
    padding: 4px 10px;
    display: inline-block;
  }

  .app_btn_wrapper {
    /* background-image: url('../images/linkbutton02144x.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 100%; */
    margin-top: 20px;
    padding: 10px;
  }

  .schedule_wrapper {
    background-image: linear-gradient(#000 20%, #d80a26);
    padding: 40px 16px 10px;
  }

  .schedule_info {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .schedule_info_text {
    color: #fff;
    font-size: 13px;
  }

  .schedule_contents {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 16px;
  }

  .schedule_date {
    width: 20%;
  }

  .schedule_row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 6px;
    padding-bottom: 6px;
    display: flex;
  }

  .schedule_title {
    line-height: 20px;
  }

  .schedule_h {
    color: #d80a26;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .schedule_date_row_text {
    font-size: 15px;
    font-weight: 700;
  }

  .accounce_wrapper {
    margin-top: 0;
    padding: 20px 16px;
  }

  .announce_header_text {
    color: #000;
    text-align: center;
	margin: 10px 0;
  }

  .announce_info {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-2 {
    color: #d80a26;
    margin-top: 0;
    margin-bottom: 0;
  }

  .announce_info_header {
    color: #d80a26;
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .announce_info_contents {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .announce_info_contents_head {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .announce_info_contents_head_text {
    color: #000;
    font-size: 15px;
    font-weight: 700;
  }

  .announce_info_contents_text {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .announce_footer {
    /* background-image: url('../images/linkbutton03144x.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 90% 100%; */
    padding: 10px;
  }

  .footer_ad_wrapper, .caution_wrapper {
    padding: 20px 16px;
  }

  .footer_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px 16px;
    display: flex;
  }

  .footer_image {
    flex: 1;
    padding: 0;
  }
  .footer_image img {
	width: 80%;
  }
  .footer_right {
    flex: 1;
  }

  .main_v_title {
    background-image: url('../images/ultradays_logo2x.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 90%;
    height: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 0% auto;
  }

  .main_v_img {
    height: auto;
    margin-top: 180px;
    padding-top: 0;
    display: block;
    position: static;
  }

  .main_img {
    width: 100%;
    height: auto;
  }

  .top_link_area {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 10px 5px;
    display: flex;
  }

  .top_btn_wrapper {
    flex: 1;
    padding: 0;
  }

  .app_btn_text {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
  }

  .app_btn_sub_text {
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
  }

  .image {
    width: auto;
  }

  .schedule_footer_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
    position: relative;
  }

  .ramp {
    width: 30px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
  }

  .btn_text {
    color: #fff;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 700;
  }

  .footer_ad_logo {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px 16px 10px;
    display: flex;
  }

  .footer_ad_logo_img {
    width: 90%;
  }

  .copyright_text {
    text-align: right;
    width: 100%;
    margin-top: 20px;
    padding-top: 0;
    font-size: 12px;
    font-weight: 700;
  }

  .footer_hp_link {
    color: #fff;
    font-size: 13px;
  }

  .footer_logo_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer_link_wrapper {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .footer_link_left, .footer_link_right {
    flex: 1;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-2 {
    width: 100%;
    height: 120px;
    overflow: clip;
  }

  .image-3, .image-4 {
    width: 100%;
    height: auto;
  }

  .image-5 {
    position: relative;
    top: 0;
    overflow: clip;
  }

  .image-7 {
    display: none;
  }
	.detail_btn, .app_btn {
		width: 90%;
	}
	.copy_page {
		display: none;
	}
}


/*
override
*/
h1 span, h2 span {
	display: none;
}
.u-line {
	text-decoration: underline;
}
a {
	text-decoration: none;
}

.footer_ad_wrapper {
	padding: 20px;
}
.mt10 {
	margin-top: 10px;
}
#topClickArea {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	z-index: 9999;
	cursor: pointer;
}
#scrollTopBtn {
	position: fixed;
	bottom: 40px; /* フッターの上に配置 */
	right: 20px;
	border: none;
	font-size: 18px;
	width: 80px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s;
	z-index: 99;
}
@media screen and (max-width: 540px){
	#scrollTopBtn {
		width: 60px;
	}
}
#scrollTopBtn.show {
	opacity: 1;
	visibility: visible;
}
.top_to-btn {
	flex: none;
	height: auto;
	width: 90%;
	max-width: 90%;
	z-index: 99;
}
.text-link {
	text-decoration: underline;
	color: #000;
}