@charset "UTF-8";
main {
  margin-bottom: 120px;
}
@media screen and (max-width: 1000px) {
  main {
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 780px) {
  main {
    margin-bottom: 20vw;
  }
}

/** -- fv -- **/
.fv a:hover {
  opacity: 0.7;
}
.fv .sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .fv {
    margin: 0 -6vw;
  }
  .fv .pc {
    display: none;
  }
  .fv .sp {
    display: block;
  }
}

/* スライダー自体を中央寄せ＆はみ出しを隠す */
.top_slider .swiper {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.top_slider .swiper-slide {
  aspect-ratio: 16/9;
}
@media (max-width: 768px) {
  .top_slider .swiper-slide {
    aspect-ratio: 375/555;
  }
}
.top_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  left: 0;
  width: 100%;
  display: none;
}

/* 矢印の色と大きさ（SwiperのCSS変数） */
.top_slider .swiper {
  --swiper-navigation-color: #fff; /* 矢印色 */
  --swiper-navigation-size: 18px; /* 矢印アイコンサイズ */
  position: relative;
}

/* 丸い背景＋影 */
.top_slider .swiper-button-next,
.top_slider .swiper-button-prev {
  width: 48px;
  height: 48px;
  border-radius: 9999px;
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  backdrop-filter: saturate(140%) blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s;
  z-index: 5;
}
.top_slider .swiper-button-next:hover,
.top_slider .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.5);
  transform: scale(1.06);
}
.top_slider .swiper-button-next:active,
.top_slider .swiper-button-prev:active {
  transform: scale(0.98);
}

/* 位置（中央寄せの左右） */
.top_slider .swiper-button-prev {
  left: 12px;
}
.top_slider .swiper-button-next {
  right: 12px;
}

/* 小さめ端末で少し小型化 */
@media (max-width: 768px) {
  .top_slider .swiper-button-next,
  .top_slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .top_slider .swiper {
    --swiper-navigation-size: 16px;
  }
}
/* 既存の中央寄せ指定をSPだけ上書き */
@media (max-width: 768px) {
  /* セクションをビューポート幅に“はみ出させる”定番テク */
  .top_slider {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; /* 画面幅ぴったり */
  }
  .top_slider .swiper {
    max-width: none; /* PC時のmax-widthを無効化 */
    width: 100vw;
    margin: 0;
    --swiper-navigation-size: 24px; /* 矢印を少し小さめに（任意） */
    --swiper-navigation-color: #fff; /* 矢印色（任意） */
  }
  /* 高さの安定用に比率を決める。画像縦長なら 3/4 や 4/5 に調整 */
  .top_slider .swiper-slide {
    aspect-ratio: 375/555;
  }
  .top_slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  /* ナビ配置を内側に */
  .top_slider .swiper-button-prev {
    left: 8px;
  }
  .top_slider .swiper-button-next {
    right: 8px;
  }
  .top_slider .swiper-pagination {
    bottom: 8px !important;
  }
}

.swiper-horizontal > .swiper-pagination-bullets {
  left: auto;
  right: 0;
  width: auto;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.swiper-pagination-bullet {
  background: #bababa;
  opacity: 1;
  height: 10px;
  width: 10px;
}
.swiper-pagination-bullet-active {
  background: #006423;
}
@media screen and (max-width: 1000px) {
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.6vw;
  }
  .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
  }
}
@media screen and (max-width: 780px) {
  .swiper-horizontal > .swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    right: auto;
    width: 100%;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.2vw;
  }
  .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
  }
}

