.f-main {
  padding-top: 26.8rem;
}
@media screen and (max-width: 767px) {
  .f-main {
    padding-top: 15rem;
  }
}

.c-mv__ttl {
  margin-top: 14rem;
}
.c-mv__inner {
  min-height: 58.2rem;
}
@media screen and (max-width: 767px) {
  .c-mv__inner {
    min-height: inherit;
  }
}
.c-mv__img {
  left: 42rem;
  width: 87.8rem;
  height: 58.2rem;
}
@media screen and (max-width: 767px) {
  .c-mv__img {
    left: auto;
    width: 100%;
    height: auto;
  }
}

.p-intro {
  margin: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-intro {
    margin: 8rem 0 0;
  }
}
.p-intro-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-intro-content {
    display: block;
  }
}
.p-intro-content__txt {
  line-height: 3.5;
}
@media screen and (max-width: 767px) {
  .p-intro-content__txt {
    font-size: 1.2rem;
    line-height: 2.8;
  }
}
.p-intro-content__frame {
  position: relative;
  width: 60.4rem;
  height: 51.4rem;
  margin-right: -20rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-intro-content__frame {
    width: calc(100% + 4rem);
    height: auto;
    margin: 7rem -2rem 0;
  }
}
.p-intro-content__frame img {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
  .p-intro-content__frame img {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}

.p-loop {
  width: 100vw;
  overflow: hidden;
  margin: 20rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-loop {
    margin: 10rem 0 0;
  }
}
.p-loop__track {
  display: flex;
  width: 300rem;
  animation: loop-scroll 15s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-loop__track {
    width: 192.6rem;
    animation: loop-scroll-sp 15s linear infinite;
  }
}
.p-loop__track img {
  width: 150rem;
  height: auto;
  flex-shrink: 0;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-loop__track img {
    width: 96.3rem;
  }
}

@keyframes loop-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-150rem);
  }
}
@keyframes loop-scroll-sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-96.3rem);
  }
}
.p-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 110rem;
  margin: 18rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-nav {
    display: block;
    width: auto;
    margin: 12.7rem 0 0;
  }
}
.p-nav__item {
  width: 52.3rem;
}
.p-nav__item a {
  display: block;
  position: relative;
}
.p-nav__item a::after {
  content: "";
  width: 2.2rem;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  height: 2.4rem;
  background: url(../img/migaku/icn_nav.svg) 0 0/100% auto no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-nav__item {
    width: calc(100% - 4rem);
  }
  .p-nav__item .c-heading {
    padding-left: 4rem;
  }
  .p-nav__item + .p-nav__item {
    margin-left: auto;
    margin-top: 5.5rem;
  }
  .p-nav__item + .p-nav__item .c-heading {
    text-align: right;
    padding: 0 4rem 0 0;
  }
  .p-nav__item + .p-nav__item .c-heading__txt {
    padding: 0 0 0 8rem;
  }
  .p-nav__item + .p-nav__item .c-heading__txt .brackets {
    margin-left: auto;
  }
  .p-nav__item + .p-nav__item .c-heading__txt .slash {
    right: auto;
    left: -1rem;
  }
}
.p-nav__img {
  overflow: hidden;
  margin: 4.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-nav__img {
    margin: 2.2rem 0 0;
  }
}
.p-nav__img img {
  transition: 0.5s;
}
.p-nav__img a {
  display: block;
  overflow: hidden;
}
.p-nav__img a img {
  transition: 0.5s;
}
@media (any-hover: hover) {
  .p-nav a:hover {
    opacity: 1;
  }
  .p-nav a:hover img {
    scale: 1.1;
  }
}

.c-migaku-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 10rem;
}
@media screen and (max-width: 767px) {
  .c-migaku-head {
    display: block;
    margin: 0;
  }
}
.c-migaku-head__txt {
  width: 45rem;
  line-height: 2.4;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-migaku-head__txt {
    width: 100%;
    font-size: 1.2rem;
    line-height: 2.8;
    margin: 2.5rem 0 0;
  }
}

