@charset "utf-8";
/* CSS Document */

body {
  background: none;
}

/* ===============================
	carousel_slide
 =============================== */
.carousel_slide_con .bx-viewport {
  width: fit-content !important;
  height: 377px !important;
  margin: 0 auto;
  margin-left: 0;
  padding-left: 86px;
}
.carousel_slide_con .bx-wrapper {
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 0 !important;
  max-width: none !important;
}
.carousel_slide {
  display: flex;
  gap: 16px;
}
.carousel_slide .slide_img {
  width: 416px;
  height: 234px;
}
.carousel_slide .slide_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.carousel_slide .slide_txt {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 16px;
}
.carousel_slide .slide_txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: .4s;
}
.carousel_slide_con .bx-controls-direction a {
  background-color: var(--C-accent-Dgreen);
  background-image: url(../img/home/carousel_arrow.svg) !important;
  background-position: center;
  background-size: 24px;
  background-repeat: no-repeat !important;
  width: 70px;
  height: calc((100% - 2px) / 2);
  z-index: 1;
  margin-top: 0 !important;
  transition: .2s;
}
.carousel_slide_con .bx-controls-direction a:hover {
  background: #576763;
}
.carousel_slide_con .bx-controls-direction .bx-prev {
  top: 0;
  left: 0;
}
.carousel_slide_con .bx-controls-direction .bx-prev::after {
  content: '';
  width: 100%;
  height: 2px;
  background: var(--C-white);
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  margin: auto;
}
.carousel_slide_con .bx-wrapper .bx-prev:hover,
.carousel_slide_con .bx-wrapper .bx-prev:focus,
.carousel_slide_con .bx-wrapper .bx-next:hover,
.carousel_slide_con .bx-wrapper .bx-next:focus {
  background-position: center;
}
.carousel_slide_con .bx-controls-direction .bx-next {
  bottom: 0;
  left: 0;
  transform: rotate(180deg);
}
.carousel_slide_con .bx-wrapper .bx-pager {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--C-txt-main);
}
.carousel_slide_con .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  width: auto;
  right: 58px;
  bottom: -74px;
}
.carousel_slide_con .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 42px;
  height: 42px;
  bottom: -82px;
}
.carousel_slide_con .bx-wrapper .bx-controls-auto .bx-start,
.carousel_slide_con .bx-wrapper .bx-controls-auto .bx-stop {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  margin: auto;
}
.carousel_slide_con .bx-wrapper .bx-controls-auto .bx-start {
  background-image: url(../img/home/start_btn.svg);
}
.carousel_slide_con .bx-wrapper .bx-controls-auto .bx-stop {
  background-image: url(../img/home/carousel_stop_black.svg);
}
.carousel_slide_con .slider-progress {
  display: flex;
  align-items: center;
  position: relative;
  bottom: -60px;
  right: 108px;
  width: 84.84375%;
  height: 1px;
  background-size: 4px 1px;
  background-position: center;
  margin: auto;
  margin-right: 0;
}
.carousel_slide_con .slider-progress span {
  width: 0;
  height: 3px;
  display: block;
}
@media screen and (max-width: 750px) {
  .carousel_slide_con .bx-viewport {
    height: auto !important;
    padding-left: 0;
  }
  .carousel_slide {
    gap: 8px;
  }
  .carousel_slide li {
    width: 80vw !important;
  }
  .carousel_slide .slide_img {
    width: 80vw;
    height: 45.06666666666667vw;
  }
  .carousel_slide .slide_txt p {
    font-size: 14px;
  }
  .carousel_slide_con .bx-controls-direction a {
    width: calc((100% - 2px) / 2);
    height: 13.333333vw;
  }
  .carousel_slide_con .bx-controls-direction a {
    transform: rotate(-180deg);
  }
  .carousel_slide_con .bx-controls-direction .bx-next {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: rotate(360deg);
  }
  .carousel_slide_con .slider-progress {
    bottom: -12vw;
    left: 0;
    right: auto;
    width: 61.86666666666667vw;
    margin-left: 0;
  }
  .carousel_slide_con .bx-wrapper .bx-pager {
    font-size: 14px;
  }
  .carousel_slide_con .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    right: 14.13333333333333vw;
    bottom: -14.66666666666667vw;
  }
  .carousel_slide_con .bx-controls-direction {
    position: absolute;
    bottom: -24vw;
    left: 0;
    right: 0;
    margin: auto;
  }
  .carousel_slide_con .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    bottom: -17.6vw;
  }
}

