@charset "UTF-8";
@import url("grid.css");

:root {
	--base-color: #000;
	--link-color: #3498db;
	--linkhover-color: #e74c3c;
	--border-color: #ccc;
	--white-color: #fff;
}
img {
	max-width:100%;
	height: auto;
}
a {
    /*display:block;*/
    color: var(--link-color);
    text-decoration-line: none;
}
a:hover { 
    color: var(--linkhover-color);
}
a img:hover {
	opacity: 0.8;
}
.underline {
	border-bottom: 3px solid var(--base-color);
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
	"Noto Sans JP",
    Meiryo,
    sans-serif;
}

/*ヘッダー
-------------------------------------*/
header {
	position: sticky;
	top: 0;
	background-color: rgba(255,255,255,0.5);
	z-index: 1;
}
.head {
    flex-direction: row;
    padding: 1rem 0 0 0;
}
.head h1 a img { 
    width: 30%;
}
.head h1 {
	margin-bottom: 0;
}
nav ul {
	display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
	margin-bottom: 0.5rem;
}
nav li {
    display: block;
    flex: 0 0 15%;
}
nav li a {
    text-decoration: none;
    text-align: center;
}
nav a:hover {
    text-decoration: underline;
}
nav a {
    padding: 1rem;
}

@media screen and (min-width: 769px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 25px;
}
.head h1 a img { 
    width: 50%;
}
.telbox {
	margin-left: 0;
	text-align: center;
}
.head #open,#close  {
    position: absolute;
    top: 28px;
    right: 12px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	padding-top: 0;
	border-bottom: 1px solid var(--border-color);
	margin-bottom: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}

/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 25vw;
}
@media screen and (min-width: 769px){
	.mainimg img {
	width: 50vw;
}
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0 0 5rem 0;
}

/*キャッチタイトル
-------------------------------------*/
h2.catch {
	text-align: center;
	color: var(--link-color);
	font-size: 4.0rem;
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: var(--white-color);
    padding: 3rem 0;
}
footer h5 {
    border-bottom: 1px solid var(--border-color);
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: var(--white-color);
}
.copyright a {
    color: var(--base-color);
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: var(--link-color);
    color: var(--white-color);
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: var(--linkhover-color:);
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
}
.breadcrumb li a {
    display: inline-block;
    color: var(--link-color);
}

/*
-------------------------------------*/
section .container{
	margin-bottom: 3rem;
}
h2{
	font-size: 22px;
	font-weight: 500;
	line-height: 30px;
	margin-bottom: 30px;
	background-color: #F6F6F6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	color: #111;
	clear: both;	
}
h3{
    font-size: 20px;
    letter-spacing: 0.1em;
    font-weight: 500;
    clear: both;
    margin-right: 30px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.indent{
	padding-left: 2rem;
}
.material-icons{
	vertical-align: -15%;
	color: #0085B2;
	padding-right: 0.5rem;
}
.col div,
.col p{
	margin-left: 2rem;
}
#profile .span-8{
	margin-bottom: 3rem;
}
#news ul li{
	padding-bottom: 1rem;
	border-bottom: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	list-style-type: none;
}
#news ul li span.date{
	padding-right: 1rem;
	color: #999;
}
#streaming .row{
	margin-bottom: 3rem;
}
#streaming .box{
	margin-bottom: 3rem;
}
.box{
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    border: 5px solid #e74c3c;
    text-decoration: none;
    display: block;
    width: 90%;
    background-color: #e74c3c;
    margin-right: auto;
    margin-left: auto;
    line-height: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    max-width: 500px;
}
.box span{
	color: #FFF;
	padding-right: 0.5rem;
	vertical-align: -20%;
}
.box a{
	font-weight: bold;
	color: #FFF;
}
.box a:visited{
	color: #FFF;
}
.box.account{
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    margin-right: auto;
    margin-left: 0;
	margin-bottom: 1rem;
    line-height: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    max-width: 400px;
}
.box.twitter{
	border: 5px solid #000;
	background-color: #000;
}
.box.bluesky{
	border: 5px solid #1081F6;
	background-color: #1081F6;
}
.box.misskey{
	border: 5px solid #96D04A;
	background-color: #96D04A;
}
.box.mixi2{
	border: 5px solid #fe9a00;
	background-color: #fe9a00;
}
