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

/*----------------------------------------------------
	☆MV
----------------------------------------------------*/

	
.main-visual {
    background-size: cover;
    text-align: center;
    position: relative;
    overflow: hidden;
}
 
.main-visual img {
    z-index: 2;
    position: absolute;
    top: 100px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
 
.main-visual video {
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    
}
.main-visual .movie_btn{
    z-index: 2;
    position: absolute;
    right: 100px;
    bottom: 80px;
    width:150px;
    font-size:15px;
    font-weight:bold;
    text-align:center;
    padding:10px;
    color:#fff;
    border:2px solid #fff;
    border-radius: 10px;
}
.topMv .main-visual:hover {
    opacity: 0.6;
    filter: brightness(110%);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.movie_btn_sp{
display:none;
}
.topMv {
  margin-top: 106.5px;
}

.topMv img {
  width: 100%;
  height: auto;
}
.topMv .scroll {
  font-size: 1rem;
  top: 20%;
  right: 2%;
  position: fixed;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  z-index: 999;
}
.topMv .scroll .square {
  width: 2px;
  height: 110px;
  display: inline-block;
  margin-top: 15px;
  background: #3cb63f;
}
/*----------------------------------------------------
	☆news
----------------------------------------------------*/

.news {
  padding-left: 4%;
  position: relative;
  margin: -56px auto 0;
  max-width: 1000px;
  z-index: 200;
}
.news .ttlArea {
  background-color: #3cb63f;
  color: #fff;
  display: inline-block;
  font-size: 3.6rem;
  padding: 6%;
  text-align: center;
  position: absolute;
  top: 30%;
  left: 15%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
}
.news .ttlArea span {
  display: block;
  font-size: 1.6rem;
  margin-top: 12px;
}
.news .moreBtn {
  margin-top: 20px;
}
.news .moreBtn i {
  margin-left: 30px;
}
.news .icon-arrow_right:before {
  color: #fff;
}
.news .moreBtn a {
  border: 1px solid;
}
.news .txArea {
  padding: 5% 5% 5% 30%;
  display: inline-block;
  background-color: #fff;
  border: 3px solid #3cb63f;
}
.news .txArea dl {
  display: table;
  width: 100%;
}
.news .txArea dt {
  display: table-cell;
  color: #3cb63f;
  font-size: 1.8rem;
  vertical-align: middle;
  width: 25%;
  padding: 12px 44px 12px 0;
}
.news .txArea dd {
  display: table-cell;
  font-weight: bold;
  vertical-align: middle;
  width: 75%;
}

/*----moreBtn----*/
.message .moreBtn {
  margin-top: 40px;
}
.message .moreBtn i {
  margin-left: 30px;
}
.moreBtn a i:before {
  color: #fff;
}
.moreBtn a {
  z-index: 1000;
  position: relative;
  background-color: #3cb63f;
  color: #fff;
  font-size: 1.4rem;
  padding: 15px 30px;
  border-radius: 10px;
}
.moreBtn a:hover {
  background-color: #ffffff;
  color: #3cb63f;
  opacity: 1;
}
.moreBtn a:hover i:before {
  color: #3cb63f;
}

/*----------------------------------------------------
	☆bnrLink
----------------------------------------------------*/

.bnrLink ul {
  overflow: hidden;
}
.bnrLink ul li {
  float: left;
  width: calc(96% / 2);
  margin-right: 2%;
  margin-bottom: 2%;
  text-align: center;
}
.bnrLink ul li span {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
.bnrLink ul li img {
  max-width: 580px;
  width: 100%;
}
.bnrLink ul li:nth-child(even){
  margin-right: 0%;
}
.bnrLink ul li:last-child {
  margin-right: 0%;
}
.bnrLink a {
  display: block;
}
.link_01{
	background: url(../images/top_img01.jpg)no-repeat center center;
	background-size: contain;
	width: 100%;
    padding-top: 47.6%;
	display: block;
}
.link_02{
	background: url(../images/top_img02.jpg)no-repeat center center;
	background-size: contain;
	width: 100%;
    padding-top: 47.6%;
	display: block;
}
.link_03{
	background: url(../images/top_img03.jpg)no-repeat center center;
	background-size: contain;
	width: 100%;
    padding-top: 47.6%;
	display: block;
}
.link_04{
	background: url(../images/top_img04.jpg)no-repeat center center;
	background-size: contain;
	width: 100%;
    padding-top: 47.6%;
	display: block;
}
.link_05{
	background: url(../images/top_img05.jpg)no-repeat center center;
	background-size: contain;
	width: 100%;
    padding-top: 47.6%;
	display: block;
}
.link_06{
	background: url(../images/top_img06.jpg)no-repeat center center;
	background-size: contain;
	width: 100%;
    padding-top: 47.6%;
	display: block;
}
.link_07{
	background: url(../images/top_img07.jpg)no-repeat center center;
	background-size: contain;
	width: 100%;
    padding-top: 47.6%;
	display: block;
}
.link_08{
	background: url(../images/top_img08.jpg)no-repeat center center;
	background-size: contain;
	width: 100%;
    padding-top: 47.6%;
	display: block;
}

@media only screen and (max-width: 1024px) {
}
@media only screen and (min-width: 801px) {
    .bnrLink ul li.pamphlet {
      margin: 0% 34%;
    }
    .top_pc{
        display:block;
    }
    .top_sp{
        display:none;
    }
}

/* for SP
-------------------------------------------------------------------------------------*/

@media only screen and (max-width: 800px) {
  /*----------------------------------------------------
	☆MV
----------------------------------------------------*/
    .top_pc{
        display:none;
    }
    .top_sp{
        display:block;
    }

.wr{
margin-top: 0px;
}
.topMv{
margin-top: 0px;
}

.topMv img {
  width: 100%;
  height: auto;
}

  .topMv .scroll {
    display: none;
  }
  .topMv .movie_btn_sp{
      display:block;
    z-index: 2;
    position: absolute;
    right: 10px;
    bottom: 20px;
    width:160px;
    font-size:0.8em;
    font-weight:bold;
    text-align:center;
    padding:10px;
    color:#fff ;
    border:2px solid #fff;
    border-radius: 10px;
}
  .topMv .movie_btn_sp a{
    color:#fff !important;
}
  /*----------------------------------------------------
	☆SPnews
----------------------------------------------------*/

  .news {
    margin: 0 auto;
    width: 100%;
    padding: 0;
  }
  .news .ttlArea {
    font-size: 30px;
    padding: 30px 0 20px;
    width: 100%;
    top: 24%;
    left: 50%;
  }
  .news .ttlArea span {
    font-size: 1rem;
    margin-top: 4px;
  }
  .news .moreBtn {
    margin-top: 10px;
  }
  .news .moreBtn i {
    margin-left: 10px;
  }
  .news .txArea {
    padding: 180px 10px 20px;
    width: 100%;
    border: none;
  }
  .news .txArea dt {
    font-size: 1.2rem;
    width: 25%;
    padding: 6px 22px 6px 0;
  }
  .news .txArea dd {
  }
  
    /*----moreBtn----*/
  .message .moreBtn {
    margin-top: 20px;
  }
  .message .moreBtn i {
    margin-left: 10px;
  }
  .moreBtn a i:before {
    color: #fff;
  }
  .moreBtn a {
    font-size: 1rem;
    padding: 10px 15px;
  }

  /*----------------------------------------------------
	☆bnrLink
----------------------------------------------------*/

  .bnrLink ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .bnrLink ul li img {
    max-width: 580px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .bnrLink ul li:last-child {
    margin-bottom: 20px;
  }
  
.link_01{
	background: url(../images/top_img01_sp.jpg)no-repeat center center;
	background-size: contain;
	width: 100%;
	max-height: 165px;
	display: block;
}
.link_02{
	background: url(../images/top_img02_sp.jpg)no-repeat center center;
	background-size: contain;
	width: 100%;
	max-height: 165px;
	display: block;
}
.link_03{
	background: url(../images/top_img03_sp.jpg)no-repeat center center;
	background-size: contain;
	width: 100%;
	max-height: 165px;
	display: block;
}
.link_04{
	background: url(../images/top_img04_sp.jpg)no-repeat center center;
	background-size: contain;
	width: 100%;
	max-height: 165px;
	display: block;
}
.link_05{
	background: url(../images/top_img05_sp.jpg)no-repeat center center;
	background-size: contain;
	width: 100%;
	max-height: 165px;
	display: block;
}
.link_06{
	background: url(../images/top_img06_sp.jpg)no-repeat center center;
	background-size: contain;
	width: 100%;
	max-height: 165px;
	display: block;
}
.link_07{
	background: url(../images/top_img07_sp.jpg)no-repeat center center;
	background-size: contain;
	width: 100%;
	max-height: 165px;
	display: block;
}
.link_08{
	background: url(../images/top_img08_sp.jpg)no-repeat center center;
	background-size: contain;
	width: 100%;
	max-height: 165px;
	display: block;
}
}
