@charset "UTF-8";
/**********************************************************************************************
メインビジュアル
**********************************************************************************************/
.top_mainVisual {
  width: 100%;
  height: calc(100svh - 100px);
}
.top_mainVisual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 567px) {
  .top_mainVisual {
    width: 100dvw;
    height: 158.73dvw;
  }
}



/* 2022.04.01 ------- */
/* トップスライダー追加 */
.bl_topMainSliderWrapper {
  padding-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 567px) {
  .bl_topMainSliderWrapper {
    padding-bottom: 35px;
  }
}

/* 25.01 delete --- */
/* @media only screen and (max-width: 567px) {
  .bl_topMainSliderWrapper {
    margin-bottom: 85px;
  }
}

@media only screen and (max-width: 567px) {
  .mvOnlyOne .bl_topMainSliderWrapper {
    margin-bottom: 50px;
  }
} */

.bl_topMainSliderWrapper .swiper-wrapper {
  align-items: center;
}

.mvOnlyOne .bl_topMainSliderWrapper .swiper-wrapper {
  justify-content: center;
}

.bl_topMainSliderWrapper .swiper-slide {
  max-width: 760px;
  text-align: center;
  opacity: .4;
  transition: 0.3s ease opacity;
}

.bl_topMainSliderWrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.bl_topMainSliderWrapper .swiper-slide:hover {
  opacity: .9;
}

@media (max-width: 1010px) {
  .bl_topMainSliderWrapper .swiper-slide {
    max-width: calc(100vw - 80px);
  }
}

@media only screen and (max-width: 567px) {
  .bl_topMainSliderWrapper .swiper-slide {
    max-width: calc(100vw - 40px);
  }
}

.bl_topMainSliderWrapper .swiper-slide img {
  height: auto;
}

.mvOnlyOne .bl_topMainSliderWrapper .swiper-slide {
  opacity: 1;
}

@media (max-width: 1160px) {
  .mvOnlyOne .bl_topMainSliderWrapper .swiper-slide {
    max-width: 100%;
  }
}

.bl_topMainSliderSwiperListItemLink {
  display: inline-block;
  vertical-align: bottom;
}

.bl_topMainSliderSwiperListItemLink:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

.bl_topMainSliderSwiperNavigationWrapper {
  position: absolute;
  height: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

/* 25.01 delete */
/* @media only screen and (max-width: 567px) {
  .bl_topMainSliderSwiperNavigationWrapper {
    bottom: -30px;
  }
} */

.mvOnlyOne .bl_topMainSliderSwiperNavigationWrapper {
  display: none;
}

.bl_topMainSliderSwiperNavigationWrapper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: none;
  background-color: #bfdcae;
  border-radius: 0;
  opacity: 1;
  margin-right: 10px;
  vertical-align: top;
}

.bl_topMainSliderSwiperNavigationWrapper .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.bl_topMainSliderSwiperNavigationWrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00ac4d;
}

.bl_topMainSliderSwiperNavigationWrapper .swiper-pagination-bullet:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

.bl_topMainSliderSwiperNPwrapper .swiper-button-next,
.bl_topMainSliderSwiperNPwrapper .swiper-button-prev {
  width: 44px;
  height: 84px;
  padding: 2px;
  top: 0;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  /* reset */
}

.bl_topMainSliderSwiperNPwrapper .swiper-button-next:focus-visible,
.bl_topMainSliderSwiperNPwrapper .swiper-button-prev:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

@media only screen and (max-width: 567px) {
  .bl_topMainSliderSwiperNPwrapper .swiper-button-next,
  .bl_topMainSliderSwiperNPwrapper .swiper-button-prev {
    width: 34px;
    height: 44px;
    bottom: 35px;
  }
}

.bl_topMainSliderSwiperNPwrapper .swiper-button-next > span,
.bl_topMainSliderSwiperNPwrapper .swiper-button-prev > span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #00ac4d;
  color: transparent;
  overflow: hidden;
  position: relative;
  transition: 0.3s ease background-color;
}

.bl_topMainSliderSwiperNPwrapper .swiper-button-next > span::after,
.bl_topMainSliderSwiperNPwrapper .swiper-button-prev > span::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(25%) rotate(-45deg);
  transition: 0.3s ease transform;
}

.bl_topMainSliderSwiperNPwrapper .swiper-button-next > span:hover,
.bl_topMainSliderSwiperNPwrapper .swiper-button-prev > span:hover {
  background-color: #009d46;
}

.bl_topMainSliderSwiperNPwrapper .swiper-button-next > span:hover::after,
.bl_topMainSliderSwiperNPwrapper .swiper-button-prev > span:hover::after {
  transform: translateX(-5%) rotate(-45deg);
}

.bl_topMainSliderSwiperNPwrapper .swiper-button-next::after,
.bl_topMainSliderSwiperNPwrapper .swiper-button-prev::after {
  display: none;
}

.bl_topMainSliderSwiperNPwrapper .swiper-button-prev {
  left: -760px;
}

@media (max-width: 1010px) {
  .bl_topMainSliderSwiperNPwrapper .swiper-button-prev {
    left: 20px;
    right: auto;
  }
}

@media only screen and (max-width: 567px) {
  .bl_topMainSliderSwiperNPwrapper .swiper-button-prev {
    left: -2px;
  }
}

.bl_topMainSliderSwiperNPwrapper .swiper-button-next {
  transform: rotate(180deg);
  right: -760px;
}

