:root {
	--main-color: #0000ff;
}
* {
	margin: 0;
	padding: 0;
	vertical-align: top;
	box-sizing: border-box;
	color: var(--main-color);
	font-weight: normal;
}
@media screen and (max-width: 768px) {
  * { -webkit-text-size-adjust: none; }
}
.fnt_ja {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.fnt_en {
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.fnt_size {
	font-size: 19px;
}
.fnt_size_jp {
	font-size: 28px;
}
.fnt_size_en {
	font-size: 30px;
}
h1 {
	font-size: 32px;
}
@media all and (max-width: 768px) {
h1 {
	margin-bottom: 30px;
}
}
/*============================================================================================================================*/
html {
	width: 100%;
/* 	visibility: hidden; */
}
/*
html.wf-active {
	visibility: visible;
}
*/
body {
	width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	padding-top: 40px;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}
/*
@media all and (max-width: 768px) {
body {
	width: 100%;
	margin: 0 auto;
	padding: 30px 15px 30px 15px;
}
}
*/
@media all and (max-width: 1194px) {
body {
	width: 100%;
	margin: 0 auto;
	padding: 30px 15px 30px 15px;
}
}
header p > a {
	font-size: 18px;
}
header a {
	display: inline-block;
}
header h1#site_title > a:hover,
header p#about > a:hover {
	background-color: var(--main-color);
}
header h1#site_title > a:hover span,
header p#about > a:hover span {
	color: #fff;
}
header h1#site_title {
/* 	border: 1px solid #000; */
}
header h1#site_title > a {
	width: 190px;
	height: 31px;
	position: relative;
/* 	border: 1px solid #000; */
}
header h1#site_title > a span {
	position: absolute;
	width: 100%;
	height: 100%;
/* 	border: 1px solid #000; */
	display: inline-block;
	top: -9px;
}
header p#about > a {
	width: 113px;
	height: 16px;
	position: relative;
/* 	border: 1px solid #000; */
}
header p#about > a span {
	position: absolute;
	width: 100%;
	height: 100%;
/* 	border: 1px solid #000; */
	display: inline-block;
	top: -3px;
}
a {
	text-decoration: none;
}
header img {
	height: 24px;
	object-fit: contain;
}
header p#instagram img {
	height: 18px;
	margin-top: 2px;
}
p#speaker_off {
	width: 24px;
}
p#speaker_on {
	width: 24px;
}
p#speaker_off {
	display: block;
}
p#speaker_on {
	display: none;
}
p#speaker_off:hover {
	cursor: pointer;
}
p#speaker_on:hover {
	cursor: pointer;
}
/*============================================================================================================================*/
header {
	width: 100%;
	height: 50px;
	margin-bottom: 70px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
/* 	align-items: baseline; */
/* 	border: 1px solid #000; */
	position: relative;
}
@media all and (max-width: 768px) {
header {
	margin-bottom: 100px;
	flex-direction: column;
	justify-content: normal;
	align-items: normal;
}
}
header > div {
/* 	height: 100%; */
	position: absolute;
}
header > div:first-child {
	bottom: -10px;
}
header > div:last-child {
	display: flex;
	flex-direction: row;
	bottom: 0;
	right: 0;
	align-items: center;
}
@media all and (max-width: 768px) {
header > div:last-child {
	bottom: auto;
	right: auto;
	margin-top: 50px;
}
}
header > div:last-child > p:first-child {
	margin-right: 50px;
}
header > div:last-child > p:nth-child(2) {
	margin-right: 20px;
}
img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*============================================================================================================================*/
main {
	width: 100%;
}
main > div {
	width: 100%;
}
/*============================================================================================================================*/
#top main > div {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: normal;
}
@media all and (max-width: 768px) {
#top main > div {
	flex-direction: column;
}
}
@media screen and (orientation: landscape) and (max-width: 768px) {
#top main > div {
	flex-direction: column;
}
}
#top main > div > div {
	width: calc(400px - 20px);
	display: flex;
	flex-direction: column;
	margin-bottom: 90px;
	margin-right: 60px;
}
@media all and (max-width: 768px) {
#top main > div > div {
	width: calc(100vw - 30px);
	margin-bottom: 90px;
}
}
#top main > div > div:nth-child(3n) {
	margin-right: 0px;
}
#top main > div > div > div:first-child {
	width: 100%;
	display: flex;
	flex-direction: row;
}
#top main > div > div > div:last-child {
	flex-direction: column;
}
#top main > div > div > div:nth-child(2) > a > div:last-child > p > span {
	border-top: 1px solid var(--main-color);
	margin-top: 10px;
	display: inline-block;
	padding-top: 10px;
}
#top main > div > div > div:first-child {
	height: calc(190px);
