@charset "UTF-8";


header{
  position: relative;
  background: transparent;
  z-index: 888;
}
body{
  background-image: url(../img/bg2.png);
  background-repeat: repeat;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  color:#3C1702;
}

a{
  color:#3C1702;
}

.logo{
	text-align: center;
	padding-top:7px;
  margin:0 auto;
}
.logo img{
   width: 285px;
}
.mainvisual{
  height: 111vh;
	width:100%;
  margin-top: -8%;
  z-index: 555;
  position: relative;
}
.slider{
height: 111vh;
overflow: hidden;
margin: 0 auto;
border-radius: 0 0 150px 150px;
}
.slider div{
  background-size: cover;
  background-position: 0 50%;
  background-repeat: no-repeat;
  height: 123vh;
}
.slider div:nth-child(1){
  background-image: url(../img/mv/mv01.webp);
}
.slider div:nth-child(2){
  background-image: url(../img/mv/mv02.webp);
}
.slider div:nth-child(3){
  background-image: url(../img/mv/mv03.webp);
}
.slider div:nth-child(4){
  background-image: url(../img/mv/mv04.webp);
}
.slider div:nth-child(5){
  background-image: url(../img/mv/mv05.webp);
}
.slider div:nth-child(6){
  background-image: url(../img/mv/mv06.webp);
}
.pic_foot{
  background-image: url(../img/pic_foot.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}
/*MVあしらい*/
.catch{
  position: absolute;
  top: 40vh;
  left: 100px;
  width: 400px;
  max-width: 50%;
  z-index: 777;
}
.catch p{
  margin: 15px 0;
  animation-duration: 2s;
  animation-name: fadein;
}
.catch p:nth-child(2){
  opacity: 0;
  animation-delay: 1.3s;
  animation-duration: 2s;
  animation-name: fadein2;
  animation-fill-mode: forwards;
}
.catch img{
  width: 100%;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform:scale(1.5)
  }

  to {
    opacity: 1;
    transform:scale(1)
  }
}
@keyframes fadein2 {
  from {
    opacity: 0;
    transform:scale(1.5)
  }

  to {
    opacity: 1;
    transform:scale(1)
  }
}
.pic_mv{
  position: absolute;
  top:60vh;
  left: -10%;
  z-index: 666;
  width: 20vw;
}
.pic_mv img{
  width: 100%;
  max-width: 700px;
  min-width: 630px;
}
.float-y{
  animation: float-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes float-y{
  0% {
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(2%);
  }
}
/*MVナビ*/
#mv_nav{
position: absolute;
top:22vh;
right: 6%;
}
#mv_nav ul{
display:flex;
flex-wrap: wrap;
}
#mv_nav ul li{
list-style: none;
margin-left: 15px;
}
#mv_nav ul li a{
text-decoration: none;
display: block;
margin-top:20px;
padding:0 5px;
transition:0.4s;
}
#mv_nav ul li a:hover{
margin-top:0px;
/* opacity:0.8; */
filter: brightness(140%);
}
/*新着*/
.news{
  position: absolute;
  right: 0;
  /*top: 98vh;*/
  background-color: rgba(255,213,131,.4);
  padding:10px 10px 10px 20px;
  margin-top: 30px;
  width: 45%;
  font-size: 19px;
  font-weight: 500;
  z-index: 777;
  overflow:hidden
}
.news dl{
  display:flex;
  flex-wrap: wrap;
  animation-duration: 1s;
  animation-name: slidein;
}
.news dt span{
  color:#fff;
  font-weight: 700;
  font-size: 14px;
  background-color: #FFAC0C;
  border-radius: 30px;
  padding:2px 13px 4.5px 13px;
  margin-right: 15px;
}
dt.new{
  margin-top: -4px;
  display: inline-block;
}
.news time{
  margin-right: 15px;
}

@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
/*コンテンツ*/
.main_flex{
  padding: 0;
  margin: 30px auto 0;
    background-image: url(../img/line.png);
    background-size: auto;
    background-position-x: 52%;
    background-position-y: -10%;
}

.main_flex div:nth-child(2)>div>div.btn01 a{
  bottom: 10px;
}
.main_flex div:nth-child(3)>div>div.btn01 a{
  bottom: 15px;
}
.main_flex div:nth-child(5)>div>div.btn01 a{
    bottom: 10px;
}

.box{
  margin-top: 130px;
  display: flex;
  flex-wrap: nowrap;
  justify-content:center;
  box-sizing: border-box;
  padding:0 30px;
}

.boxtxt{
  width: 600px;
  min-width: 30%;
  padding: 0 15px;
  font-size: 19px;
  line-height: 1.8;
  margin-top: 80px;
}
.boxtxt img{
  display: block;
  margin-bottom:25px;
  height: auto;
}
.bold{
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 22px;
}
.boximg{
  width: 100%;
  padding: 0 15px;
  max-width: 580px;
  position: relative;
}
.boximg img{
  width: 100%;
  position: relative;
}