.p-self {
  margin: 26rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-self {
    margin: 10rem 0 0;
  }
}
.p-self-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 30rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-self-content {
    display: block;
    margin: 10rem 0 4rem;
  }
}
.p-self-content.is-first {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-self-content.is-first {
    margin: 3rem 0 4rem;
  }
}
.p-self-content.is-cleaning {
  margin-top: 12.8rem;
}
@media screen and (max-width: 767px) {
  .p-self-content.is-cleaning {
    margin-top: 7rem;
  }
}
.p-self-content__img {
  width: 64.8rem;
  margin-left: -10rem;
}
@media screen and (max-width: 767px) {
  .p-self-content__img {
    width: calc(100% + 4rem);
    margin: 0 0 0 -4rem;
  }
  .p-self-content__img.is-reverse {
    margin: 0 -4rem 0 0;
  }
}
.p-self-content__inner {
  width: 45rem;
}
@media screen and (max-width: 767px) {
  .p-self-content__inner {
    width: 100%;
    margin-top: 2.5rem;
  }
}
.p-self-content__ttl {
  width: 33rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c6aa50;
  line-height: 1;
  padding: 0.8rem 0;
}
@media screen and (max-width: 767px) {
  .p-self-content__ttl {
    width: 22rem;
  }
}
.p-self-content__ttl .num {
  width: 6.6rem;
  font-size: 4.2rem;
  text-align: center;
  border-right: 1px solid #c6aa50;
  font-family: "din-2014", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-self-content__ttl .num {
    width: 4.5rem;
    font-size: 2.9rem;
  }
}
.p-self-content__ttl .txt {
  width: calc(100% - 6.6rem);
  font-size: 2.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-self-content__ttl .txt {
    width: calc(100% - 4.5rem);
    font-size: 1.9rem;
  }
}
.p-self-content__txt {
  line-height: 2.4;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-self-content__txt {
    margin: 3rem 0 0;
    line-height: 2.8;
    font-size: 1.2rem;
  }
}
.p-self__large {
  width: calc(100% + 20rem);
  margin: -5rem -10rem 13rem;
}
@media screen and (max-width: 767px) {
  .p-self__large {
    width: calc(100% + 8rem);
    margin: 6rem -4rem 8.5rem;
  }
}
.p-self-step {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 118rem;
  margin: 0 -4rem;
}
@media screen and (max-width: 767px) {
  .p-self-step {
    flex-flow: column;
    margin: 4rem 0 0;
    gap: 6rem 0;
  }
}
.p-self-step__item {
  width: 32.8rem;
  opacity: 0;
  transform: translateY(2rem);
}
@media screen and (max-width: 767px) {
  .p-self-step__item {
    width: 100%;
  }
}
.p-self-step__item.is-step01 {
  transition: 0.5s;
}
.p-self-step__item.is-step02 {
  transition: 0.5s 0.5s;
}
.p-self-step__item.is-step03 {
  transition: 0.5s 1s;
}
.p-self-step.is-anime .is-step01,
.p-self-step.is-anime .is-step02,
.p-self-step.is-anime .is-step03 {
  transform: translateY(0);
  opacity: 1;
}
.p-self-step__num {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 7rem;
  font-size: 2.4rem;
  border-radius: 5rem;
  border: 1px solid #c6aa50;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-self-step__num {
    height: 4.7rem;
    font-size: 1.6rem;
  }
}
.p-self-step__ttl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 10rem;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  padding: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-self-step__ttl {
    display: block;
    height: auto;
    font-size: 1.6rem;
    margin: 3rem 0 0;
  }
}
.p-self-step__txt {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4;
  margin: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-self-step__txt {
    font-size: 1.2rem;
    line-height: 2.6;
    margin: 2rem 0 0;
  }
}
.p-self .c-line {
  max-width: 118rem;
  width: calc(100% + 8rem);
  margin: 10rem -4rem 0;
}
@media screen and (max-width: 767px) {
  .p-self .c-line {
    max-width: 100%;
    margin: 6rem 0 0;
  }
}

.c-archive {
  background: none;
  padding-top: 11rem;
}
@media screen and (max-width: 767px) {
  .c-archive {
    padding-top: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .c-archive-list {
    margin-top: 5rem;
  }
}