/*============================
    firstview
============================*/
.main {
  position: relative;
}

.top-mv {
  width: 100%;
  max-width: 1800px;
  height: 90%;
  max-height: 800px;
  position: relative;
  z-index: 10;
  padding-left: 1%;
  margin-left: auto;
}

.mv__img {
  width: 83%;
  max-width: 1500px;
  height: inherit;
  margin: 0 0 0 auto;
}

.mv__img img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  object-position: left center;
}

.top-mv .mv__txt {
  position: absolute;
  top: 21%;
  left: 1%;
  width: 32%;
  max-width: 563px;
}

.top-mv .mv__scroll {
  position: absolute;
  left: 6%;
  bottom: 0;
  height: 100px;
}

.mv__scroll .span {
  position: absolute;
  left: -11px;
  top: -86px;
  color: #5d472c;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.mv__scroll::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 100px;
  background: #5d472c;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 50px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 100px;
    opacity: 0;
  }
}

@media screen and (max-width: 1320px) {
  .mv__scroll .span {
    font-size: 14px;
    left: -9px;
    top: -73px;
  }
}

@media screen and (max-width: 768px) {
  .top-mv {
    height: 350px;
  }

  .top-mv .mv__txt .pc {
    display: block;
  }

  .top-mv .mv__txt .sp {
    display: none;
  }

}

@media screen and (max-width: 414px) {
  .top-mv {
    padding-left: 0;
  }

  .mv__img {
    width: 100%;
  }

  .top-mv .mv__txt .pc {
    display: none;
  }

  .top-mv .mv__txt .sp {
    display: block;
  }

  .top-mv .mv__txt {
    top: 11%;
    /* left: auto; */
    /* right: 2%; */
    width: 51%;
  }

  .top-mv .mv__scroll {
    display: none;
  }
}


/* inner */
.inner__top {
  max-width: 1200px;
  width: 96%;
  margin-inline: auto;
}

@media screen and (max-width: 1024px) {
  .inner__top {
    width: 94%;
  }
}

@media screen and (max-width: 768px) {
  .inner__top {
    width: 92%;
  }
}

/*============================
    about
============================*/

.top-about {
  padding: 100px 0 0px;
  position: relative;
}

.top-about::before {
  position: absolute;
  content: "";
  top: -65px;
  right: 0;
  background: url(https://salon-de-myu.com/system_panel/uploads/images/flower.png) no-repeat;
  width: 364px;
  height: 316px;
  background-size: contain;
  z-index: -1;
}

/* flexbox */
.flexbox {
  align-items: center;
}

.top-about .flexbox__img,
.top-about .textarea {
  width: 50%;
}

.top-about .textarea {
  position: relative;
  margin-bottom: 130px;
}

.top-about .textarea:before {
  position: absolute;
  content: "";
  left: 100%;
  top: 31%;
  background: url(https://salon-de-myu.com/system_panel/uploads/images/concept_flower.png) no-repeat;
  width: 19%;
  max-width: 122px;
  height: 38%;
  max-height: 169px;
  background-size: contain;
  display: block;
}

.about__title .title__en {
  font-size: 22px;
  margin-bottom: 30px;
}

.about__title .title__large {
  font-size: 28px;
  color: #5d472c;
}

.btn_wrap .btn_cmn,
.btn_wrap .btn_cmn_white {
  width: 47%;
  max-width: 300px;
}

.top-about .flexbox__img {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 7%;
  margin-bottom: -60px;
  position: relative;
}

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

  .top-about {
    padding: 80px 0 0;
    position: relative;
  }

  .about__title p {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .about__title .title__large {
    font-size: 24px;
  }
}

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

  .about__title p {
    font-size: 18px;
  }

  .about__title .title__large {
    font-size: 20px;
  }

  .top-about .textarea:before {
    left: auto;
    right: 104%;
    top: 7%;
  }
}

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

@media screen and (max-width: 768px) {
  .top-about {
    padding: 60px 0 0;
    position: relative;
  }

  .top-about .flexbox__img {
    flex: auto;
    margin: 0 auto 30px;
  }

  .top-about .textarea {
    width: 100%;
  }

  .top-school .flexbox__img {
    flex: auto;
    margin: 0 auto 30px;
  }

  .top-school .btn_cmn {
    margin: 0 auto;
  }

  .top-about .textarea:before {
    left: auto;
    right: 0;
    top: -18%;
    width: 90px;
    height: 125px;
  }

  .top-about::before {
    width: 260px;
    height: 226px;
  }
  
}

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

  .about__title .title__large {
    font-size: 18px;
  }
}

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

  .about__title .title__large {
    font-size: 16px;
  }
}


