@charset "utf-8";
/* ========== Common ========== */
:root {
  font-size: 2.666666666667vw;
}
#oc-content {
  background: url('../img/content-bg_sp.jpg?ver=20210322') no-repeat center top;
  background-size: cover;
  font-family: 'Noto Sans JP', "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  padding: 5.6rem 2rem 3.5rem;
  overflow: hidden;
}
#oc-content * {
  margin: auto;
}
#oc-content img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
#oc-content p {
  color: #fff;
}
#oc-content .row {
  display: flex;
  flex-direction: row;
}
footer {
  background: #fff;
}
@media screen and (max-width: 761px) {
  .for_pc {
    display: none;
  }
  #oc-content .sp_only {
    display: block !important;
  }
  #oc-content .pc_only {
    display: none !important;
  }
  .l-main-caontainer {
    overflow-x: hidden;
  }
}
@media screen and (min-width: 762px) {
  .for_sp {
    display: none;
  }
  #oc-content .sp_only {
    display: none !important;
  }
  #oc-content .pc_only {
    display: block !important;
  }
  :root {
    font-size: 10px;
  }
  #control {
    bottom: 20px;
    left: 40px;
  }
  #oc-content {
    background: url(../img/body-bg_pc.jpg) no-repeat center top;
    background-size: cover;
    padding: 0;
    width: 100%;
    overflow-x: hidden;
  }
}

/* ========== Contents ========== */
/* #sec01 */
#oc-content #sec01 {
  padding-bottom: 2rem;
}
#oc-content .large_movie {
  margin-bottom: 50px;
}
#oc-content .large_movie li {
  width: 50rem;
}
#oc-content .advantage {
  justify-content: space-around;
}
#oc-content .advantage li {
  width: 16rem;
  margin-bottom: 5rem;
}
#oc-content .advantage li p:nth-child(2) img {
  height: 1.6rem;
  margin-top: 1rem;
}
#oc-content .check_txt {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  width: auto;
}
#oc-content .check_txt span {
  position: relative;
  padding: 0 2rem;
  font-weight: bold;
  display: inline-block;
}
#oc-content .check_txt span::before {
  position: absolute;
  content: '';
  background: #fff;
  width: 2px;
  height: 30px;
  transform: rotate(-30deg);
  top: 5px;
  left: 0;
}
#oc-content .check_txt.long span::before {
  height: 50px;
}
#oc-content .check_txt span::after {
  position: absolute;
  content: '';
  background: #fff;
  width: 2px;
  height: 50px;
  transform: rotate(30deg);
  top: 5px;
  right: 0;
}
#oc-content .check_txt.long span::after {
  height: 50px;
}
@media screen and (max-width: 761px) {
  #oc-content #sec01 {
    margin-top: 5rem;
  }
#oc-content .large_movie {
  margin-bottom: 30px;
}
}
@media screen and (min-width: 762px) {
  #oc-content .advantage {
    justify-content: center;
    margin-bottom: 7.6rem;
  }
  #oc-content .advantage li {
    width: 24rem;
    margin: auto 2rem 5rem;
  }
  #oc-content .advantage li p:nth-child(2) img {
    height: 1.6rem;
    margin-top: 1rem;
  }
  #oc-content #sec01 {
    padding-top: 9rem;
    padding-bottom: 3rem;
  }
  #oc-content .check_txt {
    text-align: center;
    font-size: 2.5rem;
    color: #fff;
  }
  #oc-content .check_txt span {
    position: relative;
    padding: 0 2rem;
    font-weight: bold;
  }
  #oc-content .check_txt span::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 4px;
    height: 30px;
    transform: rotate(-30deg);
    top: -10px;
    left: 0;
  }
  #oc-content .check_txt span::after {
    position: absolute;
    content: '';
    background: #fff;
    width: 4px;
    height: 30px;
    transform: rotate(30deg);
    top: -10px;
    right: 0;
  }
  #oc-content .check_txt.bottom span::before,
  #oc-content .check_txt.bottom span::after {
    top: 0;
  }
}

