@layer page {
  .page-shochu__header {
    max-width: 1054px;
    margin: 80px auto 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: space-between;
    gap: 0 63px;
  }
  @media (width <= 1054px) {
    .page-shochu__header {
      gap: 0 6.0928433269%;
    }
  }
  @media screen and (max-width: 767px) {
    .page-shochu__header {
      max-width: none;
      margin-top: 25px;
      padding-right: 20px;
      padding-left: 20px;
      flex-wrap: wrap;
      gap: 6.6666666667vw 0;
    }
  }
  .page-shochu__header-box {
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .page-shochu__header-box {
      width: 43.9071566731%;
      min-width: 340px;
      max-width: 454px;
      padding-left: 42px;
    }
  }
  .page-shochu__header-ttl {
    margin-bottom: 18px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__header-ttl {
      width: 69.3333333333vw;
      margin: 0 0 4vw 6.6666666667vw;
    }
  }
  .page-shochu__header-date {
    margin-left: 27px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__header-date {
      width: 63.7333333333vw;
      margin: 0 auto;
    }
  }
  .page-shochu__header-text {
    margin: 35px 0 0 27px;
    padding-bottom: 5px;
    font-size: 0.875rem;
    line-height: 2.1;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__header-text {
      margin: 9.3333333333vw 0 0;
      padding: 0 6.6666666667vw;
    }
  }
  .page-shochu__header-text::before, .page-shochu__header-text::after {
    content: "";
    display: block;
    position: absolute;
    translate: -50% 0;
  }
  .page-shochu__header-text::before {
    background: url(../../img/bg/bg-people-06.png) no-repeat 0 0;
    background-size: contain;
    width: 84px;
    height: 70px;
    bottom: 11px;
    left: calc(50% - 130px);
  }
  @media screen and (max-width: 767px) {
    .page-shochu__header-text::before {
      width: 53px;
      height: 44px;
      bottom: 17px;
      left: calc(50% - 150px);
    }
  }
  .page-shochu__header-text::after {
    background: url(../../img/bg/bg-people-07.png) no-repeat 0 0;
    background-size: contain;
    width: 81px;
    height: 90px;
    bottom: 0;
    left: calc(50% + 128px);
  }
  @media screen and (max-width: 767px) {
    .page-shochu__header-text::after {
      width: 50px;
      height: 56px;
      bottom: 5px;
      left: calc(50% + 145px);
    }
  }
  @media screen and (min-width: 768px) {
    .page-shochu__header-pict {
      width: 50%;
      max-width: 517px;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .page-shochu__header-pict {
      max-width: none;
    }
  }
  .page-shochu__link {
    width: 720px;
    margin: 60px auto 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 40px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__link {
      width: calc(100% - 40px);
      margin: 10.6666666667vw auto 16vw;
      padding-left: 20px;
      padding-right: 20px;
      grid-template-columns: 1fr;
      gap: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .page-shochu__link li:nth-child(2) {
      margin-top: 6.4vw;
    }
  }
  .page-shochu__link a {
    padding-right: 30px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__link .link-text-01 {
      width: 53.8666666667vw;
    }
  }
  @media screen and (max-width: 767px) {
    .page-shochu__link .link-text-02 {
      width: 60vw;
    }
  }
  .page-shochu__about {
    max-width: 1054px;
    margin: 0 auto 80px;
    padding-left: 10px;
    padding-right: 10px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__about {
      margin-bottom: 13.3333333333vw;
    }
  }
  .page-shochu__about-col {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    gap: 0 63px;
  }
  @media (width <= 1054px) {
    .page-shochu__about-col {
      gap: 0 6.0928433269%;
    }
  }
  @media screen and (max-width: 767px) {
    .page-shochu__about-col {
      margin-top: 8.5333333333vw;
      flex-wrap: wrap;
      gap: 6.6666666667vw 0;
    }
  }
  @media screen and (min-width: 768px) {
    .page-shochu__about-box {
      width: 42.5531914894%;
      min-width: 340px;
      max-width: 440px;
      padding-left: 35px;
    }
  }
  .page-shochu__about-copy {
    margin-top: 25px;
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.4;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__about-copy {
      margin-top: 15px;
      font-size: 1.125rem;
    }
  }
  .page-shochu__about-text {
    margin-top: 30px;
    font-size: 0.875rem;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__about-text {
      margin-top: 20px;
      font-size: 1rem;
    }
  }
  @media screen and (min-width: 768px) {
    .page-shochu__about-pict {
      width: 50%;
      max-width: 517px;
    }
  }
  .page-shochu__kura-inner,
  .page-shochu__list {
    max-width: 1070px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__kura-inner,
    .page-shochu__list {
      max-width: none;
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  .page-shochu__ttl-pict .ttl-text {
    font-size: 2.5rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__ttl-pict .ttl-text {
      font-size: 1.625rem;
    }
  }
  .page-shochu__ttl-pict .ttl-text::before {
    background: url(../../../../assets/img/icon/icon-bottle-left.png) no-repeat 0 0;
    background-size: contain;
    content: "";
    width: 37px;
    height: 68px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__ttl-pict .ttl-text::before {
      width: 30px;
      height: 61px;
      padding-bottom: 5px;
    }
  }
  .page-shochu__ttl-pict .ttl-01 {
    gap: 0 10px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__ttl-pict .ttl-01 {
      gap: 0 7px;
    }
  }
  .page-shochu__ttl-pict .ttl-01::after {
    background: url(../../img/bg/bg-people-06.png) no-repeat 0 0;
    background-size: contain;
    content: "";
    width: 84px;
    height: 75px;
    padding-bottom: 5px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__ttl-pict .ttl-01::after {
      width: 60px;
      height: 55px;
    }
  }
  .page-shochu__ttl-pict .ttl-02::before {
    margin-right: 10px;
  }
  .page-shochu__ttl-pict .ttl-02::after {
    background: url(../../img/bg/bg-people-07.png) no-repeat 0 0;
    background-size: contain;
    content: "";
    width: 81px;
    height: 120px;
    padding-bottom: 30px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__ttl-pict .ttl-02::after {
      width: 50px;
      height: 61px;
      padding-bottom: 5px;
    }
  }
  .page-shochu__kura {
    margin-bottom: 68px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__kura {
      margin-bottom: 9.3333333333vw;
    }
  }
  .page-shochu__kura-inner {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__kura-inner {
      padding-top: 9.3333333333vw;
      padding-bottom: 13.3333333333vw;
    }
  }
  .page-shochu__kura-copy {
    margin: 20px auto 50px;
    font-size: 1.875rem;
    font-weight: 600;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__kura-copy {
      margin: 10px auto 30px;
      font-size: 1.25rem;
    }
  }
  .page-shochu__kura-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
    align-items: flex-start;
    gap: 20px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__kura-list {
      grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
      gap: 15px;
    }
  }
  .page-shochu__kura-list li {
    padding-left: 17px;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.4;
    position: relative;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__kura-list li {
      padding-left: 14px;
      font-size: 0.9375rem;
    }
  }
  .page-shochu__kura-list li::before {
    background: var(--blue01);
    content: "";
    width: 10px;
    height: calc(100% - 6px);
    display: block;
    position: absolute;
    top: calc(50% + 2px);
    left: 0;
    translate: 0 -50%;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__kura-list li::before {
      width: 7px;
    }
  }
  .page-shochu__list-copy {
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__list-copy {
      margin-top: 10px;
    }
  }
  .page-shochu__list-col {
    margin-top: 70px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 75px 40px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__list-col {
      margin-top: 8vw;
      grid-template-columns: 1fr;
      gap: 10.6666666667vw 0;
    }
  }
  .page-shochu__list-item {
    display: grid;
    grid-template-columns: minmax(120px, 240px) minmax(220px, 230px);
    align-items: flex-start;
    gap: 0 10px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__list-item {
      grid-template-columns: 1fr;
      gap: 15px 0;
    }
  }
  @media screen and (max-width: 767px) {
    .page-shochu__list-item:nth-of-type(n + 2) {
      border-top: 1px dashed var(--gray02);
      padding-top: 9.3333333333vw;
    }
  }
  @media screen and (max-width: 767px) {
    .page-shochu__list-item .item-pict {
      width: 34.6666666667vw;
      max-width: 300px;
      margin: 0 auto;
    }
  }
  .page-shochu__list-item .item-kura {
    font-weight: 500;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__list-item .item-kura {
      font-size: 0.875rem;
    }
  }
  .page-shochu__list-item .item-name {
    margin-top: 10px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__list-item .item-name {
      margin-top: 5px;
    }
  }
  .page-shochu__list-item .item-name span {
    display: block;
  }
  .page-shochu__list-item .item-name .name-jp {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1.3;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__list-item .item-name .name-jp {
      font-size: 1.25rem;
    }
  }
  .page-shochu__list-item .item-name .name-en {
    margin-top: 5px;
    font-weight: 500;
    color: var(--red01);
  }
  @media screen and (max-width: 767px) {
    .page-shochu__list-item .item-name .name-en {
      font-size: 0.9375rem;
    }
  }
  .page-shochu__list-item .item-shochu-text {
    border-bottom: 1px dashed var(--gray02);
    margin: 15px 0;
    padding-bottom: 25px;
    font-size: 0.875rem;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__list-item .item-shochu-text {
      border-bottom: none;
      padding-bottom: 0;
      font-size: 0.875rem;
    }
  }
  .page-shochu__list-item .item-about dt {
    font-weight: 500;
    color: var(--red01);
  }
  @media screen and (max-width: 767px) {
    .page-shochu__list-item .item-about dt {
      font-size: 0.9375rem;
      line-height: 1.4;
    }
  }
  .page-shochu__list-item .item-about dd {
    margin-top: 7px;
    font-size: 0.875rem;
  }
  .page-shochu__list-item .item-link {
    margin-top: 20px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__list-item .item-link {
      margin-top: 25px;
      text-align: center;
    }
  }
  .page-shochu__search {
    margin-top: 150px;
  }
  @media screen and (max-width: 767px) {
    .page-shochu__search {
      margin-top: 16vw;
    }
  }
}