.boximg >div::after,.boximg >div::before{
  content: '';
  display: inline-block;
  width: 150px;
  height: 150px;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
}
.main_flex>div:nth-child(1)>div.boximg >div::after{
    background-image: url(../img/pic01.png);
  right: 0;
}
.main_flex>div:nth-child(3)>div.boximg >div::before{
  background-image: url(../img/pic03.png);
  width: 125px;
  right: 0;
  top: -60px;
}
.main_flex>div:nth-child(2)>div.boximg >div::after{
  background-image: url(../img/pic02.png);
  left: 0;
  top: -30px;
}
.main_flex>div:nth-child(4)>div.boximg >div::before{
  background-image: url(../img/pic04.png);
  left: 0;
  top: -100px;
}
.main_flex>div:nth-child(5)>div.boximg >div::before{
  background-image: url(../img/pic05.png);
  right: 0;
  top: -40px;
}
/*.main_flex>div:nth-child(5)>div.boximg >div::after{
  background-image: url(../img/img_actv2.png);
  right: 0;
  width: 300px;
  height: 250px;
  bottom: -280px;
  z-index: 777;
}*/
.btn01 a{
  display: block;
  width: 200px;
  height: 60px;
  position: absolute;
  bottom: -32px;
  right: 30px;
  margin-left:30px;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  border-radius: 50px;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  background-color: #508E01;
  transition: .3s;
}
.btn01 a:visited{
  color: #fff;
  text-decoration: none;
}
.btn01 a:hover {
  background-color: #385C0B;
}

.btn02{
  padding: 25px 25px 0;
}
.btn02 a{
  display: block;
  width: 200px;
  height: 60px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  border-radius: 50px;
  padding: 15px;
  color: #fff;
  text-decoration: none;
  background-color: #508E01;
  transition: .3s;
}
.btn02 a:visited{
  color: #fff;
  text-decoration: none;
}
.btn02 a:hover {
  background-color: #385C0B;
}
.main_flex div:nth-child(odd)>div>div.btn01 a{
  left: 15px;
  right: auto;
}

.btn03{
  padding: 5px;
  display: inline-block;
}
.btn03 a{
  display: block;
  width: 50px;
  height: 30px;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 15px;
  padding: 5px;
  color: #fff;
  text-decoration: none;
  background-color: #508E01;
  transition: .3s;
}
.btn03 a:visited{
  color: #fff;
  text-decoration: none;
}
.btn03 a:hover {
  background-color: #385C0B;
}
.footer_top{
  height: 800px;
  position: relative;
}
.footer_top:before{
  background-image: url(../img/img_actv3.png);
  width: 100%;
  max-width: 1500px;
  right: 0;
  height: 455px;
  z-index: 777;
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
}
footer{
  color:#3C1702;
  width: 100%;
  background-image: url(../img/pic_foot2.png);
  background-size: cover;
  height: 250px;
  position: relative;
}
.bg_foot{
  background-image: url(../img/bg_foot.png);
    background-size: cover;
    background-position-x: center;
    height: 250px;
    position: absolute;
    bottom: 0;
    width: 100%;
}
#footer{
  padding-top: 15px;
  font-size: 20px;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}
#footer ul{
  position: absolute;
  bottom: 35px;
  padding: 15px 60px;
}
#footer ul li{
padding-top: 15px;
list-style: none;
display: inline-block;
padding: 15px;
color:#3C1702;
position: relative;
}
#footer ul li a{
text-decoration: none;
color:#3C1702;
transition: .3s ;
}
#footer ul li.current::before{
  content: '';
  position: absolute;
  left: 50%;
  bottom: 5px;
  display: inline-block;
  width: 5px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(60,23,2);
  border-radius: 2px;/
}
#footer ul li a:hover{
/*opacity: .6;*/
transition: .3s ;
}
#footer ul li a:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 5px;
  display: inline-block;
  width: 15px;
  height: 3px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(60,23,2);
  border-radius: 2px;/
}
#footer ul li a:hover::before {
  animation-duration: .3s;
  animation-name: bdr;
  }
@keyframes bdr {
  from {
    width: 1px;
  }

  to {
    width: 15px;
  }
}

.contact{
  text-align: left;
  line-height: 1.2;
  position: absolute;
  right: 15px;
  bottom: 28px;
  font-size: 13px;
  right: 75px;
}
.contact p{
  line-height: 1.4;
}
.contact p:nth-child(2){
   font-size:13.2px;
   margin-bottom: 1.5px;
}
.tel{
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: 12px;
  margin-left: -35px;
}
.tel a{
text-decoration: none;
transition: .3s;
}
.tel a:hover{
  opacity: .6;
}


.fa-phone{
  font-size: 24px;
  margin-right: 5px;

}
.copy{
  font-size: 14px;
  text-align: center;
  z-index: 999;
  position: absolute;
  bottom: 10px;
  left: 47%;
}
.sp_foot{
  display: none;
}

#head{
  width: 100%;
  position: relative;
  background: #FFF;
  height: 82px;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
  display: inline-block;
  position: fixed;
  top: 0;
  transition: background-color .6s,opacity .6s;
}
#head.transform {
  background-color: rgba(255,255,255,0.6); 
}

.js-mv{
  height: 50px;
}
.js-mv::after{
  margin-top: -50px;
}

#jump a{
  width: 55px;
  height: 55px;
  background-color: #508E01;
  position: fixed;
  bottom: 50px;
  right: 30px;
  border-radius: 100px;
  margin-bottom: 0;
}
#jump a:hover{
  background-color: #385C0B;
}
.p-8p{
  padding:8%;
}