/* -----------------------------------
  pc
----------------------------------- */
#scFes {
	scroll-padding-top: var(9em);
}

/* ----- mv ----- */
#scFes header a[target=_blank]:after {
	display: none;
}

#scFes .koranfes_mv {
	max-width: 100%;
	margin: 0 auto;
	width: 100%;
     max-height: 705px;
	overflow: hidden;
	background: #fff url(../images/mv-ttl_bg.jpg) no-repeat;
	background-position: center center;
	background-size: cover;
}

#scFes .mv_1 img {
max-width: 690px;
    padding: 80px 0;
    text-align: center;
    margin: 0 auto;
}


#scFes .gnav__menu__item>a:hover::after {
	    background: #af1c24;
}
/* ----- news ----- */
#scFes #news {
	width: 100%;
	padding: 60px 0;
	background: rgba(252,246,244,1);
}

#scFes #news h2 {
	max-width: 300px;
	width: 100%;
	position: relative;
	display: block;
	font-family: 'Hind', sans-serif;
	font-weight: bold;
	font-size: 52px;
	font-style: italic;
	line-height: 0.9;
	text-align: center;
	margin: 0 auto;
	background: rgba(252,124,103,0);
}

#scFes #news h2 small {
	font-size: 1.8rem;
	font-style: normal;
}

#scFes .fuchidori1 {
	color: transparent;
	text-shadow: -2px -2px 0 #af1c24;
	-webkit-text-stroke: 1px #af1c24;
	padding: 0 0 10px;
}

#scFes .fuchidori2 {
	color: transparent;
	text-shadow: -2px -2px 0 #000;
	-webkit-text-stroke: 1px #000;
	padding: 0 0 10px;
}


#scFes #news h2 .fuchidori1 {
	text-shadow: -2px -2px 0 #af1c24;
	-webkit-text-stroke: 1px #af1c24;
}

#scFes #news h2:before,
#scFes #news h2:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 60px;
	height: 3px;
	background-color: #af1c24;
	-webkit-transform: rotate(-75deg);
	transform: rotate(-75deg);
}

#scFes #news h2:before {
	left: 0;
}

#scFes #news h2:after {
	right: 0;
}


#scFes #news .ttl_border {
	position: relative;
}

#scFes #news .ttl_border::before,
#scFes #news .ttl_border::after {
	content: " ";
	display: block;
	width: 480px;
	height: 3px;
	background: #af1c24;
	position: absolute;
	top: 50%;
	z-index: 10;
}

#scFes #news .ttl_border::before {
	left: 0;
}

#scFes #news .ttl_border::after {
	right: 0;
}

#scFes #news .news_post {
	max-width: 1000px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
	align-items: center;
}

#scFes #news .news_post .news_post_list {
	max-width: 50%;
	padding-right: 10px;
}

#scFes #news .news_post .news_post_list .news_post_date {
	background: #af1c24;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 5px;
	max-width: 80px;
	width: 100%;
	margin-bottom: 10px;
	display: inline;
}

#scFes #news .news_post .news_post_list .news_post_ttl {
	font-size: 30px;
	font-size: 3.0rem;
	text-align: left;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #af1c24;
	width: 100%;
	margin-bottom: 10px;
}

#scFes #news .news_post .news_post_list .news_post_txt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	width: 100%;
}

#scFes #news .news_post .news_post_img {
	max-width: 50%;
	display: flex;
	padding: 0 5px 5px 0;
	border-right: 1px solid #af1c24;
	border-bottom: 1px solid #af1c24;
}

/* ----- message ----- */
#scFes #message {
	padding: 200px 0 60px;
}

#scFes #message .messsage_text {
	font-size: 1.8rem;
	line-height: 1.8;
	padding-bottom: 60px;
}

#scFes #message .message_sns {
	padding: 0 120px;
	display: flex;
	justify-content: space-between;
}

#scFes #message .message_sns li {
	width: 31%;
}

/* ----- event ----- */
#scFes #event {
	padding: 200px 0 60px;
}

#scFes #event .event_top {
	display: flex;
	justify-content: space-around;
}

#scFes #event .event_top li {
	max-width: 330px;
	width: 100%;
}

#scFes #event .event_top .event_img {
	width: 100%;
}

#scFes #event .event_date {
    background: rgba(255, 255, 123, 0.8);
    outline: 2px solid rgba(255, 255, 123, 0.8);
    outline-offset: 8px;
    padding: 20px;
    margin: -35px 0 0 30px;
    max-width: 330px;
	width: 100%;
	text-align: left;
	position: relative;
}

#scFes #event .event_date dt {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
	border-bottom: 1px solid #000;
}

#scFes #event .event_date dd {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.0;
}

/* ----- pickup ----- */
#scFes #pickup {
	max-width: 1400px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

