/* --------------------
keyframe
-------------------- */
@keyframes scroll {
  0% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  15% {
    clip-path: inset(100% 0 0 0);
    -webkit-clip-path: inset(100% 0 0 0);
  }
  20% {
    clip-path: inset(0 0 100% 0);
    -webkit-clip-path: inset(0 0 100% 0);
  }
  35% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
html {
  scroll-behavior: smooth;
}

#smartsalon .en {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.04em;
}
#smartsalon .hero {
  width: 100%;
  position: relative;
  height: calc(100vh - 50px);
  height: calc(100dvh - 50px);
}
@media screen and (max-width: 750px) {
  #smartsalon .hero {
    height: auto;
  }
}
#smartsalon .hero .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  #smartsalon .hero .video {
    height: auto;
    object-fit: contain;
    position: static;
  }
}
#smartsalon .hero .hero-scroll {
  position: absolute;
  right: 30px;
  bottom: -50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  #smartsalon .hero .hero-scroll {
    bottom: -30px;
    right: 50%;
    transform: translateX(50%);
  }
}
#smartsalon .hero .hero-scroll__text {
  writing-mode: vertical-rl;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  #smartsalon .hero .hero-scroll__text {
    writing-mode: initial;
  }
}
#smartsalon .hero .hero-scroll__line {
  height: 100px;
  width: 2px;
  margin-top: 16px;
  background-color: #000;
  clip-path: inset(0 0 0 0);
  animation: scroll 3s ease-in-out 0s infinite;
}
@media screen and (max-width: 750px) {
  #smartsalon .hero .hero-scroll__line {
    height: 60px;
    margin-top: 6px;
  }
}
#smartsalon .message-inner {
  max-width: 1100px;
  margin: auto;
  padding-top: 114px;
  padding-bottom: 118px;
  color: #3B1E87;
}
@media screen and (max-width: 750px) {
  #smartsalon .message-inner {
    padding: 26.1333333333vw 5.3333333333vw 22.6666666667vw;
  }
}
#smartsalon .message-inner h2 {
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  #smartsalon .message-inner h2 {
    font-size:  1.2rem;
  }
}
#smartsalon .message-inner h2 span {
  display: inline-block;
  padding: 0 18px;
  line-height: 2.1875;
  box-shadow: 0px 0px 30px 0px rgba(59, 30, 135, 0.15);
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  #smartsalon .message-inner h2 span {
    padding: 0 14px;
  }
}
#smartsalon .message-inner h2 span ~ span {
  margin-top: 6px;
}
@media screen and (max-width: 750px) {
  #smartsalon .message-inner h2 span ~ span {
    margin-top: 12px;
  }
}
#smartsalon .message-inner__text {
  margin-top: 68px;
  margin-left: 580px;
  width: 520px;
}
@media screen and (max-width: 750px) {
  #smartsalon .message-inner__text {
    margin-top: 60px;
    margin-left: 0;
    width: 100%;
  }
}
#smartsalon .message-inner__text__title {
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  #smartsalon .message-inner__text__title {
    font-size:  1.6rem;
  }
}
#smartsalon .message-inner__text__desc {
  font-weight: 500;
  font-size: 1.2rem;
  margin-top: 46px;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  #smartsalon .message-inner__text__desc {
    font-size: 0.8rem;
    margin-top: 30px;
  }
}
#smartsalon .message-inner__text__desc.message-inner__text__desc {
  margin-top: 1.2em;
}
#smartsalon .message-anchor {
  font-size: 0.8rem;
  font-weight: 500;
  margin-top: 45px;
}
@media screen and (max-width: 750px) {
  #smartsalon .message-anchor {
    margin-top: 55px;
  }
}
#smartsalon .message-anchor a {
  color: #fff;
  background-color: #3B1E87;
  line-height: 32px;
  display: inline-block;
  padding: 0 12px;
}
#smartsalon .message-anchor a span {
  background: url(../img/smartsalon/arrow_anchor.png) no-repeat right center;
  background-size: 11px 6px;
  padding-right: 20px;
}
@media screen and (min-width: 751px) {
  #smartsalon .message-anchor a {
    transition: 0.3s;
  }
  #smartsalon .message-anchor a:hover {
    background-color: #000;
  }
}
#smartsalon .contents {
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 750px) {
  #smartsalon .contents {
    padding: 16vw 5.3333333333vw 22.6666666667vw;
  }
}
#smartsalon .contents-inner {
  max-width: 1100px;
  margin: auto;
}
#smartsalon .contents-inner__title h2 {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #smartsalon .contents-inner__title h2 {
    font-size: 2rem;
  }
}
#smartsalon .contents-inner__title p {
  font-size: 0.8rem;
  font-weight: 700;
  color: #AAAAAA;
}
@media screen and (max-width: 750px) {
  #smartsalon .contents-inner__title p {
    font-size: 1.2rem;
  }
}
#smartsalon .card {
  width: 713px;
  margin: 95px auto 0;
}
@media screen and (max-width: 750px) {
  #smartsalon .card {
    width: 100%;
    margin: 55px auto 0;
  }
}
#smartsalon .card__figure {
  position: relative;
}
#smartsalon .card__figure::before {
  pointer-events: none;
  content: "";
  position: absolute;
  background: url(../img/smartsalon/button_play.png) no-repeat center center;
  background-size: contain;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#smartsalon .card__figure a {
  display: block;
  width: 100%;
  height: 100%;
}
#smartsalon .card__figure a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(170, 170, 170);
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  top: 0;
  left: 0;
}
@media screen and (min-width: 751px) {
  #smartsalon .card__figure a:hover::before {
    opacity: 1;
  }
}
#smartsalon .card__body {
  margin-top: 21px;
}
#smartsalon .card__title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #3B1E87;
}
@media screen and (max-width: 750px) {
  #smartsalon .card__title {
    font-size:  1.0rem;
  }
}
#smartsalon .card__title em {
  font-size: 2.2rem;
  display: inline-block;
  margin-top: 0.2em;
  font-family: "A1 Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Yu Mincho", "YuMincho", "MS Mincho", "Noto Serif JP", serif;
  font-style: normal;
}
@media screen and (max-width: 750px) {
  #smartsalon .card__title em {
    font-size: 2rem;
  }
}
#smartsalon .card__title span {
  font-size: 1.2rem;
  display: inline-block;
}
#smartsalon .card__desc {
  font-size: 1.0rem;
  margin-top: 1em;
  line-height: 2.1875;
  font-weight: 500;
}
#smartsalon .card__note {
  font-size: 0.8rem;
  margin-top: 1em;
  color: #6A6A6A;
  line-height: 1.8;
  font-weight: 500;
}
#smartsalon .card__note a {
  text-decoration: underline;
  color: #6A6A6A;
  word-break: break-all;
}
@media screen and (min-width: 751px) {
  #smartsalon .card__note a:hover {
    text-decoration: none;
  }
}
#smartsalon .recommend {
  background-color: #F6F2FF;
  clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 100%);
  padding-top: 220px;
  padding-bottom: 230px;
}
@media screen and (max-width: 750px) {
  #smartsalon .recommend {
    clip-path: polygon(0 9.0666666667vw, 100% 0, 100% 100%, 0 100%);
    padding: 25.0666666667vw 5.3333333333vw 25.0666666667vw;
  }
}
#smartsalon .recommend-inner {
  max-width: 1100px;
  margin: auto;
}
#smartsalon .recommend-inner__title h2 {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #smartsalon .recommend-inner__title h2 {
    font-size: 2rem;
  }
}
#smartsalon .recommend-inner__title p {
  font-size: 0.8rem;
  font-weight: 700;
  color: #AAAAAA;
}
@media screen and (max-width: 750px) {
  #smartsalon .recommend-inner__title p {
    font-size: 1.2rem;
  }
}
#smartsalon .recommend-inner__list {
  margin: 95px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 840px;
}
@media screen and (max-width: 750px) {
  #smartsalon .recommend-inner__list {
    margin-top: 55px;
    display: block;
  }
}
#smartsalon .recommend-inner__list__item {
  width: 390px;
}
@media screen and (max-width: 750px) {
  #smartsalon .recommend-inner__list__item {
    width: 100%;
  }
  #smartsalon .recommend-inner__list__item ~ .recommend-inner__list__item {
    margin-top: 60px;
  }
}
#smartsalon .recommend-inner__list__item figure {
  position: relative;
}
#smartsalon .recommend-inner__list__item figure::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(170, 170, 170);
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
#smartsalon .recommend-inner__list__item figure::after {
  position: absolute;
  content: "VIEW MORE";
  width: 100%;
  height: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.04em;
  display: grid;
  place-items: center;
  color: #fff;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 0;
  transform: opacity 0.3s;
}
@media screen and (min-width: 751px) {
  #smartsalon .recommend-inner__list__item:hover figure::before {
    opacity: 1;
  }
  #smartsalon .recommend-inner__list__item:hover figure::after {
    opacity: 1;
  }
  #smartsalon .recommend-inner__list__item:hover .recommend-inner__list__item__body {
    opacity: 0.4;
  }
}
#smartsalon .recommend-inner__list__item__body {
  margin-top: 21px;
  transition: opacity 0.3s;
}
#smartsalon .recommend-inner__list__item__body__title {
  font-size: 1.0rem;
  font-weight: 700;
  color: #3B1E87;
}
@media screen and (max-width: 750px) {
  #smartsalon .recommend-inner__list__item__body__title {
    font-size: 1.2rem;
  }
}
#smartsalon .recommend-inner__list__item__body__date {
  font-size: 1.2rem;
  margin-top: 1.5em;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #smartsalon .recommend-inner__list__item__body__date {
    font-weight: 300;
  }
}
#smartsalon .recommend-inner .more-btn {
  text-align: center;
  font-size: 1.0rem;
  font-weight: 500;
  margin-top: 60px;
}
#smartsalon .recommend-inner .more-btn span {
  background: url(../img/smartsalon/arrow_more.png) no-repeat right center;
  background-size: 9px 5px;
  padding-right: 17px;
  cursor: pointer;
}
@media screen and (min-width: 751px) {
  #smartsalon .recommend-inner .more-btn span {
    transition: opacity 0.3s;
  }
  #smartsalon .recommend-inner .more-btn span:hover {
    opacity: 0.4;
  }
}
#smartsalon .detail {
  background-color: #F6F2FF;
  clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 calc(100% - 120px));
  padding-top: 220px;
  padding-bottom: 230px;
}
@media screen and (max-width: 750px) {
  #smartsalon .detail {
    clip-path: polygon(0 9.0666666667vw, 100% 0, 100% 100%, 0 calc(100% - 9.0666666667vw));
    padding: 25.0666666667vw 0 22.6666666667vw;
  }
}
#smartsalon .detail-inner {
  max-width: 1100px;
  margin: auto;
}
@media screen and (max-width: 750px) {
  #smartsalon .detail-inner__title {
    padding: 0 5.3333333333vw;
  }
}
#smartsalon .detail-inner__title h2 {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #smartsalon .detail-inner__title h2 {
    font-size: 2rem;
  }
}
#smartsalon .detail-inner__title p {
  font-size: 0.8rem;
  font-weight: 700;
  color: #AAAAAA;
}
@media screen and (max-width: 750px) {
  #smartsalon .detail-inner__title p {
    font-size: 1.2rem;
  }
}
#smartsalon .detail-inner__text {
  margin: 95px auto 0;
  width: 713px;
}
@media screen and (max-width: 750px) {
  #smartsalon .detail-inner__text {
    margin-top: 55px;
    width: 100%;
    padding: 0 5.3333333333vw;
    box-sizing: border-box;
  }
}
#smartsalon .detail-inner__text__title {
  font-weight: 700;
  font-size: 1.6rem;
  color: #3B1E87;
}
@media screen and (max-width: 750px) {
  #smartsalon .detail-inner__text__title {
    font-size:  1.6rem;
  }
}
#smartsalon .detail-inner__text__desc {
  font-weight: 500;
  font-size: 1.0rem;
  margin-top: 1.5em;
  line-height: 2.1875;
}
#smartsalon .detail-inner__img {
  margin: 15px auto 0;
  width: 666px;
}
@media screen and (max-width: 750px) {
  #smartsalon .detail-inner__img {
    margin-top: 10px;
    width: 100%;
  }
}
#smartsalon .salon {
  margin-top: -120px;
  background-color: #000;
  clip-path: polygon(0 0, 100% 120px, 100% 100%, 0 100%);
  padding-top: 220px;
  padding-bottom: 136px;
}
@media screen and (max-width: 750px) {
  #smartsalon .salon {
    margin-top: -9.0666666667vw;
    clip-path: polygon(0 0, 100% 9.0666666667vw, 100% 100%, 0 100%);
    padding: 25.0666666667vw 5.3333333333vw 16vw;
  }
}
#smartsalon .salon-inner {
  max-width: 1100px;
  margin: auto;
  color: #fff;
}
#smartsalon .salon-inner__title {
  scroll-margin-top: 120px;
}
#smartsalon .salon-inner__title h2 {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #smartsalon .salon-inner__title h2 {
    font-size: 2rem;
  }
}
#smartsalon .salon-inner__title p {
  font-size: 0.8rem;
  font-weight: 700;
  color: #AAAAAA;
}
@media screen and (max-width: 750px) {
  #smartsalon .salon-inner__title p {
    font-size: 1.2rem;
  }
}
#smartsalon .salon-inner__banner {
  margin-top: 95px;
  width: 713px;
  margin-inline: auto;
}
@media screen and (min-width: 751px) {
  #smartsalon .salon-inner__banner a {
    transition: opacity 0.3s;
  }
  #smartsalon .salon-inner__banner a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 750px) {
  #smartsalon .salon-inner__banner {
    margin-top: 55px;
    width: 100%;
  }
}
#smartsalon .salon-inner__list {
  margin-top: 95px;
  display: flex;
  flex-wrap: wrap;
  gap: 1em 60px;
  /*columns: 2;
  column-gap: 60px;*/
}
@media screen and (max-width: 750px) {
  #smartsalon .salon-inner__list {
    margin-top: 55px;
    display: block;
  }
}
#smartsalon .salon-inner__list__item {
  box-sizing: border-box;
  width: 520px;
  font-size: 1.2rem;
  position: relative;
  line-height: 1.7777777778;
  padding-left: 1em;
}
@media screen and (max-width: 750px) {
  #smartsalon .salon-inner__list__item {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1.375;
  }
  #smartsalon .salon-inner__list__item ~ .salon-inner__list__item {
    margin-top: 1.25em;
  }
}
#smartsalon .salon-inner__list__item::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #AAAAAA;
  top: 0.6666666667em;
  left: 0;
}
@media screen and (max-width: 750px) {
  #smartsalon .salon-inner__list__item::before {
    top: 0.4375em;
  }
}
#smartsalon .salon-inner__list__item span {
  font-size: 0.8rem;
  line-height: 2.1333333333;
}
@media screen and (max-width: 750px) {
  #smartsalon .salon-inner__list__item span {
    font-size: 1.2rem;
    line-height: 1.5714285714;
  }
}
#smartsalon .salon-inner__list__item a {
  color: #fff;
  font-weight: 700;
  padding-right: 23px;
  background: url(../img/smartsalon/icon_blank_w.png) no-repeat right center;
  background-size: 19.5px 13.5px;
}
@media screen and (min-width: 751px) {
  #smartsalon .salon-inner__list__item a {
    transition: opacity 0.3s;
  }
  #smartsalon .salon-inner__list__item a:hover {
    opacity: 0.67;
  }
}
#smartsalon .salon-inner__list__item strong {
  color: #fff;
  font-weight: 700;
}
#smartsalon .bnr {
  background-color: #F6F2FF;
  padding: 60px 0;
}
@media screen and (max-width: 750px) {
  #smartsalon .bnr {
    padding: 10.6666666667vw 5.3333333333vw;
  }
}
#smartsalon .bnr-inner {
  max-width: 1100px;
  margin: auto;
}
#smartsalon .bnr-inner__list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 750px) {
  #smartsalon .bnr-inner__list {
    display: block;
  }
}
#smartsalon .bnr-inner__list__item {
  width: 520px;
}
@media screen and (max-width: 750px) {
  #smartsalon .bnr-inner__list__item {
    width: 100%;
  }
  #smartsalon .bnr-inner__list__item ~ .bnr-inner__list__item {
    margin-top: 30px;
  }
}
#smartsalon .bnr-inner__list__item picture {
  display: block;
  position: relative;
}
#smartsalon .bnr-inner__list__item picture::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(170, 170, 170);
  mix-blend-mode: multiply;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
