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

@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

/*■reset----------------------------------------------*/
*{
    padding:0;
     margin:0;
}
h1,h2,h3,h4,h5,h6{
     font-size:14px;
     font-weight:normal;
}
ul,ol,li{
     list-style-type:none;
}
a{
     font-size:14px;
}
a:hover{
     color:#CF811F;
}
img{
     border:none;
}
p{
     font-size:14px;
     line-height:140%;
}


body{
     font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	 font-family: "Noto Sans Japanese";
     background:#FFFFFF;
	 padding-top:70px;
}
br.bsp{
	display:none;
}
@media screen and (max-width: 1200px) {
	body{
		 padding-top:55px;
	}
}
@media screen and (max-width: 640px) {
	body{
		 padding-top:50px;
	}
	br.bsp{
		display: block;
	}
}


.effect{
	transition:all 1.25s;
	opacity:0;
	padding-top:50px;
}
.effect.move{
	opacity:1;
	padding-top:0;
}



.blue-tx { font-size:24px; font-weight: bold; color:#00aebb; text-align:center; }
.mb35 { margin-bottom: 35px!important; }
.b-pc {display:block!important;}
.b-sp {display:none!important;}

@media screen and (max-width: 640px) {
  .blue-tx { font-size:18px; }
  .mb35 { margin-bottom:20px!important; }
  .b-pc {display:none!important;}
  .b-sp {display:block!important;}
}
@media screen and (max-width:320px){
  .blue-tx { font-size:16px; }
}

/* header */

header{
	width:100%;
	background:#FFF;
	position:fixed;
	top:0;
	left:0;
	z-index:10;
  overflow:hidden;
}
header div{
	width:auto;
	max-width:1200px;
	height:70px;
	margin:auto;
	position:relative;
}
header div a.logo{
	width:380px;
	position:absolute;
	top:5px;
	left:5px;
}
header div img.tel {
	width:auto;
	max-width:100%;
	position:absolute;
	top:15px;
	right:145px;
}
header div a.link{
	width:113px;
	position:absolute;
	top:0;
	right:0;
}
header div a.link img{
	transition:all 0.5s;
}
header div a.link img:hover{
	opacity:0.68;
}

.sptel,.splink{
	display:none;
}
@media screen and (max-width: 1200px) {
	header div{
		height:55px;
	}
	header div a.logo{
		width:240px;
	}
	header div a.logo img{
		width:100%;
	}
	header div img.tel{
		width:180px;
		position:absolute;
		top:15px;
		right:100px;
	}
	header div a.link{
		width:88px;
		position:absolute;
		top:0;
		right:0;
	}
	header div a.link img{
		width:100%;
	}

}

@media screen and (max-width: 640px) {
	header div{
		height:50px;
	}
	header div a.logo{
		width:180px;
		margin-top:6px;
	}
	header div img.tel,header div a.link{
		display:none;
	}
	header div img{
		width:100%;
	}

	.sptel{
		display:block;
		width:60px;
		height:50px;
		position:absolute;
		top:0;
		right:80px;
	}
	.splink{
		display:block;
		width:80px;
		height:50px;
		position:absolute;
		top:0;
		right:0;
	}
}

@media screen and (max-width:320px){
  header div a.logo{
		width:160px;
		margin-top:5px;
	}
}





/* MV */

#TopImg{
	width:100%;
	position:relative;
}
#TopImg img.mv{
	width:100%;
	display:block;
}
#TopImg div{
	width:1200px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-600px;
	z-index:1;
}
#TopImg div img.tx{
	width:auto;
	max-width:100%;
	display:block;
	margin:230px auto 0 auto;
}
@media screen and (max-width: 1200px) {

#TopImg div{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	margin-left:0;
	z-index:1;
}
#TopImg div img.logo{
	width:15%;
	position:absolute;
	top:0;
	left:0;
}
#TopImg div img.tx{
	width:83.33333333%;
	margin:0;
	position:absolute;
	top:32.36245954%;
	left:8.33333333%;
}
}






/* Wrap */
.Wrap{
	width:auto;
	max-width:1200px;
	margin:auto;
}
.Wrap_g{
	background:#f2f2f3;
	padding:45px 0;
}
.FullImg{
	width:auto;
	max-width:100%;
	margin:auto;
	display:block;
}


.Area1{
	width:100%;
	padding:50px 0;
}

