@charset "UTF-8";
/* ブレークポイント定義
----------------------------------------------------------------- */
/* 背景画像のRetina対応
----------------------------------------------------------------- */
/* カラー設定
----------------------------------------------------------------- */
/* font
----------------------------------------------------------------- */
/* レイアウト用
----------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(base/normalize.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  position: relative;
  background: #fff;
  color: #333;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  line-height: 2.18;
  letter-spacing: .02em;
  -webkit-text-size-adjust: 100%; }

html {
  overflow: auto; }

body {
  overflow: hidden; }

* {
  box-sizing: border-box; }

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    a[href*="tel:"] {
      pointer-events: auto;
      cursor: pointer; } }

img {
  max-width: 100%;
  height: auto; }

.t-tCenter {
  text-align: center; }

.t-tRight {
  text-align: right; }

.t-tLeft {
  text-align: left; }

.t-nowL, .t-nowC, .t-nowR {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }

.t-nowC {
  justify-content: center; }

.t-nowR {
  justify-content: flex-end; }

.t-now {
  white-space: nowrap; }

.t-pb0 {
  padding-bottom: 0 !important; }

.t-pt0 {
  padding-top: 0 !important; }

@media screen and (max-width: 767px) {
  .t-hidePC {
    display: none; } }

.t-hideSP {
  display: none; }
  @media screen and (max-width: 767px) {
    .t-hideSP {
      display: block; } }

/* container コンテンツ幅
----------------------------------------------------------------- */
.l-container, .yamabudou__aboutBgWrapper {
  width: calc(100% - 60px * 2);
  max-width: 1124px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .l-container, .yamabudou__aboutBgWrapper {
      width: calc(100% - 20px * 2); } }

/* main headerをfixedにするときは有効化
----------------------------------------------------------------- */
.l-main {
  padding-top: 90px; }
  @media screen and (max-width: 1024px) {
    .l-main {
      padding-top: 60px; } }

/* anchor アンカーリンクのジャンプ先をヘッダーの高さ分下げるために使用
----------------------------------------------------------------- */
.l-anchor {
  margin-top: -90px;
  padding-top: 90px; }
  @media screen and (max-width: 767px) {
    .l-anchor {
      margin-top: -60px;
      padding-top: 60px; } }

/* section 章ごとのスペース
----------------------------------------------------------------- */
.l-section {
  position: relative;
  z-index: 0;
  padding-top: 88px;
  padding-bottom: 88px; }
  @media screen and (max-width: 767px) {
    .l-section {
      padding-top: 65px;
      padding-bottom: 65px; } }

/* safeArea スマホでセーフエリアのある機種の場合の余白設定
----------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .l-safeArea {
    padding-bottom: env(safe-area-inset-bottom); } }

/* ヘッダー開閉
----------------------------------------------------------------- */
.is-spMenuActive {
  overflow: hidden; }

@media screen and (max-width: 1024px) {
  .is-spMenuActive .header__navWrapper {
    pointer-events: auto;
    right: 0; } }

.is-spMenuActive .header__hamburgerButton span:nth-child(1), .is-spMenuActive .header__hamburgerButton span:nth-child(3) {
  opacity: 0; }
.is-spMenuActive .header__hamburgerButton span:nth-child(2) {
  opacity: 1; }
  .is-spMenuActive .header__hamburgerButton span:nth-child(2)::before {
    transform: rotate(45deg); }
  .is-spMenuActive .header__hamburgerButton span:nth-child(2)::after {
    transform: rotate(-45deg); }

/* ヘッダー
----------------------------------------------------------------- */
.header__wrapper {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 5; }
  @media screen and (max-width: 1024px) {
    .header__wrapper {
      height: 60px;
      z-index: 50; } }
  .header__wrapper .l-container, .header__wrapper .yamabudou__aboutBgWrapper {
    max-width: inherit;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .header__wrapper .l-container, .header__wrapper .yamabudou__aboutBgWrapper {
        width: calc(100% - 20px * 2); } }

.header__logo {
  flex-shrink: 0;
  margin-right: 20px; }
  .header__logo a {
    display: flex;
    align-items: center;
    transition: opacity .3s; }
    .header__logo a:hover {
      opacity: 0.7; }
    @media screen and (max-width: 1024px) {
      .header__logo a {
        height: 45px; }
        .header__logo a img {
          width: auto;
          height: 100%; } }