/* スライド画像が1枚以下の時 */
.carousel_slide.single-slide {
  justify-content: center;
  margin-bottom: -100px;
}
.carousel_slide.single-slide li {
  width: 416px;
}
@media screen and (max-width: 750px) {
  .carousel_slide.single-slide {
    margin-bottom: -40vw;
  }
}

/* ===============================
	#mv_con
 =============================== */
#mv_con {
  position: relative;
  container-type: inline-size;
  height: 100vh;
  height: 100dvh;
  pointer-events: none;  
}
#mv_con > .wrap {
  display: flex;
  align-items: center;
  height: 100vh;
  height: 100dvh;
  pointer-events: none;  
}
@media screen and (max-width: 750px) {
  #mv_con {
    padding-bottom: calc(100vw + 100dvh);
  }
}

/* mv_slider */
#mv_slider {
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
#mv_slider.mv_blur {
  filter: blur(4px);
}
#mv_slider > .wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#mv_slider_txt {
  font-family: "Cormorant", serif;
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: var(--C-white);
  z-index: +1;
}
#mv_slider .bx-wrapper {
  margin-bottom: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  background: none;
}
#mv_slider .bx-wrapper,
#mv_slider .bx-viewport {
  height: 100vh !important;
  height: 100dvh !important;
}
#mv_slider li {
  height: 100vh !important;
  height: 100dvh !important;
}
#mv_slider li picture {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#mv_slider li img{
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform: scale(1.152);
	transition-duration: 6s;
}
#mv_slider li.active img{
  transform: scale(1.052);
}
#mv_slider .bx-controls {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
#mv_slider .bx-controls.mv_blur {
  opacity: 0;
}
#mv_slider .bx-controls-direction,
#mv_slider .bx-start.active {
  display: none;
}
#mv_slider .bx-controls-auto {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
#mv_slider .bx-controls-auto-item {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#mv_slider .bx-controls-auto-item .bx-start,
#mv_slider .bx-controls-auto-item .bx-stop {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  display: block !important;
  cursor: pointer;
}
#mv_slider .bx-controls-auto-item .bx-start {
  background-image: url(../img/home/carousel_start.svg);
}
#mv_slider .bx-controls-auto-item .bx-stop {
  background-image: url(../img/home/stop_btn.svg);
}
@container (max-width: 1240px) {
  #mv_slider > .wrap {
    top: 24%;
    bottom: auto;
  }
  #mv_slider_txt {
    font-size: 7vw;
  }
}
@media screen and (max-width: 750px) {
  #mv_slider > .wrap {
    top: 0;
    bottom: 0;
  }
  #mv_slider .bx-wrapper {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mv_slider .bx-viewport {
    height: 100% !important;
  }
  #mv_slider_txt {
    font-size: 44px;
    padding-left: 19px;
  }
  #mv_slider li {
    display: flex;
    align-items: center;
  }
  #mv_slider li picture {
    display: flex;
    justify-content: center;
  }
  #mv_slider li img {
    height: 100vh;
    height: 100dvh;
  }
  #mv_slider .bx-controls {
    bottom: 18.86666666666667vw;
    left: 5.06666666666667vw;
  }
  #mv_slider .bx-controls-auto-item {
    width: 8.53333333333333vw;
    height: 8.53333333333333vw;
  }
}
/* /mv_slider */

