@charset "UTF-8";
html {
　scroll-behavior: smooth;
}
body{
  overflow-x: hidden;
}
/************************************************MV********************************************/
section.fv{
  height: 100vh;
  width: 100%;
  position: relative;
  overflow:hidden;
}

.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;
  position: absolute!important;
  top: 0!important;
  left: 0!important;
}

.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: 10000;
}

.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;
}

/*タブレット*/
@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:500px){
  .fv_text{
    gap: 25px 0;
  }
  .fv_text h1{
    font-size: 24px;
  }
  .fv_text p{
    font-size: 14px;
  }
  header.fade_active.active .logo{
    margin-left:80px;
    }
}


.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ここまで****************************************/

/***********************************************LineUp*****************************************/


section.lineup{
  margin-bottom: 150px;
}

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;
}


.category-list{
  display:flex;
  flex-wrap:wrap;
  gap:6px;
  margin-bottom:6px;
}

.category-list > li{
  display:none;
  width:calc(50% - 3px);
  text-box-trim: none;
}

.category-list > li a{
  display: block;
  position: relative;
  text-box-trim: none;
}

.category-list > li a img{
  transition:.5s;
  text-box-trim: none;
}

.category-list > li a:hover img{
    transform: scale(1.05);
}

.category-list > li picture{
  display: block;
  overflow:hidden;
  text-box-trim: none;
}

.catecory_btton{
  display:flex;
  align-items: center;
  gap:15px;
  padding:10px 0;
  width:150px;
  border:solid 0.7px #fff;
  border-radius:6px;
  background-color: rgba(26, 26, 26, 0.4);
  color:#fff;
  justify-content: center;
  margin:0 50px;
}

.catecory_btton .icon_image{
  width:4px;
}

.category-list > li .category_text_box{  
    position: absolute;
    top:0;
    left:0;
    z-index:5;
    padding:20px 0;
    margin-top:20px;
}

.category_name_en{
  font-family: "Cinzel", serif;
  font-weight: 300;
  font-style: Regular;
  font-size: 104px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0.1em;
  text-align: center;
  color:rgba(255,255,255,0.25);
  text-transform: uppercase;
  margin-bottom:30px;
}

.category_name_en::first-letter {
  font-size:134px;
}

.category_name_jp{
  font-size: 32px;
  color:#fff;
  margin-bottom:30px;
  padding:0 50px;
}

.category_text{
  font-weight: 500;
  font-size: 18px;
  line-height: 180%;
  color:#fff;
  margin-bottom:30px;
  padding:0 50px;
}

.top_banner01{
  margin-bottom:6px;
}

.top_banner01 a,.top_banner02 a{
  display: block;
  position: relative;
}


.top_banner01 .category_text_box{  
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    padding:60px 0;
    z-index:5;
}

.top_banner02 .category_text_box{  
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    padding:20px 0;
    z-index:5;
}

.top_banner01 .category_text{
  max-width:767px;
}

.top_banner01 .category_name_en{
  text-align:left;
  font-size:94px;
  padding:0 50px;
}

.top_banner01 .category_name_en span{
  color:rgba(255,255,255,0.25);
  display: inline-block;
}

.top_banner01 .category_name_en::first-letter,.top_banner01 .category_name_en span::first-letter{
  font-size:104px;
}

.top_banner02 .category_name_en{
  font-size:84px;
  color:rgba(255,255,255,0.1);
}

.top_banner02 .category_name_en::first-letter{
  font-size:90px;
}

.top_banner01 img,.top_banner02 img{
  display:block;
  width:100%;
  height:100%;
}

.top_banner01 img{
  min-height:400px;
  object-fit: cover;
  object-position: center right;
}

.top_banner02 img{
  min-height:326px;
  object-fit: cover;
}

.top_banner02 .category_name_jp{
  font-size:36px;
  margin-bottom:40px;
  text-align:center;
}

.top_banner02 .category_text{
  text-align:center;
  margin-bottom:40px;
}

.top_banner02 .catecory_btton{
  margin:auto;
}

@media screen and (max-width:1500px){
  .top_banner01 .category_name_en {
    font-size:5.477777777777778vw;
  }
  .top_banner01 .category_name_en::first-letter,.top_banner01 .category_name_en span::first-letter {
    font-size:6.472222222222223vw;
  }
}


@media screen and (max-width:1400px){
  .category_name_en{
    font-size: 80px;
  }
  .category_name_en::first-letter {
    font-size:110px;
  }
}


