@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');
@font-face {
    font-family: 'Santana-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Santana-Bold'), url('../webfonts/Santana-Bold.woff') format('woff');
}
html {
    height: 100%;
	min-height: 100%;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body {
	display: flex; /* ここから下フッタ対策 */
	/* flex-flow: column; */
    flex-direction: column;
	min-height: 100vh;
    
    font-family: 'BIZ UDPGothic', sans-serif;
    font-weight: 400;
    color: #574428;
    background-color: #fffbf3;
    background-image: url("../commonimg/bg_01.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center bottom;
	position: relative;
}
/* forIE  */
@media all and (-ms-high-contrast:none) {
body {
	display:block;
	min-height: 100vh;
	height: 100vh;
	position: relative;
    }}
/* pc */
/* header .logo {
    display: block;
    width: 350px;
    max-width: 90%;
    margin: 3em auto 0;
    padding: 0 0 0 0;
} */
/* menu
---------------------------------------*/
#menu {
    display: block;
    position: fixed;
    right: 0;
    top:30px;
    z-index: 99;
}
#menu ul {
    list-style: none;
    text-align: center;
}
#menu li {
    display: block;
    margin: 0 0 0 0;
    padding: 0.5em 0 0.25em 0;
    width: 4em;
    border: solid 1px #fffbf3;
    background-color: #EE7A10;
}
#menu li i {
    font-size: 2em;
    color: #FFFFFF;
}
#menu li span {
    display: block;
    font-size: 0.5em;
    color: #FFFFFF;
}
#menu li:first-child span {
    letter-spacing: 0.5em;
    padding-left: 0.5em;
}
#menu li:last-child span {
    letter-spacing: 0.3em;
    padding-left: 0.3em;
}
#menu li a {
    text-decoration: none;
}
/* ヘッダ
---------------------------------------*/
header .logo img {
    display: block;
    margin: 4em auto 0em!important;
    width: 340px;
}
main {
 	flex: 1; /* フッタ対策 */
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 0 0 0 0;
}
/* 大枠 */
section {
    display: block;
    width: 1000px;
    max-width: 95%;
    margin: 3em auto 0;
}
/* 見出し系 */
#business h2, #music h2, #contact h3 {
    display: block;
    margin: 0 auto 0;
    padding: 0 0 0 0;
    text-align: center;
    font-family: 'Santana-Bold';
    font-weight:normal;
    font-size: 2em;
    color: #EE7A10;
}
/* intro */
#intro h1 {
    display: block;
    font-size: 3em;
    letter-spacing: 1em;
    font-weight: 400;
    text-align: center;
    padding: 0 0 0 1em;
}
#intro p {
    display: block;
    text-align: center;
    font-size: 1.3em;
    letter-spacing: 0.1em;
    margin: 0.2em auto 0 auto;
}
/* 仕事 */
#business {
    
}
#business dl {
    display: block;
    margin: 1em auto 0;
    text-align: center;
}
#business dt {
    font-size: 1.25em;
    font-weight: 700;
    margin: 1em auto 0.5em;
}
#business dd {
    line-height: 1.5em;
    margin: 0 auto 0.5em;
}
/* 音楽 */
#youtube ul {
    display: block;
    margin: 1em auto;
    list-style: none;
}
#youtube li { 
    width: 49%;
    float: left;
}
#youtube li:last-child {
    float: right;
}

#youtube li div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
#youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#soundcloud {}
#soundcloud ul {
    display: block;
    margin: 1em auto;
    list-style: none;
}
#soundcloud li {
    width: 49%;
    float: left;
}
#soundcloud li:last-child {
    float: right;
}
/* お問い合わせ */
#contact p {
    display: block;
    margin: 1em auto 0;
    text-align: center;
}
/* リンク */
#link {
    display: block;
    margin: 1em auto 5em;
    width: 700px;
    max-width: 95%;
}
#link ul {
    list-style: none;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#link li {
	-webkit-flex: 0 1 33%;
	-ms-flex: 0 1 33%;
	flex: 0 1 33%;
    text-align: center;
}
#link li i {
    font-size: 3.5em;
    color: #EE7A10;
}
#link li:last-of-type {
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}
#link li:last-of-type img {
    display: block;
    margin: 2em auto 0;
    width: 80px;
    height: auto;
}
#link li a i:hover {
    color: #ED3D40;
}
#link li a {
    text-decoration: none;
}
#link li a span {
    display: block;
    color: #EE7A10;
    font-size: 0.9em;
}
#link li a span:hover {
    color: #ED3D40!important;
}
/* Font Awesome 
.twittericon:before {
  content: '\f099';
  font-family: 'Font Awesome 6 Brands';
  font-weight: 900;
} */
/* フッタ
---------------------------------------*/
footer {
    display: block;
    margin: 0 0 0 0!important;
    padding: 0 0 0 0!important;
}
footer p {
    text-align: center;
    font-size: 0.9em;
    padding-bottom: 0.5em;
}
/* tab large */
@media screen and (max-width: 1024px) {

}
/* music対応 */
@media screen and (max-width: 640px) {
/* 音楽 */
#youtube ul {
    display: block;
    margin: 1em auto;
    list-style: none;
}
#youtube li { 
    width: 100%;
    float: none;
    margin-bottom: 1em;
}
#youtube li:last-child {
    float: none;
}

#youtube li div {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
#youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#soundcloud {}
#soundcloud ul {
    display: block;
    margin: 1em auto;
    list-style: none;
}
#soundcloud li {
    width: 100%;
    float: none;
}
#soundcloud li:last-child {
    float: none;
}
}
/* sp */
@media screen and (max-width: 599px) {
body {
    padding-top: 2em;
}
/* ヘッダ
---------------------------------------*/
header .logo img {
    display: block;
    margin: 4em auto 0em!important;
    width: 340px;
    max-width: 80%;
}
/* menu
---------------------------------------*/
#menu {
    display: block;
    width: 100%;
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 99;
    margin: 0 0 0 0;
    padding: 0 0 0 0!important
}
#menu ul {
    list-style: none;
    text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#menu li {
	-webkit-flex: 0 1 25%;
	-ms-flex: 0 1 25%;
	flex: 0 1 25%;
    border: solid 1px #fffbf3;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
#menu li i {
    font-size: 1.5em;
    color: #FFFFFF;
}
#menu li span {
    display: block;
    font-size: 1em;
    color: #FFFFFF;
}
#menu li:first-child span {
    letter-spacing: 0.5em;
    padding-left: 0.5em;
}
#menu li:last-child span {
    letter-spacing: 0.3em;
    padding-left: 0.3em;
}
#menu li a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #EE7A10;
    text-decoration: none;
    padding: 0.25em 0;
}
#menu li a:hover {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ED3D40;
}
/* 大枠 */
section {
    margin: 2em auto 0;
}
/* intro */
#intro h1 {
    display: block;
    font-size: 2em;
    letter-spacing: 1em;
    font-weight: 400;
    text-align: center;
    padding: 0.25em 0 0 1em;
}
#intro p {
    display: block;
    text-align: center;
    font-size: 1em;
    letter-spacing: normal;
    margin: 0.2em auto 0 auto;
}
/* 仕事 */
#business {
    
}
#business dl {
    display: block;
    margin: 1em auto 0;
    text-align: center;
}
#business dt {
    font-size: 1.2em;
    font-weight: 700;
    margin: 1em auto 0.5em;
}
#business dd {
    font-size: 1em;
    line-height: 1.75em;
    margin: 0 auto 0.5em;
}
#business dd span {
    display:block;
}
}

