@charset "UTF-8";
/*==================================================================

  メインビジュアル

==================================================================*/
.home_mv {
  background: #463626;
}

.home_mv,
.home_mv_slider_item img {
  height: 900px;
}

.home_mv {
  display: block;
  position: relative;
  overflow: hidden;
}

.home_mv_slider {
  width: 100%;
  opacity: 0.5;
  overflow: hidden;
}

.home_mv_slider_item img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.home_mv_catch {
  color: #fff;
  line-height: 1.6;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home_mv_catch_en {
  font-size: 13px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  margin-bottom: 22px;
}
.home_mv_catch_jp {
  font-size: 32px;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
}

.home_mv_open {
  position: absolute;
  left: 70px;
  bottom: 40px;
}
.home_mv_open img {
  max-width: 345px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  /* sp */
  .home_mv,
  .home_mv_slider_item img {
    height: 100svh;
  }
  .home_mv_catch {
    width: 100%;
    padding-inline: 5%;
  }
  .home_mv_catch_en {
    letter-spacing: 0.1em;
    margin-bottom: 15px;
  }
  .home_mv_catch_jp {
    font-size: clamp(16px, 5.3vw, 20px);
    letter-spacing: 0.1em;
  }
  .home_mv_open {
    width: 80%;
    text-align: center;
    padding-inline: 5%;
    left: 50%;
    bottom: 70px;
    transform: translateX(-50%);
  }
}

/*==================================================================

  共通

==================================================================*/
/* inner */
@media print, screen and (min-width: 641px) {
  /* pc only */
  .home_inner {
    max-width: 1280px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 640px) {
  /* sp */
  .home_inner {
    padding-inline: 5%;
  }
}

/* タイトル */
.home_tit {
  margin-bottom: 40px;
}
.home_tit_en {
  color: #dacbae;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 120px;
  letter-spacing: 0.075em;
  line-height: 1;
  margin-bottom: 12px;
}
.home_tit_jp {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  letter-spacing: 0.075em;
  line-height: 1.6;
}

@media screen and (max-width: 640px) {
  /* sp */
  .home_tit_en {
    font-size: clamp(30px, 14.4vw, 120px);
    margin-bottom: 5px;
  }
  .home_tit_jp {
    font-size: clamp(16px, 4.8vw, 18px);
  }
}

/* フェードイン */
@media not print {
  .inView {
    transition-property: opacity, transform;
    transition-timing-function: ease-out;
    transition-duration: 0.6s;
    opacity: 0;
    transform: translateY(30px);
  }
  .inView.inView-delay {
    transition-delay: 0.2s;
  }
  .inView.inView-on {
    opacity: 1;
    transform: none;
  }
}

/*==================================================================

  home_feature & home_news

==================================================================*/
.home_feature_news {
  background: url(../images/home/feature_bg.png) left top no-repeat;
  background-color: #f2efe9;
  padding-bottom: 210px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  /* sp */
  .home_feature_news {
    background-size: 90% auto;
    padding-bottom: 60px;
  }
}

/*==================================================================

  home_feature

==================================================================*/
.home_feature {
  padding-top: 145px;
  padding-bottom: 150px;
}
.home_feature_text {
  line-height: 2.5;
  margin-bottom: 50px;
}
.home_feature_list {
  counter-reset: feature_num 0;
}
.home_feature_item {
  counter-increment: feature_num;
  min-height: 100px;
  padding: 30px 0 0 130px;
  position: relative;
}
.home_feature_item::before {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  content: counter(feature_num, decimal-leading-zero);
  width: 100px;
  aspect-ratio: 1;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #cfbb95;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #d6c0a1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.home_feature_item:not(:last-child) {
  padding-bottom: 20px;
}
.home_feature_item:not(:last-child)::after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 130px);
  background: #dcb5af;
  position: absolute;
  left: 50px;
  bottom: 15px;
}
.home_feature_item_tit {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.075em;
  line-height: 1.6;
  margin-bottom: 15px;
}
.home_feature .btn01 {
  margin-top: 85px;
}
.home_feature .btn01 a {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.home_feature_imgArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 2%;
}
.home_feature_img:nth-child(1) {
  max-width: 240px;
  width: 35%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
}
.home_feature_img:nth-child(2) {
  max-width: 440px;
  width: 63%;
}
.home_feature_img:nth-child(3) {
  max-width: 280px;
  width: 40%;
}
.home_feature_img:nth-child(4) {
  max-width: 220px;
  width: 32%;
}
.home_feature_img img {
  border-radius: 5px;
}

