/*
 01.fv
 02.important
 03.youtube

 07.news
*/
/*====================================
  01.fv
====================================*/
.fv .slider{
  padding: 0;
  margin: 0;
}
.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 1rem 0 0;
}
.slick-dots li{
  list-style: none;
  margin: 0 .7rem;
}
.slick-dots li button{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 36px;
  height: 7px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #dedede;
}
.slick-dots li.slick-active button {
  background: #058505;
}

/*====================================
  02.important
====================================*/
.important{
  color: #d10000;
  background: #fff3f3;
  border: 1px solid #d10000;
  margin-top: 3rem;
  box-sizing: border-box;
}
.important a{
  display: block;
  padding: 0 3rem;
  color: #d10000;
}
.important .tit{
  font-size: 2.4rem;
  font-weight: bold;
  padding-top: 1.2rem;
}
.important p{
  padding: .6rem 0 2rem;
  margin: 0;
}

.important_bnr{
  margin-top: 3rem;
  text-align: center;
}

/*====================================
  03.youtube
====================================*/
.youtube_wrap{
  max-width: 650px;
  margin: auto;
}
.youtube {
  width: 100%;
  padding-top: 56.25%;
  margin-top: 4rem;
  position: relative;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*====================================
  07.news
====================================*/
.news{
  margin-top: 6rem;
  padding: 6rem 0;
  background: #f2f2f2;
  text-align: center;
}
.news .news_tit{
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.news ul{
  padding: 0;
}
.news li{
  text-align: left;
  display: flex;
  list-style: none;
  border-bottom: 1px solid #bbb;
  padding: 1.8rem 0;
}
.news li a:hover{
  text-decoration: underline;
}
.news time{
  padding: 0 3rem 0 .5rem;
}
.news li .icon_new{
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  padding: .4rem .6rem;
  margin-left: 1rem;
  border-radius: 3px;
  display: inline-block;
  background: #d9534f;;
}
.news .btn{
  display: inline-block;
  margin: 4rem auto 0;
}
.news .btn_area{
  position: relative;
}
.news .btn_area .btn_store{
  position: absolute;
  right: 0;
  top: 50px;
  padding-right: 15px;
}
.news .btn_area .btn_store a{
  font-size: 15px;
}
.news .btn_area .btn_store a::after {
position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: .7rem;
  height: .7rem;
  margin: auto;
  border-top: 3px solid #028402;
  border-right: 3px solid #028402;
  transform: rotate(45deg);
}

/*====================================
  05.banner
====================================*/
.banner{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 6rem 0;
}
.banner li{
  margin: 9px 0;
  width: 49%;
}
.banner li p{
  font-size: 1.3rem;
  margin: .5rem 0 0;
}

/* SP */
@media screen and (max-width: 767px) {

/*====================================
  01.fv
====================================*/
.slick-slide img{
  width: 100%;
  max-width: inherit;
}

/*====================================
  02.important
====================================*/
.important a{
  padding: 0 2rem;
}
.important .tit{
  font-size: 1.5rem;
}
.important p {
  font-size: 1.3rem;
  padding: .4rem 0 1.8rem;
}
/*====================================
  03.youtube
====================================*/
.youtube{
  margin-top: 3rem;
}

/*====================================
  04.news
====================================*/
.news{
  margin-top: 5rem;
  padding: 4rem 0 4.5rem;
}
.news .news_tit{
  font-size: 1.8rem;
  margin-bottom: 0;
}
.news li{
  display: block;
  padding: 1.6rem 0;
}
.news time{
  display: block;
  padding: 0;
  font-size: 1.3rem;
}
.news .btn{
  margin: 3.5rem auto 0;
}
.news .btn_area .btn_store{
  position: relative;
  display: inline-block;
  top: auto;
  margin-top: 30px;
}
.news .btn_area .btn_store a {
  font-size: 14px;
}

/*====================================
  05.banner
====================================*/
.banner{
  display: block;
  padding: 4rem 0;
}
.banner li{
  margin: 9px 0;
  width: 100%;
}
.banner li img{
  width: 100%;
}



}/* 767px */