.l-header__inner {
  background: none;
}

#index-view {
  padding-top: 0 !important;
}

.c-btn {
  margin-top: 48px;
}

/* =======================================
 FV
 ======================================= */
.fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  width: 100%;
  height: 100svh;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-block: 32px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 999px) {
  .fv {
    height: 725px;
  }
}
@media only screen and (max-width: 719px) {
  .fv {
    height: 433px;
  }
}
.fv::before {
  content: "";
  height: 54px;
}
@media only screen and (max-width: 719px) {
  .fv::before {
    height: 124px;
  }
}
.fv__movie {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv__txt {
  font-family: var(--font-en);
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}
@media only screen and (max-width: 719px) {
  .fv__txt {
    font-size: 16.33px;
  }
}
.fv__btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 719px) {
  .fv__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 8px;
    gap: 8px;
  }
}
.fv__btn li {
  width: 204px;
  height: 54px;
}
@media only screen and (max-width: 719px) {
  .fv__btn li {
    width: calc(50% - 4px);
    height: 48px;
  }
}
.fv__btn li a {
  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%;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid;
}
@media only screen and (max-width: 719px) {
  .fv__btn li a {
    font-size: 13px;
  }
}

/* =======================================
 ABOUT
 ======================================= */
.about {
  width: 100%;
  text-align: center;
}
.about__ttl {
  font-family: var(--font-en);
  color: var(--color-primary);
  line-height: 1;
  font-size: 38px;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 48px;
}
@media only screen and (max-width: 999px) {
  .about__ttl {
    font-size: 28px;
  }
}
@media only screen and (max-width: 719px) {
  .about__ttl {
    line-height: 1.4;
  }
}

