h2 {
    font-family: "fot-tsukubrdgothic-std", sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 32px !important;
  }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 28px !important;
    }
  }
  
  /******************************/
  /* SLIDER */
  /******************************/
  .p-main-slider .bx-wrapper {
    margin-bottom: 0;
  }
  .p-main-slider .bx-wrapper .bx-viewport {
    border: 0;
    box-shadow: none;
    left: 0;
  }
  .p-main-slider .bx-wrapper img {
    margin: 0 auto;
    width: 100%;
  }
  .p-main-slider .bx-wrapper .bx-pager {
    padding-top: 0;
    bottom: 30px;
  }
  @media screen and (max-width: 767px) {
    .p-main-slider .bx-wrapper .bx-pager {
      display: none;
    }
  }
  .p-main-slider .bx-wrapper .bx-pager.bx-default-pager a {
    margin-left: 10px;
    margin-right: 10px;
    background: #ffffff;
  }
  .p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    position: relative;
    background: #ffffff;
  }
  .p-main-slider .bx-wrapper .bx-pager.bx-default-pager a.active:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 16px;
    height: 16px;
    border: 1px solid #ffffff;
    border-radius: 50%;
  }
  .p-main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #eeeeee;
  }
  @media (max-width:576px) {
    .bx-viewport {
      height: calc(100vw * 1.03) !important;
    }
    #slider div:first-child img,
    #slider div:nth-child(2) img,
    #slider div:last-child img {
      display: none;
      width: 100vw !important;
      height: calc(100vw * 1.03) !important;
    }
    #slider div:first-child,
    #slider div:nth-child(2),
    #slider div:last-child {
      background-image: url("https://img21.shop-pro.jp/PA01504/238/etc_base64/dG9wX3NsaWRlX1NQXzAx.jpg?cmsp_timestamp=20231229085913");
      background-repeat: no-repeat;
      width: 100vw !important;
      height: calc(100vw * 1.03) !important;
      background-size: contain;
    }
    /* #slider div:nth-child(2) {
      background-image: url("https://img21.shop-pro.jp/PA01504/238/etc_base64/dG9wX3NsaWRlX1NQXzAx.jpg?cmsp_timestamp=20231229085913");
    } */
    #slider div:last-child {
      background-image: url("https://img21.shop-pro.jp/PA01504/238/etc_base64/dG9wX3NsaWRlcl9zaGlraTJfc3A.jpg?cmsp_timestamp=20240330084829");
    }
    #slider div:first-child {
      position: relative;
    }
    #slider div:first-child a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }
  }
  /******************************/
  /* NEWS */
  /******************************/
  .p-line-informaiton {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #fff;
  }
  @media screen and (max-width: 767px) {
    .p-line-informaiton {
      padding-left: 20px;
      padding-right: 20px;
    }
  }
  .p-line-informaiton__wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
  }
  @media only screen and (max-width: 1023px) {
    .p-line-informaiton__wrap {
      margin-left: 25px;
      margin-right: 25px;
      max-width: inherit;
    }
  }
  @media only screen and (max-width: 767px) {
    .p-line-informaiton__wrap {
      margin-left: 0;
      margin-right: 0;
    }
  }
  .p-line-informaiton-list {
    /* overflow-y: auto; */
    /* max-height: 100px; */
  }
  .p-line-informaiton-list__item {
    display: flex;
    margin-bottom: 15px;
    font-size: 14px;
  }
  @media screen and (max-width: 767px) {
    .p-line-informaiton-list__item {
      display: block;
    }
  }
  .p-line-informaiton-list__item:last-child {
    margin-bottom: 0;
  }
  .p-line-informaiton-list__date {
    width: 120px;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Lucida Grande", sans-serif;
  }
  .p-line-informaiton-list__ttl {
    flex: 1;
  }
  .p-line-informaiton-list__ttl h3 {
    margin-top: 0;
    margin-bottom: 5px;
  }
  ul.news_scroll {
    height: 275px;
    overflow: auto;
    padding-right: 30px;
  }
  ul.news_scroll::-webkit-scrollbar {
    width: 12px;
  }
  ul.news_scroll::-webkit-scrollbar-thumb {
    background: rgba(0, 108, 91, 0.1);
  }
  ul.news_scroll::-webkit-scrollbar-track {
    background: #F6F6F6;
  }
  /******************************/
  /* CONCEPT */
  /******************************/
  .p-concept {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 120px;
    margin-bottom: 120px;
    background: #b3a37e;
  }
  @media screen and (max-width: 1023px) {
    .p-concept {
      margin-top: 60px;
      margin-bottom: 75px;
      margin-left: 25px;
      margin-right: 25px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-concept {
      display: block;
      margin-bottom: 60px;
      margin-left: 0;
      margin-right: 0;
    }
  }
  .p-concept__img {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-height: 380px;
    background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  @media screen and (max-width: 767px) {
    .p-concept__img {
      display: block;
      width: auto;
      min-height: 200px;
      height: 0;
      padding-bottom: 54.29%;
    }
  }
  .p-concept__txt {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 90px;
    width: 50%;
    color: #ffffff;
  }
  @media only screen and (max-width: 1023px) {
    .p-concept__txt {
      padding: 30px 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-concept__txt {
      padding: 40px 20px;
      width: auto;
    }
  }
  .p-concept__ttl {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: normal;
  }
  @media screen and (max-width: 767px) {
    .p-concept__ttl {
      margin-bottom: 15px;
      font-size: 22px;
    }
  }
  .p-concept__body {
    line-height: 2;
    font-size: 14px;
  }
  @media screen and (max-width: 767px) {
    .p-concept__body {
      font-size: 13px;
    }
  }
  /******************************/
  /* RECOMMEND ITEMS */
  /******************************/
  .p-recommend:not(.category_section,.area_section,.category_section,.bnr3_section) {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 45px;
    background-image: url(https://img21.shop-pro.jp/PA01504/238/etc_base64/YmdfcmVjb21tZW5k.png?cmsp_timestamp=20231216150935);
    background-repeat: no-repeat;
    background-position: center top 5%;
    background-size: 110% auto;
  }
  @media screen and (max-width: 1023px) {
    .p-recommend {
      padding-bottom: 45px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-recommend {
      padding-bottom: 30px;
      background-position: center top 14%;
      background-size: 213% auto;
    }
  }
  @media screen and (max-width: 767px) {
    .p-recommend-list {
      margin-left: 0;
      margin-right: 0;
    }
  }
  .p-recommend-item-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -27px;
    margin-right: -27px;
  }
  @media screen and (max-width: 1023px) {
    .p-recommend-item-list {
      margin-left: -17px;
      margin-right: -17px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-recommend-item-list {
      margin-left: -8px;
      margin-right: -8px;
    }
  }
  .p-recommend-item-list__item {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 50px;
    padding-left: 27px;
    padding-right: 27px;
    width: 25%;
    word-break: break-all;
  }
  @media screen and (max-width: 1023px) {
    .p-recommend-item-list__item {
      margin-bottom: 30px;
      padding-left: 17px;
      padding-right: 17px;
      width: 33.3333%;
    }
  }
  @media screen and (max-width: 767px) {
    .p-recommend-item-list__item {
      margin-bottom: 25px;
      padding-left: 8px;
      padding-right: 8px;
      width: 50%;
    }
  }
  .p-recommend-item-list__item.is-hidden {
    display: none;
  }
  .p-recommend h2 {
    position: relative;
  }
  .p-recommend h2 span.index_sub_title {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 14px;
    color: #E0723D;
  }
  /******************************/
  /* TOP GALLERY */
  /******************************/
  .p-gallery {
    padding-top: 0;
    padding-bottom: 0;
    background: #f6f6f6;
  }
  .p-gallery .u-container {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    max-width: unset;
  }
  @media screen and (max-width: 1270px) {
    .p-gallery .u-container {
      padding-left: 0;
      padding-right: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .p-gallery {
      padding-top: 0;
    }
  }
  .p-gallery__wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  @media screen and (max-width: 767px) {
    .p-gallery__wrap {
      display: block;
    }
  }
  .p-gallery__img {
    width: 50%;
  }
  @media screen and (max-width: 767px) {
    .p-gallery__img {
      width: auto;
    }
  }
  .p-gallery__img img {
    width: 100%;
  }
  .p-gallery__img .slick-dots {
    bottom: 20px;
  }
  .p-gallery__img .slick-dots li {
    height: auto;
    padding: 5px 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .p-gallery__img .slick-dots li button {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
  }
  .p-gallery__img .slick-dots li.slick-active button:before {
    top: 1px;
    left: 1px;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .p-gallery__img .p-gallery-slider__item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    height: 380px;
    margin: 0;
  }
  @media screen and (max-width: 767px) {
    .p-gallery__img .p-gallery-slider__item {
      min-height: 250px;
      height: 0;
    }
  }
  .p-gallery__img .p-gallery-slider__item01 {
    background-image: url(https://img21.shop-pro.jp/PA01504/238/etc_base64/dG9wX2Fib3V0X3NsaWRlXzAxX3Rva2FtYWNoaQ.png?cmsp_timestamp=20231228131752);
  }
  .p-gallery__img .p-gallery-slider__item02 {
    background-image: url(https://img21.shop-pro.jp/PA01504/238/etc_base64/dG9wX2Fib3V0X3NsaWRlXzAyX29qaXlh.png?cmsp_timestamp=20231228131752);
  }
  .p-gallery__img .p-gallery-slider__item03 {
    background-image: url(https://img21.shop-pro.jp/PA01504/238/etc_base64/dG9wX2Fib3V0X3NsaWRlXzAzX3RzdW5hbg.png?cmsp_timestamp=20231228131835);
  }
  .p-gallery__txt {
    box-sizing: border-box;
    padding: 30px 0px 30px 90px;
    width: 50%;
  }
  @media only screen and (max-width: 1023px) {
    .p-gallery__txt {
      padding: 30px 0px 30px 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-gallery__txt {
      padding: 60px 20px 70px 20px;
      width: auto;
    }
  }
  .p-gallery__ttl {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: normal;
  }
  @media screen and (max-width: 767px) {
    .p-gallery__ttl {
      margin-bottom: 20px;
      font-size: 22px;
    }
  }
  .p-gallery__body {
    line-height: 2;
    font-size: 14px;
  }
  .p-gallery .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .p-gallery h2 {
    position: relative;
  }
  .p-gallery h2 span.index_sub_title {
    position: absolute;
    top: -30px;
    left: 0;
    font-size: 14px;
    color: #006C5B;
  }
  .p-gallery__body {
    position: relative;
  }
  .p-gallery__body span.p-gallery_btn a {
    position: absolute;
    bottom: -40px;
    left: 0;
    font-size: 15px;
  }
  .p-gallery__body span.p-gallery_btn a::after {
    content: "";
    background-image: url(https://img21.shop-pro.jp/PA01504/238/etc_base64/aWNvbl9hcnJvd19yaWdodA.png?cmsp_timestamp=20231216143051);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23px;
    height: 9px;
    position: absolute;
    top: 10px;
    right: -30px;
    display: inline-block;
  }
  
  .p-gallery .p-gallery__img .p-gallery-slider__item04 {
    background-image: url(https://img21.shop-pro.jp/PA01504/238/etc_base64/dG9wX2Fib3V0X3NsaWRlXzA0X3VvbnVtYQ.png?cmsp_timestamp=20231229092552);
  }
  /******************************/
  /* TOP CATEGORY */
  /******************************/
  .p-recommend.category_section {
    background-color: #F6F6F6;
    padding-top: 80px;
    padding-bottom: 50px;
  }
  .p-recommend.category_section.bg_white  {
    padding-bottom: 80px;
  }
  .p-recommend.category_section .u-container {
    max-width: 750px;
  }
  .p-line-category {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: calc(50% - 27px);
    height: 300px;
    gap: 54px;
    margin-top: 10px;
  }
  .p-line-category a {
    display: contents;
  }
  .p-line-category img {
    /* width: 100%; */
    height: auto;
  }
  .p-line-category img:hover {
    opacity: .8;
  }
  @media (max-width: 576px) {
    .p-line-category {
      flex-direction: row;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
      margin-top: 24px;
      gap: 24px;
    }
  }
  /******************************/
  /* TOP AREA */
  /******************************/
  .p-recommend.area_section {
    background-color: rgba(0, 108, 91, 0.3);
    padding-top: 100px;
    padding-bottom: 50px;
  }
  /******************************/
  /* TOP RANKING */
  /******************************/
  .p-ranking {
    overflow: hidden;
    padding-top: 100px;
    padding-bottom: 45px;
    position: relative;
    background-image: url(https://img21.shop-pro.jp/PA01504/238/etc_base64/YmdfcG9wdWxhcg.png?cmsp_timestamp=20231216171234);
    background-repeat: no-repeat;
    background-position: center top 5%;
    background-size: 110% auto;
  }
  .p-ranking h2 span.index_sub_title {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 14px;
    color: #E0723D;
  }
  @media screen and (max-width: 1023px) {
    .p-ranking {
      padding-top: 90px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-ranking {
      padding-top: 75px;
      padding-bottom: 30px;
      background-position: center top 14%;
      background-size: 213% auto;
    }
  }
  .p-ranking-list {
    box-sizing: border-box;
    padding-left: 6%;
    padding-right: 6%;
  }
  @media screen and (max-width: 1050px) {
    .p-ranking-list {
      margin-left: 20px;
      margin-right: 20px;
    }
  }
  @media screen and (max-width: 1023px) {
    .p-ranking-list {
      margin-left: 0;
      margin-right: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list {
      padding-left: 12%;
      padding-right: 12%;
    }
  }
  .p-ranking-list .slick-list {
    overflow: visible;
  }
  .p-ranking-list .slick-prev {
    left: -5px;
    margin-top: -43px;
  }
  @media screen and (max-width: 1023px) {
    .p-ranking-list .slick-prev {
      left: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-prev {
      margin-top: -30px;
    }
  }
  .p-ranking-list .slick-next {
    right: -5px;
    margin-top: -43px;
  }
  @media screen and (max-width: 1023px) {
    .p-ranking-list .slick-next {
      right: 0;
    }
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list .slick-next {
      margin-top: -30px;
    }
  }
  .p-ranking-list .slick-dotted.slick-slider {
    margin-bottom: 60px;
  }
  .p-ranking-list .slick-dots {
    bottom: -45px;
  }
  .p-ranking-list .slick-dots li {
    margin: 0 2px;
  }
  .p-ranking-list__item {
    position: relative;
    box-sizing: border-box;
    margin-right: 10px;
    margin-left: 10px;
    word-break: break-all;
  }
  @media screen and (max-width: 1023px) {
    .p-ranking-list__item {
      margin-right: 20px;
      margin-left: 20px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list__item {
      margin-right: 8px;
      margin-left: 8px;
    }
  }
  .p-ranking-list__item.slick-active .p-ranking-list__num {
    opacity: 1;
    animation: rankingfadein 0.2s 0s;
  }
  .p-ranking-list__img {
    margin-bottom: 20px;
    background: #ffffff;
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list__img {
      margin-bottom: 10px;
      text-align: center;
    }
  }
  .p-ranking-list__num {
    box-sizing: border-box;
    position: absolute;
    top: 0px;
    right: 0px;
    padding-top: 3px;
    min-width: 30px;
    line-height: 27px;
    font-size: 16px;
    font-weight: bold;
    background: #ffffff;
    color: #2d2d2d;
    text-align: center;
    opacity: 0;
    transition: all ease 0.1s;
  }
  .p-ranking-list__num.is-1 {
    background: #c5b597;
    color: #ffffff;
  }
  .p-ranking-list__num.is-2 {
    background: #b1b9bb;
    color: #ffffff;
  }
  .p-ranking-list__num.is-3 {
    background: #714d3b;
    color: #ffffff;
  }
  @keyframes rankingfadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .p-ranking-list__txt {
    text-align: center;
  }
  .p-ranking-list__ttl {
    font-size: 14px;
  }
  .p-ranking-list__ttl img {
    vertical-align: middle;
  }
  .p-ranking-list__price {
    margin-top: 15px;
    font-size: 14px;
  }
  @media screen and (max-width: 767px) {
    .p-ranking-list__price {
      margin-top: 5px;
      font-size: 13px;
    }
  }
  .p-ranking-list__price.is-default {
    margin-top: 0;
  }
  .p-ranking-list__btn {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  /******************************/
  /* TOP 店舗紹介 */
  /******************************/
  .p-shop {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    margin-top: 120px;
    margin-bottom: 120px;
    background: #b3a37e;
  }
  @media screen and (max-width: 1023px) {
    .p-shop {
      margin-top: 60px;
      margin-bottom: 75px;
      margin-left: 25px;
      margin-right: 25px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-shop {
      display: block;
      margin-bottom: 60px;
      margin-left: 0;
      margin-right: 0;
    }
  }
  .p-shop__img {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    min-height: 380px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  @media screen and (max-width: 767px) {
    .p-shop__img {
      display: block;
      width: auto;
      min-height: 200px;
      height: 0;
      padding-bottom: 54.29%;
    }
  }
  .p-shop__txt {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 90px;
    width: 50%;
    color: #ffffff;
  }
  @media only screen and (max-width: 1023px) {
    .p-shop__txt {
      padding: 30px 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .p-shop__txt {
      padding: 40px 20px;
      width: auto;
    }
  }
  .p-shop__ttl {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: normal;
  }
  @media screen and (max-width: 767px) {
    .p-shop__ttl {
      margin-bottom: 15px;
      font-size: 22px;
    }
  }
  .p-shop__ttl-s {
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: normal;
  }
  @media screen and (max-width: 767px) {
    .p-shop__ttl-s {
      margin-bottom: 15px;
      font-size: 15px;
    }
  }
  .p-shop__body {
    line-height: 2;
    font-size: 14px;
  }
  @media screen and (max-width: 767px) {
    .p-shop__body {
      font-size: 13px;
    }
  }
  .p-shop__url {
    margin-top: 15px;
  }
  .p-shop__url a {
    color: #ffffff;
  }
  .sp_only {
    display: block;
  }
  @media screen and (max-width: 576px) {
    .sp_only {
      display: none;
    }
  }
  .bg_white {
    background-color: #ffffff !important;
  }
  /******************************/
  /* TOP SPECIALITY スライダー */
  /******************************/
  .p-gallery.specialty .p-gallery__img .p-gallery-slider__item01 {
    background-image: url(https://img21.shop-pro.jp/PA01504/238/etc_base64/dG9wX3NwZWNpYWxpdHlfMDFfcmU.jpg?cmsp_timestamp=20231229150104);
  }
  .p-gallery.specialty .p-gallery__img .p-gallery-slider__item02 {
    background-image: url(https://img21.shop-pro.jp/PA01504/238/etc_base64/dG9wX3NwZWNpYWxpdHlfMDI.jpg?cmsp_timestamp=20231229150319);
  }
  .p-gallery.specialty .p-gallery__img .p-gallery-slider__item03 {
    background-image: url(https://img21.shop-pro.jp/PA01504/238/etc_base64/dG9wX3NwZWNpYWx0eV9lbm9raQ.png?cmsp_timestamp=20240417142319);
  }
  .p-gallery.specialty .p-gallery__wrap {
    flex-direction: row-reverse;
  }
  .p-gallery.specialty .p-gallery__img .p-gallery-slider__item {
    background-position: left;
  }
  .p-gallery.specialty .p-gallery__txt {
    width: unset;
  }
  /******************************/
  /* TOP 最近チェックした商品、カレンダー 非表示 */
  /******************************/
  .p-checked.u-container,
  .p-calendar {
    display: none;
  }
  /******************************/
  /* TOP ショッピングガイド */
  /******************************/
  .p-shopguide h2 {
    position: relative;
  }
  .p-shopguide h2::before {
    content: "GUIDE";
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 14px;
    color: #E0723D;
  }
  /******************************/
  /* TOP ヘッター 3バナー */
  /******************************/
  .p-recommend.bnr3_section .p-recommend-item-list__item {
    width: 33%;
  }
  .p-recommend.bnr3_section .u-square-img:before {
    padding-top: 142px;
  }
  .p-recommend .u-square-img:before,
  .p-recommend .c-item-list__img {
    background: transparent;
  }
  @media screen and (max-width: 767px) {
    .p-recommend.bnr3_section {
      padding-top: 0;
    }
    .p-recommend.bnr3_section .p-recommend-item-list__item {
      width: 50%;
      height: 60px;
    }
  }