@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap");
/* **************************************
共通
*******************************************/
.p-home {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Meiryo", "メイリオ", sans-serif;
  letter-spacing: 0.05em;
}

/* **************************************
キービジュアル
*****************************************/
.p-home_kv {
  position: relative;
  height: 100vh;
  width: 100%;
  z-index: -1;
}

.p-home_kv_wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.p-home_kv_slider {
  height: 100%;
}

.js-kvslider-list {
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  /* &.add-animation {
    animation: zoomUp 10s linear 0s 1 normal both;
  } */
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.add-animation {
  /* animation: zoomUp 10s linear 0s normal both; */
}

.list-1 {
  background-image: url(../images/home/top_mv_01_sp.jpg);
}

@media (min-width: 1025px) {
  .list-1 {
    background-image: url(../images/home/top_mv_01.jpg);
  }
}

.list-2 {
  background-image: url(../images/home/top_mv_02_sp.jpg);
}

@media (min-width: 1025px) {
  .list-2 {
    background-image: url(../images/home/top_mv_02.jpg);
  }
}

.list-3 {
  background-image: url(../images/home/top_mv_03_sp.jpg);
}

@media (min-width: 1025px) {
  .list-3 {
    background-image: url(../images/home/top_mv_03.jpg);
  }
}

.list-4 {
  background-image: url(../images/home/top_mv_04_sp.jpg);
}

@media (min-width: 1025px) {
  .list-4 {
    background-image: url(../images/home/top_mv_04.jpg);
  }
}

.list-5 {
  background-image: url(../images/home/top_mv_05_sp.jpg);
}

@media (min-width: 1025px) {
  .list-5 {
    background-image: url(../images/home/top_mv_05.jpg);
  }
}

.list-6 {
  background-image: url(../images/home/top_mv_06_sp.jpg);
}

@media (min-width: 1025px) {
  .list-6 {
    background-image: url(../images/home/top_mv_06.jpg);
  }
}

.list-7 {
  background-image: url(../images/home/top_mv_07_sp.jpg);
}

@media (min-width: 1025px) {
  .list-7 {
    background-image: url(../images/home/top_mv_07.jpg);
  }
}

/*********************************************
 Latte 
 *********************************************/
.p-home_latte {
  /* position: relative;
  z-index: 2; */
}

.p-home_latte_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #cddddc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding: 15vw 0;
}

@media (min-width: 1025px) {
  .p-home_latte_wrap {
    padding: 160px 0;
  }
}

.p-home_latte_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .p-home_latte_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.p-home_latte_image {
  margin: 0 auto;
  max-width: 400px;
  width: 60%;
}

@media (min-width: 1025px) {
  .p-home_latte_image {
    width: 35%;
  }
}

.p-home_latte_txt {
  padding: 0 6%;
}

@media (min-width: 640px) {
  .p-home_latte_txt {
    padding: 0;
  }
}

.p-home_latte_lead {
  font-size: clamp(14px, 3.6vw, 20px);
  text-align: center;
  margin-top: 2.2em;
  overflow: hidden;
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

@media (min-width: 1025px) {
  .p-home_latte_lead {
    font-size: 20px;
    margin-top: 40px;
    text-align: left;
  }
  .p-home_latte_lead.lead-jp {
    margin-top: 0;
  }
}

.p-home_latte_lead span {
  display: block;
}

.p-home_latte_link {
  margin: 4.2em auto 0;
}

@media (min-width: 1025px) {
  .p-home_latte_link {
    margin: 60px auto 0;
  }
}

/* ************************************************
アクティビティ
***************************************************/
.p-home_activities {
  /* position: relative;
  z-index: 2; */
}

.p-home_activities_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.8em 0 6em;
  min-height: 100vh;
}

@media (min-width: 1025px) {
  .p-home_activities_wrap {
    padding: 40px 0;
  }
}

