﻿



.mv_slide {
  overflow: hidden; /* 画像がはみ出ないようにする */
  line-height: 0;
}


/* top_page
-----------------------------------------------------------------*/

.top_news{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 50px 0 0;
  background: #ffffff;
  z-index: 2;
}
.top_news a{
  display: flex;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
.top_news .ttl{
  color: #ffffff;
  background: #C60813;
  padding: 8px 20px;
  font-family: "Marcellus", serif;
	position: relative;
	z-index: 1;
}
.top_news .ttl:after{
	content: "";
	width: 2200px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
  background: #C60813;
	z-index: -1;
}
.top_news .date{
  font-size: 1.2rem;
  padding: 0 20px;
}
.top_news .txt{
  font-size: 1.2rem;
}
.top_news .more{
  margin-left: auto;
  position: relative;
  width: 95px;
  padding-left: 40px;
  font-size: 1.2rem;
  color: #C60813;
}

/* #Sec01
-----------------------------------------------------------------*/
.top_page #Sec01{
  position: relative;
  padding: 80px 50px 50px;
}
.top_page #Sec01 .inner{
  max-width: 1020px;
  margin: 0 auto;
}
.top_page #Sec01 h2.ttl{
  text-align: left;
  margin-left: 50px;
}
.top_page #Sec01 .main_img_box{
}
.top_page #Sec01 .main_img_box .img{
  
}
.top_page #Sec01 .main_img_box .catch_txt{
  position: relative;
  width: 2800px;
  font-size: 2.8rem;
  color: #ffffff;
  background-color: #C60813;
  text-align: right;
  padding: 20px 50px 20px 0;
  margin: -30px 0 0 -2210px;
  z-index: 2;
}
.top_page #Sec01 .txt_box{
  margin-left: 50%;
  margin-top: 90px;
}
.top_page #Sec01 .txt{
  font-size: 1.4rem;
  line-height: 5rem;
}
.top_page #Sec01 .link_btn{
  margin: 70px 0 0 0;
}

.top_page #Sec01 .cake{
  position: absolute;
  left: 50%;
  bottom: -120px;
  margin-left: -680px;
}

/* #Sec02
-----------------------------------------------------------------*/
.top_page #Sec02{
  padding: 60px 50px;
  position: relative;
}
.top_page #Sec02 .inner{
  max-width: 920px;
  margin: 0 auto;
}
.top_page #Sec02:after{
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: #F7F7F7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

#SecNews{
  background: #F7F7F7;
}

#SecNews .link_btn{
  margin-top: 50px;
}

/* #Sec03
-----------------------------------------------------------------*/
.top_page #Sec03{
  padding: 40px 0 60px;
  position: relative;
}
.top_page #Sec03 .inner{
}
.top_page #Sec03 h3{
  max-width: 1020px;
  padding: 0 50px;
  margin: -30px auto 0;
  color: #C60813;
  font-size: 6rem;
  font-family: "Marcellus", serif;
  position: relative;
  z-index: 2;
}
.top_page #Sec03 .lcstory_box{
  position: relative;
  background: #D1D1D1;
  padding: 65px 0;
  margin-top: -50px;
}
.top_page #Sec03 .lcstory_box:after{
  content: "";
  display: block;
  height: 530px;
  width: 100px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: -3px;
  z-index: 1;
}

.top_page #Sec03 .lcstory_list{
  max-width: auto;
  position: relative;
  z-index: 2;
}

.top_page #Sec03 ul.lcstory_list{
  max-width: 100%;
  margin: 0 auto;
  display: block;
  justify-content: space-between;
}
/*.top_page #Sec03 ul.lcstory_list li{
  text-align: center;
  width: 100%;
  padding: 0 15%;
  box-sizing: border-box;
}*/
.slick-initialized .slick-slide {
    display: block;
    text-align: center!important;
}
.top_page #Sec03 ul.lcstory_list li{
  text-align: center;
  width: 232px!important;
  box-sizing: border-box;
}
.top_page #Sec03 ul.lcstory_list li a{
  
}
.top_page #Sec03 ul.lcstory_list li .img{
  border-radius: 100%;
  border: solid 2px #ffffff;
  box-shadow: 4px 10px 15px rgba(0,0,0,0.15);
}
.top_page #Sec03 ul.lcstory_list li .num{
  color: #C60813;
  font-size: 3rem;
  font-family: "Marcellus", serif;
}
.top_page #Sec03 ul.lcstory_list li .ttl{
  font-size: 1.8rem;
}

.top_page #Sec03 .link_btn{
  margin-top: -25px;
}

/* #Sec04
-----------------------------------------------------------------*/
.top_page #Sec04{
  padding: 40px 50px 50px;
}
.top_page #Sec04 .inner{
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}