@media print, screen and (min-width: 641px) {
  /* pc only */
  .home_feature .home_inner {
    display: flex;
    justify-content: space-between;
    gap: 0 60px;
  }
  .home_feature .home_tit {
    margin-bottom: 80px;
  }
  .home_feature_textArea {
    width: 700px;
  }
  .home_feature_item_text {
    font-size: 15px;
    line-height: 2.3;
  }
  .home_feature .btn01 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
  }
  .home_feature .btn01 a {
    width: 300px;
  }
  .home_feature_imgArea {
    flex: 1;
    padding-top: 140px;
    margin-right: -180px;
  }
}

@media print, screen and (min-width: 641px) and (max-width: 1500px) {
  .home_feature_imgArea {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  /* sp */
  .home_feature {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home_feature_text {
    margin-bottom: 40px;
  }
  .home_feature_item {
    min-height: 68px;
    padding-top: 15px;
    padding-left: 90px;
  }
  .home_feature_item::before {
    width: 68px;
    font-size: 40px;
  }
  .home_feature_item:not(:last-child)::after {
    height: calc(100% - 98px);
    left: 34px;
  }
  .home_feature_item_tit {
    font-size: clamp(16px, 5.3vw, 20px);
  }
  .home_feature .btn01 {
    margin-top: 40px;
  }
  .home_feature .btn01 a {
    max-width: 300px;
    width: 100%;
    margin-inline: auto;
  }
  .home_feature .btn01 a:not(:last-child) {
    margin-bottom: 15px;
  }
  .home_feature_imgArea {
    gap: 10px 2%;
    margin-top: 40px;
  }
}

/*==================================================================

  home_news

==================================================================*/
.home_news {
  padding-top: 110px;
  padding-bottom: 110px;
  position: relative;
}
.home_news::before {
  display: block;
  content: "";
  width: calc(100% - 100px);
  height: 100%;
  background: #e4dfd3;
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
}
.home_news .home_inner {
  position: relative;
}
.home_news .home_tit {
  margin-bottom: 0;
}
.home_news .home_tit_en {
  color: #a48c78;
}
.home_news_list {
  display: flex;
  gap: 0 36px;
}
.home_news_list.home_news_list-none {
  display: block;
}
.home_news_item {
  width: 220px;
  line-height: 1.9;
}
.home_news_item a {
  display: block;
  color: var(--text-color);
}
.home_news_item_thum {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 18px;
}
.home_news_item_thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (hover: hover) {
  .home_news_item_thum img {
    transition: transform 0.3s ease-in;
  }
  .home_news_item a:hover .home_news_item_thum img {
    transform: scale(1.1);
  }
}
.home_news_item_date {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  color: #a48d78;
  letter-spacing: 0.075em;
  line-height: 1.4;
  margin-bottom: 8px;
}
.home_news .btn02 {
  margin-top: 100px;
}
.home_news .btn02 a {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}

@media print, screen and (max-width: 1560px) {
  .home_news::before {
    width: 100%;
  }
}

@media print, screen and (min-width: 641px) {
  /* pc only */
  .home_news .home_inner {
    display: flex;
    align-items: center;
  }
  .home_news .home_tit_en {
    font-size: 70px;
  }
  .home_news_head {
    flex: 1;
  }
  .home_news_list {
    width: 990px;
  }
}

@media screen and (max-width: 640px) {
  /* sp */
  .home_news {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home_news_head {
    margin-bottom: 30px;
  }
  .home_news_list {
    flex-wrap: wrap;
    gap: 15px 10px;
  }
  .home_news_item {
    width: calc((100% - 10px) / 2);
  }
  .home_news_item_thum {
    margin-bottom: 12px;
  }
  .home_news_item_date {
    margin-bottom: 3px;
  }
  .home_news .btn02 {
    margin-top: 10px;
  }
}

/*==================================================================

  home_menu

==================================================================*/
.home_menu {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: -70px;
}
.home_menu_trouble {
  margin-bottom: 100px;
}
.home_menu_tit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 27px;
  letter-spacing: 0.075em;
  line-height: 1.6;
  padding-bottom: 15px;
  border-bottom: 1px solid #dacbae;
  margin-bottom: 45px;
}
.home_menu_list {
  margin: 0 auto;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
}
.home_menu_list .home_menu_item {
  width: 300px;
}
.home_menu_list .home_menu_item a {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 0 20px;
  border-radius: 5px;
  padding: 20px 20px 20px 25px;
  background: #f2efe9;
  color: var(--text-color);
}
.home_menu_list .home_menu_item_icon {
  width: 90px;
  background: #bfb095;
  border-radius: 50%;
}
.home_menu_list .home_menu_item_tit {
  flex: 1;
  font-size: 19px;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media (hover: hover) {
  .home_menu_list .home_menu_item a,
  .home_menu_list .home_menu_item_icon,
  .home_menu_list .home_menu_item_icon img {
    transition: 0.3s;
  }
  .home_menu_list .home_menu_item a:hover {
    background: #bfb095;
    color: #fff;
  }
  .home_menu_list .home_menu_item a:hover .home_menu_item_icon {
    background: #f2efe9;
  }
  .home_menu_list .home_menu_item a:hover .home_menu_item_icon img {
    filter: brightness(0) saturate(100%) invert(75%) sepia(10%) saturate(643%) hue-rotate(0deg) brightness(94%) contrast(90%);
  }
}
.home_menu_treatment {
  padding-top: 90px;
  padding-bottom: 120px;
  position: relative;
}
.home_menu_treatment,
.home_menu_treatment a {
  color: #fff;
}
.home_menu_treatment::before {
  display: block;
  content: "";
  width: calc(100% - 100px);
  height: 100%;
  background: #bfb095;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home_menu_treatment .home_inner {
  position: relative;
}
.home_menu_treatment .home_menu_tit {
  border-color: #fff;
}
.home_menu_list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 26px;
}
.home_menu_list2 .home_menu_item {
  width: 300px;
  font-size: 19px;
  letter-spacing: 0.075em;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.home_menu_list2 .home_menu_item a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding: 15px 0 15px 58px;
  background: url(../images/arrow_right.png) left 20px center/auto 14px no-repeat;
}
@media (hover: hover) {
  .home_menu_list2 .home_menu_item a {
    transition: background-position 0.2s ease-in;
  }
  .home_menu_list2 .home_menu_item a:hover {
    background-position: left 30px center;
  }
}
@media screen and (max-width: 640px) and (hover: hover) {
  .home_menu_list2 .home_menu_item a:hover {
    background-position: left 15px center;
  }
}
.home_menu_list2 .home_menu_item a span {
  display: block;
  font-size: 11px;
  letter-spacing: 0;
  margin-top: 3px;
}

@media print, screen and (min-width: 641px) {
  /* pc only */
  .home_menu .home_tit {
    margin-bottom: 65px;
  }
  .home_menu_treatment .home_menu_tit {
    margin-bottom: 40px;
  }
  .home_menu .home_menu_list2 .home_menu_item a {
    min-height: 84px;
  }
}

@media print, screen and (max-width: 1560px) {
  .home_menu_treatment::before {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  /* sp */
  .home_menu {
    font-family: "shippori-mincho", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: -30px;
  }
  .home_menu_trouble {
    margin-bottom: 60px;
  }
  .home_menu_tit {
    font-size: clamp(16px, 5.8vw, 22px);
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .home_menu_list {
    gap: 10px;
    width: 100%;
  }
  .home_menu_list .home_menu_item {
    width: calc((100% - 10px) / 2);
  }
  .home_menu_list .home_menu_item a {
    gap: 0 10px;
    padding: 15px 0 15px 10px;
  }
  .home_menu_list .home_menu_item_icon {
    width: 40px;
  }
  .home_menu_list .home_menu_item_tit {
    font-size: clamp(12px, 3.7vw, 14px);
    letter-spacing: 0;
  }
  .home_menu_treatment {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .home_menu_list2 {
    gap: 0 10px;
  }
  .home_menu_list2 .home_menu_item {
    width: calc((100% - 10px) / 2);
    font-size: clamp(12px, 3.7vw, 14px);
    letter-spacing: 0;
  }
  .home_menu_list2 .home_menu_item a {
    padding: 15px 0 15px 34px;
    background-size: auto 10px;
    background-position: left 10px center;
  }
}

/*==================================================================

  home_about

==================================================================*/
.home_about {
  background: #f2efe9;
  padding-bottom: 130px;
}
.home_about_img {
  display: flex;
  justify-content: space-between;
  padding-left: 70px;
  margin-top: -70px;
  margin-bottom: 100px;
  position: relative;
}
.home_about_img > *:first-child {
  width: 47%;
  padding-top: 130px;
}
.home_about_img > *:last-child {
  width: 50%;
}
.home_about_links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 30px;
}
.home_about_links li {
  width: 625px;
}
.home_about_links li a {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: var(--text-color);
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  letter-spacing: 0.075em;
  line-height: 1.6;
  text-align: center;
  padding: 25px 90px;
  border-radius: 5px;
  background: url(../images/arrow_right2.png) right 65px center/auto 14px no-repeat;
  background-color: #e3d6c3;
}
@media (hover: hover) {
  .home_about_links li a {
    transition: color 0.2s, background-color 0.3s ease-in, background-position 0.3s;
  }
  .home_about_links li a:hover {
    color: #fff;
    background-image: url(../images/arrow_right.png);
    background-color: var(--main-color);
    background-position: right 55px center;
  }
}
@media screen and (max-width: 640px) and (hover: hover) {
  .home_about_links li a {
    transition: color 0.2s, background-color 0.3s ease-in, background-position 0.3s;
  }
  .home_about_links li a:hover {
    background-position: right 5px center;
  }
}
.home_about_sns {
  background: #e4dfd3;
  border-radius: 5px;
  padding: 60px 35px 75px;
  margin-top: 50px;
}
.home_about_sns_tit {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.075em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 0;
}
.home_about_sns_tit::before {
  content: "SNS";
  color: #fff;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 292%;
  letter-spacing: 0.2em;
  line-height: 1;
  opacity: 0.5;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.home_about_sns_item a {
  display: flex;
  align-items: center;
  gap: 0 20px;
  background-color: #bfb095;
  border-radius: 5px;
  color: #fff;
  padding: 15px 0 15px 30px;
}
/* 西脇Drのインスタのみ準備中（クリック不可）*/
.home_about_sns_item:nth-of-type(2) a{
  pointer-events: none;
  position:relative;
}
.home_about_sns_item:nth-of-type(2) a:before{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
  color: #fff;
  font-size: 18px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  content: "準備中";   
}

.home_about_sns_item_icon {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 70px;
  aspect-ratio: 1;
  background: #f2ece9;
  border-radius: 50%;
}
.home_about_sns_item_icon img {
  width: 30px;
}
.home_about_sns_item_tit {
  flex: 1;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  letter-spacing: 0.075em;
  line-height: 1.6;
}

@media (hover: hover) {
  .home_about_sns_item a {
    transition: background-color 0.3s, color 0.3s;
  }
  .home_about_sns_item_icon {
    transition: background-color 0.3s;
  }
  .home_about_sns_item a:hover {
    background-color: #f2ece9;
    color: var(--text-color);
  }
  .home_about_sns_item a:hover .home_about_sns_item_icon {
    background-color: #e4dfd3;
  }
}

@media print, screen and (min-width: 641px) {
  /* pc only */
  .home_about {
    padding-top: 225px;
    margin-top: -225px;
  }
  .home_about .home_tit {
    margin-bottom: 65px;
  }
  .home_about_sns_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 30px;
  }
  .home_about_sns_item {
    width: 280px;
  }
  .home_about_sns_item a {
    height: 100%;
  }
}

@media screen and (max-width: 640px) {
  /* sp */
  .home_about {
    padding-bottom: 60px;
  }
  .home_about_img {
    padding-left: 5%;
    margin-top: -5%;
    margin-bottom: 60px;
  }
  .home_about_img > *:first-child {
    padding-top: 11%;
  }
  .home_about_links {
    gap: 10px;
  }
  .home_about_links li {
    width: calc((100% - 10px) / 2);
  }
  .home_about_links li a {
    font-size: clamp(12px, 3.7vw, 14px);
    padding: 15px 34px 15px 20px;
    background-size: auto 10px;
    background-position: right 15px center;
  }
  .home_about_sns {
    padding: 60px 6%;
  }
  .home_about_sns_tit {
    font-size: clamp(16px, 5.3vw, 20px);
    margin-bottom: 30px;
  }
  .home_about_sns_list {
    max-width: 280px;
    margin-inline: auto;
  }
  .home_about_sns_item:not(:last-child) {
    margin-bottom: 10px;
  }
  .home_about_sns_item a {
    padding: 10px 0 10px 20px;
  }
  .home_about_sns_item_icon img {
    width: 40px;
  }
  .home_about_sns_item_tit {
    font-size: clamp(15px, 4.8vw, 18px);
  }
}

/*==================================================================

  home_greeting

==================================================================*/
.home_greeting {
  padding-top: 120px;
  padding-bottom: 110px;
  background: url(../images/home/greeting_bg.png) right top no-repeat;
  overflow: hidden;
}
.home_greeting_text {
  line-height: 2.5;
}
.home_greeting_text p:not(:last-child) {
  margin-bottom: 1.3em;
}
.home_greeting_catch {
  margin-bottom: 20px;
  color: #b59d77;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.075em;
}
.home_greeting_textArea .btn02 {
  margin-top: 45px;
}
.home_greeting_textArea .btn02 a {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
}
.home_greeting_imgArea img {
  border-radius: 5px;
}
.home_greeting_imgArea > *:not(:last-child) {
  margin-bottom: 20px;
}
.home_greeting_imgArea > *:nth-child(1) {
  max-width: 240px;
  width: 48%;
  margin-left: auto;
  margin-right: -50px;
}
.home_greeting_imgArea > *:nth-child(2) {
  max-width: 440px;
  width: 88%;
  margin-left: auto;
}
.home_greeting_imgArea > *:nth-child(3) {
  max-width: 270px;
  width: 54%;
}

@media print, screen and (min-width: 641px) {
  /* pc only */
  .home_greeting .home_inner {
    display: flex;
    gap: 0 105px;
  }
  .home_greeting_textArea {
    flex: 1;
  }
  .home_greeting .home_tit {
    margin-bottom: 75px;
  }
  .home_greeting_catch {
    font-size: 21px;
  }
  .home_greeting_imgArea {
    width: 500px;
  }
}

@media screen and (max-width: 640px) {
  /* sp */
  .home_greeting {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 90% auto;
  }
  .home_greeting_textArea .btn02 {
    margin-top: 20px;
  }
  .home_greeting_imgArea {
    margin-top: 20px;
  }
  .home_greeting_imgArea > *:not(:last-child) {
    margin-bottom: 10px;
  }
  .home_greeting_imgArea > *:nth-child(1) {
    margin-right: 0;
  }
  .home_greeting_imgArea > *:nth-child(2) {
    width: 80%;
    margin-right: auto;
  }
}