@media (max-width: 1010px) {
  .bl_topMainSliderSwiperNPwrapper .swiper-button-next {
    left: auto;
    right: 20px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_topMainSliderSwiperNPwrapper .swiper-button-next {
    right: -2px;
  }
}

.mvOnlyOne .bl_topMainSliderSwiperNPwrapper {
  display: none;
}

/**********************************************************************************************
コンテンツ
**********************************************************************************************/
.bl_topContentsWrapper > section {
  margin-top: 180px;
}
/* .bl_topContentsWrapper > section:first-of-type {
  margin-top: 90px;
} */
.bl_topContentsWrapper > section:last-of-type {
  margin-bottom: 90px;
}

@media only screen and (max-width: 567px) {
  .bl_topContentsWrapper > section {
    margin-top: 120px;
  }
  .bl_topContentsWrapper > section:last-of-type {
    margin-bottom: 60px;
  }
}

/**********************************************************************************************
見出し
**********************************************************************************************/
.bl_topHeaderOuter {
  margin-top: 240px;
}
@media only screen and (max-width: 567px) {
  .bl_topHeaderOuter {
    margin-top: 60px;
  }
}
.ly_wrapper .ly_innerL:first-of-type .bl_topHeaderOuter {
  margin-top: 120px;
}
@media only screen and (max-width: 567px) {
  .ly_wrapper .ly_innerL:first-of-type .bl_topHeaderOuter {
    margin-top: 60px;
  }
}
.bl_topHeader {
  display: flex;
  flex-direction: column;
  gap: 70px;
  text-align: center;
  margin-bottom: 40px;
}
.el_topHeaderImage { position: relative; }
.el_topHeaderImage::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #00A040;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: auto;
}
.el_topHeaderImage img { margin: 0 auto; }

.el_topHeaderLead { /* 2025.01 add */
  text-align: center;
  margin: 45px auto;
}

@media only screen and (max-width: 567px) {
  .bl_topHeader { gap: 50px; }
  .el_topHeaderImage { height: 10vw; }
  .el_topHeaderImage::after {
    width: 40px;
    height: 2px;
    bottom: -25px;
  }

  .el_topHeaderImage img { height: 100%; }
  .el_topHeaderLead { margin: 25px auto 45px; }
}


/**********************************************************************************************
新着情報
**********************************************************************************************/
/* .bl_topNewsOuter {
  margin-top: 60px;
} */

.bl_topNewsWrapper {
  width: calc(100% - 40px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

@media only screen and (max-width: 567px) {
  .bl_topNewsWrapper {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}

.bl_topNewsListWrapper {
  width: calc(100% - 280px);
}

@media only screen and (max-width: 819px) {
  .bl_topNewsListWrapper {
    width: calc(100% - 160px);
  }
}

@media only screen and (max-width: 567px) {
  .bl_topNewsListWrapper {
    width: 100%;
    margin-top: 40px;
  }
}

.bl_topNewsMoreWrapper {
  width: 280px;
  padding-top: 80px;
}

@media only screen and (max-width: 819px) {
  .bl_topNewsMoreWrapper {
    width: 160px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_topNewsMoreWrapper {
    width: max-content;
    padding-top: 40px;
  }
}

.bl_topNewsList {
  width: 100%;
  border-top: 1px solid #dadada;
  overflow: hidden;
  transition-duration: 0.2s;
  transition-property: opacity;
}

.bl_topNewsList.loading {
  opacity: 0.3;
}

.bl_topNewsListItem {
  width: 100%;
  display: block;
  border-bottom: 1px solid #dadada;
}

.bl_topNewsListItemLink {
  width: 100%;
  display: block;
  text-decoration: none;
  padding-top: 19px;
  padding-bottom: 16px;
  padding-left: 11px;
  padding-right: 25px;
  position: relative;
}

.bl_topNewsListItemLink:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

@media only screen and (max-width: 567px) {
  .bl_topNewsListItemLink {
    overflow: hidden;
    padding-left: 0;
  }
}

.bl_topNewsListItemLink::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 11px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 2px solid #dadada;
  border-bottom: 2px solid #dadada;
  transform: rotate(-135deg);
  transition-duration: 0.3s;
}

.bl_topNewsListItemLink:hover::after, .bl_topNewsListItemLink:focus::after {
  right: 6px;
  border-color: #bbbbbb;
}

.bl_topNewsListItemLink[target="_blank"] {
  position: relative;
}

.bl_topNewsListItemLink[target="_blank"]::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23dadada%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.bl_topNewsListItemLink[target="_blank"]::after {
  display: inline-block;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 10px;
  border: none;
  transform: none;
}

.bl_topNewsListItemLink[target="_blank"]:hover, .bl_topNewsListItemLink[target="_blank"]:focus {
  position: relative;
}

.bl_topNewsListItemLink[target="_blank"]:hover::after, .bl_topNewsListItemLink[target="_blank"]:focus::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23bbbbbb%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.bl_topNewsListItemSubWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media only screen and (max-width: 567px) {
  .bl_topNewsListItemSubWrapper {
    flex-wrap: wrap;
  }
}

.bl_topNewsListItemSubWrapper .date {
  display: inline-block;
  min-width: 9rem;
  color: #333;
  font-size: 0.875rem;
}

@media only screen and (max-width: 567px) {
  .bl_topNewsListItemSubWrapper .date {
    width: 100%;
    margin-bottom: 10px;
  }
}

.bl_topNewsListItemSubWrapper .company {
  display: inline-block;
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
  font-size: 0.875rem;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 567px) {
  .bl_topNewsListItemSubWrapper .company {
    margin-bottom: 5px;
  }
}

.bl_topNewsListItemSubWrapper .company.xst {
  background-color: #00ac4d;
  border-color: #00ac4d;
}

.bl_topNewsListItemSubWrapper .company.wtb {
  background-color: #00abc5;
  border-color: #00abc5;
}

.bl_topNewsListItemSubWrapper .company.ret {
  background-color: #8fb73e;
  border-color: #8fb73e;
}

.bl_topNewsListItemSubWrapper .company.fds {
  background-color: #f1ad41;
  border-color: #f1ad41;
}

.bl_topNewsListItemSubWrapper .company.dev {
  background-color: #d91c4d;
  border-color: #d91c4d;
}

.bl_topNewsListItemSubWrapper .category {
  display: inline-block;
  color: #333;
  border: 1px solid #666;
  font-size: 0.875rem;
  padding-left: 19px;
  padding-right: 19px;
  background-color: #fff;
}

@media only screen and (max-width: 567px) {
  .bl_topNewsListItemSubWrapper .category {
    margin-bottom: 5px;
  }
}

.el_topNewsListItemText {
  font-size: 1rem;
  margin-top: 12px;
  color: #333;
}

.bl_topNewsListItemLink:hover .el_topNewsListItemText,
.bl_topNewsListItemLink:focus .el_topNewsListItemText {
  color: #d13d3d;
}

.bl_topNewsListItemLink[href$=".pdf"] .el_topNewsListItemText {
  position: relative;
}

.bl_topNewsListItemLink[href$=".pdf"] .el_topNewsListItemText::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 14px;
  height: 15px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2014%2015%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23666666%3B%7D%20.st1%7Bfill%3A%23D13D3D%3B%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M10.581%2C1.005l2.414%2C2.44v10.55h-9.99V1.005H10.581%20M11%2C0H2v15h12V3.032L11%2C0L11%2C0z%22%2F%3E%3Crect%20y%3D%227%22%20class%3D%22st1%22%20width%3D%2210%22%20height%3D%225%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2214%2C5%209%2C5%209%2C0%2010%2C0%2010%2C4%2014%2C4%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 14px 15px;
  background-repeat: no-repeat;
}

.bl_topNewsListItemLink[href$=".pdf"] .el_topNewsListItemText::after {
  display: inline-block;
  bottom: 6px;
  margin-left: 0px;
  border: none;
  transform: none;
}

.el_topNewsMoreLink {
  display: inline-block;
  color: #333;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  padding-right: 25px;
  padding-bottom: 7px;
}

@media only screen and (max-width: 567px) {
  .el_topNewsMoreLink {
    display: block;
    width: auto;
    padding-bottom: 3px;
  }
}

.el_topNewsMoreLink::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #333;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 567px) {
  .el_topNewsMoreLink::before {
    transition: none;
  }
}

.el_topNewsMoreLink::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: 4px;
  top: 0;
  bottom: 10px;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}

