/*
Theme Name: La Mer Pop
Theme URI: https://www.lamer-2014.com/
Author: 株式会社ラ・メール
Description: 株式会社ラ・メールのEC・法人流通・パーソナルジムFC事業を紹介するオリジナル企業サイトテーマ。
Version: 1.0.9
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: lamer-pop
*/

:root {
  --cyan: #00b8e6;
  --blue: #125fd2;
  --deep: #242579;
  --yellow: #fff33d;
  --coral: #ff7373;
  --mint: #dff9f5;
  --ink: #1d3352;
  --cream: #fffdf1;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-serif: "Cormorant Garamond", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: var(--font-jp);
  background: #fff;
  overflow-x: hidden;
}

body.admin-bar .site-header {
  top: 32px;
}

a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 4px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background: #fff;
  clip: auto !important;
  clip-path: none;
  color: var(--deep);
  display: block;
  font-size: 14px;
  font-weight: 700;
  height: auto;
  left: 12px;
  padding: 12px 18px;
  top: 12px;
  width: auto;
  z-index: 100000;
}

.site-header {
  height: 92px;
  padding: 10px 5vw;
  display: flex;
  align-items: center;
  gap: 45px;
  position: absolute;
  top: 0;
  z-index: 20;
  width: 100%;
  background: rgba(255, 255, 255, 0.82);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(18, 95, 210, 0.08);
}

.logo-link img {
  display: block;
  width: 210px;
  height: auto;
}
.site-header nav {
  margin-left: auto;
  display: flex;
  gap: 2.2vw;
  font-size: 12px;
  font-weight: 700;
}
.site-header nav a {
  position: relative;
}
.site-header nav a::after {
  content: "";
  position: absolute;
  height: 4px;
  border-radius: 5px;
  background: var(--yellow);
  left: 0;
  right: 100%;
  bottom: -10px;
  transition: 0.25s;
}
.site-header nav a:hover::after {
  right: 0;
}
.contact-pill {
  background: var(--deep);
  color: #fff;
  padding: 15px 20px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 7px 0 rgba(36, 37, 121, 0.14);
}
.contact-pill span {
  margin-left: 18px;
  color: var(--yellow);
}

