@media screen and (min-width: 767px) {
  .sponly{
    display: none;
  }
}

  #ranking h2.ttl-type01 {
    display: none;
  }

  .c0747__sec3__list_1__item_1 {
    position: relative;
  }

  .c0747__sec3__list_1__item_1 .c0747__sec3__list_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background-color: rgba(245, 255, 255, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
  }

  .c0747__sec3__list_1__item_1 .c0747__sec3__list_title {
    text-align: center;
    line-height: 1.2;
  }

  /* ナビゲーション */

  #p-menu {
    margin-top: 30px;
  }

  @media screen and (max-width: 767px) {
    #p-menu {
      margin-top: 40px;
    }
  }

  #p-menu ul {
    display: flex;
    justify-content: space-between;
    gap: 0.2%;
  }

  #p-menu ul li {
    width: calc(98.6% / 3);
  }

  @media (-ms-high-contrast: none) {
    #p-menu ul li:nth-of-type(n + 2) {
      margin-left: 0.2%;
    }
  }

  #p-menu ul li a {
    position: relative;
    display: block;
    background: #e4f8ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0 18px;
    letter-spacing: 2px;
  }

  @media screen and (min-width: 768px) {
    #p-menu ul li a::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 5px 0 5px;
      border-color: #000000 transparent transparent transparent;
    }
  }

  @media screen and (max-width: 767px) {
    #p-menu ul li a {
      font-size: 12px;
      line-height: 1.2;
      padding: 10px 0 25px;
      text-align: center;
      letter-spacing: 1.5px;
    }
    #p-menu ul li a::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 8px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 5px 0 5px;
      border-color: #000000 transparent transparent transparent;
    }
  }

  .beer-bnr {
    margin: 40px 0;
  }

  .scene-bnr-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #beer-bnr {
    margin: 90px 0;
  }
  #scene {
    margin-top: 40px;
  }
  .scene-bnr-list .bnr-area {
    margin: 10px;
  }
  @media screen and (max-width: 767px) {
    .bnr-area {
      width: 100%;
    }

    #p-menu ul {
      display: flex;
      justify-content: space-between;
      gap: 0.2%;
      flex-wrap: wrap;
    }

    #p-menu ul li {
      width: 48%;
      margin-bottom: 10px;
    }

    #p-menu ul li a {
      font-size: 16px;
      line-height: 1.2;
      padding: 20px 0 25px;
      text-align: center;
      letter-spacing: 0;
    }
  }

  /* バイヤーブランド   */

  .itemBox-brands {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    padding-top: 40px;
    background: #f8f4f1;
    padding: 20px;
  }

  .itemBox-brands {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-right: auto;
    margin-left: auto;
  }
  @media screen and (max-width: 767px) {
    .itemBox-brands {
      width: 100%;
      justify-content: center;
      padding: 10px;
    }
  }

  .itemBox-brands > div {
    background: #fff;
    width: calc((100% - 60px) / 4);
    text-align: left;
  }
  @media screen and (max-width: 767px) {
    .itemBox-brands > div {
      width: 47%;
    }
  }

  .itemBox-brands img {
    vertical-align: bottom;
    display: block;
    margin: 15px auto 0;
  }

  .brand-name {
    text-align: center;
    margin: 10px 0;
  }
  #brand .moreBtn {
    margin-bottom: -60px;
  }

  /* タイトルテキスト化 */

.ttl-blue{
  display: flex;
  aspect-ratio: 940 / 124;
  background-image: url(/search_top/202001_renewal/images/c0747/title-background-blue.png);
  text-align: center;
  background-size:  cover;  
  width: 100%;
  justify-content:center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .ttl-blue{
    aspect-ratio: 710 / 180;
    background-image: url(/search_top/202001_renewal/images/c0747/title-background-blue_sp.png);
  }
}

.ttl-text{
  font-size: 30px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ttl-text{
    font-size: 20px;
  }
}

@media screen and (min-width: 767px) {
  .ttl-blue::before,
  .ttl-blue::after {
    background-color: #7DE0FF;
    content: "";
    height: 2px;
    width: 55px;
    margin-left: 20px;
    margin-right: 20px;
    transform: rotate(-40deg); 
  }
}


@media (min-width: 768px) {
  #content_202001 .c0747__sec3__list_1__item_1 {
    width: 18% !important;
  }
}