/* #sec04 */
#oc-content .title-oidai-more {
  width: 23.8rem;
  margin-bottom: 3rem;
}
#oc-content #sec04 ul {
  justify-content: space-between;
  flex-wrap: wrap;
}
#oc-content #sec04 ul li {
  width: 16rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 762px) {
  #oc-content .title-oidai-more {
    width: 30.7rem;
    margin-bottom: 3rem;
  }
  #oc-content #sec04 ul {
    width: 74rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #oc-content #sec04 ul li {
    width: 20.6rem;
    margin: 0 2rem 3rem;
  }
}

/* #contact */
div.contact_block {
  width: 100%;
  margin: 0;
  background: #ed4d7e;
  color: #FFF;
  line-height: 0;
}
div.contact_block a, div.contact_block p {
  width: 494px;
  margin: 0 auto;
  line-height: 1.4;
  text-align: center;
}
div.contact_block a.contact {
  background: #FFF;
  margin: 0 auto;
  line-height: 1.4;
  text-align: center;
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
}
div.contact_block a.contact img {
  width: 112px;
}
@media screen and (max-width: 761px) {
  div.contact_block {
    padding: 6.9vw 0;
    min-width: 100%;
  }
  div.contact_block a, div.contact_block p, div.contact_block span.tel {
    width: 86vw;
    margin: 0 auto;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
  div.contact_block a.contact {
    margin-bottom: 10px;
  }
  div.contact_block a.contact img {
    width: 22%;
  }
  div.contact_block a.contact+p {
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Noto Serif JP', serif;
  }
  div.contact_block span.tel {
    display: block;
    line-height: 0;
  }
  #contact p {
    font-size: 1.1rem;
    text-align: center;
  }
}
@media screen and (min-width: 762px) {
  div.contact_block {
    padding: 50px 0;
    width: 100%;
  }

  div.contact_block a.contact, div.contact_block p, div.contact_block span.tel {
    width: 494px;
    margin: 0 auto;
    line-height: 1.4;
    text-align: center;
  }

  div.contact_block a.contact {
    margin-bottom: 10px;
  }

  div.contact_block a.contact img {
    width: 112px;
  }

  div.contact_block a.contact+p {
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Noto Serif JP', serif;
  }

  div.contact_block span.tel {
    display: block;
    line-height: 0;
  }
}

/* #intro */
#oc-content .img_w700 {
  max-width: 700px;
  margin: 0 auto 40px;
}
#oc-content .img_w630 {
  max-width: 630px;
  margin: 2rem auto 35px;
}
#oc-content .img_w500 {
  max-width: 500px;
  margin: 2rem auto 4rem;
}
#oc-content .entry_btn_wrap .entryJuly_lines {
  margin-bottom: 0.5em;
}
.entry_btn_wrap {
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  text-align: center;
}
.entryJuly_lines {
  display: inline-block;
  font-size: 25px;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 20px;
  padding: 0 1em;
  font-weight: bold;
  position: relative;
}
.entryJuly_lines::before {
  content: "";
  width: 2px;
  height: 2.5em;
  background: #fff;
  display: inline-block;
  margin: 0 16px -5px 0;
  transform: rotate(-25deg);
  position: absolute;
  left: 0;
  bottom: 0;
}
.entryJuly_lines::after {
  content: "";
  width: 2px;
  height: 2.5em;
  background: #fff;
  display: inline-block;
  margin: 0 0 -5px 16px;
  transform: rotate(25deg);
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 761px) {
  .entryJuly_lines {
    font-size: 4.0vw;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 762px) {
  #oc-content #intro {
    background: url("../img/intro-bg_pc03.svg") no-repeat center bottom;
    background-size: cover;
    padding: 8rem 0;
  }
  .entry_btn_wrap {
    width: 90%;
    max-width: 1000px;
  }
}



