@charset "UTF-8";

@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap);

@font-face {
  font-family: 'Adobe Garamond Pro Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Adobe Garamond Pro Italic"), url("/lp/mens_trial_2024/fonts/AGaramondPro-Italic.woff") format("woff");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #303030;
  font-size: 62.5%;
  max-width: 100%;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1200px) {
  html {
    min-width: 1200px;
    font-feature-settings: 'palt';
  }
}

@media screen and (max-width: 900px) {
  html {
    min-width: 100%;
  }
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  html {
    overflow-x: hidden;
  }
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}

img,
video {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
}

ul {
  list-style-type: none;
}

input[type="submit"],
input[type="button"] {
  border-style: none;
  cursor: pointer;
}

img.cover,
video.cover {
  object-fit: cover;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

.fc-red {
  color: #ff3d00;
}
.fc-yellow {
  color: #F7ED00;
}
.marker {
  background: linear-gradient(transparent 0%, transparent 54%, #FCF175 44%, #FCF175 100%, transparent 100%);
}

#FrmInner {
  max-width: 640px !important;
  margin-top: 40px;
}

/** Anchor offset **/
:target {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  :target {
    top: -90px;
  }
}

[class^="btn-"] {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 200px;
  max-width: 200px;
  margin: 25px 37.5px 25px 0;
  text-transform: uppercase;
  border: 1px solid currentColor;
}

@media screen and (max-width: 767px) {
  [class^="btn-"] {
    margin: 25px 0;
  }
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  height: calc(60 * 100vw / 1366);
  font-size: calc(30 * 100vw / 1366);
  color: #fff;
  font-weight: 700;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .button {
    width: 100% !important;
    height: calc(120 * 100vw / 780);
    font-size: calc(48 * 100vw / 780);
    text-align: center;
  }
}
@media screen and (min-width: 1366px) {
  .button {
    height: 60px;
    font-size: 30px;
  }
}

.button>span {
  z-index: 1;
}

.button--short {
  width: 490px;
}
@media screen and (min-width: 1366px) {
  .button--short {
    width: 490px;
  }
}

.button--long {
  width: 700px;
}

.button--gradient {
  background: linear-gradient(90deg, #6eb0f2 0%, #4b54bc 65%);
  border-radius: 50px;
  position: relative;
}

.button--transparent {
  background: transparent;
  border: 1px solid #fff;
}

.button--transparent::before {
  display: none;
}

.button--orange {
  width: 100%;
  background: linear-gradient(90deg, #f69d44 0%, #ee8d1a 100%);
  border: 1px solid #999;
  position: relative;
  transition: 0.3s ease-in-out;
}

.button__store-search {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .button__store-search {
    right: 10px;
    bottom: 10px;
    width: 24vw;
    height: 24vw;
  }
  .button__store-search img {
    width: 100%;
    height: auto;
  }
}

.page__container {
  width: calc(950 * 100vw / 1366);
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page__container {
    width: auto;
    margin: 0 calc(30 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .page__container {
    width: 950px;
  }
}

.ada_modal_wrap .ada_modal a:hover {
  opacity: 1;
}

.fv-count {
  background-color: #5860c1;
  color: #fff;
  padding: calc(15 * 100vw / 780) calc(18 * 100vw / 780) calc(25 * 100vw / 780);
}

@media screen and (min-width: 640px) {
  .fv-count {
    padding: 15px 18px 25px;
  }
}

.fv-count-ttl {
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1;
  margin-bottom: calc(20 * 100vw / 780);
  font-size: calc(60 * 100vw / 780);
}

@media screen and (min-width: 640px) {
  .fv-count-ttl {
    margin-bottom: 20px;
    font-size: 60px;
  }
}

.fv-count-inner {
  position: static;
  background-color: #fff;
  padding: calc(30 * 100vw / 780) calc(20 * 100vw / 780) calc(45 * 100vw / 780);
  border-radius: calc(12 * 100vw / 780);
}

@media screen and (min-width: 640px) {
  .fv-count-inner {
    padding: 30px 20px 45px;
    border-radius: 12px;
  }
}

.fv-count-inner .tick {
  left: calc(-45 * 100vw / 780);
}

@media screen and (min-width: 640px) {
  .fv-count-inner .tick {
    left: -45px;
  }
}

.trial__ttl-head {
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: calc(297 * 100vw / 1366);
  background-image: url("/lp/mens_trial_2024/assets/img/mv__img.webp");
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: calc(52 * 100vw / 1366);
  line-height: calc(66 * 100vw / 1366);
}
@media screen and (max-width: 768px) {
  .trial__ttl-head {
    height: calc(208 * 100vw / 780);
    background-image: url("/lp/mens_trial_2024/assets/img/mv__img_sp.webp");
    font-size: calc(52 * 100vw / 780);
    line-height: calc(60 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .trial__ttl-head {
    height: 297px;
    background-image: url("/lp/mens_trial_2024/assets/img/mv__img.webp");
    font-size: 52px;
    line-height: 66px;
  }
}

.section__title {
  text-align: center;
}
.section__title span {
  display: inline-block;
  font-size: calc(80 * 100vw / 1366);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section__title span {
    font-size: calc(68 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .section__title span {
    font-size: 80px;
  }
}

.section__title br + span {
  margin-top: calc(36 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .section__title br + span {
    margin-top: calc(36 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .section__title br + span {
    margin-top: 36px;
  }
}

.section__title .emp {
  font-size: calc(92 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .section__title .emp {
    font-size: calc(68 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .section__title .emp {
    font-size: 92px;
  }
}

.problem {
  background-color: #F3F3F3;
  padding: calc(60 * 100vw / 1366) 0 calc(110 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .problem {
    padding: calc(120 * 100vw / 780) 0 calc(100 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .problem {
    padding: 60px 0 110px;
  }
}

.probrem__img {
  width: calc(947 * 100vw / 1366);
  margin: calc(60 * 100vw / 1366) auto 0;
}
@media screen and (max-width: 767px) {
  .probrem__img {
    width: calc(722 * 100vw / 780);
    margin: calc(80 * 100vw / 780) calc(30 * 100vw / 780) 0;
  }
}
@media screen and (min-width: 1366px) {
  .probrem__img {
    width: 947px;
    margin: 60px auto 0;
  }
}

.about {
  padding: calc(110 * 100vw / 1366) 0 calc(100 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .about {
    padding: calc(120 * 100vw / 780) 0 calc(100 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .about {
    padding: 110px 0 100px;
  }
}

.about__question {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(60 * 100vw / 1366);
  margin-top: calc(90 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .about__question {
    gap: calc(56 * 100vw / 780);
    margin-top: calc(80 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .about__question {
    gap: 60px;
    margin-top: 90px;
  }
}

.about_question__speech_bubble {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #DBFFD8;
  width: calc(590 * 100vw / 1366);
  height: calc(173 * 100vw / 1366);
  padding: 0 calc(40 * 100vw / 1366);
  border-radius: calc(30 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .about_question__speech_bubble {
    width: calc(504 * 100vw / 780);
    height: calc(160 * 100vw / 780);
    padding: 0 calc(32 * 100vw / 780);
    border-radius: calc(28 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .about_question__speech_bubble {
    width: 590px;
    height: 173px;
    padding: 0 40px;
    border-radius: 30px;
  }
}

.about_question__speech_bubble::after {
  display: block;
  content: '';
  position: absolute;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2232%22%20height%3D%2241%22%20viewBox%3D%220%200%2032%2041%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M32%20-9.57969e-07L1.53166e-06%208.68693L1.19209e-07%2041L32%20-9.57969e-07Z%22%20fill%3D%22%23DBFFD8%22%2F%3E%3C%2Fsvg%3E');
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  top: calc(50% - calc(16 * 100vw / 1366));
  right: calc(-41 * 100vw / 1366);
  width: calc(41 * 100vw / 1366);
  height: calc(32 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .about_question__speech_bubble::after {
    top: calc(50% - calc(20 * 100vw / 780));
    right: calc(-52 * 100vw / 780);
    width: calc(52 * 100vw / 780);
    height: calc(40 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .about_question__speech_bubble::after {
    top: calc(50% - 16px);
    right: -41px;
    width: 41px;
    height: 32px;
  }
}

.about_question__speech_bubble_txt {
  font-weight: 700;
  font-size: calc(32 * 100vw / 1366);
  line-height: calc(58 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .about_question__speech_bubble_txt {
    font-size: calc(32 * 100vw / 780);
    line-height: calc(56 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .about_question__speech_bubble_txt {
    font-size: 32px;
    line-height: 56px;
  }
}

.about_question__speech_bubble_txt span {
  font-size: calc(40 * 100vw / 1366);
  line-height: calc(58 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .about_question__speech_bubble_txt span {
    font-size: calc(48 * 100vw / 780);
    line-height: calc(58 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .about_question__speech_bubble_txt span {
    font-size: 40px;
    line-height: 58px
  }
}

.about_question__person {
  width: calc(180 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .about_question__person {
    width: calc(120 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .about_question__person {
    width: 180px;
  }
}

.about__video {
  width: calc(950 * 100vw / 1366);
  margin: calc(54 * 100vw / 1366) auto 0;
}
@media screen and (max-width: 767px) {
  .about__video {
    width: auto;
    margin: calc(40 * 100vw / 780) calc(30 * 100vw / 780) 0;
  }
}
@media screen and (min-width: 1366px) {
  .about__video {
    width: 950px;
    margin: 54px auto 0;
  }
}

.section-hd {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #6EB0F2 0%, #4B54BC 100%);
  text-align: center;
  color: #fff;
  font-weight: 700;
  height: calc(125 * 100vw / 1366);
  font-size: calc(30 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .section-hd {
    height: calc(148 * 100vw / 780);
    font-size: calc(52 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .section-hd {
    height: 148px;
    font-size: 30px;
  }
}

.voice__item {
  margin: calc(60 * 100vw / 1366) 0 calc(100 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice__item {
    margin: calc(56 * 100vw / 780) 0 calc(80 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice__item {
    margin: 60px 0 100px;
  }
}

.voice__profile {
  display: flex;
  gap: calc(40 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice__profile {
    gap: calc(20 * 100vw / 780)
  }
}
@media screen and (min-width: 1366px) {
  .voice__profile {
    gap: 40px;
  }
}

.voice-profile__person {
  width: calc(180 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice-profile__person {
    width: calc(120 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice-profile__person {
    width: 180px;
  }
}

.voice-profile__txt {
  padding-top: calc(28 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice-profile__txt {
    padding-top: calc(16 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice-profile__txt {
    padding-top: 28px;
  }
}

.voice-profile__name {
  text-align: left;
  font-weight: 700;
  line-height: 1;
  margin-bottom: calc(36 * 100vw / 1366);
  padding-top: calc(30 * 100vw / 1366);
  font-size: calc(32 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice-profile__name {
    margin-bottom: calc(20 * 100vw / 780);
    font-size: calc(40 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice-profile__name {
    margin-bottom: 36px;
    padding-top: 30px;
    font-size: 32px;
  }
}

.voice-profile__problem {
  display: flex;
  align-items: center;
  margin-top: calc(10 * 100vw / 1366);
  gap: calc(20 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice-profile__problem {
    margin-top: calc(14 * 100vw / 780);
    gap: calc(20 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice-profile__problem {
    margin-top: 10px;
    gap: 20px;
  }
}

.voice-profile__problem dt {
  background-color: #4B54BC;
  text-align: center;
  color: #fff;
  font-weight: 700;
  width: calc(94 * 100vw / 1366);
  height: calc(36 * 100vw / 1366);
  border-radius: calc(18 * 100vw / 1366);
  font-size: calc(18 * 100vw / 1366);
  line-height: calc(36 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice-profile__problem dt {
    width: calc(144 * 100vw / 780);
    height: calc(48 * 100vw / 780);
    border-radius: calc(24 * 100vw / 780);
    font-size: calc(28 * 100vw / 780);
    line-height: calc(48 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice-profile__problem dt {
    width: 94px;
    height: 36px;
    border-radius: 18px;
    font-size: 18px;
    line-height: 36px;
  }
}

.voice-profile__problem dd {
  text-align: left;
  font-weight: 700;
  color: #000;
  font-size: calc(22 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice-profile__problem dd {
    font-size: calc(32 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice-profile__problem dd {
    font-size: 22px;
  }
}

.voice__qa {
  text-align: left;
  margin: calc(40 * 100vw / 1366) 0 0 0;
}
@media screen and (max-width: 767px) {
  .voice__qa {
    margin: calc(40 * 100vw / 780) 0 0 calc(24 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice__qa {
    margin: 40px 0 0 0;
  }
}

.voice-qa-question__speech-bubble {
  position: relative;
  display: inline-block;
  background-color: #c0ddfb;
  padding: calc(30 * 100vw / 1366) calc(40 * 100vw / 1366);
  border-radius: calc(20 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice-qa-question__speech-bubble {
    width: calc(504 * 100vw / 780);
    padding: calc(20 * 100vw / 780) calc(32 * 100vw / 780);
    border-radius: calc(28 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice-qa-question__speech-bubble {
    width: auto;
    padding: 30px 40px;
    border-radius: 20px;
  }
}

.voice-qa-question__speech-bubble::before {
  display: block;
  content: '';
  z-index: -1;
  position: absolute;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2215%22%20height%3D%2212%22%20viewBox%3D%220%200%2015%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M-2.46059e-07%206.37084L15%200.74167L15%2012L-2.46059e-07%206.37084Z%22%20fill%3D%22%23C0DDFB%22%2F%3E%3C%2Fsvg%3E');
  background-position: center right;
  background-size: auto 100%;
  background-repeat: no-repeat;
  top: calc(50% - calc(11.5 * 100vw / 1366));
  left: calc(-32 * 100vw / 1366);
  width: calc(32 * 100vw / 1366);
  height: calc(23 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice-qa-question__speech-bubble::before {
    top: calc(38 * 100vw / 780);
    left: calc(-30 * 100vw / 780);
    width: calc(30 * 100vw / 780);
    height: calc(24 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice-qa-question__speech-bubble::before {
    top: calc(50% - 11.5px);
    left: -32px;
    width: 32px;
    height: 23px;
  }
}

.voice-qa-question__speech-bubble p {
  text-align: left;
  font-size: calc(32 * 100vw / 1366);
  line-height: calc(58 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice-qa-question__speech-bubble p {
    font-size: calc(32 * 100vw / 780);
    line-height: calc(56 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice-qa-question__speech-bubble p {
    font-size: 32px;
    line-height: 58px;
  }
}

.voice-qa__answer {
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(20 * 100vw / 1366);
  gap: calc(72 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice-qa__answer {
    margin-top: calc(20 * 100vw / 780);
    gap: calc(66 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice-qa__answer {
    margin-top: 20px;
    gap: 72px;
  }
}

.voice-qa-answer__speech-bubble {
  display: inline-block;
  position: relative;
  background-color: #DBFFD8;
  width: calc(724 * 100vw / 1366);
  padding: calc(30 * 100vw / 1366) calc(40 * 100vw / 1366);
  border-radius: calc(20 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice-qa-answer__speech-bubble {
    width: calc(504 * 100vw / 780);
    padding: calc(20 * 100vw / 780) calc(32 * 100vw / 780);
    border-radius: calc(28 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice-qa-answer__speech-bubble {
    width: 724px;
    padding: 30px 40px;
    border-radius: 20px;
  }
}

.voice-qa-answer__speech-bubble::after {
  display: block;
  content: '';
  position: absolute;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2220%22%20height%3D%2226%22%20viewBox%3D%220%200%2020%2026%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M20%200L-1.01165e-06%205.50879L-1.90735e-06%2026L20%200Z%22%20fill%3D%22%23DBFFD8%22%2F%3E%3C%2Fsvg%3E');
  background-position: 0 0;
  background-size: auto 100%;
  background-repeat: no-repeat;
  top: calc(42 * 100vw / 1366);
  right: calc(-32 * 100vw / 1366);
  width: calc(32 * 100vw / 1366);
  height: calc(41 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice-qa-answer__speech-bubble::after {
    top: calc(60 * 100vw / 780);
    right: calc(-40 * 100vw / 780);
    width: calc(40 * 100vw / 780);
    height: calc(52 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice-qa-answer__speech-bubble::after {
    top: 42px;
    right: -32px;
    width: 32px;
    height: 41px;
  }
}

.voice-qa-answer__speech-bubble p {
  text-align: left;
  font-size: calc(32 * 100vw / 1366);
  line-height: calc(58 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice-qa-answer__speech-bubble p {
    font-size: calc(32 * 100vw / 780);
    line-height: calc(56 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice-qa-answer__speech-bubble p {
    font-size: 32px;
    line-height: 58px;
  }
}

.voice-qa-answer__person {
  width: calc(120 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice-qa-answer__person{
    width: calc(120 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice-qa-answer__person {
    width: 120px;
  }
}

.voice__trial-hd {
  margin-top: calc(112 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice__trial-hd {
    margin-top: calc(140 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice__trial-hd {
    margin-top: 112px;
  }
}

.voice__trial-hd span {
  display: inline-block;
  line-height: 1;
  font-size: calc(48 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice__trial-hd span {
    font-size: calc(68 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice__trial-hd span {
    font-size: 48px;
  }
}

.voice__trial-hd br + span {
  margin-top: calc(36 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice__trial-hd br + span {
    margin-top: calc(32 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice__trial-hd br + span {
    margin-top: 36px;
  }
}

.voice__coach {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(40 * 100vw / 1366);
  margin-top: calc(50 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice__coach {
    margin-top: calc(80 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice__coach {
    margin-top: 50px;
  }
}

.voice_coach__img {
  width: calc(180 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice_coach__img {
    width: calc(120 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice_coach__img {
    width: 180px;
  }
}

.voice_coach__speech-bubble {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22624%22%20height%3D%22168%22%20viewBox%3D%220%200%20624%20168%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22path-1-inside-1_6_126%22%20fill%3D%22white%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M593.745%200C610.314%200%20623.745%2013.4315%20623.745%2030V138C623.745%20154.569%20610.314%20168%20593.745%20168H70.889C54.3205%20168%2040.889%20154.569%2040.889%20138V103.057L0%2088.4525L40.889%2067.8164V30C40.889%2013.4315%2054.3206%200%2070.8891%200H593.745Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M40.889%20103.057L42.2345%2099.2898L44.889%20100.238V103.057H40.889ZM0%2088.4525L-1.34543%2092.2194L-10.1271%2089.0829L-1.80222%2084.8815L0%2088.4525ZM40.889%2067.8164H44.889V70.2782L42.6913%2071.3874L40.889%2067.8164ZM619.745%2030C619.745%2015.6406%20608.105%204%20593.745%204V-4C612.523%20-4%20627.745%2011.2223%20627.745%2030H619.745ZM619.745%20138V30H627.745V138H619.745ZM593.745%20164C608.104%20164%20619.745%20152.359%20619.745%20138H627.745C627.745%20156.778%20612.523%20172%20593.745%20172V164ZM70.889%20164H593.745V172H70.889V164ZM44.889%20138C44.889%20152.359%2056.5296%20164%2070.889%20164V172C52.1114%20172%2036.889%20156.778%2036.889%20138H44.889ZM44.889%20103.057V138H36.889V103.057H44.889ZM1.34543%2084.6855L42.2345%2099.2898L39.5436%20106.824L-1.34543%2092.2194L1.34543%2084.6855ZM42.6913%2071.3874L1.80222%2092.0235L-1.80222%2084.8815L39.0868%2064.2454L42.6913%2071.3874ZM44.889%2030V67.8164H36.889V30H44.889ZM70.8891%204C56.5297%204%2044.889%2015.6406%2044.889%2030H36.889C36.889%2011.2223%2052.1114%20-4%2070.8891%20-4V4ZM593.745%204H70.8891V-4H593.745V4Z%22%20fill%3D%22%235860C1%22%20mask%3D%22url(%23path-1-inside-1_6_126)%22%2F%3E%3C%2Fsvg%3E');
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;
  font-weight: 700;
  width: calc(653 * 100vw / 1366);
  height: calc(168 * 100vw / 1366);
  font-size: calc(40 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .voice_coach__speech-bubble {
    width: calc(542 * 100vw / 780);
    height: calc(136 * 100vw / 780);
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%22624%22%20height%3D%22168%22%20viewBox%3D%220%200%20624%20168%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22path-1-inside-1_6_126%22%20fill%3D%22white%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M593.745%200C610.314%200%20623.745%2013.4315%20623.745%2030V138C623.745%20154.569%20610.314%20168%20593.745%20168H70.889C54.3205%20168%2040.889%20154.569%2040.889%20138V103.057L0%2088.4525L40.889%2067.8164V30C40.889%2013.4315%2054.3206%200%2070.8891%200H593.745Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M40.889%20103.057L42.2345%2099.2898L44.889%20100.238V103.057H40.889ZM0%2088.4525L-1.34543%2092.2194L-10.1271%2089.0829L-1.80222%2084.8815L0%2088.4525ZM40.889%2067.8164H44.889V70.2782L42.6913%2071.3874L40.889%2067.8164ZM619.745%2030C619.745%2015.6406%20608.105%204%20593.745%204V-4C612.523%20-4%20627.745%2011.2223%20627.745%2030H619.745ZM619.745%20138V30H627.745V138H619.745ZM593.745%20164C608.104%20164%20619.745%20152.359%20619.745%20138H627.745C627.745%20156.778%20612.523%20172%20593.745%20172V164ZM70.889%20164H593.745V172H70.889V164ZM44.889%20138C44.889%20152.359%2056.5296%20164%2070.889%20164V172C52.1114%20172%2036.889%20156.778%2036.889%20138H44.889ZM44.889%20103.057V138H36.889V103.057H44.889ZM1.34543%2084.6855L42.2345%2099.2898L39.5436%20106.824L-1.34543%2092.2194L1.34543%2084.6855ZM42.6913%2071.3874L1.80222%2092.0235L-1.80222%2084.8815L39.0868%2064.2454L42.6913%2071.3874ZM44.889%2030V67.8164H36.889V30H44.889ZM70.8891%204C56.5297%204%2044.889%2015.6406%2044.889%2030H36.889C36.889%2011.2223%2052.1114%20-4%2070.8891%20-4V4ZM593.745%204H70.8891V-4H593.745V4Z%22%20fill%3D%22%235860C1%22%20mask%3D%22url(%23path-1-inside-1_6_126)%22%2F%3E%3C%2Fsvg%3E');
    font-size: calc(40 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .voice_coach__speech-bubble {
    width: 653px;
    height: 168px;
    font-size: 40px;
  }
}

.store-2step-hd {
  position: relative;
  background-color: #5860C1;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  width: calc(480 * 100vw / 1366);
  margin: calc(100 * 100vw / 1366) auto 0;
  padding: calc(20 * 100vw / 1366) 0;
  font-size: calc(28 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .store-2step-hd {
    width: calc(720 * 100vw / 780);
    margin: calc(80 * 100vw / 780) auto 0;
    padding: calc(32 * 100vw / 780) 0;
    font-size: calc(32 * 100vw / 780)
  }
}
@media screen and (min-width: 1366px) {
  .store-2step-hd {
    width: 480px;
    margin: 100px auto 0;
    padding: 20px 0;
    font-size: 28px;
  }
}

.store-2step-hd::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: calc(50% - calc(20 * 100vw / 1366));
  bottom: calc(-24 * 100vw / 1366);
  border-style: solid;
  border-right: calc(20 * 100vw / 1366) solid transparent;
  border-left: calc(20 * 100vw / 1366) solid transparent;
  border-top: calc(24 * 100vw / 1366) solid #5860c1;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .store-2step-hd::after {
    left: calc(50% - calc(23 * 100vw / 780));
    bottom: calc(-28 * 100vw / 780);
    border-right: calc(23 * 100vw / 780) solid transparent;
    border-left: calc(23 * 100vw / 780) solid transparent;
    border-top: calc(28 * 100vw / 780) solid #5860c1;
    border-bottom: 0;
  }
}
@media screen and (min-width: 1366px) {
  .store-2step-hd::after {
    left: calc(50% - 20px);
    bottom: -24px;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 24px solid #5860c1;
    border-bottom: 0;
  }
}

.store-2step-txt {
  text-align: center;
  font-weight: 700;
  margin: calc(35 * 100vw / 1366) 0 calc(40 * 100vw / 1366);
  font-size: calc(48 * 100vw / 1366);
  line-height: calc(66 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .store-2step-txt {
    margin: calc(46 * 100vw / 780) 0 calc(40 * 100vw / 780);
    font-size: calc(60 * 100vw / 780);
    line-height: calc(80 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .store-2step-txt {
    margin: 35px 0 40px;
    font-size: 48px;
    line-height: 66px;
  }
}

.store__list {
  margin-top: calc(40 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .store__list {
    margin-top: calc(40 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .store__list {
    margin-top: 40px;
  }
}

.steps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: calc(60 * 100vw / 1366) 0;
  background-image: url("/lp/mens_trial_2024/assets/img/step-bg.jpg");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .steps {
    height: auto;
    padding: calc(80 * 100vw / 780) calc(30 * 100vw / 780) calc(80 * 100vw / 780);
    background-color: #8591d6;
    background-image: url("/lp/mens_trial_2024/assets/img/steps-bg-sp-2.jpg");
    background-size: contain;
  }
}
@media screen and (min-width: 1366px) {
  .steps {
    padding: 60px 0;
    background-image: url("/lp/mens_trial_2024/assets/img/step-bg.jpg");
  }
}

.steps ul {
  display: flex;
  justify-content: center;
  margin: calc(90 * 100vw / 1366) 0 calc(80 * 100vw / 1366);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .steps ul {
    flex-direction: column;
    align-items: center;
    margin: calc(80 * 100vw / 780) calc(24 * 100vw / 780) 0;
  }
}
@media screen and (min-width: 1366px) {
  .steps ul {
    margin: 90px 0 80px;
  }
}

.steps ul li {
  width: calc(270 * 100vw / 1366);
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .steps ul li {
    width: auto;
    margin-bottom: calc(80 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .steps ul li {
    width: 270px;
  }
}

@media (max-width: 1366px) {
  .steps ul li {
    margin-bottom: calc(146 * 100vw / 1366);
  }

  .steps ul li:last-child {
    margin-bottom: 0;
  }
}

.steps ul li:not(:last-child) {
  margin-right: calc(60 * 100vw / 1366);
}

.steps ul li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(20 * 100vw / 1366);
  height: calc(30 * 100vw / 1366);
  background: url("/lp/mens_trial_2024/assets/img/step-arrow.png") no-repeat;
  background-size: contain;
  right: calc(-40 * 100vw / 1366);
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .steps ul li:not(:last-child)::after {
    width: calc(40 * 100vw / 780);
    height: calc(60 * 100vw / 780);
    right: 50%;
    top: 105%;
    transform: translateX(50%) rotate(90deg);
  }
}
@media screen and (min-width: 1366px) {
  .steps ul li:not(:last-child)::after {
    width: 20px;
    height: 30px;
    right: -40px;
    top: 50%;
  }
}

@media (max-width: 1023px) and (orientation: landscape) {
  .steps ul li:not(:last-child)::after {
    top: 120%;
  }
}

.steps ul .step-label {
  display: flex;
  font-family: "Adobe Garamond Pro Italic", sans-serif;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .steps ul .step-label {
    justify-content: flex-start;
  }
}

.steps ul h2 {
  font-size: calc(48 * 100vw / 1366);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .steps ul h2 {
    font-size: calc(72 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .steps ul h2 {
    font-size: 48px;
  }
}

.steps ul span {
  font-size: calc(60 * 100vw / 780);
}
@media screen and (max-width: 767px) {
  .steps ul span {
    font-size: calc(90 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .steps ul span {
    font-size: 60px;
  }
}

.steps ul h4 {
  text-align: left;
  line-height: 1;
  margin-top: calc(24 * 100vw / 1366);
  font-size: calc(24 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .steps ul h4 {
    margin-top: calc(24 * 100vw / 780);
    font-size: calc(42 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .steps ul h4 {
    margin-top: 24px;
    font-size: 24px;
  }
}

.steps ul p {
  text-align: left;
  line-height: 2;
  margin-top: calc(16 * 100vw / 1366);
  font-size: calc(16 * 100vw / 1366);
}
@media screen and (max-width: 767px) {
  .steps ul p {
    margin-top: calc(32 * 100vw / 780);
    font-size: calc(32 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .steps ul p {
    margin-top: 16px;
    font-size: 16px;
  }
}

.steps ul img {
  width: calc(100 * 100vw / 1366);
  height: calc(90 * 100vw / 1366);
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .steps ul img {
    width: calc(200 * 100vw / 780);
    height: calc(180 * 100vw / 1366);
    margin-left: calc(40 * 100vw / 780);
  }
}
@media screen and (min-width: 1366px) {
  .steps ul img {
    width: 100px;
    height: 90px;
  }
}

/* 店舗 */
.inner {
  width: auto;
}

.store {
  padding: calc(18 * 100vw / 780) calc(30 * 100vw / 780);
  background-color: #c1dbf9;
}

.store .store-hd {
  margin-bottom: calc(18 * 100vw / 780);
}

.store .store-hd h2 {
  color: #262A76;
  line-height: 1;
  margin-bottom: calc(18 * 100vw / 780);
  font-size: calc(54 * 100vw / 780);
}

.store .store-hd::after {
  display: block;
  content: '';
  background-image: url('data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20474%20304%22%3E%20%3Cdefs%3E%20%3Cstyle%3E%20.cls-1%20%7B%20fill%3A%20%23262a76%3B%20stroke-width%3A%200px%3B%20%7D%20%3C%2Fstyle%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22_2%22%20data-name%3D%222%22%3E%20%3Cpath%20class%3D%22cls-1%22%20d%3D%22m314.24%2C25v152.78h74.1l-151.34%2C96.56-151.34-96.56h74.1V25h154.47M339.24%2C0h-204.47v152.78H0l237%2C151.22%2C237-151.22h-134.76V0h0Z%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: 0 0;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: calc(60 * 100vw / 780);
  height: calc(38.4 * 100vw / 780);
  margin: 0 auto;
}

@media (min-width: 769px) {
  .inner {
    max-width: 640px;
  }

  .store {
    padding: 15px 25px;
  }

  .store .store-hd {
    margin-bottom: 10px;
  }

  .store .store-hd h2 {
    margin-bottom: 10px;
    font-size: 45px;
  }

  .store .store-hd::after {
    width: 50px;
    height: 32px;
  }

  .melit {
    margin-bottom: 3px
  }

  .how-to-use {
    padding: 32px 0 78px;
  }

  .how-to-use .how-to-use-ttl {
    width: 596px;
  }

  .how-to-use .how-to-use-ttl::after {
    margin: 24px auto 12px;
    border-width: 28px 28px 0 28px;
  }

  .how-to-use .btn-search-store {
    width: 556px;
    max-width: none;
    height: auto;
    margin: 0 auto;
    border: none;
  }
}

.store__head .button span {
  font-size: 31px;
}

.store__body.ajust {
  margin-top: -60px;
}

@media screen and (max-width: 767px) {
  .store__body.ajust {
    margin-top: -40px;
  }
}

.store__list .button--gradient {
  margin-bottom: 40px;
}

.store__list .content-title {
  margin: 53px auto 15px;
}

@media screen and (max-width: 767px) {
  .store__list .content-title {
    margin: 34px auto 20px;
  }
}

.store__list .content-title {
  color: #1f2679;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .store__list .content-title {
    font-size: 21px;
  }
}

.store__list .content-title:before,
.store__list .content-title:after {
  border-top: 2px solid #1f2679;
  content: "";
  flex-grow: 1;
}

.store__list .content-title:before {
  margin-right: 9px;
}

.store__list .content-title:after {
  margin-left: 9px;
}

.store__list .content-subtitle {
  margin-top: 60px;
  border-left: 4px solid #1f2679;
  font-size: 25px;
  font-weight: 500;
  line-height: 46px;
  letter-spacing: 0.1em;
  padding-left: 14px;
  text-align: left;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .store__list .content-subtitle {
    margin-top: 40px;
    font-size: 21px;
    padding-left: 11px;
  }
}

@media screen and (max-width: 767px) {
  .store__list .store__links-sp+a+.content-subtitle {
    margin-top: 40px;
  }
}

.store__list .content-subtitle .time {
  color: #5860c1;
  font-size: 18px;
  letter-spacing: 0;
  margin-left: 2px;
}

@media screen and (max-width: 767px) {
  .store__list .content-subtitle .time {
    font-size: 16px;
  }
}

.store__area {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .store__area {
    margin-bottom: 80px;
  }
}

.store__links {
  display: block;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .store__links {
    display: none;
  }
}

.store__links-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .store__links-sp {
    display: block;
    border: solid 1px #b4b4b4;
    border-radius: 5px;
    color: #b0b0b0;
    font-size: 16px;
    width: 100%;
    padding: 12px 9px;
    margin: 0 auto;
    appearance: none;
    background-image: url("/lp/mens_trial_2024/assets/img/arrow-select.png");
    background-repeat: no-repeat;
    background-size: 8px 18px;
    background-position: right 10px center;
  }
}

.store__links li {
  display: inline-block;
  margin: 20px 20px 0 0;
}

.store__links a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #b4b4b4;
  border-radius: 20px;
  font-size: 18px;
  text-align: center;
  height: 40px;
  padding: 0 21px 0 28px;
  transition: 0.3s ease-in-out;
  color: inherit;
  text-decoration: none;
}

.store__links a:hover {
  background: #5860c1;
  color: #fff;
}

.store__links a::after {
  content: "";
  display: block;
  background: url("/lp/mens_trial_2024/assets/img/arrow-bottom.png") no-repeat;
  background-size: cover;
  width: 17px;
  height: 10px;
  margin-left: 11px;
  position: relative;
  top: 1px;
  transition: 0.3s ease-in-out;
}

.store__links a:hover::after {
  background: url("/lp/mens_trial_2024/assets/img/arrow-bottom-2.png") no-repeat;
}
.store__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 1px #b4b4b4;
  border-radius: 10px;
  width: 100%;
  padding: 22px 30px 20px;
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .store__box {
    display: block;
    padding: 7px 14px 14px;
  }
}
.store__box a {
  color: #fff;
  text-decoration: none;
}

.store__box dl {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .store__box dl {
    margin-right: 0;
  }
}

.store__box dt {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .store__box dt {
    font-size: 21px;
  }
}

.store__box dt .new,
.store__box dt .openday {
  font-size: 14px;
  vertical-align: text-bottom;
  margin-left: 9px;
  position: relative;
  top: -2px;
}

.store__box dt .new {
  color: #f69d44;
}

@media screen and (max-width: 767px) {

  .store__box dt .new,
  .store__box dt .openday {
    font-size: 13px;
    margin-left: 7px;
    top: -0
  }
}

.store__box dd {
  font-size: 18px;
  line-height: 1.555;
  margin: 8px 0 13px;
}

@media screen and (max-width: 767px) {
  .store__box dd {
    font-size: 16px;
    line-height: 1.8125;
  }
}

.store__box .store-select {
  margin: 0;
}

.store-select {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 360px;
  height: 70px;
  border-radius: 10px;
  background: #5860c1;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .store-select {
    width: 100% !important;
    text-align: center;
    text-decoration: none;
  }
}

.store-select::after {
  content: "";
  display: block;
  background: url("/lp/mens_trial_2024/assets/img/arrow-right-2.png") no-repeat;
  background-size: cover;
  width: 10px;
  height: 16px;
  margin-left: 12px;
  position: relative;
  top: 1px;
}

@media screen and (max-width: 767px) {
  .store-select::after {
    margin-left: 16px;
  }
}

.store-select:hover {
  opacity: 0.7;
}

.store-select-orange {
  background: #f69d44;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

/* store__detail */

.store__detail {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .store__detail {
    padding-top: 30px;
  }
}

.store__campaign {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .store__campaign {
    margin-top: 38px;
    padding: 0 !important;
  }
}

.store__campaign .store-select {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .store__campaign .store-select {
    margin-top: 20px;
  }
}

.store__campaign-inner {
  width: 700px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .store__campaign-inner {
    width: 100%;
  }
}

.store__map {
  border: solid 1px #b4b4b4;
  width: 700px;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .store__map {
    width: 100%;
    margin: 40px auto 0;
  }
}

.store__map-main-ele {
  display: block;
  padding-bottom: 57.14%;
  height: 0;
  position: relative;
  overflow: hidden;
  display: none;
}

@media screen and (max-width: 767px) {
  .store__map-main-ele {
    height: 93.3vw;
  }
}

.store__map-main-ele.show {
  display: block;
}

.store__map-main-ele img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .store__map-main-ele img {
    width: 80%;
  }
}

.store__map-main-ele iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.store__map-nav {
  display: flex;
  align-items: center;
}

.store__map-nav li {
  border-top: solid 2px #b4b4b4;
  background: url("/lp/mens_trial_2024/assets/img/arrow-right-3.png") no-repeat right 20px center;
  background-size: 8px 12px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  padding: 5px 5px 7px;
  width: 50%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .store__map-nav li {
    background: url("/lp/mens_trial_2024/assets/img/arrow-right-3.png") no-repeat right 10px center;
    padding: 7px 5px 10px;
  }
}

.store__map-nav li:first-child {
  border-right: solid 1px #b4b4b4;
}

.store__map-nav li.active {
  border-top: solid 2px #5860c1;
  background: url("/lp/mens_trial_2024/assets/img/arrow-right-2.png") #5860c1 no-repeat right 20px center;
  color: #fff;
  position: relative;
}

@media screen and (max-width: 767px) {
  .store__map-nav li.active {
    background: url("/lp/mens_trial_2024/assets/img/arrow-right-2.png") #5860c1 no-repeat right 10px center;
  }
}

.store__map-nav li.active::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #5860c1;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.store__campaign-button {
  text-align: right;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .store__campaign-button {
    margin-top: 22px;
  }
}

.store__img {
  text-align: center;
  margin-top: 60px;
}

.store__img img {
  max-width: 100%;
  display: block;
}


@media screen and (max-width: 767px) {
  .store__img {
    margin-top: 38px;
  }
}

.store__img+.store__img {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .store__img+.store__img {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .store__img img {
    width: 100%;
  }
}

.store__data {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .store__data {
    margin-top: 60px;
    padding: 0 !important;
  }
}

.store__data-table {
  border-collapse: collapse;
  width: 650px;
  margin: 38px 0 20px;
}

@media screen and (max-width: 767px) {
  .store__data-table {
    width: 100%;
    margin: 15px 0 10px;
  }
}

.store__data-table th,
.store__data-table td {
  border: solid 1px #b4b4b4;
  font-size: 18px;
  padding: 8px 20px;
}

@media screen and (max-width: 767px) {

  .store__data-table th,
  .store__data-table td {
    border: none;
    font-size: 15px;
    display: block;
    padding: 0 0 12px;
  }
}

.store__data-table th {
  background: #f6f6f6;
  text-align: left;
  width: 134px;
  padding: 8px 10px;
}

@media screen and (max-width: 767px) {
  .store__data-table th {
    border-top: solid 1px #b4b4b4;
    background: #fff;
    width: 100%;
    padding: 12px 0 5px;
  }
}

.store__data-table td.td-1 {
  width: 110px;
}

@media screen and (max-width: 767px) {
  .store__data-table td.td-1 {
    width: auto;
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .store__data-table td.td-2 {
    display: inline-block;
    margin-left: 19px
  }
}

@media screen and (max-width: 767px) {
  .store__data-table tr:last-child td {
    border-bottom: solid 1px #b4b4b4;
  }
}

.store__data-table a {
  color: #1f2679;
  text-decoration: underline;
}

.store__data-table a:hover {
  text-decoration: none;
}

.store__data-note {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .store__data-note {
    justify-content: space-between;
  }
}

.store__data-note li {
  border: solid 1px #1f2679;
  border-radius: 15px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  width: 160px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .store__data-note li {
    font-size: 15px;
    line-height: 23px;
    width: 48.6%;
    margin: 10px 0 0;
  }
}

.store__data-note li span {
  color: #1f2679;
  font-weight: 700;
  vertical-align: bottom;
}

.store__data-note li span.en {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .store__data-note li span.en {
    font-size: 17px;
  }
}

.store__status {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .store__status {
    margin-top: 60px;
    padding: 0 !important;
  }
}

.store__status-table-wrap {
  display: flex;
  align-items: flex-end;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .store__status-table-wrap {
    margin-top: 20px;
  }
}

.store__status-table {
  border-collapse: collapse;
  width: 293px;
}

@media screen and (max-width: 767px) {
  .store__status-table {
    width: 80.3%;
  }
}

.store__status-table th,
.store__status-table td {
  border: solid 1px #b4b4b4;
  font-size: 22px;
  text-align: center;
  padding: 7px 5px 10px;
}

@media screen and (max-width: 767px) {

  .store__status-table th,
  .store__status-table td {
    font-size: 19px;
  }
}

.store__status-table th {
  background: #1f2679;
  color: #fff;
}

.store__status-table th:nth-child(3) {
  color: #f69d44;
}

.store__status-table td:nth-child(3) {
  background: #fbd8b4;
}

.store__status-table th:last-child,
.store__status-table td:last-child {
  background-color: transparent;
  border: none;
  text-align: left;
  padding-left: calc(6 * 100vw / 1366);
  padding-bottom: 0;
}

.store__status-table-wrap span {
  font-size: 22px;
  margin-left: 15px;
  position: relative;
  bottom: -3px
}

@media screen and (max-width: 767px) {
  .store__status-table-wrap span {
    font-size: 19px;
    margin-left: 10px;
  }
}

.store__bottom-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 80px auto 100px;
}

@media screen and (max-width: 767px) {
  .store__bottom-links {
    display: block;
    margin: 60px auto;
  }

  .store__bottom-links li:last-child {
    display: none;
  }
}