.hero {
  min-height: 820px;
  padding: 180px 7vw 100px;
  background: linear-gradient(135deg, #faffff 0%, #eafcff 48%, #fffbe3 100%);
  display: grid;
  grid-template-columns: 52% 48%;
  position: relative;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 3;
}
.hero-tag {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  background: #fff;
  padding: 9px 15px;
  border-radius: 99px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.14em;
  box-shadow: 0 10px 30px rgba(18, 95, 210, 0.08);
}
.hero-tag span {
  background: var(--yellow);
  padding: 5px 9px;
  border-radius: 99px;
  color: var(--deep);
}
.hero h1 {
  font-size: clamp(44px, 5.35vw, 78px);
  line-height: 1.42;
  letter-spacing: 0.035em;
  margin: 28px 0 25px;
  font-weight: 800;
}
.hero h1 em {
  font-style: normal;
  color: var(--blue);
  background: linear-gradient(transparent 68%, var(--yellow) 68%);
}
.hero-copy > p {
  max-width: 680px;
  font-size: 14px;
  line-height: 2.2;
  color: #52677f;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-top: 42px;
}
.pop-button {
  background: var(--coral);
  color: #fff;
  padding: 19px 24px;
  border-radius: 14px;
  min-width: 210px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 9px 0 #e95e5e;
  transition: 0.2s;
}
.pop-button:hover {
  transform: translateY(3px);
  box-shadow: 0 6px 0 #e95e5e;
}
.scroll-note {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.2em;
  color: var(--blue);
}
.scroll-note i {
  font-style: normal;
  margin-left: 10px;
  font-size: 17px;
}
.hero-art {
  position: relative;
  min-height: 520px;
}
.sun {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: var(--yellow);
  position: absolute;
  right: 5%;
  top: 40px;
  display: grid;
  place-content: center;
  text-align: center;
  transform: rotate(-7deg);
  box-shadow: 0 30px 0 rgba(0, 184, 230, 0.12);
}
.sun span {
  font: 600 47px/1 var(--font-serif);
  color: var(--deep);
  letter-spacing: 0.05em;
}
.sun b {
  font-size: 28px;
  color: var(--coral);
  line-height: 1.4;
}
.float-card {
  width: 195px;
  height: 220px;
  border-radius: 32px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  z-index: 2;
  box-shadow: 0 25px 45px rgba(29, 51, 82, 0.16);
}
.float-card i {
  font-style: normal;
  font-size: 9px;
  letter-spacing: 0.25em;
}
.float-card b {
  font-size: 24px;
  margin-top: 10px;
}
.float-card span {
  font-size: 12px;
  margin-top: 5px;
}
.card-toy {
  background: var(--cyan);
  color: #fff;
  left: 2%;
  top: 25px;
  transform: rotate(-8deg);
}
.card-fit {
  background: var(--deep);
  color: #fff;
  right: 0;
  top: 285px;
  transform: rotate(8deg);
}
.wave {
  position: absolute;
  border: 8px solid var(--cyan);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(-35deg);
}
.wave-one {
  width: 230px;
  height: 170px;
  left: 5%;
  bottom: 15px;
}
.wave-two {
  width: 160px;
  height: 110px;
  left: 21%;
  bottom: 5px;
  border-color: var(--blue);
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.spark {
  position: absolute;
  color: var(--coral);
  font-size: 28px;
}
.s1 {
  right: 4%;
  top: 75px;
}
.s2 {
  left: 44%;
  top: 10px;
  color: var(--blue);
}
.s3 {
  left: 40%;
  bottom: 65px;
  color: var(--yellow);
  font-size: 40px;
}
.bubble {
  position: absolute;
  border-radius: 50%;
  opacity: 0.8;
}
.bubble-a {
  width: 32px;
  height: 32px;
  background: var(--coral);
  left: 4%;
  top: 140px;
}
.bubble-b {
  width: 15px;
  height: 15px;
  background: var(--blue);
  left: 49%;
  bottom: 70px;
}
.bubble-c {
  width: 22px;
  height: 22px;
  background: var(--yellow);
  left: 55%;
  top: 125px;
}

.marquee {
  background: var(--deep);
  color: #fff;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  font: 600 18px var(--font-serif);
  letter-spacing: 0.12em;
}
.marquee div {
  width: max-content;
  animation: lamer-move 22s linear infinite;
}
.marquee span {
  color: var(--yellow);
  padding: 0 28px;
}
@keyframes lamer-move {
  to {
    transform: translateX(-40%);
  }
}

.section-kicker {
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-kicker span {
  width: 45px;
  height: 3px;
  background: var(--yellow);
  border-radius: 5px;
}
.about {
  padding: 120px 8vw;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  max-width: 1450px;
  margin: auto;
}
.about-art {
  min-height: 380px;
  position: relative;
}
.logo-orb {
  width: 440px;
  height: 310px;
  border-radius: 48% 52% 44% 56%;
  background: linear-gradient(135deg, #efffff, #fff9c4);
  display: grid;
  place-content: center;
  transform: rotate(-4deg);
}
.logo-orb img {
  width: 330px;
  height: auto;
  transform: rotate(4deg);
}
.about-dot {
  position: absolute;
  border-radius: 50%;
}
.dot1 {
  width: 75px;
  height: 75px;
  background: var(--cyan);
  right: 13%;
  top: 0;
}
.dot2 {
  width: 40px;
  height: 40px;
  background: var(--coral);
  left: 3%;
  bottom: 25px;
}
.dot3 {
  width: 22px;
  height: 22px;
  background: var(--yellow);
  right: 22%;
  bottom: 0;
}
.about-copy {
  padding-left: 4vw;
}
.about h2,
.business-title h2,
.fc-copy h2,
.promise h2,
.company h2 {
  font-size: clamp(35px, 4vw, 57px);
  line-height: 1.45;
  letter-spacing: 0.04em;
  margin: 20px 0 25px;
  font-weight: 800;
}
.about-copy > p:last-child,
.fc-copy > p {
  line-height: 2.15;
  font-size: 14px;
  color: #52677f;
}

.business {
  padding: 110px 7vw 125px;
  background: var(--cream);
  position: relative;
}
.business::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: radial-gradient(var(--cyan) 2px, transparent 3px);
  background-size: 14px 14px;
  right: 4%;
  top: 40px;
}
.business-title {
  text-align: center;
}
.business-title .section-kicker {
  justify-content: center;
}
.business-title > p:last-child {
  font-size: 13px;
  color: #687d92;
}
.business-grid {
  max-width: 1240px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.business-card {
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  min-height: 490px;
  position: relative;
  border: 2px solid transparent;
  box-shadow: 0 18px 45px rgba(29, 51, 82, 0.08);
  transition: 0.25s;
}
.business-card:hover {
  transform: translateY(-7px);
}
.business-card.cyan {
  border-color: rgba(0, 184, 230, 0.35);
}
.business-card.yellow {
  border-color: #f1df32;
}
.business-card.blue {
  border-color: rgba(18, 95, 210, 0.32);
}
.card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-top small {
  font-size: 8px;
  letter-spacing: 0.16em;
  color: #6d8092;
}
.card-icon {
  width: 58px;
  height: 58px;
  border-radius: 19px;
  display: grid;
  place-items: center;
  font-size: 28px;
  background: #e5fbff;
  color: var(--cyan);
}
.yellow .card-icon {
  background: #fff9bd;
  color: #dc9e00;
}
.blue .card-icon {
  background: #eaf0ff;
  color: var(--blue);
}
.business-card h3 {
  font-size: 24px;
  margin: 37px 0 18px;
}
.business-card > p {
  font-size: 12px;
  line-height: 2;
  color: #5d7185;
}
.business-card ul {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}
.business-card li {
  border-top: 1px dashed #d8e1e7;
  padding: 11px 0;
  font-size: 11px;
  font-weight: 700;
}
.business-card li::before {
  content: "●";
  color: var(--cyan);
  margin-right: 10px;
}
.yellow li::before {
  color: #e8b800;
}
.blue li::before {
  color: var(--blue);
}
.fc-highlight {
  padding: 115px 8vw;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  background: linear-gradient(135deg, #dcfbff, #f1fbff 50%, #fffbd6);
  overflow: hidden;
}
.fc-visual {
  min-height: 440px;
  position: relative;
}
.runner {
  width: 340px;
  height: 340px;
  border-radius: 46% 54% 53% 47%;
  background: var(--deep);
  display: grid;
  place-content: center;
  transform: rotate(-7deg);
  position: absolute;
  left: 8%;
  top: 30px;
  box-shadow: 22px 22px 0 var(--yellow);
}
.runner span {
  font: 600 170px/1 var(--font-serif);
  color: var(--cyan);
  transform: rotate(7deg);
}
.motion {
  position: absolute;
  height: 9px;
  background: var(--coral);
  border-radius: 10px;
  transform: rotate(-18deg);
}
.m1 {
  width: 140px;
  left: 0;
  top: 110px;
}
.m2 {
  width: 95px;
  left: 3%;
  top: 160px;
}
.m3 {
  width: 120px;
  left: 45%;
  bottom: 12px;
  background: var(--cyan);
}
.fc-copy {
  padding-left: 4vw;
}
.fc-badge {
  display: inline-block;
  background: var(--yellow);
  color: var(--deep);
  padding: 8px 13px;
  border-radius: 99px;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin-bottom: 14px;
}
.promise {
  background: var(--deep);
  color: #fff;
  padding: 110px 8vw;
}
.section-kicker.light {
  color: #9cecff;
}
.promise-head {
  text-align: center;
}
.promise-head .section-kicker {
  justify-content: center;
}
.promise-list {
  max-width: 1200px;
  margin: 60px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
.promise-list > div {
  position: relative;
  padding-top: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
.promise-list b {
  position: absolute;
  right: 0;
  top: 28px;
  font: 600 44px var(--font-serif);
  color: rgba(255, 255, 255, 0.1);
}
.promise-list span {
  font-size: 9px;
  letter-spacing: 0.2em;
  color: var(--yellow);
}
.promise-list h3 {
  font-size: 22px;
  margin: 22px 0 15px;
}
.promise-list p {
  font-size: 11px;
  line-height: 2;
  color: #c9d3ec;
}

.company {
  padding: 115px 8vw;
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 34% 66%;
}
.company > div > p:last-child {
  font-size: 12px;
  color: #76899a;
}
.company dl {
  margin: 0;
}
.company dl div {
  display: grid;
  grid-template-columns: 145px 1fr;
  border-bottom: 1px solid #dce5e8;
  padding: 23px 10px;
  font-size: 12px;
  line-height: 1.8;
}
.company dl div:first-child {
  border-top: 1px solid #dce5e8;
}
.company dt {
  color: #6d8192;
  font-weight: 700;
}
.company dd {
  margin: 0;
}

.contact {
  padding: 90px 25px;
  text-align: center;
  background: var(--cyan);
  position: relative;
  overflow: hidden;
  color: #fff;
}
.contact img {
  width: 290px;
  height: auto;
  filter: drop-shadow(0 7px 0 rgba(255, 255, 255, 0.12));
}
.contact p {
  font-size: 14px;
  font-weight: 700;
  margin: 28px 0;
}
.contact a {
  display: flex;
  width: 300px;
  justify-content: space-between;
  margin: auto;
  background: var(--deep);
  padding: 19px 23px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 800;
  box-shadow: 0 8px 0 rgba(36, 37, 121, 0.25);
}
.contact a b {
  color: var(--yellow);
}
.contact-bubble {
  position: absolute;
  border-radius: 50%;
  border: 18px solid rgba(255, 255, 255, 0.2);
}
.cb1 {
  width: 190px;
  height: 190px;
  left: -50px;
  top: -40px;
}
.cb2 {
  width: 120px;
  height: 120px;
  right: 4%;
  bottom: -35px;
}

.site-footer {
  padding: 38px 6vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-footer img {
  width: 160px;
  height: auto;
}
.site-footer p,
.site-footer > a {
  font-size: 8px;
  letter-spacing: 0.13em;
  color: #718495;
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-links a {
  font-size: 9px;
  font-weight: 700;
  color: #526a80;
}
.footer-links a:hover {
  color: var(--blue);
}

.content-area {
  min-height: 70vh;
  padding: 150px 24px 80px;
  background: linear-gradient(135deg, #faffff, #fffdf1);
}
.content-shell {
  max-width: 900px;
  margin: auto;
  background: #fff;
  padding: clamp(28px, 6vw, 70px);
  border-radius: 28px;
  box-shadow: 0 18px 45px rgba(29, 51, 82, 0.08);
}
.content-shell h1 {
  font-size: clamp(32px, 5vw, 54px);
}
.content-shell p {
  line-height: 2;
}
.privacy-page .content-shell {
  max-width: 980px;
}
.privacy-kicker {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
}
.privacy-lead {
  margin-bottom: 48px;
  color: #526a80;
}
.privacy-section {
  padding: 30px 0;
  border-top: 1px solid #e4edf2;
}
.privacy-section h2 {
  margin: 0 0 16px;
  color: var(--deep);
  font-size: clamp(20px, 3vw, 27px);
}
.privacy-section p,
.privacy-section li {
  color: #526a80;
  font-size: 14px;
  line-height: 1.9;
}
.privacy-section ul {
  padding-left: 1.4em;
}
.privacy-company {
  margin: 24px 0;
}
.privacy-company div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px dashed #d7e1e8;
}
.privacy-company dt {
  font-weight: 800;
  color: var(--deep);
}
.privacy-company dd {
  margin: 0;
  color: #526a80;
}
.privacy-contact-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  padding: 15px 22px;
  border-radius: 999px;
  background: var(--deep);
  color: #fff;
  font-weight: 800;
}
.privacy-contact-button:hover {
  background: var(--blue);
}
.privacy-purpose-note {
  margin: 0 0 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: #f1fbff;
  color: #526a80;
  font-size: 13px;
  line-height: 1.8;
}
.privacy-purpose-note a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: underline;
}
.lamer-consent {
  margin-top: 26px;
  padding: 20px;
  border: 2px solid #cfe8f2;
  border-radius: 16px;
  background: #fbfeff;
}
.lamer-consent__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: var(--deep);
}
.lamer-consent__heading span {
  padding: 4px 9px;
  border-radius: 999px;
  background: var(--coral);
  color: #fff;
  font-size: 10px;
  font-weight: 800;
}
.lamer-consent label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.lamer-consent input {
  width: 19px;
  height: 19px;
  margin-top: 1px;
  accent-color: var(--blue);
}
.lamer-consent__error {
  margin: 8px 0 0;
  color: #c83c3c;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  body.admin-bar .site-header {
    top: 46px;
  }
  .site-header {
    height: 76px;
    padding: 9px 20px;
  }
  .logo-link img {
    width: 160px;
  }
  .site-header nav {
    display: none;
  }
  .contact-pill {
    margin-left: auto;
    padding: 11px 14px;
    font-size: 10px;
  }
  .contact-pill span {
    margin-left: 8px;
  }
  .hero {
    padding: 125px 24px 65px;
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .hero h1 {
    font-size: clamp(38px, 11.5vw, 58px);
  }
  .hero-copy > p {
    font-size: 12px;
  }
  .hero-art {
    min-height: 450px;
    margin-top: 35px;
  }
  .sun {
    width: 315px;
    height: 315px;
    right: -45px;
  }
  .sun span {
    font-size: 35px;
  }
  .float-card {
    width: 155px;
    height: 180px;
    padding: 20px;
    border-radius: 25px;
  }
  .card-toy {
    left: 0;
    top: 35px;
  }
  .card-fit {
    top: 250px;
    right: 0;
  }
  .float-card b {
    font-size: 20px;
  }
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .marquee {
    font-size: 14px;
  }
  .about,
  .fc-highlight,
  .company {
    grid-template-columns: 1fr;
    padding: 80px 24px;
    gap: 45px;
  }
  .about-art {
    min-height: 300px;
  }
  .logo-orb {
    width: min(290px, 82vw);
    height: 230px;
  }
  .logo-orb img {
    width: 245px;
  }
  .about-copy,
  .fc-copy {
    padding-left: 0;
  }
  .business {
    padding: 80px 22px;
  }
  .business-grid {
    grid-template-columns: 1fr;
  }
  .business-card {
    min-height: auto;
  }
  .fc-visual {
    min-height: 350px;
  }
  .runner {
    width: 270px;
    height: 270px;
    left: 8%;
  }
  .runner span {
    font-size: 135px;
  }
  .promise {
    padding: 80px 24px;
  }
  .promise-list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .company dl div {
    grid-template-columns: 90px 1fr;
  }
  .contact img {
    width: 240px;
  }
  .site-footer {
    flex-wrap: wrap;
    gap: 25px;
  }
  .footer-links {
    width: 100%;
    order: 2;
    flex-wrap: wrap;
  }
  .site-footer img {
    width: 140px;
  }
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

@media (max-width: 480px) {
  .site-header {
    padding-inline: 14px;
  }
  .logo-link img {
    width: 142px;
  }
  .contact-pill {
    padding: 10px 12px;
  }
  .contact-pill span {
    display: none;
  }
  .hero {
    padding-inline: 19px;
  }
  .hero-art {
    min-height: 400px;
  }
  .sun {
    width: 270px;
    height: 270px;
  }
  .runner {
    width: 245px;
    height: 245px;
    left: 4%;
  }
  .runner span {
    font-size: 122px;
  }
  .float-card {
    width: 140px;
    height: 165px;
  }
  .card-fit {
    top: 225px;
  }
  .company dl div {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .privacy-company div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .contact a {
    width: min(300px, 88vw);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .marquee div {
    animation: none;
  }
  .business-card,
  .pop-button {
    transition: none;
  }
}
