@charset "UTF-8";

html {
　scroll-behavior: smooth;
}

body{
  overflow-x: hidden;
}

/************************************************MV********************************************/
section.fv{
  height: 100vh;
  width: 100%;
  position: relative;
}

.fv_inner{
  height: 100%;
  width: 100%;
}

.fv_images{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fv_images picture{
  height: 100%;
  width: 100%;
  display: block;
}

.fv_images img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

.fv_text{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 50px 0;
  z-index: 10;
}

.fv_text h1{
  color: #fff;
  font-size: 40px;
  line-height: 180%;
  font-weight: 600;
  text-box-trim: none;
}

.fv_text p{
  color: #fff;
  font-size: 22px;
  line-height: 180%;
  transition-delay: .5s;
  text-box-trim: none;
}

.fv_fade{
  transition: 1.5s;
  opacity: 0;
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 250% 250%;
  mask-size: 250% 250%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 130% 0;
  mask-position: 130% 0;
}

.fv_fade.active{
  opacity: 1;
  -webkit-mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(135deg, rgb(0, 0, 0) 30%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 250% 250%;
  mask-size: 250% 250%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: 130% 130%;
  mask-position: 130% 130%;
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
}

header .logo{
 -webkit-transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s;
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
  opacity: 0;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

header .hamburger{
 -webkit-transition: transform .6s, opacity .6s;
  transition: transform .6s, opacity .6s;
  -webkit-transform: translateY(-2rem);
  transform: translateY(-2rem);
  opacity: 0;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

header.fade_active .logo{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

header.fade_active .hamburger{
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*タブレット*/
@media screen and (max-width:1180px){
  .fv_text{
    gap: 35px 0;
  }
  .fv_text h1{
    font-size: 30px;
  }

  .fv_text p{
    font-size: 18px;
  }
}

/*スマホ*/
@media screen and (max-width:769px){
  .fv_text{
    gap: 25px 0;
  }
  .fv_text h1{
    font-size: 24px;
  }
  .fv_text p{
    font-size: 14px;
  }
}


.slider {
  margin-inline: auto;
  overflow: hidden;
}
.slick-img img {
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

/*********************************************MVここまで****************************************/
/***********************************************about******************************************/

section.about{
  padding: 100px 0 210px 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

section.about .about_inner{
  display: flex;
  align-items: end;
  gap: 0 30px;
}

section.about .about_inner .text_box{
  margin-bottom: 102px;
  width: 31.9%;
  max-width: 459px;
}

section.about .about_images{
  height: 73.61111111111111vw;
  max-height: 1196px;
  width: calc(100% - 32% - 30px);
}

section.about .about_images_inner{
  position: relative;
  height: 100%;
  width: 100%;
}

section.about .about_images_inner picture{
  position: absolute;
}

section.about .about_images_inner picture img{
  display: block;
}

section.about .about_images_inner picture:nth-child(1){
  top: 0;
  right: 0;
  width: 9.375vw;
  max-width: 152px;
}

section.about .about_images_inner picture:nth-child(2){
  top: 5.8%;
  left: 0;
  width: 13.125vw;
  max-width: 215px;
  filter: blur(2px);
}

section.about .about_images_inner picture:nth-child(3){
  top: 19.9%;
  right: 15.2%;
  width: 19.51388888888889vw;
  max-width: 314px;
  z-index: 5;
}

section.about .about_images_inner picture:nth-child(4){
  top: 27.4%;
  left: 13%;
  width: 30.138888888888886vw;
  max-width: 490px;
}

section.about .about_images_inner picture:nth-child(5){
  bottom: 12.5%;
  left: 25.7%;
  width: 10.416666666666668vw;
  max-width: 168px;
}

section.about .about_images_inner picture:nth-child(6){
  bottom: 0;
  right: 0;
  width: 15.069444444444443vw;
  max-width: 245px;
  filter: blur(4px);
}

@media screen and (max-width:1500px){
  section.about .about_images{
    max-height: 1060px;
  }
  section.about .about_inner .text_box{
    margin-bottom: 0;
  }
}

/*タブレット*/
@media screen and (max-width:1180px){
  section.about .about_inner{
    gap: 0 20px;
  }
  section.about .about_inner .text_box{
    width: 40%;
  }
  section.about .about_images{
    height: 101.04031209362809vw;
    width: calc(100% - 40% - 20px);
    max-height: 777px;
  }
}

/*スマホ*/
@media screen and (max-width:769px){
  section.about{
    padding: 50px 0;
  }
  section.about .about_inner{
    flex-direction :column-reverse;
    gap: 50px 0;
  }
  section.about .about_inner .text_box{
    width: 100%;
    max-width: none;
  }
  section.about .about_images{
    width: 100%;
    max-width: none;
    height: 159.73333333333332vw;
    max-height: none;
  }
  section.about .about_images_inner picture:nth-child(1){
    width: 18.933333333333334vw;
    /* max-width: 71px; */
  }
  section.about .about_images_inner picture:nth-child(2){
    top: 8.1%;
    width: 22.933333333333334vw;
    /* max-width: 86px; */
  }
  section.about .about_images_inner picture:nth-child(3){
    top: 19.19%;
    right: 10.6%;
    width: 36vw;
    /* max-width: 135px; */
  }
  section.about .about_images_inner picture:nth-child(4){
    top: 30%;
    left: 12%;
    width: 61.33333333333333vw;
    /* max-width: 230px; */
  }
  section.about .about_images_inner picture:nth-child(5){
    bottom: 8.3%;
    left: 6.4%;
    width: 25.6vw;
    /* max-width: 96px; */
  }
  section.about .about_images_inner picture:nth-child(6){
    width: 31.2vw;
    /* max-width: 117px; */
  }
}



/*******************************************aboutここまで***************************************/
/*****************************************background_video**************************************/

/* section.background_video{
  position: relative;
  overflow: hidden;
}

section.background_video:after{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  content: "";
}

section.background_video video{
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
} */

section.background_img{
  text-box-trim: none;
}


/*************************************background_videoここまで**********************************/
/**********************************************Terroir*****************************************/

section.terroir{
  padding: 160px 0 150px 0;
}

section.terroir .terroir_inner{
  display: flex;
  align-items: center;
  gap: 0 8.5%;
}

section.terroir .terroir_inner .text_box{
  width: 40%;
  max-width: 582px;
}

section.terroir .terroir_inner .terroir_images{
  width: 51%;
  max-width: 735px;
  position: relative;
  max-height: 735px;
  height: 51.041666666666664vw;
}

section.terroir .terroir_inner .terroir_images picture{
  display: block;
  position: absolute;
}

section.terroir .terroir_inner .terroir_images picture img{
  display: block;
}

section.terroir .terroir_inner .terroir_images picture:nth-child(1){
  width: 66%;
  top: 0;
  right: 0;
}

section.terroir .terroir_inner .terroir_images picture:nth-child(2){
  width: 50%;
  bottom: 0;
  left: 0;
}


/*タブレット*/
@media screen and (max-width:1180px){
  section.terroir{
    padding-bottom: 150px;
  }
  section.terroir .terroir_inner{
    align-items: start;
  }
  section.terroir .terroir_inner .text_box{
    width: 42%;
  }
  section.terroir .terroir_inner .terroir_images {
    width: 49%;
  }
}

/*スマホ*/
@media screen and (max-width:769px){
  section.terroir{
    padding: 50px 0;
  }
  section.terroir .terroir_inner{
    flex-direction: column;
    align-items: center;
    gap: 50px 0;
  }
  section.terroir .terroir_inner .text_box{
    width: 100%;
  }
  section.terroir .terroir_inner .terroir_images {
    width: 60vw;
    max-width: none;
    max-height: none;
    height: 74.4vw;
  }
  section.terroir .terroir_inner .terroir_images picture:nth-child(1){
    width: 70%;
    max-width: none;
    max-height: none;
  }
  section.terroir .terroir_inner .terroir_images picture:nth-child(2){
    width: 50%;
    max-width: none;
    max-height: none;
  }
}

/*******************************************Terroirここまで*************************************/
/***********************************************LineUp*****************************************/


section.lineup{
  margin-bottom: 200px;
}

section.lineup .lineup_slider{
  margin-bottom: 80px;
}

section.lineup .lineup_slider_content{
  position: relative;
}

section.lineup .lineup_slider_image{
  width: 100%;
}

section.lineup .lineup_slider_image picture img{
  width: 100%;
  display: block;
}

section.lineup .lineup_slider_text{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 8.5%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 460px;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.6);
  z-index: 5;
}

section.lineup .lineup_slider_text h3{
  font-size: 24px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 40px;
  font-family: 500;
}

section.lineup .lineup_slider_text p{
  font-size: 18px;
  line-height: 220%;
  color: #fff;
}

/*タブレット*/
@media screen and (max-width:1180px){
  section.lineup{
    margin-bottom: 150px;
  }
  section.lineup .lineup_slider{
    margin-bottom: 50px;
  }
  section.lineup .lineup_slider_text{
    width: 481px;
    left: 62px;
  }
  section.lineup .lineup_slider_text h3{
    font-size: 18px;
    margin-bottom: 25px;
  }
  section.lineup .lineup_slider_text p{
    font-size: 16px;
  }
}

/*スマホ*/
@media screen and (max-width:769px){
  section.lineup{
      margin-bottom: 50px;
  }
  section.lineup .lineup_slider_text{
    width: 83.6%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}


/********************************************LineUpここまで*************************************/
/**********************************************Philosophy**************************************/


section.philosophy{
  padding: 150px 0 150px 0;
  margin-bottom: 200px;
  height: 100vh;
}

section.philosophy{
  background-image: url(../img/Philosophy_bacimg_pc@2x.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 120%;
  transition: transform .5s ease-in;
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.philosophy .philosophy_inner{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.philosophy .philosophy_text{
  text-shadow: 0 0 4px #000;
  width: 49.4%;
  margin-left: auto;
  margin-right: auto;
}

section.philosophy .philosophy_text .philosophy_text_sub{
  font-size: 20px;
  line-height: 160%;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 70px;
  border-bottom: solid 0.5px #fff;
}

section.philosophy .philosophy_text .philosophy_text_main{
  font-size: 28px;
  line-height: 160%;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
}

section.philosophy .philosophy_text p{
  font-size: 18px;
  line-height: 220%;
  color: #fff;
}

@media screen and (max-width:1500px){
  section.philosophy .philosophy_text{
    width: 58.4%;
  }  
}

/*タブレット*/
@media screen and (max-width:1180px){
  section.philosophy{
    height: auto;
    display: block;
    background: none;
    padding: 0 0 144.5px 0;
  }
  section.philosophy .parallax2_background{
      background-image: url(../img/Philosophy_bacimg_tab@2x.jpg);
  }
  section.philosophy .philosophy_inner{
    display: block;
  }
  section.philosophy .philosophy_text{
    width: 78.4%;
  }  
}

/*スマホ*/
@media screen and (max-width:769px){
  section.philosophy{
    margin-bottom: 50px;
    background:none;
    padding: 0 0 50px 0;
  }
  section.philosophy .parallax2_background{
    background-image: url(../img/Philosophy_bacimg_sp@2x.jpg);
  }
  section.philosophy .philosophy_text .philosophy_text_sub{
    font-size: 16px;
    margin-bottom: 50px;
  }
  section.philosophy .philosophy_text .philosophy_text_main{
    font-size: 20px;
    margin-bottom: 40px;
  }
  section.philosophy .philosophy_text p{
    font-size: 16px;
  }
}

/*******************************************Philosophyここまで**********************************/
/*************************************************news*****************************************/

section.news{
  margin-bottom: 200px;
}

section.news .news_inner{
  display: flex;
  justify-content: space-between;
}

section.news .news_title{
  width: 15%;
}

section.news .news_title_sub{
  font-size: 20px;
  line-height: 160%;
  color: #00493A;
  padding-bottom: 10px;
  margin-bottom: 70px;
  border-bottom: solid 0.5px #00493A;  
}

section.news .news_title_main{
  font-size: 28px;
  line-height: 160%;
  color: #00493A;
}

section.news .news_list{
  width: 74.5%;
}

section.news .news_list ul{
  margin-bottom: 50px;
}

section.news .news_list ul li{
  border-bottom: solid 0.7px #979797;
  padding-bottom: 20px;
  margin-bottom: 20px;
  transition: opacity .5s;
}

section.news .news_list ul li:hover{
  opacity: .6;
}

section.news .news_list ul li dl dt{
  color: #485552;
  font-size: 16px;
  margin-bottom: 18px;
  line-height: 160%;
  transition: opacity .5s,font-size .5s;
}

section.news .news_list ul li dl dd{
  color: #485552;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 5px;
  display: -webkit-box;             
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  text-box-trim: none;
  padding-bottom: 1px;
}

section.news .news_list .more{
  font-size: 16px;
  line-height: 170%;
  color: #485552;
  text-align: right;
}

section.news .news_list .more a{
  position: relative;
}

section.news .news_list .more a:after{
  position: absolute;
  background-color: #00493A;
  height: 0.7px;
  width: 0;
  content: '';
  left: 0;
  bottom: 0;
  transition: width .5s;
}

section.news .news_list .more a:hover:after{
  width: 100%;
}

section.news .news_list .more svg{
  width: 7.07px;
  display: inline-block;
  transform: translateY(2px);
  margin-left: 10px;
  transition: transform .5s;
}

section.news .news_list .more a:hover svg{
  transform: scale(1.3) translateY(2px);
}

/*タブレット*/
@media screen and (max-width:1180px){
  section.news{
    margin-bottom: 50px;
  }
  section.news .news_inner{
    flex-direction: column;
    justify-content: start;
    gap: 50px 0;
  }
  section.news .news_title_sub{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 22px;
  }
  section.news .news_title{
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    gap: 22px 0;
  }
  section.news .news_list{
    width: 100%;
  }
  section.news .news_list ul li dl dd{
    font-size: 16px;
  }
  section.news .news_list ul{
    margin-bottom: 30px;
  }
}

/*スマホ*/
@media screen and (max-width:769px){
  section.news{
    margin-top: 150px;
  }
  section.news .news_list ul li dl dt{
    font-size: 14px;
  }
  section.news .news_title{
    gap: 20px 0;
  }
  section.news .news_title_main{
    font-size: 20px;
  }
  section.news .news_title_sub{
    font-size: 16px;
  }
}


/*********************************************newsここまで***************************************/
/**********************************************contact******************************************/


section.contact{
  padding: 150px 0 140px 0;
  background-image: url(../img/contact_bacimg_pc@2x.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 120%;
}

.contact_inner{
  max-width: 800px;
  margin: auto;
}

.contact_title{
  margin-bottom: 80px;
  text-align: center;
}

.contact_title_main{
  font-size: 28px;
  line-height: 160%;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 500;
}

.contact_title_sub{
  font-size: 20px;
  line-height: 160%;
  color: #fff;
}

.contact_btns{
  display: flex;
  gap: 0 60px;
}

.contact_btns .contact_btn{
 width: calc(50% - 30px);
}

.contact_btns .contact_btn a{
  background-color: rgba(255,255,255,0.8);
  border: solid 0.7px #485552;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  gap: 0 10px;
  font-size: 26px;
  color: #485552;
  transition:background-color .5s;
}

.contact_btns .contact_btn a:hover{
  background-color: rgba(255,255,255,1);
}

.contact_btns .contact_btn:nth-child(2) a{
  font-weight: 500;
  font-size: 24px;
}

.contact_btns .contact_btn svg{
  width: 26px;
  display: inline-block;
}

.contact_btns .contact_btn svg.arrow{
  width: 7px;
}

@media screen and (max-width:1400px){
  section.contact{
      background-size: 170%;
  }
}

/*タブレット*/
@media screen and (max-width:1180px){
  section.contact{
    padding: 100px 0;
    background-image: url(../img/contact_bacimg_tab@2x.jpg);
    background-size: 120%;
  }
  .contact_title_main{
    font-size: 22px;
    margin-bottom: 22px;
  }
  .contact_title_sub{
    font-size: 16px;
  }
  .contact_btns .contact_btn a{
    font-size: 24px;
  }
  .contact_btns .contact_btn:nth-child(2) a{
    font-size: 20px;
  }
  .contact_btns .contact_btn:nth-child(1) a svg{
    width: 18px;
  }
  .contact_btns .contact_btn:nth-child(2) a svg{
    width: 22px;
  }
  .contact_btns .contact_btn svg.arrow{
    width: 7px;
  }
  .contact_btns .contact_btn:nth-child(1) a svg.arrow,.contact_btns .contact_btn:nth-child(2) a svg.arrow {
      width: 7px;
  }
}

/*スマホ*/
@media screen and (max-width:769px){
  section.contact{
    padding: 50px 0;
    background-image: url(../img/contact_bacimg_sp@2x.jpg);
  }
  .contact_title{
    margin-bottom: 50px;
  }
  .contact_btns{
    flex-direction: column;
    gap: 30px 0;
  }
  .contact_btns .contact_btn{
    width: 100%;
  }
  .contact_title_main {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .contact_btns .contact_btn a{
    font-size: 21px;
  }
  .contact_btns .contact_btn:nth-child(2) a{
    font-size: 18px;
  }
}

/******************************************contactここまで***************************************/


/****************************************パララックス系******************************************/

.mask{
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%); 
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 80%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 200%;
  mask-size: 100% 200%;
  -webkit-mask-position: 0% 250%;
  mask-position: 0% 250%;
  -webkit-transition: mask-position 4s,transform 2s;
  transition: mask-position 4s,transform 2s;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.mask.active {
    -webkit-mask-position: 0% 0;
    mask-position: 0% 0;
     -webkit-transform: translateY(0);
    transform: translateY(0);
}


@media screen and (max-width:1180px){
  .parallax2{
    position: relative;
    background: none;
  }
  .parallax2_background{
    height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    transform: translateZ(0);
  }
  .parallax2_background.fixed{
    position: fixed;
  }
  .parallax2 .parallax2_text{
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 200px;
    margin: 0 auto;
  }
}

@media screen and (max-width:769px){
  .parallax2 .parallax2_text{
    bottom: 100px;
  }
}