@charset "UTF-8";
footer {
    display: none;
}
.pg_ttl {
    display: none;
}
.oc_field {
    display: none;
}
.oc_field-renew  {
    display: none;
}
.sns_icon {
    display: none;
}
#fixedBtn {
    display: none;
}
/* CSS Document */
/*アニメーション▼▼▼*/
.animate {
	width: 15.7%;
	padding:5% 0 30%;
	position: relative;
	z-index: 1;
}

.animate span {
	display: inline-block;
}

a.repeat {
  display: inline-block;
  font-size: 12px;
  text-transform: none;
  text-decoration: none;
  color: orange;
  padding: 5px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: normal;
  margin: 0 0 0 50px;
  border-radius: 3px;
  position: relative;
  bottom: 15px;
}

a.repeat:hover {
  background: rgba(0, 0, 0, 0.7);
  color: white;
}

.animate span:nth-of-type(2) {
	animation-delay: .05s;
}
.animate span:nth-of-type(3) {
	animation-delay: .1s;
}
.animate span:nth-of-type(4) {
	animation-delay: .15s;
}
.animate span:nth-of-type(5) {
	animation-delay: .2s;
}
.animate span:nth-of-type(6) {
	animation-delay: .25s;
}
.animate span:nth-of-type(7) {
	animation-delay: .3s;
}
.animate span:nth-of-type(8) {
	animation-delay: .35s;
}
.animate span:nth-of-type(9) {
	animation-delay: .4s;
}
.animate span:nth-of-type(10) {
	animation-delay: .45s;
}
.animate span:nth-of-type(11) {
	animation-delay: .5s;
}
.animate span:nth-of-type(12) {
	animation-delay: .55s;
}
.animate span:nth-of-type(13) {
	animation-delay: .6s;
}
.animate span:nth-of-type(14) {
	animation-delay: .65s;
}
.animate span:nth-of-type(15) {
	animation-delay: .7s;
}
.animate span:nth-of-type(16) {
	animation-delay: .75s;
}
.animate span:nth-of-type(17) {
	animation-delay: .8s;
}
.animate span:nth-of-type(18) {
	animation-delay: .85s;
}
.animate span:nth-of-type(19) {
	animation-delay: .9s;
}
.animate span:nth-of-type(20) {
	animation-delay: .95s;
}

.LeftText span {
	color: #348c04;
	opacity: 0;
	transform: translate(150px, 0) scale(.3);
	animation: leftRight .5s forwards;
	display: block;
}
	
.LeftText {
	margin-left: 5%;
}

@keyframes leftRight {
	40% {
		transform: translate(-50px, 0) scale(.7);
		opacity: 1;
		color: #348c04;
	}

	60% {
		color: #0f40ba;
	}

	80% {
		transform: translate(0) scale(4);
		opacity: 0;
	}

	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}

.RightText span {
	color: #348c04;
	opacity: 0;
	transform: translate(-150px, 0) scale(.3);
	animation: RightLeft .5s forwards;
	display: block;
	text-align: right;
	
}
.RightText {
	position: absolute;
	right: 5%;
	top: 0;
}

@keyframes RightLeft {
	40% {
		transform: translate(50px, 0) scale(.7);
		opacity: 1;
		color: #348c04;
	}

	60% {
		color: #0f40ba;
	}

	80% {
		transform: translate(0) scale(4);
		opacity: 0;
	}

	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}
/*アニメーション▲▲▲*/

#crossover25_wrapper img {
	width: 100%;
}
#crossover25_wrapper {
	background: url("/crossover/2025/img/bg.png")no-repeat center fixed;
  background-size: cover;
  position: relative;
  z-index: 0;
  overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
	top: 0;
	margin-top: 100px;
}
#crossover25_wrapper:before{
  content: '';
  background: inherit;/*.bgImageで設定した背景画像を継承する*/
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;/*重なり順序を一番下にしておく*/
}
#crossover25_fv {
	background: url("/crossover/2025/img/fv.jpg") no-repeat;
	background-size: 100% auto;
	max-width: 795px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 100px;
	z-index: 0;
}

