@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}
/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
}

@media screen and (max-width: 639px) {
  html {
    font-size: 1.5625vw;
  }
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 2rem;
  line-height: 1.8em;
  color: #333333;
  height: 100%;
  font-family: "Inter","Noto Sans JP","Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
  max-width: 64rem;
  margin: 0 auto;
}
@media screen and (max-width: 639px) {
  body {
    font-size: 1.5rem;
  }
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
main {
  display: block;
  position: relative;
}

body.thanks-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f7f8f8;
}

body.thanks-page main {
  flex: 1;
  display: flex;
  align-items: center;
}

body.thanks-page #form {
  width: 100%;
}

a {
  outline: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

a, a:hover, a:hover img, button, input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------
 * COMMON
----------------------------------------------- */
input[type=text]:focus {
  outline: none;
}
#main {
  overflow: hidden;
}
section {
  position: relative;
}
.container {
  max-width: calc(64rem + 12rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 6rem;
  padding-right: 6rem;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.mb-5 {
  margin-bottom: 5rem !important;
}
.mb-6 {
  margin-bottom: 6rem !important;
}

@media only screen and (max-width: 639px) {
  .container {
    max-width: 100%;
  }
  .br_pc {
    display: none;
  }
  .sp_none {
    display: none !important;
  }
}
@media print, screen and (min-width: 640px) {
  .br_sp {
    display: none;
  }
  .sp {
    display: none !important;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  padding: 5rem 0 10rem;
  background: #f7f8f8;
}
#footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}
.footer-logo img {
  display: block;
  width: 100%;
}
.joyfit-logo {
  width: 13rem;
}
.fit365-logo {
  width: 16rem;
}
@media only screen and ( max-width : 639px ) {
}
@media print, screen and ( min-width : 640px ) {
}


/* ---------------------------------------------------------------------------------------------

　   BENEFITS

--------------------------------------------------------------------------------------------- */
#benefits {
  position: relative;
  padding-bottom: 9rem;
}
#benefits h2 {
  width: 34rem;
  margin: 0 auto 7rem;
}
.benefits-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#benefits li {
  position: relative;
  width: 44%;
  margin-top: 5rem;
  background: #f4f4f4;
  border-radius: 2rem;
  height: 20rem;
}
#benefits li:nth-child(1) {
  margin-top: 0;
}
#benefits li:nth-child(1),
#benefits li:nth-child(2) {
  width: 100%;
}
#benefits figcaption {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%;
}
#benefits li:nth-child(1) figcaption,
#benefits li:nth-child(2) figcaption {
  width: calc(100% + 1rem);
  left: -.5rem;
  bottom: 1rem;
}
#benefits figure .benefits-img {
  position: absolute;
}
#benefits #benefits-01 .benefits-img {
  width: 40rem;
  top: -4rem;
  left: 50%;
  transform: translateX(-50%);
}
#benefits #benefits-02 .benefits-img {
  width: 35.4rem;
  top: -4.6rem;
  right: 4rem;
}
#benefits #benefits-03 .benefits-img {
  width: 23rem;
  top: -3rem;
  left: -1.8rem;
}
#benefits #benefits-04 .benefits-img {
  width: 15rem;
  top: -1rem;
  left: 6rem;
}
#benefits #benefits-05 .benefits-img {
  width: 30rem;
  top: 2.2rem;
  left: -1rem;
}
#benefits #benefits-06 .benefits-img {
  width: 100%;
  bottom: 0;
  left: 0;
  border-radius: 0 0 2rem 2rem;
}
#benefits #benefits-07 .benefits-img {
  width: 20.6rem;
  top: 2.2rem;
  left: 1rem;
}
.benefits-number {
  position: absolute;
  z-index: 10;
  width: 10.2rem;
  top: -3rem;
  left: -3rem;
}
#benefits li:nth-child(1) .benefits-number,
#benefits li:nth-child(2) .benefits-number {
  width: 13rem;
  top: -4rem;
  left: -4rem;
}
.benefits-presents {
  width: 32.1rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and ( max-width : 639px ) {
}
@media print, screen and ( min-width : 640px ) {
}

/* ---------------------------------------------------------------------------------------------

　   FLOW

--------------------------------------------------------------------------------------------- */
#flow {
  background: url(../img/flow_bg.jpg) no-repeat left bottom / 100% #5eb753;
  padding: 6rem 0 12rem;
}
.flow-item {
  background: #fff;
  border-radius: 2rem;
  height: 13.4rem;
  display: flex;
  align-items: center;
  position: relative;
  width: calc(100% - 4.4rem);
  margin-bottom: 5.6rem;
  padding: 0 9rem 0 2.5rem;
}
.flow-item:last-child {
  margin-bottom: 0;
}
.flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2.8rem;
  height: 1.4rem;
  bottom: -3.5rem;
  background: url(../img/arrow_down.png) no-repeat center center / 100% 100%;
  pointer-events: none;
}
.flow-item-image {
  width: 14.2rem;
  position: absolute;
  right: -4.4rem;
  top: -2.6rem;
}
.flow-item-number {
  width: 5.5rem;
  margin-right: 1.5rem;
}
.flow-item-title {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.2;
  color: #5eb753;
}
.flow-item-content {
  width: calc(100% - 7rem);
}
.flow-item-note {
  font-size: 1.14rem;
  margin-top: 1rem;
}

