button {
  border: none;
}

picture {
  display: block;
}

img {
  height: auto;
}

.content main .col-2 {
  margin: 0;
  display: flex;
}
.content main .col-2 > .list {
  margin: 0;
  flex: 1;
}
.content main .col-2 > .list p + p {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .content main .col-2 {
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .content main .col-2 {
    flex-direction: column;
    gap: 20px;
  }
  .content main .col-2 > .list p {
    margin-bottom: 0;
  }
}

.content main figcaption.note {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 14px;
}
.content main figcaption.cap {
  font-size: 0.8rem;
  color: #999;
  text-align: left;
  margin-top: 5px;
  line-height: 1.3rem;
}
.content main iframe {
  vertical-align: bottom;
}
@media screen and (min-width: 769px) {
  .content main section {
    margin-bottom: 70px;
  }
  .content main h5.sttl {
    margin-top: 50px;
  }
  .content main h3.mttl {
    margin-top: 32px;
  }
}

.u-align-center {
  text-align: center;
}

.makeup-kv {
  display: grid;
  margin-top: 3.12em;
  position: relative;
  overflow: hidden;
}
.makeup-kv::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6.25em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 40%, rgba(255, 255, 255, 0.9) 60%, white 80%);
}
@media screen and (min-width: 769px) {
  .makeup-kv {
    height: 37.5em;
  }
}
@media (max-width: 768px) {
  .makeup-kv {
    height: 31.25em;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.makeup-kv__loading {
  grid-area: 1/-1;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
}
.makeup-kv__loading > img {
  animation: makeuploading 1.2s ease forwards;
}
@keyframes makeuploading {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
@media screen and (min-width: 769px) {
  .makeup-kv__loading {
    padding-bottom: 6.25em;
  }
  .makeup-kv__loading > img {
    width: 43.75em;
  }
}
@media (max-width: 768px) {
  .makeup-kv__loading {
    padding: 0 1.37em 6.25em;
  }
}

.makeup-kv-content {
  position: relative;
  grid-area: 1/-1;
  width: 100%;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .makeup-kv-content {
    height: 37.5em;
    column-gap: 2.5em;
  }
}
@media (max-width: 768px) {
  .makeup-kv-content {
    height: 31.25em;
  }
}

@keyframes aaa {
  0% {
    transform: translate3d(0, -50vh, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bbb {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -50vh, 0);
  }
}
.is-load .makeup-kv__column:nth-child(odd) {
  animation: bbb 1.5s ease forwards;
}
.makeup-kv__column:nth-child(even) {
  transform: translate3d(0, -50vh, 0);
}
.is-load .makeup-kv__column:nth-child(even) {
  animation: aaa 1.5s ease forwards;
}
@media screen and (min-width: 769px) {
  .makeup-kv__column {
    flex: 1;
    height: 106.25em;
  }
}
@media screen and (max-width: 1000px) {
  .makeup-kv__column {
    height: 155vw;
  }
}
@media (max-width: 768px) {
  .makeup-kv__column {
    flex-shrink: 0;
    flex-basis: 50%;
    padding: 0 0.75em;
    height: 420vw;
  }
  .makeup-kv__column:nth-child(1) {
    display: none;
  }
}

.makeup-kv__group.swiper-wrapper {
  transition-timing-function: linear;
}

.makeup-kv__item > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .makeup-kv__item > img {
    border-radius: 5em;
  }
}

.makeup-kv__heading {
  grid-area: 1/-1;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  mix-blend-mode: difference;
}
@media screen and (min-width: 769px) {
  .makeup-kv__heading {
    padding-bottom: 6.25em;
  }
  .makeup-kv__heading > img {
    width: 43.75em;
  }
}
@media (max-width: 768px) {
  .makeup-kv__heading {
    padding: 0 1.37em 6.25em;
  }
}

@media screen and (min-width: 769px) {
  * + .makeup-intro {
    margin-top: 6.87em;
  }
}
@media (max-width: 768px) {
  * + .makeup-intro {
    margin-top: 3em;
  }
}

@media screen and (min-width: 769px) {
  * + .makeup-intro-content {
    margin-top: 4.37em;
  }
}
@media (max-width: 768px) {
  * + .makeup-intro-content {
    margin-top: 5em;
  }
}

.makeup-link__image {
  display: block;
  text-align: center;
}
* + .makeup-link__image {
  margin-top: 30px;
}
@media (hover: hover) and (pointer: fine) {
  .makeup-link__image img {
    transition: opacity 0.3s ease;
  }
  .makeup-link__image:hover img {
    opacity: 0.8;
  }
}
@media screen and (min-width: 769px) {
  * + .makeup-link__image {
    margin-top: 3.43em;
  }
}
@media (max-width: 768px) {
  * + .makeup-link__image {
    margin-top: 1.62em;
  }
}

@media screen and (min-width: 769px) {
  .makeup-history-wrap > .ttl {
    margin-bottom: 43px !important;
  }
}
@media (max-width: 768px) {
  .makeup-history-wrap > .ttl {
    margin-bottom: 30px !important;
  }
}

@media screen and (min-width: 769px) {
  .makeup-history__lists {
    position: relative;
  }
  * + .makeup-history__lists {
    margin-top: 5em;
  }
  .makeup-history__lists::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 22.81em;
    width: 1px;
    height: calc(100% - 3.75em);
    background-color: #418FDE;
  }
}
@media (max-width: 768px) {
  * + .makeup-history__lists {
    margin-top: 3.75em;
  }
}

.makeup-history {
  display: flex;
}
@media (max-width: 768px) {
  .makeup-history {
    flex-direction: column;
  }
}

@media screen and (min-width: 769px) {
  .makeup-history-head {
    flex-basis: 22.81em;
    flex-shrink: 0;
    padding-right: 2.5em;
  }
}

.makeup-history-head__term {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .makeup-history-head__term > img {
    width: 325px;
  }
}

.makeup-history-head__image {
  display: block;
  margin-top: -1.25em;
}
@media screen and (min-width: 769px) {
  .makeup-history-head__image {
    padding-left: 0.93em;
  }
}

.makeup-history-head-under {
  margin-top: 1.87em;
  display: flex;
  flex-direction: column;
  row-gap: 0.62em;
}
@media screen and (min-width: 769px) {
  .makeup-history-head-under {
    padding-left: 0.93em;
  }
}

.makeup-history-head__catch > img {
  width: 375px;
}

.makeup-history__heading {
  font-weight: bold;
}
@media (max-width: 768px) {
  .makeup-history__heading {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .makeup-history__heading {
    font-size: 1.375rem;
  }
}

@media screen and (min-width: 769px) {
  .makeup-history-body {
    flex-grow: 1;
    padding-top: 3.75em;
  }
}
@media (max-width: 768px) {
  .makeup-history-body {
    position: relative;
  }
  .makeup-history-body::before {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #418FDE;
  }
}

.makeup-history-group {
  margin-bottom: 0 !important;
}
.makeup-history-group + .makeup-history-group {
  margin-top: 3.12em;
}

.makeup-history-group-head {
  display: flex;
  flex-direction: column;
  row-gap: 0.62em;
  padding: 0 0 0.62em 2.5em;
  border-bottom: solid 1px #418FDE;
  position: relative;
}
.makeup-history-group-head::before {
  position: absolute;
  display: block;
  content: "";
  bottom: -8px;
  left: -8px;
  width: 17px;
  height: 17px;
  background-color: #418FDE;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .makeup-history-group__term > img {
    width: 272px;
  }
}

.makeup-history-group__heading {
  font-weight: bold;
  line-height: 1.27;
}
@media (max-width: 768px) {
  .makeup-history-group__heading {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 769px) {
  .makeup-history-group__heading {
    font-size: 1.125rem;
  }
}

.makeup-history-group-body {
  padding: 1.87em 0 0 2.5em;
}

.makeup-history-group-content {
  display: flex;
}
@media screen and (min-width: 769px) {
  .makeup-history-group-content {
    column-gap: 1.25em;
  }
}
@media (max-width: 768px) {
  .makeup-history-group-content {
    flex-direction: column;
    row-gap: 1.25em;
  }
}

@media screen and (min-width: 769px) {
  .makeup-history-group__image {
    flex-basis: 15.06em;
    flex-shrink: 0;
  }
}

@media screen and (min-width: 769px) {
  .makeup-history-group__text {
    flex-grow: 1;
  }
}

.makeup-history-group-content__heading {
  padding-bottom: 0.62em;
  font-weight: bold;
  color: #418FDE;
  line-height: 1.45;
}
@media (max-width: 768px) {
  .makeup-history-group-content__heading {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 769px) {
  .makeup-history-group-content__heading {
    font-size: 1.125rem;
  }
}

.makeup-interview-head {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .makeup-interview-head {
    row-gap: 1.25em;
  }
}
@media (max-width: 768px) {
  .makeup-interview-head {
    row-gap: 0.93em;
  }
}

.makeup-interview-head__caption > img {
  width: 375px;
}

.makeup-interview__heading {
  line-height: 1.4;
  border-bottom: solid 2px #E10068;
}
@media (max-width: 768px) {
  .makeup-interview__heading {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 769px) {
  .makeup-interview__heading {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 769px) {
  .makeup-interview__heading {
    padding-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .makeup-interview__heading {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 769px) {
  .makeup-interview-head__image {
    margin-top: 6.25em;
  }
}
@media (max-width: 768px) {
  .makeup-interview-head__image {
    margin-top: 1.62em;
  }
}

.makeup-interview-head__figcaption {
  margin-top: 1.25em;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .makeup-interview-head__figcaption > b {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 769px) {
  .makeup-interview-head__figcaption > b {
    font-size: 1.125rem;
  }
}
.makeup-interview-section__heading {
  line-height: 1.7;
  padding-left: 0.7em;
  border-left: solid 3px #E10068;
}
@media (max-width: 768px) {
  .makeup-interview-section__heading {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 769px) {
  .makeup-interview-section__heading {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 769px) {
  .makeup-interview-section__heading {
    margin-bottom: 1.53em;
  }
}
@media (max-width: 768px) {
  .makeup-interview-section__heading {
    margin-bottom: 0.9em;
  }
}

.c-text-c1 {
  color: #E10068;
}

.c-text-c2 {
  color: #418FDE;
}

.makeup-interview-history {
  margin-bottom: 3.75em;
}

.makeup-interview-history__figure {
  position: relative;
}

.makeup-interview-history__heading {
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  line-height: 1.2;
  background-color: #E10068;
}
@media (max-width: 768px) {
  .makeup-interview-history__heading {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 769px) {
  .makeup-interview-history__heading {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 769px) {
  .makeup-interview-history__heading {
    padding: 0.76em 1.15em;
  }
}
@media (max-width: 768px) {
  .makeup-interview-history__heading {
    width: 100%;
    padding: 0.55em 0;
    text-align: center;
  }
}