@charset "UTF-8";

.fv__ttl-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 5.6rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.fv__ttl-label>span {
  font-size: 1.2rem;
}

/*----------------------------------------------------
  first
----------------------------------------------------*/

.first-lead {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 60px;
}

.first-lead>span {
  font-weight: 700;
}

.l-col__first {
  width: 90%;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto 80px auto;
}

.first-img {
  clip-path: inset(0 0 0 round 20px);
  height: 320px;
  position: relative;
  overflow: hidden;
}

.first-img1 {
  width: 25%;
}

.first-img2 {
  width: 42.5%;
}

.first-img3 {
  width: 30%;
}

.first-img__main {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.first-img__bg {
  width: 48px;
  position: absolute;
  bottom: 4%;
  left: 2.5%;
  mix-blend-mode: overlay;
}

.first-cont__lead {
  width: 85%;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: center;
  padding: 40px 30px;
  box-sizing: border-box;
  background: rgba(253, 240, 232, 0.8);
  border-radius: 14px;
}

.first-cont__lead-img {
  width: 140px;
  margin-right: 2.5%;
}

.first-cont__lead-text {
  font-size: 2.2rem;
  font-weight: 700;
}

.first-cont__desc {
  text-align: center;
  margin-bottom: 80px;
}

.first-cont__desc-text {
  display: inline-block;
  width: auto;
  text-align: justify;
  font-size: 1.8rem;
}

.l-col__first-cont {
  align-items: center;
}

.first-cont__img {
  width: 47.5%;
  height: auto;
  clip-path: inset(0 0 0 round 20px);
}

.first-cont__inner {
  width: 47.5%;
}

.first-cont__inner-lead {
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(45deg, #DAA520, #DAD120, #DAA520);
  padding: 14px 10px;
  text-align: center;
  color: #fff;
  border-radius: 50vh;
  margin-bottom: 30px;
}

.first-cont__list {
  list-style: none;
  font-size: 2.2rem;
  font-weight: 700;
}

.first-cont__item {
  display: flex;
  line-height: 1.4;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e7eb;
}

.first-cont__item::before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  background: url('../img/common/icon-check.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 2.5%;
}

/*----------------------------------------------------
  menu
----------------------------------------------------*/
.menu {
  background: rgba(253, 240, 232, .8);
}

.menu .l-inner {
  width: 95%;
}

.menu-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}

.menu-item {
  width: 32.5%;
  box-sizing: border-box;
  padding: 50px 20px 30px 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
  position: relative;
}

#menu-set.menu-item {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.menu-item:nth-of-type(n+4) {
  margin-top: 120px;
}

#menu-vr {
  border: 4px solid #FEE8BA;
}

#menu-solor {
  border: 4px solid #C3E4FE;
}

#menu-pilates {
  border: 4px solid #EDD8FE;
}

#menu-set {
  border: 4px solid #F4F1BF;
}

.menu-item__title {
  width: 75%;
  height: 68px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  border-radius: 10px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
  color: #fff;
}

.menu-item_title-main {
  padding-bottom: 2.5px;
  margin-bottom: 2.5px;
  border-bottom: 1px solid #fff;
}

#menu-vr .menu-item__title {
  background: #FDB10F;
}

#menu-solor .menu-item__title {
  background: #74C0FD;
}

#menu-pilates .menu-item__title {
  background: #D5A5FE;
}

#menu-set .menu-item__title {
  width: 50%;
  background: linear-gradient(45deg, #DAA520, #DAD120, #DAA520);
}

.menu-item__title-label {
  font-size: 1.4rem;
}

.menu-item__title__sub {
  font-size: 1.8rem;
}

.menu-item__img {
  position: relative;
  clip-path: inset(0 0 0 round 10px);
  margin-bottom: 20px;
}

.menu-item__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 70%;
}

#menu-set .menu-item__img {
  width: 45%;
}