/* 	border: 1px solid var(--main-color); */
	margin-bottom: 15px;
}
@media all and (max-width: 768px) {
#top main > div > div > div:first-child {
	height: calc(50vw - 15px);
/* 	border: 1px solid var(--main-color); */
	margin-bottom: 15px;
}
}
#top main > div > div > div:first-child > div {
	width: calc(100% / 2);
}
@media all and (max-width: 768px) {
#top main > div > div > div:first-child > div {
	height: 100%;
}
}
#top main > div > div > div:first-child > div:first-child {
	display: flex;
	justify-content: center;
	align-items: center;
}
#top main > div > div > div:first-child > div:first-child > img {
	width: 35px;
	height: 35px;
}
#top main > div > div > div:nth-child(2) {
	width: calc(100%);
	margin-right: auto;
	vertical-align: baseline;
}
#top main > div > div > div:nth-child(2) > p:first-child {
	width: calc(90%);
	font-size: 15px;
}
/*============================================================================================================================*/
#about main > div > div {
	margin-bottom: 50px;
}
#about main > div > div:last-child {
	margin-top: 170px;
}
#about main > div > div > div#contact {
	margin-bottom: 60px;
}
#about h2 {
	font-size: 26px;
	margin-bottom: 60px;
}
#about h3 {
	font-size: 15px;
	margin-bottom: 30px;
	margin-left: -7px;
}
#about tr {
	width: 100%;
}
#about td {
	font-size: 15px;
	padding-bottom: 3px;
}
@media all and (max-width: 768px) {
#about td {
	width: 100%;
	display: block;
	padding-bottom: 8px;
}
}
#about td br {
	display: none;
}
@media all and (max-width: 768px) {
#about td br {
	display: block;
}
}
#about td:first-child {
	width: 100px;
	font-family: "futura-pt", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 19px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-right: 60px;
}
@media all and (max-width: 768px) {
#about table tbody tr > td:first-child {
	width: 100%;
	display: block;
	padding-right: 0px;
	padding-bottom: 8px;
}
}
@media all and (max-width: 768px) {
#about table tbody tr > td.year {
	margin-top: 10px;
	font-size: 20px;
}
}
#about main > div > div:first-child > div > div:first-child > p {
	line-height: 1.7em;
	margin-bottom: 30px;
	letter-spacing: 1px;
	font-size: 15px;
}
#about main > div > div:first-child > div > div:last-child > p {
	line-height: 1.6em;
	margin-bottom: 30px;
	letter-spacing: 0px;
	font-size: 18px;
}
#about main > div > div:first-child > div > p:not(:first-child) {
	font-size: 18px;
}
#about main > div > div:first-child > div > p:nth-child(2) {
	margin-bottom: 30px;
}
#about main > div > div:last-child > p {
	font-size: 13px;
}
#about main > div > div:last-child > p > br {
	display: none;
}
@media all and (max-width: 768px) {
#about main > div > div:last-child > p > br {
	display: block;
}
}
#about main > div > div#biography > div {
	margin-bottom: 0px;
}
#about main > div > div#biography > div > div {
	margin-bottom: 0px;
}
#about main > div > div#biography > div > div > div {
	margin-bottom: 60px;
}
#about main > div > div#biography > div > p > img {
	width: 25px;
	height: auto;
}
#about main > div > div#biography > div > p:nth-child(2) {
	margin-bottom: 10px;
}
/*============================================================================================================================*/
#work {
	
}
#work main > div > div {
	margin-bottom: 40px;
}
#work main > div > div:nth-child(2) {
	position: relative;
}
#work main > div > div:nth-child(2) > img:not(:first-child) {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#work main > div > div:nth-child(2) > img:nth-child(3) {
	display: none;
}
#work main > div > div#play_audio {
	
}
#work main > div > div#play_audio:hover {
	cursor: pointer;
}
#work main > div > div > div:first-child {
	margin-bottom: 30px;
}
/*
#work h2 {
	font-size: 28px;
}
*/
#work main > div > div > div:last-child > p {
	font-size: 22px;
}
#work main > div > div:nth-child(3) {
	width: 100%;
	display: flex;
	flex-direction: row;
	margin-top: 30px;
}
@media all and (max-width: 768px) {
#work main > div > div:nth-child(3) {
	flex-direction: column;
}
}
#work main > div > div:nth-child(3) > div:first-child {
	width: 65%;
	padding-right: 100px;
}
@media all and (max-width: 768px) {
#work main > div > div:nth-child(3) > div:first-child {
	width: 100%;
	padding-right: 0px;
	margin-bottom: 100px;
}
}
#work main > div > div:nth-child(3) > div:first-child > div:first-child {
	margin-bottom: 30px;
}
#work main > div > div:nth-child(3) > div:first-child > div:first-child > p {
	font-size: 15px;
	line-height: 1.8em;
/* 	letter-spacing: 1px; */
	text-align: justify;
}
#work main > div > div:nth-child(3) > div:first-child > div:last-child > p {
	font-size: 18px;
	line-height: 1.6em;
/* 	letter-spacing: 1px; */
}
#work main > div > div:nth-child(3) > div:last-child {
	width: 35%;
	text-align: left;
	padding-top: 4px;
}
@media all and (max-width: 768px) {
#work main > div > div:nth-child(3) > div:last-child {
	width: 100%;
	padding-right: 0px;
	margin-bottom: 100px;
}
}
#work main > div > div:nth-child(3) > div:last-child > div > p {
	font-size: 11px;
	line-height: 1.7em;
}
#work main > div > div:nth-child(3) > div:last-child > div:first-child {
	margin-bottom: 30px;
}

#play_audio_01 {
}
#audio_containar_01 {
}
div.audio_containar {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background-color: #0000ff;
}
div.audio_box {
	width: 100%;
	height: calc(100%);
}

div#content {
	height: 0;
	overflow-y: hidden;
	transition: .5s;
}
div#content.active {
	overflow-y: hidden;
	padding-top: 50px;
}
div#content #accordionOpen {
	display: block;
}
