.p-sub-category {
  margin: 30px 10px;
  padding: 0;
  list-style-type: none;
}

.p-sub-category::after {
  display: block;
  clear: both;
  content: '';
}

.p-sub-category__item {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding: 10px 5px;
}

.p-sub-category__image {
  display: block;
  margin-bottom: 10px;
}

.p-sub-category__link {
  display: block;
  transition: opacity .2s;
  text-decoration: none;
  color: #333;
}

.p-sub-category__link:hover {
  opacity: .66;
}

.p-sub-category__link:active {
  opacity: 1;
}

.p-sub-category__name {
  line-height: 1.3;
  position: relative;
  display: block;
  padding-left: .8em;
}

.p-sub-category__name::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '-';
}

@media screen and (min-width: 600px) {
  .p-sub-category {
    margin-right: 0;
    margin-left: 0;
  }

  .p-sub-category__item {
    width: 25%;
    padding: 15px 10px;
  }

  .p-sub-category__item:nth-child(4n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 599px) {
  .p-sub-category__item:nth-child(2n + 1) {
    clear: both;
  }
}

/* 友達追加バナー */
.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 300px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
  }
}

.p-group-desc-area {
  background-color: #FFF;
  padding-bottom: 80px;
}

.group-title {
  color: #583308;
  text-align: center;
  font-family: "BIZ UDGothic";
  font-size: 49px;
  font-style: normal;
  font-weight: 600;
  line-height: 75px; /* 153.061% */
  letter-spacing: 5.39px;
}
@media screen and (max-width: 1020px) {
  .group-title {
    color: #583308;
    text-align: center;
    font-family: "BIZ UDGothic";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px; /* 300% */
    letter-spacing: 2.75px;
  }
}

.group-sub-title {
  color: #583308;
  text-align: center;
  font-family: "BIZ UDGothic";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 75px; /* 187.5% */
  letter-spacing: 4.4px;

  margin: 80px auto;
}
@media screen and (max-width: 1020px) {
  .group-sub-title {
    color: #583308;
    text-align: center;
    font-family: "BIZ UDGothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 375% */
    letter-spacing: 2.2px;

    margin: 40px auto;
  }
}

.group-desc-first-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
  flex-direction: row;
}
@media screen and (max-width: 1020px) {
  .group-desc-first-area {
    flex-direction: column;
  }
}

.group-desc-second-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto;
  flex-direction: row-reverse;
}
.group-desc-second-area img {
  margin-left: auto;
}
@media screen and (max-width: 1020px) {
  .group-desc-second-area {
    flex-direction: column;
    margin: 20px auto;
  }
  .group-desc-second-area img {
    margin-left: none;
  }
}
.group-desc-item {
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  max-width: 588px;
  width: 100%;
}
@media screen and (max-width: 1020px) {
  .group-desc-item {
    margin: 20px auto;
    width: 90%;
  }
}
.group-desc-header-text {
  color: #583308;
  font-family: "BIZ UDGothic";
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px; /* 203.704% */
  letter-spacing: 2.97px;
}
@media screen and (max-width: 1020px) {
  .group-desc-header-text {
    color: #583308;
    font-family: "BIZ UDGothic";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 166.667% */
    letter-spacing: 3.15px;
    margin: 0 18px;
  }
}
.group-desc-image {
  width: 420px;
  height: 420px;
}
@media screen and (max-width: 1020px) {
  .group-desc-image {
    width: 100%;
    height: auto;
    margin: auto;
  }
}
.group-desc-text {
  color: #000;
  font-family: "BIZ UDGothic";
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 192.308% */
  letter-spacing: 1.3px;
}
@media screen and (max-width: 1020px) {
  .group-desc-text {
    color: #000;
    font-family: "BIZ UDGothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 178.571% */
    letter-spacing: 1.2px;
    margin: 0 12px;
  }
}
.feature-icons-area {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 120px;
  width: 100%;
  overflow: scroll;
}

.feature-icons-area img {
  max-width: none;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (min-width: 1160px) {
  .feature-icons-area {
    justify-content: center;
  }
  .feature-icons-area img {
    max-width: 100%;
  }
}
