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

/* ---ローディングアニメーション--- */
#loadingWrap {
    width: 100%;
    height: 100vh;
    background: #AAA;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
#loading,
#loading:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}
#loading {
    margin: 320px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.1em solid rgba(255, 255, 255, 0.2);
    border-right: 0.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.1em solid rgba(255, 255, 255, 0.2);
    border-left: 0.1em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loadingNone {
    animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
    0% {
        opacity: 1;
        transform: translatey(0%);
    }
    99% {
        opacity: 0;
        transform: translatey(0%);
    }
    100% {
        opacity: 0;
        visibility:hidden;
    }
}

.topmain {
    padding-top: 80px;
    position: relative;
}




.slider {
    pointer-events: none;
}


/* smartdevice-------------------------------------------------------------- */
@media screen and (max-width:768px) {

/* ---ローディング--- */
#loading {
  margin: 230px auto;
}

}

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

/* header */
header{
  position:fixed;
  width:100%;
  top:0;
  left:0;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:54px 50px 20px 50px;
  background:rgba(255,255,255,0.85);
  transition:0.4s;
  z-index:600;
}
header.active{
  padding:20px 50px 20px 50px;
}

@media screen and (max-width:480px){
  header{
    padding:31px 22px 10px;
  }
  header.active{
    padding:15px 22px 10px;
  }
}

header h1{
  width:233px;
  line-height:0.5;
}
header h1 img{
  width:100%;
}
header ul{
  display:flex;
  gap:0 73px;
}
header ul li{
  font-size:1.4rem;
  font-weight:700;
  letter-spacing:0.1em;
}
header ul li a, header ul li a:visited{
  color:#141414;
  text-decoration:none;
  transition:0.4s;
}
header ul li a:hover{
  opacity:0.7;
}

@media screen and (max-width:480px){
  header ul{
    display:none;
  }
}

/* main_visual */
.main_visual{
  max-width:336px;
  margin:156px auto 90px;
  position:relative;
}
.main_visual::before{
  content:"";
  display:block;
  height:0;
  padding-top:120.85%;
}
.main_visual ul, .main_visual ul li{
  width:100%;
  position:absolute;
  top:0;
  left:0;
}
.main_visual ul li{
  opacity:0;
}

@media screen and (max-width:480px){
  .main_visual{
    max-width:278px;
    margin:105px auto 60px;
  }
}

.scroll{
  display:table;
  margin:0 auto 80px;
}
.scroll p{
  width:102px;
  -webkit-animation:scrollswing 4s linear infinite;
  animation:scrollswing 4s linear infinite;
}
@-webkit-keyframes scrollswing{
  0%  {transform:translateY(0);}
  5%  {transform:translateY(5px);}
  10% {transform:translateY(0);}
  15% {transform:translateY(5px);}
  20% {transform:translateY(0);}
  100%{transform:translateY(0);}
}
@keyframes scrollswing{
  0%  {transform:translateY(0);}
  5%  {transform:translateY(5px);}
  10% {transform:translateY(0);}
  15% {transform:translateY(5px);}
  20% {transform:translateY(0);}
  100%{transform:translateY(0);}
}

@media screen and (max-width:480px){
  .scroll{
    margin-bottom:110px;
  }
}

/* Information */
.information{
  box-sizing:content-box;
  max-width:1200px;
  margin:0 auto 156px;
  padding:0 20px;
}
.information h3{
  width:274.6px;
  margin-bottom:79px;
}
.information h3 img{
  width:100%;
}
.information dl{
  padding:0 20px 0 118px;
}
.information dt{
  font-size:1.5rem;
  color:#9F9F9F;
  line-height:2.26;
  float:left;
}
.information dd{
  font-size:1.5rem;
  line-height:2.26;
  margin:0 0 60px 164px;
}
.information dd a, .information dd a:visited{
  display:inline-block;
  color:#000;
}
.information dd a:hover{
  text-decoration:underline;
}

@media screen and (max-width:480px){
  .information{
    margin-bottom:130px;
  }
  .information h3{
    width:210px;
    margin-bottom:44px;
  }
  .information dl{
    padding:0;
  }
  .information dt{
    font-size:1.8rem;
    line-height:1.88;
    float:none;
  }
  .information dd{
    font-size:1.5rem;
    line-height:1.88;
    margin:8px 0 30px;
  }
}