/* 2023.05.10 Add */
@media screen and (min-width: 762px) {
#oc-content .check_txt.long.line2 span {
	padding: 0 2.6rem;
}
#oc-content .check_txt.long.line2 span::before,
#oc-content .check_txt.long.line2 span::after {
	height: 80px;
}
}
@media screen and (max-width: 761px) {
#oc-content .img_w700 {
	margin: 0 auto 30px;
}
}
/* 2023.06.14 Pick Up イベント Add */
.event-list-wrap {
	margin-left: auto;
	margin-right: auto;
}
.event-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
#oc-content .event-list > li {
	background-color: #000;
	border: #000 6px solid;
	color: #fff;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-left: 0;
	margin-right: 0;
}
#oc-content .event-list .txt-block {
	padding: 0.5em 1em 0 1em;
	margin: 0;
	line-height: 1.4;
}
.event-list .txt-block dt {
	font-weight: bold;
	padding-bottom: 0.5em;
}
@media screen and (min-width: 762px) {
.event-list-wrap {
	width: 90%;
	max-width: 700px;
}
.pickup-ttl img {
	height: 4rem;
	width: auto;
}
#oc-content .event-list > li {
	width: 47.1%;
	margin-right: 5.8%;
	margin-top: 30px;
}
#oc-content .event-list > li:nth-child(even) {
	margin-right: 0;
}
.event-list .img {
	width: 100px;
}
.event-list .txt-block {
	width: calc(100% - 100px);
}
.event-list .txt-block dt {
	font-size: 2rem;
}
.event-list .txt-block dd {
	font-size: 1.5rem;
}
}
@media screen and (max-width: 761px) {
.pickup-ttl {
	padding-top: 2em;
}
.pickup-ttl img {
	height: 2rem;
	width: auto;
}
#oc-content .event-list > li {
	margin-top: 1em;
	width: 100%;
}
.event-list .img {
	width: 100px;
}
.event-list .txt-block {
	width: calc(100% - 100px);
}
.event-list .txt-block dd {
	font-size: 1.4rem;
}
}
/* 2023.08.03 申込ボタン Add */
.entry_btn_wrap {
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}
#oc-content .entry_btn_wrap .entryJuly_lines {
	margin-bottom: 0.5em;
}
#oc-content .entry_btn_wrap .entryJuly_lines02 {
	margin-bottom: 2em;
}
#oc-content .entry_btn_wrap .entry_btn_note {
	margin-top: 0;
}
.scheduleEntry_btn > li a {
	display: block;
	line-height: 1;
	color: #fff;
	padding: 20px 2em;
	border-radius: 8px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.scheduleEntry_btn > li a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0 0.5em 0.8em;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.scheduleEntry_btn > li a.hs-3rd {
	background-color: rgb(234, 145, 152);
}
.scheduleEntry_btn > li a.hs-1st {
	background-color: rgb(56, 149, 161);
}
.entry_btn_note > li {
	padding-left: 1em;
	text-indent: -1em;
}
.scheduleEntry_btn > li a {
	font-size: 2rem;
}
.benefits-label-wrap {
	display: flex;
	padding-top: 2em;
}
.flyer_btn_wrap {
	padding-top: 2em;
}
.flyer_btn_wrap > p {
	margin-bottom: 1em !important;
}
.flyer_btn_wrap > p:last-child {
	margin-bottom: 0 !important;
}
.flyer_btn,
.event_btn {
	text-align: center;
}
.flyer_btn a,
.event_btn a {
	display: block;
	background-color: #fff;
	border-radius: 0.5em;
	color: #000;
	position: relative;
}
.flyer_btn a::after,
.event_btn a::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0 0.5em 0.8em;
	border-color: transparent transparent transparent #000000;
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}
.flyer_btn a span {
	display: inline-block;
	font-weight: 700;
	padding: 1em 2em;
	background-image: url("../img/ic_pdf.svg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.5em auto;
}
.event_btn a span {
	display: inline-block;
	font-weight: 700;
	padding: 1em 2em;
}

@media screen and (max-width: 761px) {
#oc-content .scheduleEntry_btn > li {
	margin-bottom: 0.5em;
}
#oc-content .scheduleEntry_btn > li:last-child {
	margin-bottom: 0;
}
.benefits-label-wrap {
	flex-direction: column;
}
.benefits-label-wrap .benefits-label {
	order: 1;
	padding-bottom: 1em;
}
.benefits-label-wrap .entry_btn_note {
	order: 2;
}
.benefits-label-wrap .benefits-label img {
	display: block;
	width: 70%;
}
.flyer_btn,
.event_btn {
	width: 100%;
}
}
@media screen and (min-width: 762px) {
.entry_btn_wrap {
	width: 90%;
	max-width: 1000px;
}
.scheduleEntry_btn {
	display: flex;
	justify-content: space-between;
}
.scheduleEntry_btn > li {
	width: 48%;
}
.scheduleEntry_btn > li a {
	font-size: 2.6rem;
}
.benefits-label-wrap {
	justify-content: space-between;
}
.benefits-label-wrap .benefits-label {
	width: 186px;
}
.benefits-label-wrap .entry_btn_note {
	width: calc(100% - 206px);
}
.flyer_btn a,
.event_btn a {
	width: 480px;
	font-size: 2rem;
}
.event_btn a {
	width: 700px;
}
}

