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

/*------------ TOP ------------*/
.btn {
  display: inline-block;
  padding: 13px 20px;
  color: #fff;
  text-decoration: none;
  position: relative;
  background: transparent;
  border: 1px solid #e1e1e1;
  font: 12px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.4em;
  text-align: center;
  text-indent: 2px;
  text-transform: uppercase;
  transition: color 0.1s linear 0.05s;
}
.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e1e1e1;
  z-index: 1;
  opacity: 0;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}
.btn::after {
  transition: border 0.1s linear 0.05s;
}
.btn .btn-inner {
  position: relative;
  z-index: 2;
}
.btn:hover {
  color: #373737;
  transition: color 0.1s linear 0s;
}
.btn:hover::before {
  top: 0;
  height: 100%;
  opacity: 1;
  transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}
.btn:hover::after {
  border-color: #373737;
  transition: border 0.1s linear 0s;
}

.slideshow {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 720px;
  z-index: 1;
  border-bottom: 3px solid #c1ad6f;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideshow .slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.slideshow .slide.is-active {
  display: block;
}
.slideshow .slide.is-loaded {
  opacity: 1;
}
.slideshow .slide .caption {
  padding: 0 100px;
}
.slideshow .slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
}
.slideshow .slide .image-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slide .image {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.slideshow .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideshow .slide .title {
  margin: 0 auto 15px;
  max-width: 1000px;
  font: 300 50px/1.2 "Oswald", sans-serif;
  letter-spacing: 0.35em;
  text-transform: uppercase;
}
.slideshow .slide .text {
  margin: 0 auto;
  max-width: 1000px;
  font-size: 18px;
  line-height: 1.4;
}
.slideshow .slide .btn {
  margin: 15px 0 0;
  border-color: #fff;
}
.slideshow .slide .btn::before {
  background: #fff;
}
.slideshow .pagination {
  position: absolute;
  bottom: 35px;
  left: 0;
  width: 100%;
  height: 12px;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.slideshow .pagination .item {
  display: inline-block;
  padding: 15px 5px;
  position: relative;
  width: 46px;
  height: 32px;
  cursor: pointer;
  text-indent: -999em;
  z-index: 1;
}
.slideshow .pagination .item + .page {
  margin-left: -2px;
}
.slideshow .pagination .item::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  width: 36px;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  transition: background 0.2s ease;
}
.slideshow .pagination .item::after {
  width: 0;
  background: #fff;
  z-index: 2;
  transition: width 0.2s ease;
}
.slideshow .pagination .item:hover::before, .slideshow .pagination .item.is-active::before {
  background-color: #fff;
}
.slideshow .arrows .arrow {
  margin: -33px 0 0;
  padding: 20px;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
}
.slideshow .arrows .prev {
  left: 30px;
}
.slideshow .arrows .prev:hover .svg {
  left: -10px;
}
.slideshow .arrows .next {
  right: 30px;
}
.slideshow .arrows .next:hover .svg {
  left: 10px;
}
.slideshow .arrows .svg {
  position: relative;
  left: 0;
  width: 14px;
  height: 26px;
  fill: #fff;
  transition: left 0.2s ease;
}

.mv-logo-wrap{
  text-align: center;
}
.mv-logo-wrap .ttl{
  margin-top: 100px;
}
.mv-scroll{
  position: absolute;
  right: 0;
  bottom: 20px;
  transform: translateX(-50%);
  z-index: 1;
}
.mv-scroll>a{
  padding-left: 10px;
  border-left: 1px solid #FFF;
  height: 120px;
  display: block;
}
.mv-scroll>a img{
	animation: scroll 2.5s ease-in-out infinite;
  position: relative;
}
@keyframes scroll {
  0% {
    top:0px;
  }
  
  50% {
    top:10px;	
  }

  100% {
    top:0px;
  }
}

.content-inner-flex {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.ttl-box {
  width: 35%;
}
.ttl-common-wrap h3{
  font-size: 60px;
  line-height: 1;
}
.subtxt-wrap{
  margin-top: 20px;
  font-size: 16px;
}

.content-news{
  padding: 60px 0 80px;
}
.subtxt-wrap a {
  display: flex;
  align-items: center;
}
.content-twitter .subtxt-wrap a {
  color: #000;
  text-decoration: none;
}
.content-twitter .subtxt-wrap a:hover {
  text-decoration: underline;
}
.content-twitter .subtxt-wrap a:after {
  content: "";
  width: 20%;
  height: 1px;
  background-color: #000;
  margin: 0 0 0 1rem;
}
.content-twitter{
  background: url("../images/common/bg_yellow.png") repeat center top #c1ad6f;
  position: relative;
}
.content-twitter:before {
  top: 0;
  left: 37%;
  width: 65%;
  height: 100.6%;
  content: ' ';
  position: absolute;
  background: #fff;
}
.twitter-box {
  width: 90%;
  height: 100%;
  margin-left: 10%;
  padding-left: 3%;
  padding-top: 20px;
  background-color: #fff;
}
.twitter-timeline {
  width: 100%;
  max-width: 700px;
}
.campaign-bn{
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.campaign-bn a:hover{
  opacity: .7;
}



@media (max-width:768px) {
  .slideshow {
    height: 70vw;
  }

  .mv-logo-wrap .ttl{
    margin-top: 5.33vw;
  }
  .mv-logo-wrap .ttl img{
    height: auto;
    width: 80vw;
  }
  .slideshow .slide .caption {
    padding: 0 5.333vw ;
  }
  .mv-scroll{
    right: 2.66vw;
    transform: none;
  }
  .mv-scroll>a{
    padding-left: 1.33vw;
    height: 16vw;
  }
  .mv-scroll>a img{
    width: 1.46vw;
  }

  .content-twitter{
    padding: 10.66vw 0;
  }
  .content-inner-flex {
    width: 100%;
    padding: 0 2.66vw;
    display: block;
  }
  .ttl-box {
    width: 100%;
  }
  .ttl-common-wrap h3{
    font-size: 8.539vw;
    text-align: center;
  }

  .content-news{
    padding: 10.66vw 0;
  }
  .subtxt-wrap{
    margin: 2.66vw auto 0;
    font-size: 2.4vw;
  }
  .content-news .subtxt-wrap {
    width: 26.667vw;
  }
  .content-news .subtxt-wrap a:after {
    width: 60%;
    margin: 0 0 0 .5rem;
  }
  .content-twitter .subtxt-wrap {
    width: 29.333vw;
  }
  .content-twitter .subtxt-wrap a:after {
    width: 20%;
    margin: 0 0 0 .5rem;
  }
  .content-twitter{
    background: url("../images/common/bg_yellow.png") repeat center top #c1ad6f;
    position: relative;
  }
  .content-twitter:before {
    display: none;
  }
  .twitter-box {
    width: 100%;
    margin-top: 2.66vw;
    margin-left: 0;
    padding-left: 0;
  }
}

