@charset "utf-8";

body{
  background: #FF0090;
}

#Page{
	display: none;
}

#Main{
  background: #EFEFEF;
  padding-top: 40px;
}

/* top_page
-----------------------------------------------------------------*/
.mv {
  height: 100vh;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}

.mv_slide {
  height: 100%;
}

.mv_img {
  height: 100vh;
  width: 100%;
}

.mv_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mv .txt_flow_box{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

/* #Sec01
-----------------------------------------------------------------*/
.top_page #Sec01{
  background: #ffffff;
}
.top_page #Sec01 .inner{
  max-width: 1020px;
  margin: 0 auto;
  padding: 20px 50px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top_page #Sec01 h2.ttl{
  line-height: 4rem;
}
.top_page #Sec01 h2.ttl span{
  display: block;
}
.top_page #Sec01 .ttl_box{
  width: 35%;
  margin-bottom: 70px;
}
.top_page #Sec01 .news_list{
  width: 60%;
}
.top_page #Sec01 .news_list ul{

}
.top_page #Sec01 .news_list ul li{
  margin: 10px 0;
  width: 100%;
}
.top_page #Sec01 .news_list ul li a{
  display: flex;
}
.top_page #Sec01 .news_list ul li .date{
  color: #FF0090;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  width: 120px;
}
.top_page #Sec01 .news_list ul li .ttl{
  font-size: 1.6rem;
  font-weight: bold;
  width: calc(100% - 120px);
  margin-top: 0;
}

.top_page #Sec01 .more_btn{
  position: absolute;
  left: 50px;
  bottom: 30px;
}

/* #Sec02
-----------------------------------------------------------------*/
.top_page #Sec02{
  padding-top: 40px;
}
.top_page #Sec02  .inner{
  margin-top: 30px;
}
.top_page #Sec02 h2.ttl{
  text-align: center;
}
.top_page #Sec02 .category_list{
  background-image: url(../images/top/bg_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.top_page #Sec02 .category_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
  padding: 20px 50px;
}
.top_page #Sec02 .category_list ul li{
  width: 32%;
  box-shadow: 0 10px 10px 6px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
}
.top_page #Sec02 .category_list ul li a{
  display: block;
}
.top_page #Sec02 .category_list ul li a img{
}
.top_page #Sec02 .category_list ul li a:hover{
  opacity: 0.8;
}

/* #Sec03
-----------------------------------------------------------------*/
.top_page #Sec03{
  padding-top: 40px;
  background: #ffffff;
}
.top_page #Sec03 .inner{
  margin-top: 30px;
  min-height: 370px;
  background-image: url(../images/top/bg_02.png);
  background-repeat: no-repeat;
  background-size: 1120px;
  background-position: top center;
}
.top_page #Sec03 h2.ttl{
  padding-top: 18px;
  text-align: center;
}
.top_page #Sec03 h2 .en_ttl{
  font-size: 3.3rem;
  color: #ffffff;
}
.top_page #Sec03 h2 span{
  color: #ffffff;
}
.top_page #Sec03 .pickup_slide{
  margin-top: 10px;
}
.top_page #Sec03 .pickup_slide .pickup_img a:hover{
  opacity: 0.7;
}
.top_page #Sec03 .pickup_slide .pickup_img img{
  width: 100%;
  height: auto;
}
.top_page #Sec03 .pickup_slide .slick-slide{
  margin: 0 10px;
}
@media screen and (max-width: 1000px) {
  .top_page #Sec03 .pickup_slide{
    margin-top: 30px;
  }
}
@media screen and (max-width: 800px) {
  .top_page #Sec03 .pickup_slide{
    margin-top: 50px;
  }
}
@media screen and (max-width: 680px) {
  .top_page #Sec03 .pickup_slide{
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .top_page #Sec03 .pickup_slide{
    margin-top: 30px;
  }
  .top_page #Sec03 .pickup_slide .slick-slide{
    margin: 0 15px;
  }
}

/* #Sec04
-----------------------------------------------------------------*/
.top_page #Sec04{
  background: url(../images/top/bg_03.png);
  background-repeat: no-repeat;
  background-size: 1000px auto;
  background-position: top right;
}
.top_page #Sec04 .inner{
  max-width: 1020px;
  margin: 0 auto;
  padding: 80px 50px 40px;
}
.top_page #Sec04 h2.ttl {
  line-height: 4rem;
}
.top_page #Sec04 h2.ttl span {
  display: block;
}
.top_page #Sec04 h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 25px auto 10px;
  background-color: #FF0090;
  width: 160px;
  text-align: center;
  color: #ffffff;
  padding: 7px 0;
  border-radius: 30px;
}
.top_page #Sec04 .more_btn{
  margin: 40px auto 0;
}

