@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Kurenaido&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Kurenaido&display=swap');


/*===============================================
●PCレイアウト設定 
===============================================*/
@media print, screen and  (min-width: 651px){
/*メイン画像ーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.index #video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
.index #video-area .pattern{

}

.index #video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

.index .main {
position: relative;
padding-top: 100vh;
}

.main .catch{
position: absolute;
top:50%;
left: 0;
transform: translateY(-50%);
width: 100%;
text-align: center;
font-size: clamp(18px,2.3vw,38px);
color: #FFF;
line-height: 180%;
text-shadow:1px 1px 0 #333, -1px -1px 0 #333,
            -1px 1px 0 #333, 1px -1px 0 #333,
            0px 1px 0 #333,  0-1px 0 #333,
            -1px 0 0 #333, 1px 0 0 #333;
}
.main img{
width: 100%
}

.index .box1{
background-image: url("../images/index/bg_box2.jpg");
background-position: center;
background-repeat: no-repeat;
padding: 150px 0 100px 0;
background-color: #FFF;
font-size: clamp(1.4rem,1.5vw,2.2rem);
color: #000;
line-height: 200%
}
.index .box1 .flex_policy1{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 50px;
}
.index .box1 .flex_policy1 .photo{
width: 50%;
}
.index .box1 .flex_policy1 .photo img{
width: 100%;
}
.index .box1 .flex_policy1 .com{
width: 35%;
padding-right: 5%;
padding-top: 3vw
}
.index .box1 .flex_policy2{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 50px;
}
.index .box1 .flex_policy2 .photo{
width: 50%;
}
.index .box1 .flex_policy2 .photo img{
width: 100%;
}
.index .box1 .flex_policy2 .com{
width: 35%;
padding-left: 5%;
padding-top: 3vw
}
.index .box1 .text1{
font-size: clamp(20px,3.0vw,35px);
font-weight: 600;
color: #999;
padding-bottom: 30px
}
.index .box1 .text_information{
font-family: 'Noto Sans JP';
font-size: 1.5rem;
letter-spacing: 0.7rem;
text-align: center;
padding: 30px
}
.index .box1 .text1_box2{
font-size: 3.0rem;
padding-top: 60px;
text-align: center
}
.index .box1 .text2_box2{
font-size: 1.4rem;
padding-top:30px;
text-align: center
}
.index .box1 .bt_box2{
padding-top: 50px;
width: 800px;
max-width: 90%;
margin: 0 auto
}
.index .box1 .bt_box2 a{
display: block
}
.index .box2{
background-color: #f4f4f4;
background-image: url("../images/index/bg_box2.png");
padding: 100px 0
}
.index .box2 .flex_box2{
width: 1000px;
max-width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto
}
.index .box2 .flex_box2 a{
width: 49%;
box-sizing: border-box;
border-radius: 5px;
overflow: hidden;
display: block;
transition: 0.5s;
background-color: #00C;
color: #FFF;
font-weight: 500;
text-align: center;
padding-bottom: 5px
}
.index .box2 .flex_box2 a img{
width: 100%;
transition: 0.5s;
padding-bottom: 5px
}
/*業務内容--------------------------------------------------------------------------*/
.about .box1{
padding: 100px 0;
background-image: url("../images/about/bg_box1.jpg")
}
.about .box1 .catch{
font-size: clamp(20px,3.0vw,35px);
padding-bottom: 100px;
text-align: center
}
.about .box1 .flex_box1{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.about .box1 .flex_box1 .photo{
width: 45%
}
.about .box1 .flex_box1 .photo img{
width: 100%
}
.about .box1 .flex_box1 .com{
width: 45%;
padding:20px 5% 0 5%;
font-size: 1.8rem;
line-height: 200%;
color: #000
}
 .flex_box2{
 padding: 100px 0
}
.about .box2 .flex_box2{
width: 1200px;
max-width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto
}
.about .box2 .flex_box2 .inner{
width: 49%;
box-sizing: border-box;
border: #00C 2px solid;
border-radius: 7px;
overflow: hidden;
font-size: 1.8rem
}
.about .box2 .flex_box2 .inner .text1{
background-color: #00C;
color: #FFF;
text-align: center;
font-size: 2.0rem;
font-weight: 600;
padding: 5px 0;
margin-bottom: 15px;
}
.about .box2 .flex_box2 .inner .com{
padding: 4%;
}
.about .box2 .flex_box2 .inner img{
display: block;
width: 100%;
padding-top: 20px
}
.about .box3{
 padding: 100px 0;
 background-color: #f4f4f4;
}
.about .box3 .flex_box3{
width: 1200px;
max-width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto
}
.about .box3 .flex_box3 .photo{
width: 60%;
border: #FFF 10px solid;
box-sizing: border-box
}
.about .box3 .flex_box3 .photo img{
width: 100%;
}
.about .box3 .flex_box3 .com{
width: 35%;
padding-left: 5%;
font-weight: 500;
font-size: 1.6rem
}
.about .box3 .flex_box3 .com .text2{
background-color: #00C;
color: #FFF;
text-align: center;
font-size: 2.0rem;
font-weight: 600;
padding: 5px 0;
margin-bottom: 15px;
}
.about .box3 .flex_box3 .com li{
background-color: #FFF;
display: block;
margin-top: 20px;
border-radius: 20px;
padding: 5px 5px 5px 15px;
text-align: center;
color: #00c;
border-bottom: #666 2px solid;
border-right: #666 2px solid;
}
.about .box4{
 padding: 100px 0;
 background-color: #F4F8FD
}
.about .box4 .text3{
text-align: center;
font-size: 3.0rem;
color: #666;
font-weight: 600;
padding-bottom: 100px
}
.about .box4 .flex_box4{
width: 1200px;
max-width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto
}
.about .box4 .flex_box4 .inner{
width: 48%;
box-sizing: border-box;
border: #00C 2px solid;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 2%;
border-radius: 5px;
background-color: #FFF
}
.about .box4 .flex_box4 .inner .photo{
width: 35%;
}
.about .box4 .flex_box4 .inner .photo img{
width: 100%;
}
.about .box4 .flex_box4 .inner .com{
width: 60%;
background-color: #ECEBEB;
padding: 2%;
font-weight: 500;
border-radius: 5px;
}
/*会社案内 --------------------------------------------------------------------------*/
.company .box1{
padding: 100px 0;
background-image: url("../images/about/bg_box1.jpg")
}
.company .box1 .box_gaiyo{
width: 1000px;
max-width: 90%;
margin: 0 auto
}
.company .box1 .box_gaiyo .text1{
border-bottom: solid 3px #cce4ff;
position: relative;
color: #00C;
font-size: 2.0rem;
font-weight: 600;
margin-bottom: 50px
}

.company .box1 .box_gaiyo .text1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00F;
  bottom: -3px;
  width: 20%;
}
.company .box1 .box_gaiyo td{
padding-bottom: 3px;
padding-top: 20px;
border-bottom: #00C 1px dashed
}
.company .box1 .box_gaiyo td:nth-child(1){
width: 20%
}
.company .box1 .box_hystory{
width: 1000px;
max-width: 90%;
margin: 0 auto
}
.company .box1 .box_hystory .text1{
border-bottom: solid 3px #cce4ff;
position: relative;
color: #00C;
font-size: 2.0rem;
font-weight: 600;
margin-bottom: 50px
}

.company .box1 .box_hystory .text1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00F;
  bottom: -3px;
  width: 20%;
}
.company .box1 .box_hystory td{
padding: 1%;
background-color: #FFF;
border: #00C 1px solid
}
.company .box1 .box_hystory td:nth-child(1){
width: 20%;
background-color: #F4f4f4;
font-weight: 500
}
/*お問い合わせ-----------------------------------------*/
.contact{
font-family: 'Noto Sans JP';
padding-top: 100px
}
.contact .box1{
width: 900px;
max-width: 90%;
margin: 0 auto;
font-size: 1.7rem;
line-height: 220%;
padding: 5%;
}
.contact .box1 .text_red{
color: #C00
}
.contact .box_form{
width: 900px;
max-width: 90%;
padding-top: 20px;
margin: 0 auto
}
.contact table{
	width:100%;
	border-collapse:collapse;
	margin:0;
}
.contact table td{
	border-bottom:#06F 1px solid;
	padding:1%;
	padding-bottom: 20px;
	padding-top: 20px;
}
.contact table td:nth-child(1){
width: 25%;
}
.contact table td .flex_komoku{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.contact table td .flex_komoku .left{
width: 60%
}
.contact table td .flex_komoku .right{
width: 40%;
box-sizing: border-box;
border: #C00 1px solid;
text-align: center;
color: #C00;
border-radius: 3px
}
.contact table textarea {
width: 80%;
height: 10em;
	border:none;
	background-color: #f4f4f4;
}
.contact .add textarea {
height: 4em;
}
.contact table label{
	display:block;
}
.contact table input[type="text"]{
	width:80%;
	background-color: #f4f4f4;
	height: 35px;
	border: none
}
.contact table .num input[type="text"]{
	width:10%;
}
.contact table input[type="email"]{
	width:50%;
	border:#CCC 1px solid;
}
.contact .check{
padding-top: 20px;
text-align: center
}
.contact .check a{
color: #97215e;
text-decoration: underline
}
.contact input[type="submit"]{
	width:400px;
	text-align:center;
	font-size:1.6rem;
	margin-top:30px;
	margin-bottom:30px;
	display:block;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
display: block;
background-color: #069;
color: #FFF;
text-align: center;
font-weight: 600;
padding: 10px 0;
transition: 0.8s;

}
.contact input[type="submit"]:hover{
background-color: #00c
}
.contact .box2{
padding: 30px 0;
text-align: center;
}
/*個人情報-----------------------------------------*/
.privacy .box_privacy{
width: 800px;
max-width: 95%;
margin: 0 ;
}
.privacy dl{
 padding: 20px 0;
 border-top: #CCC 1px solid;
 margin-top: 40px;
}
.privacy dt{
 font-weight: 500;
 padding-bottom: 10px;
}
.privacy dd{
margin-left: 0;
margin-bottom: 30px;
}

}
/*===============================================
●スマホれいあうと設定 画面の横幅が650px以下
===============================================*/
@media screen and  (max-width: 650px){
.index #video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
.index #video-area .pattern{

}