@media screen and (max-width: 767px) {
  .c0747__sec4__list_1{
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}

.c0747__sec4__list_1__item_1{
  background-color: #E4F8FF;
  text-align: center;
  align-items: center;
  justify-content:center;
  display: flex;
  height: 100px;
}

.c0747__sec4__list_1__item_1 a{
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content:center;
}

.pricerange{
  font-size: 20px;
  display: block;
}


  /* ピックアップブランド */

.brand-list{
  display: flex;
  flex-wrap: wrap;
  margin: 50px 10px 50px 10px;
}

.brand-content{
  padding: 15px;
}

.brand-introduction{
  display: flex;
  text-align: center;
  align-items: center;
  justify-content:center;
  background-color: #ffffff;
  padding: 15px;
}

.brand-product{
  margin: 10px;
  margin-top: 40px;
}

.brand-product-text{
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .brand-content{
    width: 25%;
  }

  li.brand-content:nth-of-type(2n){
    background-color: #F8F4F1;
  }
}

@media screen and (max-width: 767px) {
  .brand-content{
    width: 50%;
  }

  li.brand-content:nth-of-type(3n-2){
  background-color: #F8F4F1;
  }
}


  /* コラム */

#column{
  text-align: center;
  align-items: center;
}

.column-title{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content:center;
}

.column-title::before{
  content: '';
  display: inline-block;
  background-image: url(/search_top/202001_renewal/images/c0747/background1.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat:no-repeat;
}

.column-title::after{
  content: '';
  display: inline-block;
  background-image: url(/search_top/202001_renewal/images/c0747/background6.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat:no-repeat;
}

@media screen and (min-width: 768px) {
  .column-title::before{
    width: 75px;
    height: 75px;
  }

  .column-title::after{
    width: 75px;
    height: 75px;
  }
}

@media screen and (max-width: 768px) {
  .column-title::before{
    width: 50px;
    height: 50px;
  }

  .column-title::after{
    width: 50px;
    height: 50px;
  }
}

.column-title-sentence{
  width: 300px;
  font-size: 30px;
  font-weight: bold;
  margin: 15px;
  border-top: solid 2px #191970;
  border-bottom: solid 2px #191970;
  position: relative;
}

.column-title-sentence::before,.column-title-sentence::after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #191970;
}

.column-title-sentence::before {left: 10px;}
.column-title-sentence::after {right: 10px;}

.column-content{
  background-color: #f0f8ff;
  margin: 15px;
  border: solid 1px #ffffff;
  border-radius: 20px;
}

.column-content-ttle{
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  padding: 15px;
  width: 100%;
  position: relative;
  display: inline-block;
}

.column-content-ttle::before,
.column-content-ttle::after {
  content: '';
  position: absolute;
  top: 25px;
  display: inline-block;
  width: 25%;
  height: 20px;
  border-top: dotted 5px black;
  border-bottom: dotted 5px black;
}

.column-content-ttle::before {
  left: 0;
}

.column-content-ttle::after {
  right: 0;
}

.column-content-sentence{
  text-align: left;
  padding: 20px;
  padding-top: 0;
}


  /* 全画面化 */

#leftcolumn{
  display: none;
}

#main,
#three_maincolumn {
  width: 100%;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  #leftcolumn+#three_maincolumn {
    width: 100%;
  }

  #main #leftcolumn {
    display: none;
  }
}

.include-main-bnr{
  text-align: center;
}

.c0747__sec4__list_1{
  text-align: center;
}

@media screen and (min-width: 768px) {
  .c0747__sec1__cat1__list_1__item_1{
    width: 23% !important;
  }

  .c0747__sec4__list_1__item_1{
    width: 33% !important;
  }
}

@media screen and (max-width: 768px) {
  .c0747__sec1__cat1__list_1__item_1{
    width: 48% !important;
  }

  .c0747__sec4__list_1{
    margin: 0 auto;
  }

  .c0747__sec4__list_1__item_1{
    width: 90% !important;
  }
}

  /* ボタンカラー */

@media (min-width: 768px) {
  #content_202001 .c0747__sec2 .c0747__nav_1__btn_1 {
    background-color: #54c8eb !important;
  }
}

.ranking.c0747 .btn-rank a.btnA {
  background: #54c8eb !important;
}

#chugen{
  text-align: center;
  margin-top: 75px;
}