@charset "UTF-8";

/* Reset */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #666;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: inherit;
}

.note {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
}

.pc-only {
  display: block;
}
.sp-only {
  display: none;
}

/* Layout */
.l-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Buttons */
.c-button {
  width: 200px;
  display: inline-block;
  padding: 16px;
  border-radius: 34px;
  box-shadow: 1px 3px 12px -4px rgba(0, 0, 0, 0.50);
  font-weight: 500;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.c-button--red {
  background-color: #E93965;
  color: white;
}

.c-button--red:hover {
  opacity: 0.8;
}

.c-button--large {
  padding: 16px 32px;
  font-size: 18px;
}

/* Header */
.l-header {
  background-color: #ffffff;
  position: sticky;
  top: 0;
  z-index: 100;
}
.l-header .l-inner {
  max-width: 1440px;
  max-width: 100%;
  padding: 10px 40px 10px 24px;
  margin: 0 auto;
}

.p-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p-header__logo {
  display: flex;
  align-items: center;
  gap: 24px;
}

.p-header__logo img {
  height: 48px;
}

.p-header__tagline {
  text-align: center;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 1px;
  margin: 0;
}
.p-header__tagline span {
  font-family: "M PLUS 1";
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1px;
}

/* Hero Section */
.p-hero {
  width: 100%;
  height: 820px;
  background-image: url(../images/hero/hero-main.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.p-hero__content {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  height: auto;
}
.p-hero__content .l-inner {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0;
}

.p-hero__banner {
  position: relative;
  width: max-content;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1px;
}

.p-hero__banner--orange {
  background-color: #E9A439;
  font-size: 40px;
  padding: 0 24px;
  margin: 0 0 26px 30px;
}
.p-hero__banner--orange span {
  font-size: 48px;
  line-height: 140%;
}

.p-hero__banner--orange:before,
.p-hero__banner--orange:after {
  position: absolute;
  top: 0;
  width: 0px;
  height: 0px;
  border-color: #E9A439 transparent;
  border-style: solid;
  content: '';
}
.p-hero__banner--orange:before {
  left: -15px;
  border-width: 34px 0px 33px 15px;
}
.p-hero__banner--orange:after {
  right: -14px;
  border-width: 33px 15px 34px 0px;
}

.p-hero__banner--green {
  background-color: #39B280;
  font-size: 96px;
  padding: 0 40px 0 64px ;
  margin-bottom: 40px;
  width: max-content;
}

.p-hero__cta {
  text-align: center;
}
.p-hero__cta a.c-button.c-button--red {
  width: 480px;
  font-size: 48px;
  font-weight: bold;
  border-radius: 104px;
}

.p-hero__circle {
  position: absolute;
  top: -356px;
  right: 124px;
  width: 332px;
  height: 332px;
  background-color: #39B280;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
}

.p-hero__circle-title {
  position: absolute;
  top: -26px;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translateX(-50%);
  margin: 0 0 4px 0;
}

.p-hero__circle-subtitle {
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 1px;
  margin: 0 0 14px 0;
}

.p-hero__circle-line {
  width: 80%;
  height: 4px;
  background-color: #ffffff;
  margin: 4px 0;
  border: none;
}

.p-hero__circle-text {
  font-size: 60px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: 1px;
  margin: 0;
}

/* Benefits Section */
.p-benefits {
  padding: 52px 0 28px;
  background: #39B280;
}
.p-benefits .l-inner {
  max-width: calc(1240px + (24px * 2));
  margin: 0 auto;
  padding: 0 24px;
}
.p-benefits__flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 54px;
}

.p-benefits__item {
  position: relative;
  width: calc( 100% - (54px * 2) / 3 );
  background-color: #39B280;
  border: 2px solid #ffffff;
  text-align: center;
  color: #ffffff;
  padding: 28px 12px 12px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-benefits__item-title {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  height: auto;
  background: #39B280;
  font-size: 32px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 1px;
  padding: 0 24px;
  margin: 0;
  z-index: 1;
}
.p-benefits__item-title .num {
  font-size: 40px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 1px;
}

.p-benefits__item-content p {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 1px;
}
.p-benefits__item-content p small {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 22.4px */
  letter-spacing: 1px;
}

/* 特典1 */
.p-benefits__item:nth-child(1) {
  padding: 40px 12px 24px 12px;
}
.p-benefits__item:nth-child(1) .p-benefits__item-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 28px;
}
.p-benefits__item:nth-child(1) .p-benefits__item-info p {
  text-align: right;
  margin-bottom: 12px;
}
.p-benefits__item:nth-child(1) .p-benefits__item-info p:last-child {
  margin-bottom: 0;
}
.p-benefits__item:nth-child(1) .p-benefits__item-price {
  font-size: 128px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
}
.p-benefits__item:nth-child(1) .p-benefits__item-price span {
  font-size: 64px;
}

/* 特典2 */
.p-benefits__item:nth-child(2) .p-benefits__item-content {
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 1px;
}
.p-benefits__item:nth-child(2) .p-benefits__item-price span {
  font-size: 36px;
}

.p-benefits__item:nth-child(2) .medium {
  font-size: 36px;
} 

/* 特典3 */
.p-benefits__item:nth-child(3) p {
  line-height: 140%;
}
.p-benefits__item:nth-child(3) .medium {
  font-size: 40px;
  margin-top: 14px;
}

/* Referral Section */
.p-referral {
  padding: 40px 0 80px;
  background-color: #39B280;
  color: #ffffff;
}

.p-referral__content {
  text-align: center;
}

.p-referral__banner {
  position: relative;
  width: 345px;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%; /* 57.6px */
  letter-spacing: 1px;
  background-image: linear-gradient(transparent 70%, rgba(204, 167, 14, 1) 30%);
  margin: 0 auto 30px;
}

.p-referral__banner:before,
.p-referral__banner:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 4px;
  box-sizing: border-box;
  background-color: #FF8C00;
}

.p-referral__banner:before {
  left: -54px;
  transform: rotate(60deg);
}
.p-referral__banner:after {
  right: -54px;
  transform: rotate(-60deg);
}


.p-referral__text {
  margin-bottom: 24px;
}
.p-referral__text p {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 1px;
}
.p-referral__text p span {
  font-size: 48px;
  font-weight: 900;
}

.p-referral__disclaimer {
  letter-spacing: 1px;
  margin-bottom: 56px;
}

/* Walking Check Section */
.p-walking-check {
  padding: 80px 0;
  background-color: #39B280;
  color: white;
}

.p-walking-check__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.p-walking-check__question {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 16px;
}

.p-walking-check__cta {
  font-size: 20px;
  margin-bottom: 32px;
}

.p-walking-check__image {
  text-align: center;
}

.p-walking-check__image img {
  max-width: 300px;
  margin-bottom: 16px;
}

.p-walking-check__caption {
  font-size: 14px;
  opacity: 0.9;
}

.p-walking-check__button {
  text-align: center;
  margin-top: 32px;
}

/* Footer */
.l-footer {
  background-color: #ffffff;
  color: #666666;
  padding: 64px 0;
}

.p-footer__content {
  display: flex;
  gap: 46px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-footer__map {
  width: 43%;
}
.p-footer__map img {
  width: 100%;
  height: auto;
}

.p-footer__info {
  text-align: left;
  width: 34%;
}

.p-footer__store {
  font-size:36px;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-footer__address {
  margin-bottom: 40px;
  font-size: 24px;
}

.p-footer__contact {
  display: inline-flex;
  padding: 16px;
  align-items: flex-start;
  gap: 24px;
  border-radius: 16px;
  background: #FAFAFA;
  width: 100%;
}
.p-footer__contact-icon {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-footer__contact-icon img {
  width: 24px;
  height: 24px;
}

.p-footer__contact-text {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}
.p-footer__contact-title {
  color: #39B280;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 8px;
}

.p-footer__logo {
  width: 15%;
}

.p-footer__logo img {
  width: 176px;
  height: 48px;
}

@media (max-width: 1110px) {
  .p-hero__banner--orange {
    font-size: 24px;
    margin: 0 0 26px 20px;
  }
  .p-hero__banner--orange span {
    font-size: 28px;
  }
  .p-hero__banner--orange:before {
    left: -11px;
    border-width: 19px 0px 20px 12px;
  }
  .p-hero__banner--orange:after {
    right: -11px;
    border-width: 20px 12px 19px 0px;
  }
  .p-hero__banner--green {
    font-size: 58px;
    padding: 0 38px 0 42px;
  }
  .p-hero__circle {
    top: -433px;
    right: 20px;
    width: 240px;
    height: 240px;
  }
  .p-hero__circle-subtitle {
    font-size: 24px;
  }
  .p-hero__circle-text {
    font-size: 42px;
  }
  .p-hero__cta a.c-button.c-button--red {
    width: 380px;
    font-size: 38px;
  } 
  /* 特典 */
  .p-benefits__flex {
    gap: 24px;
  }
  .p-benefits__item {
    width: calc(100% - (24px * 2) / 3);
    padding: 28px 8px 12px 8px;
  }
  .p-benefits__item-content p {
    font-size: 24px;
    line-height: 120%;
  }
  .p-benefits__item:nth-child(1) {
    padding: 40px 8px 24px 8px;
  }
  .p-benefits__item:nth-child(1) .p-benefits__item-content {
    flex-direction: column;
    gap: 12px;
  }
  .p-benefits__item:nth-child(2) .p-benefits__item-content {
    font-size: 40px;
  }
  .p-benefits__item:nth-child(2) .p-benefits__item-price span {
    font-size: 26px;
  }
  .p-benefits__item:nth-child(2) .medium {
    font-size: 32px;
  }
  .p-benefits__item:nth-child(3) .medium {
    font-size: 32px;
  }
  .p-footer__content {
    gap: 24px;
  }
  .p-footer__map {
    width: 39%;
  }
  .p-footer__info {
    width: 38%;
  }
  .p-footer__store {
    font-size: 24px;
  }
  .p-footer__address {
    font-size: 18px;
  }
  .p-footer__contact {
    padding: 12px;
    gap: 16px;
  }
  .p-footer__contact-text {
    font-size: 18px;
  }
  .p-footer__contact-title {
    font-size: 16px;
  }
  .p-footer__logo {
    width: 16%;
  }

}

/* Responsive Design */
@media (max-width: 767px) {

  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .l-inner {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }

  .l-header .l-inner {
    padding: 8px 16px;
  }
  .p-header__logo {
    gap: 8px;
  }
  .p-header__logo img {
    width: 130px;
    height: auto;
  }
  .p-header__tagline {
    font-size: 6px;
  }
  .p-header__tagline span {
    font-size: 12px;
  }

  .c-button {
   width: 128px;
   font-size: 14px;
  }

  .p-hero {
    height: 700px;
    background-image: url(../images/hero/hero-main-sp.jpg);
  }
  .p-hero__banner--orange {
    width: max-content;
    height: 72px;
    font-size: 20px;
    line-height: 180%;
    padding: 0 24px;
    margin: 0 auto 24px auto;
  }
  .p-hero__banner--orange:before {
    left: -11px;
    border-width: 36px 0px 36px 12px;
  }
  .p-hero__banner--orange:after {
    right: -11px;
    border-width: 36px 12px 36px 0px;
  }

  .p-hero__banner--orange span {
    font-size: 24px;
  }
  .p-hero__banner--green {
    background: unset;
    padding: 0;
    margin-bottom: 40px;
  }
  .p-hero__banner--green p {
    background-color: #39B280;
    font-size: 48px;
    padding: 0 24px 0 24px;
    margin-bottom: 8px;
    width: max-content;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 140%;
  }

  .p-hero__circle {
    width: 154px;
    height: 154px;
    top: -260px;
    right: unset;
    padding: 0;
    left: 28px;
  }
  .p-hero__circle-title {
    top: -17px;
    width: 162px;
    height: auto;
  }
  .p-hero__circle-subtitle {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .p-hero__circle-line {
    height: 2px;
  }
  .p-hero__circle-text {
    font-size: 24px;
  }
  .p-hero__cta a.c-button.c-button--red {
    width: 280px;
    font-size: 28px;
  }

  .p-benefits {
    padding: 60px 0;
  }
  .p-benefits .l-inner {
    max-width: 100%;
    padding: 0 16px;
  }
  .p-benefits__flex {
    flex-direction: column;
    gap: 42px;
  }
  .p-benefits__item {
    width: 100%;
  }
  .p-benefits__item-content p {
    font-size: 22px;
  }
  .p-benefits__item:nth-child(1) .p-benefits__item-content {
    flex-direction: row;
    gap: 16px;
  }



  .p-referral {
    padding: 40px 0;
  }
  .p-referral__banner { 
    width: 230px;
    font-size: 42px;
  }
  .p-referral__banner:before,
  .p-referral__banner:after {
    width: 50px;
  }
  .p-referral__banner:before {
    left: -42px;
  }
  .p-referral__banner:after {
    right: -42px;
  }
  .p-referral__text p {
    font-size: 26px;
    line-height: 160%;
  }
  .p-referral__text p span {
    font-size: 42px;
  }

  .p-walking-check {
    padding: 60px 0;
  }

  .p-walking-check__content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: center;
  }

  .p-walking-check__question {
    font-size: 24px;
  }

  .p-walking-check__cta {
    font-size: 18px;
  }

  .l-footer {
    padding: 40px 0;
  }

  .p-footer__content {
    flex-direction: column;
    gap: 32px;
  }
  .p-footer__map,
  .p-footer__info,
  .p-footer__logo {
    width: 100%;
  }
  .p-footer__logo {
    text-align: center;
  }
}

/* Utility Classes */
.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 360px) {
  .p-hero__banner--orange {
    font-size: 20px;
    padding: 0 16px;
  }
  .p-hero__banner--orange span {
    font-size: 20px;
  }
  .p-hero__banner--green p {
    font-size: 42px;
    padding: 0 16px 0 16px;
  }
}