.p-idx {
  /* =======================================
  TRENDING
  ======================================= */
  /* =======================================
  CATE
  ======================================= */
  /* =======================================
  SECTION
  ======================================= */
  /* =======================================
  FAQ
  ======================================= */
  /* =======================================
  NEWS
  ======================================= */
}
.p-idx-item__analysis {
  gap: 0 !important;
}
.p-idx-item__analysis {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 14px 14px 12px;
  border-radius: 16px;
  background-color: rgba(240, 240, 240, 0.48);
  backdrop-filter: blur(8px);
}
@media only screen and (max-width: 999px) {
  .p-idx-item__analysis {
    padding-bottom: 44px;
  }
}
@media only screen and (max-width: 719px) {
  .p-idx-item__analysis {
    padding-bottom: 34px;
  }
}
.p-idx-item__label {
  width: 36px;
  height: 16px;
  color: #fff;
  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;
  font-size: 10px;
  font-weight: 500;
  background-color: var(--color-primary);
  border-radius: 4px;
}
.p-idx-item__icon {
  width: 48px;
  margin: 34px auto 16px;
}
@media only screen and (max-width: 999px) {
  .p-idx-item__icon {
    margin-top: 14px;
  }
}
@media only screen and (max-width: 719px) {
  .p-idx-item__icon {
    margin-bottom: 8px;
  }
}
.p-idx-item__txt {
  font-size: 10px;
  line-height: 1.6;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-block: 16px;
}
@media only screen and (max-width: 999px) {
  .p-idx-item__txt {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 719px) {
  .p-idx-item__txt {
    margin-top: 8px;
  }
}
.p-idx-item__more {
  margin-top: auto;
  font-size: 13px;
  font-weight: 500;
}
.p-idx-itemWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media only screen and (max-width: 999px) {
  .p-idx-itemWrapper {
    gap: 16px;
    max-width: 424px;
    margin-left: auto;
    margin-right: auto;
    margin-inline: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 719px) {
  .p-idx-itemWrapper {
    gap: 14px 8px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-idx-itemWrapper .c-item {
  width: calc(25% - 12px);
}
@media only screen and (max-width: 999px) {
  .p-idx-itemWrapper .c-item {
    width: calc(50% - 8px);
  }
}
@media only screen and (max-width: 719px) {
  .p-idx-itemWrapper .c-item {
    width: calc(50% - 4px);
  }
}
.p-idx-cat {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width: 999px) {
  .p-idx-cat {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 33.3333333%;
  }
}
@media only screen and (max-width: 719px) {
  .p-idx-cat {
    width: 50%;
  }
}
.p-idx-cat a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  text-align: center;
}
.p-idx-cat__thumb {
  width: 83.0985915493%;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
.p-idx-cat__thumb img {
  border-radius: 50%;
}
.p-idx-cat__ttl {
  color: #000;
  font-size: 13px;
  font-weight: bold;
}
.p-idx-catWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media only screen and (max-width: 999px) {
  .p-idx-catWrapper {
    gap: 16px 0;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    margin-inline: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 719px) {
  .p-idx-catWrapper {
    max-width: 284px;
    margin-left: auto;
    margin-right: auto;
    margin-inline: auto;
  }
}
.p-idx-sec {
  width: 100%;
  position: relative;
  z-index: 1;
}
.p-idx-sec::before {
  content: "";
  width: 100%;
  height: 294px;
  background: no-repeat 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.p-idx-sec.tboost::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/shopalphamalecoj/uploads/assets_new/img/top/bg_tboost.webp);
}
@media only screen and (max-width: 719px) {
  .p-idx-sec.tboost::before {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/shopalphamalecoj/uploads/assets_new/img/top/bg_tboost_sp.webp);
  }
}
.p-idx-sec.condition::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/shopalphamalecoj/uploads/assets_new/img/top/bg_condition.webp);
}
@media only screen and (max-width: 719px) {
  .p-idx-sec.condition::before {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/shopalphamalecoj/uploads/assets_new/img/top/bg_condition_sp.webp);
  }
}
.p-idx-sec.mens::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/shopalphamalecoj/uploads/assets_new/img/top/bg_mens.webp);
}
@media only screen and (max-width: 719px) {
  .p-idx-sec.mens::before {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/shopalphamalecoj/uploads/assets_new/img/top/bg_mens_sp.webp);
  }
}
.p-idx-sec.analysis::before {
  background-image: url(https://d2w53g1q050m78.cloudfront.net/shopalphamalecoj/uploads/assets_new/img/top/bg_analysis.webp);
}
@media only screen and (max-width: 719px) {
  .p-idx-sec.analysis::before {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/shopalphamalecoj/uploads/assets_new/img/top/bg_analysis_sp.webp);
  }
}
.p-idx-sec__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 218px;
  text-align: center;
  gap: 32px;
  padding-top: 64px;
}
@media only screen and (max-width: 719px) {
  .p-idx-sec__head {
    padding-left: 24px;
    padding-right: 24px;
    padding-inline: 24px;
  }
}
.p-idx-sec__head__ttl {
  color: #fff;
  font-size: 38px;
  line-height: 0.8;
  letter-spacing: 0.08em;
  font-family: var(--font-en);
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 999px) {
  .p-idx-sec__head__ttl {
    font-size: 28px;
  }
}
.p-idx-sec__head__txt {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
}
.p-idx-other {
  width: 100%;
  padding: 48px 0 64px;
  background: var(--color-gray);
}
.p-idx-faq {
  width: 100%;
  border-radius: 16px;
  background-color: #fff;
}
.p-idx-faq dt {
  width: 100%;
  padding: 18px 50px 18px 16px;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  gap: 8px;
}
.p-idx-faq dt::before {
  content: "Q";
  font-size: 18px;
  color: var(--color-primary);
  font-weight: bold;
  line-height: 1.2;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-idx-faq dt::after {
  content: "";
  border: solid var(--color-primary);
  border-width: 0 3px 3px 0;
  padding: 5px;
  position: absolute;
  right: 20px;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.p-idx-faq.is-active dt::after {
  -webkit-transform: translateY(-12%) rotate(-135deg);
          transform: translateY(-12%) rotate(-135deg);
}
.p-idx-faq dd {
  display: none;
  width: 100%;
  padding: 0 16px 18px;
}
.p-idx-faq dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
  gap: 8px;
}
.p-idx-faqWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-idx-faq__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
}
@media only screen and (max-width: 719px) {
  .p-idx-faq__line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 26px;
    background-color: #fff;
    border-radius: 20px;
    padding: 32px 40px 32px;
  }
}
.p-idx-faq__line__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  padding: 32px 40px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
}
@media only screen and (max-width: 719px) {
  .p-idx-faq__line__info {
    padding: 0;
    width: 100%;
  }
}
.p-idx-faq__line__btn {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: auto;
  padding-top: 24px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media only screen and (max-width: 719px) {
  .p-idx-faq__line__btn {
    padding-top: 26px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-idx-faq__line__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  border-radius: 0 20px 20px 0;
}
@media only screen and (max-width: 719px) {
  .p-idx-faq__line__img {
    width: 160px;
    aspect-ratio: 1;
    border-radius: 50%;
  }
}
.p-idx-faq__line__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-idx-news a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
}
@media only screen and (max-width: 719px) {
  .p-idx-news a {
    gap: 6px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-idx-news__date {
  width: 84px;
  line-height: 22px;
  font-size: 12px;
  color: var(--color-primary);
  font-family: var(--font-line);
  font-weight: 900;
}
@media only screen and (max-width: 719px) {
  .p-idx-news__date {
    width: 100%;
    font-size: 13px;
  }
}
.p-idx-news__ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: underline;
}
.p-idx-newsWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media only screen and (max-width: 719px) {
  .p-idx-newsWrapper {
    padding-left: 8px;
    padding-right: 8px;
    padding-inline: 8px;
  }
}