.fv_detail {
	position: absolute;
	bottom: 110px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}
	
.crossover25_logo {
	max-width: 500px;
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
	
.character {
	margin-top: -10px;
}	
.bg_grn {
	background: #37bf7e;
}

.bg_yel {
	background: #ffffc2;
}

.bg_wht {
	background: #FFF;
}
	
.RightRoundBox{
	color: #FFF;
	max-width: 795px;
	margin: -100px auto 0;
	padding: 80px 0 200px;
	border-radius: 0 100px 0 0;
	position: relative;
	z-index: 1;
}

.LeftRoundBox{
	color: #FFF;
	max-width: 795px;
	margin: -100px auto 0;
	padding: 80px 0 200px;
	border-radius: 100px 0 0 0;
	position: relative;
	z-index: 1;
}
.crossover25_inner {
	width: 80%;
	margin: 0 auto;
}
.crossover25_title {
	text-align: center;
}

.crossover25_title img {
	max-width: 80% !important;
}
.crossover25_about p {
	margin: 30px auto 0;
}
	
.crossover25_schedule {
	margin-top: 50px;
}
.crossover25_schedule ul {
	display: flex;
	justify-content: center;
    align-items: center;
	margin-top: 20px;
}
.crossover25_schedule ul li {
	border: 3px solid #FFF;
	border-radius: 30px;
	padding: 5% 3%;
	width: 46%;
	margin: 5% 1% 0;
	text-align: center;
	font-weight: 600;
	font-size: 1.5em
}
.crossover25_schedule .days {
	font-size: 1.5em;
	margin-right: -12px;
}
	
.crossover25_location {
	margin-top: 70px;
}
	
.crossover25_location h3 {
	text-align: center;
	font-size: 1.5em;
	margin: 20px 0px;
}
	
.crossover25_location iframe {
	border-radius: 30px;
	height: 400px;
}
	
#crossover25_school {
	margin: -100px auto 0;
	border-radius: 100px 0 0;
	padding: 50px 0;
	max-width: 795px;
	background: #FFF;
	position: relative;
	z-index: 2;
}
.school-logo li {
	width: 48%;
	margin: 15px auto 0;
}
.school-logo li a {
	display: block;
}
.PC_none {
	display: none;
}
.cross_tour {
	color: #333;
}

.tour_text {
	margin-top: 30px;
	font-size: 1.2em;
	line-height: 1.8;
}

.marker-text {
display: inline-block; /* テキストをブロック要素にする */
position: relative; /* 疑似要素の基準となる位置を設定 */
font-weight: 600;
}

.marker-text::before {
position: absolute; /* テキストに対して相対的に配置 */
content: ''; /* 擬似要素の内容を空に設定 */
left: 0; /* 左端から配置 */
bottom: 1px; /* テキストの下に配置 */
width: 100%; /* テキストの幅いっぱいに広がる */
height: 0.5em; /* マーカー線の高さ */
background-color: #f8b600; /* マーカーの色 */
border-radius: 0.5em; /* 角を丸くする */
z-index: -1; /* テキストの背面に表示 */
}

.small_title {
	width: 230px;
	margin: 0 auto;
}

.middle_title {
	width: 300px;
	margin: 0 auto;
}

.crossover25_box {
	border-radius: 20px;
	border: 3px solid #37bf7e;
	background: #FFF;
	padding: 40px;
	position: relative;
	margin-top: 60px;
}

.crossover25_box .tour_ttl {
	max-width: 280px;
	color: #FFF;
	background: #37bf7e;
	border-radius: 80px;
	padding: 10px;
	margin: 0 auto;
	position: absolute;
	top: -28px;
	right: 0;
    left: 0;
	text-align: center;
	font-weight: 600;
	font-size: 1.5em;
}

.crossover25_box .tour_day {
	font-weight: 600;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.8;
}

.crossover25_box .tour_day .big {
	font-size: 2em;
}

.crossover25_box .tour_day .under {
	background: #f8b600;
	padding: 0 15px 2px;
	margin-right: 10px;
	border-radius: 80px;
}