#scFes #pickup .pickup_list {
	padding: 60px 100px;
	background: rgba(223, 247, 227, 0.8);
}

#scFes #pickup .pickup_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#scFes #pickup .pickup_list ul li {
	max-width: 325px;
	width: 100%;
	position: relative;
	margin: 0 30px;
}

#scFes #pickup .pickup_list h4 {
	position: absolute;
	left: -15px;
}

#scFes #pickup .pickup_list .pickup_list_img {
	padding-top: 63px;
}

#scFes #pickup .pickup_list_txt {
	padding: 10px 5px 25px;
	font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
	text-align: left;
}

#scFes #pickup .pickup_list_txt a {
	color: #af1c24;
	font-weight: bold;
	border-bottom: 1px solid #af1c24;
}

#scFes #pickup .pickup_list_txt a:hover {
	border-bottom: none;
}

/* ----- campusmap ----- */
#scFes #campusmap {
	max-width: 100%;
	margin: 40px auto 40px;
}

#scFes #campusmap .campusmap01 {
	background: url(../images/map_bg.jpg);
	padding: 160px 0 60px;
}

#scFes #campusmap .campusmap01 .map_ttl {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: bold;
	color: #af1c24;
	letter-spacing: 7px;
	position: relative;
}



#scFes #campusmap .map_ttl:before,
#scFes #campusmap .map_ttl:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 400px;
	height: 1px;
	background-color: #af1c24;
}

#scFes #campusmap .map_ttl:before {
	left: 100px;
}

#scFes #campusmap .map_ttl:after {
	right: 100px;
}

#scFes #campusmap .campus_mapph {
	padding: 40px 100px 10px;
}

#scFes #campusmap .campusmap02 {
	max-width: 1200px;
	width: 100%;
	padding: 45px 0 0;
	display: block;
	margin: 0 auto;
}

#scFes #campusmap .campusmap02 .campus_ctnts {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#scFes #campusmap .campusmap02 .campus_ctnts li {
	max-width: 32.5%;
	width: 100%;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_ttl {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
	border-bottom: 5px solid #f85c81;
	color: #f85c81;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_ttl02 {
	border-bottom: 5px solid #5fbe73;
	color: #5fbe73;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_ttl03 {
	border-bottom: 5px solid #ff8b00;
	color: #ff8b00;
	padding: 12px 0 13px;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_ttl04 {
	border-bottom: 5px solid #008cdc;
	color: #008cdc;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_ttl05 {
	border-bottom: 5px solid #aa82c8;
	color: #aa82c8;
}



#scFes #campusmap .campusmap02 .campus_ctnts .contents_area {
	display: block;
	padding: 0 5px 0 0;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
	display: inline-flex;
	width: 100%;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts:last-of-type {
	border-bottom: none;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts dt {
	max-width: 28px;
	height: 28px;
	width: 100%;
	background-color: #f85c81;
	border-radius: 40px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	font-size: 1.3rem;
	padding: 5px;
	color: #fff;
	margin-right: 5px;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts02 dt {
	background-color: #5fbe73;
	padding: 5px 7px;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts03 dt {
	background-color: #ff8b00;
	padding: 2px 5px;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts04 dt {
	background-color: #008cdc;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts05 dt {
	background-color: #aa82c8;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts dd {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.5;
	display: block;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts02 .txt_emttl {
	font-weight: bold;
	color: #5fbe73;
	font-size: 18px;
	font-size: 1.8rem;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts03 span {
	font-weight: bold;
	color: #ff8b00;
	font-size: 18px;
	font-size: 1.8rem;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts04 span {
	font-weight: bold;
	color: #008cdc;
	font-size: 18px;
	font-size: 1.8rem;
}
#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts04 .ddbox_cat {
    font-weight: normal;
    color: #008cdc;
    font-size: 12px;
    font-size: 1.2rem;
    border: #008cdc 1px solid;
}

#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts05 span {
	font-weight: bold;
    color: #aa82c8;
	font-size: 18px;
	font-size: 1.8rem;
}
#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts05 .ddbox_cat {
    font-weight: normal;
    color: #aa82c8;
    font-size: 12px;
    font-size: 1.2rem;
    border: #aa82c8 1px solid;
}


#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_rt {
	font-size: 14px;
	font-size: 1.4rem;
}

#scFes #campusmap .ddbox_list {
	display: block;
	margin-bottom: 10px;
}

#scFes #campusmap .ddbox_list .ddbox_list_txt {
	max-width: 100% !important;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}

#scFes #campusmap .ddbox_list:last-of-type,
#scFes #campusmap .ddbox_list .ddbox_list_txt:last-of-type {
	margin-bottom: 0;
}

#scFes #campusmap .ddbox_list {
	display: block;
	margin-bottom: 0;
}