/* mv_search */
#mv_search {
  background: var(--C-white);
  filter: drop-shadow(4px 4px 16px rgb(0 0 0 / 0.16));
  max-width: 100%;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  padding: 26px 86px 23px 24px;
  pointer-events: painted;  
}
#mv_search * {
  font-family: "Noto Serif JP", serif;
  transition: .2s;
}
#mv_search .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 14px;
}
#mv_search .title span {
  font-family: "Cormorant", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.175;
  color: var(--C-accent-green);
  position: relative;
  padding-left: 28px;
  padding-right: 13px;
  margin-right: 12px;
}
#mv_search .title span::before,
#mv_search .title span::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#mv_search .title span::before {
  background-image: url(../img/home/icon_search.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  left: 0;
}
#mv_search .title span::after {
  background: #9B9B9B;
  width: 1px;
  height: 14px;
  right: 0;
}
#mv_search ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr min-content;
  gap: 0px 0px;
  grid-template-areas:
    "house tochi"
    "ranking ranking";
  gap: 8px;
  width: 324px;
}
#mv_search li {
  text-align: center;
}
#mv_search li.house {
  grid-area: house;
}
#mv_search li.tochi {
  grid-area: tochi;
}
#mv_search li.ranking {
  grid-area: ranking;
}
#mv_search li button {
  background: #F5F4F0;
  border: rgb(0 0 0 / .04) 2px solid;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}
#mv_search li.house button,
#mv_search li.tochi button {
  height: 145px;
}
#mv_search li.ranking button {
  height: 55px;
}
#mv_search li span {
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
#mv_search li.house span,
#mv_search li.tochi span {
  bottom: -38px;
  padding-top: 77px;
}
#mv_search li.ranking span {
  padding-left: 42px;
}
#mv_search li span::before {
  content: '';
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  margin: auto;
}
#mv_search li.house span::before,
#mv_search li.tochi span::before {
  top: 0;
  left: 0;
  right: 0;
}
#mv_search li.house span::before {
  background-image: url(../img/home/search_house.svg);
  width: 64px;
  height: 64px;
}
#mv_search li.tochi span::before {
  background-image: url(../img/home/search_tochi.svg);
  width: 64px;
  height: 64px;
}
#mv_search li.ranking span::before {
  background-image: url(../img/home/search_ranking.svg);
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  left: 0;
}
/* hover */
#mv_search li:hover button {
  background: var(--C-accent-green);
}
#mv_search li:hover span {
  color: var(--C-white);
}
#mv_search li.house:hover span::before {
  background-image: url(../img/home/search_house_hover.svg);
}
#mv_search li.tochi:hover span::before {
  background-image: url(../img/home/search_tochi_hover.svg);
}
#mv_search li.ranking:hover span::before {
  background-image: url(../img/home/search_ranking_hover.svg);
}
/* /hover */
#mv_search .keyword {
  margin-top: 20px;
}
#mv_search .keyword p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
#mv_search .keyword form {
  height: 49px;
  display: flex;
  align-items: center;
  border-radius: 3px;
}
#mv_search .keyword form input[type=search] {
  font-size: 14px;
  box-shadow: 0 0 3px rgb(0 0 0 / .28) inset;
  width: calc(100% - 27.77777777777778%);
  height: 100%;
  border-radius: 3px 0 0 3px;
  padding-left: 20px;
}
#mv_search .keyword form input[type=search]::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: var(--C-txt-gray);
}
#mv_search .keyword form input[type=submit] {
  font-size: 14px;
  font-weight: 500;
  color: var(--C-white);
  text-align: center;
  width: 27.77777777777778%;
  height: 100%;
  background: var(--C-accent-green);
  border-radius: 0 3px 3px 0;
}
@container (max-width: 1100px) {
  #mv_search {
    top: auto;
    bottom: 12%;
  }
}
@media screen and (max-width: 750px) {
  #mv_search {
    background: transparent;
    filter: none;
    top: auto;
    bottom: 8.53333333333333vw;
    left: 0;
    padding: 6.4vw 4.26666666666667vw;
    width: calc(100% - (19px* 2));
    height: initial;
    z-index: +1;    
  }
  #mv_search::before {
    content: '';
    width: 100%;
    height: 100%;
    border-image-source: linear-gradient(var(--C-white), var(--C-white));
    border-image-slice: 0 fill;
    border-image-outset: 0 100%;
    filter: drop-shadow(4px 4px 16px rgb(0 0 0 / 0.16));
    display: block;
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
  #mv_search::after {
    content: '';
    width: 100%;
    height: 100%;
    border-image-source: linear-gradient(var(--C-accent-green), var(--C-accent-green));
    border-image-slice: 0 fill;
    border-image-outset: 0 100vw;
    display: block;
    position: absolute;
    top: auto;
    bottom: -8.53333333333333vw;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -2;
  }
  #mv_search .title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  #mv_search .title span {
    font-size: 20px;
  }
  #mv_search ul {
    width: 100%;
  }
  #mv_search li span {
    font-size: 14px;
  }
  #mv_search li.house button,
  #mv_search li.tochi button {
    height: 36.26666666666667vw;
  }
  #mv_search li.ranking button {
    height: 14.4vw;
  }
  #mv_search .keyword p {
    font-size: 13px;
  }
  #mv_search .keyword form {
    height: 13.06666666666667vw;
  }
}
/* /mv_search */