.Area1 ul { 
  display:flex;
  align-items: flex-start;
  justify-content:space-between;
}

.Area1-2 {  }

@media screen and (max-width: 1200px) {
	.Area1 .Pl div{
		width:50%;
		float:left;
		margin:0 5%;
	}
	.Area1 .Pl div h2{
		font-size:18px;
	}
	.Area1 .Pl div p{
		font-size:16px;
	}
	
	.Area1 .Pl img{
		width:40%;
		float:right;
	}
}
@media screen and (max-width: 640px) {
  .Area1 {
    padding:30px 0;
  }
.Area1 h1{
	font-size:21px;
	text-align:center;
	line-height:165%;
	margin:20px auto;
	color:#05609e;
	word-break:keep-all;
}
.Area1 .Pl div{
	width:90%;
	float:none;
	margin:10px auto;
}
.Area1 .Pl div h2{
	font-size:18px;
}
.Area1 .Pl div p{
	font-size:14px;
	line-height:165%;
}
.Area1 .Pl img{
	width:90%;
	float:none;
	margin:10px auto;
}
  
  .Area1 ul {
    display:block;
    padding:0 20px;
  }
  .Area1 ul li:first-child {
    margin-bottom:20px;
  }

}


/* Gray ----------*/
.Gray { background:#efefef; padding:50px 0; margin-top:50px; }
.Gray .Wrap { max-width:1100px; padding:0 20px; }
.Gray ul { margin-top:50px; display:flex; justify-content:space-between; flex-wrap:wrap; }
.Gray ul li { width:48%; }
.Gray ul li:nth-of-type(n+3) { margin-top:40px; }

@media screen and (max-width:660px){
  .Gray { padding:30px 0; }
  .Gray ul { display:block; margin-top:30px; }
  .Gray ul li { width: 100%; }
  .Gray ul li:nth-of-type(n+2) { margin-top:20px; }
}

/* Area2 ----------*/
.Area2{
	width:100%;
	padding:50px 0;
}
.Area2 .blue-tx {
  margin-bottom:50px;
}
.Area2 h2{
	font-size:18px;
	text-align: center;
    line-height: 220%;
    margin: 45px auto;
}
.Area2 h2 span{
	display:block;
	font-size:28px;
	font-weight:bold;
}
.Area2 .Area{
	width:auto;
	margin:35px auto 40px auto;
	overflow:hidden;
	border:solid 5px #80d0f4;
}
.Area2 .Area div{
	width:100%;
	overflow:hidden;
	margin-top:-60px;
	position:relative;
	z-index:1;
}
.Area2 .Area div img{
	width:50%;
	display:block;
	margin:auto;
	float:right;
}
.Area2 .Area div p{
	font-size: 16px;
    line-height: 195%;
    margin: 25px 5%;
    width: 40%;
    float: left;
    margin-top: 115px;
}
.Area2 ul{
	overflow:hidden;
	margin:45px auto;
	width:auto;
	max-width:1100px;
}
.Area2 ul li{
	width:32%;
	margin-right:2%;
	float:left;
}
.Area2 ul li:nth-child(3){
	float:right;
	margin-right:0;
}
.Area2 ul li h3{
	font-size:18px;
	text-align:center;
	color:#00a0e9;
	line-height:180%;
	margin:10px auto 20px auto;
}
.Area2 ul li h3 span{
	font-size:24px;
	font-weight:bold;
	display:block;
}
.Area2 ul li p{
	font-size:16px;
	color:#333;
	line-height:170%;
}

@media screen and (max-width: 1200px) {
.Area2 .Area div{
	margin-top:-30px;
}

.Area2 .Area div p{
	font-size: 14px;
    float: left;
    margin-top: 5%;
}
.Area2 ul{
	width:90%;
}
.Area2 ul li img{
	width:100%;
}

}
@media screen and (max-width: 640px) {
  .Area2 {
    padding:30px 0;
  }
  .Area2 .blue-tx {
    margin-bottom:30px;
  }
.Area2 h2{
	font-size:16px;
}
.Area2 h2 span{
	font-size:21px;
}
.Area2 .Area{
  margin-top:20px;
}
.Area2 .Area div{
	margin-top:20px;
}
.Area2 .Area div img{
	width:100%;
	float:none;
}
.Area2 .Area div p{
	font-size: 14px;
    line-height: 185%;
    margin: 20px auto;
    width: 90%;
    float: none;
}
.Area2 ul{
	margin:25px auto;
}
.Area2 ul li{
	width:90% !important;
	margin:20px auto !important;
	float:none !important;
}
.Area2 ul li h3{
	font-size:16px;
	line-height:160%;
}
.Area2 ul li h3 span{
	font-size:21px;
}
.Area2 ul li p{
	font-size:14px;
}

}


#loopslider {
	margin: 0 auto;
	max-width: 1200px;
	height: 400px;
	text-align: left;
	position: relative;
	overflow: hidden;
}