#scFes #campusmap .ddbox_list .ddbox_list_txt em {
	font-weight: bold;
	font-style: normal;
}

#scFes #campusmap .ddbox_list .ddbox_list_txt .ddbox_cat {
	font-size: 12px;
	font-size: 1.2rem;
	color: #f85c81;
	border: #f85c81 1px solid;
	padding: 3px;
	margin-left: 3px;
}


#scFes #campusmap .contents_area_parts03 .ddbox_list .ddbox_list_txt .ddbox_cat {
	font-size: 13px;
	font-size: 1.3rem;
	background: #ff8b00;
	border: none;
	color: #fff;
	padding: 3px;
}


/* ----- schedule ----- */
#scFes #schedule {
	padding: 200px 0 60px;
}

#scFes #schedule .time_lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

#scFes #schedule .time_lists .list_day {
	max-width: 265px;
	width: 100%;
	padding: 5px 0 0;
	border-radius: 15px;
	border: 1px solid #333;
	margin: 0 auto 30px;
	text-align: center;
	font-size: 28px;
	font-size: 2.8rem;
	font-family: 'Hind', sans-serif;
	font-weight: bold;
	font-style: italic;
	position: relative;
	color: #fff;
}


#scFes #schedule .time_lists .list_day:before {
	content: " ";
	display: block;
	height: 61px;
	width: 265px;
	background: #5fbe73;
	position: absolute;
	top: 2px;
	left: 2px;
	z-index: -1;
	border-radius: 15px;

}

#scFes #schedule .time_lists .list_day strong {
	font-size: 140%;
}


/* ----- guest live ----- */
#scFes #guestlive {
	background: url(../images/guestlive_bg.jpg);
	padding: 200px 0 120px;
}

#scFes #guestlive .guest_top {
	max-width: 1000px;
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
}

#scFes #guestlive .guest_top .guest_img {
	max-width: 455px;
	width: 100%;
}

#scFes #guestlive .guest_top .guest_intro {
	max-width: 565px;
	padding: 50px;
	background: #fff;
	margin-right: 0;
	margin-left: auto;
	margin-top: -320px;
	text-align: left;
}

#scFes #guestlive .guest_top .intro_ttl {
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: bold;
	text-align: left;
}

#scFes #guestlive .guest_top .intro_ttl span {
	background: #af1c24;
	padding: 7px 25px;
	font-size: 20px;
	font-size: 2.0rem;
	text-align: left;
	border-radius: 20px;
	color: #fff;
	margin-left: 15px;
}

#scFes #guestlive .guest_top .intro_rt {
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 30px;
}

#scFes #guestlive .guest_top .intro_date {
	padding-bottom: 7px;
	display: flex;
}

#scFes #guestlive .guest_top .intro_date dt {
	max-width: 80px;
	width: 100%;
	font-size: 18px;
	font-size: 1.8rem;
	background: #af1c24;
	color: #fff;
	padding: 5px;
	text-align: center;
}

#scFes #guestlive .guest_top .intro_date dd {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
	padding: 5px 0 0 10px;
}

#scFes #guestlive .guest_top .intro_txt {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2.4;
	padding-top: 25px;
}

#scFes #guestlive .ticket_box {
	margin: 20px auto;
	padding: 20px 0;
	position: relative;
}

#scFes #guestlive .ticket_box::before,
#scFes #guestlive .ticket_box::after {
	content: " ";
	display: block;
	width: 465px;
	height: 6px;
	background: url(../images/ticket_border@2x.png)no-repeat;
	background-position: center center;
	background-size: cover;
	position: absolute;
}

#scFes #guestlive .ticket_box::before {
	top: 0px;
}

#scFes #guestlive .ticket_box::after {
	bottom: 0px;
}

#scFes #guestlive .ticket_ttl {
	padding: 0 10px 15px;
}

#scFes #guestlive .ticket_date {
	display: flex;
	justify-content: flex-start;
	padding-bottom: 15px;
	padding-left: 15px;
}

#scFes #guestlive .ticket_date dt {
	border: 2px solid #af1c24;
	padding: 7px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #af1c24;
}

#scFes #guestlive .ticket_date dd {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 7px 10px;
}

#scFes #guestlive .ticket_date dd>em {
	font-weight: bold;
	font-style: normal;
}

#scFes #guestlive .ticket_rt {
	border: 1px solid #fb9db3;
	margin: 0;
	position: relative;
}

#scFes #guestlive .ticket_rt dt {
	background: #fb9db3;
	padding: 3px 0;
	color: #fff;
	text-align: center;
}


#scFes #guestlive .ticket_rt dd {
	padding: 20px;
}

#scFes #guestlive .ticket_rt dd>em {
	font-weight: bold;
	font-style: normal;
	color: #af1c24;
}