/* #Sec05
-----------------------------------------------------------------*/
.top_page #Sec05{
  background-color: #FF0090;
}
.top_page #Sec05 a:hover{
  opacity: 0.7;
}

@media screen and (max-width: 640px) {
/* 640pxまでの幅の場合に適応される */

#Main{
  padding-top: 0;
}

.mv {
  height: auto;
  width: 100vw;
  position: relative;
  top: 0;
  left: 0;
}
.mv_slide {
  height: auto;
}
.mv_img {
  height: auto;
  width: 100vw;
}
.mv_img img {
  width: 100vw;
  height: auto;
  object-fit: inherit;
}
.mv .txt_flow_box{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

/* #Sec01
-----------------------------------------------------------------*/
.top_page #Sec01{
  background: #ffffff;
}
.top_page #Sec01 .inner{
  max-width: 1020px;
  padding: 20px 25px 80px;
  display: block;
}
.top_page #Sec01 h2.ttl{
  line-height: 4rem;
}
.top_page #Sec01 h2.ttl span{
  display: block;
}
.top_page #Sec01 .ttl_box{
  width: 100%;
  margin-bottom: 10px;
}
.top_page #Sec01 .news_list{
  width: 100%;
}
.top_page #Sec01 .news_list ul li{
  margin: 10px 0;
}
.top_page #Sec01 .news_list ul li:nth-child(n+2){
  display: none;
}
.top_page #Sec01 .news_list ul li a{
  display: block;
}
.top_page #Sec01 .news_list ul li .date{
  font-size: 1.6rem;
  width: 100%px;
}
.top_page #Sec01 .news_list ul li .ttl{
  font-size: 1.5rem;
  width: 100%;
}

.top_page #Sec01 .more_btn{
  position: absolute;
  left: 25px;
  bottom: 20px;
}

/* #Sec02
-----------------------------------------------------------------*/
.top_page #Sec02{
  padding-top: 40px;
}
.top_page #Sec02  .inner{
  margin-top: 20px;
}
.top_page #Sec02 h2.ttl{
  text-align: center;
  line-height: 4rem;
}
.top_page #Sec02 h2.ttl span{
  display: block;
}
.top_page #Sec02 .category_list ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
  padding: 10px 5px;
}
.top_page #Sec02 .category_list ul li{
  width: 49%;
  box-shadow: 0 10px 10px 6px rgba(0, 0, 0, 0.2);
  margin: 10px 0;
}
.top_page #Sec02 .category_list ul li a{
  display: block;
}
.top_page #Sec02 .category_list ul li a img{
}
.top_page #Sec02 .category_list ul li a:hover{
  opacity: 0.8;
}

/* #Sec03
-----------------------------------------------------------------*/
.top_page #Sec03{
  padding-top: 40px;
  background: #ffffff;
}
.top_page #Sec03 .inner{
  margin-top: 0;
  min-height: 370px;
  background-image: url(../images/top/bg_02.png);
  background-repeat: no-repeat;
  background-size: 1120px 350px;
  background-position: top center;
}
.top_page #Sec03 h2.ttl{
  padding-top: 30px;
  text-align: center;
}
.top_page #Sec03 h2.ttl span{
  display: block;
  line-height: 3.5rem;
}
.top_page #Sec03 h2 span{
  color: #ffffff;
}
.top_page #Sec03 .pickup_slide{
  margin-top: 5px;
}

/* #Sec04
-----------------------------------------------------------------*/
.top_page #Sec04{
  background: url(../images/top/bg_03.png);
  background-repeat: no-repeat;
  background-size: 300px auto;
  background-position: top right;
}
.top_page #Sec04 .inner{
  max-width: 1020px;
  margin: 0 auto;
  padding: 40px 5px 40px;
}
.top_page #Sec04 h2.ttl {
  line-height: 4rem;
  text-align: center;
}
.top_page #Sec04 h2.ttl span {
  display: block;
}
.top_page #Sec04 h3 {
  font-size: 1.5rem;
  margin: 15px auto 10px;
  width: 105px;
}
.top_page #Sec04 .more_btn{
  margin: 40px auto 0;
}

/* #Sec05
-----------------------------------------------------------------*/
.top_page #Sec05{
  background-color: #FF0090;
}
.top_page #Sec05 a:hover{
  opacity: 0.7;
}

/* 640pxまでの幅の場合に適応される */
}