#loopslider ul {
	float: left;
	display: inline;
	overflow: hidden;
}
#loopslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}


/* =======================================
	ClearFixElements
======================================= */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

#loopslider ul {
	display: inline-block;
	overflow: hidden;
}
@media screen and (max-width: 640px) {
#loopslider {
	height: 200px;
}
#loopslider ul li {
	height:200px;
}
#loopslider ul li img{
	width:400px;
}
}


/* footer ----------*/
footer{
	width:auto;
	max-width:1200px;
	margin:30px auto;
}
footer .link{
	margin:30px auto;
}
footer .link .blue-tx {
  margin:50px 0;
}
footer .link h3{
	font-size:28px;
	font-weight:bold;
	text-align:center;
	margin:30px auto;
}
footer .link ul{
	overflow:hidden;
	display:flex;

}
footer .link ul li{
	width:275px;
	margin-bottom:25px;
    margin-right:calc(100px / 3);
}
footer .link ul li:last-child{
  margin-right:0;
}
footer .link ul li img{
	transition:all 0.5s;
}
footer .link ul li img:hover{
	opacity:0.68;
}
footer img.logo{
	width:auto;
	display:block;
	margin:0 auto 20px;
}
footer p{
	font-size:16px;
	text-align:center;
}
footer p a{
	font-size:16px;
	color:#333;
}
footer p a:hover{
	color:#29709E;
}
footer a.flogo img{
	width:auto;
	display:block;
	margin:30px auto;
	transition:all 0.5s;
}
footer a.flogo img:hover{
	opacity:0.68;
}

address{
	text-align: center;
	padding:5px 0 25px 0;
	font-size:13px;
	font-style:normal;
}

footer .footer-cont {
  border-top:solid 5px #c9c9ca;
  border-bottom:solid 5px #c9c9ca;
  padding:50px 0;
  text-align:center;
}

footer .footer-cont p { margin-bottom:15px; }
footer .footer-cont a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
footer .footer-cont .mail { display:block; margin:0 auto 20px; }
footer .footer-cont .tel { padding:0 20px; display:block; }

@media screen and (max-width: 1200px) {

footer .link ul{
	overflow:hidden;
	display: block;

}
footer .link ul li{
	width:23%;
	margin:10px 1%;
	float:left;
}
footer .link ul li img{
	width:100%;
}
}
@media screen and (max-width: 640px) {
footer .link .blue-tx {
  margin:30px 0;
}
footer .link h3{
	font-size:20px;
}
footer .link ul li{
	width:44%;
	margin:10px 3%;
	float:left;
}
footer img.logo{
	width:200px;
}
footer a.flogo img{
	width:200px;
}

  footer .footer-cont{
    padding:30px 0;
  }

  footer .footer-cont a[href*="tel:"] {
    pointer-events: auto;
    cursor:default;
    text-decoration: none;
  }
  footer .footer-cont .mail {
    padding:0 20px;
  }
  
}



/* page top btn Style ---------------------------------------------------------------- */
.Ptop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.Ptop a {
    display: block;
	width:50px;
	height:50px;
	border-radius:100px;
	border:solid 2px #FFF;
	background:rgba(0,0,0,0.55);
	position:relative;
	box-shadow:0 0 5px rgba(0,0,0,0.45);
	transition:all 0.5s;
}
.Ptop a:hover {
	background:rgba(0,0,0,0.2);
}
.Ptop a::after {
	content:"";
	background-color:#ffffff;
	position:absolute;
	top:23px;
	left:13px;
	width:15px;
	height:2px;
	transform:rotate(-45deg);
}
.Ptop a::before {
	content:"";
	background-color:#ffffff;
	position:absolute;
	top:23px;
	right:13px;
	width:15px;
	height:2px;
	transform:rotate(45deg);
}