.index #video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

.index .main {
position: relative;
padding-top: 100vh;
}

.main .catch{
position: absolute;
top:50%;
left: 0;
transform: translateY(-50%);
width: 100%;
text-align: center;
font-size: clamp(18px,2.3vw,38px);
color: #FFF;
line-height: 180%;
text-shadow:1px 1px 0 #333, -1px -1px 0 #333,
            -1px 1px 0 #333, 1px -1px 0 #333,
            0px 1px 0 #333,  0-1px 0 #333,
            -1px 0 0 #333, 1px 0 0 #333;
}
.main img{
width: 100%
}

.index .box1{
background-image: url("../images/index/bg_box2.jpg");
background-position: center;
background-repeat: no-repeat;
padding: 50px 0 50px 0;
background-color: #FFF;
font-size: clamp(1.4rem,1.5vw,2.2rem);
color: #000;
line-height: 200%
}
.index .box1 .flex_policy1{
display: flex;
flex-wrap: wrap;
justify-content: center;
flex-direction: column-reverse;
width: 90%;
margin:0 auto 50px auto;
}
.index .box1 .flex_policy1 .photo{
width: 100%;
}
.index .box1 .flex_policy1 .photo img{
width: 100%;
}
.index .box1 .flex_policy1 .com{
width: 100%;
margin-bottom: 30px
}
.index .box1 .flex_policy2{
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 90%;
margin:0 auto 50px auto;
}
.index .box1 .flex_policy2 .photo{
width: 100%;
}
.index .box1 .flex_policy2 .photo img{
width: 100%;
}
.index .box1 .flex_policy2 .com{
width: 100%;
margin-bottom: 30px
}
.index .box1 .text1{
font-size: 3.0rem;
font-weight: 600;
color: #999;
padding-bottom: 30px
}
.index .box1 .text_information{
font-family: 'Noto Sans JP';
font-size: 1.6rem;
letter-spacing: 0.7rem;
text-align: center;
padding: 30px
}
.index .box1 .text1_box2{
font-size: 3.0rem;
padding-top: 60px;
text-align: center
}
.index .box1 .text2_box2{
font-size: 1.4rem;
padding-top:30px;
text-align: center
}
.index .box1 .bt_box2{
padding-top: 50px;
width: 800px;
max-width: 90%;
margin: 0 auto
}
.index .box1 .bt_box2 a{
display: block
}
.index .box2{
background-color: #f4f4f4;
background-image: url("../images/index/bg_box2.png");
padding: 100px 0
}
.index .box2 .flex_box2{
width: 1000px;
max-width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto
}
.index .box2 .flex_box2 a{
width: 49%;
box-sizing: border-box;
border-radius: 5px;
overflow: hidden;
display: block;
transition: 0.5s;
background-color: #00C;
color: #FFF;
font-weight: 500;
text-align: center;
padding-bottom: 5px
}
.index .box2 .flex_box2 a img{
width: 100%;
transition: 0.5s;
padding-bottom: 5px
}
/*業務内容--------------------------------------------------------------------------*/
.about .box1{
padding: 50px 0;
background-image: url("../images/about/bg_box1.jpg")
}
.about .box1 .catch{
font-size: clamp(20px,3.0vw,35px);
padding-bottom: 100px;
text-align: center
}
.about .box1 .flex_box1{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.about .box1 .flex_box1 .photo{
width: 90%
}
.about .box1 .flex_box1 .photo img{
width: 100%
}
.about .box1 .flex_box1 .com{
width: 90%;
padding:20px 5% 0 5%;
font-size: 1.8rem;
line-height: 200%;
color: #000
}
 .flex_box2{
 padding: 50px 0
}
.about .box2 .flex_box2{
width: 1200px;
max-width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto
}
.about .box2 .flex_box2 .inner{
width: 90%;
box-sizing: border-box;
border: #00C 2px solid;
border-radius: 7px;
overflow: hidden;
font-size: 1.8rem;
margin-bottom: 20px
}
.about .box2 .flex_box2 .inner .text1{
background-color: #00C;
color: #FFF;
text-align: center;
font-size: 2.0rem;
font-weight: 600;
padding: 5px 0;
margin-bottom: 15px;
}
.about .box2 .flex_box2 .inner .com{
padding: 4%;
}
.about .box2 .flex_box2 .inner img{
display: block;
width: 100%;
padding-top: 20px
}
.about .box3{
 padding: 50px 0;
 background-color: #f4f4f4;
}
.about .box3 .flex_box3{
width: 1200px;
max-width: 90%;
display: flex;
flex-wrap: wrap;
justify-content:center;
margin: 0 auto
}
.about .box3 .flex_box3 .photo{
width: 90%;
border: #FFF 10px solid;
box-sizing: border-box
}
.about .box3 .flex_box3 .photo img{
width: 100%;
}
.about .box3 .flex_box3 .com{
width: 90%;
font-weight: 500;
font-size: 1.6rem
}
.about .box3 .flex_box3 .com .text2{
background-color: #00C;
color: #FFF;
text-align: center;
font-size: 2.0rem;
font-weight: 600;
padding: 5px 0;
margin-bottom: 15px;
}
.about .box3 .flex_box3 .com li{
background-color: #FFF;
display: block;
margin-top: 20px;
border-radius: 20px;
padding: 5px 5px 5px 15px;
text-align: center;
color: #00c;
border-bottom: #666 2px solid;
border-right: #666 2px solid;
}
.about .box4{
 padding: 50px 0;
 background-color: #F4F8FD
}
.about .box4 .text3{
text-align: center;
font-size: 2.0rem;
color: #666;
font-weight: 600;
padding-bottom: 40px
}
.about .box4 .flex_box4{
width: 1200px;
max-width: 90%;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 0 auto
}
.about .box4 .flex_box4 .inner{
width: 90%;
box-sizing: border-box;
border: #00C 2px solid;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 2%;
border-radius: 5px;
background-color: #FFF;
margin-bottom: 20px
}
.about .box4 .flex_box4 .inner .photo{
width: 35%;
}
.about .box4 .flex_box4 .inner .photo img{
width: 100%;
}
.about .box4 .flex_box4 .inner .com{
width: 60%;
background-color: #ECEBEB;
padding: 2%;
font-weight: 500;
border-radius: 5px;
}
/*会社案内 --------------------------------------------------------------------------*/
.company .box1{
padding: 100px 0;
background-image: url("../images/about/bg_box1.jpg")
}
.company .box1 .box_gaiyo{
width: 1000px;
max-width: 90%;
margin: 0 auto
}
.company .box1 .box_gaiyo .text1{
border-bottom: solid 3px #cce4ff;
position: relative;
color: #00C;
font-size: 2.0rem;
font-weight: 600;
margin-bottom: 50px
}

.company .box1 .box_gaiyo .text1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00F;
  bottom: -3px;
  width: 20%;
}
.company .box1 .box_gaiyo td{
padding-bottom: 3px;
padding-top: 20px;
border-bottom: #00C 1px dashed
}
.company .box1 .box_gaiyo td:nth-child(1){
width: 20%
}
.company .box1 .box_hystory{
width: 1000px;
max-width: 90%;
margin: 0 auto
}
.company .box1 .box_hystory .text1{
border-bottom: solid 3px #cce4ff;
position: relative;
color: #00C;
font-size: 2.0rem;
font-weight: 600;
margin-bottom: 50px
}

