@charset "utf-8";
/* CSS Document */

/*ここからスマホの設定*/


/*ここからメイン*/

#main_top {
	width:100%;
	height: 600px;
	background-color:#e4aa87;
}

/*スクロール部分*/

#scl_area {
	width:20%;
/*	height: 100%;*/
	height:50%;
	padding-top:15%;
	box-sizing:border-box;
	float:left;
/*	background-color:#30C;*/
}

#scl_text_box {
	max-width: 50%;
	min-height:150px;
	margin:0 auto;
	padding-top:30px;
	box-sizing:border-box;
	border-radius:50px;
	background:rgba(255,255,255,0.5);
}

#scl_text_box p {
	color:#fff;
	font-size:0.7em;
	text-align:center;
	box-sizing:border-box;
}

#scl_img {
	margin: 0 auto;
	box-sizing:border-box;
/*	background-color: #D41E21;*/
}

#scl_img img {
	display: block;
	width:60%;
	margin: 0 auto;
	box-sizing:border-box;
/*	background-color: #D41E21;*/
	}
	
/*やじるし動く部分*/

.an3-fadedown {
    animation-name: fadedown;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes fadedown {
from {
    opacity: 0;
    transform: translateY(0);
}
to {
    opacity: 1;
    transform: translateY(30px);
}
}

/*やじるし動く部分ここまで*/

/*スクロール部分ここまで*/



/*ペンギンイラスト部分*/
#pf_img {
	width: 80%;
	height: 300px;
	padding-left:50px;
	float:right;
	box-sizing: border-box;
/*	background-color: #02B44F;*/
}

/*蝶ネクタイペンギン設定*/
#penguin1 {
	width:90%;
	margin: 0 auto;
	position:absolute;
	z-index:1;
/*	background-color:#A72C2E;*/
}

#penguin1 img {
	max-width:170px;
}

/*ペンギンスポットライト設定*/
#penguin_lt {
	width: 90%;
	margin: 0 auto;
	position:absolute;
	top:2px;
	z-index:0;
}

#penguin_lt img {
	max-width:170px;
}


/*スポットライトアニメーション↓*/

.fade {
  opacity: 0;/* ここを追加 */
  animation-duration: 1s;/* アニメーション時間 */
  animation-delay : 1s;/* 変化開始の時間 */
  animation-name: fadeIn;/* アニメーション名 */
  animation-iteration-count: 1;/* アニメーションの繰り返し（無限）*/
  animation-fill-mode: forwards; /*これで値を保持*/
}

@keyframes fadeIn { /*animation-nameで設定した値を書く*/
	0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
	100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}

/*スポットライトアニメーションここまで*/


#pf_title {
	width: 100%;
	height: 300px;
	float:right;
	box-sizing: border-box;
/*	background-color: #B4015B;*/
}

#pf_logo {
	width: 75%;
	margin: 10px auto 0 auto;
	box-sizing: border-box;
/*	background-color: #01B1B4;*/
}

#pf_logo img {
	display: block;
	margin-top:10px;
	max-width: 300px;
	box-sizing: border-box;
}



.clearfix::after{
	content:"";
	display:block;
	clear:both;
}

/*ペンギンイラスト部分ここまで*/



/*ここからペンギンスライド部分*/

#penguin_line {
	width:100%;
	height:150px;
	box-sizing: border-box;
/*	background-color:#003366;*/
}

#penguin_line img {
	margin-top: 7%;
	height: 50%;
}

.loop_wrap {
	width:100%;
	height:100%;
	overflow: hidden;
}

.loop_wrap p {
	width:auto;
	height:100%;
}

.loop_wrap p {
	animation: loop1 6s -25s linear infinite;
}

@keyframes loop1 {
	0% {
	transform:translateX(100%);
	}
	to {
	transform:translateX(-100%);
	}
}

/*ここまでペンギンスライド部分*/



/*ここからWorks部分*/

#works {
	width:100%;
}

#nami2 {
	width:100%;
	height:30px;
	margin:0 auto;
	background-image:url(../images/top/nami_top2.svg);
	background-repeat:repeat-x;
}

#works_box {
	margin: 0 auto;
	width: 100%;
	background-color:#d9b364;
}


