@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --red:#FF0004;
  --green:#00B542;
  --pyellow:#FFFCE3;
  --content-area:1000px;
  --radius-common:clamp(8px,2vw,24px) ;
}

body {
  padding-top: 100px !important;
}

@media (max-width: 768px) {
  body {
    padding-top: 16vw !important;
  }
}

#pulsez * {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: left;
}

#pulsez p {
  font-size: 1.48rem;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  line-height: 2;
}
@media (max-width: 1000px) {
  #pulsez p {
    font-size: 1rem;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  #pulsez p {
    font-size: clamp(0.8125rem, 3.4vw, 1.2rem);
  }
}

#pulsez img {
  display: block;
  max-width: 100%;
}

#pulsez small {
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
}

#pulsez summary {
  list-style-type: none;
  cursor: pointer;
}
#pulsez summary::marker {
  content: "";
}
#pulsez summary::-webkit-details-marker {
  display: none;
}

.l-breadcrumb {
  display: none;
}

.l-content-area {
  max-width: var(--content-area);
  width: min(1000px, 90vw);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .l-content-area {
    max-width: 100%;
    width: calc(100% - clamp(16px, 3vw, 20px) * 2);
    padding-inline: clamp(16px, 3vw, 20px);
  }
}

.btn-red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  border-radius: 8px;
  color: #fff !important;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  background: #E81C35;
  padding: 12px 16px;
  margin-inline: auto;
  margin-top: 16px;
  -webkit-transition: ease 0.2s all !important;
  transition: ease 0.2s all !important;
}
@media (hover: hover) {
  .btn-red:hover {
    background: #ff6c04;
    opacity: 1 !important;
  }
}
@media (max-width: 767px) {
  .btn-red {
    max-width: none;
    width: auto;
    border-radius: 6px;
  }
}
.btn-red p {
  color: #fff;
  font-weight: 700;
  font-size: 1rem !important;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .btn-red p {
    font-size: 0.875rem !important;
  }
}
@media (min-width: 767px) {
  .btn-red img {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 767px) {
  .btn-red img {
    width: 11px;
    height: 11px;
  }
}

.c-card, .c-card_gym {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(16px, 4.5vw, 48px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  border-radius: var(--radius-common);
  background: #fff;
}
@media (max-width: 767px) {
  .c-card, .c-card_gym {
    gap: 12px;
  }
}
.c-card_gym {
  gap: 0;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
}
@media (max-width: 767px) {
  .c-card_gym {
    border-radius: 8px;
  }
}
.c-card_gym-thumb {
  width: 100%;
  height: auto;
}
.c-card_gym-desc {
  padding-block: 8px 20px;
  padding-inline: 20px;
}
@media (max-width: 767px) {
  .c-card_gym-desc {
    padding-block: 8px 12px;
    padding-inline: 12px;
  }
}
.c-card_gym small {
  display: block;
  font-size: 1rem;
  padding-top: 4px;
}
@media (max-width: 767px) {
  .c-card_gym small {
    font-size: 0.875rem;
    line-height: 130%;
  }
}

#trial .c-caption, #trial .c-caption__widthfull {
  padding-left: 0.8em; /* ケースによって調整する */
  text-indent: -0.8em; /* ケースによって調整する */
  max-width: 464px;
  margin-inline: auto;
}
#trial .c-caption p, #trial .c-caption__widthfull p {
  font-size: clamp(0.625rem, 1vw, 0.8rem);
}
#trial .c-caption span, #trial .c-caption__widthfull span {
  display: inline-block;
  width: 0.8rem; /* ケースによって調整する */
  text-indent: 0;
}
#trial .c-caption__widthfull {
  max-width: none;
  padding-left: 28px;
  padding-right: 16px;
  padding-bottom: 16px;
}
#trial .c-caption__widthfull span {
  display: inline-block;
  width: 0.8rem; /* ケースによって調整する */
  text-indent: 0;
}
#trial .c-shoptext-head {
  background: var(--gray);
  border-radius: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 8px;
  margin-block: 8px;
}

