@charset "UTF-8";
.message_area {
  margin: 25px 0 50px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .message_area {
    margin: 115px 0 50px;
  }
}
.message_area h2 {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .message_area h2 {
    font-size: 6vw;
  }
}
.message_area p {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .message_area p {
    font-size: 1.4rem;
  }
}

.wrapper {
  position: relative;
}

.concept_area {
  position: relative;
  z-index: 999;
  color: #FFFFFF;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5) 10%);
  padding: 300px 0 300px;
  margin-top: -40vh;
}
.concept_area .concept_area_inr {
  max-width: 690px;
  margin: auto;
}
.concept_area .concept_area_inr h2 {
  max-width: 310px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  .concept_area .concept_area_inr h2 {
    padding: 0 3%;
  }
}
.concept_area .concept_area_inr p {
  line-height: 3;
  font-size: 1.8rem;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .concept_area .concept_area_inr p {
    font-size: 1.5rem;
  }
}
.concept_area .concept_area_inr .logo_concept {
  max-width: 200px;
  margin: 90px auto 0;
}
.concept_area .concept_area_inr .btn_more {
  text-align: center;
  margin: 90px auto;
}
@media screen and (max-width: 767px) {
  .concept_area .concept_area_inr .btn_more {
    margin: 30px auto;
    padding: 0 15%;
  }
}
.concept_area .concept_area_inr .btn_more a {
  display: inline-block;
  margin: auto;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
}
.concept_area .concept_area_inr .btn_more a:after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: #FFFFFF;
  margin-left: 20px;
  transition-property: all;
  transition-duration: 0.5s;
}
.concept_area .concept_area_inr .btn_more a:hover:after {
  margin-left: 30px;
}

.main_v {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  color: #FFFFFF;
  transition-property: all;
  transition-duration: 0.8s;
}
.main_v .main_v_slider {
  width: 100%;
  height: 100vh;
}
.main_v .main_v_slider .swiper {
  width: 100%;
  height: 100%;
}
.main_v .main_v_slider .swiper-wrapper,
.main_v .main_v_slider .swiper-slide > div {
  height: 100%;
  width: 100%;
}
.main_v .main_v_slider .slide {
  background-size: cover !important;
  background-position: center;
}

.section_title h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.2rem;
  margin-bottom: 45px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section_title h2 {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
}