/* ----- company ----- */
#scFes #company {
	padding: 60px 0;
	background-color: #fff;
}

#scFes #company .company_ttl,
#scFes #kitchen_com .company_ttl {
	max-width: 1200px;
	background: transparent;
	position: relative;
	text-align: center;
	margin: 0 auto;
	display: block;
	font-style: normal;
	line-height: 1.0;
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 5px;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#scFes #company .company_ttl small,
#scFes #kitchen_com .company_ttl small {
	font-weight: normal;
	font-size: 16px;
	font-size: 1.6rem;
}

#scFes #company .company_ttl::before,
#scFes #company .company_ttl::after,
#scFes #kitchen_com .company_ttl::before,
#scFes #kitchen_com .company_ttl::after {
	content: "";
	display: block;
	width: 520px;
	height: 3px;
	background: #af1c24;
	position: absolute;
	top: 35%;
}

#scFes #kitchen_com .company_ttl::before,
#scFes #kitchen_com .company_ttl::after {
    width: 450px;
}


#scFes #company .company_ttl::before,
#scFes #kitchen_com .company_ttl::before {
	left: 0;
}

#scFes #company .company_ttl::after,
#scFes #kitchen_com .company_ttl::after {
	right: 0;
}

#scFes #company .company_img,
#scFes #kitchen_com .company_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
}

#scFes #company .company_img li,
#scFes #kitchen_com .company_img li {
	max-width: 260px;
	width: 100%;
	padding-bottom: 35px;
	margin: 0 20px;
}
#scFes #kitchen_com .company_img li {
    padding-bottom: 60px;
}

/*ラジオボタンを全て消す*/
input[type="radio"] {
	display: none;
}


/* ----- footer ----- */
#scFes #scFes_footer {
	background: #af1c24;
	margin: 0 auto;
	padding: 20px 0;
	display: block;
}

#scFes #scFes_footer h2 {
	max-width: 100%;
	width: 100%;
	text-align: center;
	position: relative;
	display: block;
	font-weight: bold;
	font-style: normal;
	font-size: 40px;
	font-size: 4.0rem;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	letter-spacing: 0;
	padding: 20px 0;
	color: #fff;
	background: transparent;
	margin: 0 auto;
}

#scFes #scFes_footer .address {
	text-align: center;
	color: #fff;
	padding-bottom: 20px;
}

#scFes #scFes_footer .copyright {
	text-align: center;
	color: #fff;
}

#scFes .more_btn {
	padding: 0;
}

#scFes .more_btn a {
	padding: 10px 0;
}


#scFes #company .company_img .company_img02 {
	width: 100%;
	padding: 0px 87px;
}


/* pcこの上に記述 */


/* -----------------------------------
	tablet
----------------------------------- */
@media screen and (max-width: 1279px) {
	#scFes .site-header02 {
		display: none;
	}

	#scFes .gnav__menu__item {
		font-size: 2.0rem;
	}

	#scFes .sns__menu__item {
		margin-left: 40px;
	}

	#scFes .hamburger {
		display: none;
	}

	#scFes #news .news_post {
		width: 95%;
	}

	#scFes #news .ttl_border::before,
	#scFes #news .ttl_border::after {
		content: " ";
		display: block;
		width: 270px;
		height: 3px;
	}

	#scFes #news .ttl_border::before {
		left: 20px;
	}

	#scFes #news .ttl_border::after {
		right: 20px;
	}

	#scFes #news .news_post .news_post_list .news_post_txt {
		font-size: calc(45vw / 25);
		line-height: 1.6;
		width: 100%;
	}

	#scFes .ttl_border::before,
	#scFes .ttl_border::after {
		content: " ";
		display: block;
		width: 210px;
	}

	#scFes #message .messsage_text {
		padding: 0 5% 5%;
	}

	#scFes #message .message_sns {
		max-width: 650px;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	#scFes #event .event_top {
        max-width: 95%;
		margin: 0 auto;
	}

	#scFes #event .event_top li {
		        max-width: 30%;
	}

	#scFes #event .event_date {
		padding: 2vw;
        margin: -3vw 0 4vw 1vw;		
		max-width: 100%;
		width: 100%;
		text-align: left;
		position: relative;
	}

	#scFes #event .event_date dt {
		font-size: 20px;
		font-size: 2.0rem;
		padding-bottom: 2vw;
	}

	#scFes #event .event_date dd {
		font-size: calc(34vw / 30);
		line-height: 2.0;
	}

	#scFes #pickup .pickup_list ul li {
		max-width: 48%;
	}

	#scFes #campusmap .campusmap02 .campus_ctnts li {
		max-width: 30%;
	}

	#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts dd {
		font-size: calc(23vw / 10);
	}

	#scFes #guestlive .guest_top {
		max-width: 95%;
	}

	#scFes #guestlive .guest_top .guest_img {
		max-width: 50%;
		margin: 0 auto;
	}

	#scFes #guestlive .guest_top .guest_intro {
		max-width: 100%;
		padding-top: 150px;
		margin-top: -110px;
	}

	#scFes #guestlive .ticket_box::before,
	#scFes #guestlive .ticket_box::after {
		width: 100%;
	}

	#scFes #company .company_ttl {
		max-width: 90%;
	}

	#scFes #company .company_ttl::before,
	#scFes #company .company_ttl::after {
		width: 250px;
	}

	#scFes #company .company_img {
		margin: 0 auto;
		max-width: 90%;
	}

	#scFes #company .company_img li {
		max-width: 21%;
	}


	#scFes #company .company_img .company_img02 {
		padding: 0px 6.5vw;
	}

	/* tabletこの上に記述 */
}