/* mv_scroll */
#mv_scroll {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  width: fit-content;
  pointer-events: painted;  
}
#mv_scroll a {
  height: 100px;
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  padding: 20px 60px;
}
#mv_scroll span {
  width: 1px;
  height: 100px;
  background: var(--C-white);
  position: relative;
  display: inline-block;
  animation: mv_scroll 3s ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes mv_scroll {
  0% {
    height: 100px;
  }
  50% {
    height: 0;
  }
  100% {
    height: 100px;
  }
}
#mv_scroll span::before {
  content: 'SCROLL';
  font-family: "Cormorant", serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  writing-mode: tb;
  color: var(--C-white);
  height: 9ch;
  position: absolute;
  top: 0;
  right: -24px;
}
/* /mv_scroll */
@media screen and (max-width: 750px) {
  #mv_scroll {
    bottom: 104vw;
  }
  #mv_scroll span::before {
    font-size: 13px;
    text-align: justify;
  }
}

/* ===============================
	top_news
 =============================== */
#top_news {
  padding-top: 63px;
  background: var(--C-white);
  position: relative;
  z-index: 1;  
}
#top_news_con {
  display: flex;
  gap: 24px;
  border: var(--C-line-gray) 1px solid;
  padding: 22px 32px;
}
#top_news .title {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  width: 167px;
  position: relative;
  display: flex;
  align-items: flex-start;
  text-align: center;
  justify-content: center;
  padding-top: 8px;
  padding-right: 25px;
}
#top_news .title::after {
  content: '';
  width: 1px;
  height: 100%;
  background: var(--C-line-gray);
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#top_news .top_news_list_con {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 4px 16px;
  width: calc(100% - 167px);
}
#top_news.news_common .news_list {
  display: block;
  width: 100%;
}
#top_news.news_common .news_list li {
  border-top: none;
  padding: 8px 0;
}
#top_news.news_common .news_list li:last-child {
  border-bottom: none;
}
/* /hover */
@media screen and (max-width: 750px) {
  #top_news {
    padding-top: 10.66666666666667vw;
  }
  #top_news_con {
    flex-direction: column;
    gap: 2.13333333333333vw;
    padding: 4.26666666666667vw;
  }
  #top_news .title {
    font-size: 14px;
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 3.2vw;
  }
  #top_news .title::after {
    width: 100%;
    height: 1px;
    top: auto;
    left: 0;
  }
  #top_news.news_common .top_news_list_con {
    width: 100%;
}
  #top_news.news_common .top_news_list_con p {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #top_news.news_common .news_list li {
    padding: 0;
  }
  #top_news.news_common .news_con {
    gap: 3.2vw;
    padding: 2.13333333333333vw 0;
  }
}

/* ===============================
	event_campaign
 =============================== */
