@charset "UTF-8";
/* =======================================
共通、汎用css
 ======================================= */
@font-face {
  font-family: "LINE Seed JP";
  src: url("https://alphamale.co.jp/fonts/LINESeedJP_OTF_Eb.woff2") format("woff2"), url("https://alphamale.co.jp/fonts/LINESeedJP_OTF_Eb.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
:root {
  --font-gothic:
      "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
  --font-noto: "Noto Sans JP", sans-serif;
  --font-cg: "Cormorant Garamond", serif;
  --font-roboto: "Roboto", sans-serif;
  --font-roboto-co: "Roboto Condensed", sans-serif;
  --font-en: "Audiowide", sans-serif;
  --font-line: "LINE Seed JP", sans-serif;
  --color-primary: #1977d6;
  --color-secondary: #de1f1f;
  --color-black: #1a1a1a;
  --color-gray: #f5f5f5;
  --color-line: #06c755;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a img {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a:hover img {
  opacity: 0.8;
}
a.opacity {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
a.opacity:hover {
  opacity: 0.8;
}

body {
  border-top: none;
  background: #f5f5f5;
  background: var(--color-gray);
  letter-spacing: 0;
}

input,
textarea {
  min-width: 620px;
}
@media screen and (max-width: 768px) {
  input,
  textarea {
    min-width: 100%;
  }
}

#contents {
  max-width: 100%;
  padding: 0;
}

.l-outer {
  padding: 45px 0;
}

.l-inner {
  width: auto;
  max-width: 1008px;
  padding-left: 64px;
  padding-right: 64px;
  padding-inline: 64px;
  margin-left: auto;
  margin-right: auto;
  margin-inline: auto;
}
@media only screen and (max-width: 749px) {
  .l-inner {
    padding-left: 8px;
    padding-right: 8px;
    padding-inline: 8px;
  }
}
.l-inner__bg {
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 64px 8px;
}

.c-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;
  text-align: center;
  width: 100%;
  gap: 8px;
  margin-bottom: 32px;
}
.c-head__subttl {
  font-family: "LINE Seed JP", sans-serif;
  font-family: var(--font-line);
  color: #1977d6;
  color: var(--color-primary);
  font-weight: 900;
  font-size: 12px;
  line-height: 1;
}
.c-head__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-family: var(--font-noto);
  line-height: 1.45;
  font-weight: 700;
  font-size: 24px;
}