@media only screen and (max-width: 567px) {
  .el_topNewsMoreLink::after {
    top: 0;
    bottom: 6px;
    right: 9px;
    margin-top: auto;
    margin-bottom: auto;
    transition: none;
  }
}

.el_topNewsMoreLink:hover::before, .el_topNewsMoreLink:focus::before {
  width: calc(100% + 10px);
}

@media only screen and (max-width: 567px) {
  .el_topNewsMoreLink:hover::before, .el_topNewsMoreLink:focus::before {
    width: 100%;
  }
}

.el_topNewsMoreLink:hover::after, .el_topNewsMoreLink:focus::after {
  right: -6px;
}

@media only screen and (max-width: 567px) {
  .el_topNewsMoreLink:hover::after, .el_topNewsMoreLink:focus::after {
    right: 9px;
  }
}

.el_topNewsMoreLink:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

/**********************************************************************************************
おすすめ情報
**********************************************************************************************/
/* .bl_topRecommendOuter {
  padding-top: 120px;
}

@media only screen and (max-width: 567px) {
  .bl_topRecommendOuter {
    padding-top: 80px;
  }
}

@media print {
  .bl_topRecommendOuter {
    padding-top: 50px;
  }
} */

.bl_topRecommendWrapper {
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 567px) {
  .bl_topRecommendWrapper {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
}

.bl_topRecommendSwiperWrapper {
  max-width: 81.36%;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media only screen and (max-width: 567px) {
  .bl_topRecommendSwiperWrapper {
    max-width: none;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}

.bl_topRecommendSwiperList {
  padding: 10px;
}

@media only screen and (max-width: 567px) {
  .bl_topRecommendSwiperList {
    margin-top: -10px;
  }
}

.bl_topRecommendSwiperListItem {
  transition-duration: 0.3s;
}

.bl_topRecommendSwiperListItem:hover {
  transform: scale(1.04);
}

.bl_topRecommendSwiperListItemLink:hover, .bl_topRecommendSwiperListItemLink:focus {
  margin-top: -5px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}

.bl_topRecommendSwiperListItemLink:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

.bl_topRecommendSwiperListItemLink:focus-visible {
  outline: none;
}

.bl_topRecommendSwiperListItemLink:focus-visible > img {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

.bl_topRecommendSwiperNavigationWrapper {
  position: absolute;
  width: calc(81.03% - 20px);
  height: 15px;
  top: calc(100% + 10px);
  left: 0;
  text-align: center;
}

@media only screen and (max-width: 567px) {
  .bl_topRecommendSwiperNavigationWrapper {
    width: 100%;
  }
}

.bl_topRecommendSwiperNavigationWrapper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: none;
  background-color: #bfdcae;
  border-radius: 0;
  opacity: 1;
  margin-right: 10px;
}

.bl_topRecommendSwiperNavigationWrapper .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.bl_topRecommendSwiperNavigationWrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00ac4d;
}

.bl_topRecommendSwiperNavigationWrapper .swiper-pagination-bullet:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

.bl_topRecommendSwiperNPwrapper {
  width: calc(100% - 77.97% - 40px);
  margin-left: 20px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

@media only screen and (max-width: 567px) {
  .bl_topRecommendSwiperNPwrapper {
    width: 100%;
    justify-content: flex-end;
    padding-right: 40px;
    margin-bottom: 0;
  }
}

.bl_topRecommendSwiperNPwrapper .swiper-button-prev {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  color: transparent;
  background-color: #00ac4d;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.bl_topRecommendSwiperNPwrapper .swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 13px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}

.bl_topRecommendSwiperNPwrapper .swiper-button-prev:hover, .bl_topRecommendSwiperNPwrapper .swiper-button-prev:focus {
  background-color: #009d46;
}

.bl_topRecommendSwiperNPwrapper .swiper-button-prev:hover::after, .bl_topRecommendSwiperNPwrapper .swiper-button-prev:focus::after {
  right: 17px;
}

.bl_topRecommendSwiperNPwrapper .swiper-button-prev:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

.bl_topRecommendSwiperNPwrapper .swiper-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  color: transparent;
  background-color: #348354;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.bl_topRecommendSwiperNPwrapper .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 13px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-135deg);
  transition-duration: 0.3s;
}

.bl_topRecommendSwiperNPwrapper .swiper-button-next:hover, .bl_topRecommendSwiperNPwrapper .swiper-button-next:focus {
  background-color: #30784d;
}

.bl_topRecommendSwiperNPwrapper .swiper-button-next:hover::after, .bl_topRecommendSwiperNPwrapper .swiper-button-next:focus::after {
  left: 17px;
}

.bl_topRecommendSwiperNPwrapper .swiper-button-next:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

.el_topRecommendBg {
  position: absolute;
  width: 100%;
  height: 365px;
  background-color: rgba(241, 241, 232, 0.5);
  transform: skewY(15deg);
  transition-duration: 1.4s;
  z-index: -1;
  margin-top: -350px;
}

/**********************************************************************************************
サブおすすめ情報
**********************************************************************************************/
.bl_topSubRecommendOuter {
  margin-top: 150px;
  padding-top: 70px;
  padding-bottom: 20px;
  background-color: rgba(241, 241, 232, 0.5);
}

@media only screen and (max-width: 567px) {
  .bl_topSubRecommendOuter {
    margin-top: 75px;
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media print {
  .bl_topSubRecommendOuter {
    padding-top: 50px;
  }
}

.bl_topSubRecommendWrapper {
  max-width: 1220px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
}

.bl_topSubRecommendSwiperWrapper {
  width: 100%;
}

@media only screen and (max-width: 567px) {
  .bl_topSubRecommendSwiperWrapper {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.bl_topSubRecommendSwiperWrapper .swiper-container {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 1200px) {
  .bl_topSubRecommendSwiperWrapper .swiper-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 567px) {
  .bl_topSubRecommendSwiperWrapper .swiper-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.bl_topSubRecommendSwiperWrapper .swiper-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1200px) {
  .bl_topSubRecommendSwiperWrapper .swiper-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 567px) {
  .bl_topSubRecommendSwiperWrapper .swiper-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .bl_topSubRecommendSwiperWrapper .swiper-slide {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 567px) {
  .bl_topSubRecommendSwiperWrapper .swiper-slide {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.bl_topSubRecommendSwiperList {
  padding: 10px;
}

@media only screen and (max-width: 567px) {
  .bl_topSubRecommendSwiperList {
    margin-top: -10px;
  }
}

.bl_topSubRecommendSwiperListItem {
  transition-duration: 0.3s;
}

.bl_topSubRecommendSwiperListItem:hover {
  transform: scale(1.04);
}

.bl_topSubRecommendSwiperListItemLink:focus {
  outline: none;
}

.bl_topSubRecommendSwiperListItemLink:focus > img {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}

.bl_topSubRecommendSwiperListItemLink:focus-visible > img {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

.bl_topSubRecommendSwiperListItemLink img {
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}

@media only screen and (max-width: 567px) {
  .bl_topSubRecommendSwiperListItemLink img {
    max-width: none;
    width: 100%;
    height: auto;
  }
}

.bl_topSubRecommendSwiperNavigationWrapper {
  width: calc(100% - 170px);
  height: 15px;
  margin-top: 23px;
  text-align: center;
}

@media only screen and (max-width: 567px) {
  .bl_topSubRecommendSwiperNavigationWrapper {
    width: 100%;
    margin-top: 5px;
  }
}

.bl_topSubRecommendSwiperNavigationWrapper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: none;
  background-color: #bfdcae;
  border-radius: 0;
  opacity: 1;
  margin-right: 10px;
}

.bl_topSubRecommendSwiperNavigationWrapper .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}

.bl_topSubRecommendSwiperNavigationWrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00ac4d;
}

.bl_topSubRecommendSwiperNavigationWrapper .swiper-pagination-bullet:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

.bl_topSubRecommendSwiperNPwrapper {
  margin-left: 20px;
  margin-right: 30px;
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .bl_topSubRecommendSwiperNPwrapper {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_topSubRecommendSwiperNPwrapper {
    width: 100%;
    justify-content: flex-end;
    margin-right: 5px;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }
}

.bl_topSubRecommendSwiperNPwrapper .swiper-button-prev {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  color: transparent;
  background-color: #00ac4d;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.bl_topSubRecommendSwiperNPwrapper .swiper-button-prev::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  right: 13px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition-duration: 0.3s;
}

.bl_topSubRecommendSwiperNPwrapper .swiper-button-prev:hover, .bl_topSubRecommendSwiperNPwrapper .swiper-button-prev:focus {
  background-color: #009d46;
}

.bl_topSubRecommendSwiperNPwrapper .swiper-button-prev:hover::after, .bl_topSubRecommendSwiperNPwrapper .swiper-button-prev:focus::after {
  right: 17px;
}

.bl_topSubRecommendSwiperNPwrapper .swiper-button-prev:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

.bl_topSubRecommendSwiperNPwrapper .swiper-button-next {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  color: transparent;
  background-color: #348354;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.bl_topSubRecommendSwiperNPwrapper .swiper-button-next::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 13px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-135deg);
  transition-duration: 0.3s;
}

.bl_topSubRecommendSwiperNPwrapper .swiper-button-next:hover, .bl_topSubRecommendSwiperNPwrapper .swiper-button-next:focus {
  background-color: #30784d;
}

.bl_topSubRecommendSwiperNPwrapper .swiper-button-next:hover::after, .bl_topSubRecommendSwiperNPwrapper .swiper-button-next:focus::after {
  left: 17px;
}

.bl_topSubRecommendSwiperNPwrapper .swiper-button-next:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

.bl_topSubRecommendSwiperNPwrapper .swiper-button-stop {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  color: transparent;
  background-color: #165d32;
  transition-duration: 0.3s;
  transition-property: background-color;
}

.bl_topSubRecommendSwiperNPwrapper .swiper-button-stop::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 15px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

.bl_topSubRecommendSwiperNPwrapper .swiper-button-stop.active::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: none;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ffffff;
}

.bl_topSubRecommendSwiperNPwrapper .swiper-button-stop:hover, .bl_topSubRecommendSwiperNPwrapper .swiper-button-stop:focus {
  background-color: #13512b;
}

.bl_topSubRecommendSwiperNPwrapper .swiper-button-stop:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

/**********************************************************************************************
店舗情報
**********************************************************************************************/
/* 25.01 削除 */
/* .bl_topBrandOuter {
  padding-top: 132px;
}

@media only screen and (max-width: 567px) {
  .bl_topBrandOuter {
    padding-top: 100px;
  }
}

@media print {
  .bl_topBrandOuter {
    padding-top: 60px;
  }
}

.bl_topBrandWrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media only screen and (max-width: 567px) {
  .bl_topBrandWrapper {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
} */

.bl_topBrandListWrapper {
  width: calc(100% - 280px);
}

@media only screen and (max-width: 567px) {
  .bl_topBrandListWrapper {
    width: 100%;
  }
}

.bl_topBrandMoreWrapper {
  width: 240px;
}

@media only screen and (max-width: 567px) {
  .bl_topBrandMoreWrapper {
    width: 100%;
  }
}

.bl_topBrandList {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; */

  /* 2025.01 修正 */
  max-width: 1125px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 30px 35px;
}

/* 25.01 追加 */
@media only screen and (max-width: 567px) {
  .bl_topBrandList {
    grid-template-columns: 1fr 1fr;
    gap: 15px 13px;
  }
}

/* 25.01 削除 */
/*
@media only screen and (max-width: 567px) {
  .bl_topBrandList {
    margin-top: 60px;
    justify-content: space-between;
  }
}

.bl_topBrandListItem {
  width: 23.37%;
  max-width: 215px;
  height: 120px;
  margin-right: 2.173%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 567px) {
  .bl_topBrandListItem {
    width: 47%;
    max-width: none;
    margin-right: 0;
  }
}

.bl_topBrandListItem:nth-of-type(4n) {
  margin-right: 0;
}

.bl_topBrandListItem:nth-child(4n+1):nth-last-child(-n+4),
.bl_topBrandListItem:nth-child(4n+1):nth-last-child(-n+4) ~ li {
  margin-bottom: 0;
}

@media only screen and (max-width: 567px) {
  .bl_topBrandListItem:nth-child(4n+1):nth-last-child(-n+4),
  .bl_topBrandListItem:nth-child(4n+1):nth-last-child(-n+4) ~ li {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_topBrandListItem:last-child, .bl_topBrandListItem:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0 !important;
  }
} */

.bl_topBrandListItemLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 165px; /* 2025.01 追記 */
  background-color: #fff;
  margin-top: 0;
  padding: 10px; /* 2025.01 追記 */
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
  transition-property: margin,box-shadow;
}

/* 25.01 追加 */
@media only screen and (max-width: 567px) {
  .bl_topBrandListItemLink {
    min-height: inherit;
    padding: 20px 10px;
  }
}

.bl_topBrandListItemLink:hover, .bl_topBrandListItemLink:focus {
  margin-top: -5px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}

.bl_topBrandListItemLink:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

@media only screen and (max-width: 567px) {
  .bl_topBrandMore {
    width: max-content;
  }
}

.el_topBrandMoreLink {
  display: inline-block;
  color: #333;
  font-size: 1rem;
  text-decoration: none;
  position: relative;
  padding-right: 25px;
  padding-bottom: 7px;
  margin-top: 80px;
}

@media only screen and (max-width: 567px) {
  .el_topBrandMoreLink {
    display: block;
    width: 100%;
    padding-bottom: 3px;
    margin-top: 40px;
  }
}

.el_topBrandMoreLink::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #333;
  transition-duration: 0.3s;
}

@media only screen and (max-width: 567px) {
  .el_topBrandMoreLink::before {
    transition: none;
  }
}

.el_topBrandMoreLink::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  right: 4px;
  top: 0;
  bottom: 10px;
  margin-top: auto;
  margin-bottom: auto;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  transition-duration: 0.3s;
}

@media only screen and (max-width: 567px) {
  .el_topBrandMoreLink::after {
    top: 0;
    bottom: 6px;
    right: 9px;
    margin-top: auto;
    margin-bottom: auto;
    transition: none;
  }
}

.el_topBrandMoreLink:hover::before, .el_topBrandMoreLink:focus::before {
  width: calc(100% + 10px);
}

@media only screen and (max-width: 567px) {
  .el_topBrandMoreLink:hover::before, .el_topBrandMoreLink:focus::before {
    width: 100%;
  }
}

.el_topBrandMoreLink:hover::after, .el_topBrandMoreLink:focus::after {
  right: -6px;
}

@media only screen and (max-width: 567px) {
  .el_topBrandMoreLink:hover::after, .el_topBrandMoreLink:focus::after {
    right: 9px;
  }
}

.el_topBrandMoreLink:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

.bl_topBrandMoreSearchOuter {
  margin-top: 84px;
}

@media only screen and (max-width: 567px) {
  .bl_topBrandMoreSearchOuter {
    margin-top: 40px;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #f4f4ed;
  }
}

.bl_topBrandMoreSearchTitle {
  font-weight: bold;
  font-size: 1.125rem;
}

.bl_topBrandMoreSearchWrapper {
  width: 100%;
  margin-top: 8px;
}

.bl_topBrandMoreSearchInputWrapper {
  width: 100%;
}

.bl_topBrandMoreSearchInput {
  width: 100%;
  padding: 5px 5px 5px 34px;
  border: 1px solid #a4a4a4;
  border-radius: 3px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1) inset;
  background: url(/common/image/base/icon_form_search.svg) no-repeat left 11px center;
  background-size: 16px 16px;
  background-color: #fff;
}

.bl_topBrandMoreSearchInput::placeholder {
  color: #999;
}

.bl_topBrandMoreSearchInput:focus::placeholder {
  color: transparent;
}

.bl_topBrandMoreSearchInput:focus::-webkit-input-placeholder {
  color: transparent;
}

.bl_topBrandMoreSearchInput:focus::-moz-placeholder {
  color: transparent;
}

.bl_topBrandMoreSearchInput:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

.bl_topBrandMoreSearchSubmitWrapper {
  width: 100%;
}

.bl_topBrandMoreSearchSubmitBtnWrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  height: 40px;
  background-color: #1b1c25;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.bl_topBrandMoreSearchSubmitBtnWrapper::before {
  position: absolute;
  content: "";
  z-index: 0;
  width: 140%;
  height: 100%;
  background: #00ac4d;
  top: 0;
  right: 120%;
  transform: skewX(-20deg);
  transition-duration: 0.3s;
}

@media only screen and (max-width: 567px) {
  .bl_topBrandMoreSearchSubmitBtnWrapper::before {
    display: none;
  }
}

.bl_topBrandMoreSearchSubmitBtnWrapper:hover::before {
  right: -20%;
}

.bl_topBrandMoreSearchSubmitBtn {
  width: 100%;
  height: 100%;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  border: none;
  letter-spacing: 1em;
  padding: 0;
  padding-left: 1em;
  background: none;
  z-index: 1;
  cursor: pointer;
}

.bl_topBrandMoreSearchSubmitBtn:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #ff0;
  outline-offset: -2px;
}

.bl_topBrandMoreSearchSubmitBtn:focus {
  background-color: #00ac4d;
}

.el_topBrandBg {
  position: absolute;
  width: 100%;
  height: 550px;
  background-color: rgba(191, 220, 174, 0.2);
  transform: skewY(-15deg);
  transition-duration: 1.4s;
  z-index: -1;
  margin-top: -650px;
}

/**********************************************************************************************
オンラインショップ
**********************************************************************************************/
.el_shopBrandTitle {
  font-size: 1.75rem;
  text-align: center;
  margin-top: 73px;
}

@media only screen and (max-width: 567px) {
  .el_shopBrandTitle {
    margin-top: 60px;
  }
}

.bl_shopBrandList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 27px;
}

@media only screen and (max-width: 567px) {
  .bl_shopBrandList {
    justify-content: space-between;
  }
}

.bl_shopBrandListItem {
  width: 18.53%;
  height: 120px;
  margin-right: 1.72%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 567px) {
  .bl_shopBrandListItem {
    width: 48%;
    margin-right: 0;
  }
}

.bl_shopBrandListItem:last-of-type {
  margin-right: 0;
}

.bl_shopBrandListItem:nth-of-type(5n) {
  margin-right: 0;
}

.bl_shopBrandListItem:nth-child(5n+1):nth-last-child(-n+5),
.bl_shopBrandListItem:nth-child(5n+1):nth-last-child(-n+5) ~ li {
  margin-bottom: 0;
}

@media only screen and (max-width: 567px) {
  .bl_shopBrandListItem:nth-child(5n+1):nth-last-child(-n+5),
  .bl_shopBrandListItem:nth-child(5n+1):nth-last-child(-n+5) ~ li {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 567px) {
  .bl_shopBrandListItem:last-child, .bl_shopBrandListItem:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0;
  }
}

.bl_shopBrandListItemLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin-top: 0;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
  transition-property: margin,box-shadow;
}