/*worksペンギンイラスト部分*/
#penguin_pc  {
	width:100%;
	height: 300px;
	margin: 0 auto;
	max-width:400px;
/*	background-color: #150D92;*/
}

#penguin_pc  img {
	display: block;
	margin: 0 auto;
	max-width:210px;
}


/*works_web部分*/
#web_icon {
	width:100%;
	height: 300px;
	margin: 0 auto;
	box-sizing: border-box;
/*	background-color: #920D6E;*/
}

#web_icon img {
	display: block;
	margin: 0 auto;
	max-width: 250px;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: aqua;
	
}

.hv_text {
/*	width: 50%;*/
	margin: 0 auto;
	border-radius: 50%;
/*	background-color: #414985;*/
}


/*works_dtp部分*/
#dtp_icon {
	width:100%;
	height: 300px;
	margin:0 auto;
	padding-top:10px;
/*	border-radius: 50%;*/
	box-sizing: border-box;
/*	background-color: #150D92;*/
}

#dtp_icon img {
	display: block;
	margin: 0 auto;
	max-width: 250px;
	border-radius: 50%;
	box-sizing: border-box;
}

.works_p_set {
	display: none;
}


/*もっと見るボタン部分*/
#btn_area {
	width:100%;
	height: 50px;
/*	background-color: #0D9240;*/
}

#works_btn {
	width:120px;
	height: 70%;
	margin: 0 auto;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #866f40;
}

#works_btn p {
	color: #fff;
	padding-top:5%; 
	text-align: center;
	box-sizing: border-box;
}

#works_btn :hover {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #453108;
}

#nami3 {
	width:100%;
	height:30px;
	margin:0 auto;
	background-image:url(../images/top/nami_bottom2.svg);
	background-repeat:repeat-x;
}


/*ここからペンギンスライド2部分*/

#penguin_line2 {
	width:100%;
	height:150px;
/*	background-color:#003366;*/
}

#penguin_line2 {
	width:100%;
	height:150px;
	box-sizing: border-box;
/*	background-color:#003366;*/
}

#penguin_line2 img {
	margin-top: 7%;
	height: 50%;
}

.loop_wrap2 {
	width:100%;
	height:100%;
	overflow: hidden;
}

.loop_wrap2 p {
	width:auto;
	height:100%;
}

.loop_wrap2 p {
	animation: loop2 6s -25s linear infinite;
}

@keyframes loop2 {
	0% {
	transform:translateX(-100%);
	}
	to {
	transform:translateX(100%);
	}
}

/*ここまでペンギンスライド2部分*/



/*ここからprofile部分*/

#profile {
	width:100%;
/*	height:300px;*/
	margin:0 auto;
	box-sizing: border-box;
	background-color:#ffffff;
}

#profile_area {
	width:100%;
/*	height: 600px;*/
	padding:5px 0 30px 0;
	box-sizing: border-box;
	background-color:#65a7b1;
}

/*プロフロゴ部分*/

#profile_logo {
	width:50%;
	margin: 10px auto 0 auto;
	box-sizing: border-box;
/*	background-color: #B40187;*/
}

#profile_logo img {
	display: block;
	margin:0 auto;
	max-width: 210px;
}

/*プロフイラスト部分*/

#profile_img  {
	width:100%;
	height: 250px;
	margin: 0 auto;
/*	background-color: #150D92;*/
}

#profile_img img {
	display: block;
	margin: 0 auto;
	max-width:250px;
	animation: fuwafuwa 2s infinite ease-in-out;
}

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}

/*プロフ文章部分*/
#profile_text {
	width:85%;
	margin: 20px auto 20px auto;
	padding:20px;
/*	height: 250px;*/
	box-sizing: border-box;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.5);
}

#p_name {
	font-size: 1.2em;/*名前部分*/
	margin-bottom:0.8em;
	border-bottom: 1px solid #4e4e4e; 
}

#text_2 {
	font-size: 0.5em;/*読み仮名部分*/
}

#p_text {
	font-size:0.8em;/*文章部分*/
	box-sizing: border-box;
}

/*プロフボタン部分*/
#profile_btn_area {
	height: 50px;
/*	margin-bottom: 8px;*/
	box-sizing: border-box;