/* MV */

#ContactImg{
	width:100%;
	position:relative;
	height:320px;
	background:url(../_img/mvc_pc.jpg) no-repeat center center;
}
#ContactImg img.mv{
	width:100%;
	display:block;
}
#ContactImg div{
	width:1200px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-600px;
	z-index:1;
}
#ContactImg div img.tx{
	width:auto;
	max-width:100%;
	display:block;
	margin:0 auto;
}
#ContactImg div img.logo{
	width:100px;
}

@media screen and (max-width: 1200px) {
#ContactImg div{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	margin-left:0;
	z-index:1;
}
#ContactImg div img.logo{
	width:15%;
	position:absolute;
	top:0;
	left:0;
}
#ContactImg div img.tx{
	width:83.33333333%;
	margin:0;
	position:absolute;
	top:32.36245954%;
	left:8.33333333%;
}
}
@media screen and (max-width: 640px) {
#ContactImg{
	height:210px;
	background:url(../_img/mvc_pc.jpg) no-repeat center center;
	background-size:cover;
}

}













#Nayami_tx{
	width:100%;
	max-width:1100px;
	height:auto;
	padding-top:9.09090909%;
	position:relative;
	margin:10px auto;
}
@media screen and (max-width: 640px) {
#Nayami_tx{
	padding-top:18.42105263%;
}
}
#Nayami_tx img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
}
#Nayami_tx img.effect{
	opacity:0;
	padding-top:40px;
}

#Nayami_tx img.a.effect.move{
	opacity:0;
    -moz-animation: Bto1 1s ease 0s forwards;
    -webkit-animation: Bto1 1s ease 0s forwards;
    -ms-animation: Bto1 1s ease 0s forwards;
    -o-animation: Bto1 1s ease 0s forwards;
}
#Nayami_tx img.b.effect.move{
	opacity:0;
    -moz-animation: Bto1 1s ease 0.8s forwards;
    -webkit-animation: Bto1 1s ease 0.8s forwards;
    -ms-animation: Bto1 1s ease 0.8s forwards;
    -o-animation: Bto1 1s ease 0.8s forwards;
}
#Nayami_tx img.c.effect.move{
	opacity:0;
    -moz-animation: Bto1 1s ease 1.6s forwards;
    -webkit-animation: Bto1 1s ease 1.6s forwards;
    -ms-animation: Bto1 1s ease 1.6s forwards;
    -o-animation: Bto1 1s ease 1.6s forwards;
}


#Nayami_img.effect{
	opacity:0;
	padding-top:0;
}

#Nayami_img.effect.move{
	opacity:0;
    -moz-animation: fade1 1s ease 2.4s forwards;
    -webkit-animation: fade1 1s ease 2.4s forwards;
    -ms-animation: fade1 1s ease 2.4s forwards;
    -o-animation: fade1 1s ease 2.4s forwards;
}


@-moz-keyframes Bto1 {
     0% { opacity:0; padding-top:40px;} 100% { opacity:1; padding-top:0;}
}
@-webkit-keyframes Bto1 {
     0% { opacity:0; padding-top:40px;} 100% { opacity:1; padding-top:0;}
}
@-o-keyframes Bto1 {
     0% { opacity:0; padding-top:40px;} 100% { opacity:1; padding-top:0;}
}
@-ms-keyframes Bto1 {
     0% { opacity:0; padding-top:40px;} 100% { opacity:1; padding-top:0;}
}