#event_campaign {
  overflow-x: hidden;
  padding-top: 120px;
  padding-bottom: 160px;
  background: var(--C-white);
  position: relative;
  z-index: 1;    
}
#event_campaign .title {
  margin-bottom: 56px;
}
#event_campaign .title-02 span {
  margin-bottom: 16px;
}
#event_campaign .carousel_slide .slide_txt time {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
}
#event_campaign .carousel_slide .slide_txt .slide_category {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--C-white);
  background: var(--C-accent-green);
  width: 106px;
  height: 26px;
  border-radius: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
}
#event_campaign.carousel_slide_con .slider-progress {
  background-image: linear-gradient(to right, var(--C-txt-main) 1px, transparent 1px);
}
#event_campaign.carousel_slide_con .slider-progress span {
  background-color: #2E423D;
}
#event_campaign .btn_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 162px;
}
#event_campaign .btn_area a {
  margin: 0;
}
@media screen and (max-width: 750px) {
  #event_campaign {
    padding-top: 21.33333333333333vw;
    padding-bottom: 21.33333333333333vw;
  }
  #event_campaign .title {
    margin-bottom: 10.66666666666667vw;
  }
  #event_campaign .carousel_slide .slide_txt time {
    font-size: 14px;
  }
  #event_campaign .btn_area {
    gap: 2.13333333333333vw;
    margin-top: 50.13333333333333vw;
  }
}

/* ===============================
	recommend
 =============================== */