/* ========== 2024OC ========== */
#oc-content .advantage_bnr_ttl {
	font-size: 2rem;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 0.5em;
}
#oc-content .flyer_note {
	margin-top: 1em;
	padding-left: 1em;
	text-indent: -1em;
}
#oc-content .start_btn_wrap {
	max-width: 480px;
	margin-top: 1em;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
}
.event-list .txt-block dd .note {
	font-size: 80%;
}
@media screen and (max-width: 761px) {
#oc-content .advantage_bnr_ttl {
	font-size: 4vw;
}
#oc-content .flyer_note {
	font-size: 1.2rem;
}
}
@media screen and (min-width: 762px) {
.flyer_note {
	text-align: center;
}
}
/* タイムスケジュール */
#oc-content .oc_zu_note {
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 1em;
}

@media screen and (max-width: 761px) {
#oc-content .oc_zu_ttl {
	font-size: 1.8rem;
	margin-bottom: 2rem;
	text-align: center;
	padding-top: 2em;
}
.pickup-ttl img,
.oc_zu_ttl img {
	height: 2rem;
	width: auto;
}
#oc-content .scroll_time_zu {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background: #18b6e3;
	padding: 3px 3px 0;
}
#oc-content .scroll_time_zu div:first-of-type {
	width: 126px;
	height: 563px;
	margin: 0;
}
#oc-content .scroll_time_zu div:first-of-type img {
	max-height: 100%;
	min-height: 563px;
	max-width: 100%;
	min-width: 126px;
	margin: 0;
}
#oc-content .scroll_time_zu div:last-of-type {
	overflow-x: auto;
	padding-bottom: 10px;
	-webkit-overflow-scrolling: touch;
	margin: 0;
}
#oc-content .scroll_time_zu div:last-of-type img {
	max-width: 100%;
	min-width: 705px;
	max-height: 100%;
	min-height: 563px;
	margin: 0;
}
#oc-content .scroll_time_zu_02 {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	background: #18b6e3;
	padding: 3px 3px 0;
}
#oc-content .scroll_time_zu_02 div:first-of-type {
	width: 100px;
	height: 150px;
	margin: 0;
}
#oc-content .scroll_time_zu_02 div:first-of-type img {
	max-height: 100%;
	min-height: 150px;
	max-width: 100%;
	min-width: 100px;
	margin: 0;
}
#oc-content .scroll_time_zu_02 div:last-of-type {
	overflow-x: auto;
	padding-bottom: 10px;
	-webkit-overflow-scrolling: touch;
}
#oc-content .scroll_time_zu_02 div:last-of-type img {
	max-width: 100%;
	min-width: 690px;
	max-height: 100%;
	min-height: 150px;
	margin: 0;
}
}
@media screen and (min-width: 762px) {
#oc-content .oc_zu {
	margin: 100px auto;
	max-width: 1000px;
}
#oc-content .oc_zu_ttl {
	font-size: 1.8rem;
	margin-bottom: 4rem;
	text-align: center;
}
.pickup-ttl img,
.oc_zu_ttl img {
	height: 4rem;
	width: auto;
}
	#oc-content .oc_zu_note {
	text-align: right;
}
#oc-content .oc_zu .for_pc img {
	width: 100%;
}
}
/* 240625 申込開始 参加予約をするbtn */
#oc-content .ttl_jizen {
	text-align: center;
	background: transparent;
	padding: 0;
	line-height: 1.5;
}