.wine_section {
  margin: 120px auto 120px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .wine_section {
    display: block;
    margin: 60px auto 100px;
  }
}
.wine_section .txt {
  width: 40%;
  padding: 20px 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .wine_section .txt {
    width: 100%;
    padding: 0;
    margin-bottom: 60px;
  }
}
.wine_section .txt .reed {
  margin-bottom: 60px;
}
.wine_section .txt .link_area a {
  display: block;
  position: relative;
  padding-left: 60px;
  font-size: 2.8rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.6;
  margin: 20px 0;
}
.wine_section .txt .link_area a:hover {
  color: #B45B47;
}
.wine_section .txt .link_area a:hover:before {
  width: 50px;
}
.wine_section .txt .link_area a:before {
  content: "";
  width: 40px;
  height: 1px;
  background: #3B3938;
  position: absolute;
  top: 26px;
  left: 0;
  transition-property: all;
  transition-duration: 0.5s;
}
.wine_section .txt .link_area a span {
  font-family: "Noto Sans JP", system-ui;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
.wine_section .img {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .wine_section .img {
    width: 100%;
  }
}
.wine_section .img img {
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .wine_section .img img {
    border-radius: 0;
  }
}
.img_area {
  max-width: 1680px;
  margin: auto;
  padding: 0 5%;
  margin: 120px auto 0;
  display: flex;
  gap: 0 120px;
}
@media screen and (max-width: 767px) {
  .img_area {
    margin: 60px auto;
    gap: 0 5%;
    padding: 5%;
  }
}
.img_area img {
  border-radius: 12px;
}
.img_area .img_01 {
  margin-top: 140px;
  position: relative;
}
.img_area .img_01 .logo {
  position: absolute;
  top: -5%;
  left: -6%;
  width: 25%;
  z-index: 1;
}
.team_section {
  margin: 120px auto 120px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .team_section {
    display: block;
    margin: 120px auto 120px;
  }
}
.team_section .txt {
  width: 40%;
  padding: 20px 5%;
}
@media screen and (max-width: 767px) {
  .team_section .txt {
    width: 100%;
    padding: 0;
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.team_section .txt .reed {
  margin-bottom: 60px;
}
.team_section .img {
  flex: 1;
  padding-left: 5%;
}
@media screen and (max-width: 767px) {
  .team_section .img {
    padding: 0;
  }
}
.team_section .img img {
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 767px) {
  .team_section .img img {
    border-radius: 0;
  }
}
.journal_section {
  background: rgba(255, 255, 255, 0.7);
  padding: 120px 0;
}
.journal_section .container {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 959px) {
  .journal_section .container {
    display: block;
  }
}
.journal_section .section_title {
  width: 300px;
}
@media screen and (max-width: 959px) {
  .journal_section .section_title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.journal_section .journal_top_list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 45px 5%;
  width: 100%;
}
.journal_section .journal_top_list .journal_card {
  width: 30%;
}
@media screen and (max-width: 959px) {
  .journal_section .journal_top_list .journal_card {
    width: 47.5%;
  }
}
@media screen and (max-width: 767px) {
  .journal_section .journal_top_list .journal_card {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .journal_section .journal_top_list .journal_card a {
    display: block;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  .journal_section .journal_top_list .journal_card a {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .journal_section .journal_top_list .journal_card a:hover {
    color: #B45B47;
  }
  .journal_section .journal_top_list .journal_card a:hover .thum img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 767px) {
  .journal_section .journal_top_list .journal_card a .inr {
    margin-bottom: 25px;
    width: 50%;
    padding-left: 4%;
  }
  .journal_section .journal_top_list .journal_card a .inr .time {
    font-size: 1.2rem;
    color: #B45B47;
    margin-bottom: 10px;
  }
  .journal_section .journal_top_list .journal_card a .inr .cat {
    font-size: 1.2rem;
  }
  .journal_section .journal_top_list .journal_card a .inr .cat:before {
    content: "●";
    margin-right: 3px;
  }
  .journal_section .journal_top_list .journal_card a .inr .title {
    margin: 0.5em 0;
  }
}
@media screen and (max-width: 767px) {
  .journal_section .journal_top_list .journal_card a .thum {
    width: 50%;
    overflow: hidden;
    text-align: center;
    transition-property: all;
    transition-duration: 0.5s;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .journal_section .journal_top_list .journal_card a .thum {
    width: 36%;
  }
}
@media screen and (max-width: 767px) {
  .journal_section .journal_top_list .journal_card a .thum img {
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .journal_section .journal_top_list .journal_card a {
    display: block;
  }
  .journal_section .journal_top_list .journal_card a:hover {
    color: #B45B47;
  }
  .journal_section .journal_top_list .journal_card a:hover .thum img {
    transform: scale(1.05);
  }
  .journal_section .journal_top_list .journal_card a .inr {
    margin-bottom: 25px;
  }
  .journal_section .journal_top_list .journal_card a .inr .time {
    font-size: 1.2rem;
    color: #B45B47;
    margin-bottom: 10px;
  }
  .journal_section .journal_top_list .journal_card a .inr .cat {
    font-size: 1.2rem;
  }
  .journal_section .journal_top_list .journal_card a .inr .cat:before {
    content: "●";
    margin-right: 3px;
  }
  .journal_section .journal_top_list .journal_card a .inr .title {
    margin: 0.5em 0;
  }
  .journal_section .journal_top_list .journal_card a .thum {
    overflow: hidden;
    text-align: center;
    transition-property: all;
    transition-duration: 0.5s;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .journal_section .journal_top_list .journal_card a .thum {
    width: 36%;
  }
}
@media screen and (min-width: 768px) {
  .journal_section .journal_top_list .journal_card a .thum img {
    overflow: hidden;
  }
}
@media screen and (min-width: 960px) {
  .journal_section .btn_more {
    position: absolute;
    bottom: 0;
    left: 5%;
    margin: 0;
  }
}
@media screen and (max-width: 959px) {
  .journal_section .btn_more {
    margin-top: 45px;
  }
}