.header__hamburgerButton {
  display: none; }
  @media screen and (max-width: 1024px) {
    .header__hamburgerButton {
      display: block;
      width: 40px;
      height: 40px;
      position: relative;
      cursor: pointer;
      padding: 0;
      background: none;
      border: none; }
      .header__hamburgerButton span {
        display: block;
        width: 30px;
        height: 2px;
        background: #601613;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: opacity .3s;
        transform-origin: center; }
        .header__hamburgerButton span:nth-child(1) {
          top: 10px; }
        .header__hamburgerButton span:nth-child(2) {
          opacity: 0;
          background: transparent; }
          .header__hamburgerButton span:nth-child(2)::before, .header__hamburgerButton span:nth-child(2)::after {
            content: '';
            display: block;
            background: #601613;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
            transition: transform .3s;
            transform-origin: center; }
        .header__hamburgerButton span:nth-child(3) {
          bottom: 10px; } }

@media screen and (max-width: 1024px) {
  .header__navWrapper {
    width: 100%;
    height: calc(100vh - 60px);
    overflow: auto;
    background: #fff;
    position: fixed;
    top: 60px;
    right: -200vw;
    transition: right .6s; } }

.header__navList {
  display: flex;
  align-items: center;
  column-gap: 24px; }
  @media screen and (max-width: 1024px) {
    .header__navList {
      display: block; } }

@media screen and (max-width: 1024px) {
  .header__navListItem {
    text-align: center;
    margin-top: 50px; } }
.header__navListItem a {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  transition: opacity .3s; }
  .header__navListItem a:hover {
    opacity: 0.7; }
.header__navListItem:nth-last-child(1) a, .header__navListItem:nth-last-child(2) a {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #601613;
  color: #fff;
  position: relative;
  padding: 0 20px; }
  .header__navListItem:nth-last-child(1) a::before, .header__navListItem:nth-last-child(2) a::before {
    content: '';
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none; }
  .header__navListItem:nth-last-child(1) a div, .header__navListItem:nth-last-child(2) a div {
    display: flex;
    align-items: baseline;
    margin: auto;
    column-gap: 0.5em; }
  @media screen and (max-width: 1024px) {
    .header__navListItem:nth-last-child(1) a, .header__navListItem:nth-last-child(2) a {
      width: 200px;
      margin: auto;
      padding: 0; } }

/* フッター
----------------------------------------------------------------- */
.footer__wrapper {
  background: #601613;
  height: 100px; }
  @media screen and (max-width: 767px) {
    .footer__wrapper {
      height: 55px; } }
  .footer__wrapper .l-container, .footer__wrapper .yamabudou__aboutBgWrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }

.footer__copyright {
  color: #fff;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .footer__copyright {
      font-size: 12px; } }

/* 見出し
----------------------------------------------------------------- */
.heading__primary {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.5; }
  .heading__primary *[aria-hidden="true"] {
    font-size: 16px;
    letter-spacing: 0.08em;
    color: #B6B697;
    text-transform: uppercase; }
  .heading__primary *:not([aria-hidden="true"]) {
    font-size: 30px;
    letter-spacing: 0; }

.heading__secondary {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  margin-bottom: 30px; }
  .heading__secondary .heading__secondary-small {
    font-size: 16px;
    letter-spacing: 0.02em;
    font-weight: normal; }
  .heading__secondary *:not(.heading__secondary-small) {
    font-size: 28px;
    letter-spacing: 0;
    font-weight: bold; }

/* ボタン
----------------------------------------------------------------- */
.btn, .btn-bgSub {
  display: block;
  max-width: 334px;
  width: 100%;
  text-align: center;
  padding: 25px 35px 25px 15px;
  position: relative;
  text-decoration: none; }
  @media screen and (max-width: 767px) {
    .btn, .btn-bgSub {
      padding: 18px 35px 18px 15px; } }
  .btn::before, .btn-bgSub::before {
    content: '';
    width: 50px;
    height: 1px;
    background: #601613;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto; }
  .btn::after, .btn-bgSub::after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
    background: #601613;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto;
    transition: right .3s; }
  .btn:hover::after, .btn-bgSub:hover::after {
    right: -15px; }

