@charset "UTF-8";

/******************************
  topcommon
******************************/
.topsec {
  position: relative;
  padding: 6% 0
}

/******************************
  top-mainvisual
******************************/
.top-mainvisual {
  position: relative;
}
.top-mainvisual .slide-item {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 100vh;
}
.top-mainvisual .ico-scroll {
  color: #fff;
  font-size: 1.8rem;
  opacity: 1;
  position: absolute;
  bottom: 16vh;
  right: 4rem;
  transition: .8s 3s;
  z-index: 1;
}
.top-mainvisual .ico-scroll .icon {
  animation: scroll01 2s infinite;
  display: block;
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
}

@-webkit-keyframes scroll01 {
  0% {
    transform: translate(-50%, 0)
  }
  100% {
    transform: translate(-50%, 2rem);
    opacity: 0
  }
}
@keyframes scroll01 {
  0% {
    transform: translate(-50%, 0)
  }
  100% {
    transform: translate(-50%, 2rem);
    opacity: 0
  }
}

.top-mainvisual .slidelogo{
  background: url(../images/common/slidelogo.png) no-repeat center / contain;
  max-width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  height: 500px;
  width: 500px;
}

/******************************
  topsec-concept
******************************/
.topsec-concept {
  margin-top: 10%;
  opacity: 0;
}
.topsec-concept.scr-active {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s
}
.topsec-concept .txtbox {
  line-height: 2
}
.topsec-concept .fimgbox{
  width: 40%;
}
.topsec-concept .ftxtbox{
  width: 50%;
}
.topsec-concept .morebtn1{
  text-align: right;
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
  .topsec-concept .fimgbox {
    width: 48%;
  }
  .topsec-concept .ftxtbox {
    width: 47%;
  }
}
@media only screen and (max-width: 820px) {
  .topsec-concept .fimgbox {
    margin: 0 auto;
    width: 65%;
  }
  .topsec-concept .ftxtbox {
    margin: 3rem auto 0;
    width: 80%;
  }
  .topsec-concept .ftxtbox br{
    display: none;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .topsec-concept .fimgbox,
  .topsec-concept .ftxtbox  {
    width: 100%;
  }
}


/******************************
  topsec-menu
******************************/
.topsec-menu {
  background: #fff;
  margin-top: 10%;
  opacity: 0
}
.topsec-menu.bgbrown {
  background: #6C5C56;
}
.topsec-menu.scr-active {
  margin-top: 0;
  opacity: 1;
  transition: .8s
}
.topsec-menu.bgbrown .ttl2{
  background-image: url(../images/common/linel2.png), url(../images/common/liner2.png);
  color: #fff;
}
.topsec-menu .fimgbox,
.topsec-menu .ftxtbox{
  width: 45%;
}
.topsec-menu.bgbrown .txtbox p{
  color: #fff;
}
.topsec-menu .inbox{
  margin-bottom: 2rem;
}
.topsec-menu .morebtn1{
  margin: 1rem auto 3.5rem;
}
.topsec-menu.bgbrown .morebtn1 {
  color: #000;
  filter: invert(1);
}
.topsec-menu.bgbrown .morebtn1 a{
  filter: brightness(0);
}
.topsec-menu.bgbrown .morebtn1 a:hover {
  background-color: #fff;
  color: #000;
  filter: inherit;
}
.topsec-menu.bgbrown .morebtn1 a:hover::after {
  color: #fff;
  right: -2rem
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .topsec-menu .fimgbox,
  .topsec-menu .ftxtbox{
    margin: 0 auto;
    width: 70%;
  }
  .topsec-menu .ftxtbox {
    margin: 3rem auto 0;
  }
  .topsec-menu .ftxtbox .morebtn1,
  .topsec-menu .fbox{
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
  .topsec-menu .fbox,
  .topsec-menu .fimgbox,
  .topsec-menu .ftxtbox{
    width: 100%;
  }
}

/******************************
  topsecbg
******************************/
.topsecbg {
  margin-top: 10%;
  opacity: 0;
  background-image: url(../images/top/bg-sec04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 20rem 0;
}
.topsecbg.scr-active {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s
}

/******************************
  topsec-news
******************************/
.topsec-news {
  margin-top: 10%;
  opacity: 0
}
.topsec-news.scr-active {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: .8s;
  transition: .8s
}
.topsec-news .newsbox {
  padding-top: 4%
}
.topsec-news .morebtn1 {
  margin-top: 6rem;
  text-align: center
}
@media only screen and (max-width: 1180px) {
    
}
@media only screen and (max-width: 1024px) {
    
}
@media only screen and (max-width: 820px) {
  .topsec-news .newsbox{
    padding: 6rem 0;
  }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 767px) {
    
}