/******************************/
/* CONCEPT */
/******************************/
.p-concept {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 90px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-concept {
    display: block;
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.p-concept__img {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 600px;
  background-image: url(https://b-brosinc.jp/newsimg/20250325.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
.p-concept__img {
    width: auto;
    min-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__img {
    width: auto;
    min-height: 400px;
  }
}
.p-concept__txt {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 90px;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .p-concept__txt {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-concept__txt {
    padding: 45px 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;
}
/******************************/
/* RECOMMEND ITEMS */
/******************************/
.p-recommend {
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-recommend {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.p-recommend-item-list {
  display: flex;
  flex-wrap: wrap;
}
.p-recommend-item-list__item {
  position: relative;
  box-sizing: border-box;
  width: 25%;
  word-break: break-all;
  padding: 10px;
}
@media screen and (max-width: 1023px) {
  .p-recommend-item-list__item {
    margin-bottom: 20px;
    width: 33.3333%;
  }
}
@media screen and (max-width: 767px) {
  .p-recommend-item-list__item {
    width: 50%;
    padding: 0px;
  }
}
.p-recommend-item-list__item.is-hidden {
  display: none;
}
.p-recommend-item-list__item:hover .c-item-list__txt {
  opacity: 1;
}
.p-recommend-bg img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .p-recommend-bg img {
    object-fit: cover;
    height: 270px;
  }
}
/******************************/
/* TOP RANKING */
/******************************/
.p-ranking {
  overflow: hidden;
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    margin-top: 90px;
    margin-bottom: 60px;
  }
}
.p-ranking-list {
  box-sizing: border-box;
}
.p-ranking-list__item {
  position: relative;
  box-sizing: border-box;
  word-break: break-all;
  padding: 15px;
}
.p-ranking-list__item.is-hidden {
  display: none;
}
.p-ranking-list__item:hover .c-item-list__txt {
  opacity: 1;
}
@media screen and (max-width: 767px) {
.p-ranking-list__item {
  padding: 0px;
}
}
.p-ranking-list__num {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100;
  padding-top: 3px;
  min-width: 60px;
  line-height: 57px;
  font-size: 28px;
  font-weight: bold;
  background: #777777;
  color: #f5f5f5;
  text-align: center;
  transition: all ease 0.1s;
}
@media screen and (max-width: 1023px) {
  .p-ranking-list__num {
    top: 0px;
    left: 0px;
    padding-top: 3px;
    min-width: 45px;
    line-height: 42px;
    font-size: 21px;
  }
}
@media screen and (max-width: 767px) {
  .p-ranking-list__num {
    top: 0px;
    left: 0px;
    padding-top: 3px;
    min-width: 30px;
    line-height: 27px;
    font-size: 17px;
  }
}
.p-ranking-list__num.is-1 {
  background: #dbc131;
  color: #ffffff;
}
.p-ranking-list__num.is-2 {
  background: #bababa;
  color: #ffffff;
}
.p-ranking-list__num.is-3 {
  background: #c09257;
  color: #ffffff;
}
@keyframes rankingfadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/******************************/
/* TOP 店舗紹介 */
/******************************/
.p-shop {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-shop {
    display: block;
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.p-shop__img {
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-shop__img {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.p-shop__txt {
  text-align: center;
}
.p-shop__ttl {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-shop__ttl {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
.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: #2d2d2d;
}
.p-free {
  overflow: hidden;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-free {
    margin-top: 60px;
  }
}
.p-free img {
  display: block;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
}
@media screen and (max-width: 1023px) {
  .p-free img {
    object-fit: cover;
    height: 270px;
  }
}

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 0;
  width: 100%;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 40px;
  border-bottom: 4px solid #333333;
  background-color: #f5f5f5;
  line-height: 43px;
  font-size: 18px;
  text-align: center;
  color: #333333;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  padding: 20px 0;
  text-align: center;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  width: 95%;
  padding: 0px 0px;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #333333;
  color: #ffffff;
  text-align: center;
}

/*オープニング演出*/
.shutter{
  width: 100%;
  height: 100%;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin: auto;
  background-color:#FFF;
  z-index:99999999;
  -webkit-animation: byeShutter 2s forwards;
  animation: byeShutter 2s forwards;
}
.logo_wani {
  position: absolute;
  width: 300px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: logo 1.6s forwards;
  animation: logo 1.6s forwards;
  animation-delay: 0.45s;
}
@keyframes byeShutter {
70% {
  opacity: 1;
}
100% {
  display: none;
  opacity: 0;
  z-index: -1;
}
}
@keyframes logo {
0% {
  opacity: 1;
}
  
50% {
  transform: rotate(0deg);     
}
  100% {
  transform: scale(5);
  }
}
@media screen and (max-width: 767px) {
  .logo_wani {
position: absolute;
  width: 200px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: logo 1.6s forwards;
  animation: logo 1.6s forwards;
  animation-delay: 0.45s;
  }
}