.p-home_activities_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1025px) {
  .p-home_activities_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-home_activities_image {
  margin: 0 auto;
  max-width: 600px;
  width: 90%;
}

@media (min-width: 1025px) {
  .p-home_activities_image {
    width: 70%;
  }
}

.p-home_activities_txt {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 1025px) {
  .p-home_activities_txt {
    width: 30%;
  }
}

.p-home_activities_ttl {
  margin: 0 auto;
  width: 90%;
}

@media (min-width: 1025px) {
  .p-home_activities_ttl {
    width: 100%;
  }
}

.p-home_activities_link {
  margin: 4.2em auto 0;
}

@media (min-width: 1025px) {
  .p-home_activities_link {
    margin: 60px auto 0;
  }
}

/* ***************************************************
ニュース
*******************************************************/
.p-home_news {
  position: relative;
}

.p-home_news_wrap {
  background-color: #ede8dc;
  padding: 10vw 0 14vw;
}

@media (min-width: 1025px) {
  .p-home_news_wrap {
    padding: 80px 0 100px;
  }
}

.p-home_news_inner {
  position: relative;
}

.p-home_news_ttl {
  padding: 0 5%;
  width: 37.5%;
}

@media (min-width: 1025px) {
  .p-home_news_ttl {
    padding: 0;
    width: 16.75%;
  }
}

.p-home_news_article {
  padding: 0 5%;
}

@media (min-width: 1025px) {
  .p-home_news_article {
    padding: 0;
  }
}

.p-home_news_lists {
  margin-top: 8vw;
}

@media (min-width: 1025px) {
  .p-home_news_lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
  }
}

.p-home_news_list {
  margin-top: 6%;
  border-bottom: 1px solid #393938;
  padding-bottom: 4%;
}

@media (min-width: 1025px) {
  .p-home_news_list {
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
    width: 33.33333%;
  }
  .p-home_news_list:not(:nth-last-child(1)) {
    border-right: 1px solid #393938;
    margin-right: 20px;
    padding-right: 20px;
  }
  .p-home_news_list a:hover .p-home_news_list_lead {
    text-decoration: none;
  }
}

.p-home_news_list_date {
  font-weight: 500;
  font-size: 3.4vw;
  font-size: clamp(14px, 3.4vw, 18px);
}

@media (min-width: 1025px) {
  .p-home_news_list_date {
    font-size: 16px;
  }
}

.p-home_news_list_ttl {
  font-weight: 500;
  font-size: clamp(16px, 3.8vw, 20px);
  line-height: 1.4;
  margin-top: 1.4%;
}

@media (min-width: 1025px) {
  .p-home_news_list_ttl {
    font-size: 18px;
    margin-top: 10px;
  }
}

.p-home_news_list_lead {
  font-weight: 300;
  font-size: 3.2vw;
  font-size: clamp(12px, 3.2vw, 16px);
  margin-top: 1.4%;
  line-height: 1.4;
  text-decoration: underline;
}

@media (min-width: 1025px) {
  .p-home_news_list_lead {
    font-size: 13px;
    margin-top: 10px;
    text-align: justify;
  }
}

.p-home_news_link {
  margin: 14% auto 0;
}

@media (min-width: 1025px) {
  .p-home_news_link {
    margin: 0;
    position: absolute;
    top: 10%;
    left: 25%;
  }
}

/* **************************************************
Shop Information
*****************************************************/
.p-home_shop_wrap {
  background-color: #fff;
  padding-bottom: 14vw;
  position: relative;
}

@media (min-width: 1025px) {
  .p-home_shop_wrap {
    padding-bottom: 80px;
  }
}

.p-home_shop_wrap img {
  width: 100%;
}

.p-home_shop_txt {
  background-color: #000;
  margin-top: -20vw;
  /* max-width: 420px; */
  padding: 8% 10% 12%;
  padding: 7% 0 8%;
  position: relative;
  width: 80%;
}

@media (min-width: 1025px) {
  .p-home_shop_txt {
    margin-top: -13%;
    margin-left: 10%;
    padding: 4% 5% 5%;
    padding: 4% 0 5%;
    position: relative;
    width: 35%;
  }
}

.p-home_shop_ttl {
  margin: 0 auto;
  max-width: 360px;
  width: 70%;
}

.p-home_shop_link {
  margin-top: 5vw;
  margin: 5vw auto 0;
  max-width: 360px;
  width: 70%;
}

@media (min-width: 1025px) {
  .p-home_shop_link {
    margin-top: 40px;
  }
}

.p-home_shop_link .m-viewbtn {
  margin: 0;
  width: 60%;
}

.p-home_shop_link .m-viewbtn::after {
  background-color: #fff;
  width: 150%;
}