@media screen and (max-width: 1080px) {

	#scFes #message,
	#scFes #event,
	#scFes .campasmap01,
	#scFes #schedule,
	#scFes #guestlive {
		padding: 120px 0 60px;
	}

	#scFes .site-header {
		display: none;
	}

	#scFes .site-header02 {
		display: block;
	}

	/* 
hamburger(ハンバーガーアイコン)
=================================== */
	#scFes .hamburger {
		position: fixed;
		right: 5vw;
		top: 5vw;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 99999;
		background-color: #af1c24;
		border-radius: 5px;
		display: block;
	}

	#scFes .hamburger__line {
		position: absolute;
		width: 25px;
		height: 3px;
		right: 8px;
		background-color: #fff;
		transition: all 0.5s;
	}

	#scFes .hamburger__line--1 {
		top: 9px;
	}

	#scFes .hamburger__line--2 {
		top: 19px;
	}

	#scFes .hamburger__line--3 {
		top: 29px;
	}

	/*ハンバーガーがクリックされたら*/
	#scFes .open .hamburger__line--1 {
		transform: rotate(-45deg);
		top: 19px;
	}

	#scFes .open .hamburger__line--2 {
		opacity: 0;
	}

	#scFes .open .hamburger__line--3 {
		transform: rotate(45deg);
		top: 19px;
	}

	/* 
  sp-nav(ナビ)
  =================================== */
	#scFes .sp-nav {
		position: fixed;
		right: -100%;
		/*ハンバーガーがクリックされる前はWindow右側に隠す*/
		top: 0;
		width: 85%;
		/* 出てくるスライドメニューの幅 */
		height: 100vh;
		background-color: rgba(255, 255, 255, 0.92);
		transition: all 0.5s;
		z-index: 200;
		overflow-y: auto;
		/* メニューが多くなったらスクロールできるように */
	}

	/*ハンバーガーがクリックされたら右からスライド*/
	#scFes .open .sp-nav {
		right: 0;
	}

	#scFes .sp-nav ul {
		width: 80%;
		margin: 0 auto;
		padding: 25vw 0;
	}

	#scFes .sp-nav ul .sp-nav-item a {
		display: block;
		border-bottom: 1px solid #af1c24;
		padding: 20px 0;
		font-size: 20px;
		font-size: 2.0rem;
		color: #af1c24;
		font-weight: bold;
	}

	#scFes .sp-nav ul .sp-nav-item:nth-of-type(5) a {
		padding-bottom: 10px;
		border-bottom: none;
	}

	#scFes .sp-nav ul .sp-nav-item:nth-of-type(6) a {
		border-bottom: none;
	}

	#scFes .sp-nav ul .sp-nav-item .sub-nav-item {
		font-size: 1.6rem;
		font-weight: normal;
		padding: 0;
	}

	#scFes .nav_item_sns {
		max-width: 75%;
		opacity: 1;
	}

	#scFes .nav_item_sns ul {
		width: 100%;
		display: flex;
		margin-left: 0;
		justify-content: space-between;
		padding: 5px 0 0;

	}

	/* 
  black-bg(ハンバーガーメニュー解除用bg)
  =================================== */
	#scFes .black-bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 5;
		background-color: #000;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s;
		cursor: pointer;
		z-index: 100;
	}

	/*ハンバーガーメニューが開いたら表示*/
	#scFes .open .black-bg {
		opacity: 0.3;
		visibility: visible;
	}


	#scFes .sns__menu__item_sp {
		max-width: 40px;

		width: 100%;
		display: block;
		position: fixed;
		right: 5.2vw;
		top: 10vw;
		z-index: 99999;
		transition: 0.5s;
	}

	#scFes .site-header02 .header_sns_sp {
		display: block;
		justify-content: center;
	}

	#scFes .site-header02 .header_sns_sp li a {
		width: 100%;
		background-color: #fff;
		display: block;
		padding: 1vw;
		margin-bottom: 2vw;
		border-radius: 40px;
	}

	#scFes .open.nav-wrapper .sns__menu__item_sp {
		right: -200px;
		transition: 0.5s;
	}
}