#recommend {
  position: relative;
  height: auto;
  overflow: hidden;
  z-index: 1;    
}
#recommend .bx-wrapper {
  height: 100%;
}
#recommend .bx-viewport {
  height: 100% !important;
  padding-left: 0;
}
#recommend .carousel_slide {
  height: 100%;
}
#recommend .carousel_slide li {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: auto;
  position: relative;
}
#recommend::after {
  content: '';
  background: rgba(51, 51, 51, 1);
  width: 100%;
  height: calc(100% + 2px);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .9;
  z-index: -1;
}
.recommend_txt {
  width: calc(100% - 78.4375vw);
  min-width: 440px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-left: 40px;
}
.recommend_txt_wrap {
  z-index: +1;
  max-width: 440px;
  min-width: 400px;
  padding-right: 40px;
}
#recommend .title {
  color: var(--C-white);
  margin-bottom: 40px;
}
#recommend .title-02 span {
  color: var(--C-white);
  margin-bottom: 16px;
}
.recommend_txt p {
  color: var(--C-white);
  margin-bottom: 56px;
}
.recommend_txt .btn {
  margin-left: 0;
}
.recommend_main {
  width: 78.4375vw;
  height: 100%;
  overflow: hidden;
}
#recommend .carousel_slide .bx-wrapper {
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
#recommend .carousel_slide li {
  height: auto;
  min-height: 450px;
  width: 100vw !important;
}
.recommend_main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#recommend .bx-wrapper .bx-pager {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--C-txt-main);
}
#recommend .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager {
  width: 100%;
  max-width: 840px;
  margin-left: auto;
  margin-right: 10.19900497512438%;
  position: relative;
}
#recommend .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  width: auto;
  right: 58px;
  bottom: 26px;
  color: var(--C-white);
}
#recommend .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 42px;
  height: 42px;
  bottom: 16px;
}
#recommend .bx-wrapper .bx-controls-auto .bx-stop,
#recommend .bx-wrapper .bx-controls-auto .bx-start {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 42px;
  margin: auto;
}
#recommend .bx-wrapper .bx-controls-auto .bx-stop {
  background-image: url(../img/home/carousel_stop_white.svg);
}
#recommend .bx-wrapper .bx-controls-auto .bx-start {
  background-image: url(../img/home/start_btn.svg);
}
#recommend .progress_con {
  width: 42.03980099502488%;
  max-width: 676px;
  margin: auto;
  margin-bottom: -1px;
  margin-right: 10%;
  padding-right: 0;
}
#recommend .slider-progress {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 38px;
  width: calc(100% - 108px);
  max-width: 567px;
  height: 1px;
  background-image: linear-gradient(to right, var(--C-white) 1px, transparent 1px);
  background-size: 4px 1px;
  background-position: center;
}
#recommend .slider-progress span {
  width: 0;
  height: 3px;
  background-color: var(--C-white);
  display: block;
}
#recommend.carousel_slide_con .bx-controls-direction {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1280px) {
  #recommend .title {
    margin-bottom: 3.125vw;
  }
  #recommend .title-02 span {
    margin-bottom: 1.25vw;
  }
  .recommend_txt p {
    margin-bottom: 4.375vw;
  }
}
@media screen and (max-width: 1180px) {
  #recommend .progress_con {
    margin-right: 0;
    margin-left: calc(440px + 4%);
  }
}
@media screen and (max-width: 750px) {
  #recommend {
    height: 226.6666666666667vw;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: relative;
  }
  #recommend .title {
    color: var(--C-white);
    position: absolute;
    top: 17.06666666666667vw;
    margin-bottom: 8.26666666666667vw;
  }
  #recommend .carousel_slide li::after {
    content: none;
  }
  .recommend_txt {
    width: 100%;
    min-width: auto;
    height: auto;
    padding: 114vw 19px 21.33333333333333vw;
  }
  .recommend_txt_wrap {
    max-width: none;
    min-width: auto;
    padding-right: 0;
  }
  .recommend_txt p {
    height: 5lh;
    margin-bottom: 42.8vw;
  }
  .recommend_txt .btn {
    margin-left: auto;
  }
  .recommend_main {
    width: calc(100% - (19px * 2));
    height: 56.26666666666667vw;
    overflow: visible;
    position: absolute;
    top: 53.33333333333333vw;
  }
  #recommend .carousel_slide li {
    width: 100vw !important;
    height: 100%;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
    #recommend .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager {
    max-width: calc(100% - (19px * 2));
    margin: auto;
    position: absolute;
    top: 168vw;
    left: 0;
    right: 0;
  }
  #recommend .progress_con {
    position: absolute;
    top: 152.6vw;
    left: 19px;
    right: auto;
    margin: auto;
    width: calc((100% - 32vw) - 19px);
    max-width: inherit;
  }
  #recommend .slider-progress {
    bottom: 0;
    width: 100%;
    max-width: none;
  }
    #recommend .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    right: calc(42px + 4.26666666666667vw);
    bottom: 13vw;
  }
    #recommend .bx-wrapper .bx-pager {
    font-size: 14px;
  }
    #recommend .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
      bottom: 11vw;
  }
  #recommend.carousel_slide_con .bx-controls-direction {
    opacity: 1;
    pointer-events: painted;
    bottom: 4vw;
  }
  #recommend.carousel_slide_con .bx-controls-direction a {
    background-color: var(--C-accent-green);
    width: calc((100% - 2px) / 2);
    height: 13.333333vw;
  }
  .carousel_slide_con .bx-controls-direction .bx-prev::after {
    content: none;
  }
  #recommend.carousel_slide_con .bx-controls-direction .bx-next {
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
    transform: rotate(360deg);
  }

  /* スライダーが1枚以下の時 */
  #recommend.single-slide {
    height: 186vw;
  }
  #recommend.single-slide .recommend_txt p {
    margin-bottom: 0;
  }
}

/* ===============================
	special
 =============================== */
#special {
  background-image: url(../img/common/special_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden;
  padding-top: 120px;
  padding-bottom: 160px;
  position: relative;
  z-index: 1;    
}
#special .title {
  color: var(--C-white);
  margin-bottom: 56px;
}
#special .title-02 span {
  color: var(--C-white);
  margin-bottom: 16px;
}
#special .carousel_slide .slide_title {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  color: var(--C-white);
}
#special .carousel_slide .slide_txt p {
  color: var(--C-white);
}
#special.carousel_slide_con .slider-progress {
  background-image: linear-gradient(to right, var(--C-white) 1px, transparent 1px);
}
#special.carousel_slide_con .slider-progress span {
  background-color: var(--C-white);
}
#special.carousel_slide_con .bx-controls-direction .bx-prev::after {
  background: var(--C-accent-green);
}
#special.carousel_slide_con .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  color: var(--C-white);
}
#special.carousel_slide_con .bx-wrapper .bx-controls-auto .bx-stop {
  background-image: url(../img/home/carousel_stop_white.svg);
}
#special .btn {
  margin-top: 160px;
}
@media screen and (max-width: 750px) {
  #special {
    padding-top: 21.33333333333333vw;
    padding-bottom: 21.33333333333333vw;
  }
  #special .title {
    margin-bottom: 10.66666666666667vw;
  }
  #special .carousel_slide .slide_title {
    font-size: 16px;
  }
  #special .btn {
    margin-top: 50.13333333333333vw;
  }
}