/*	background-color: #507B39;*/
}

#p_btn {
	width:120px;
	height: 70%;
	margin: 0 auto;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #405c86;
}

#p_btn p {
	color: #fff;
	padding-top:5%; 
	text-align: center;
	box-sizing: border-box;
}

#p_btn :hover {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-color: #1f3049;
}

/*スクロールボタン部分*/
#scl_top_btn_area {
	height: 70px;
	padding-top:7px;
/*	background-color: #1B3D08;*/
}

#scl_top_btn_area a {
	display: block;
	width: 100px;
	margin: 0 auto;
/*	background-color: #1B3D08;*/
}

#scl_top_btn {
	max-width: 100px;
	min-height:60px;
	margin:0 auto;
/*	padding-top:30px;*/
	box-sizing:border-box;
	border-radius:50px;
	background:rgba(255,255,255,0.5);
}

#scl_top_btn p {
	color:#fff;
	font-size:0.7em;
	margin: 20px 0 0 0;
	text-align:center;
	box-sizing:border-box;
}



#scl_img2 {
	margin: 0 auto;
	box-sizing:border-box;
/*	background-color: #D41E21;*/
}

#scl_img2 img {
	display: block;
	width:10%;
	margin: 0 auto;
	box-sizing:border-box;
/*	background-color: #D41E21;*/
	}
	
/*やじるし動く部分*/

.an4-fadeup {
    animation-name: fadeup;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

@keyframes fadeup {
from {
    opacity: 1;
    transform: translateY(20px);
}
to {
    opacity: 0;
    transform: translateY(0px);
}
}

/*やじるし動く部分ここまで*/


/*ここまでprofile部分*/


/*ここまでスマホ設定*/





/*●●●●●●●●●●ここからタブレット・ｐｃ設定●●●●●●●●●●*/

@media screen and (min-width:768px) {


/*タブレット・PC・スクロール部分*/
	
#scl_area {
	width:20%;
	height: 100%;
	padding-top:15%;
	box-sizing:border-box;
	float:left;
/*	background-color:#30C;*/
}

#scl_text_box {
	width:45%;
	height:180px;
	margin:0 auto;
	padding-top:20px;
	box-sizing:border-box;
	border-radius:50px;
	background:rgba(228,170,135,0.7);
}

#scl_text_box p {
	color:#fff;
	font-size:16px;
	text-align:center;
	margin-bottom:0px;
	box-sizing:border-box;
}
	
#scl_img {
	width:60px;
	margin:0 auto;
	}

/*タブレット・PC・スクロール部分ここまで*/


/*タブレット・PC・TOP(タイトル)部分*/

#main_top {
	height: 350px;
	background-color:#fff;
}
	
#main_top_pc {
	width:80%;
/*	height:500px;*/
	padding:0 30px 30px 30px;
	float:right;
	border-bottom-left-radius:20px;
	background-color:#e4aa87;
	box-sizing:border-box;
}

/*タブレット・pc・ポートフォリオロゴ部分*/
#pf_title {
	width:65%;
	height: 100%;
	float:left;
	padding-left:10px;
	box-sizing:border-box;
/*	background-color:#66C;*/
}

#pf_logo {
	width: 100%;
	max-width: 600px; 
	max-height: 440px;
	margin-top:30px;
	margin-left: auto;
}

#pf_logo img{
	max-width:100%; 
	max-height:100%;
}
	
/*タブレット・pc・ペンギンイラスト部分*/
#pf_img {
	width:35%;
	height:100%;
	float:right;
	position:relative;
	z-index:0;
	box-sizing:border-box;
/*	background-color:#42B468;*/
}

.penguin_set {
	max-width: 230px;
	min-width: 100px;
	max-height: 420px;
	min-height: 290px;
	margin-left:30px;
	position:absolute;
	box-sizing:border-box;
}
	
#penguin1 {
	z-index:1;
}

#penguin1 img{
	max-width:100%; 
	max-height:100%;
}

#penguin_lt {
	z-index:0;
}

#penguin_lt img{
	max-width:100%; 
	max-height:100%;
	box-sizing:border-box;
}
/*タブレット・PC・TOP(タイトル)部分ここまで*/
	
	
	