/* -----------------------------------
  sp
----------------------------------- */
@media screen and (max-width: 767px) {


	#scFes h2 {
		max-width: 95%;
		font-size: 32px;
		font-size: 3.2rem;
		letter-spacing: 3px;
		padding: 15vw 0;
		background-size: 80%;
		background-position: center center;
		margin-bottom: 0;
	}

	#scFes h2::before {
		top: calc(65% - 95px);
		width: 25%;
	}

	#scFes main {
		background: url(../images/top_bg-sp.png);
		background-attachment: fixed;
		padding: 0;
		background-size: contain;
	}

	#scFes .ttl_border {
		max-width: 90%;
		margin: 0 auto;
	}

	#scFes .ttl_border::before,
	#scFes .ttl_border::after {
		content: " ";
		display: block;
		width: 12vw;
		height: 2px;
		top: 50%;
	}

	#scFes .koranfes_mv {
		max-width: 100%;
		margin: 0 auto;
		width: 100%;
		max-height: auto;
		overflow: hidden;
		background: #f6ffe0;
	}

	#scFes .mv_1 img {
		max-width: 100%;
		padding: 0;
	}



	/* ----- news ----- */
	#scFes #news {
		padding: 0 5% 10%;
		max-width: 100%;
		margin: 0 auto;
	}

	#scFes #news h2 {
		max-width: 280px;
		padding: 7vw 0;
		font-size: 32px;
		font-size: 3.2rem;
	}

	#scFes #news h2:before,
	#scFes #news h2:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 50px;
		height: 3px;
		background-color: #af1c24;
		-webkit-transform: rotate(-75deg);
		transform: rotate(-75deg);
	}

	#scFes #news h2:before {
		left: 7vw;
	}

	#scFes #news h2:after {
		right: 7vw;
	}


	#scFes #news h2 small {
		font-size: 1.4rem;
	}

	#scFes #news .ttl_border {
		position: relative;
	}

	#scFes #news .ttl_border::before,
	#scFes #news .ttl_border::after {
		width: 17vw;

		height: 3px;
	}

	#scFes #news .ttl_border::before {
		left: 0px;
	}

	#scFes #news .ttl_border::after {
		right: 0px;
	}

	#scFes #news .news_post {
		max-width: 100%;
		display: block;
	}

	#scFes #news .news_post .news_post_list {
		max-width: 90%;
		padding-right: 0;
		margin: 0 auto;
	}

	#scFes #news .news_post .news_post_list .news_post_ttl {
		font-size: 24px;
		font-size: calc(80vw / 16);
	}

	#scFes #news .news_post .news_post_list .news_post_date {
		font-size: 16px;
		font-size: calc(20vw / 5);
		max-width: 20%;
		padding: 3px;
	}

	#scFes #news .news_post .news_post_list .news_post_txt {
		font-size: 16px;
		font-size: calc(75vw / 22);
		line-height: 1.6;
		width: 100%;
	}

	#scFes #news .news_post .news_post_img {
		max-width: 100%;
		padding: 0 5px 5px 0;
		margin: 3vw auto;
	}



	/* ----- message ----- */
	#scFes #message {
		padding: 10vw 0 5vw;
	}

	#scFes #message .messsage_text {
		font-size: 16px;
		font-size: calc(80vw / 23);
		line-height: 1.6;
		padding: 0 8vw 5vw;
	}

	#scFes #message .message_sns {
		max-width: 90%;
		padding: 0;
		margin: 0 auto;
		justify-content: space-around;
	}

	#scFes #message .message_sns li {
		max-width: 30%;
	}


	/* ----- event ----- */
	#scFes #event {
		padding: 3vw 0;
	}

	#scFes #event .event_top {
		display: block;
	}

	#scFes #event .event_top .event_img {
		margin-left: -5.5vw;
	}

	#scFes #event .event_top li {
		max-width: 80%;
		margin: 0 auto;
	}

	#scFes #event .event_date {
		padding: 5vw 3vw;
		margin: -7vw 0 10vw 7vw;
		max-width: 100%;
		width: 100%;
		text-align: left;
		position: relative;
		outline-offset: 8px;
	}

	#scFes #event .event_date dt {
		font-size: calc(75vw / 17);
		padding-bottom: 2vw;
	}

	#scFes #event .event_date dd {
		font-size: calc(90vw / 30);
		line-height: 2.0;
	}


	/* ----- pickup ----- */
	#scFes #pickup {
		max-width: 100%;
	}

	#scFes .pickup_ttl {
		font-size: 32px;
		font-size: 3.2rem;
		padding: 3vw 0;
	}

	#scFes #pickup .pickup_list {
		padding: 10vw 4vw;
		background: rgba(223, 247, 227, 1);
	}

	#scFes #pickup .pickup_list ul {
		display: flex;
		flex-wrap: wrap;
	}

	#scFes #pickup .pickup_list ul li {
		max-width: 80%;
		margin: 0;
		margin-bottom: 10%;
		padding-bottom: 10%;
		border-bottom :1px dashed #ccc;
	}

	#scFes #pickup .pickup_list ul li:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom :none;
	}

	#scFes #pickup .pickup_list h4 {
		position: absolute;
		left: -1.5vw;
		max-width: 95%;
	}

	#scFes #pickup .pickup_list .pickup_list_img {
		padding-top: 8vw;
	}

	#scFes #pickup .pickup_list_txt {
		font-size: 14px;
		font-size: calc(50vw / 14);
		padding-bottom: 0;
		line-height: 1.6;
	}

	/* ----- campusmap ----- */
	#scFes #campusmap {
		margin: 0 auto;
	}

	#scFes #campusmap .campusmap01 {
		padding: 7vw 0;
	}

	#scFes #campusmap .campusmap01 .map_ttl {
		font-size: 20px;
		font-size: 2.0rem;
		max-width: 90%;
		margin: 0 auto;
	}



	#scFes #campusmap .map_ttl:before,
	#scFes #campusmap .map_ttl:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 30%;
		height: 1px;
		background-color: #af1c24;
	}

	#scFes #campusmap .map_ttl:before {
		left: 0;
	}

	#scFes #campusmap .map_ttl:after {
		right: 0;
	}

	#scFes #campusmap .campus_mapph {
		padding: 5% 5% 2%;
	}

	#scFes #campusmap .campusmap02 {
		max-width: 100%;
		padding: 5vw 3vw 0;
	}

	#scFes #campusmap .campusmap02 .campus_ctnts {
		display: block;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#scFes #campusmap .campusmap02 .campus_ctnts li {
		max-width: 100%;
		display: block;
	}

	#scFes #campusmap .campusmap02 .campus_ctnts li:last-of-type {
		padding-bottom: 0;
	}

	#scFes #campusmap .campusmap02 .campus_ctnts .contents_ttl {
		font-size: 24px;
		font-size: 2.4rem;
		padding: 3vw 0;
		border-bottom: 3px solid #f85c81;
    color: #f85c81;
	}

	#scFes #campusmap .campusmap02 .campus_ctnts .contents_ttl02 {
		border-bottom: 3px solid #5fbe73;
		color: #5fbe73;
	}

	#scFes #campusmap .campusmap02 .campus_ctnts .contents_ttl03 {
		border-bottom: 3px solid #ff8b00;
		color: #ff8b00;
		padding: 3vw 0;
	}

	#scFes #campusmap .campusmap02 .campus_ctnts .contents_ttl04 {
		border-bottom: 3px solid #008cdc;
		color: #008cdc;
		padding: 3vw 0;
	}

	#scFes #campusmap .campusmap02 .campus_ctnts .contents_ttl05 {
		border-bottom: 3px solid #aa82c8;
		color: #aa82c8;
		padding: 3vw 0;
	}



	#scFes #campusmap .campusmap02 .campus_ctnts .contents_area {
		display: block;
		padding: 0 5px 0 0;
	}

	#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts {
		padding: 20px 0 10px;
		display: inline-flex;
		max-width: 100%;
		width: 100%;
	}

	#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts dd {
		font-size: calc(50vw / 14);
		text-align: left;
	}


	#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_parts03 span {
		font-weight: bold;
		color: #ff8b00;
		font-size: 18px;
		font-size: 1.8rem;
		margin: 3px 0;
	}

	#scFes #campusmap .campusmap02 .campus_ctnts .contents_area_rt {
		font-size: 11px;
		font-size: 1.1rem;
	}


	/* ----- schedule ----- */
	#scFes #schedule {
		padding: 7vw 0;
	}

	#scFes #schedule .time_lists {
		max-width: 80%;
	}

	#scFes #schedule .time_lists .list_day {
		margin: 5vw auto;
		max-width: 80%;
	}


	#scFes #schedule .time_lists .list_day:before {
		content: " ";
		display: block;
		height: 62px;
		width: 240px;
		background: #5fbe73;
		position: absolute;
		top: 2px;
		left: 2px;
		z-index: -1;
		border-radius: 15px;
	}


	/* ----- guest live ----- */
	#scFes #guestlive {
		padding: 7vw 0;
	}

	#scFes #guestlive .guest_top {
		max-width: 90%;
	}

	#scFes #guestlive .guest_top .guest_img {
		max-width: 90%;
		margin: 0 auto;
	}

	#scFes #guestlive .guest_top .guest_intro {
		max-width: 100%;
		padding: 15vw 4vw 7vw;
		margin-top: -10vw;
	}

	#scFes #guestlive .guest_top .intro_ttl {
		font-size: 22px;
		font-size: 2.2rem;
	}

	#scFes #guestlive .guest_top .intro_ttl span {
		font-size: 14px;
		font-size: 1.4rem;
		padding: 1.5vw 3vw;
		margin-left: -0.5vw;
	}

	#scFes #guestlive .guest_top .intro_rt {
		padding: 2vw 0 4vw;
	}

	#scFes #guestlive .guest_top .intro_date {
		padding-bottom: 4px;
	}

	#scFes #guestlive .guest_top .intro_date dt {
		height: 100%;
		max-width: 16vw;
		padding: 1.2vw;
		font-size: calc(16vw / 5);
	}

	#scFes #guestlive .guest_top .intro_date dd {
		font-size: calc(70vw / 19);
	}

	#scFes #guestlive .guest_top .intro_txt {
		font-size: calc(50vw / 14);
		line-height: 2.0;
		padding-top: 3vw;
	}

	#scFes #guestlive .ticket_box::before,
	#scFes #guestlive .ticket_box::after {
		width: 100%;
	}

	#scFes #guestlive .ticket_box::after {
		bottom: 0px;
	}

	#scFes #guestlive .ticket_ttl {
		padding: 0 0 15px;
	}

	#scFes #guestlive .ticket_date dt {
		height: fit-content;
		max-width: 20vw;
		width: 100%;
		padding: 1vw;
		font-size: calc(20vw / 6);
		text-align: center;
	}

	#scFes #guestlive .ticket_date dd {
		font-size: calc(50vw / 11);
		padding: 1vw;
	}


	#scFes #guestlive .ticket_rt dd {
		padding: 5vw;
		font-size: 1.4rem;
	}


	/* ----- company ----- */
	#scFes #company {
		padding: 7vw 0;
	}

	#scFes #company .company_ttl {
		max-width: 90%;
		padding: 3vw 0;
		font-size: 22px;
		font-size: 2.2rem;
	}

	#scFes #company .company_ttl::before,
	#scFes #company .company_ttl::after {
		width: 30vw;
		height: 2px;
	}

	#scFes #company .company_img {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}

	#scFes #company .company_img li {
		max-width: 40%;
		width: 100%;
		padding-bottom: 5vw;
		margin: 0;
	}


	/* ----- footer ----- */
	#scFes #scFes_footer {
		padding: 5vw 0;
		display: block;
		margin: 0 auto !important;
	}

	#scFes #scFes_footer h2 {
		font-size: 20px;
		font-size: 2.0rem;
		padding: 2vw 0 1vw;
		letter-spacing: 0;
	}

	#scFes #scFes_footer .address {
		text-align: center;
		color: #fff;
		padding-bottom: 20px;
		font-size: 12px;
		font-size: 1.2rem;
	}

	#scFes #scFes_footer .copyright {
		text-align: center;
		color: #fff;
		font-size: 10px;
		font-size: 1.0rem;
	}

	#scFes .sns__menu__item_sp {
		max-width: 40px;
		width: 100%;
		display: block;
		position: fixed;
		right: 5vw;
		top: 20vw;
		z-index: 99999;
		transition: 0.5s;
	}

	#scFes .site-header02 .header_sns_sp {
		display: block;
		justify-content: center;
	}

	#scFes .site-header02 .header_sns_sp li a {
		width: 100%;
		background-color: #fff;
		display: block;
		padding: 2.5vw;
		margin-bottom: 2vw;
		border-radius: 40px;
		height: 40px;
	}

	#scFes .open.nav-wrapper .sns__menu__item_sp {
		right: -200px;
		transition: 0.5s;
	}


	#scFes #company .company_img .company_img02 {
		padding: 0px 11.5vw;
	}
}
/* spこの上に記述 */


/* 20240909追加 */
#scFes .fes_insta__link {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
	    margin-left: 15px;
}
#scFes #kitchen_com .fes_insta__link {
    justify-content: center;
    gap: 5px;
    margin-left: 0;
    align-items: center;
    color: #af1c24;
}

#scFes .fes_insta__link .fes_insta__link__img {
    max-width: 20px;
    width: 100%;
	padding-top: 3px;
	display: block;
}

#scFe .fes_insta__link .fes_insta__link__img img{
	display: block;
}


#scFes .fes_insta__link span {
    font-family: 'Hind', sans-serif;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
#scFes #kitchen_com .company_ttl::before, 
#scFes #kitchen_com .company_ttl::after {
               top: calc(65% - 40px);
        width: 15%;
    }
}