.hero-inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #fff;
  text-shadow: 0 0 4px #333, 0 0 4px #333, 0 0 4px #333;
  font-size: 4rem;
}

.hero-inner {
  position: absolute;
  top: 60%;
  left: 30%;
  transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  width: 100%;
  text-align: center;
}

img.mens-text {
  width: 500px;
}

.cta {
  background: #0e125b;
  padding: 4rem 0;
  color: #fff;
}

.cta li a {
  background: #F44336;
}

main section h2,
.sec9 h3,
.next-area p,
.choice-txt p.big-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.pinkbg {
  background: #ecf4ff;
}

main section.sec2 h2, main section.sec3 h2, main section.sec4 h2, main section.sec5 h2, main section.sec6 h2, main section.sec7 h2, main section.sec8 h2, main section.sec9 h2, main section.sec10 h2, main section.sec11 h2 {
  background: none;
  padding: 0;
  margin-bottom: 2rem;
  color: #0e125b;
  font-weight: 800;
}

.omakase {
  padding: 3rem 0;
}

.omakase img {
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

.choice-txt h3 img {
  width: 200px;
}

.choice-txt h3::after {
  display: none;
}

.qa-1,
.voice-box {
  background: #ebf4ff;
}

.flow-box h3 {
  margin-top: 1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.qa-1 summary:before {
  color: #0e125b;
}

.icon-box svg {
  fill: #ffffff;
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 1rem;
}

img.mens-text2 {
  width: 600px;
  margin-bottom: 2rem;
}

.hero-inner li {
  padding: 0;
}

.sec4,
.sec8,
.sec10 {
  margin-top: 0;
}

.flow-box {
  background: #ebf4ff;
}

.sec10 {
  padding-bottom: 2rem;
}

@media screen and (min-width: 270px) and (max-width: 820px) {
  .omakase img {
    max-width: 100%;
  }
  .hero img.main {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 65% 0;
       object-position: 65% 0;
  }
  img.mens-text {
    width: 330px;
  }
  .hero-inner {
    position: absolute;
    top: 66%;
    left: 50%;
    transform: translate(-50%, -60%);
    -webkit-transform: translate(-50%, -60%);
    -ms-transform: translate(-50%, -60%);
    width: 100%;
    text-align: center;
  }
  .hero-inner ul {
    gap: 1rem;
    padding: 0 1rem;
  }
  img.mens-text2 {
    width: 300px;
    margin-bottom: 0;
    padding: 10px;
  }
  .hero-inner p.midashi {
    background: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
    padding: 0;
    font-size: 0;
  }
}/*# sourceMappingURL=mens.css.map */