.bl_shopBrandListItemLink:hover, .bl_shopBrandListItemLink:focus {
  margin-top: -5px;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
}

.bl_shopBrandListItemLink:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

.el_shopBrandListItemLinkImage {
  max-width: 200px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 567px) {
  .el_shopBrandListItemLinkImage {
    max-width: 90%;
    height: auto;
  }
}

/**********************************************************************************************
SNS
**********************************************************************************************/
.bl_topSnsOuter {
  padding-top: 120px;
}

@media only screen and (max-width: 567px) {
  .bl_topSnsOuter {
    padding-top: 80px;
  }
}

@media print {
  .bl_topSnsOuter {
    padding-top: 80px;
  }
}

.bl_topSnsWrapper {
  max-width: 940px;
  width: 100%;
}

.bl_topSnsInner {
  margin-top: 30px;
}

@media only screen and (max-width: 567px) {
  .bl_topSnsInner {
    margin-top: 20px;
  }
}

.bl_topSnsInner:first-child {
  margin-top: 0;
}

.bl_topSnsTitleWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}

.el_topSnsTitleText {
  font-size: 2.125rem;
}

.bl_topSnsList {
  margin-top: 22px;
  padding-left: 18px;
}

.bl_topSnsListItem {
  display: inline-block;
  margin-right: 60px;
  margin-bottom: 29px;
}