#oc-content .ttl_jizen h2 {
	display: inline-block;
	background-color: #E65380;
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	border-radius: 10px;
	padding: 0;
}
#oc-content .ttl_jizen h2 a.sanakYoyaku_btn {
	display: inline-block;
	color: #fff;
	padding: 0.5em 2.5em;
	position: relative;
}
#oc-content .ttl_jizen h2 a.sanakYoyaku_btn::after {
	content: '';
	width: 0.5em;
	height: 0.5em;
	border-top: #fff 4px solid;
	border-right: #fff 4px solid;
	transform: rotate(45deg);
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
}

@media screen and (max-width: 761px) {
#oc-content .ttl_jizen h2 {
	font-size: 1.8rem;
}
}
@media screen and (min-width: 762px) {
#oc-content .ttl_jizen {
	max-width: 700px;
}
}

/***********
entryJuly.html(申込受付ページ)
***********/
#entryJuly-content {
	background: #002561;
	background-size: cover;
	width: 100%;
}


@media screen and (max-width: 761px) {
  #entryJuly-content #entryJuly_top {
    background: url(../img/entryJuly_topbg_sp.png) no-repeat center top;
    background-size: contain;
    padding: 3rem 5%;
  }
  #entryJuly_top img {
    margin: 0 auto 10px;
  }
  #entryJuly_top .entryJuly_ttl {
    padding: 0 10%;
  }
  #entryJuly_top .entryJuly_img04 {
    width: 60%;
    margin: 0 auto 30px;
  }
  #entryJuly_top .img_two {
    width: 80%;
    display: block;
  }
  #entryJuly_top .img_two img {
    max-width: 100%;
    width: auto;
    margin: 0 0 10px;
  }
  .entryJuly_txt_ttl {
    font-size: 3.6vw;
  }

  .oc_attention {
    width: 100%;
    margin: 0 auto 50px !important;
  }

  .oc_attention p {
    font-size: 3.5vw;
    line-height: 1.75;
  }

  .entryJuly_btn {
    height: 50px;
    font-size: 4vw;
    border: 2px solid #ca5476;
    margin: 0 auto 20px;
  }

  .entryJuly_btn a {
    padding: 10px 0 10px 20px;
  }

  .entryJuly_btn span {
    letter-spacing: 0;
  }

  .entryJuly_btn span::before {
    left: -25px;
  }

  .entryJuly_btn span::after {
    left: -17px;
  }

  .entryJuly_lines {
    font-size: 4.0vw;
    margin: 0 0 10px;
  }

  .entry_btn {
    width: 100%;
    display: block;
  }

  .entry_btn li {
    width: 100%;
    font-size: 7vw;
  }
  .entry_btn li:first-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 762px) {
#entryJuly-content #entryJuly_top {
  background-size: contain;
  padding: 6rem 0 1rem;
}
#entryJuly_top img {
  display: block;
}
#entryJuly_top .entryJuly_ttl {
  max-width: 595px;
  margin: 0 auto 30px;
}
#entryJuly_top .entryJuly_img02 {
  max-width: 900px;
  margin: 0 auto 30px;
}
#entryJuly_top .entryJuly_img03 {
  max-width: 600px;
  margin: 0 auto 30px;
}
#entryJuly_top .entryJuly_img04 {
  max-width: 330px;
  margin: 0 auto 60px;
}
#entryJuly-content .img_two {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 40px;
}
#entryJuly-content .img_two p:first-of-type img {
  width: 516px;
  height: 100%;
}
#entryJuly-content .img_two p:last-of-type img {
  width: 324px;
  height: 100%;
}
#entryJuly-content .img_two::after {
  display: none;
}
#entryJuly-content .img_2425 {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 50px;
}
#entryJuly-content .oc_center {
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 auto 50px;
}
#entryJuly-content .oc_center.txt_type20 {
  font-size: 2rem;
}
.entryJuly_txt_ttl {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.065em;
  margin: 0 auto 35px;
}
.oc_attention {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 50px;
}
.oc_attention p {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.5rem;
}
.oc_attention p a {
  color: #fff;
  text-decoration: underline;
}
.oc_attention p a:hover {
  text-decoration: none;
}
.entryJuly_btn {
  max-width: 700px;
  width: 100%;
  height: 80px;
  border-radius: 8px;
  background: #fff;
  border: 4px solid #ca5476;
  text-align: center;
  margin: 0 auto 35px;
  font-size: 24px;
}
.entryJuly_btn a {
  display: block;
  color: #ca5476;
  padding: 23px 0;
}
.entryJuly_btn span {
  position: relative;
  font-weight: bold;
}
.entryJuly_btn span::before {
  position: absolute;
  content: '';
  background: #ca5476;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: calc(50% - 10px);
  left: -40px;
}
.entryJuly_btn span::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  border-color: transparent transparent transparent #fff;
  top: calc(50% - 4px);
  left: -33px;
}
.entryJuly_lines {
  font-size: 25px;
  text-align: center;
  color: #fff;
  position: relative;
  margin: 0 0 20px;
  font-weight: bold;
}
.entryJuly_lines::before {
  content: "";
  width: 1px;
  height: 32px;
  background: #fff;
  display: inline-block;
  margin: 0 16px -5px 0;
  transform: rotate(-25deg);
}
.entryJuly_lines::after {
  content: "";
  width: 1px;
  height: 32px;
  background: #fff;
  display: inline-block;
  margin: 0 0 -5px 16px;
  transform: rotate(25deg);
}
.entryJuly_lines02 {
  font-size: 20px;
  text-align: center;
  margin: 0 0 20px;
  position: relative;
  color: #fff;
  font-weight: bold;
}
.entryJuly_lines02::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  top: 10px;
  position: absolute;
  display: inline-block;
  left: calc(50% - 140px);
}
.entryJuly_lines02::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ffffff transparent transparent transparent;
  top: 10px;
  position: absolute;
  display: inline-block;
  right: calc(50% - 140px);
}
.entry_btn {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.entry_btn li {
  width: 340px;
  height: 100px;
  position: relative;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  border-radius: 8px;
}
.entry_btn li a {
  display: block;
  color: #fff;
  padding-top: 20px;
  width: 100%;
  height: 100%;
}
.entry_btn li::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.entry_btn li::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.entry_btn li:first-of-type {
  background: #ca5476;
}
.entry_btn li:first-of-type::after {
  border-color: #ca5476 transparent transparent transparent;
}
.entry_btn li:last-of-type {
  background: #00a078;
}
.entry_btn li:last-of-type::after {
  border-color: #00a078 transparent transparent transparent;
}
.tab_inner {
  padding: 40px 20px 25px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  background: #fff;
}
.tab_inner_ttl {
  font-size: 26px;
  text-align: center;
  height: 80px;
  line-height: 80px;
  color: #fff;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.tab_inner_ttl span {
  font-weight: bold;
  position: relative;
}
.tab_inner_ttl span::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  top: calc(50% - 10px);
  left: -30px;
}
.tab_inner_ttl span::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  top: calc(50% - 2px);
  left: -24px;
}
.tab_inner_ttl.pink span::after {
  border-color: #ca5476 transparent transparent transparent;
}

