/* -----------------------------------
  フォント
----------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Hind:wght@600;700&family=Passions+Conflict&display=swap" rel="stylesheet');
/* 
font-family: 'Didact Gothic', sans-serif;
font-family: 'Hind', sans-serif;
font-family: 'Passions Conflict', cursive;
 */

/* -----------------------------------
  basic
----------------------------------- */


body#scFes {
	font-size: 1.6rem;
	color: #222222;
	background: #ffffff;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.4;
	padding-top: 0;
}

#scFes a {
	text-decoration: none;
	transition: .3s;
}

#scFes a:hover {
	opacity: 0.7;
}

#scFes img {
	width: 100%;
}

/* アニメーション：下からふわっと */
#scFes .top {
	height: 100vh;
}

#scFes .title {
	text-align: center;
	line-height: 100vh;
}

#scFes h2 {
	max-width: 415px;
	width: 100%;
	text-align: center;
	position: relative;
	display: inline-block;
	font-family: 'Hind', sans-serif;
	font-weight: bold;
	font-size: 52px;
	font-style: italic;
	letter-spacing: 4px;
	padding: 20px 0;
	background: url(../images/ttl_bg1@2x.png) no-repeat;
	background-position: top 8px center;
	background-size: 100%;
	margin-bottom: 60px;
}

#scFes h2::before {
	content: " ";
	display: block;
	width: 118px;
	height: 59px;
	position: absolute;
	top: calc(50% - 110px);
	left: calc(50% - 50px);
}

#scFes article:nth-of-type(2) h2:before {
	background: url(../images/ttl_icon1@2x.png)no-repeat;
	background-size: contain;
}

#scFes article:nth-of-type(3) h2:before {
	background: url(../images/ttl_icon2@2x.png)no-repeat;
	background-size: contain;
}

#scFes article:nth-of-type(5) h2:before {
	background: url(../images/ttl_icon3@2x.png)no-repeat;
	background-size: contain;
}

#scFes article:nth-of-type(6) h2:before {
	background: url(../images/ttl_icon4@2x.png)no-repeat;
	background-size: contain;
}

#scFes article:nth-of-type(7) h2:before {
	background: url(../images/ttl_icon5@2x.png)no-repeat;
	background-size: contain;
}

#scFes .pickup_ttl {
	text-align: center;
	position: relative;
	display: block;
	font-family: 'Hind', sans-serif;
	font-weight: bold;
	font-size: 45px;
	font-size: 4.5rem;
	font-style: italic;
	letter-spacing: 2px;
	padding: 20px 0;
	margin-bottom: 60px;
}

#scFes .pickup_ttl::before {
	content: " ";
	display: block;
	position: absolute;
	bottom: -15px;
	left: calc(50% - 25px);
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 20px solid #f85c81;
}

@media screen and (min-width:481px) {
	#scFes .title {
		font-size: 1.5rem;
	}
}

/* ブロック共通初期設定 */
#scFes .scroll-block {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

/* ----------下からふわっと---------- */
/* 画面外 */
#scFes .fade-block2 {
	transform: translateY(100px);
	transition: all .5s ease-in;
	opacity: 0;
}

/* 画面に入った時の動き */
#scFes .fade-block2.blockIn {
	transform: translateY(0);
	opacity: 1;
}

/* -----------------------------------
  サイトカラー
----------------------------------- */

#scFes .kr_clr {
	background-color: #f85c81;
}

#scFes .sub_clr {
	background-color: #5fbe73;
}

#scFes .marker {
	background-color: #ffffaf;
}

#scFes .kr_clr a,
#scFes .sub_clr a {
	color: #FFFFFF;
}

#scFes .seiwa_clr_txt {
	color: #f85c81 !important;
}

#scFes .sub_clr_txt {
	color: #5fbe73 !important;
}

/* -----------------------------------
  ボタン
----------------------------------- */


/* -----------------------------------
  pc
----------------------------------- */
/* -- ページレイアウト -- */
#scFes .cntns_cen {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	margin-right: 0;
}

#scFes .txt-c {
	text-align: center;
}

#scFes .txt-l {
	text-align: left;
}

#scFes .boxcenter {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

#scFes .pc_block {
	display: block;
}

#scFes .pc_flex {
	display: flex;
}

#scFes .pc_inline {
	display: inline;
}

#scFes .pc_inblock {
	display: inline-block;
}

#scFes .sp_block,
#scFes .sp_flex,
#scFes .sp_inline,
#scFes .sp_inblock {
	display: none;
}

/*-------- header --------*/

#scFes .cntns_nav a {
	color: #ff738c;
	display: block;
	font-size: 2.2rem;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