@media only screen and (max-width: 567px) {
  .bl_topSnsListItem {
    margin-right: 2em;
    margin-bottom: 1em;
  }
}

.bl_topSnsListItemLink {
  color: #333;
  font-size: 0.875rem;
  padding-right: 23px;
}

.bl_topSnsListItemLink[target="_blank"] {
  position: relative;
}

.bl_topSnsListItemLink[target="_blank"]::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23dadada%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.bl_topSnsListItemLink[target="_blank"]::after {
  display: inline-block;
  top: 0;
  bottom: 0;
  margin-top: auto;
  /* margin-bottom: auto; */
  margin-left: 10px;
  transition-duration: 0.3s;
}

.bl_topSnsListItemLink[target="_blank"]:hover {
  position: relative;
}

.bl_topSnsListItemLink[target="_blank"]:hover::after {
  box-sizing: border-box;
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2012%2012%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%20.st0%7Bfill%3A%23d13d3d%3B%7D%3C%2Fstyle%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%2211%2C11%201%2C11%201%2C1%202%2C1%202%2C0%200%2C0%200%2C12%2012%2C12%2012%2C10%2011%2C10%20%22%2F%3E%3Cpolygon%20class%3D%22st0%22%20points%3D%225%2C0%205%2C1%2010.293%2C1%205%2C6.293%205.707%2C7%2011%2C1.707%2011%2C7%2012%2C7%2012%2C0%20%22%2F%3E%3C%2Fsvg%3E");
  background-size: 12px 12px;
  background-repeat: no-repeat;
}