.menu-item__img-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.menu-item__inner {
  width: 95%;
  margin: 0 auto 30px auto;
  display: flex;
  flex-direction: column;
  flex: 1;
}

#menu-set .menu-item__inner {
  width: 45%;
  flex: initial;
  margin: initial;
}

.menu-item__desc {
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}

.menu-price__title {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.menu-price__title::before,
.menu-price__title::after {
  display: block;
  content: '';
  flex: 1;
  border-top: 1px solid #e5e7eb;
}

.menu-price__title::before {
  margin-right: 10px;
}

.menu-price__title::after {
  margin-left: 10px;
}

.menu-price__list {
  display: flex;
  flex-wrap: wrap;
}

.menu-price__list-title {
  width: 62.5%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-weight: 700;
  line-height: 1.4;
  padding: 10px;
  box-sizing: border-box;
  background: #EAEEF6;
}

#menu-set .menu-price__list-title {
  width: 75%;
}

.menu-price__list-title:not(:last-of-type) {
  border-bottom: 1px solid #fff;
}

.menu-price__list-name {
  margin-right: 5px;
}

.menu-price__list-inner {
  width: 37.5%;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 10px 14px;
  box-sizing: border-box;
  background: #F6F7FB;
}

#menu-set .menu-price__list-inner {
  width: 25%;
}

.menu-price__list-inner:not(:last-of-type) {
  border-bottom: 1px solid #e5e7eb;
}

.price-num {
  font-size: 2.6rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 700;
}

.price-attention {
  font-size: 1.2rem;
}

.menu-item__link {
  width: 85%;
  height: 56px;
  margin: 0 auto;
  padding-left: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #978F8B;
  color: #fff;
  border-radius: 8px;
  position: relative;
}

.menu-item__link::after {
  display: block;
  content: '';
  width: 12px;
  aspect-ratio: 257/150;
  background: url('../img/common/arrow--up-w.svg');
  margin-left: 2.5%;
}

/*----------------------------------------------------
  sec
----------------------------------------------------*/
.sec .l-inner {
  width: 95%;
}

.c-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.4;
  margin-bottom: 60px;
}

.c-title__main {
  font-size: 4rem;
  letter-spacing: 0;
}

.c-title__label {
  font-size: 1.6rem;
  letter-spacing: .1em;
}

.c-title__sub {
  font-size: 2.6rem;
  font-weight: 700;
}

.c-title__sub>span {
  padding-bottom: 10px;
}

.l-col__sec {
  width: 92.5%;
  margin: 0 auto 80px auto;
}

.sec-inner {
  width: 50%;
}

.sec-inner__lead {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--font-orange);
  position: relative;
  border-bottom: 1px solid #e5e7eb;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.sec-img {
  width: 45%;
  position: relative;
}

.sec-img__shape {
  width: 22.5%;
  position: absolute;
  top: -12%;
  right: -7.5%;
  z-index: -1;
}

.sec-img__main {
  border-radius: 20px;
}

.sec-attention {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec-attention__img {
  width: 180px;
  margin-right: 2.5%;
}

.sec-attention__lead {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--font-orange);
}

.sec-attention__list {
  font-size: 1.6rem;
}

/*----------------------------------------------------
  vr
----------------------------------------------------*/
.vr {
  padding-bottom: 0;
}

.vr-point {
  width: 85%;
  margin: 0 auto 100px auto;
  padding: 30px 40px 40px 40px;
  box-sizing: border-box;
  background: rgba(253, 240, 232, .8);
  border-radius: 20px;
}

.vr-point__text {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
}

.vr-point__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 14px;
}

.vr-point__item {
  width: 33%;
  padding: 20px 10px;
  box-sizing: border-box;
  background: #fff;
  color: var(--font-orange);
  border-radius: 8px;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
}

.vr-point__link-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  font-size: 1.4rem;
}