.tab_inner_ttl.green span::after {
  border-color: #00a078 transparent transparent transparent;
}

.tab_inner.pink {
  margin-bottom: 35px;
}
.tab_inner.green {
  margin-bottom: 85px;
}
.tab_inner_ttl.pink {
  background: #ca5476;
}
.tab_inner_ttl.green {
  background: #00a078;
}

.tab_inner .tab_first {
  font-size: 1.4rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
  margin: 0 auto;
  text-indent: -1rem;
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.tab_inner .tab_first.mb20 {
  margin-bottom: 20px;
}
.tab_inner .tab_day_wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
.tab_inner .tab_day_wrap::after {
  display: none;
}
.tab_inner .tab_day {
  width: 48%;
}
.tab_inner .tab_day dt {
  color: #fff;
  font-size: 40px;
  width: auto;
  height: auto;
  background: #002561;
  margin: 0;
}

.tab_inner .tab_day dt span {
  font-size: 26px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  font-weight: bold;
}

.tab_inner .tab_day dt div {
  text-align: center;
  line-height: 1.5;
  font-family: "Arial";
  font-weight: bold;
  padding-left: 15px;
}

.tab_inner .tab_day dd {
  /* max-width: 600px; */
  margin: 0 auto 35px;
  width: 100%;
  border: 2px solid #002561;
}

.tab_inner .tab_day dd .tab_in_box dt {
  background: #fff;
  color: #333;
  letter-spacing: 0.05em;
  padding: 10px 0;
  margin: 10px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab_inner .tab_day dd .tab_in_box dt strong {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: center;
  display: block;
}

.tab_inner .tab_day dd .tab_in_box dt p {
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.tab_inner .tab_day dd .tab_in_box dt p span {
  font-weight: bold;
  font-size: 2.2rem;
  display: block;
}

.tab_inner .tab_day dd .tab_in_box dd {
  margin: 0;
  display: block;
}

.tab_inner.pink .tab_day dd .tab_in_box dd {
  background: #ca5476;
  border: none;
}

.tab_inner.green .tab_day dd .tab_in_box dd {
  background: #00A078;
  border: none;
}

.tab_inner .tab_day dd .tab_in_box dd a {
  display: block;
  color: #fff;
  padding: 10px 0;
  text-align: center;
}

.tab_inner .tab_day dd .tab_in_box dd span {
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0;
  padding-right: 15px;
}

.tab_inner .tab_day dd .tab_in_box dd span::before {
  position: absolute;
  content: '';
  background: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: calc(50% - 10px);
  right: -10px;
}

.tab_inner .tab_day dd .tab_in_box dd span::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 7px;
  top: calc(50% - 4px);
  right: -4px;
}

.tab_inner.pink .tab_day dd .tab_in_box dd span::after {
  border-color: transparent transparent transparent #ca5476;
}

.tab_inner.green .tab_day dd .tab_in_box dd span::after {
  border-color: transparent transparent transparent #00A078;
}
}

/* comingSoon */
#comingSoon {
	margin-left: auto;
	margin-right: auto;
	padding-left: 5%;
	padding-right: 5%;
}
@media screen and (max-width: 761px) {
#comingSoon {
	width: 100%;
	padding-top: 10vw;
	padding-bottom: 10vw;
}
}
@media screen and (min-width: 762px) {
#comingSoon {
	width: 70vw;
	padding-top: 4vw;
	padding-bottom: 4vw;
}
}

/* 20250423 Add Youtube追加 */
.movWrap {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
.asaTxt {
	line-height: 1.6;
}
.asaTxt .unconfirmed {
	display: inline-block;
	border: #fff 1px solid;
	padding: 0.25em 0.75em;
}
.asaTxt p + .unconfirmed {
	margin-top: 0.5em !important;
}
@media screen and (max-width: 761px) {
.asaTxt {
	padding-top: 2rem;
}
}
@media screen and (min-width: 762px) {
#oc-content #intro {
	padding: 8rem 0 4rem;
}
#oc-content .movWrap {
	max-width: 700px;
	padding-bottom: 8rem;
}
.asaTxt {
	font-size: 2rem;
	padding-top: 4rem;
}
}
/* 20250725 Add 8月来場特典追加 */
@media screen and (max-width: 761px) {
#oc-content {
	padding: 3.5rem 2rem 3.5rem;
}
}
/* 20260217 Add OC2026 */
@media screen and (max-width: 761px) {
	#oc-content img {
		width: 100%;
		height: auto;
	}
}
@media screen and (min-width: 762px) {
}