.bl_topSnsListItemLink[target="_blank"]:hover::after {
  display: inline-block;
  top: 0;
  bottom: 0;
  margin-top: auto;
  /* margin-bottom: auto; */
  margin-left: 14px;
}

.bl_topSnsListItemLink:hover, .bl_topSnsListItemLink:focus {
  color: #d13d3d;
}

.bl_topSnsListItemLink:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

.el_topSnsListItemLinkSnsIcon {
  display: inline;
  vertical-align: middle;
  margin-right: 8px;
}

/**********************************************************************************************
フッター前ボタン
**********************************************************************************************/
.bl_topInfoBtnOuter {
  width: 100%;
  margin-top: 201px;
  margin-bottom: 170px;
  background-color: #d6e6dd;
}

@media only screen and (max-width: 567px) {
  .bl_topInfoBtnOuter {
    margin-top: 160px;
  }
}

@media print {
  .bl_topInfoBtnOuter {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}

.un_topInfoBtnHight100 {
  height: 100%;
}

.bl_topInfoBtnWrapper {
  height: 400px;
  background: url(/common/image/top/infobtnbg.jpg) no-repeat top center;
  background-size: 1240px 400px;
}

@media (max-width: 1240px) {
  .bl_topInfoBtnWrapper {
    height: 32.258vw;
    background-size: cover;
  }
}

@media only screen and (max-width: 567px) {
  .bl_topInfoBtnWrapper {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background: none;
  }
}

@media print {
  .bl_topInfoBtnWrapper {
    background-attachment: scroll;
  }
}

.bl_topInfoBtnList {
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  bottom: -50px;
}

@media only screen and (max-width: 567px) {
  .bl_topInfoBtnList {
    flex-wrap: wrap;
    bottom: 0;
  }
}

.bl_topInfoBtnListItem {
  max-width: 360px;
  width: 31.03%;
}

@media only screen and (max-width: 567px) {
  .bl_topInfoBtnListItem {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.bl_topInfoBtnListItem:last-of-type {
  margin-bottom: 0;
}

.bl_topInfoBtnListItemLink {
  width: 100%;
  display: block;
  padding: 60px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  color: #333;
  text-decoration: none;
  position: relative;
  transition-duration: 0.3s;
  transition-property: background-color;
}

@media only screen and (max-width: 567px) {
  .bl_topInfoBtnListItemLink {
    padding: 15px;
  }
}

.bl_topInfoBtnListItemLink::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  right: 24px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-left: 4px solid #333;
  border-bottom: 4px solid #333;
  transform: rotate(-135deg);
  transition-duration: 0.3s;
}

.bl_topInfoBtnListItemLink:hover, .bl_topInfoBtnListItemLink:focus {
  background-color: rgba(255, 255, 255, 0.8);
}

.bl_topInfoBtnListItemLink:hover::after, .bl_topInfoBtnListItemLink:focus::after {
  right: 15px;
}

.bl_topInfoBtnListItemLink:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

.el_topInfoBtnListItemLinkImage {
  display: block;
}

.el_topInfoBtnListItemLinkText {
  display: block;
  font-size: 1.125rem;
  margin-top: 13px;
  font-weight: bold;
}






/**********************************************************************************************
2025.01 add
Corporation 会社情報一覧
**********************************************************************************************/
.bl_topCorporationList {
  max-width: 1175px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 25px;
}
.bl_topCorporationListItemLink {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.16);
  position: relative;
  overflow: clip;
  color: inherit;
  transition: .3s ease opacity;
}
.bl_topCorporationListItemLink:hover {
  opacity: .7;
}
.bl_topCorporationListItemLink:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: 0;
}
.bl_topCorporationListItemText {
  display: grid;
  place-items: center flex-start;
  width: 100%;
  min-height: 70px;
  padding: 10px 70px 10px 40px;
  background: rgba(255, 255, 255, 0.9);
  font-size: 1.5em;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: 0;
}
.bl_topCorporationListItemText::after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 3px solid #00A040;
  border-right: 3px solid #00A040;
  position: absolute;
  right: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.bl_topCorporationListItemLinkImage {
  height: 100%;
  max-height: 257px;
}
.bl_topCorporationListItemLinkImage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 567px) {
  .bl_topCorporationList {
    grid-template-columns: 1fr;
  }
  .bl_topCorporationListItemText {
    min-height: auto;
    padding: 17px min(50px, 10vw) 17px min(30px, 5vw);
    font-size: clamp(1rem, 0.268rem + 3.13vw, 1.375rem);
  }
  .bl_topCorporationListItemText::after {
    width: min(20px, 4vw);
    height: min(20px, 4vw);
    right: min(25px, 4vw);
  }
  .bl_topCorporationListItemLinkImage {
    min-height: 45vw;
  }
}