#scFes .header_sns {
	max-width: 180px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

#scFes .site-header {
	background: #fffe;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 9999;
}

#scFes .site-header .head_menu {
	    max-width: 1100px;
	width: 100%;
	display: flex;
	margin: 0 auto;
	padding: 18px 25px;
}

#scFes .site-header .boxcenter {
	margin: 0 0 0 auto;
}

#scFes .site-header.fixed {
	position: fixed;
	top: 0;
	border-bottom: 1px solid #ff738c;
	background: #fff;
}

#scFes .gnav__menu {
	display: flex;
	justify-content: space-between;
}

#scFes .gnav__menu__item {
	padding: 5px 0;
	font-size: 2.4rem;
	font-weight: bold;
	color: #af1c24 !important;
	position: relative;
	font-family: "游ゴシック体", YuGothic, 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 1.0;
}

#scFes .gnav__menu__item>a {
	width: 100%;
}

#scFes .gnav__menu__item>a::after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ff738c;
	bottom: -2px;
	/*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

#scFes .gnav__menu__item>a:hover::after {
	visibility: visible;
	bottom: 2px;
	opacity: 1;
}

#scFes .sns__menu__item {
	max-width: 180px;
	width: 100%;
	margin-left: 80px;
}

/*ベース*/
#scFes .toggle {
	display: none;
}

#scFes .Label {
	/*タイトル*/
	padding: 5px 0;
	font-size: 2.4rem;
	font-weight: bold;
	color: #ff738c !important;
	position: relative;
}

#scFes .Label::before {
	/*タイトル横の矢印*/
	content: "";
	width: 10px;
	height: 10px;
	border-top: 3px solid #ff738c;
	border-right: 3px solid #ff738c;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 7px);
	right: -18px;
	transform: rotate(135deg);
	transition: all .3s;
}

#scFes .Label,
#scFes .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all .3s;
}

#scFes .content {
	/*本文*/
	height: 0;
	overflow: hidden;
	transition: all .3s;
}

#scFes .content a {
	font-size: 1.6rem;
	margin-left: -8px;
}

#scFes .toggle:checked+.Label+.content {
	/*開閉時*/
	height: auto;
	padding: 0 5px;
	z-index: 9999;
	transition: all .3s;
}

#scFes .toggle:checked+.Label::before {
	transform: rotate(-45deg) !important;
	top: calc(50% - 3px);
	transition: all .3s;
}

/*-------- body --------*/
#scFes main {
	background: url(../images/top_bg.png);
	background-attachment: fixed;
	background-size: cover;
	background-position: top center;
}

#scFes .ttl_border {
	position: relative;
}

#scFes .ttl_border::before,
#scFes .ttl_border::after {
	content: " ";
	display: block;
	width: 400px;
	height: 3px;
	background: #f85c81;
	position: absolute;
	top: 30%;
}

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

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


/* -- トップへ戻る -- */
#scFes .pageTopBtn {
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 80;
	background-color: #f2e7ff77;
	border-radius: 50px;
}

#scFes .pageTopBtn a {
	width: 70px;
	height: 70px;
	opacity: 0.75;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

/* -----------------------------------
  tablet
----------------------------------- */
@media screen and (max-width: 1024px) {


	#scFes .menu_left {
		width: 45vw;
		display: block;
	}

	#scFes .main_menu {
		width: 100%;
		align-items: flex-end;
	}

	#scFes .main_menu_items {
		margin: 0 10px;
		padding: 2px 0;
	}


	/* この上に記述 */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {}

/* -----------------------------------
  sp
----------------------------------- */
@media screen and (max-width: 767px) {
	#scFes body {
		font-size: 1.2rem;
	}

	#scFes main {
		width: 100%;
		font-size: 1.2rem;
		padding-top: 30vw;
	}

	#scFes .boxcenter {
		width: 100%;
		margin: 0 auto;
		max-width: none;
		overflow: hidden;
	}

	#scFes .sp_block {
		display: block;
	}

	#scFes .sp_flex {
		display: flex;
	}

	#scFes .sp_inline {
		display: inline;
	}

	#scFes .sp_inblock {
		display: inline-block;
	}

	#scFes .pc_block,
	#scFes .pc_flex,
	#scFes .pc_inline,
	#scFes .pc_inblock {
		display: none;
	}


	/* -- トップへ戻る -- */
	#scFes .pageTopBtn {
		bottom: 5vw;
		right: 10px;
		z-index: 80;
	}

	#scFes .pageTopBtn a {
		width: 16vw;
		height: 16vw;
	}
}