/* ---------------------------------------------------------------------------------------------

　   OUTLINE

--------------------------------------------------------------------------------------------- */
#outline {
  padding: 0 0 6rem;
}
#outline h2 {
  position: relative;
  z-index: 10;
  margin-bottom: -4.8rem;
}
.outline-list {
  border: .2rem solid #54c3f1;
  border-radius: 2rem;
  padding: 7.4rem 2.5rem 3.5rem;
}
.outline-list dl {
  margin-bottom: 4.5rem;
}
.outline-list dt {
  font-size: 1.9rem;
  color: #54c3f1;
  font-weight: 700;
}
.outline-list dd {
  font-size: 1.6rem;
  border-bottom: .2rem solid #54c3f1;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.outline-list dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.outline-note h3 {
  text-align: center;
}
.outline-note h3 span {
  display: inline-block;
  border-left: .7rem solid #54c3f1;
  padding-left: 1rem;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.outline-note li {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  list-style: disc;
  margin-left: 1.2em;
}
.outline-note li:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#faq {
  padding: 10rem 0 5rem;
  background: url(../img/faq_bg.jpg) no-repeat top left / 100% #f7f8f8;
}
#faq h2 {
  margin-bottom: -2.4rem;
  position: relative;
  z-index: 10;
}
.faq-item {
  position: relative;
  border: .2rem solid #595757;
  border-radius: 2rem;
  background: #fff;
  margin-bottom: 2rem;
  padding: 1.5rem 2rem;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-question {
  position: relative;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  margin: 0;
  height: auto;
  border-radius: 0;
  color: #ef7f1e;
  letter-spacing: 0;
  color: #ef7f1e;
  font-weight: 700;
  font-size: 1.8rem;
  padding-left: 4.8rem;
  padding-right: 4rem;
  min-height: 4rem;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.faq-answer:after {
  content: "";
  height: .26rem;
  width: 43rem;
  background: url(../img/dot_line.png) repeat-x center / contain;
  position: absolute;
  right: 0;
  top: 0;
}
.faq-answer {
  position: relative;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .35s ease, opacity .25s ease, margin-top .35s ease, padding-top .35s ease;
  will-change: max-height, opacity, margin-top, padding-top;
  padding-top: 0;
}
.faq-answer[hidden] {
  display: flex !important;
}
.faq-question:before,
.faq-answer:before {
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.faq-question:before {
  background: url(../img/q.png) no-repeat center center / 100%;
}
.faq-answer:before {
  background: url(../img/a.png) no-repeat center center / 100%;
}
.faq-answer p {
  line-height: 1.3;
  font-size: 1.8rem;
  padding-left: 4.8rem;
}
.faq-item::before,
.faq-item::after {
  content: "";
  position: absolute;
  right: 2.4rem;
  top: 3.6rem;
  transform: translateY(-50%);
  background: #ef7f1e;
  border-radius: 999px;
  pointer-events: none;
  transform-origin: center center;
  transition: transform .35s cubic-bezier(.22, .61, .36, 1), opacity .25s ease;
}
.faq-item::before {
  width: 1.6rem;
  height: .24rem;
  transform: translateY(-50%) rotate(0deg);
}
.faq-item::after {
  width: .24rem;
  height: 1.6rem;
  right: 3.08rem;
  transform: translateY(-50%) rotate(0deg) scaleY(1);
}
.faq-item.is-open::before {
  transform: translateY(-50%) rotate(180deg);
}
.faq-item.is-open::after {
  opacity: 0;
  transform: translateY(-50%) rotate(180deg) scaleY(0);
}
.faq-item.is-open .faq-answer {
  max-height: 20rem;
  opacity: 1;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
@media only screen and ( max-width : 639px ) {
}
@media print, screen and ( min-width : 640px ) {
}



/* ---------------------------------------------------------------------------------------------

　   FORM

--------------------------------------------------------------------------------------------- */

#form {
  padding: 5rem 0;
  background: #f7f8f8;
}
.form-title {
  text-align: center;
  font-size: 4.6rem;
}
.lead {
  margin: 1rem 0 3rem;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.45;
  color: #2d2d2d;
}

.thanks-lead {
  font-size: 2.4rem;
  line-height: 1.6;
}

.thanks-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42rem;
  min-height: 7rem;
  padding: 1rem 2rem;
  border-radius: 9999px;
  background: #cc0f3b;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
}

form {
  display: flex;
  flex-direction: column;
}

label {
  margin-bottom: 8px;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.15;
  color: #4d4948;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select {
  width: 100%;
  height: 4.6rem;
  margin-bottom: 1.6rem;
  border: .2rem solid #4d4948;
  border-radius: .6rem;
  background: #fff;
  color: #1f1f1f;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 2rem;
  appearance: none;
}

.select-wrap {
  position: relative;
  margin-bottom: 2.6rem;
}

.select-wrap::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 1.8rem;
  height: 1.8rem;
  border-right: .4rem solid #444;
  border-bottom: .4rem solid #444;
  transform: translateY(-62%) rotate(45deg);
  pointer-events: none;
}

select {
  margin-bottom: 0;
  color: #3e3e3e;
}

.store-search {
  margin-bottom: 3rem;
}

.store-search-selects {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-bottom: 2.4rem;
}

.store-select-wrap {
  position: relative;
}

.store-select-wrap.is-hidden {
  display: none;
}

.store-select {
  width: 100%;
  height: 4.6rem;
  margin-bottom: 0;
  border: .2rem solid #153744;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-size: 2rem;
  font-weight: 700;
  padding: 0 4.8rem 0 1.5rem;
  border-radius: .6rem;
}

.store-select:disabled {
  color: #666;
  background: #f8f8f8;
}

.store-select-wrap::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 2px solid #626262;
  border-bottom: 2px solid #626262;
  transform: translateY(-70%) rotate(45deg);
  pointer-events: none;
}


.policy-check {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1.4rem;
  margin: 1rem 0 2.8rem;
  font-size: 2rem;
  line-height: 1.25;
}

.policy-check input {
  width: 2.6rem;
  height: 2.6rem;
  accent-color: #cc0f3b;
}
.policy-check a {
  text-decoration: underline;
  color: #0066ff;
  font-weight: 400;
}
.is-error {
  border-color: #cc0f3b !important;
}
.field-error {
  margin: 0 0 1rem;
  color: #cc0f3b;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
input + .field-error,
select + .field-error {
  margin-top: -0.5rem;
}
.store-select-wrap + .field-error {
  margin-top: -0.2rem;
  margin-bottom: 0.4rem;
}
.policy-check + .field-error {
  margin-top: -0.8rem;
  margin-bottom: 1.6rem;
  text-align: center;
}

button {
  width: 42rem;
  margin: 0 auto;
  height: 7rem;
  border: 0;
  border-radius: 9999px;
  background: #cc0f3b;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  cursor: pointer;
}

button:active {
  transform: translateY(1px);
}

@media (max-width: 639px) {
  button {
    width: 80%;
  }
  .thanks-button {
    width: 80%;
    font-size: 2.6rem;
  }
}