/**********************************************************************************************
2025.01 add
Movie 公式チャンネル
**********************************************************************************************/
.bl_topMovieSwiperListItem {
  width: 94% !important;
  max-width: 913px;
  height: auto;
}
.bl_topMovieSwiperListItem:not(.swiper-slide-active) { opacity: .4; }


.bl_topMovieSwiperListItemInner {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.bl_topMovieSwiperListItemInner iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100% !important;
  height: 100% !important;
}
.bl_topMovieSwiperNavigationWrapper {
  margin-top: 50px;
  height: 15px;
  text-align: center;
}
.bl_topMovieSwiperNavigationWrapper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: none;
  background-color: #bfdcae;
  border-radius: 0;
  opacity: 1;
  margin-right: 10px;
  vertical-align: top;
}
.bl_topMovieSwiperNavigationWrapper .swiper-pagination-bullet:last-of-type {
  margin-right: 0;
}
.bl_topMovieSwiperNavigationWrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00ac4d;
}
.bl_topMovieSwiperNavigationWrapper .swiper-pagination-bullet:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: -2px;
}

/* 前へ・次へ */
.bl_topMovieSwiperWrapper { position: relative; }
.bl_topMovieSwiperNPwrapper > .swiper-button-prev,
.bl_topMovieSwiperNPwrapper > .swiper-button-next {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0;
  background-color: #00A040;
  border-radius: 50%;
	text-indent: -100%;
	overflow: clip;
}
.bl_topMovieSwiperNPwrapper > .swiper-button-prev {
  left: 50%;
  transform: translate(calc(-50% - 456.5px), -50%);
}
.bl_topMovieSwiperNPwrapper > .swiper-button-next {
  right: 50%;
  transform: translate(calc(50% + 456.5px), -50%);
}
.bl_topMovieSwiperNPwrapper > .swiper-button-prev:focus-visible,
.bl_topMovieSwiperNPwrapper > .swiper-button-next:focus-visible {
  outline-style: solid;
  outline-width: 3px;
  outline-color: var(--color-black);
  outline-offset: 0;
}
.bl_topMovieSwiperNPwrapper > .swiper-button-prev::after,
.bl_topMovieSwiperNPwrapper > .swiper-button-next::after {
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 18px 32px 18px 0;
  border-color: transparent #FFFFFF transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 6px;
  margin: auto;
}
.bl_topMovieSwiperNPwrapper > .swiper-button-next::after {
  transform: rotate(180deg);
  right: 0;
  left: 6px;
}