#FlowImg{
	width:100%;
	max-width:1200px;
	height:auto;
	padding-top:20%;
	position:relative;
	margin:10px auto;
}
@media screen and (max-width: 640px) {
#FlowImg{
	padding-top:52.63157894%;
}
}
#FlowImg img{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#FlowImg img.a{
	z-index:1;
}
#FlowImg img.b{
	z-index:2;
}
#FlowImg img.c{
	z-index:3;
}
#FlowImg img.d{
	z-index:4;
}
#FlowImg img.e{
	z-index:5;
}
#FlowImg img.effect{
	opacity:0;
}
#FlowImg img.a.effect.move{
    -moz-animation: fade1 1s ease 0s forwards;
    -webkit-animation: fade1 1s ease 0s forwards;
    -o-animation: fade1 1s ease 0s forwards;
    -ms-animation: fade1 1s ease 0s forwards;
}
#FlowImg img.b.effect.move{
    -moz-animation: fade1 0.6s ease 1s forwards;
    -webkit-animation: fade1 0.6s ease 1s forwards;
    -o-animation: fade1 0.6s ease 1s forwards;
    -ms-animation: fade1 0.6s ease 1s forwards;
}
#FlowImg img.c.effect.move{
    -moz-animation: fade1 0.6s ease 1.6s forwards;
    -webkit-animation: fade1 0.6s ease 1.6s forwards;
    -o-animation: fade1 0.6s ease 1.6s forwards;
    -ms-animation: fade1 0.6s ease 1.6s forwards;
}
#FlowImg img.d.effect.move{
    -moz-animation: fade1 0.6s ease 2.2s forwards;
    -webkit-animation: fade1 0.6s ease 2.2s forwards;
    -o-animation: fade1 0.6s ease 2.2s forwards;
    -ms-animation: fade1 0.6s ease 2.2s forwards;
}
#FlowImg img.e.effect.move{
    -moz-animation: fade1 0.6s ease 2.8s forwards;
    -webkit-animation: fade1 0.6s ease 2.8s forwards;
    -o-animation: fade1 0.6s ease 2.8s forwards;
    -ms-animation: fade1 0.6s ease 2.8s forwards;
}
@-moz-keyframes fade1 {
     0% { opacity:0; } 100% { opacity:1;}
}
@-webkit-keyframes fade1 {
     0% { opacity:0; } 100% { opacity:1;}
}
@-o-keyframes fade1 {
     0% { opacity:0; } 100% { opacity:1;}
}
@-ms-keyframes fade1 {
     0% { opacity:0; } 100% { opacity:1;}
}

.mailto{
	cursor:pointer;
}
















  .loop_css1 {
    position: relative;
    display: -webkit-flex;
    display: flex;
    height: 300px;
    overflow: hidden;
	margin-bottom:40px;
  }
  .loop_css1 img {
    width: auto;
    height: 100%;
  }
@media screen and (max-width: 640px) {
  .loop_css1 {
    position: relative;
    display: -moz-flex;
    display: -webkit-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    height: 200px;
    overflow: hidden;
	margin-bottom:40px;
  }
  .loop_css1 img {
    width: 2400px !important;
    height: 100%;
  }
}

  .loop_css1 img:first-child {
    -moz-animation: loop 100s -50s linear infinite;
    -webkit-animation: loop 100s -50s linear infinite;
    -o-animation: loop 100s -50s linear infinite;
    -ms-animation: loop 100s -50s linear infinite;
    animation: loop 100s -50s linear infinite;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }

  .loop_css1 img + img {
    -moz-animation: loop2 100s  linear infinite;
    -webkit-animation: loop2 100s  linear infinite;
    -o-animation: loop2 100s  linear infinite;
    -ms-animation: loop2 100s  linear infinite;
    animation: loop2 100s linear infinite;
  }



  @-moz-keyframes loop {
    0% {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -o-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-webkit-keyframes loop {
    0% {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -o-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-o-keyframes loop {
    0% {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -o-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  @-ms-keyframes loop {
    0% {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -o-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  @keyframes loop {
    0% {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      -o-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
    }
    to {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  
  

  @-moz-keyframes loop2 {
    0% {
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -moz-transform: translateX(-200%);
      -webkit-transform: translateX(-200%);
      -o-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }

  @-webkit-keyframes loop2 {
    0% {
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -moz-transform: translateX(-200%);
      -webkit-transform: translateX(-200%);
      -o-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }

  @-o-keyframes loop2 {
    0% {
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -moz-transform: translateX(-200%);
      -webkit-transform: translateX(-200%);
      -o-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }

  @-ms-keyframes loop2 {
    0% {
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -moz-transform: translateX(-200%);
      -webkit-transform: translateX(-200%);
      -o-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }

  @keyframes loop2 {
    0% {
      -moz-transform: translateX(0);
      -webkit-transform: translateX(0);
      -o-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }
    to {
      -moz-transform: translateX(-200%);
      -webkit-transform: translateX(-200%);
      -o-transform: translateX(-200%);
      -ms-transform: translateX(-200%);
      transform: translateX(-200%);
    }
  }


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