@media screen and (max-width:1180px){
  section.lineup{
    margin-bottom: 100px;
  }
  section.lineup .lineup_slider{
    margin-bottom: 50px;
  }
  section.lineup .lineup_slider_text{
    width: 481px;
    left: 62px;
  }
  .category-list > li .category_text_box{
    padding:20px 0;
  }
  section.lineup .lineup_slider_text h3{
    font-size: 18px;
    margin-bottom: 25px;
  }
  section.lineup .lineup_slider_text p{
    font-size: 16px;
  }
  .category-list{
      flex-direction: column;
      align-items: center;
      margin-bottom:105px;
  }
  .category-list > li{
    width:100%;
    max-width:605px;
  }
  .category_name_en {
    font-size:105px;
    margin-bottom:20px;
  }
  .category_name_en::first-letter {
    font-size:115px;
  }
  .category_name_jp{
    font-size: 26px;
    margin-bottom:20px;
  }
  .category_text{
    font-size:16px;
    margin-bottom:30px;
  }
  .catecory_btton{
    font-size:16px;
  }
  .top_banner01,.top_banner02{
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
	  width: 100vw;
  }
  .top_banner01 .category_text{
    max-width:none;
  }
  .top_banner01 .category_name_en{
    font-size:8.712613784135241vw;
    padding:0;
    text-align: center;
  }
  .top_banner01 .category_name_en::first-letter,.top_banner01 .category_name_en span::first-letter{
    font-size:10.013003901170352vw;
    padding:0;
    text-align: center;
  }
  .top_banner01 .category_text_box{
    padding:50px 0;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  .top_banner02 .category_name_en{
    font-size:7.802340702210664vw;
  }
  .top_banner02 .category_name_en::first-letter{
    font-size:8.452535760728217vw;
  }
  .top_banner01 .category_name_jp{
      padding:0 30px;
  }
  .top_banner01 .category_text{
      padding:0 30px;
  }
  .top_banner02 .category_name_jp {
    font-size: 26px;
    padding:0 30px;
    text-align: left;
  }
  .top_banner02 .category_text{
    text-align: left;
    padding:0 30px;
  }
  .top_banner02 .category_text br{
    display:none;
  }  
  .top_banner01 .catecory_btton,.top_banner02 .catecory_btton{
    margin: 0 30px;
  }
  .top_banner02 .category_text_box{
    padding:30px 0;
  }
}

/*スマホ*/
@media screen and (max-width:500px){
  section.lineup{
      margin-bottom: 80px;
  }
  section.lineup .lineup_slider_text{
    width: 83.6%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .top_banner01 .category_name_en,.top_banner02 .category_name_en {
    font-size:15.2vw;
    margin-bottom:10px;
  }
  .top_banner01 .category_name_en::first-letter,.top_banner02 .category_name_en::first-letter {
    font-size:17.866666666666667vw;
  }
  .category_name_jp{
    font-size: 22px;
    margin-bottom:30px;
    padding: 0 20px;
  }
  .category_text{
    font-size:14px;
    margin-bottom:30px;
    padding: 0 20px;
  }
  .catecory_btton {
      font-size: 14px;
      margin:0 20px;
  }
  .category-list{
    margin-bottom:80px;
  }
  .category-list > li .category_text_box{
    margin-top:0;
  }
  .top_banner01 .category_name_en{
    font-size:13.91304347826087vw;
    line-height:120%;
    margin-bottom:20px;
    letter-spacing: 0.025em;
  }
  .top_banner01 .category_name_en::first-letter,.top_banner01 .category_name_en span::first-letter {
    font-size:14.782608695652174vw;
  }
  .top_banner01 .category_name_en span{
      display:block;
  }
  .top_banner01 .category_name_jp {
      padding: 0 20px;   
  }
  .top_banner01 .category_text {
      padding: 0 20px;
  }
  .top_banner01 .catecory_btton, .top_banner02 .catecory_btton{
    margin:0 20px;
  }
  .top_banner01 .category_text_box {
      padding: 40px 0;
  }
  .top_banner02 .category_name_en{
    font-size:12.61304347826087vw;
    line-height:100%;
    margin-bottom:20px;
    letter-spacing: 0.025em;
  }
  .top_banner02 .category_name_en::first-letter {
    font-size:13.61304347826087vw;
  }
  .top_banner02 .category_name_jp{
    padding:0 20px;
    font-size:22px;
    margin-bottom: 30px;
    line-height:100%;
  }
  .top_banner02 .category_text {
      padding: 0 20px;
      line-height:180%;
  }
}


/********************************************LineUpここまで*************************************/

/**************************************************about**********************************************/


section.about{
  padding: 150px 0 150px 0;
  margin-bottom: 200px;
  height: 100vh;
}

section.about{
  background-image: url(https://basefile.akamaized.net/listfarm-base-shop/69aa30a0688c4/aboutus_bacimg_pc402x.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.about .about_inner{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

section.about .about_text{
  text-shadow: 0 0 4px #000;
  width: 49.4%;
  margin-left: auto;
  margin-right: auto;
}

section.about .about_text .about_text_sub{
  font-size: 20px;
  line-height: 160%;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 70px;
  border-bottom: solid 0.5px #fff;
}

section.about .about_text .about_text_main{
  font-size: 28px;
  line-height: 160%;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
}

section.about .about_text p{
  font-size: 18px;
  line-height: 220%;
  color: #fff;
}

.aboutBtn a{
  display:flex;
  align-items: center;
  font-size: 18px;
  line-height: 160%;
  color:#fff;
  margin-top:70px;
  gap:10px;
}

.aboutBtn .icon_image{
  width:12px;
  display:inline-block;
}

@media screen and (max-width:1500px){
  section.about .about_text{
    width: 58.4%;
  }  
}

/*タブレット*/
@media screen and (max-width:1180px){
  section.about{
    height: auto;
    display: block;
    background: none;
    padding: 0 0 144.5px 0;
  }
  section.about .parallax2_background{
      background-image: url(https://basefile.akamaized.net/listfarm-base-shop/69aa30b57ae6f/aboutus_bacimg_tab.jpg);
  }
  section.about .about_inner{
    display: block;
  }
  section.about .about_text{
    width: 78.4%;
  }  
}

/*スマホ*/
@media screen and (max-width:500px){
  section.about{
    margin-bottom: 50px;
    background:none;
    padding: 0 0 50px 0;
  }
  section.about .parallax2_background{
    background-image: url(https://basefile.akamaized.net/listfarm-base-shop/69aa30c8d8757/aboutus_bacimg_sp402x.jpg);
  }
  section.about .about_text .about_text_sub{
    font-size: 16px;
    margin-bottom: 50px;
  }
  section.about .about_text .about_text_main{
    font-size: 20px;
    margin-bottom: 40px;
  }
  section.about .about_text p{
    font-size: 16px;
  }
}

@media screen and (max-width:390px){
  section.about{
    margin-bottom:100px
  }
}

/*******************************************aboutここまで**********************************/
/*************************************************news*****************************************/

section.news{
  margin: 150px 0;
}

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 .icon_image{
  width: 7.07px;
  display: inline-block;
  transform: translateY(2px);
  margin-left: 10px;
  transition: transform .5s;
}

section.news .news_list .more a:hover .icon_image{
  transform: scale(1.3) translateY(2px);
}

/*タブレット*/
@media screen and (max-width:1180px){
  section.news{
    margin: 100px 0;
  }
  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:500px){
  section.news{
    margin: 80px 0;
  }
  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ここまで***************************************/
.mail_magazine{
  margin-bottom:150px;
}

.mail_magazine_text{
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color:#485552;
  margin-bottom:50px;
}

.mail_magazine_text br{
  display:none;
}

.mail_magazine_form .x_mailMagazineSubscribe_field{
  display:flex;
  align-items: center;
  justify-content: center;
}

.x_mailMagazineSubscribe_confirm{
  text-align:center;
}

.mail_magazine_form .mailMagazineSubscribe_form input[type="email"]{
  width:39.5%;
  max-width:570px;
  border:solid 1px #485552;
  font-weight: 350;
  font-size: 18px;
  line-height: 30px;
  padding:10px 20px;
  margin-right:10px;
}

.mail_magazine_form button.mailMagazineSubscribe_submit{
  font-weight: 350;
  font-size: 18px;
  line-height: 30px;
  color:#fff;
  padding:10px 20px;
  border-radius:6px;
  background-color:#485552;
  text-box-trim: none;
  border: none;
  box-shadow: none;
  outline: none;
}

@media screen and (max-width:1180px){
  .mail_magazine_form .mailMagazineSubscribe_form input[type="email"]{
    width:62.5%;
    max-width:481px;
    font-size: 16px;
  }
  .mail_magazine_form button.mailMagazineSubscribe_submit{
    font-size: 16px;
    padding:10px 24px;
  }
  .mail_magazine_text{
    font-size:16px;
  }
  .mail_magazine {
    margin-bottom: 100px;
  }
}


@media screen and (max-width:500px){
  .mail_magazine_text br{
    display:block;
  }
  .mail_magazine_form .mailMagazineSubscribe_form input[type="email"]{
    width:65.6%;
    padding:5px 10px;
  }
  .mail_magazine_form button.mailMagazineSubscribe_submit{
    font-size:14px;
    padding:5px 15px;
  }
}

/****************************************パララックス系******************************************/

.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;
    background-size:cover;
    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:500px){
  .parallax2 .parallax2_text{
    bottom: 100px;
  }
}