/* ===============================
	pickup
 =============================== */
#pickup {
  position: relative;
  padding-top: 120px;
  padding-bottom: 160px;
  z-index: 1;    
}
#pickup::after {
  content: '';
  background: rgba(245, 244, 240, 1);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .9;
  z-index: -1;
}
#pickup_slide {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#pickup_slide .splide__track {
  height: 100%;
}
#pickup_slide .splide__slide img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 750px) {
  #pickup {
    padding-top: 17.06666666666667vw;
    padding-bottom: 10.13333333333333vw;
  }
}

/* ===============================
	news
 =============================== */
#news {
  padding-top: 120px;
  padding-bottom: 168px;
  background: var(--C-white);
  position: relative;
  z-index: 1;    
}
#news .title {
  margin-bottom: 56px;
}
#news_category_con {
  margin-bottom: 40px;
}
#news .news_list {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px) {
  #news {
    padding-top: 17.06666666666667vw;
    padding-bottom: 21.33333333333333vw;
  }
  #news .title {
    margin-bottom: 10.66666666666667vw;
  }
  #news_category_con {
    margin-bottom: 8.53333333333333vw;
  }
  #news .news_list {
    margin-bottom: 12.8vw;
  }
}

/* ===============================
	other
 =============================== */
#other {
  position: relative;
  background: var(--C-white);
  z-index: 1;    
}
#other .title {
  max-width: 48%;
  margin-bottom: 56px;
}
#other .title span {
  margin-bottom: 16px;
}
#other_con {
  border-image-source: linear-gradient(var(--C-accent-Dgreen), var(--C-accent-Dgreen));
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw 0 100vw;
  max-width: 48%;
  padding-top: 54px;
  padding-bottom: 120px;
}
#other_con * {
  font-family: "Noto Serif JP", serif;
}
#other_con .con_bl {

}
#other_con .con_bl a {
  width: 510px;
  max-width: 100%;
  border-bottom: var(--C-white) 1px solid;
  display: block;
  position: relative;
  padding: 29px 0;
  transition: .3s;
}
#other_con .con_bl:hover a {
  border-color: var(--C-accent-Dyellow);
}
#other_con .con_bl a span {
  font-size: 20px;
  font-weight: 600;
  color: var(--C-white);
}
#other_con .con_bl a span::after {
  content: '';
  width: 28px;
  height: 28px;
  background-image: url(../img/home/other_icon_arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  transition: .3s;
}
#other_con .con_bl:hover a span::after {
  right: 0;
}
#other_con .bg {
  width: 784px;
  max-width: 48.75621890547264%;
  height: 441px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  right: 0;
  transition: .3s;
}
#other_con .bg,
#other_con .con_1_bg {
  background-image: url(../img/home/other_bg_1.jpg);
}
#other_con .con_2_bg {
  background-image: url(../img/home/other_bg_2.jpg);
}
#other_con .con_3_bg {
  background-image: url(../img/home/other_bg_3.jpg);
}
@media screen and (max-width: 750px) {
  #other .title {
    margin-bottom: 35.73333333333333vw;
    max-width: none;
  }
  #other_con {
    max-width: none;
    padding-top: 29.33333333333333vw;
    padding-bottom: 17.06666666666667vw;
  }
  #other_con .con_bl a {
    padding: 6.4vw 0;
  }
  #other_con .con_bl a span {
    font-size: 18px;
  }
  #other_con .bg {
    width: calc(100% - (19px * 2));
    max-width: 100%;
    height: 50.4vw;
    top: 49.86666666666667vw;
    left: 0;
    margin: auto;
  }
}