/***** PC用のデザインCSS *****/
#aftermovie{
	display:none;
	}
	
	#toparea{
	width: 100%;
	display:block;
	}
	.container{position: relative;
	width: 100%;
	max-width: 100%;
	height: 100%;

}

.slide {
	position:relative;
	width: 100%;
	height:800px;
}
.slide img {
	position:absolute;
	opacity:0;
	transition:all 1s ease-in-out;
	height:100%;
	object-fit:contain;
}
	

.slideimage:nth-of-type(1) {
	animation-delay: 0s;
}
.slideimage:nth-of-type(2) {
	animation-delay: 10s;
}



#suzuki_kaito_container{
background-color:#FFF;

}
.suzuki_title_p{text-align: center;
margin:0 auto;}
.suzuki_title{text-align: center;
 padding: 1rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
letter-spacing:2px;
    font-weight: 700;
font-size: 1.2em;
text-shadow: 1px 1px 2px black;
margin: 20px auto;}
/* 
.suzuki_title_p{text-align: center;
margin:0 auto;}
.suzuki_title{font-family:"monospace" , "Hiragino Sans",ヒラギノ角ゴシック,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing:2px;
    font-weight: 700;
    color:#FCF7F7;
background-color: #2691fc;     
text-align: center;
    font-size: 1.2em;
text-shadow: 1px 1px 2px black; 
    padding: 15px 30px;
    border-radius: 50px;
    text-align: center;
    width: fit-content;
    margin: 20px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); }
    
 */
.brsp {display:none;}
.suzuki_name_area{background: ;
width:100%;

	margin:30px 0;
}

.suzuki_name{text-shadow: 1px 1px 2px pink;
    font-size: 46px;
    margin: 0;
    text-align: left;
    color: #333333;
    font-weight: bold;
font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic","Yu Gothic", YuGothic, sans-serif;}

.suzuki_name_en{
    font-size: 23px;
    margin: 0;
    
    color: #333333;
    font-weight: thin;
font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}



#suzukikaito_area{
width:100%;
display: flex;
    justify-content: flex-start;
	margin:auto;
    gap: 50px;
}
.suzukikaito_img{width:450px;
}
	
.suzukikaito_tabel_area{
width: 100%;

}
    .suzukikaito_table{
  width: 100%;
       
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 border-top: solid 1px #778ca3;
        margin-bottom: 40px;
}

    .suzukikaito_table th,
td{
padding: 10px;
 border-bottom: solid 1px #778ca3;



margin:50px 50px 0px 10px;}
.suzuki_profile_text p{font-size:20px;
   line-height: 1.5em;
    color: #333333;

font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    
}
.suzuki_profile_text a{
   text-decoration: underline;
    
}


#youtube_area{background: ;
width:100%;
	height: 250px;
	margin:auto;
}

.youtube_title{
margin-top:50px;}

.ytbanner{width:450px;
	max-height:92.82px;
margin:50px 50px 0px 10px;}

@media (min-width:600px) {
  #g-nav {
    display:none;
  }
   .logosp {
    display:none;
  }
}
@media (max-width:599px) {
  #header {
    display:none;
  }
   .logosp {
    width:40%;
  }
  #logospimg {
    width:100%;
  }
  /*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:-120%;
    left:0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#999;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

	/*========= スライド画像のためのCSS ===============*/
	.slide {
	position:relative;
	width: 100%;
	height:300px;
}
/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
    
    
#suzuki_kaito_container{
background-color:#FFF;

}

.suzuki_title_p{text-align: center;
margin:0 auto;}
.suzuki_title{text-align: center;
 padding: 1rem 3rem;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#209cff), to(#68e0cf));
  background-image: -webkit-linear-gradient(left, #209cff 0%, #68e0cf 100%);
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
letter-spacing:2px;
    font-weight: 700;
font-size: 0.8em;
text-shadow: 1px 1px 2px black;
margin: 20px auto;}
/*
.suzuki_title{font-family:"monospace" , "Hiragino Sans",ヒラギノ角ゴシック,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing:1px;
    font-weight: 700;
    color:#585858;
    font-size: 12px;
margin-top:50px;}
*/
.suzuki_name_area{background: ;
width:100%;

	margin:30px 0 0 0;
}
    
.brsp {display: block;}
.suzuki_name{text-shadow: 1px 1px 2px pink;
    font-size: 46px;
    margin: 0;
    text-align: left;
    color: #333333;
    font-weight: bold;
font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic","Yu Gothic", YuGothic, sans-serif;}

.suzuki_name_en{
    font-size: 11px;
    margin: 0;
    
    color: #333333;
    font-weight: thin;
font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}



#suzukikaito_area{
width:100%;
display: flex;
    flex-flow: column;
    justify-content: flex-start;
	margin:auto;
    gap: 0px;
}
.suzukikaito_img{width:100%;
}
	
.suzukikaito_tabel_area{
width: 100%;

}
    .suzukikaito_table{
  width: 100%;
       
 text-align: center;
 border-collapse: collapse;
 border-spacing: 0;
 border-top: solid 1px #778ca3;
        margin-bottom: 40px;
}

    .suzukikaito_table th,
td{
padding: 10px;
 border-bottom: solid 1px #778ca3;



margin:50px 50px 0px 10px;}
.suzuki_profile_text p{font-size:15px;
   line-height: 1.5em;
    color: #333333;

font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    
}
.suzuki_profile_text a{
   text-decoration: underline;
    
}
	
	.ytbanner{width:280px;
	max-height:57.7px;
margin:50px 10px 0px 10px;}
}

@keyframes change-img-anim {
	0%{ opacity: 0;}
	10%{ opacity: 1;}
	90%{ opacity: 1;}
	100%{ opacity: 0;}
}

.totop {
  position: fixed;
  bottom: 1em;
  right: 1em;
}

.totop p img {
  max-width: 10vw;
}