.btn-bgSub {
  color: #333;
  background: #F2F2ED;
  transition: background-color .3s; }
  .btn-bgSub:hover {
    background-color: rgba(182, 182, 151, 0.5); }

/* mv
----------------------------------------------------------------- */
.yamabudou__mv {
  width: 100%;
  max-height: 650px;
  background-color: #F2F2ED;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .yamabudou__mv {
      max-height: inherit;
      height: calc(100vh - 60px - 70px); } }
  .yamabudou__mv::before {
    content: '';
    display: block;
    width: 100%;
    height: 358px;
    z-index: -1;
    background-image: url(../images/index/mv__bg-mountain.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .yamabudou__mv::before {
        background-image: url(../images/index/mv__bg-mountain@2x.png);
        background-size: contain; } }
    @media screen and (max-width: 767px) {
      .yamabudou__mv::before {
        height: 134px;
        background-image: url(../images/index/sp-mv__bg-mountain.png); } }
    @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 192dpi) {
      .yamabudou__mv::before {
        background-image: url(../images/index/sp-mv__bg-mountain@2x.png);
        background-size: contain; } }
  .yamabudou__mv .l-container, .yamabudou__mv .yamabudou__aboutBgWrapper {
    height: 100%; }

.yamabudou__mvBgWrapper {
  width: calc(100% - 60px * 2);
  max-width: 1124px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  z-index: 1;
  position: absolute; }
  @media screen and (max-width: 767px) {
    .yamabudou__mvBgWrapper {
      width: calc(100% - 20px * 2); } }

.yamabudou__mvBg {
  position: absolute;
  bottom: -140px; }
  @media screen and (max-width: 767px) {
    .yamabudou__mvBg {
      bottom: -70px; } }
  .yamabudou__mvBg.is-left {
    left: -200px; }
    @media screen and (max-width: 767px) {
      .yamabudou__mvBg.is-left {
        left: -60px; } }
  .yamabudou__mvBg.is-right {
    right: -280px; }
    @media screen and (max-width: 767px) {
      .yamabudou__mvBg.is-right {
        right: -120px;
        bottom: -80px; } }

.yamabudou__mvTitle {
  height: 100%;
  text-align: center;
  position: relative;
  top: -40px; }
  @media screen and (max-width: 767px) {
    .yamabudou__mvTitle {
      top: 0; }
      .yamabudou__mvTitle img {
        max-width: inherit;
        width: auto;
        max-height: 100%;
        height: 100%; } }

/* about 背戸山ismについて
----------------------------------------------------------------- */
.yamabudou__about {
  padding: 150px 0 50px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .yamabudou__about {
      padding: 80px 0 120px; } }

.yamabudou__aboutBgWrapper {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  z-index: -1; }

.yamabudou__aboutBg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }
  .yamabudou__aboutBg.is-left.is-back {
    left: -200px;
    bottom: 150px; }
    @media screen and (max-width: 1024px) {
      .yamabudou__aboutBg.is-left.is-back {
        left: -100px;
        bottom: inherit;
        top: 200px; } }
    @media screen and (max-width: 767px) {
      .yamabudou__aboutBg.is-left.is-back {
        left: -50px;
        top: 20%; } }
  .yamabudou__aboutBg.is-left.is-forward {
    left: -280px;
    top: 150px; }
    @media screen and (max-width: 1024px) {
      .yamabudou__aboutBg.is-left.is-forward {
        left: -200px;
        bottom: inherit;
        top: 400px; } }
    @media screen and (max-width: 767px) {
      .yamabudou__aboutBg.is-left.is-forward {
        left: -100px;
        top: 30%; } }
  .yamabudou__aboutBg.is-right.is-back {
    right: -280px;
    top: 150px; }
    @media screen and (max-width: 1024px) {
      .yamabudou__aboutBg.is-right.is-back {
        top: 350px; } }
    @media screen and (max-width: 767px) {
      .yamabudou__aboutBg.is-right.is-back {
        right: -50px;
        top: inherit;
        bottom: 30px; } }
  .yamabudou__aboutBg.is-right.is-forward {
    right: -250px;
    top: inherit; }
    @media screen and (max-width: 1024px) {
      .yamabudou__aboutBg.is-right.is-forward {
        bottom: -50px; } }
    @media screen and (max-width: 767px) {
      .yamabudou__aboutBg.is-right.is-forward {
        right: -70px;
        bottom: -70px; } }

