@charset "utf-8";
/*-----------------------------------------------
* index
-------------------------------------------------*/
#top {
  width: 100%;
  height: auto;
  position: relative
}

#top #cnt {
  padding-bottom: 30px
}

#top #cnt #kv {
  position: relative;
  z-index: 1
}

@media screen and (max-width: 767px) {
  #top #cnt #kv {
    width: 100%
  }
}

#top #cnt #kv .swiper {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1000px;
  margin-left: -500px;
  line-height: 0
}

@media screen and (max-width: 767px) {
  #top #cnt #kv .swiper {
    left: 0;
    margin-left: 0;
    width: 100%
  }
}

#top #cnt #kv .swiper .swiper-container .swiper-slide {
  width: 50%
}

@media screen and (max-width: 767px) {
  #top #cnt #kv .swiper .swiper-container .swiper-slide {
    width: 100%
  }
}

#top #cnt #kv .swiper .swiper-container .swiper-slide a:hover {
  opacity: 1
}

#top #cnt #kv .swiper .swiper-pagination {
  width: 100%
}

@media screen and (max-width: 767px) {
  #top #cnt #kv .swiper .swiper-pagination {
    display: none
  }
}

#top #cnt #kv .swiper .swiper-pagination .swiper-pagination-bullet {
  background: #FFFFFF;
  opacity: 1;
  margin: 8px 5px;
  width: 8px;
  height: 8px
}

#top #cnt #kv .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #B5B5B5;
  opacity: 1
}

#top #cnt .wrapper {
  padding-top: 30px
}

@media screen and (max-width: 767px) {
  #top #cnt .wrapper {
    display: block;
    padding-top: 20px
  }
}

#top #cnt .read {
  text-align: center;
  font-size: 27px;
  margin-bottom: 40px;
  font-weight: bold
}

@media screen and (max-width: 767px) {
  #top #cnt .read {
    font-size: 22px;
    line-height: 30px;
    text-align: left
  }
}

#top #cnt .left {
  width: 60%
}

@media screen and (max-width: 767px) {
  #top #cnt .left {
    width: 100%
  }
}

#top #cnt .right {
  width: 40%
}

@media screen and (max-width: 767px) {
  #top #cnt .right {
    width: 100%;
    padding-top: 30px
  }
}

#top #cnt .right h3 {
  text-align: left;
  font-size: 32px;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #000
}

#top #cnt h4 {
  display: block;
  font-size: 16px;
  text-align: center;
  padding-bottom: 15px
}

#top #cnt ul.top_cnt {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px
}

#top #cnt ul.top_cnt li.top_cnt_li {
  width: 46%
}

@media screen and (max-width: 767px) {
  #top #cnt ul.top_cnt li.top_cnt_li {
    width: 100%
  }
}

#top #cnt ul.top_cnt li.top_cnt_li h3 {
  text-align: left;
  font-size: 32px;
  padding: 0 0 20px 0;
  margin-bottom: 30px;
  border-bottom: 2px solid #000
}

#top #cnt ul.top_cnt li.top_cnt_li ul.share {
  justify-content: center
}

@media screen and (max-width: 767px) {
  #top #cnt ul.top_cnt li.top_cnt_li ul.share {
    margin-bottom: 30px
  }
}

#top #cnt ul.top_cnt li.top_cnt_li ul.share li {
  width: 43px;
  margin: 0 15px;
  position: relative
}

@media screen and (max-width: 767px) {
  #top #cnt ul.top_cnt li.top_cnt_li ul.share li {
    margin: 0 10px
  }
}

#top #cnt ul.top_cnt li.top_cnt_li ul.share li:nth-child(1) img {
  margin-top: 4px;
  margin-left: 1px;
  width: 22px
}

#top #cnt ul.top_cnt li.top_cnt_li ul.share li:nth-child(2) img {
  width: 13px;
  margin-left: 4px
}

#top #cnt ul.top_cnt li.top_cnt_li ul.share li:nth-child(3) img {
  width: 23px
}

#top #cnt ul.top_cnt li.top_cnt_li ul.sns {
  justify-content: space-between
}

#top #cnt ul.top_cnt li.top_cnt_li ul.sns li {
  width: 32%
}

#top #cnt ul.top_cnt li.top_cnt_li ul.sns li a {
  background: #fff;
  display: block;
  padding: 10px 0 10px 0;
  border: 1px solid #000;
  position: relative;
  text-align: center;
  line-height: 0
}

#top #cnt ul.top_cnt li.top_cnt_li ul.sns li a img {
  height: 20px;
  width: auto;
  margin: 0 auto
}

@media screen and (max-width: 767px) {
  #top #cnt ul.top_cnt li.top_cnt_li ul.sns li a img {
    width: 80%;
    height: auto
  }
}

#top #cnt ul.top_cnt li.top_cnt_li ul.sns li a:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #25E44B;
  border-top: 1px solid #25E44B
}

#top #cnt ul.top_cnt li.top_cnt_li ul.sns li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #E4E408;
  border-bottom: 1px solid #E4E408
}

@media screen and (max-width: 767px) {
  #top #cnt ul.top_cnt li.top_cnt_li {
    width: 100%
  }
}

#top #cnt ul.top_cnt.under {
  margin-bottom: 40px
}

@media screen and (max-width: 767px) {
  #top #cnt ul.top_cnt.under {
    margin-bottom: 50px
  }
}