/** -- top_seasonal -- **/
.top_seasonal {
  margin-bottom: 60px;
  padding-left: 150px;
  position: relative;
}
.top_seasonal a:hover {
  opacity: 0.7;
}
.top_seasonal h2 {
  /* 	color: #74b567; */
  color: #cd5f38;
  font-family: "DINNextLTPro";
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 0.55;
  position: absolute;
  left: 0;
  top: 0;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 100%;
}
.top_seasonal .catch {
  font-size: 28.4px;
  letter-spacing: 2px;
  position: absolute;
  left: 70px;
  top: 0;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 100%;
}
.top_seasonal .catch span {
  letter-spacing: -8px;
}
.top_seasonal .month {
  position: absolute;
  bottom: 0px;
  left: 22px;
  height: 30px;
  scale: 5;
}
.top_seasonal .month img {
  height: 100%;
  width: auto;
}
.top_seasonal .text_box {
  margin-top: 20px;
  padding-right: 30px;
  position: relative;
}
.top_seasonal .limit {
  /* 	background-color: #74b567; */
  background-color: #cd5f38;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  letter-spacing: 6px;
  line-height: 30px;
  padding-top: 6px;
  position: absolute;
  bottom: 5px;
  right: 0;
  -moz-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  height: calc(100% - 10px);
  width: 30px;
}
.top_seasonal .text_box .box {
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
  width: 50%;
}
.top_seasonal h3 {
  /* 	color: #74b567; */
  color: #cd5f38;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.top_seasonal p.exp {
  font-size: 15px;
}
@media screen and (max-width: 1000px) {
  .top_seasonal {
    margin: 0 2vw;
    margin-bottom: 6vw;
    padding-left: 13vw;
  }
  .top_seasonal h2 {
    font-size: 5.6vw;
    letter-spacing: 0.2vw;
  }
  .top_seasonal .catch {
    font-size: 2.6vw;
    letter-spacing: 0.2vw;
    left: 6.4vw;
  }
  .top_seasonal .catch span {
    letter-spacing: -0.8vw;
  }
  .top_seasonal .month {
    bottom: 0.6vw;
    height: 2.7vw;
  }
  .top_seasonal .text_box {
    margin-top: 2vw;
    padding-right: 3vw;
  }
  .top_seasonal .limit {
    border-radius: 5px;
    font-size: 1.6vw;
    letter-spacing: 0.6vw;
    line-height: 3vw;
    padding-top: 0.5vw;
    bottom: 0.5vw;
    height: calc(100% - 1vw);
    width: 3vw;
  }
  .top_seasonal .text_box .box {
    padding-right: 2vw;
  }
  .top_seasonal h3 {
    font-size: 2vw;
    margin-bottom: 0.5vw;
  }
  .top_seasonal p.exp {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 780px) {
  .top_seasonal {
    margin: 0;
    padding-left: 10.5vw;
    padding-top: 36vw;
  }
  .top_seasonal figure {
    margin-right: -6vw;
  }
  .top_seasonal h2 {
    font-size: 16vw;
    letter-spacing: 0;
    line-height: 1;
    -moz-writing-mode: initial;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    height: auto;
    z-index: 1;
  }
  .top_seasonal .catch {
    font-size: 4.7vw;
    letter-spacing: 0.2vw;
    left: -1.6vw;
    top: 35.6vw;
    height: auto;
  }
  .top_seasonal .catch span {
    letter-spacing: -1.6vw;
  }
  .top_seasonal .month {
    bottom: auto;
    left: auto;
    right: 16.2vw;
    top: 20.6vw;
    height: 7.2vw;
  }
  .top_seasonal .text_box {
    margin: 0 -2vw;
    margin-top: 4vw;
    padding-right: 0;
    position: initial;
  }
  .top_seasonal .limit {
    font-size: 3.8vw;
    letter-spacing: 1.4vw;
    line-height: 7.1vw;
    padding-top: 1.4vw;
    bottom: auto;
    top: 0.6vw;
    height: 28vw;
    width: 7vw;
  }
  .top_seasonal .text_box .box {
    margin: 0 2vw;
    padding-right: 0;
    width: calc(50% - 4vw);
  }
  .top_seasonal h3 {
    /* 		font-size: 3.6vw; */
    font-size: 3.25vw;
    margin-bottom: 0.5vw;
  }
  .top_seasonal p.exp {
    font-size: 3vw;
  }
}
/** -- information -- **/
.infomation {
  margin: 100px 0 80px;
  text-align: center;
}
.infomation h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.infomation p {
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .infomation {
    margin: 10vw 4vw 8vw;
  }
  .infomation h3 {
    font-size: 1.6vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 780px) {
  .infomation {
    margin: 16vw 0;
  }
  .infomation h3 {
    font-size: 3.6vw;
    margin-bottom: 4vw;
  }
  .infomation p {
    font-size: 3.4vw;
  }
}
/** -- salad_menu -- **/
.salad_menu {
  margin-bottom: 80px;
  margin-top: 100px;
}
.salad_menu h2 {
  color: #006423;
  font-family: "DINNextLTPro";
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.salad_menu a.link {
  margin-top: 50px;
}
.salad_menu .inner {
  margin: 0 -30px;
  position: relative;
}
.salad_menu .inner a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.salad_menu .inner a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.salad_menu article {
  margin: 0 30px 50px;
  text-align: center;
  width: calc(33.3333% - 60px);
}
.salad_menu article:nth-last-child(1),
.salad_menu article:nth-last-child(2),
.salad_menu article:nth-last-child(3) {
  margin-bottom: 0;
}
.salad_menu article figure {
  margin-bottom: 20px;
  height: 300px;
}
.salad_menu article h3 {
  color: #006423;
  font-size: 18px;
}
.salad_menu article h3 span {
  display: inline-block;
  position: relative;
}
.salad_menu article h3 span small {
  font-size: 12px;
  position: absolute;
  left: 50%;
  top: -14px;
  text-align: center;
  transform: translateX(-50%);
  width: calc(100% + 40px);
}
.salad_menu article p.price {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
}
.salad_menu article p.price span {
  /*color: #006423;*/
}
.salad_menu .inner:hover + a.link::after {
  right: -10px;
}
@media screen and (max-width: 1100px) {
  .salad_menu article figure {
    height: 30vw;
  }
}
@media screen and (max-width: 1040px) {
  .salad_menu {
    margin: 0 4vw;
    margin-bottom: 8vw;
    margin-top: 10vw;
  }
  .salad_menu h2 {
    font-size: 2.8vw;
    letter-spacing: 0.1vw;
    margin-bottom: 3vw;
  }
  .salad_menu a.link {
    margin-top: 5vw;
  }
  .salad_menu .inner {
    margin: 0 -3vw;
  }
  .salad_menu article {
    margin: 0 3vw 5vw;
    width: calc(33.3333% - 6vw);
  }
  .salad_menu article figure {
    margin-bottom: 2vw;
    height: 30vw;
  }
  .salad_menu article h3 {
    font-size: 1.7vw;
  }
  .salad_menu article h3 span small {
    font-size: 1.1vw;
    top: -1.4vw;
    width: calc(100% + 4vw);
  }
  .salad_menu article p.price {
    font-size: 1.7vw;
  }
  .salad_menu .inner:hover + a.link::after {
    right: -1vw;
  }
}
@media screen and (max-width: 780px) {
  .salad_menu {
    margin: 0;
    margin-bottom: 16vw;
    margin-top: 20vw;
  }
  .salad_menu h2 {
    font-size: 4.5vw;
    letter-spacing: 0.2vw;
    margin-bottom: 5vw;
  }
  .salad_menu a.link {
    margin-top: 5vw;
  }
  .salad_menu .inner {
    margin: 0 -2vw;
  }
  .salad_menu article {
    margin: 0 2vw 4vw;
    width: calc(50% - 4vw);
  }
  .salad_menu article:nth-last-child(3) {
    margin-bottom: 4vw;
  }
  .salad_menu article figure {
    margin-bottom: 0;
    padding: 0 1.5vw;
    height: 42vw;
  }
  .salad_menu article:nth-child(4) figure,
  .salad_menu article:nth-child(5) figure {
    margin-bottom: 2vw;
  }
  .salad_menu article h3 {
    font-size: 3.6vw;
    line-height: 1.4;
  }
  .salad_menu article h3 span small {
    font-size: 2.6vw;
    top: -3vw;
    width: calc(100% + 8vw);
  }
  .salad_menu article p.price {
    font-size: 2.8vw;
    letter-spacing: -0.1vw;
    white-space: nowrap;
  }
}
/** -- news -- **/
.news {
  margin-bottom: 100px;
}
.news.sp_on {
  display: none;
}
.news h2 {
  color: #006423;
  font-family: "DINNextLTPro";
  font-size: 28px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.news .inner {
  margin-right: calc((1000px - 100vw) / 2);
  overflow: hidden;
  padding-bottom: 70px;
  position: relative;
  width: calc(100% + ((100vw - 1000px) / 2));
}
.news .swiper-button-next,
.news .swiper-button-prev {
  color: #000000;
  bottom: 0;
  top: auto;
  transform: translate(0, 0);
}
.news .swiper-button-next {
  left: 770px;
  right: auto;
}
.news .swiper-button-prev {
  left: 720px;
}
.news .swiper-button-next:after,
.news .swiper-button-prev:after {
  font-size: 16px;
}
.news article {
  position: relative;
}
.news article a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.news article a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.news article figure {
  margin-bottom: 15px;
}
.news article h3 {
  color: #006423;
  font-size: 16px;
  letter-spacing: -1px;
  margin-bottom: 5px;
}
.news article p {
  color: #868686;
  font-size: 12px;
}
.news article p span {
  border: solid 1px #868686;
  border-radius: 3px;
  font-size: 11px;
  margin-right: 10px;
  padding: 3px 5px;
}
.news a.link {
  margin-top: -32px;
}
@media screen and (max-width: 1040px) {
  .news {
    margin: 0 4vw;
    margin-bottom: 10vw;
  }
  .news h2 {
    font-size: 2.8vw;
    letter-spacing: 0.1vw;
    margin-bottom: 3vw;
  }
  .news .inner {
    padding-bottom: 7vw;
    width: calc(100% + 4vw);
  }
  .news .swiper-button-next {
    left: 70vw;
  }
  .news .swiper-button-prev {
    left: 65vw;
  }
  .news .swiper-button-next:after,
  .news .swiper-button-prev:after {
    font-size: 1.6vw;
  }
  .news article figure {
    margin-bottom: 1.5vw;
  }
  .news article h3 {
    font-size: 1.5vw;
    letter-spacing: -0.1vw;
    margin-bottom: 0.5vw;
  }
  .news article p {
    font-size: 1.2vw;
  }
  .news article p span {
    border-radius: 0.3vw;
    font-size: 1vw;
    margin-right: 1vw;
    padding: 0.3vw 0.5vw;
  }
  .news a.link {
    margin-top: -3.2vw;
  }
}
@media screen and (max-width: 780px) {
  .news {
    margin: 0;
    margin-bottom: 14vw;
  }
  .news.sp_on {
    display: block;
  }
  .news.pc_on {
    display: none;
  }
  .news h2 {
    font-size: 4.5vw;
    letter-spacing: 0.2vw;
    margin-bottom: 5vw;
  }
  .news .inner {
    margin-right: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .news article {
    margin: 0 0 7vw;
    padding-left: 26vw;
    width: auto;
    min-height: 22vw;
  }
  .news article figure {
    margin-bottom: 1.5vw;
    position: absolute;
    left: 0;
    top: 0;
    height: 22vw;
    width: 22vw;
  }
  .news article figure img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
  .news article h3 {
    font-size: 3.5vw;
    margin-bottom: 3vw;
  }
  .news article p {
    font-size: 3.2vw;
  }
  .news article p span {
    border-radius: 0.5vw;
    display: inline-block;
    font-size: 2.8vw;
    margin-right: 2vw;
    padding: 0;
    text-align: center;
    width: 14vw;
  }
  .news a.link {
    margin-top: 0;
  }
}
/** -- speciality -- **/
.speciality {
  margin-bottom: 140px;
}
.speciality .inner {
  position: relative;
  transition: ease 0.3s;
}
.speciality .inner:hover {
  opacity: 0.7;
}
.speciality .inner a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.speciality .inner:hover + a.link::after {
  right: -10px;
}
.speciality h2 {
  color: #006423;
  font-family: "DINNextLTPro";
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.speciality .image {
  margin-left: calc((1000px - 100vw) / 2);
  position: relative;
  height: 480px;
  width: calc(100% + ((100vw - 1000px) / 2));
}
.speciality .image figure {
  margin-right: 70px;
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: calc(100% - 70px);
}
.speciality .image figure img {
  position: absolute;
  left: 25vw;
  top: calc(50% - 2vw);
  transform: translateY(-50%);
  max-width: initial;
  height: calc(100% + 550px);
  width: auto;
}
.speciality .image h2 {
  display: table;
  margin-left: auto;
  padding-top: 50px;
  position: relative;
}
.speciality .inner {
  font-family: "A1 Mincho", "A1明朝";
  margin-top: 100px;
}
.speciality .inner h3 {
  font-size: 38px;
  letter-spacing: 2px;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  width: 300px;
}
.speciality .inner h3 span {
  letter-spacing: 6px;
}
.speciality .inner p {
  font-size: 18px;
  line-height: 2;
  margin-right: -5px;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
.speciality a.link {
  margin-top: -30px;
}
@media screen and (max-width: 1040px) {
  .speciality {
    margin: 0 4vw;
    margin-bottom: 14vw;
    width: auto;
  }
  .speciality .inner:hover + a.link::after {
    right: -1vw;
  }
  .speciality h2 {
    font-size: 2.8vw;
    margin-bottom: 2vw;
  }
  .speciality .image {
    margin-left: -4vw;
    height: 45vw;
    width: calc(100% + 4vw);
  }
  .speciality .image figure {
    margin-right: 0;
    width: calc(100% - 6vw);
  }
  .speciality .image figure img {
    left: calc(50% - 12vw);
    top: calc(50% - 3vw);
    height: calc(100% + 56vw);
  }
  .speciality .image h2 {
    padding-top: 5vw;
    width: 12vw;
  }
  .speciality .inner {
    margin-top: 10vw;
  }
  .speciality .inner h3 {
    font-size: 3.4vw;
    letter-spacing: 0.2vw;
    width: 28vw;
  }
  .speciality .inner h3 span {
    letter-spacing: 0.6vw;
  }
  .speciality .inner p {
    font-size: 1.7vw;
    margin-right: -0.5vw;
  }
  .speciality a.link {
    margin-top: -3vw;
  }
}
@media screen and (max-width: 780px) {
  .speciality {
    margin: 0;
    margin-bottom: 16vw;
  }
  .speciality .inner:hover + a.link::after {
    right: -2vw;
  }
  .speciality h2 {
    font-size: 4.5vw;
    font-weight: 600;
    letter-spacing: 0.2vw;
    line-height: 1.2;
    margin-bottom: 6vw;
  }
  .speciality .image {
    margin-left: -6vw;
    height: 78vw;
    width: calc(100% + 6vw);
  }
  .speciality .image figure {
    margin-right: 0;
    width: 100%;
  }
  .speciality .image figure img {
    left: calc(50% - 37vw);
    top: calc(50% - 3vw);
    height: calc(100% + 30vw);
  }
  .speciality .image h2 {
    margin-right: 3vw;
    padding-top: 48vw;
    width: 16vw;
  }
  .speciality .inner {
    margin: 0;
    margin-top: 8vw;
  }
  .speciality .inner h3 {
    font-size: 5.8vw;
    letter-spacing: 0.6vw;
    margin-bottom: 5vw;
    width: 100%;
  }
  .speciality .inner h3 span {
    letter-spacing: 0.6vw;
  }
  .speciality .inner p {
    font-size: 3.4vw;
    margin-right: -0.5vw;
  }
  .speciality a.link {
    margin-top: 5vw;
  }
}
/** -- sustainable -- **/
.sustainable {
  margin-bottom: 80px;
}
.sustainable .inner {
  position: relative;
}
.sustainable .inner a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.sustainable .inner a:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.sustainable figure {
  margin-left: auto;
  margin-right: 0;
  width: 320px;
}
.sustainable .text_box {
  padding-top: 10px;
}
.sustainable h2 {
  color: #006423;
  font-family: "DINNextLTPro";
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.sustainable h3 {
  color: #006423;
  font-family: "DINNextLTPro";
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1;
}
.sustainable p {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 80px;
}
.sustainable li {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 35px;
  position: relative;
  padding-left: 90px;
}
.sustainable li span {
  box-sizing: border-box;
  display: block;
  font-family: "DINNextLTPro";
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 2px;
  position: absolute;
  left: 0;
  top: 0;
  width: 65px;
}
.sustainable li span::after {
  border-right: solid 4px #000;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  height: 30px;
}
.sustainable li em {
  font-family: "DINNextLTPro";
  font-size: 25px;
  letter-spacing: 0;
  margin-left: 25px;
}
.sustainable .inner:hover + a.link::after {
  right: -10px;
}
@media screen and (max-width: 1000px) {
  .sustainable {
    margin: 0 4vw;
    margin-bottom: 8vw;
  }
  .sustainable figure {
    margin-right: 2vw;
    width: 32vw;
  }
  .sustainable .text_box {
    padding-top: 2vw;
  }
  .sustainable h2 {
    font-size: 2.8vw;
    margin-bottom: 2vw;
  }
  .sustainable h3 {
    font-size: 4.5vw;
  }
  .sustainable p {
    font-size: 4.6vw;
    margin-bottom: 8vw;
  }
  .sustainable li {
    font-size: 2.6vw;
    letter-spacing: 0.1vw;
    margin-bottom: 3.5vw;
    padding-left: 8vw;
  }
  .sustainable li span {
    font-size: 3.1vw;
    letter-spacing: 0.2vw;
    width: 6vw;
  }
  .sustainable li span::after {
    border-right: solid 4px #000;
    top: -0.2vw;
    height: 3vw;
  }
  .sustainable li em {
    font-size: 2.1vw;
    margin-left: 2vw;
  }
}
@media screen and (max-width: 780px) {
  .sustainable {
    margin: 0;
    margin-bottom: 20vw;
  }
  .sustainable .inner {
    padding-bottom: 0;
    position: relative;
  }
  .sustainable figure {
    margin-right: 0;
    position: absolute;
    bottom: 0;
    right: -1vw;
    width: 46vw;
  }
  .sustainable .text_box {
    padding-top: 0;
  }
  .sustainable h2 {
    font-size: 4.5vw;
    font-weight: 600;
    letter-spacing: 0.2vw;
    line-height: 1.2;
    margin-bottom: 5vw;
  }
  .sustainable h3 {
    font-size: 7vw;
    letter-spacing: 0.2vw;
    margin-bottom: 1.4vw;
  }
  .sustainable p {
    font-size: 6.4vw;
    line-height: 1.6;
    margin-bottom: 8vw;
  }
  .sustainable li {
    font-size: 4.2vw;
    letter-spacing: 0.3vw;
    margin-bottom: 4vw;
    padding-left: 10vw;
  }
  .sustainable li:last-child {
    margin-bottom: 0;
  }
  .sustainable li span {
    font-size: 4.6vw;
    letter-spacing: 0.2vw;
    line-height: 1;
    top: 0.2vw;
    width: 8vw;
  }
  .sustainable li span::after {
    border-right: solid 2px #000;
    top: -0.2vw;
    height: 4vw;
  }
  .sustainable li em {
    display: block;
    font-size: 2.8vw;
    letter-spacing: 0.3vw;
    margin-left: 0;
    margin-top: 2vw;
  }
}
/** -- instagram -- **/
.instagram {
  margin-bottom: 100px;
}
.instagram h2 {
  color: #006423;
  font-family: "DINNextLTPro";
  font-size: 30px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}
.instagram .inner {
  margin: 0 -5px;
  overflow: hidden;
}
#sb_instagram #sbi_images {
  width: 150% !important;
}
#sb_instagram #sbi_images .sbi_item {
  padding: 5px !important;
  width: 16.66% !important;
}
@media screen and (max-width: 1000px) {
  .instagram {
    margin: 0 4vw;
    margin-bottom: 10vw;
  }
  .instagram h2 {
    font-size: 3vw;
    letter-spacing: 0.2vw;
    margin-bottom: 3vw;
  }
  .instagram .inner {
    margin: 0 -1vw;
  }
  #sb_instagram #sbi_images .sbi_item {
    padding: 0.5vw !important;
  }
}
@media screen and (max-width: 780px) {
  .instagram {
    margin: 0;
    margin-bottom: 20vw;
  }
  .instagram h2 {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .instagram .inner {
    margin: 0 -7vw;
  }
  #sb_instagram #sbi_images {
    width: 100% !important;
  }
  #sb_instagram #sbi_images .sbi_item {
    padding: 1vw !important;
    width: 33.33% !important;
  }
}
/** -- banner -- **/
.banner {
  margin-bottom: 120px;
}
.banner .inner {
  justify-content: space-between;
}
.banner a {
  display: block;
  margin-bottom: 30px;
  width: calc(50% - 15px);
}
.banner a img {
  width: 100%;
}
.banner a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1040px) {
  .banner {
    margin: 0 3vw;
    margin-bottom: 12vw;
  }
  .banner a {
    margin-bottom: 3vw;
    width: calc(50% - 1.5vw);
  }
}
@media screen and (max-width: 780px) {
  .banner {
    margin: 0;
    margin-bottom: 20vw;
  }
  .banner a {
    margin-bottom: 6vw;
    width: 100%;
  }
}
/** -- top_slider -- **/
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 780px) {
}

/** -- movie --**/
.movie {
  height: 500px;
  margin: 0 auto 60px;
}
.movie iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 781px) {
  .movie {
    width: 90%;
  }
}
@media screen and (max-width: 780px) {
  .movie {
    height: 49.6vw;
    margin-bottom: 10vw;
  }
}