.faq_box {
  padding: 0 0 32px;
}
.faq_box .rclist_03 {
  margin: 0 auto;
  max-width: 620px;
}
.faq_box .rclist_03 li {
  display: block;
  width: 100%;
  border: 1px solid #aaaaaa;
  border-radius: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  padding: 0;
  margin-bottom: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.faq_box .rclist_03 li:last-child {
  margin-bottom: 0;
}
.faq_box .rclist_03 li input[type=radio] + label {
  background-image: none;
}
.faq_box .rclist_03 li label {
  padding: 16px;
}
.faq_box .rclist_03 li.on {
  color: #ffffff;
  background: #1977d6;
  background: var(--color-primary);
}
.faq_box .rclist_03 li.on input[type=radio] + label {
  background-image: none;
}

.btn_area {
  margin: 0 auto;
  max-width: 620px;
}
.btn_area a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.btn_area a:hover {
  opacity: 0.8;
  background-image: none;
}
.btn_area .backlink {
  width: auto;
  width: initial;
  background: none;
}
.btn_area .backlink a {
  font-size: 14px !important;
}
.btn_area .backlink a {
  background-color: #fff;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
  font-family: var(--font-gothic);
  font-style: normal;
  font-style: initial;
  background-image: none;
  color: #1a1a1a;
  color: var(--color-black);
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  width: 126px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 9999px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0;
  position: relative;
  border: 1px solid #1a1a1a;
  border: 1px solid var(--color-black);
}
.btn_area .backlink a::before {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background: url(https://d2w53g1q050m78.cloudfront.net/shopalphamalecoj/uploads/assets_new/img/common/ico_arrow_reverse_block.svg) no-repeat;
  background-size: cover;
}
.btn_area .nextlink {
  width: auto;
  width: initial;
}
.btn_area .next_btn {
  font-size: 14px !important;
}
.btn_area .next_btn {
  background-color: #1a1a1a;
  background-color: var(--color-black);
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
      sans-serif;
  font-family: var(--font-gothic);
  font-style: normal;
  font-style: initial;
  background-image: none;
  color: #ffffff;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  width: 126px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 9999px;
  margin: 0;
  position: relative;
  border: 1px solid #1a1a1a;
  border: 1px solid var(--color-black);
}
.btn_area .next_btn::after {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background: url(https://d2w53g1q050m78.cloudfront.net/shopalphamalecoj/uploads/assets_new/img/common/ico_arrow.svg) no-repeat;
  background-size: cover;
}

/* =======================================
 トップページ
 ======================================= */
.toppage {
  padding: 0;
}
.toppage p {
  font-weight: normal;
  letter-spacing: 0;
  margin: 0;
}
.toppage .mv {
  margin: 0 auto 30px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .toppage .mv {
    max-width: 568px;
  }
}
@media screen and (max-width: 749px) {
  .toppage .mv {
    margin-left: -8px;
    margin-right: -8px;
    padding-top: 100%;
  }
}
@media screen and (min-width: 750px) {
  .toppage .mv img {
    border-radius: 16px;
  }
}
@media screen and (max-width: 749px) {
  .toppage .mv img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.toppage .txt01 {
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
  max-width: 610px;
  margin: 0 auto 16px;
}
.toppage .btn_area {
  margin: 35px auto 15px;
}
.toppage .btn_area .next_btn {
  width: 204px;
  height: 54px;
  background-color: #1977d6;
  background-color: var(--color-primary);
  border: none;
  margin: 0 auto;
}
.toppage .btn_area .next_btn::after {
  display: none;
}
.toppage .txt02 {
  font-size: 14px;
  text-align: center;
  opacity: 0.64;
}

/* =======================================
 診断結果
 ======================================= */
#contents .result_box .content_container {
  background: none;
  margin: 0 auto 16px;
  padding: 0;
  background: #fff;
  border-radius: 16px;
  padding: 64px 8px;
}
#contents .result_box .content_container:last-child {
  margin-bottom: 0;
}
#contents .result_box .description {
  max-width: 620px;
  margin: 0 auto;
  line-height: 1.6;
}
#contents .result_box .description.result_description {
  font-size: 14px;
  font-weight: normal;
  max-width: 556px;
}
#contents .result_box .total_result_container {
  margin-bottom: 32px;
  display: block;
}
#contents .result_box .total_result_container img {
  width: 100%;
  max-width: 260px;
}
@media screen and (max-width: 749px) {
  #contents .result_box .special_comment .specialist_prof {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #contents .result_box .special_comment .specialist_prof img {
    margin-right: 15px;
  }
}
#contents .result_box .special_comment .specialist_prof img {
  border: none;
  width: 64px;
}
#contents .result_box .special_comment .specialist_prof_container {
  width: auto;
}
@media screen and (max-width: 749px) {
  #contents .result_box .special_comment .specialist_prof_container {
    margin-top: 0;
  }
}
#contents .result_box .special_comment .specialist_prof_container .sp_sub {
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2px;
}
#contents .result_box .special_comment .specialist_prof_container .sp_main {
  font-size: 18px;
  text-align: center;
}
#contents .result_box .special_comment .description {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 32px;
}
#contents .result_box .mechanisms .description {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 32px;
}
#contents .result_box .mechanisms .mechanisms_container {
  max-width: 620px;
  margin: 0 auto;
}
#contents .result_box .mechanisms .mechanisms_container .mechanism {
  margin-bottom: 16px;
}
@media screen and (max-width: 749px) {
  #contents .result_box .mechanisms .mechanisms_container .mechanism {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#contents .result_box .mechanisms .mechanisms_container .mechanism:last-child {
  margin-bottom: 0;
}
#contents .result_box .mechanisms .mechanisms_container .mechanism img {
  width: 80px;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
