@charset "UTF-8";

img {
	max-width: 100%;

}

.navbar-brand{
    margin-top: 5px;
	font-family: sans-serif;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
@media screen and (min-width: 1300px){
.pctop {
	margin: auto;
	}
.pc { display: block !important; }
.ipad { display: none !important; }
.sp { display: none !important; }
}
/*.ipadで見たときは"ipad"のclassがついた画像が表示される */
@media only screen and (max-width: 1300px) {
.pc { display: none; }
.ipad { display: block!important; }
.sp { display: none!important; }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.pc { display: none !important; }
.ipad { display: none !important; }
.sp { display: block !important; }
}

.pc{
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
    animation-name: fadein;
    animation-duration: 3s;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}
.ipad{
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
    animation-name: fadein;
    animation-duration: 3s;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.sp{
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
    animation-name: fadein;
    animation-duration: 3s;
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}



/*home*/
.home-content {
	margin: 0 auto;
	margin-top: 100px;
}
.home-content p {
	font-size: 20px;
	margin: 10px 0 42px;
}


.cp_arrows{
margin: 0 auto;
}

.pctop {
  position: relative;
  }

.pctop p {
	margin: 0 auto;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin-top: -520px;
    margin-right: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0;  /*文字の装飾は省略*/
  }


.pctop img {
  width: 100%;
  }

/*ナビバーの色*/
.navbar-light .navbar-nav .nav-link {
    color: #000000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #C2523B;
}


/*矢印*/
.arrow-down{
  width:60px;
  height:40px;
  margin:0 0 0 -15px;
  position:absolute;
  left:50%;
  bottom:0px;
  -webkit-animation: arrow 0.5s 1s infinite ease-out alternate;
  
}

.arrow-down:hover{
   -webkit-animation-play-state: paused;
}

.left{
  position:absolute;
  height:10px;
  width:40px;
  background:#219FA8;
  -webkit-transform:rotate(240deg);
  top:10px;
  left:10px;
  -webkit-border-radius:4px;
  -webkit-transform-origin:5px 50%;
  -webkit-animation: leftArrow 0.5s 1s infinite ease-out alternate;
}

.right{
  position:absolute;
  height:10px;
  width:40px;
  background:#219FA8;
  -webkit-transform:rotate(-60deg);
  top:10px;
  left:10px;
  -webkit-border-radius:4px;
  -webkit-transform-origin:5px 50%;
  -webkit-animation: rightArrow 0.5s 1s infinite ease-out alternate;
}

@-webkit-keyframes arrow{
  0% {
    bottom:0px;
  }
  100%{
    bottom:40px;
  }
}

@-webkit-keyframes leftArrow{
  0% {
  }
  100%{
    -webkit-transform:rotate(225deg);
  }
}

@-webkit-keyframes rightArrow{
  0% {
  }
  100%{
    -webkit-transform:rotate(-45deg);
  }
}

/*視覚デザイン学科とは*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
@media screen and (min-width: 768px){
.daimeiipc { display: block !important; }
.daimeiisp { display: none !important; }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
.daimeiipc { display: none !important; }
.daimeiisp { display: block !important; }
}
.daimei1{
     display: block;
     margin:auto;

}
.gazou1{
	display: block;
     margin:auto;
    font-size: 20px;
    font-weight: bold;
    animation-name: fadein;
    animation-duration: 4s;

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

.bun1{
	text-align: center;
}
.bunya{
	margin-top: 10px;
	color: #C2523B;
}
.hp{
	display: block;
	margin:auto;
}
.jumbotron{
	background-color: #F1E5D7;
}
.bunnyanosp{
	font-size: 18px;
}
.bunyasp1{
	margin-top: 0px;
	font-size: 25px;
	color: #C2523B;
}
.bunyasp2{
	font-size: 25px;
	color: #C2523B;
	margin-top: 10px;
}
.container{
	
	text-align: center;
}
.daimei2{

display: block;
     margin:auto;
}
.pcgazou1{
	margin-top: -20px;
}
.card-title{
	color: #C2523B;
	font-size: 25px;
	margin-top: 0px;
}
.card{
	margin-top: 30px;
}
.text-center{
	display: block;
   margin-bottom: 40px;
}
.card-text{
	text-align: left;
	font-size: 17px;
	margin-top: 25px;
}
h5{
	font-size: 15px;
}
#anime01 {
    background: #e6e6e6;
    height: 100vh;
}
 
div#appear-block {
    position: absolute;
    bottom: 14%;
    width: 100%;
    text-align: center;
}
 
.appear {
    transform-origin: center top;
    animation: show 1s both;
}
 
p.appear {
    font-size: 5.6vw;
}
 
p.appear:last-child {
    margin: 0;
}
 
.dh { animation-delay: 0.5s; }
.d1 { animation-delay: 1s; }
.d1h { animation-delay: 1.5s; }
.d2 { animation-delay: 2s; }
 
@keyframes show {
    0% {
        transform: translate(0,50px);
        opacity: 0;
    }
    100% {
        transform: translate(0,0);
        opacity: 1;
    }
}
/* パソコンで見たときは"pc"のclassがついた資料請求が表示される */
@media screen and (min-width: 768px){
.siryoupc { display: block !important; }
.siryousp { display: none !important; }
}
/* スマートフォンで見たときは"sp"のclassがついた資料請求が表示される */
@media only screen and (max-width: 768px) {
.siryoupc { display: none !important; }
.siryousp { display: block !important; }
}
/*資料請求ボタン*/
.siryou
    {
    position: fixed;
    bottom: 1px;
    right: 20px;
		opacity: 1;
    }
 
.siryou a
    {
  display: block;

  text-decoration: none;

    }
 
.siryou
{
    opacity: 0.85 ;
}
.container{
	font-size: 17px;
	text-align: center;
}
.yazirusi{
	margin-top: 10px;
}
.touhoku{
	color: #C2523B;
	margin-top: 10px;
}


/*カリキュラム*/
.card-img-top{
	margin-top: 20px;
}
.hpp{
	margin-top: 10px;
}
.sakuhin{
	margin-top: 0px;
}
.hppp{
	margin-top: 0px;
}

.sakuhinn{
	margin-top: 0px;
}
.hhppp{
	margin-top: 18px;
}
.card-titlee{
	color: #C2523B;
	font-size: 25px;
	margin-top: 15px;
}
.card-textt{
	text-align: left;
	font-size: 17px;
	margin-top: 10px;
}