/*rufの専用CSSです。CSSの追加・修正を行う場合に記載してください。
  読み込んでいる他のCSSとのバッティングにはご注意ください。*/

.column-media > div {
  max-width: 100%;
}

.pd-0{
  padding-bottom: 0 !important;
}
.sp-br {
  display: none; /* パソコン時は、brタグを表示しない＝改行しない */
}

.category_link a{
  display:block;
  color: #707070;
}

.flex_container{
  display: inline-flex;
  justify-content:center;
  flex-wrap: wrap;
}

.flex_item{
  width: 300px;
  padding: 0px 10px;
  margin: 10px 0px;
}

.category_btn{
  margin: 1.5rem;
  padding: 10px;
  border: 1px solid #adadad;
  border-radius: 5px;
  text-align: center;
}

.text-error{
  color: #b54f4f;
}

.mt-100{
  margin-top: 60px;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .sp-br { /*brタグ表示＝改行する */
    display: inline;
  å}	
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .sp-br { /*brタグ表示＝改行する */
    display: inline;
  }	
  .mt-100{
    margin-top: 100px;
  }
  section.l-3column__item.p-card:nth-child(4n) {
    margin: 0 !important;
  }	
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .mt-100{
    margin-top: 100px;
  }	
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .mt-100{
    margin-top: 100px;
  }	
}

@media screen and (min-width: 1120px) {
  .p-list-summary__item__title {
    flex: 0 0 37%;
  }
  .mt-100{
    margin-top: 100px;
  }
}


/* キャンペーンバナー */
.c-campaign-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-campaign__link {
  display: block;
  transition: all .3s;
}
.c-campaign__link:hover {
  opacity: .6;
}

.c-campaign__banner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.c-campaign__banner img {
  width: 100%;
  height: auto;
}


/* instagramリンク */
.p-logo__social {
  margin-top: 20px;
}

.p-logo__social a {
  display: block;
}

.p-navi__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  line-height: 1;
}

.p-navi__sns li + li {
  margin-left: 18px;
}

.p-navi__sns a {
  display: block;
  color: #b5b5b5;
}

@media (min-width: 768px) {
  .p-navi__sns {
    display: none;
  }
}