.vr-point__link-wrapper::before {
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background: url('../img/common/arrow-right--ora.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 3px;
}

.vr-point__link {
  width: auto;
  border-bottom: 1px solid #978F8B;
}

.case {
  position: relative;
  padding: 80px 0 100px 0;
}

.case::before {
  display: block;
  content: '';
  width: 97.5vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #F8F7F2;
  border-radius: 20px;
  z-index: -2;
}

.case::after {
  display: block;
  content: "";
  width: 150%;
  height: 150%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  opacity: 0.8;
  z-index: -1;
  background: url('../img/common/shape-bg--w.svg') 0% 0% / contain no-repeat;
}

.case-title {
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 60px;
}

.case-title>span {
  padding-bottom: 10px;
}

.case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.case-item {
  width: 33%;
  display: flex;
  flex-direction: column;
  padding: 30px 20px 40px 20px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  border-radius: 10px;
  filter: drop-shadow(0 1px 20px rgba(0, 0, 0, .05));
}

.case-item:nth-of-type(n+4) {
  margin-top: 60px;
}

.case-item:nth-of-type(4) {
  margin-left: 16.5%;
}

.case-item:nth-of-type(5) {
  margin-right: 16.5%;
}

.case-number {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.case-video {
  position: relative;
  margin-bottom: 10px;
}

.case-video::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.video-vr {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.case-item__title {
  line-height: 1.6;
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
  margin-bottom: 14px;
  border-bottom: 1px solid #e5e7eb;
}

.case-item__period-wrapper {
  display: flex;
  margin-bottom: 10px;
}

.case-item__period-tab {
  background: #DAA520;
  color: #fff;
  padding: 0 10px;
  border-radius: 6px;
  flex-shrink: 0;
  margin-right: 10px;
}

.case-item__desc {
  line-height: 1.8;
}

/*----------------------------------------------------
  solor
----------------------------------------------------*/
.solor {
  padding-bottom: 0;
}

.solor-attention {
  padding: 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  background: rgba(253, 240, 232, .8);
  border-radius: 10px;
}

.solor-recommend {
  width: 90%;
  margin: 0 auto 80px auto;
}

.l-col__solor-recommend {
  align-items: center;
}

.solor-recommend__lead {
  width: 50%;
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(45deg, #DAA520, #DAD120, #DAA520);
  padding: 14px 10px;
  text-align: center;
  color: #fff;
  border-radius: 50vh;
  margin: 0 auto 50px auto;
}

.solor-recommend__img {
  width: 42.5%;
  clip-path: inset(0 0 0 round 20px);
}

.solor-recommend__inner {
  width: 52.5%;
}

.solor-feature {
  padding: 80px 0 100px 0;
  position: relative;
}

.solor-feature::before {
  display: block;
  content: '';
  width: 97.5vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #F8F7F2;
  border-radius: 20px;
  z-index: -2;
}

.solor-feature::after {
  display: block;
  content: "";
  width: 150%;
  height: 150%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  opacity: 0.8;
  z-index: -1;
  background: url('../img/common/shape-bg--w.svg') 0% 0% / contain no-repeat;
}

.solor-feature__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 60px;
}

.solor-feature__item {
  width: 32%;
  display: flex;
  flex-direction: column;
  padding: 40px 10px 40px 10px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
  position: relative;
  filter: drop-shadow(0 1px 20px rgba(0, 0, 0, .05));
}

.solor-feature__item:nth-of-type(n+4) {
  margin-top: 60px;
}

.solor-feature__item:nth-of-type(4) {
  margin-left: 17%;
}

.solor-feature__item:nth-of-type(5) {
  margin-right: 17%;
}

.solor-feature-number {
  width: 90px;
  height: 90px;
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.solor-feature__item-title {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
}

.solor-feature__item-img {
  width: 50%;
  margin: 0 auto 14px auto;
  border-radius: 50vh;
}

.solor-feature__item-text {
  width: 90%;
  font-size: 1.8rem;
  margin: 0 auto;
}

.solor-feature__item-text>span {
  font-weight: 700;
}

/*----------------------------------------------------
  pilates
----------------------------------------------------*/
.pilates {
  padding-bottom: 0;
}

.pilates-feature {
  padding: 80px 0 100px 0;
  position: relative;
}

.pilates-feature .c-title {
  margin-bottom: 30px;
}

.pilates-feature::before {
  display: block;
  content: '';
  width: 97.5vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: #F8F7F2;
  border-radius: 20px;
  z-index: -2;
}

.pilates-feature::after {
  display: block;
  content: "";
  width: 150%;
  height: 150%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0px);
  opacity: 0.8;
  z-index: -1;
  background: url('../img/common/shape-bg--w.svg') 0% 0% / contain no-repeat;
}

.pilates-feature__list {
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
}

.pilates-feature__item {
  width: 24.5%;
  display: flex;
  flex-direction: column;
  padding: 50px 10px 40px 10px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #fff;
  position: relative;
  filter: drop-shadow(0 1px 20px rgba(0, 0, 0, .05));
}

.pilates-feature__item-img {
  width: 50%;
  margin: 0 auto 14px auto;
  border-radius: 50vh;
}

.pilates-feature__item-text {
  text-align: center;
  line-height: 1.8;
  font-weight: 700;
  font-size: 2rem;
  position: relative;
  z-index: 1;
}

.pilates-feature__lead {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 60px;
}

/*----------------------------------------------------
  flow
----------------------------------------------------*/
.flow {
  padding-bottom: 0;
}

.flow .l-inner {
  max-width: 1360px;
}

.flow-list {
  list-style: none;
}

.flow-list>li:not(:last-of-type) {
  margin-bottom: 40px;
}

.flow-item {
  width: 100%;
  background: #F2F1F0;
  padding: 30px;
  box-sizing: border-box;
  position: relative;
}

.flow-item:not(.flow-item.half) {
  text-align: center;
}

.flow-list__arrow {
  width: 24px;
  bottom: -25px;
  position: absolute;
}

.flow-list__arrow-center {
  left: 50%;
  transform: translate(-50%, 0);
}

.flow-list__arrow-left {
  left: 25%;
}

.flow-list__arrow-right {
  right: 25%;
}

.flow-item.flow-item__row {
  margin-top: 60px;
}

.flow-item__row {
  display: flex;
  justify-content: space-between;
}

.flow-item__half-wrapper {
  width: 49.5%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.flow-item__half {
  background: #F2F1F0;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.flow-item.half {
  width: 49.5%;
  background: rgba(253, 240, 232, .8);
  padding: 30px;
  box-sizing: border-box;
  border-radius: 10px;
}

.flow-item__tab {
  width: 85%;
  font-size: 1.6rem;
  line-height: 1.6;
  padding: 8px 0;
  text-align: center;
  margin: 0 auto 20px auto;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
}

.flow-item__tab-set {
  background: #DAD120;
}

.flow-item__tab-single {
  background: #63C4E6;
}

p.flow-item__title {
  font-size: 2rem;
  padding-bottom: 14px;
  margin-bottom: 14px;
  font-weight: 700;
  border-bottom: 1px solid #fff;
}

.flow-item__title__num {
  background: var(--font-orange);
  padding: 2.5px 14px;
  color: #fff;
  border-radius: 50vh;
  margin-right: 10px;
}

.flow-item__text {
  font-size: 1.8rem;
  line-height: 1.8;
}

.flow-item__text-s {
  font-size: 1.6rem;
  display: flex;
}

.flow-item__text-tab {
  background: #978F8B;
  color: #fff;
  padding: 0 10px;
  margin-right: 8px;
  flex-shrink: 0;
}

.flow-item__notice {
  font-size: 1.4rem;
  color: #ca4f4f;
}

.flow-item__notice--center {
  justify-content: center;
}

.flow-item__notice::before {
  display: inline-block;
  content: '※';
  margin-right: 5px;
  flex-shrink: 0;
}

.flow-item__mix {
  width: auto;
  display: inline-block;
  padding-left: 24px;
  margin-top: 10px;
  box-sizing: border-box;
  text-align: justify;
  line-height: 1.6;
}

@media screen and (max-width:1280px) {
  .first-cont__lead {
    width: 95%;
  }

  /*---menu---*/
  .menu-item {
    width: 49%;
    display: flex;
    flex-direction: column;
  }

  #menu-set.menu-item {
    width: 49%;
    padding: 50px 20px 30px 20px;
    justify-content: flex-start;
  }

  .menu-item:nth-of-type(n+3) {
    margin-top: 80px;
  }

  #menu-set .menu-item__title {
    width: 85%;
  }

  #menu-set .menu-item__img {
    width: 100%;
  }

  #menu-set .menu-item__inner {
    width: 100%;
  }

  /*---solor---*/
  #solor .first-cont__list {
    font-size: 1.8rem;
  }

  #solor .first-cont__item::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width:1024px) {
  .l-col__first {
    width: 100%;
  }

  .first-cont__desc {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .l-col__first-cont {
    flex-direction: column;
  }

  .first-cont__img {
    width: 100%;
    margin-bottom: 40px;
  }

  .first-cont__inner {
    width: 60%;
  }

  /*---menu---*/
  .menu .l-inner {
    width: 70%;
  }

  .menu-item {
    width: 100%;
  }

  #menu-set.menu-item {
    width: 100%;
  }

  .menu-item:nth-of-type(n+2) {
    margin-top: 80px;
  }

  /*---sec---*/
  .l-col__sec {
    width: 85%;
    flex-direction: column-reverse;
    align-items: center;
  }

  .sec-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .sec-inner {
    width: 75%;
  }

  /*---vr---*/
  .vr-point {
    width: 100%;
  }

  .case-item,
  .solor-feature__item,
  .pilates-feature__item {
    width: 49%;
  }

  .case-item:nth-of-type(n+3),
  .solor-feature__item:nth-of-type(n+3),
  .pilates-feature__item:nth-of-type(n+3) {
    margin-top: 50px;
  }

  .case-item:nth-of-type(4),
  .solor-feature__item:nth-of-type(4) {
    margin-left: initial;
  }

  .case-item:nth-of-type(5),
  .solor-feature__item:nth-of-type(5) {
    margin-right: auto;
    margin-left: auto;
  }

  /*---solor---*/
  .l-col__solor-recommend {
    width: 85%;
    flex-direction: column;
    margin: 0 auto;
  }

  .solor-recommend__img {
    width: 100%;
    margin-bottom: 40px;
  }

  .solor-recommend__inner {
    width: 85%;
  }

}