.top_page #Sec04 .flex{
  display: flex;
  align-items: flex-start;
}
.top_page #Sec04 .flex .article{
  width: 50%;
  box-shadow: 4px 10px 15px rgba(0,0,0,0.15);
}
.top_page #Sec04 .flex .article:last-child{
  margin-top: 80px;
}
.top_page #Sec04 .flex .article a{
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.top_page #Sec04 .flex .article a .name{
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -100px;
  z-index: 3;
  color: #ffffff;
  font-size: 7rem;
  line-height: 7.5rem;
  font-family: "Marcellus", serif;
}
.top_page #Sec04 .flex .article a:after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.top_page #Sec04 .flex .article a img{
    transition: 0.7s;
    width: 100%;
    height: 25vw;
    max-height: 225px;
    object-fit: cover;
}
.top_page #Sec04 .flex .article a:hover{
  opacity: 1;
}
.top_page #Sec04 .flex .article a:hover .img img{
  transform:scale(1.05,1.05);
}

.top_page #Sec04 .flex .article .next{
  position: absolute;
  left: 50px;
  bottom: 15px;
  color: #ffffff;
  z-index: 3;
  background-image: url(../image/arrow_long.png);
  background-repeat: no-repeat;
  background-size: 130px auto;
  background-position: left center;
  padding-left: 140px;
}

.top_page #Sec04 .flex .article a:before{
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background: url(../image/arrow_on.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 3;
}

.top_page #Sec04 .link_btn{
  margin-top: 60px;
}

.top_page #Sec04 .bg_img{
  position: absolute;
  left: 50%;
  bottom: 140px;
  margin-left: -430px;
  z-index: 1;
}

/* #Sec05
-----------------------------------------------------------------*/
.top_page #Sec05{
  position: relative;
  padding: 40px 50px 50px;
}
.top_page #Sec05 .inner{
  max-width: 1020px;
  margin: 0 auto;
}
.top_page #Sec05 .img_link .ttl{
  text-align: center;
}
.top_page #Sec05 .img_link .ttl span{
  display: block;
}
.top_page #Sec05 .img_link .ttl span.en{
  font-family: "Marcellus", serif;
  font-size: 5.2rem;
  line-height: 7rem;
}
.top_page #Sec05 .img_link .ttl span.jp{
  font-size: 2rem;
}
.top_page #Sec05 .img_link .yotube_logo{
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
}

/* #Sec06
-----------------------------------------------------------------*/
.top_page #Sec06{
  position: relative;
  padding: 40px 50px 50px;
}
.top_page #Sec06 .inner{
  max-width: 1020px;
  margin: 0 auto;
}
.top_page #Sec06 .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.top_page #Sec06 .flex div{
  width: 31%;
}

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


/* top_page
-----------------------------------------------------------------*/

.top_news{
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  padding: 0 20px 0 0;
  background: #ffffff;
}
.top_news a{
  display: flex;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
.top_news .ttl{
  color: #ffffff;
  background: #C60813;
  padding: 8px 15px;
  font-family: "Marcellus", serif;
}
.top_news .date{
  font-size: 1.1rem;
  padding: 0 10px;
}
.top_news .txt{
  font-size: 1.2rem;
}
.top_news .more{
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: -15px;
  width: 95px;
  padding: 0;
  font-size: 1.1rem;
  color: #C60813;
}

/* #Sec01
-----------------------------------------------------------------*/
.top_page #Sec01{
  position: relative;
  padding: 60px 20px 40px;
}
.top_page #Sec01 .inner{
  max-width: 540px;
  margin: 0 auto;
}
.top_page #Sec01 h2.ttl{
  text-align: left;
  margin-left: 0;
}
.top_page #Sec01 .main_img_box{
}
.top_page #Sec01 .main_img_box .img{
  
}
.top_page #Sec01 .main_img_box .catch_txt{
  position: relative;
  width: 260px;
  font-size: 1.4rem;
  padding: 13px 28px 13px 0;
  margin: -20px 0 0 -40px;
  z-index: 2;
}
.top_page #Sec01 .txt_box{
  margin-left: 0;
  margin-top: 50px;
}
.top_page #Sec01 .txt{
  font-size: 1.3rem;
  line-height: 4.5rem;
}
.top_page #Sec01 .link_btn{
  margin: 70px 0 0 0;
}

.top_page #Sec01 .cake{
  position: inherit;
  margin-left: 0;
  margin: 40px auto 0;
  text-align: center;
}
.top_page #Sec01 .cake img{
  max-width: 100%;
  width: 320px;
  margin-left: -20px;
}

