@charset "UTF-8";

/* ---------------------------------------
 - 全体.
 ----------------------------------------*/
html, body { margin: 0; padding: 0; font-size: 10px; font-family: 'Noto Sans JP', sans-serif; position: relative; }
a { text-decoration: none; color: initial }

/* ---------------------------------------
 - ホーム.
 ----------------------------------------*/
#Main-Home { font-size: 1.6em; }
	/* ---------------------------------------
	 - ホーム: セクション: 1.
	 ----------------------------------------*/
	#Main-Home #Section-1 { width: 100%; height: 100vh; }
	#Main-Home .Section-1--Contents { background: url(../_img/Global-Logo-Black.png) no-repeat center center; background-size: 16em; height: 100%; position: relative; }
	#Main-Home .Section-1--Contents p { visibility: hidden; }
	/* ---------------------------------------
	 - ホーム: セクション: 2.
	 ----------------------------------------*/
	#Main-Home #Section-2,
	#Main-Home .media-contents { width: 100%; height: 100vh; display: flex; justify-content: center; align-items: center; }
	#Main-Home #Section-2 { display: none; }
	#Main-Home .Section-2--Contents { width: 100%; max-width: 90vw; position: relative; height: 30em; }
	#Main-Home .Section-2--Contents h1 { margin-left: 12.0em; padding-bottom: 1.5em; padding-top: 1.2em; font-weight: initial; font-size: calc(10px * 1.6); }
	#Main-Home .Section-2--Contents--Table-Wrapper { margin-top: 1.5em; padding-top: 0; }
	#Main-Home .Section-2--Contents--Table { display :flex; margin: 1.5em auto; }
	#Main-Home .Section-2--Contents--Table:first-child { margin-top: 2.5em; }
	#Main-Home .Section-2--Contents--Table dt { width: 10em; padding-left: 3em; }
	#Main-Home .Section-2--Contents--Table dd { width: calc(100% - 10em); padding-left: 1.5em; padding-right: 5em; }
	#Main-Home .Section-2--Contents--Border--Tate { position: absolute;left: 0;top: 0;border-right: 1px solid #000;width: 10em;height: 30em; animation-name: Border-Tate; animation-duration: 1s; animation-timing-function: ease-out; }
	#Main-Home .Section-2--Contents--Border--Yoko { position: absolute;left: 0;top: 0;border-bottom: 1px solid #000; width: 100%; height: 3em; font-size: 1.5em; animation-name: Border-Yoko; animation-duration: 1s; animation-timing-function: ease-out; }

	/* - JavaScript向け */
	#Main-Home .Section-2--Contents--Table { opacity: 0; }

	@media screen and ( max-width: 650px )
	{
		#Main-Home .Section-2--Contents h1 { margin-left: 1.0em; }
		#Main-Home .Section-2--Contents--Border--Tate { display: none; }
		#Main-Home .Section-2--Contents--Table { flex-wrap: wrap; }
		#Main-Home .Section-2--Contents--Table dt { width: 100%; padding-left: 1em; }
		#Main-Home .Section-2--Contents--Table dd { width: 100%; padding-right: 0; }
	}



	@keyframes Border-Tate {
		from
		{
			height: 0;
			opacity: 0;
		}
	    to
	    {
	    	height: 30em;
			opacity: 1;
		}
	}

	@keyframes Border-Yoko {
		from
		{
			width: 0;
			opacity: 0;
		}
	    to
	    {
	    	width: 100%;
			opacity: 1;
		}
	}
	/* ---------------------------------------
	 - Discography: セクション: 1.
	 ----------------------------------------*/
	#Main-Home .Section-1--Contents.Page--Discography { background: initial; }
	#Main-Home .Section-1--Contents.Page--Discography > p { visibility: visible; display: flex; flex-wrap: wrap; justify-content: center; width: 640px; margin: auto; }
	@media screen and ( max-width: 650px )
	{
		#Main-Home .Section-1--Contents.Page--Discography > p { width: 100vw; }
		#Main-Home .Section-1--Contents.Page--Discography > p img { max-width: 100vw; height: auto; }
	}

	/* ---------------------------------------
	 - Service: セクション: 1.
	 ----------------------------------------*/
	#Main-Home .Section-1--Contents.Page--Service { background: initial; }
	#Main-Home .Section-1--Contents.Page--Service > p { visibility: visible; display: flex; flex-wrap: wrap; justify-content: center; width: 640px; margin: auto; }
	#Main-Home .Section-1--Contents.Page--Service > p img { display: block;  }
	@media screen and ( max-width: 650px )
	{
		#Main-Home .Section-1--Contents.Page--Service > p { width: 100vw; }
		#Main-Home .Section-1--Contents.Page--Service > p img { max-width: 100vw; height: auto; }
	}

/* ---------------------------------------
 - 全体: フッター.
 ----------------------------------------*/
.Footer { width: 100%; }
.Footer .Footer--Contents--Bottom { position: fixed; bottom: 2em; text-align:center; width: 100%; font-size: 1.2em; letter-spacing: 0.5px; display: flex; justify-content: space-evenly; align-items: center; }
.Footer .Footer--Contents--Bottom a { box-shadow: 0px 0px 7px 5px #fff; display: block; background: #fff; }
.Footer a.Link-Trigger > img { display: table;margin: auto;max-height: 1.0em; }

.media-section .Section-2--Contents--Table {
	/* opacity: 1!important; */
}
.Section-2--Contents--Table dd a {
	color: #727171;
}

/* --------------------------------------------------------------------------------------------------------
 * 静的ページ.
 *-------------------------------------------------------------------------------------------------------*/
.contact-form {
	max-width: 760px;
    margin: auto;
    padding: 40px 10px 20px 20px;
}

.Static-Container {
	display: block;
	color: #666;
	margin-bottom: 1em;
}
.Static-Container h1 {
	font-size: 1.8em;
	margin: 0.75em 0 1.25em 0;
}
.StaticContents h2 {
	font-size: 1.4em;
	margin: 0.5em 0;
}
.StaticContents p {
	font-size: 0.85em;
	margin: 0.5em 0;
}
.StaticContents-Company,
.StaticContents-Contact {
	margin-bottom: 2.35em;
}
.StaticContents-Contact input {
	height: 3em;
	line-height: 2em;
}
.StaticContents-Contact textarea {
	height: 20em;
}
.StaticContents-Contact input,
.StaticContents-Contact textarea {
	width: calc(100% - 1em);
	border: 1px solid #ccc;
	font-size: 1.3em;
}
.StaticContents-Contact button {
	border: 1px solid #ccc;
	color: #666;
	font-size: 1.3em;
	padding: 0.35em 0.75em;
	appearance: none;
	background: unset;
}
.StaticContents-Contact--Process p {
	margin-bottom: 1.5em;
}
.StaticContents-Contact--Action {
	text-align: right;
}
.StaticContents-Contact--Action button {
	margin: 0 0.35em;
}
img:not([alt]) {
    filter: initial;
}
.fa-chevron-left {
	font-family: "Font Awesome 5 Free";
}