/*============================
    concept
============================*/
.top-concept {
  padding: 0 0 120px;
  position: relative;
}

.top-concept::before {
  position: absolute;
  content: "";
  top: -65px;
  left: 0;
  background: url(https://salon-de-myu.com/system_panel/uploads/images/concept_bg.png) no-repeat;
  width: 410px;
  height: 409px;
  background-size: contain;
}

.con__box {
  background-color: #faf9f6;
  padding: 0 120px 55px;
  position: relative;
  margin-bottom: 65px;
}

.con__title-wrap {
  position: absolute;
  top: -33px;
  left: 50%;
  transform: translateX(-50%);
}

.con__title {
  width: 484px;
  text-align: center;
  margin: 0 auto;
  min-height: 74px;
  background-color: #334b00;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
}

.con__title::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-right: 19px solid transparent;
  border-bottom: 34px solid #26330a;
  top: 0;
  right: -19px;
}

.con__title strong {
  display: block;
  color: #95b356;
  font-size: 17px;
}

.con__list {
  padding-top: 95px;
  row-gap: 20px;
}

.con__item {
  width: 31%;
  font-size: 20px;
  font-weight: 700;
  padding-left: 32px;
  background: url(https://salon-de-myu.com/system_panel/uploads/images/checkbox.png) no-repeat left center;
  white-space: nowrap;
}

.movie__title {
  color: #334b00;
  font-size: 23px;
  width: fit-content;
  margin: 0 auto 20px;
  background: linear-gradient(transparent 60%, #f1f8e1 60%);
}

.movie__wrap {
  max-width: 1010px;
  margin: 0 auto 50px;
  text-align: center;
}

.movie__wrap video {
  width: 100%;
}

.movie__link .btn_cmn {
  margin-right: 70px;
}

@media screen and (max-width: 1320px) {
  .con__item {
    font-size: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .top-concept {
    padding: 0 0 150px;
  }

  .con__box {
    padding: 0 50px 55px;
  }

}

@media screen and (max-width: 1024px) {
  .top-concept {
    padding: 0 0 100px;
  }

  .con__item {
    width: 48%;
  }

  .top-concept::before {
    width: 160px;
    height: 145px;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .top-concept {
    padding: 0 0 70px;
  }

  .con__item {
    width: 100%;
    white-space: wrap;
    font-size: 16px;
  }

  .con__title {
    font-size: 16px;
    white-space: nowrap;
    width: auto;
    padding: 0 5px;
  }

  .con__title strong {
    font-size: 13px;
  }

  .con__list {
    padding-top: 70px;
  }

  .movie__title {
    font-size: 18px;
  }

  .movie__link .btn_cmn {
    width: 80%;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .movie__link .btn_cmn_white {
    width: 80%;
  }

  .top-concept::before {
    width: 85px;
    height: 75px;
    top: -80px;
    left: 18px;
    z-index: 1;
  }
}

@media screen and (max-width: 599px) {
  .con__box {
    padding: 0 20px 30px;
    margin-bottom: 40px;
  }
}


/*============================
    flow
    menu
============================*/

.top-contents01 {
  padding: 170px 0 200px;
  position: relative;
}

.top-contents01::before {
  content: "";
  position: absolute;
  width: 83%;
  max-width: 1600px;
  height: 100%;
  max-height: 700px;
  background: url(../images/service_bg.jpg) no-repeat;
  top: 0;
  left: 0;
  z-index: 0;
}

.top-contents01::after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 1730px;
  height: 100%;
  max-height: 680px;
  background: #faf9f6;
  top: 170px;
  right: 0;
  z-index: 2;
}

.contents__flex01 {
  position: relative;
  z-index: 3;
  padding-top: 120px;
}

.contents__flex01 .flex__item {
  width: 48%;
  max-width: 600px;
}

.contents__flex01 .cont__title {
  margin: 30px 0;
  font-size: 24px;
  font-weight: 700;
}

.contents__flex01 .cont__title strong {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 16px;
  color: #334b00;
  margin-left: 20px;
}

.contents__flex01 .cont__text {
  margin-bottom: 25px;
  line-height: 1.8;
}

.cont__btn {
  text-align: right;
}

.cont__btn a {
  display: inline-block;
  padding-right: 60px;
  color: #334b00;
  font-size: 18px;
  position: relative;
  line-height: 1;
}

.cont__btn a::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #334b00;
  bottom: 3px;
  right: 0;
  transition: .6s ease-out;
}

.cont__btn a:hover::after {
  right: -10px;
  transition: .6s ease-out;
}

@media screen and (max-width: 768px) {
  .top-contents01 {
    padding: 170px 0 90px;
  }

  .contents__flex01 .flex__item {
    display: block;
    width: 100%;
    max-width: auto;
    margin-bottom: 30px;
  }

  .contents__flex01 {
    padding-top: 0;
  }

  .top-contents01::after {
    height: 100%;
    top: 100px;
    right: 0;
  }

  .contents__flex01 .cont__title {
    font-size: 20px;
  }

  .contents__flex01 .cont__title strong {
    font-size: 14px;
  }
}

/*============================
    salon
============================*/

.salon__inner {
  width: 95%;
  margin: 0 auto;
}

.salon__title {
  width: fit-content;
  margin: 0 auto 60px;
  position: relative;
  text-align: center;
}

.salon__title::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  display: block;
  background: #26330a;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.salon__title .title__large {
  font-size: 30px;
  margin-bottom: 20px;
}

.salon__title .title__en {
  font-size: 18px;
}

.salon__li {
  width: 18%;
  max-width: 322px;
  margin: 0 auto;
}

.salon_img {
  position: relative;
  margin-bottom: 20px;
}

.salon_img figcaption {
  position: absolute;
  background-color: #fffaf5;
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  bottom: 0;
  left: 0;
  line-height: 1.4;
}

.salon_img img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.salon_txt {
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.top-salon .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.salon__btn {
  margin: 0 auto;
}


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

  .salon__title .title__large {
    font-size: 24px;
  }
}

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

  .salon__title .title__large {
    font-size: 20px;
  }

  .top-salon .webgene-blog {
    row-gap: 50px;
  }

  .salon__li {
    width: 31%;
  }
}


@media screen and (max-width: 1024px) {
  .top-salon .webgene-blog {
    row-gap: 30px;
  }

  .salon__li {
    width: 48%;
    max-width: 100%;
  }
}

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

  .salon__li {
    width: 100%;
  }

  .salon__title {
    margin: 0 auto 30px;
  }

  .salon_img img {
    max-width: fit-content;
    display: block;
    margin: 0 auto;
  }

  .salon_img figcaption {
    position: static;
    display: block;
    font-size: 13px;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
  }

  .salon_txt {
    width: fit-content;
    margin: 0 auto;
  }
}