/* ******************************************************
メニュー
*********************************************************/
.p-home_menu_wrap {
  background-color: #000;
  position: relative;
  /* padding: 0 0 10vw; */
}

@media (min-width: 1025px) {
  .p-home_menu_wrap {
    /* padding: 80px 0 120px; */
  }
}

.p-home_menu_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-home_menu_images {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
  gap: 1%;
  width: 100%;
}

.p-home_menu_images img {
  width: 100%;
}

@media (min-width: 1025px) {
  .p-home_menu_images {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
    gap: 8px;
  }
}

.p-home_menu_latte {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}

@media (min-width: 1025px) {
  .p-home_menu_latte {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

.p-home_menu_food {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}

@media (min-width: 1025px) {
  .p-home_menu_food {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

.p-home_menu_wine {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}

@media (min-width: 1025px) {
  .p-home_menu_wine {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }
}

.p-home_menu_txt {
  padding: 0 5%;
  margin: 8vw auto;
  width: 100%;
}

@media (min-width: 1025px) {
  .p-home_menu_txt {
    padding: 0;
    margin: 50px auto 50px;
    max-width: 1000px;
    width: 55%;
  }
}

.p-home_menu_txt .l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1025px) {
  .p-home_menu_txt .l-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-home_menu_ttl {
  max-width: 170px;
  width: 30%;
}

@media (min-width: 1025px) {
  .p-home_menu_ttl {
    width: 21.8%;
  }
}

.p-home_menu_lead {
  margin-top: 6vw;
  max-width: 400px;
  width: 70%;
}

@media (min-width: 1025px) {
  .p-home_menu_lead {
    margin-top: 0;
    margin-left: 30px;
    width: 80%;
  }
}

.p-home_menu_link {
  margin-top: 6vw;
}

@media (min-width: 1025px) {
  .p-home_menu_link {
    margin-top: 30px;
  }
}

.p-home_menu_link .m-viewbtn {
  margin: 0;
}

.p-home_menu_link .m-viewbtn::after {
  background-color: #fff;
}

/* ******************************************************
ライフスタイル
*********************************************************/
.p-home_lifestyle_wrap {
  background-color: #fff;
  position: relative;
  padding: 14vw 0 8vw;
}

@media (min-width: 1025px) {
  .p-home_lifestyle_wrap {
    padding: 120px 0;
  }
}

.p-home_lifestyle_ttl {
  margin: 0 auto;
  width: 80%;
}

@media (min-width: 1025px) {
  .p-home_lifestyle_ttl {
    margin: 0;
    width: 48.2%;
  }
}

.p-home_lifestyle_inner {
  /* align-items: center; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10vw;
}

@media (min-width: 1025px) {
  .p-home_lifestyle_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 60px;
  }
}

.p-home_lifestyle_image {
  width: 50%;
}

.p-home_lifestyle_image img {
  width: 100%;
}

@media (min-width: 1025px) {
  .p-home_lifestyle_image {
    width: 100%;
  }
}

.p-home_lifestyle_txt {
  margin: 0 4% 0 -5%;
  width: 50%;
}

@media (min-width: 1025px) {
  .p-home_lifestyle_txt {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
}

.p-home_lifestyle_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1025px) {
  .p-home_lifestyle_lists {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 40px auto 0;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .p-home_lifestyle_list {
    position: relative;
    padding: 10px 0;
    width: 25%;
  }
  .p-home_lifestyle_list:not(:nth-last-of-type(1)) {
    /* border-right: 1px solid #000; */
    /* margin-right: 7%;
      padding-right: 7%; */
  }
  .p-home_lifestyle_list:not(:nth-last-of-type(1))::after {
    content: "";
    position: absolute;
    background-color: #393938;
    top: 0;
    right: -26%;
    height: 100%;
    width: 1px;
  }
}

.p-home_lifestyle_list:nth-of-type(1) {
  margin-top: 22%;
}

@media (min-width: 1025px) {
  .p-home_lifestyle_list:nth-of-type(1) {
    margin: 0;
  }
}

.p-home_lifestyle_list:nth-of-type(2) {
  margin-top: 35%;
}

@media (min-width: 640px) {
  .p-home_lifestyle_list:nth-of-type(2) {
    margin-top: 72%;
  }
}

@media (min-width: 1025px) {
  .p-home_lifestyle_list:nth-of-type(2) {
    margin: 0;
  }
}

.p-home_lifestyle_list:nth-of-type(3) {
  margin-top: 34%;
}

@media (min-width: 640px) {
  .p-home_lifestyle_list:nth-of-type(3) {
    margin-top: 64%;
  }
}

@media (min-width: 1025px) {
  .p-home_lifestyle_list:nth-of-type(3) {
    margin: 0;
  }
}

.p-home_lifestyle_list_ttl {
  /* max-width: 300px; */
  width: 90%;
}

@media (min-width: 640px) {
  .p-home_lifestyle_list_ttl {
    width: 60%;
  }
}

@media (min-width: 1025px) {
  .p-home_lifestyle_list_ttl {
    width: 100%;
  }
}

.p-home_lifestyle_list_lead {
  font-size: 3.4vw;
  /* font-size: clamp(12px, 3.4vw, 18px); */
  line-height: 1.5;
  margin-top: 4%;
}

@media (min-width: 640px) {
  .p-home_lifestyle_list_lead {
    font-size: 2.2vw;
  }
}

@media (min-width: 1025px) {
  .p-home_lifestyle_list_lead {
    font-size: 13px;
  }
}

.p-home_lifestyle_link {
  /* width: 100%; */
}

@media (min-width: 1025px) {
  .p-home_lifestyle_link {
    /* margin: 0 auto;
    width: 40%; */
  }
}

.m-onlinebtn {
  background-color: #82acba;
  display: block;
  margin: 8vw auto 0;
  position: relative;
  -webkit-transition: 400ms ease-in;
  transition: 400ms ease-in;
  /* padding: 15px 0; */
  width: 100%;
}

.m-onlinebtn span {
  display: block;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 400ms ease-in;
  transition: 400ms ease-in;
  padding: 3% 0;
  width: 40%;
}

@media (min-width: 1025px) {
  .m-onlinebtn span {
    padding: 15px 0;
  }
}

@media (min-width: 1025px) {
  .m-onlinebtn {
    margin: 100px auto 0;
    max-width: 500px;
    width: 40%;
  }
  .m-onlinebtn:hover {
    background-color: #c9bc9c;
  }
  .m-onlinebtn:hover .mouseoff {
    opacity: 0;
  }
}

/* ******************************************************
リクルート
*********************************************************/
.p-home_recruit_wrap {
  background-color: #000;
  color: #fff;
  padding: 10% 6% 12%;
}

@media (min-width: 1025px) {
  .p-home_recruit_wrap {
    padding: 10% 6% 12%;
    padding: 80px 10%;
  }
}

.p-home_recruit_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 1025px) {
  .p-home_recruit_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-home_recruit_txt {
  margin-top: 10vw;
}

@media (min-width: 1025px) {
  .p-home_recruit_txt {
    margin: 0 2% 0 0;
    width: 54%;
  }
}

.p-home_recruit_ttl {
  width: 38.4%;
}

.p-home_recruit_lead {
  margin-top: 4vw;
  font-size: 3.2vw;
  font-size: clamp(12px, 3.4vw, 16px);
  line-height: 1.8;
}

@media (min-width: 1025px) {
  .p-home_recruit_lead {
    font-size: 15px;
    margin-top: 30px;
  }
}

.p-home_recruit_link {
  margin-top: 6vw;
}

@media (min-width: 1025px) {
  .p-home_recruit_link {
    margin-top: 40px;
  }
}

.p-home_recruit_link .m-viewbtn {
  margin: 0;
  width: 40%;
}

.p-home_recruit_link .m-viewbtn::after {
  background-color: #fff;
}

@media (min-width: 1025px) {
  .p-home_recruit_link .m-viewbtn {
    width: 150px;
  }
}

.p-home_recruit_image {
  position: relative;
  width: 90%;
}

.p-home_recruit_image span {
  -webkit-transition: 600ms;
  transition: 600ms;
  position: relative;
}

.p-home_recruit_image .mouseon {
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 1025px) {
  .p-home_recruit_image {
    width: 46%;
  }
  .p-home_recruit_image:hover .mouseoff {
    opacity: 0;
  }
}
/*# sourceMappingURL=home.css.map */