/*タブレット・PC・ペンギンスライド部分ここから*/	
	
#penguin_line img {
	margin-top: 1%;
	height: 80%;
}
	
.loop_wrap p {
	animation: loop1 12s -25s linear infinite;
}
	
/*タブレット・PC・ペンギンスライド部分ここまで*/	
	
	
/*タブレット・PC・works部分ここから*/
#works_float_box {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	max-width: 1400px;
/*	background-color: aqua;*/
}


#penguin_pc  {
	width:33%;
	height: 300px;
/*	margin: 0 auto;*/
	order: 2;
/*	background-color: #150D92;*/
}

#penguin_pc  img {
	display: block;
/*	margin: 0 auto;*/
	max-width: 85%;
	min-width: 250px;
/*	background-color: #53CC73;	*/
}

#web_icon {
	width:33%;
	height: 300px;
	margin: 0;
	padding:50px 0 0 40px;
	order: 1;
	box-sizing: border-box;
/*	background-color: #D5D85D;*/
}

#web_icon img {
	max-width: 100%;/*丸の大きさ変えたいときは.hv_textのとこだけ変える、ここは変えない(dtpも一緒)*/
	border-radius: 50%;
	box-sizing: border-box;
/*	background-color: #0D9274;*/
}
	
#dtp_icon {
	width:33%;
	height: 300px;
	margin: 0;
	padding:50px 40px 0 0;
	order: 3;
	box-sizing: border-box;
/*	background-color: #150D92;*/
}


#dtp_icon img {
	max-width:100%;
	border-radius: 50%;
	box-sizing: border-box;
}
	
/*タブレット・PC・DTPとWebホバー設定*/
.works_p_set {
	display: inline;
}
	
	
.hv_text {
	width:55%;/*まるの大きさ変えるときここだけ変える*/
	min-width: 250px;
	border-radius: 50%;
	overflow:hidden;
	position:relative;	/* 相対位置指定 */
	top:3%;
	left:0%;
/*	background-color: #C62225;*/
}
	
.hv_text .caption {
	font-family: "メイリオ","ＭＳ ゴシック","ＭＳ Ｐ明朝";
	font-size:200%;
	text-align: center;
	padding-top:43%;
	color:#fff;
}
.hv_text .mask {
	width:100%;
	height:	100%;
	position:absolute;	/* 絶対位置指定 */
	top:0;
	left:0;
	opacity:0;	/* マスクを表示しない */
	background-color:rgba(0,0,0,0.6);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:	all 0.2s ease;
}
.hv_text:hover .mask {
	opacity:1;	/* マスクを表示する */
}
/*タブレット・PC・DTPとWebホバー設定ここまで*/
	
	
#btn_area {
	width:100%;
	height: 60px;
	padding-left:80%;
	padding-top:10px;
/*	background-color: #0D9240;*/
}

#works_btn {
	width:120px;
	height: 60%;
	margin: 0 0 0 0;
	border-radius: 10px;
	box-sizing: border-box;
	background-color: #866f40;
}

#works_btn p {
	color: #fff;
	padding-top:5px; 
	text-align: center;
	box-sizing: border-box;
}

/*タブレット・PC・works部分ここまで*/
	
	
/*タブレット・PC・ペンギンスライド2部分ここから*/	
	
#penguin_line2 img {
	margin-top: 1%;
	height: 80%;
}
	
.loop_wrap2 p {
	animation: loop2 12s -25s linear infinite;
}
	
/*タブレット・PC・ペンギンスライド2部分ここまで*/		
	
	
/*タブレット・PC・profile部分ここから*/	
#profile_area {
	padding:0 0 0 0;
	box-sizing: border-box;
	background-color: #ffffff;
}

#profile_pc {
	width:80%;
/*	height:500px;*/
	padding:5px 0 15px 0;
	float:left;
	border-top-right-radius:20px;
	background-color:#65a7b1;
	box-sizing:border-box;
}

/*プロフ・ロゴ部分*/
#profile_logo img {	
	max-width: 65%;
	min-width: 250px;
}

/*プロフイラスト部分*/	
#profile_img  {
	width:50%;
	height: 350px;