@media screen and (max-width:896px) {
  .first-lead {
    font-size: 2rem;
  }

  .first-cont__inner {
    width: 80%;
  }

  .first-cont__lead-text {
    font-size: 2rem;
  }

  /*---menu---*/
  .menu .l-inner {
    width: 75%;
  }

  /*---sec---*/
  .sec-inner {
    width: 80%;
  }

  .sec-inner__lead .ui--sp {
    display: block;
  }

  /*---vr---*/
  .vr-point__item {
    width: 49.5%;
  }

  .vr-point__item:nth-of-type(3) {
    margin: 5px auto 0 auto;
  }

  .case,
  .solor-feature,
  .pilates-feature {
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }

  .case-item:nth-of-type(1),
  .solor-feature__item:nth-of-type(1) {
    width: 100%;
  }

  .case-item:nth-of-type(n+2),
  .solor-feature__item:nth-of-type(n+2) {
    margin-top: 50px;
  }

  /*---solor---*/
  .solor-recommend__lead {
    width: 65%;
    margin-bottom: 30px;
  }

  /*--pilates---*/
  .pilates-feature__lead .ui--sp {
    display: block;
  }
}

@media screen and (max-width:787px) {

  /*---menu---*/
  .menu .l-inner {
    width: 80%;
  }

  /*---sec---*/
  .sec-inner {
    width: 85%;
  }
}