#smartsalon .bnr-inner__list__item figcaption {
  margin-top: 12px;
  font-size: 1.2rem;
  font-weight: 300;
  transition: opacity 0.3s;
}
@media screen and (max-width: 750px) {
  #smartsalon .bnr-inner__list__item figcaption {
    margin-top: 10px;
  }
}
#smartsalon .bnr-inner__list__item figcaption span {
  padding-right: 27px;
  background: url(../img/smartsalon/icon_blank.png) no-repeat right center;
  background-size: 15px 10px;
}
@media screen and (min-width: 751px) {
  #smartsalon .bnr-inner__list__item:hover picture::before {
    opacity: 1;
  }
  #smartsalon .bnr-inner__list__item:hover figcaption {
    opacity: 0.4;
  }
}

/* modal*/
.modal-video {
  background-color: rgba(0, 0, 0, 0.7);
  animation: none;
}
.modal-video-body {
  max-width: 980px;
}
@media (orientation: landscape) {
  .modal-video-inner {
    padding: 10px;
  }
}
.modal-video-movie-wrap {
  animation: none;
}
.modal-video-close-btn {
  position: absolute;
  z-index: 2;
  top: -48px;
  right: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: none;
  background: transparent;
}
.modal-video-close-btn::before, .modal-video-close-btn::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 56px;
  top: 50%;
  left: -8px;
  margin-top: -1px;
  background: #fff;
  border-radius: none;
}

/* //modal*/