/* コンテンツが1つしか無い場合 */
.bl_topMovieWrapper.movieOnlyOne .bl_topMovieSwiperList {
  justify-content: center;
}
.bl_topMovieWrapper.movieOnlyOne .bl_topMovieSwiperListItem { opacity: 1; }
.bl_topMovieWrapper.movieOnlyOne .bl_topMovieSwiperNPwrapper,
.bl_topMovieWrapper.movieOnlyOne .bl_topMovieSwiperNavigationWrapper {
  display: none;
}

/* コンテンツが無い場合 */
.bl_topMovieWrapper.movieNo {
  display: none;
}

@media only screen and (max-width: 993px) {

  .bl_topMovieSwiperNPwrapper > .swiper-button-prev {
    left: 0;
    transform: translateY(-50%);
  }
  .bl_topMovieSwiperNPwrapper > .swiper-button-next {
    right: 0;
    transform: translateY(-50%);
  }

  .bl_topMovieSwiperNavigationWrapper { margin-top: 23px; }

}
@media only screen and (max-width: 567px) {

  .bl_topMovieSwiperNPwrapper > .swiper-button-prev,
  .bl_topMovieSwiperNPwrapper > .swiper-button-next {
    width: 50px;
    height: 50px;
  }
  .bl_topMovieSwiperNPwrapper > .swiper-button-prev::after,
  .bl_topMovieSwiperNPwrapper > .swiper-button-next::after {
    border-width: 10px 22px 10px 0;
  }

  .bl_topMovieSwiperNavigationWrapper { margin-top: 17px; }

}



/**********************************************************************************************
2025.01 add
Business 事業内容
**********************************************************************************************/
.bl_topBusinessListItem {
  padding: 40px 30px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 6px 0px rgba(51, 51, 51, 0.16);
  position: relative;

  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
}
.bl_topBusinessListItem:not(:first-of-type) { margin-top: 30px; }
.bl_topBusinessListItemBody {
  flex-basis: 50%;
}
.bl_topBusinessListItemImage {
  flex-basis: calc(50% - 25px);
  border-radius: 5px;
  overflow: clip;
}
.bl_topBusinessListItemImage > img {
  width: 100%;
  height: auto;
}
.bl_topBusinessListItemName {
  margin-bottom: 20px;
  padding-bottom: .2em;
  font-size: 1.5em;
  font-weight: bold;
  color: var(--color-black);
  border-bottom: 3px solid var(--color-black);
}
.bl_topBusinessListItem.deve .bl_topBusinessListItemName { border-color: var(--color-dev); }
.bl_topBusinessListItem.foods .bl_topBusinessListItemName { border-color: var(--color-fds); }
.bl_topBusinessListItem.retail .bl_topBusinessListItemName { border-color: var(--color-ret); }
.bl_topBusinessListItem.water .bl_topBusinessListItemName { border-color: var(--color-wtb); }

.bl_topBusinessListItemLink {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr max-content;
  gap: 10px;
  width: 100%;
  max-width: 442px;
  min-height: 50px;
  margin-top: 40px;
  margin-left: auto;
  padding: 10px 30px 10px 20px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  background-color: #333;
  border-radius: 50vw;
  transition: .3s ease opacity;
  position: relative;
  overflow: clip;
}
.bl_topBusinessListItem.deve .bl_topBusinessListItemLink { background-color: var(--color-dev); }
.bl_topBusinessListItem.foods .bl_topBusinessListItemLink { background-color: var(--color-fds); }
.bl_topBusinessListItem.retail .bl_topBusinessListItemLink { background-color: var(--color-ret); }
.bl_topBusinessListItem.water .bl_topBusinessListItemLink { background-color: var(--color-wtb); }

.bl_topBusinessListItemLinkText { z-index: 1; }
.bl_topBusinessListItemLinkText > .hp_pcOnly { display: inline !important; }

.bl_topBusinessListItemLinkArrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  z-index: 1;
}
.bl_topBusinessListItemLink::before {
  position: absolute;
  content: "";
  z-index: 0;
  width: 140%;
  height: 100%;
  background-color: var(--color-black);
  top: 0;
  right: 120%;
  transform: skewX(-20deg);
  transition-duration: 0.3s;
}
.bl_topBusinessListItemLink:hover::before {
  right: -20%;
}
.bl_topBusinessListItemLink:focus-visible {
  outline-style: solid;
  outline-width: 2px;
  outline-color: var(--color-black);
  outline-offset: 0;
}


@media only screen and (max-width: 567px) {

  .bl_topBusinessListItem {
    padding: 15px 15px 30px;
    flex-direction: column-reverse;
  }
  .bl_topBusinessListItemBody {
    width: 94%;
    margin: 0 auto;
  }
  .bl_topBusinessListItemName {
    font-size: 1.25em;
    text-align: center;
  }
  .bl_topBusinessListItemText {
    font-size: clamp(0.875rem, 0.631rem + 1.04vw, 1rem);
    line-height: 1.8;
  }
  .bl_topBusinessListItemLink {
    width: 92%;
    margin-top: 25px;
    margin-right: auto;
    padding: 10px 18px 10px 22px;
    position: inherit;
    overflow: inherit;
  }
  .bl_topBusinessListItemLink::before {
    display: none;
  }

  /* SP時、リンク範囲を広げる */
  .bl_topBusinessListItemLink::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }

  .bl_topBusinessListItemLinkText > .hp_pcOnly { display: none !important; }


}