/*============================
    case
    member
============================*/
.top-contents02 {
  padding: 150px 0 100px;
  position: relative;
  width: 100%;
}

.top-contents02::before {
  content: "";
  position: absolute;
  width: 20%;
  max-width: 376px;
  height: 100%;
  max-height: 388px;
  background: url(../images/contents_bg_lt.png) no-repeat;
  top: 0;
  left: 0;
  z-index: 0;
}


.top-contents02::after {
  content: "";
  position: absolute;
  width: 20%;
  max-width: 235px;
  height: 100%;
  max-height: 388px;
  background: url(../images/contents_bg_rt.png) no-repeat;
  top: 0;
  right: 0;
  z-index: 0;
}

.con02__inner {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}

.contents__flex02 {
  width: 100%;
  position: relative;
  z-index: 3;
}

.contents__flex02 .flex__left,
.contents__flex02 .flex__right {
  width: 48%;
  max-width: 830px;
}

.contents__flex02 .cont__title {
  font-size: 28px;
}

.contents__flex02 .cont__title strong {
  font-family: "EB Garamond", serif;
  font-size: 16px;
  margin-left: 20px;
}

.con02__img {
  width: 42%;
  max-width: 355px;
  position: relative;
  flex-grow: 1;
}

.flex__left .con02__img p {
  position: absolute;
  font-size: 3vw;
  color: #26330a;
  mix-blend-mode: color-burn;
  bottom: 0;
  left: 60px;
  white-space: nowrap;
  z-index: 33;
}