.crossover25_box .tour_place {
	line-height: 1.4;
	margin: 20px 0 30px;
}

.crossover25_box figure {
	margin: 30px 0;
}

.crossover25_box .tour_btn {
    margin: 0 auto 0;
    animation: move_a 2s infinite;
    transition: .3s all;
	width: 80%;
}

.crossover25_box .tour_btn a {
    display: block;
	margin: 0 auto;
	text-align: center;
}

@keyframes move_a {
    0% {
        transform: translate(0px, 4px);
    }

    5% {
        transform: translate(0px, -4px);
    }

    10% {
        transform: translate(0px, 4px);
    }

    15% {
        transform: translate(0px, -4px);
    }

    20% {
        transform: translate(0px, 4px);
    }

    25% {
        transform: translate(0px, -4px);
    }

    30% {
        transform: translate(0px, 0px);
    }
}

.crossover25_box iframe {
	border-radius: 20px;
}

.event_text {
	margin-top: 30px;
	font-size: 1.5em;
	line-height: 1.8;
	text-align: center;
}
.crossover25_inner .crosseventlist {
margin: 30px 0 15px;
}

.crossover25_inner .crosseventlist li{
	position: relative;
  padding-left: 20px;
  margin-top: 5px;
  font-size: 1.1em;
  font-weight: 600;
}
 
.crossover25_inner .crosseventlist li:before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #f8b600;
  border-radius: 50%;
}

.crosseventlist_wrap {
	position: relative;
}

.crosseventlist_wrap figure {
	position: absolute;
	right: 0;
	bottom: 20px;
}
@media only screen and (max-width: 767px) {
.SP_none {
	display: none;
}

.PC_none {
	display: block;
}
#crossover25_wrapper {
	margin-top: 50px;
}

.crossover25_inner {
    width: 90%;
}

.animate {
	width: 20%;
	padding:3% 0 0;
}
	
.crossover25_logo {
	top: 0px;
}
.character {
	margin-top: -5px;
}
#crossover25_fv {
	background: url("/crossover/2025/img/fv_sp.jpg") no-repeat;
	background-size: 100% auto;
	padding-bottom: 290px;
}
.RightRoundBox{
	border-radius: 0 50px 0 0;
	padding: 50px 0 150px;
}

.LeftRoundBox{
	border-radius: 50px 0 0 0;
	padding: 50px 0 150px;
}

#crossover25_school {
	border-radius: 50px 0 0;
}
.crossover25_title {
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: normal;
	text-align: center;
}
.crossover25_title span::after {
  background-size: 12px 12px;
  width: 100px;
  height: 8px;
}

.crossover25_schedule ul {
	margin-top: 10px;
}
.crossover25_schedule ul li {
	border: 2px solid #FFF;
	border-radius: 20px;
	padding: 5% 1%;
	width: 48%;
	margin: 5% 1% 0;
	font-size: 0.9em
}
.crossover25_schedule .days {
	font-size: 1.2em;
	margin-right: -8px;
}

.crossover25_location h3 {
	font-size: 1.3em;
}
	
.crossover25_location iframe {
	border-radius: 20px;
	height: 250px;
}
.crossover25_about p {
	width: 95%;
}

.tour_text {
	font-size: 1em;
}
.crossover25_box .tour_ttl {
    max-width: 260px;
    padding: 5px;
    top: -23px;
    font-size: 1.3em;
}
.crossover25_box {
    padding: 20px;
    margin-top: 40px;
}

.crossover25_box .tour_day .big {
    font-size: 1.5em;
}

.crossover25_box .tour_btn {
    width: 100%;
}

.middle_title,
.small_title {
    width: 200px;
}

.event_text {
    font-size: 1.1em;
    line-height: 1.6;
}

.crossover25_inner .crosseventlist {
    margin: 20px 0 15px;
}

.crossover25_inner .crosseventlist li {
    font-size: 0.9em;
}

.school-logo li {
    width: 70%;
    margin: 0 auto;
}
.sp100 img {
	max-width: 100% !important;
}
.crossover25_location {
    margin-top: 50px;
}
}