/* About Service */
.about_service{
  margin-bottom:120px;
  overflow:hidden;
}
.about_service .inner{
  box-sizing:content-box;
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
  display:flex;
  align-items:center;
  gap:44px 59px;
}
.about_service figure{
  max-width:390px;
}
.about_service .txt h3{
  width:330px;
  margin-bottom:30px;
}
.about_service .txt h3 img{
  width:100%;
}
.about_service .txt p{
  font-size:1.5rem;
  line-height:2.26;
  max-width:643px;
}

@media screen and (max-width:480px){
  .about_service{
    margin-bottom:56px;
  }
  .about_service .inner{
    flex-wrap:wrap;
  }
  .about_service figure{
    width:60.8vw;
  }
  .about_service .txt{
    width:100%;
  }
  .about_service .txt h3{
    width:254px;
    margin-bottom:44px;
  }
  .about_service .txt p{
    font-size:1.5rem;
    line-height:1.88;
  }
}

.lineup_loop{
  margin-bottom:210px;
  background:url(../img/img02.png) repeat-x 0 0;
  background-size:auto 100%;
  -webkit-animation:loop 15s linear infinite;
  animation:loop 36s linear infinite;
}
.lineup_loop::before{
  content:"";
  display:block;
  height:235px;
}
@-webkit-keyframes loop{
  0%   { background-position:100% 0; }
  100% { background-position:calc(100% - 1464px) 0; }
}
@keyframes loop{
  0%   { background-position:100% 0; }
  100% { background-position:calc(100% - 1464px) 0; }
}

@media screen and (max-width:480px){
  .lineup_loop{
    margin-bottom:120px;
  }
}

/* Company Profile */
.company_profile{
  overflow:hidden;
  margin-bottom:172px;
}
.company_profile .inner{
  box-sizing:content-box;
  max-width:1200px;
  margin:0 auto;
  padding:0 20px;
  display:flex;
  gap:54px 56px;
}
.company_profile .left_box{
  width:36.93%;
  max-width:383px;
}
.company_profile .right_box{
  width:63.06%;
  max-width:654px;
}
.company_profile .left_box h3{
  width:221px;
  margin-bottom:77px;
}
.company_profile .left_box figure{
  width:100%;
  position:relative;
}
.company_profile .left_box figure::before{
  content:"";
  display:block;
  height:0;
  padding-top:79.63%;
}
.company_profile .left_box figure img{
  position:absolute;
  top:0;
  right:0;
  max-width:none;
  max-height:100%;
  width:auto;
}

@media screen and (max-width:480px){
  .company_profile{
    margin-bottom:140px;
  }
  .company_profile .inner{
    flex-wrap:wrap;
  }
  .company_profile .left_box{
    width:72.53vw;
  }
  .company_profile .right_box{
    width:100%;
  }
  .company_profile .left_box h3{
    width:170px;
    margin-bottom:63px;
  }
  .company_profile .left_box figure::before{
    padding-top:73.52%;
  }
}

/* copyright */
.copyright{
  position:fixed;
  left:0;
  bottom:10px;
  padding:13px 12px;
  background:rgba(255,255,255,0.9);
  border-radius:0 6px 6px 0;
}
.copyright p{
  width:10px;
}
.copyright p img{
  width:100%;
}

@media screen and (max-width:480px){
  .copyright{
    padding:13px 4px 13px 12px;
  }
}

/* footer */
footer{
  padding:0 65px 50px;
}
footer p{
  text-align:right;
}
footer p img{
  width:157px;
}

@media screen and (max-width:480px){
  footer{
    padding:0 20px 30px;
  }
}

/* lazy effect */
.lazy_up{
  opacity:0;
  transform:translateY(80px);
  transition:1.5s;
}
.lazy_left{
  opacity:0;
  transform:translateX(-10%);
  transition:1.5s;
}
.lazy_right{
  opacity:0;
  transform:translateX(10%);
  transition:1.5s;
}
.lazy_up.lazy_effect_active{
  opacity:1;
  transform:translateY(0);
}
.lazy_left.lazy_effect_active{
  opacity:1;
  transform:translateX(0);
}
.lazy_right.lazy_effect_active{
  opacity:1;
  transform:translateX(0);
}