.c-box, .c-box-or, .c-box-wh {
  border-radius: 12px;
  max-width: 800px;
  padding: 16px;
  margin-inline: auto;
}
.c-box-wh {
  background: #fff;
}
.c-box-or {
  background: var(--l-orange);
}

.c-icon-a {
  margin-top: 0;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .c-icon-a {
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c-icon-q {
  margin-top: 0;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .c-icon-q {
    width: 50px;
    height: 50px;
  }
}

.c-faq {
  border-radius: 12px;
  background: #FFFCE3;
  text-align: left;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.c-faq summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #F6FFED;
  gap: 24px;
  padding-right: 24px;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
@media (hover: hover) {
  .c-faq summary:hover {
    background: #e7ffd1;
  }
}
@media (max-width: 767px) {
  .c-faq summary {
    gap: 12px;
    padding-right: 12px;
  }
}
.c-faq summary span {
  line-height: 1.5;
}
.c-faq[open] span:nth-of-type(2) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-faq-question {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .c-faq-question {
    font-size: 0.8125rem;
  }
}
.c-faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
  padding: 24px;
}
@media (max-width: 767px) {
  .c-faq-answer {
    gap: 19px;
    padding: 12px;
    padding-left: 4px;
  }
}
.c-faq-answer p {
  font-size: 1.25rem !important;
  line-height: 1.5 !important;
  margin-block: 0 auto;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .c-faq-answer p {
    font-size: 0.8125rem !important;
  }
}
.c-faq-plus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(24px, 1.5vw, 36px);
  height: clamp(24px, 1.5vw, 36px);
  margin-block: auto;
  margin-inline: auto 0;
}
.c-faq-plus-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.c-faq-plus-inner span:nth-of-type(1) {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--green);
  width: clamp(20px, 1.5vw, 26px);
  height: 6px;
  border-radius: 6px;
  margin: auto;
}
@media (max-width: 767px) {
  .c-faq-plus-inner span:nth-of-type(1) {
    height: 3px;
  }
}
.c-faq-plus-inner span:nth-of-type(2) {
  position: absolute;
  inset: 0;
  display: block;
  background: var(--green);
  width: clamp(20px, 1.5vw, 26px);
  height: 6px;
  border-radius: 6px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: auto;
  -webkit-transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) all;
  transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) all;
}
@media (max-width: 767px) {
  .c-faq-plus-inner span:nth-of-type(2) {
    height: 3px;
  }
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.u-red {
  color: var(--red) !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.u-fs-m {
  font-size: 1.25rem !important;
}
@media (max-width: 767px) {
  .u-fs-m {
    font-size: 1rem !important;
  }
}

.u-d-block {
  display: block !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-d-grid {
  display: -ms-grid !important;
  display: grid !important;
}

.u-noshrink {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.u-radius {
  border-radius: var(--radius-common);
}

.u-hidden {
  display: none !important;
}

@media (min-width: 767px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.m0a {
  margin: 0 auto;
}

.mia {
  margin-inline: auto;
}

.mba {
  margin-block: auto;
}

#fitness {
  min-width: unset;
}

#pulsez {
  overflow-x: hidden;
}
#pulsez .p-mv-visual {
  position: relative;
  height: clamp(400px, 38vw, 500px);
}
@media (max-width: 767px) {
  #pulsez .p-mv-visual {
    height: auto;
  }
}
#pulsez .p-mv-visual img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: none;
  height: clamp(400px, 38vw, 500px);
  width: auto;
}
@media (max-width: 767px) {
  #pulsez .p-mv-visual img {
    position: static;
    left: auto;
    -webkit-transform: none;
            transform: none;
    max-width: 100%;
    height: auto;
  }
}
#pulsez .p-about {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  #pulsez .p-about {
    padding-bottom: 40px;
  }
}
#pulsez .p-about-text {
  margin-block: 35px 60px;
}
@media (max-width: 767px) {
  #pulsez .p-about-text {
    margin-block: 16px;
  }
}
#pulsez .p-about-video {
  display: block;
  border-radius: var(--radius-common);
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #pulsez .p-about-video {
    margin-bottom: 16px;
  }
}
#pulsez .p-about-pulsez {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  #pulsez .p-about-pulsez {
    display: block;
  }
}
@media (max-width: 767px) {
  #pulsez .p-about-pulsez .pulsez-logo {
    width: 100px;
    height: 25px;
    margin-bottom: 12px;
  }
}
#pulsez .p-about-small small {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #pulsez .p-about-small small {
    font-size: clamp(0.625rem, 2.4vw, 1rem);
  }
}
#pulsez .p-about-small a {
  text-decoration-line: underline;
  text-decoration-style: solid;
}
#pulsez .p-sugoi {
  background-image: url("../img/pulsez/bg-pattern.svg"), -webkit-gradient(linear, left top, left bottom, from(#30C365), to(#96FF91));
  background-image: url("../img/pulsez/bg-pattern.svg"), linear-gradient(180deg, #30C365 0%, #96FF91 100%); /* グラデーションが奥 */
  background-size: 61.6%, cover; /* 画像とグラデーションそれぞれにbackground-sizeを設定 */
  background-position: left top, 0 0; /* それぞれの位置を設定 */
  background-repeat: repeat, no-repeat; /* それぞれのリピート設定 */
  padding-block: 52px 0px;
}
@media (max-width: 767px) {
  #pulsez .p-sugoi {
    padding-block: 20px 0;
  }
}
@media (max-width: 767px) {
  #pulsez .p-sugoi-top {
    width: calc(100% + 1px);
  }
}
#pulsez .p-sugoi-head {
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  #pulsez .p-sugoi-head {
    padding-bottom: 30px;
  }
}
#pulsez .p-sugoi-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 60px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #pulsez .p-sugoi-list {
    gap: 20px;
    margin-bottom: 20px;
  }
}
#pulsez .p-sugoi-title {
  height: auto;
}
@media (max-width: 767px) {
  #pulsez .p-sugoi-title {
    width: 118%;
    max-height: none;
    max-width: none;
  }
}
#pulsez .p-sugoi-img {
  aspect-ratio: 3/2;
  border-radius: var(--radius-common);
  overflow: hidden;
}
#pulsez .p-sugoi-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#pulsez .p-yaruki {
  position: relative;
  background: #54D482;
  overflow: hidden;
}
#pulsez .p-yaruki-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  #pulsez .p-yaruki-bg {
    top: -38%;
    width: 150%;
    height: 150%;
  }
}
#pulsez .p-yaruki-content {
  position: relative;
  z-index: 2;
}
#pulsez .p-yaruki-title {
  padding-block: 40px;
}
@media (max-width: 767px) {
  #pulsez .p-yaruki-title {
    height: auto;
    padding-block: 20px 30px;
  }
}
#pulsez .p-yaruki-graph {
  background: #F6FFED;
  border-radius: var(--radius-common);
  aspect-ratio: 3/2;
  width: auto;
  height: auto;
}
#pulsez .p-yaruki-graph img {
  width: 70%;
  height: auto;
  margin: 0 auto;
}
#pulsez .p-yaruki-text {
  font-size: 1.75rem;
}
@media (max-width: 1000px) {
  #pulsez .p-yaruki-text {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  #pulsez .p-yaruki-text {
    font-size: clamp(0.87rem, 3.65vw, 1.25rem);
  }
}
@media (max-width: 767px) {
  #pulsez .p-yaruki-gosicho {
    min-width: 240px;
    width: 50%;
  }
}
#pulsez .p-yaruki-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}
#pulsez .p-yaruki-grid > *:nth-child(1) {
  -ms-grid-row:1;
  -ms-grid-column:1;
}
#pulsez .p-yaruki-grid > *:nth-child(2) {
  -ms-grid-row:1;
  -ms-grid-column:3;
}
#pulsez .p-yaruki-grid > *:nth-child(3) {
  -ms-grid-row:1;
  -ms-grid-column:5;
}
#pulsez .p-yaruki-grid > *:nth-child(4) {
  -ms-grid-row:1;
  -ms-grid-column:7;
}
@media (max-width: 767px) {
  #pulsez .p-yaruki-grid {
    -ms-grid-columns: 2fr 16px 2fr;
    grid-template-columns: repeat(2, 2fr);
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    min-width: 240px;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 16px;
  }
}
#pulsez .p-yaruki-grid li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  #pulsez .p-yaruki-grid li {
    gap: 6px;
  }
}
#pulsez .p-yaruki-grid img {
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  #pulsez .p-yaruki-grid img {
    width: 80%;
  }
}
#pulsez .p-yaruki-grid p {
  font-size: 1.25rem;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  #pulsez .p-yaruki-grid p {
    font-size: 0.95rem;
  }
}
@media (max-width: 767px) {
  #pulsez .p-yaruki-grid p {
    font-size: 0.75rem;
  }
}
#pulsez .p-yaruki-grid small {
  font-size: 1rem;
}
@media (max-width: 1000px) {
  #pulsez .p-yaruki-grid small {
    font-size: 0.85rem;
  }
}
@media (max-width: 767px) {
  #pulsez .p-yaruki-grid small {
    font-size: 0.7rem;
  }
}
#pulsez .p-yaruki-grid p, #pulsez .p-yaruki-grid small {
  text-align: center;
}
#pulsez .p-yaruki-faq {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 48px;
  z-index: 2;
}
@media (max-width: 767px) {
  #pulsez .p-yaruki-faq {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  #pulsez .p-faq {
    padding-block: 20px 40px;
  }
}
@media (max-width: 767px) {
  #pulsez .p-faq-head {
    width: 240px;
    height: auto;
  }
}
#pulsez .p-faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  #pulsez .p-faq-list {
    gap: 12px;
    padding-top: 28px;
  }
}
#pulsez .p-gym {
  background-image: url("../img/pulsez/bg-pattern.svg"), -webkit-gradient(linear, left top, left bottom, from(#30C365), to(#96FF91));
  background-image: url("../img/pulsez/bg-pattern.svg"), linear-gradient(180deg, #30C365 0%, #96FF91 100%); /* グラデーションが奥 */
  background-size: 61.6%, cover; /* 画像とグラデーションそれぞれにbackground-sizeを設定 */
  background-position: left top, 0 0; /* それぞれの位置を設定 */
  background-repeat: repeat, no-repeat; /* それぞれのリピート設定 */
  padding-block: 52px 120px;
}
@media (max-width: 767px) {
  #pulsez .p-gym {
    padding-block: 0 20px;
  }
}
#pulsez .p-gym-top {
  width: 100vw;
  height: auto;
  aspect-ratio: auto;
}
@media (max-width: 767px) {
  #pulsez .p-gym-top {
    aspect-ratio: auto;
    shape-rendering: crispEdges;
    max-width: none;
    width: 100vw;
    height: auto;
  }
}
#pulsez .p-gym-title {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  #pulsez .p-gym-title {
    width: 210px;
    height: auto;
    padding-bottom: 20px;
  }
}
#pulsez .p-gym-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 32px 1fr 32px 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 32px;
}
#pulsez .p-gym-list > *:nth-child(1) {
  -ms-grid-row:1;
  -ms-grid-column:1;
}
#pulsez .p-gym-list > *:nth-child(2) {
  -ms-grid-row:1;
  -ms-grid-column:3;
}
#pulsez .p-gym-list > *:nth-child(3) {
  -ms-grid-row:3;
  -ms-grid-column:1;
}
#pulsez .p-gym-list > *:nth-child(4) {
  -ms-grid-row:3;
  -ms-grid-column:3;
}
#pulsez .p-gym-list > *:nth-child(5) {
  -ms-grid-row:5;
  -ms-grid-column:1;
}
#pulsez .p-gym-list > *:nth-child(6) {
  -ms-grid-row:5;
  -ms-grid-column:3;
}
@media (max-width: 767px) {
  #pulsez .p-gym-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    gap: 16px;
  }
  #pulsez .p-gym-list > *:nth-child(1) {
    -ms-grid-row:1;
    -ms-grid-column:1;
  }
}
/*# sourceMappingURL=pulsez.css.map */