#page_ttl {
  width: 100%;
  padding-top: 8.6666666667rem;
  padding-bottom: calc(230/1400*100%);
  background: #DDDDDD;
  background: linear-gradient(180deg, #dddddd 0%, rgba(255, 255, 255, 0.55) 120%);
  font-feature-settings: "palt"; }
  #page_ttl .layout {
    width: 100%;
    max-width: 66.6666666667rem;
    margin: auto;
    display: flex;
    flex-flow: row-reverse;
    align-items: flex-end;
    justify-content: space-between; }
  #page_ttl .ttl {
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    margin-bottom: 10rem; }
    #page_ttl .ttl .en {
      font-size: 1rem;
      line-height: 2.2666666667;
      letter-spacing: 0.15em;
      font-weight: 700;
      color: #666666;
      margin-top: 4rem; }
  #page_ttl .lead {
    width: 100%;
    max-width: 46.6666666667rem;
    font-size: 1rem;
    line-height: 2.9333333333;
    font-weight: 700;
    letter-spacing: 0.30em; }
  @media only screen and (max-width: 767px) {
    #page_ttl {
      padding-top: 4rem;
      padding-bottom: 8.6666666667rem; }
      #page_ttl .layout {
        max-width: 21.3333333333rem;
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        justify-content: space-between; }
      #page_ttl .ttl {
        display: flex;
        flex-flow: column;
        align-items: flex-end;
        margin-bottom: 2.6666666667rem; }
        #page_ttl .ttl img {
          width: 6.3333333333rem;
          margin-right: 0.3333333333rem; }
        #page_ttl .ttl .en {
          font-size: 0.7333333333rem;
          line-height: 2;
          margin-top: 0;
          margin-right: 4.3333333333rem;
          transform: translateY(-100%); }
      #page_ttl .lead {
        font-size: 0.9333333333rem;
        line-height: 2.3571428571;
        letter-spacing: 0.15em;
        text-align: justify;
        margin: auto; } }

#post_list_wrap {
  padding-top: 10.6666666667rem;
  padding-bottom: 10.6666666667rem;
  position: relative;
  z-index: 1; }
  #post_list_wrap::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1400 / 82;
    position: absolute;
    top: 2px;
    left: 0;
    transform: translateY(-100%);
    z-index: -1;
    background: url(../img/brewery/brewery_post_list_bg.svg) no-repeat center top/100%; }
  #post_list_wrap .post_list {
    width: 100%;
    max-width: 66.6666666667rem;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, calc(305/1000*100%));
    grid-gap: 6.6666666667rem calc(42.5/1000*100%); }
    #post_list_wrap .post_list .post_con a {
      display: flex;
      flex-flow: column;
      grid-gap: 0.6666666667rem 0;
      transition: all .6s; }
      #post_list_wrap .post_list .post_con a:hover {
        opacity: .6; }
    #post_list_wrap .post_list .post_con .thumbnail {
      width: 100%;
      aspect-ratio: 305 / 203;
      position: relative; }
      #post_list_wrap .post_list .post_con .thumbnail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        inset: 0; }
    #post_list_wrap .post_list .post_con .name {
      display: flex; }
      #post_list_wrap .post_list .post_con .name span {
        font-size: 1.0666666667rem;
        line-height: 2;
        letter-spacing: 0.15em;
        font-weight: 700;
        color: #027884; }
    #post_list_wrap .post_list .post_con .ttl {
      font-size: 1.0666666667rem;
      line-height: 1.3888888889;
      letter-spacing: 0.16em;
      font-weight: 700; }
  @media only screen and (max-width: 767px) {
    #post_list_wrap {
      padding-top: 6.6666666667rem;
      padding-bottom: 8.6666666667rem;
      position: relative;
      z-index: 1; }
      #post_list_wrap::before {
        content: "";
        display: block;
        width: 100%;
        aspect-ratio: 375 / 37;
        position: absolute;
        top: 2px;
        left: 0;
        transform: translateY(-100%);
        z-index: -1;
        background: url(../img/brewery/brewery_post_list_bg_sp.svg) no-repeat center top/100%; }
      #post_list_wrap .post_list {
        max-width: 21rem;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(1, 100%);
        grid-gap: 3rem 0; }
        #post_list_wrap .post_list .post_con a {
          grid-gap: 0.6666666667rem 0; }
          #post_list_wrap .post_list .post_con a:hover {
            opacity: .6; }
        #post_list_wrap .post_list .post_con .name {
          display: flex; }
          #post_list_wrap .post_list .post_con .name span {
            font-size: 1rem; }
        #post_list_wrap .post_list .post_con .ttl {
          font-size: 1.1333333333rem;
          line-height: 1.4705882353; } }

#pagelinks .plitem:not(:last-child) {
  padding-bottom: 0.3333333333em; }
#pagelinks .plitem a {
  display: block;
  position: relative;
  margin: auto;
  width: 86.6666666667em;
  max-width: 100%;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  #pagelinks .plitem a:active, #pagelinks .plitem a:hover {
    filter: alpha(opacity=60);
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6; }
  #pagelinks .plitem a .img {
    height: 20em;
    background-image: url("");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  #pagelinks .plitem a .title {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    width: 76.6666666667em;
    max-width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    box-sizing: border-box;
    padding-left: 4.2em; }
    #pagelinks .plitem a .title span {
      display: inline-block;
      text-align: left;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      color: #FFF;
      font-size: 1.5333333333em;
      letter-spacing: 0.250em;
      line-height: 1.3333333333em;
      transform: translateX(-50%);
      position: relative; }
      #pagelinks .plitem a .title span span {
        display: block;
        font-size: 1.3333333333rem;
        letter-spacing: 0.350em;
        position: absolute;
        top: 0;
        right: -3.3333333333rem; }
#pagelinks .plitem.half {
  display: flex;
  justify-content: center;
  gap: 0 5px; }
  #pagelinks .plitem.half a {
    width: 43.1666666667em;
    margin: 0; }
@media only screen and (max-width: 767px) {
  #pagelinks .plitem:not(:last-child) {
    padding-bottom: 0.3333333333em; }
  #pagelinks .plitem a .img {
    height: 13.8666666667em; }
  #pagelinks .plitem a .title {
    padding-left: 3.6666666667em; }
    #pagelinks .plitem a .title span {
      font-size: 1.0666666667em; }
      #pagelinks .plitem a .title span span {
        font-size: 0.8666666667rem;
        right: -2.3333333333rem; }
  #pagelinks .plitem.half a .title {
    padding-left: 2.6666666667em; } }