.company .box1 .box_hystory .text1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #00F;
  bottom: -3px;
  width: 20%;
}
.company .box1 .box_hystory td{
padding: 1%;
background-color: #FFF;
border: #00C 1px solid
}
.company .box1 .box_hystory td:nth-child(1){
width: 20%;
background-color: #F4f4f4;
font-weight: 500
}
/*お問い合わせ-----------------------------------------*/
.contact{
font-family: 'Noto Sans JP';
}
.contact .box1{
width: 900px;
max-width: 90%;
margin: 0 auto;
font-size: 1.7rem;
line-height: 220%;
padding: 5%;
}
.contact .box1 .text_red{
color: #C00
}
.contact .box_form{
width: 900px;
max-width: 90%;
padding-top: 20px;
margin: 0 auto
}
.contact table{
	width:100%;
	border-collapse:collapse;
	margin:0;
}
.contact table td{
	padding:1%;
	padding-top: 20px;
	display: block
}
.contact table td:nth-child(1){
font-weight: 600
}
.contact table td:nth-child(2){
padding-bottom: 20px;
border-bottom:#06F 1px solid;
}
.contact table td .flex_komoku{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.contact table td .flex_komoku .left{
width: 60%
}
.contact table td .flex_komoku .right{
width: 40%;
box-sizing: border-box;
border: #C00 1px solid;
text-align: center;
color: #C00;
border-radius: 3px
}
.contact table textarea {
width: 90%;
height: 10em;
	border:none;
	background-color: #f4f4f4;
}
.contact .add textarea {
height: 4em;
}
.contact table label{
	display:block;
}
.contact table input[type="text"]{
	width:90%;
	background-color: #f4f4f4;
	height: 35px;
	border: none
}
.contact table .num input[type="text"]{
	width:10%;
}
.contact table input[type="email"]{
	width:90%;
	border:#CCC 1px solid;
}
.contact .check{
padding-top: 20px;
text-align: center
}
.contact .check a{
color: #97215e;
text-decoration: underline
}
.contact input[type="submit"]{
	width:400px;
	text-align:center;
	font-size:1.6rem;
	margin-top:30px;
	margin-bottom:30px;
	display:block;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
display: block;
background-color: #069;
color: #FFF;
text-align: center;
font-weight: 600;
padding: 10px 0;
transition: 0.8s;

}
.contact input[type="submit"]:hover{
background-color: #00c
}
.contact .box2{
padding: 30px 0;
text-align: center;
}
}

/*==================================================
ふわっ
===================================*/

/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:4.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 上から */

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左から */

.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}

/*==================================================
スクロールしたら順番に出現
===================================*/
.flipLeft{
animation-name:flipLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:left center;
opacity:0;
}

@keyframes flipLeftAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.flipLeftTrigger{
    opacity: 0;
}


/*==================================================
アニメーション設定
===================================*/

/* アニメーションの回数を決めるCSS*/

.count2{  
  animation-iteration-count: 2;/*この数字を必要回数分に変更*/
}

.countinfinite{  
  animation-iteration-count: infinite;/*無限ループ*/
}

/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time05{  
  animation-delay: 0.5s;
}
.delay-time1{  
  animation-delay: 1s;
}
.delay-time15{  
  animation-delay: 1.5s;
}
.delay-time2{  
  animation-delay: 2s;
}
.delay-time25{  
  animation-delay: 2.5s;
}