@media screen and (max-width: 767px) {
  #top #cnt ul.bn {
    display: block;
  }
}

#top #cnt ul.bn li {
  width: 24%
}

@media screen and (max-width: 767px) {
  #top #cnt ul.bn li {
    width: 100%;
    margin-bottom: 10px
  }
}

#top #cnt .scroll_img {
  margin: 30px 0
}

#top #cnt .scroll_img .scroll {
  position: relative;
  width: 100%;
  height: 154px;
  background: url("../img/top/moso4_top_scroll_img.png") no-repeat 0 0;
  background-size: 3794px 154px;
  animation: bgroop 50s linear infinite
}

@media screen and (max-width: 767px) {
  #top #cnt .scroll_img .scroll {
    width: 100%;
    height: 34vw;
    background: url("../img/top/moso4_top_scroll_img.png") no-repeat 0 0;
    background-size: auto 100%;
    animation: bgroop_sp 30s linear infinite
  }
}

#top #cnt .scroll_img .scroll:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/moso4_top_scroll_img.png") no-repeat 0 0;
  background-size: 3794px 154px;
  animation: bgroop2 50s linear infinite
}

@media screen and (max-width: 767px) {
  #top #cnt .scroll_img .scroll:after {
    width: 100%;
    height: 34vw;
    background: url("../img/top/moso4_top_scroll_img.png") no-repeat 0 0;
    background-size: auto 100%;
    animation: bgroop2_sp 30s linear infinite
  }
}

@keyframes bgroop {
  from {
    background-position: 0 0
  }

  to {
    background-position: -3794px 0
  }
}

@keyframes bgroop2 {
  from {
    background-position: 3804px 0
  }

  to {
    background-position: 10px 0
  }
}

@keyframes bgroop_sp {
  from {
    background-position: 0 0
  }

  to {
    background-position: -840vw 0
  }
}

@keyframes bgroop2_sp {
  from {
    background-position: 841vw 0
  }

  to {
    background-position: 1vw 0
  }
}

#top #cnt .scroll_img .txt {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
  font-size: 13px;
  padding-top: 5px
}

@media screen and (max-width: 767px) {
  #top #cnt .scroll_img .txt {
    width: 90%;
    text-align: center
  }
}

#top #cnt .statement {
  width: 1000px;
  margin: 0 auto 70px auto;
  position: relative
}

@media screen and (max-width: 767px) {
  #top #cnt .statement {
    width: 90%;
    margin: 0 auto 35px auto
  }
}

#top #cnt .statement span.bg {
  position: relative;
  background: #fff;
  padding: 30px 0;
  display: block;
  border: 1px solid #000
}

@media screen and (max-width: 767px) {
  #top #cnt .statement span.bg {
    padding: 30px 15px
  }
}

#top #cnt .statement .ttl {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
  color: #fff;
  position: relative
}

@media screen and (max-width: 767px) {
  #top #cnt .statement .ttl {
    font-size: 23px
  }
}

#top #cnt .statement .ttl span {
  position: relative;
  background: #000;
  padding: 10px 10px 13px 10px;
  display: block;
  z-index: 2
}

#top #cnt .statement .ttl:after {
  content: "";
  position: absolute;
  background: #FFFF0A;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  z-index: 1
}

#top #cnt .statement .ttl:before {
  content: "";
  position: absolute;
  background: #2BFF54;
  top: 3px;
  right: -3px;
  width: 100%;
  height: 100%;
  z-index: 1
}

#top #cnt .statement p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4
}

@media screen and (max-width: 767px) {
  #top #cnt .statement p {
    font-size: 14px
  }
}

#top #cnt .statement:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  background: #67A7DB;
  width: 100%;
  height: 100%
}

#top #cnt #news {
  width: 100%;
  text-align: center
}

@media screen and (max-width: 767px) {
  #top #cnt #news {
    width: 100%;
    margin-bottom: 20px
  }
}

#top #cnt #news h3 {
  border-bottom: none
}

#top #cnt #news .news_box {
  text-align: left;
  padding-bottom: 25px
}

#top #cnt #news .news_box .ttl {
  font-size: 18px;
  padding-bottom: 10px
}

#top #cnt #news .news_box li {
  font-size: 13px;
  line-height: 1.35;
  padding-bottom: 10px;
  display: flex;
}

@media screen and (max-width: 767px) {
  #top #cnt #news .news_box li {
    display: block;
  }
}

#top #cnt #news .news_box li:last-child{
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  #top #cnt #news .news_box li:last-child{
    margin-top: 0px;
  }
}

#top #cnt #news .news_box li span{
  padding-right: 8px;
  white-space: nowrap;
}

#top #cnt #news .news_box a {
  text-decoration: underline;
  flex:1;
}

#top #cnt #news .news_box ul {
  align-items: flex-start
}

@media screen and (max-width: 767px) {
  #top #cnt #news .news_box ul {
    display: block
  }
}

#top #cnt #news .news_box ul li {
  width: 48%
}

@media screen and (max-width: 767px) {
  #top #cnt #news .news_box ul li {
    width: 100%
  }
}

@media screen and (max-width: 767px) {
  #top #cnt #news .news_box ul li:nth-child(1) {
    width: 70%;
    margin: 5px auto 10px auto
  }
}

#top #cnt #news a.more {
  font-size: 13px;
  text-decoration: underline
}