@media screen and (max-width:680px) {
  .l-col__first {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .first-img {
    height: auto;
  }

  .first-img1 {
    order: 2;
    width: 45%;
    height: 260px;
    margin-top: 10px;
  }

  .first-img2 {
    width: 100%;
    order: 1;
  }

  .first-img3 {
    width: 54%;
    height: 260px;
    order: 3;
    margin-top: 10px;
  }

  .first-cont__lead {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }

  .first-cont__lead-img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .first-cont__lead-text {
    font-size: 1.8rem;
  }

  .first-cont__inner {
    width: 95%;
  }

  .first-cont__desc {
    width: 100%;
  }

  /*---menu---*/
  .menu .l-inner {
    width: 90%;
  }

  /*---sec---*/
  .l-col__sec {
    width: 100%;
  }

  .sec-inner {
    width: 90%;
  }

  .sec-attention {
    width: 100%;
  }

  .sec-attention__img {
    width: 180px;
  }

  /*---vr---*/
  .vr-point {
    padding: 30px 20px 40px 20px;
  }

  .case-item,
  .solor-feature__item,
  .pilates-feature__item {
    width: 100%;
  }

  .case-item:nth-of-type(n+2),
  .solor-feature__item:nth-of-type(n+2),
  .pilates-feature__item:nth-of-type(n+2) {
    margin-top: 50px;
  }

  /*---solor---*/
  .solor-recommend {
    width: 100%;
  }

  .l-col__solor-recommend {
    width: 100%;
  }

  /*---sec---*/
  .sec-attention {
    flex-direction: column;
    align-items: center;
  }

  .sec-attention__img {
    margin-right: 0;
  }

  .sec-attention__inner {
    width: 85%;
    padding-left: 14px;
    box-sizing: border-box;
  }

  .sec-attention__lead {
    text-align: center;
  }

  /*---flow---*/
  p.flow-item__title {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .flow-item__title__num {
    margin-right: 0;
  }
}

@media screen and (max-width:480px) {
  .c-title {
    margin-bottom: 40px;
  }

  .c-title__main {
    font-size: 3rem;
  }

  .c-title__label {
    font-size: 1.2rem;
  }

  .c-title__sub {
    font-size: 2.2rem;
  }

  .fv__ttl-label {
    font-size: 3rem;
  }

  /*---first---*/
  .first-lead {
    font-size: 1.6rem;
    letter-spacing: 0;
    text-align: justify;
    margin-bottom: 20px;
  }

  .first-lead br {
    display: none;
  }

  .first-img {
    clip-path: inset(0 0 0 round 8px);
  }

  .first-img1,
  .first-img3 {
    height: 140px;
  }

  .first-img__bg {
    width: 20px;
    position: absolute;
    bottom: 4%;
    left: 2.5%;
  }

  .first-cont__lead {
    padding: 20px;
    margin-bottom: 20px;
  }

  .first-cont__lead-img {
    width: 27.5%;
    margin-bottom: 5px;
  }

  .first-cont__lead-text {
    font-size: 1.4rem;
  }

  .first-cont__desc-text {
    font-size: 1.6rem;
  }

  .first-cont__desc {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  .first-cont__img {
    clip-path: inset(0 0 0 round 10px);
    margin-bottom: 30px;
  }

  .first-cont__inner {
    margin-top: -60px;
  }

  .first-cont__inner-lead {
    width: 85%;
    margin: 0 auto 20px auto;
    font-size: 1.8rem;
    padding: 10px;
  }

  .first-cont__list {
    font-size: 1.8rem;
  }

  .first-cont__item {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }

  .first-cont__item::before {
    width: 14px;
    height: 14px;
    margin-top: 7px;
  }

  /*---menu---*/
  .menu .l-inner {
    width: 95%;
  }

  .menu-item,
  #menu-set.menu-item {
    padding: 30px 10px 30px 10px;
  }

  .menu-item:nth-of-type(n+2) {
    margin-top: 60px;
  }

  .menu-item_title-main {
    font-size: 2rem;
  }

  #menu-set .menu-item_title-main {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu-item__title__sub {
    font-size: 1.4rem;
  }

  .menu-item__title-label {
    font-size: 1.2rem;
  }

  .menu-item__desc {
    font-size: 1.8rem;
  }

  .menu-price__list-title,
  .menu-price__list-inner,
  #menu-set .menu-price__list-title,
  #menu-set .menu-price__list-inner {
    width: 100%;
  }

  .menu-price__list-title {
    justify-content: center;
  }

  #menu-set .menu-price__list-title {
    display: flex;
    flex-direction: column;
  }

  .menu-price__list-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }

  .menu-item__link {
    width: 95%;
  }

  /*---sec---*/
  .l-col__sec {
    width: 100%;
    margin-bottom: 40px;
  }

  .sec-img__main {
    border-radius: 10px;
  }

  .sec-inner__lead {
    font-size: 2rem;
  }

  #solor .sec-inner__lead {
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  .sec-attention__inner {
    width: 100%;
  }

  .sec-attention__item {
    line-height: 1.6;
    font-size: 1.4rem;
  }

  .sec-attention__item:not(:last-of-type) {
    margin-bottom: 8px;
  }

  /*---vr---*/
  .vr-point__text {
    font-size: 1.5rem;
  }

  .vr-point__item {
    width: 100%;
    font-size: 1.8rem;
  }

  .vr-point__item:nth-of-type(2) {
    margin-top: 5px;
  }

  .case-number,
  .solor-feature-number {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
  }

  .case {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .case-title {
    font-size: 2.2rem;
  }

  .case-item__title {
    font-size: 1.6rem;
  }

  .case-item__title .ui--sp {
    display: block;
  }

  .case-item__title .ui--pc {
    display: none;
  }

  .case-item__desc {
    font-size: 1.4rem;
  }

  .case-item__period-wrapper {
    font-size: 1.5rem;
  }

  /*---solor---*/
  .solor-attention {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .solor-recommend__lead {
    width: 80%;
    line-height: 1.6;
    font-size: 1.6rem;
    padding: 8px 0;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }

  .solor-recommend__lead .ui--sp {
    display: block;
  }

  .solor-recommend__img {
    clip-path: inset(0 0 0 round 10px);
    margin-top: -20px;
  }

  .solor-recommend__inner {
    width: 90%;
  }

  .solor-feature__item-title {
    font-size: 1.8rem;
  }

  .solor-feature__item-text,
  .pilates-feature__item-text {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .pilates-feature__lead {
    text-align: justify;
    letter-spacing: 0;
    font-size: 1.6rem;
    margin-bottom: 40px;
  }

  /*---flow---*/
  .flow-item__tab {
    width: 95%;
    font-size: 1.2rem;
  }

  .flow-item,
  .flow-item__half,
  .flow-item.half {
    padding: 20px 10px;
  }

  p.flow-item__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .flow-item__row p.flow-item__title,
  .flow-item.half p.flow-item__title {
    font-size: 1.5rem;
  }

  .flow-item__title__num--spacer {
    margin-bottom: 14px !important;
  }

  .flow-item__title__num {
    font-size: 1.4rem;
    margin-right: 0;
    margin-bottom: 5px;
  }

  p.flow-item__title .ui--sp {
    display: block;
  }

  .flow-item__text {
    font-size: 1.4rem;
  }

  .flow-item__text .ui--sp {
    display: block;
  }

  .flow-item__notice--center {
    font-size: 1.2rem;
    text-align: justify;
    line-height: 1.5;
    align-items: flex-start;
  }

  .flow-item__mix {
    font-size: 1.3rem;
    padding-left: 10px;
  }
}