@charset "utf-8";
/* lower.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

/* -- ページタイトル ----------------------------------------------- */
#page_tt {
	color: #FFFFFF;
	font-weight: 800;
	font-size: 60px;
	line-height: 1.2em;
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 40vh;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#page_tt::after {
	content: "";
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	line-height: 1.2em;
	font-weight: 700;
}
#page_tt:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: solid 2px #ffffff;
	animation: border_anim 2s linear forwards;
}

@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}

/* -- ブルーマスク ----------------------------------------------- */
#mask {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.60);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* パンくず    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#breadcrumbs {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 80px;
}
#breadcrumbs ul {
	font-size: 0px;
}
#breadcrumbs li {
	font-size: 13px;
	display: inline-block;
}
#breadcrumbs li a {
	color: #00B2FC;
	text-decoration: none;
}
#breadcrumbs li a:hover {
	text-decoration: underline;
}
#breadcrumbs li:after {
	content: " ＞ ";
	margin-right: 5px;
}
#breadcrumbs li:last-child:after {
	content: "";
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* タイトルセット　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.title_set {
	margin-bottom: 50px;
	color: #00b2fc;
}
.title_set h3 {
	font-size: 150px;
	line-height: 1em;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: "Sulphur Point", sans-serif;
}
.title_set h4 {
	font-size: 48px;
	position: relative;
	padding-left: 40px;
	font-weight: 700;
	line-height: 1.2em;
}
.title_set h4 span {
	font-size: 30px;
	margin-right: 10px;
	position: absolute;
	left: 0px;
	top: 3px;
}






/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


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

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv {
	display: flex;
  　justify-content: center;
  　align-items: center;
}

/* -- ページタイトル ----------------------------------------------- */
#page_tt {
	font-size: 30px;
	line-height: 1.2em;
	left: 10px;
}
#page_tt::after {
	font-size: 18px;
	line-height: 1.2em;
}

/* -- ブルーマスク ----------------------------------------------- */
#mask {
	
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* パンくず    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#breadcrumbs {
	margin-top: 10px;
	max-width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 50px;
}
#breadcrumbs ul {
	overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
}
#breadcrumbs ul::-webkit-scrollbar {
    display: none;
  }
#breadcrumbs li {
	font-size: 12px;
}
	
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* タイトルセット　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.title_set {
	margin-bottom: 30px;
}
.title_set h3 {
	font-size: 90px;
	line-height: 0.9em;
	margin-bottom: 5px;
	overflow-wrap: anywhere;
}
.title_set h4 {
	font-size: 24px;
	padding-left: 30px;
	font-weight: 700;
}
.title_set h4 span {
	font-size: 20px;
	margin-right: 8px;
	top: 3px;
}
}