/*	margin: 0 auto;*/
	padding:5%;
	float:left;
	box-sizing: border-box;
/*	background-color: #150D92;*/
}

#profile_img img {
	display: block;
	margin: 0 auto;
	max-width:300px;
	min-width: 230px;

}

/*プロフ・フロート分の設定*/
#profile_box {
	width:50%;
	padding: 20px 20px 20px 30px;
	float:right;
	box-sizing: border-box;
/*	background-color: #B93FC6;*/
}
	
/*プロフ文章部分*/
#profile_text {
	width:95%;
	margin: 20px 0 30px 0;
	padding:20px;
	height: 250px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.5);
}
	
#profile_text p {
	box-sizing: border-box;

}

#profile_btn_area {
	width:95%;
}
	
#p_btn {
	margin: 0 0 0 auto;
}
	

/*プロフ・スクロールのフロート分の設定*/	
#scl_top_btn_area {
	width:20%;
	height: 100%;
	padding-top:30%;
	float:right;
/*	background-color: #1B3D08;*/
}

#scl_top_btn_area a {
	width:50%;
	max-width: 50%;
	margin: 0 auto;
/*	background-color: cornflowerblue;*/
}
	
#scl_top_btn {
	width: 100%;
	max-width: 100%;
	min-height:180px;
	padding-top:20%;
	background:rgba(228,170,135,0.7);
}

#scl_top_btn p {
	margin-top:30px;
	font-size:0.9em;
}

#scl_img2 {
	margin: 0 auto;
	box-sizing:border-box;
}

#scl_img2 img {
	display: block;
	width:40%;
	margin: 0 auto;
	box-sizing:border-box;
	}	

}

/*●●●●●●●●●●ここまでタブレット・ｐｃ設定●●●●●●●●●●*/



/*■■■■■■■■■■■ここからｐｃ設定■■■■■■■■■■*/
@media screen and (min-width:950px) {


/*PC・TOP(タイトル)部分*/

#main_top {
	height: 490px;
/*	background-color:#fff;*/
}
	
/*PC・works部分*/
#penguin_pc  {
	height: 400px;
/*	background-color: #3920C9;*/
}
	
#penguin_pc  img {
	display: block;
	margin: 0 auto;
	max-width:77%;
	min-width: 250px;
}	

#web_icon {
	height: 400px;
	max-width: 450px;
	min-width: 250px;
/*	margin-left: auto;*/
	padding:40px 0 0 70px;
/*	background-color: #C62225;*/
}	
	
#dtp_icon{ 
	height: 400px;
	max-width: 450px;
	min-width: 250px;
	margin: 0;
	padding:40px 70px 0 0;
/*	background-color: #C62225;*/
}

	
.hv_text {
	width:90%;/*まるの大きさ変えるときここだけ変える*/
	min-width: 250px;
	overflow:hidden;
	position:relative;	/* 相対位置指定 */
	top:1%;
	left:0%;
/*	background-color: #C62225;*/
}
	
#btn_area {
	padding-left:85%;
	}
	

/*PC・profiles部分*/	
#profile_img  {
	width:47%;
	padding:0 0 0 0;
/*	background-color: #C1292C;*/
}
	
#profile_img img {
	display: block;
	margin: 0 25px 0 70px;
	max-width:340px;
	min-width: 230px;

}

#profile_box {
	width:53%;
	padding: 20px 20px 20px 0;
/*	background-color: #C1A428;*/
}
	
#profile_text {
	width:90%;
	margin: 20px 0 30px 0;
	padding:20px;
	height: 270px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.5);
}
	
#p_name {
	font-size: 1.3em;/*名前部分*/
	margin-bottom:0.8em;
	border-bottom: 1px solid #4e4e4e; 
}

#text_2 {
	ffont-size: 0.9em;/*読み仮名部分*/
}
	
#p_text {
	font-size:1em;/*文章部分*/
}
	
#profile_btn_area {
	width:90%;
}
	
/*プロフ・スクロールのフロート分の設定*/	
#scl_top_btn {
	padding-top:10%;
}
	
#scl_img2 img {
	width:30%;
}
	
}
/*■■■■■■■■■■■ここまでｐｃ設定■■■■■■■■■■*/