.yamabudou__aboutInformation {
  padding: 0 50px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto 1fr;
  grid-template-areas: "yamabudou__aboutInformation-title yamabudou__aboutInformation-text" "yamabudou__aboutInformation-figure yamabudou__aboutInformation-text"; }
  @media screen and (max-width: 1024px) {
    .yamabudou__aboutInformation {
      display: flex;
      flex-direction: column;
      padding: 0; } }

.yamabudou__aboutInformation-title {
  grid-area: yamabudou__aboutInformation-title;
  margin-bottom: 60px; }
  @media screen and (max-width: 1024px) {
    .yamabudou__aboutInformation-title {
      text-align: center;
      margin-bottom: 40px; } }

.yamabudou__aboutInformation-figure {
  grid-area: yamabudou__aboutInformation-figure;
  text-align: center; }

.yamabudou__aboutInformation-text {
  max-width: 600px;
  width: 100%;
  grid-area: yamabudou__aboutInformation-text;
  margin-left: 70px; }
  .yamabudou__aboutInformation-text p + p {
    margin-top: 2em; }
  @media screen and (max-width: 1024px) {
    .yamabudou__aboutInformation-text {
      max-width: inherit;
      margin: 50px 0 0; } }

/* feature 石川町の山ぶどう
----------------------------------------------------------------- */
.yamabudou__feature {
  background: linear-gradient(to top, #F2F2ED 314px, transparent 315px, transparent 100%);
  position: relative; }
  .yamabudou__feature .l-container, .yamabudou__feature .yamabudou__aboutBgWrapper {
    display: flex;
    position: relative; }

.yamabudou__featureTitle {
  flex-shrink: 0; }
  .yamabudou__featureTitle .heading__primary {
    writing-mode: vertical-rl; }
  .yamabudou__featureTitle .heading__primary span:not([aria-hidden="true"]) {
    letter-spacing: 0.2em; }
  @media screen and (max-width: 767px) {
    .yamabudou__featureTitle {
      position: absolute;
      top: 0;
      left: 0; } }

.yamabudou__featureInformation {
  margin-left: 60px; }
  @media screen and (max-width: 767px) {
    .yamabudou__featureInformation {
      margin: 0; }
      .yamabudou__featureInformation p {
        padding-left: calc((30px + 15px) * 1.5 + 45px); } }

.yamabudou__featureList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22.5px; }
  @media screen and (max-width: 1024px) {
    .yamabudou__featureList {
      flex-direction: column;
      align-items: center;
      margin: 0; } }