#contents .result_box .mechanisms .mechanisms_container .mechanism .mec_info {
  width: calc(100% - 80px);
  padding-left: 16px;
}
@media screen and (max-width: 749px) {
  #contents .result_box .mechanisms .mechanisms_container .mechanism .mec_info {
    margin-top: 0;
    text-align: left;
  }
}
#contents .result_box .mechanisms .mechanisms_container .mechanism .mec_info .mec_title {
  font-size: 14px;
}
#contents .result_box .mechanisms .mechanisms_container .mechanism .mec_info .mec_description {
  font-size: 14px;
  line-height: 1.6;
}
#contents .result_box .contents .description {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 64px;
}
#contents .result_box .contents .articles {
  max-width: 620px;
  margin: 0 auto 64px;
}
#contents .result_box .contents .articles:last-child {
  margin-bottom: 0;
}
#contents .result_box .contents .articles .article_container_title {
  font-size: 18px;
  text-align: center;
  padding: 0;
  margin: 0 0 32px;
}
#contents .result_box .contents .articles .article_container_title:before {
  display: none;
}
#contents .result_box .contents .articles .articles_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 16px;
}
#contents .result_box .contents .articles .articles_container .article {
  width: calc(50% - 8px);
  border: none;
  margin-bottom: 0;
  border-radius: 0;
  display: block;
}
@media screen and (max-width: 749px) {
  #contents .result_box .contents .articles .articles_container .article {
    width: 100%;
  }
}
#contents .result_box .contents .articles .articles_container .article .img_container {
  width: 100%;
  margin-bottom: 12px;
}
#contents .result_box .contents .articles .articles_container .article .img_container img {
  border-radius: 8px;
}
#contents .result_box .contents .articles .articles_container .article .article_title {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
  font-size: 14px;
}
#contents .result_box .contents .articles .articles_container .article .article_info {
  width: 100%;
  margin: 0;
}
#contents .result_box .contents .articles .articles_container .article .article_info .article_desc {
  display: none;
}
#contents .result_box .btn {
  max-width: 320px;
  height: 56px;
  width: 100%;
  font-size: 14px;
  color: #ffffff;
  background-image: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0;
  margin: 0 auto 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 9999px;
  position: relative;
}
#contents .result_box .btn.line {
  background: #06c755;
  background: var(--color-line);
}
#contents .result_box .btn.top {
  color: #1a1a1a;
  color: var(--color-black);
  background: #fff;
  border: 1px solid #1a1a1a;
  border: 1px solid var(--color-black);
}
#contents .result_box .btn.top::after {
  display: none;
}
#contents .result_box .btn::after {
  content: "";
  width: 24px;
  aspect-ratio: 1;
  background: url(https://d2w53g1q050m78.cloudfront.net/shopalphamalecoj/uploads/assets_new/img/common/ico_arrow.svg) no-repeat;
  background-size: cover;
  position: relative;
  bottom: 0;
}
#contents .result_box .btn:hover {
  opacity: 0.8;
}
#contents .result_box .btn:last-of-type {
  margin-bottom: 0;
}

/* =======================================
 ヘッダー
 ======================================= */
header {
  border-top: none;
  padding: 0;
}
@media screen and (max-width: 749px) {
  header {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
    background-color: none;
    backdrop-filter: none;
  }
}

.l-header {
  position: relative;
  background-color: #1a1a1a;
  background-color: var(--color-black);
  padding: 25px 0;
}
.l-header__logo {
  width: 120px;
  margin: 0 auto;
}

/* =======================================
 フッター
 ======================================= */
.l-footer {
  background-color: #1a1a1a !important;
  background-color: var(--color-black) !important;
}
.l-footer {
  width: 100%;
  padding: 50px 16px;
  border-top: none;
  text-align: center;
}
.l-footer img {
  width: 100%;
  margin: 0;
}
.l-footer__logo {
  width: 120px;
  margin: 0 auto 25px;
}
.l-footer__copy {
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  color: rgba(255, 255, 255, 0.75);
}