.flex__right .con02__img p {
  position: absolute;
  font-size: 3vw;
  color: #9f8d2c;
  mix-blend-mode: color-burn;
  bottom: 0;
  right: -35px;
  white-space: nowrap;
  z-index: 33;
}

.con02__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.con02__text {
  width: 58%;
  padding: 50px 30px;
}


.flex__left {
  background: url(https://salon-de-myu.com/system_panel/uploads/images/case_bg.jpg) no-repeat;
  background-size: cover;
}

.flex__right {
  background: url(https://salon-de-myu.com/system_panel/uploads/images/member_bg.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1320px) {
  .top-contents02 {
    padding: 100px 0 80px;
  }

  .contents__flex02 .flex__left,
  .contents__flex02 .flex__right {
    width: 100%;
    max-width: 100%;
  }

  .contents__flex02 .flex__left {
    margin-bottom: 50px;
  }

  .con02__text {
    width: calc(100% - 355px);
    padding: 50px;
  }

  .top-contents02::after {
    top: auto;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .contents__flex02 .cont__title {
    font-size: 20px;
  }

  .con02__img {
    width: 100%;
  }

  .con02__text {
    width: 100%;
    padding: 30px;
  }

  .flex__left .con02__img p,
  .flex__right .con02__img p {
    font-size: 50px;
    left: auto;
    right: 0;
  }
}


/*============================
    news
============================*/
.top-news {
  max-width: 1600px;
  width: 96%;
  margin: 0 auto;
  background: #fffaf5;
  padding: 100px 0;
}

.top__news__left {
  width: 280px;
  background: url(https://salon-de-myu.com/system_panel/uploads/images/news_flower.png) no-repeat right center;
  background-size: contain;
}

.top__news__title .title__en {
  font-size: 30px;
}

.top__news__title .title__large {
  font-size: 18px;
}

.top__news__left .cont__btn {
  text-align: left;
}

.top__news__right {
  width: calc(100% - 460px);
}

.webgene-blog .news__item {
  padding: 10px 0;
  margin-bottom: 20px;
}

.webgene-blog .news__date {
  font-family: "EB Garamond", serif;
  display: inline-block;
  width: 100px;
  vertical-align: middle;
}

.webgene-blog .news__title {
  display: inline-block;
  width: calc(100% - 140px);
  margin-left: 30px;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width:1320px) {
  .top__news__left {
    width: 235px;
    background-size: 30%;

  }

  .top__news__right {
    width: calc(100% - 300px);
  }
}

@media screen and (max-width: 768px) {
  .webgene-blog .news__title {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .top__news__left {
    width: 100%;
    background-size: 17%;
    background-position: right top;
  }

  .top__news__right {
    width: 100%;
  }

  .top__news__left .cont__btn {
    text-align: right;
  }
}