.yamabudou__featureListItem {
  width: calc((100% / 3) - 45px);
  margin: 30px 22.5px 0; }
  @media screen and (max-width: 1024px) {
    .yamabudou__featureListItem {
      width: 100%;
      margin: 50px 0 0; } }
  .yamabudou__featureListItem img {
    display: block;
    overflow: hidden;
    border-radius: 75px 0;
    margin: auto; }
  .yamabudou__featureListItem figcaption {
    margin-top: 34px;
    font-size: 24px;
    line-height: 1.66;
    white-space: nowrap; }
    @media screen and (max-width: 1024px) {
      .yamabudou__featureListItem figcaption {
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .yamabudou__featureListItem figcaption {
        margin-top: 15px;
        font-size: 18px; } }

/* crowdfunding クラウドファンディング達成
----------------------------------------------------------------- */
.yamabudou__crowdfunding {
  background: linear-gradient(to bottom, #F2F2ED 60px, transparent 61px, transparent 100%); }
  @media screen and (max-width: 767px) {
    .yamabudou__crowdfunding {
      background: linear-gradient(to bottom, #F2F2ED 25px, transparent 26px, transparent 100%); } }

.yamabudou__crowdfundingTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 70px; }
  @media screen and (max-width: 767px) {
    .yamabudou__crowdfundingTitle {
      margin-bottom: 30px; } }

.yamabudou__crowdfundingTitle-sub {
  font-size: 32px;
  letter-spacing: 0.145em; }
  @media screen and (max-width: 767px) {
    .yamabudou__crowdfundingTitle-sub {
      font-size: 20px; } }
  .yamabudou__crowdfundingTitle-sub strong {
    letter-spacing: 0;
    color: #601613; }
  .yamabudou__crowdfundingTitle-sub span {
    font-size: 59px; }
    @media screen and (max-width: 767px) {
      .yamabudou__crowdfundingTitle-sub span {
        font-size: 29px; } }

.yamabudou__crowdfundingTitle-main {
  font-size: 40px;
  letter-spacing: 0; }
  @media screen and (max-width: 767px) {
    .yamabudou__crowdfundingTitle-main {
      font-size: 26px; } }
  .yamabudou__crowdfundingTitle-main strong {
    padding-top: .4em;
    background-position: top -7px left;
    background-repeat: repeat-x;
    background-image: radial-gradient(#601613 18%, transparent 23%);
    background-size: 1em 1em; }

.yamabudou__crowdfundingInformation {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse; }
  @media screen and (max-width: 1024px) {
    .yamabudou__crowdfundingInformation {
      flex-direction: column;
      align-items: center; } }
  .yamabudou__crowdfundingInformation .btn-bgSub {
    margin: 30px auto 0; }

.yamabudou__crowdfundingInformation-figure {
  width: 50%; }
  @media screen and (max-width: 1024px) {
    .yamabudou__crowdfundingInformation-figure {
      width: 100%; } }
  .yamabudou__crowdfundingInformation-figure figure {
    width: calc(100% + 60px);
    height: 0;
    padding-bottom: 75%;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .yamabudou__crowdfundingInformation-figure figure {
        width: 100%;
        padding: 0;
        height: auto;
        text-align: center; } }
  .yamabudou__crowdfundingInformation-figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }
    @media screen and (max-width: 1024px) {
      .yamabudou__crowdfundingInformation-figure img {
        width: auto;
        height: auto;
        position: static; } }

.yamabudou__crowdfundingInformation-text {
  width: calc(50% - 80px);
  min-width: 388px;
  flex-shrink: 0;
  margin-right: 40px; }
  @media screen and (max-width: 1024px) {
    .yamabudou__crowdfundingInformation-text {
      width: 100%;
      min-width: inherit;
      margin: 30px 0 0; } }

.yamabudou__crowdfundingResult {
  width: fit-content;
  margin: 30px auto 0; }
  .yamabudou__crowdfundingResult > div {
    display: flex;
    align-items: baseline;
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.5; }
    @media screen and (max-width: 767px) {
      .yamabudou__crowdfundingResult > div {
        font-size: 24px;
        flex-wrap: wrap; } }
  .yamabudou__crowdfundingResult dt {
    width: 4em;
    flex-shrink: 0;
    margin-right: 1em; }
  .yamabudou__crowdfundingResult dd {
    flex-grow: 1;
    text-align: right;
    color: #601613; }
    .yamabudou__crowdfundingResult dd span {
      font-size: 47px;
      font-weight: 600;
      margin-right: 5px; }
      @media screen and (max-width: 767px) {
        .yamabudou__crowdfundingResult dd span {
          font-size: 40px; } }

/* product 山ぶどう製品
----------------------------------------------------------------- */
.yamabudou__product {
  position: relative; }
  .yamabudou__product::before {
    content: '';
    display: block;
    width: 580px;
    height: 340px;
    background: url(../images/index/product__bg-logo.svg) center no-repeat;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .yamabudou__product::before {
        width: 95%;
        height: 0;
        padding-bottom: 58.6206%; } }

.yamabudou__productNotice {
  max-width: 784px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  border: 5px solid #B6B697;
  padding: 30px 40px; }
  @media screen and (max-width: 767px) {
    .yamabudou__productNotice {
      padding: 15px 20px; } }
  .yamabudou__productNotice strong {
    font-weight: bold; }

.yamabudou__productNotice-priceList {
  margin-top: 15px;
  margin-bottom: 5px; }
  .yamabudou__productNotice-priceList dt {
    font-size: 18px;
    font-weight: bold;
    color: #601613;
    text-align: center; }
  .yamabudou__productNotice-priceList dd {
    line-height: 1.5; }
    .yamabudou__productNotice-priceList dd + dd {
      margin-top: 10px; }

.yamabudou__productItem {
  padding-bottom: 70px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0) 70px, #F8F8F6 71px, #FDFDFB 236px, rgba(255, 255, 255, 0) 100%); }
  @media screen and (max-width: 1024px) {
    .yamabudou__productItem {
      background: none; } }
  .yamabudou__productItem .l-container, .yamabudou__productItem .yamabudou__aboutBgWrapper {
    display: flex;
    align-items: center; }
  .yamabudou__productItem:nth-child(odd) .l-container, .yamabudou__productItem:nth-child(odd) .yamabudou__aboutBgWrapper {
    flex-direction: row; }
  .yamabudou__productItem:nth-child(odd) .yamabudou__productItem-slider::after {
    right: 0; }
  .yamabudou__productItem:nth-child(even) .l-container, .yamabudou__productItem:nth-child(even) .yamabudou__aboutBgWrapper {
    flex-direction: row-reverse; }
  .yamabudou__productItem:nth-child(even) .yamabudou__productItem-slider::after {
    left: 0; }
  @media screen and (max-width: 1024px) {
    .yamabudou__productItem:nth-child(odd) .l-container, .yamabudou__productItem:nth-child(odd) .yamabudou__aboutBgWrapper, .yamabudou__productItem:nth-child(even) .l-container, .yamabudou__productItem:nth-child(even) .yamabudou__aboutBgWrapper {
      flex-direction: column-reverse; }
    .yamabudou__productItem:nth-child(odd) .yamabudou__productItem-slider::after, .yamabudou__productItem:nth-child(even) .yamabudou__productItem-slider::after {
      left: -15px; } }

.yamabudou__productItem-caption {
  margin: 0 60px;
  position: relative;
  z-index: 1; }
  .yamabudou__productItem-caption .btn-bgSub {
    margin-top: 30px;
    margin-left: auto; }
  @media screen and (max-width: 1024px) {
    .yamabudou__productItem-caption .btn-bgSub {
      margin-right: auto; } }
  @media screen and (max-width: 767px) {
    .yamabudou__productItem-caption {
      margin: 0; }
      .yamabudou__productItem-caption .heading__secondary {
        text-align: center; } }

.yamabudou__productItem-slider {
  flex-shrink: 0;
  width: 485px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 1024px) {
    .yamabudou__productItem-slider {
      width: 100%;
      margin-bottom: 50px; }
      .yamabudou__productItem-slider:before {
        content: '';
        width: 100vw;
        height: 100%;
        display: block;
        background: linear-gradient(to top, #F8F8F6 0px, #FDFDFB 166px, rgba(255, 255, 255, 0) 100%);
        position: absolute;
        bottom: 0;
        left: -60px;
        right: 0; }
      .yamabudou__productItem-slider .slick-list {
        max-width: 485px;
        width: 100%;
        margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .yamabudou__productItem-slider::before {
      left: -20px; } }
  .yamabudou__productItem-slider::after {
    color: #B6B697;
    text-transform: uppercase;
    font-size: 84px;
    letter-spacing: 0.08em;
    font-weight: bold;
    position: absolute;
    bottom: -70px;
    pointer-events: none;
    white-space: nowrap; }
  .yamabudou__productItem-slider .slick-arrow {
    width: 47px;
    height: 47px;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 7px solid #F2F2ED;
    background: #CCCCB9;
    cursor: pointer;
    z-index: 1;
    transition: opacity .3s; }
    .yamabudou__productItem-slider .slick-arrow:hover {
      opacity: 0.7; }
    .yamabudou__productItem-slider .slick-arrow::before {
      content: '';
      width: 10px;
      height: 2px;
      border-radius: 2px;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 5px;
      margin: auto; }
    .yamabudou__productItem-slider .slick-arrow::after {
      content: '';
      width: 10px;
      height: 2px;
      border-radius: 2px;
      background: #fff;
      position: absolute;
      top: 5px;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .yamabudou__productItem-slider .slick-prev {
    left: 20px; }
    .yamabudou__productItem-slider .slick-prev::before {
      transform: rotate(-45deg); }
    .yamabudou__productItem-slider .slick-prev::after {
      transform: rotate(45deg); }
  .yamabudou__productItem-slider .slick-next {
    right: 20px; }
    .yamabudou__productItem-slider .slick-next::before {
      left: 2px;
      transform: rotate(45deg); }
    .yamabudou__productItem-slider .slick-next::after {
      left: 2px;
      transform: rotate(-45deg); }
  @media screen and (max-width: 767px) {
    .yamabudou__productItem-slider::after {
      font-size: 65px;
      opacity: 0.43; } }

.yamabudou__productJuice .yamabudou__productItem-slider::after {
  content: 'Juice'; }

.yamabudou__productVin .yamabudou__productItem-slider::after {
  content: 'Vin rouge'; }

/* message 山ぶどうが人を助け、農地を助け、モノとコトを生み出す
----------------------------------------------------------------- */
.yamabudou__message {
  background: #F2F2ED; }

.yamabudou__messageTitle {
  height: 518px;
  background-image: url(../images/index/message__bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .yamabudou__messageTitle {
      background-image: url(../images/index/message__bg@2x.jpg); } }
  @media screen and (max-width: 767px) {
    .yamabudou__messageTitle {
      height: 580px;
      background-image: url(../images/index/sp-message__bg.jpg);
      background-position: center top; } }
  @media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (min-resolution: 192dpi) {
    .yamabudou__messageTitle {
      background-image: url(../images/index/sp-message__bg@2x.jpg); } }
  .yamabudou__messageTitle .l-container, .yamabudou__messageTitle .yamabudou__aboutBgWrapper {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 100px;
    align-items: center;
    justify-content: flex-end; }
    @media screen and (max-width: 767px) {
      .yamabudou__messageTitle .l-container, .yamabudou__messageTitle .yamabudou__aboutBgWrapper {
        padding: 30px;
        align-items: flex-start;
        justify-content: center; } }

.yamabudou__messageBody {
  display: flex;
  align-items: flex-start;
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    .yamabudou__messageBody {
      flex-direction: column;
      margin-top: 45px; } }

.yamabudou__messageBody-photo {
  width: 220px;
  height: 220px;
  border-radius: 50%;
  overflow: hidden;
  background: #ccc;
  flex-shrink: 0;
  margin-right: 80px; }
  @media screen and (max-width: 767px) {
    .yamabudou__messageBody-photo {
      width: 150px;
      height: 150px;
      margin: auto; } }

.yamabudou__messageBody-text {
  padding-top: 30px; }
  .yamabudou__messageBody-text p:last-child {
    font-size: 20px;
    line-height: 2;
    text-align: right;
    margin-top: 15px; }

.yamabudou__messageLink {
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 784px;
  width: 100%;
  padding: 30px;
  margin: 100px auto;
  border: 1px solid #B6B697;
  background: #fff;
  transition: background-color .3s;
  position: relative; }
  @media screen and (max-width: 767px) {
    .yamabudou__messageLink {
      font-size: 14px;
      line-height: 1.7; } }
  .yamabudou__messageLink::before {
    content: '';
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: 1px solid #B6B697;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none; }
  .yamabudou__messageLink:hover {
    background: rgba(255, 255, 255, 0.5); }
    .yamabudou__messageLink:hover .yamabudou__messageLink-decoration::after {
      right: 0; }

.yamabudou__messageLink-decoration {
  position: relative;
  padding: 0 65px;
  font-size: 16px;
  margin-top: 10px; }
  .yamabudou__messageLink-decoration::before {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: #601613;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 0.7; }
  .yamabudou__messageLink-decoration::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #601613;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    transition: right .3s; }

.yamabudou__messageLinks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  .yamabudou__messageLinks dt {
    width: 100%;
    color: #601613;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.08em; }
  .yamabudou__messageLinks dd {
    margin: 10px 10px 0; }
  .yamabudou__messageLinks a {
    text-decoration: none;
    transition: opacity .3s; }
    .yamabudou__messageLinks a:hover {
      opacity: 0.7; }