/* #Sec02
-----------------------------------------------------------------*/
.top_page #Sec02{
  padding: 40px 20px;
  position: relative;
}
.top_page #Sec02 .inner{
  max-width: 640px;
  margin: 0 auto;
}
.top_page #Sec02:after{
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: #F7F7F7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

#SecNews{
  background: #F7F7F7;
}

/* #Sec03
-----------------------------------------------------------------*/
.top_page #Sec03{
  padding: 40px 0;
  position: relative;
}
.top_page #Sec03 .inner{
  max-width: 920px;
  margin: 0 auto;
}

.top_page #Sec03 h3{
  color: #C60813;
  font-size: 3rem;
  font-family: "Marcellus", serif;
  margin-top: 30px;
}

.top_page #Sec03 .lcstory_box {
    position: relative;
    background: #D1D1D1;
    padding: 35px 0 40px;
    margin-top: -30px;
}
.top_page #Sec03 .lcstory_box:after{
  content: "";
  display: block;
  height: 500px;
  width: 40px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  top: -3px;
  z-index: 1;
}

.top_page #Sec03 ul.lcstory_list{
  max-width: 100%;
  margin: 0 auto;
  display: block;
  justify-content: space-between;
}
.top_page #Sec03 ul.lcstory_list li{
  text-align: center;
  width: 160px!important;
  box-sizing: border-box;
}

.top_page #Sec03 ul.lcstory_list li .ttl{
  font-size: 1.6rem;
}

/* #Sec04
-----------------------------------------------------------------*/
.top_page #Sec04{
  padding: 40px 20px;
}
.top_page #Sec04 .inner{
  max-width: 580px;
  margin: 0 auto;
  position: relative;
}

.top_page #Sec04 .flex{
  display: block;
}
.top_page #Sec04 .flex .article{
  width: auto;
  box-shadow: 4px 10px 15px rgba(0,0,0,0.15);
  margin: 0 20px 0 0;
}
.top_page #Sec04 .flex .article:last-child{
  margin: 15px -20px 0 40px;
}
.top_page #Sec04 .flex .article a{
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.top_page #Sec04 .flex .article a .name{
  position: absolute;
  top: 50%;
  left: 1px;
  margin-top: -65px;
  z-index: 3;
  color: #ffffff;
  font-size: 4.3rem;
  line-height: 4.8rem;
  font-family: "Marcellus", serif;
}
.top_page #Sec04 .flex .article a:after{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.top_page #Sec04 .flex .article a img{
    transition: 0.7s;
    width: 100%;
    height: 38vw;
    max-height: 180px;
    object-fit: cover;
}
.top_page #Sec04 .flex .article a:hover{
  opacity: 1;
}
.top_page #Sec04 .flex .article a:hover .img img{
  transform:scale(1.05,1.05);
}

.top_page #Sec04 .flex .article .next{
  position: absolute;
  left: 30px;
  bottom: 10px;
  color: #ffffff;
  z-index: 3;
  background-image: url(../image/arrow_long.png);
  background-repeat: no-repeat;
  background-size: 80px auto;
  background-position: left center;
  padding-left: 90px;
  font-size: 1.2rem;
}

.top_page #Sec04 .flex .article a:before{
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  background: url(../image/arrow_on.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 3;
}

.top_page #Sec04 .link_btn{
  margin-top: 40px;
}

.top_page #Sec04 .bg_img{
  position: absolute;
  left: 50%;
  bottom: 220px;
  margin-left: -430px;
  z-index: 1;
}

/* #Sec05
-----------------------------------------------------------------*/
.top_page #Sec05{
  position: relative;
  padding: 40px 0;
}
.top_page #Sec05 .inner{
  max-width: 640px;
  margin: 0 auto;
}
.top_page #Sec05 .img_link .ttl{
  text-align: center;
}
.top_page #Sec05 .img_link .ttl span{
  display: block;
}
.top_page #Sec05 .img_link .ttl span.en{
  font-family: "Marcellus", serif;
  font-size: 2.6rem;
  line-height: 4rem;
}
.top_page #Sec05 .img_link .ttl span.jp{
  font-size: 1.6rem;
}
.top_page #Sec05 .img_link .yotube_logo{
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  line-height: 1;
}
.top_page #Sec05 .img_link .yotube_logo img{
  width: 60px;
}


/* #Sec06
-----------------------------------------------------------------*/
.top_page #Sec06{
  position: relative;
  padding: 40px 20px 20px;
}

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

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

/* #Sec06
-----------------------------------------------------------------*/
.top_page #Sec06 .inner{
  max-width: 480px;
  margin: 0 auto;
}
.top_page #Sec06 .flex{
  display: block;
}
.top_page #Sec06 .flex div{
  width: 100%;
  margin-bottom: 20px;
}

}