@charset "UTF-8";
@media screen and (max-width: 767px) {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
  @font-face {
    font-family: "Optima";
    font-style: normal;
    font-weight: normal;
    src: local("Optima"), url("../fonts/optima.woff") format("woff");
  }
  /* ===============================================
  # navarea
  =============================================== */
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #navArea nav {
    bottom: 0;
    left: -100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    z-index: 300;
  }
  #navArea.open nav {
    background-color: #5a4f4a;
    color: #fff;
    left: 0;
  }
  #navArea.open nav ul.nav {
    list-style-type: none;
    margin: 88px 0 40px 30px;
    padding: 0;
  }
  #navArea.open nav ul.nav li {
    font-size: 12px;
    line-height: 3;
  }
  #navArea.open nav ul.nav li a {
    color: #fff;
    text-decoration: none;
  }
  #navArea.open nav ul.nav li:before {
    color: #fff;
    content: "> ";
    padding-right: 5px;
  }
  #navArea.open nav .link {
    padding: 0 30px 40px;
    text-align: center;
  }
  #navArea.open nav .link a {
    display: block;
  }
  #navArea.open nav .link a img {
    width: 100%;
  }
  #navArea.open nav .side {
    color: #fff;
    font-size: 10px;
    letter-spacing: 0.05em;
    position: absolute;
    right: 25px;
    text-orientation: sideways;
    top: 88px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  #navArea.open .toggle_btn span {
    background-color: #fff;
  }
  #navArea.open .toggle_btn span:nth-child(1) {
    -webkit-animation: unset;
            animation: unset;
    top: 2px;
    -webkit-transform: translate(0, 10px) rotate(-45deg);
            transform: translate(0, 10px) rotate(-45deg);
  }
  #navArea.open .toggle_btn span:nth-child(2) {
    -webkit-animation: unset;
            animation: unset;
    opacity: 0;
  }
  #navArea.open .toggle_btn span:nth-child(3) {
    -webkit-animation: unset;
            animation: unset;
    top: 22px;
    -webkit-transform: translate(0, -10px) rotate(45deg);
            transform: translate(0, -10px) rotate(45deg);
  }
  .toggle_btn {
    cursor: pointer;
    display: block;
    height: 25px;
    position: fixed;
    right: 16px;
    top: 31px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 25px;
    z-index: 10000;
  }
  .toggle_btn span {
    background-color: #5a4f4a;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 25px;
  }
  .toggle_btn span:nth-child(1) {
    top: 5px;
    width: 25px;
  }
  .toggle_btn span:nth-child(2) {
    display: none;
    top: 12px;
    width: 25px;
  }
  .toggle_btn span:nth-child(3) {
    top: 17px;
    width: 25px;
  }
  .error404 .error-404 {
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 100px auto;
    padding: 0 20px;
  }
  .error404 .error-404 h1 {
    border-bottom: 1px dotted #000;
    font-size: 20px;
    margin: 0 0 12px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  #navArea nav {
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: -100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    z-index: 300;
  }
  #navArea.open nav {
    left: 0;
  }
  #navArea.open .toggle_btn span {
    background-color: rgb(0, 0, 0);
  }
  #navArea.open .toggle_btn span:nth-child(1) {
    -webkit-animation: unset;
            animation: unset;
    top: 0;
    -webkit-transform: translate(0, 10px) rotate(-45deg);
            transform: translate(0, 10px) rotate(-45deg);
  }
  #navArea.open .toggle_btn span:nth-child(2) {
    -webkit-animation: unset;
            animation: unset;
    opacity: 0;
  }
  #navArea.open .toggle_btn span:nth-child(3) {
    -webkit-animation: unset;
            animation: unset;
    top: 20px;
    -webkit-transform: translate(0, -10px) rotate(45deg);
            transform: translate(0, -10px) rotate(45deg);
  }
  .toggle_btn {
    cursor: pointer;
    display: block;
    height: 30px;
    position: fixed;
    right: 35px;
    text-align: center;
    top: 62px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 30px;
    z-index: 10000;
  }
  .toggle_btn span {
    background-color: rgb(0, 0, 0);
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 30px;
  }
  .toggle_btn span:nth-child(1) {
    left: 0;
    top: 5px;
    width: 30px;
  }
  .toggle_btn span:nth-child(2) {
    left: 0;
    top: 13px;
    width: 30px;
  }
  .toggle_btn span:nth-child(3) {
    left: 0;
    top: 21px;
    width: 30px;
  }
  .error404 .error-404 {
    letter-spacing: 0.05em;
    line-height: 2;
    margin: 10vw auto;
    width: 75vw;
  }
  .error404 .error-404 h1 {
    border-bottom: 1px dotted #000;
    font-size: 1.25vw;
    font-size: clamp(10px, 1.25vw, 24px);
    margin: 0 0 1.2vw;
    padding-bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  /* ===============================================
  # mask
  =============================================== */
  #mask {
    display: none;
  }
  .open #mask {
    background: #000;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: fixed;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    z-index: 111;
  }
  /* ===============================================
  # animation
  =============================================== */
  .ani.anit {
    opacity: 0 !important;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all 1s 0s ease;
    transition: all 1s 0s ease;
  }
  .ani.anit.active {
    opacity: 1 !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .ani.anir {
    opacity: 0 !important;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition: all 1s 0s ease;
    transition: all 1s 0s ease;
  }
  .ani.anir.active {
    opacity: 1 !important;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .ani.anil {
    opacity: 0 !important;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition: all 1s 0s ease;
    transition: all 1s 0s ease;
  }
  .ani.anil.active {
    opacity: 1 !important;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .animation02 {
    overflow: hidden;
    position: relative;
  }
  .animation02 img {
    display: block;
    opacity: 0;
    position: relative;
    -webkit-transition: all 1s 0.3s ease;
    transition: all 1s 0.3s ease;
    width: 100%;
    z-index: 0;
  }
  .animation02::before {
    background: rgb(255, 255, 255);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.8s 0.4s ease;
    transition: all 0.8s 0.4s ease;
    width: 100%;
    z-index: 1;
  }
  .animation02.active:before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .animation02.active img {
    opacity: 1;
  }
  @-webkit-keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  *:focus {
    outline: none !important;
  }
  .sp {
    display: none;
  }
  body {
    color: #5a4f4a;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
  }
  a {
    color: #483e39;
    text-decoration: none;
  }
  img {
    height: auto;
    max-width: 100%;
  }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 0;
    margin: auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  header:before {
    background-color: rgba(90, 79, 74, 0.9);
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  header h1 {
    background-color: rgba(90, 79, 74, 0.9);
    border-bottom-right-radius: 20px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    width: 33.33%;
  }
  header h1 a {
    display: block;
    margin: 10px auto;
    width: 69.2%;
  }
  header h1 a img {
    width: 100%;
  }
  header > ul.nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 3.3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    height: 3.3vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto 0 auto auto;
    padding: 0 2vw;
  }
  header > ul.nav li {
    font-size: 0.83vw;
    font-size: clamp(8px, 0.83vw, 16px);
    list-style-type: none;
    margin: auto;
    padding: 0;
  }
  header > ul.nav li a {
    color: rgba(90, 79, 74, 0.4);
    position: relative;
  }
  header > ul.nav li a:hover {
    color: #fff200;
  }
  header > ul.nav li a.active {
    color: #fff200;
  }
  header > ul.nav li:after {
    content: "／";
    margin-left: 0.3vw;
    margin-right: 0.3vw;
  }
  header > ul.nav li.insta:after {
    display: none;
  }
  header > ul.nav li.insta {
    font-size: 1.3vw;
    font-size: clamp(10px, 1.3vw, 26px);
  }
  header > ul.nav li.insta a {
    color: #5a4f4a;
  }
  header > ul.nav:first-child {
    margin: auto auto auto 0;
  }
  header > ul.nav:last-child {
    margin: auto 0 auto auto;
  }
  header .header-insta {
    font-size: 24px;
    line-height: 0;
    position: fixed;
    right: 57px;
    top: 32px;
  }
  header .header-insta a {
    color: #5a4f4a;
  }
  header .header-insta.show a {
    color: #fff;
  }
  header ul.header-entry {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
  }
  header ul.header-entry a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff200;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    text-align: center;
    text-decoration: none;
    width: 100%;
  }
  header ul.header-entry a img {
    width: 58.7vw;
  }
  header ul.header-entry a:hover {
    background-color: white;
  }
  .mainimg {
    width: 100%;
  }
  .mainimg img {
    width: 100%;
  }
  .mainimg .title01 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f6c9d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 54.1vw;
  }
  .mainimg .title01 img {
    width: 22.8vw;
  }
  .mainimg .name {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22.8vw;
  }
  .mainimg .name img {
    width: 100%;
  }
  .sec02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #concept .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #concept .img101 img {
    width: 100%;
  }
  #mobasc {
    background-color: #aaddf8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: -30px;
    padding: 64px 0 0 0;
    position: relative;
    z-index: 2;
  }
  #mobasc .img02 {
    margin: 0 auto 30px;
    text-align: center;
    width: 71.7vw;
  }
  #mobasc .img02 img {
    width: 100%;
  }
  #mobasc .nav {
    padding: 0 20px 48px;
    text-align: center;
  }
  #mobasc .nav li {
    margin: 0 auto;
    padding-bottom: 16px;
    width: 100%;
  }
  #mobasc #mobasc01 {
    background-color: #fff0f2;
    padding: 64px 0 5vw 0;
  }
  #mobasc #mobasc01 .img106 {
    margin: 0 auto 16px;
    text-align: center;
    width: calc(100% - 40px);
  }
  #mobasc #mobasc01 .img106 img {
    width: 100%;
  }
  #mobasc #mobasc01 .slider {
    margin: auto auto 48px 36px;
    max-height: 400px;
  }
  #mobasc #mobasc01 .slider .slick-list {
    padding-right: 80px;
  }
  #mobasc #mobasc01 .slider .slick-slide {
    padding: 0 8px;
  }
  #mobasc #mobasc01 .slider .slick-prev {
    background-image: url(../images/icon-left01@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 32px;
    left: -28px;
    width: 32px;
  }
  #mobasc #mobasc01 .slider .slick-prev:before {
    display: none;
  }
  #mobasc #mobasc01 .slider .slick-next {
    background-image: url(../images/icon-right01@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 32px;
    right: 20px;
    width: 32px;
  }
  #mobasc #mobasc01 .slider .slick-next:before {
    display: none;
  }
  #mobasc #mobasc01 .img12 {
    padding-bottom: 24px;
    text-align: center;
  }
  #mobasc #mobasc01 .img12 img {
    width: 71.8vw;
  }
  #mobasc #mobasc01 .list #color,
  #mobasc #mobasc01 .list #perm,
  #mobasc #mobasc01 .list #straight,
  #mobasc #mobasc01 .list #business,
  #mobasc #mobasc01 .list #cut,
  #mobasc #mobasc01 .list #other {
    margin-bottom: 32px;
    max-height: 192px;
  }
  #mobasc #mobasc01 .list #color .header,
  #mobasc #mobasc01 .list #perm .header,
  #mobasc #mobasc01 .list #straight .header,
  #mobasc #mobasc01 .list #business .header,
  #mobasc #mobasc01 .list #cut .header,
  #mobasc #mobasc01 .list #other .header {
    margin: auto;
    padding-bottom: 24px;
    width: calc(100% - 72px);
  }
  #mobasc #mobasc01 .list #color .header img,
  #mobasc #mobasc01 .list #perm .header img,
  #mobasc #mobasc01 .list #straight .header img,
  #mobasc #mobasc01 .list #business .header img,
  #mobasc #mobasc01 .list #cut .header img,
  #mobasc #mobasc01 .list #other .header img {
    width: 100%;
  }
  #mobasc #mobasc01 .list #color .group,
  #mobasc #mobasc01 .list #perm .group,
  #mobasc #mobasc01 .list #straight .group,
  #mobasc #mobasc01 .list #business .group,
  #mobasc #mobasc01 .list #cut .group,
  #mobasc #mobasc01 .list #other .group {
    margin: auto 0 0 32px;
    width: calc(100% - 32px);
  }
  #mobasc #mobasc01 .list #color .group .inner .slick-list,
  #mobasc #mobasc01 .list #perm .group .inner .slick-list,
  #mobasc #mobasc01 .list #straight .group .inner .slick-list,
  #mobasc #mobasc01 .list #business .group .inner .slick-list,
  #mobasc #mobasc01 .list #cut .group .inner .slick-list,
  #mobasc #mobasc01 .list #other .group .inner .slick-list {
    padding-right: 32px;
  }
  #mobasc #mobasc01 .list #color .group .inner .image,
  #mobasc #mobasc01 .list #perm .group .inner .image,
  #mobasc #mobasc01 .list #straight .group .inner .image,
  #mobasc #mobasc01 .list #business .group .inner .image,
  #mobasc #mobasc01 .list #cut .group .inner .image,
  #mobasc #mobasc01 .list #other .group .inner .image {
    padding: 0 4px;
  }
  #mobasc #mobasc01 .list #color .group .inner .image img,
  #mobasc #mobasc01 .list #perm .group .inner .image img,
  #mobasc #mobasc01 .list #straight .group .inner .image img,
  #mobasc #mobasc01 .list #business .group .inner .image img,
  #mobasc #mobasc01 .list #cut .group .inner .image img,
  #mobasc #mobasc01 .list #other .group .inner .image img {
    width: 100%;
  }
  #mobasc #mobasc01 .list #color .group .inner .slick-prev,
  #mobasc #mobasc01 .list #perm .group .inner .slick-prev,
  #mobasc #mobasc01 .list #straight .group .inner .slick-prev,
  #mobasc #mobasc01 .list #business .group .inner .slick-prev,
  #mobasc #mobasc01 .list #cut .group .inner .slick-prev,
  #mobasc #mobasc01 .list #other .group .inner .slick-prev {
    background-image: url(../images/icon-left01@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 32px;
    left: -12px;
    width: 32px;
    z-index: 1;
  }
  #mobasc #mobasc01 .list #color .group .inner .slick-prev:before,
  #mobasc #mobasc01 .list #perm .group .inner .slick-prev:before,
  #mobasc #mobasc01 .list #straight .group .inner .slick-prev:before,
  #mobasc #mobasc01 .list #business .group .inner .slick-prev:before,
  #mobasc #mobasc01 .list #cut .group .inner .slick-prev:before,
  #mobasc #mobasc01 .list #other .group .inner .slick-prev:before {
    display: none;
  }
  #mobasc #mobasc01 .list #color .group .inner .slick-next,
  #mobasc #mobasc01 .list #perm .group .inner .slick-next,
  #mobasc #mobasc01 .list #straight .group .inner .slick-next,
  #mobasc #mobasc01 .list #business .group .inner .slick-next,
  #mobasc #mobasc01 .list #cut .group .inner .slick-next,
  #mobasc #mobasc01 .list #other .group .inner .slick-next {
    background-image: url(../images/icon-right01@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 32px;
    right: 20px;
    width: 32px;
  }
  #mobasc #mobasc01 .list #color .group .inner .slick-next:before,
  #mobasc #mobasc01 .list #perm .group .inner .slick-next:before,
  #mobasc #mobasc01 .list #straight .group .inner .slick-next:before,
  #mobasc #mobasc01 .list #business .group .inner .slick-next:before,
  #mobasc #mobasc01 .list #cut .group .inner .slick-next:before,
  #mobasc #mobasc01 .list #other .group .inner .slick-next:before {
    display: none;
  }
  #mobasc #mobasc02 {
    background-color: #eeeceb;
    padding: 64px 0;
  }
  #mobasc #mobasc02 > .inner {
    background-color: #fff;
    border-radius: 32px;
    padding: 48px 20px 60px;
  }
  #mobasc #mobasc02 > .inner .img113 {
    padding-bottom: 48px;
  }
  #mobasc #mobasc02 > .inner .img113 img {
    width: 100%;
  }
  #mobasc #mobasc02 > .inner .header {
    color: #483e39;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 auto 17px;
    text-align: center;
  }
  #mobasc #mobasc02 > .inner .tab-area {
    border-bottom: 2px dotted #5a4f4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 32px;
    padding-bottom: 12px;
    width: 100%;
  }
  #mobasc #mobasc02 > .inner .tab-area .tab {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #eeeceb;
    border-radius: 40px;
    color: #483e39;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 12px;
    width: 48.5%;
  }
  #mobasc #mobasc02 > .inner .tab-area .tab .en {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.075em;
    padding-right: 4px;
  }
  #mobasc #mobasc02 > .inner .tab-area .tab .ja {
    font-size: 10px;
    font-weight: 500;
  }
  #mobasc #mobasc02 > .inner .tab-area .tab:hover {
    background-color: rgba(90, 79, 74, 0.5);
    color: #fff;
  }
  #mobasc #mobasc02 > .inner .tab-area .tab.active {
    background-color: #5a4f4a;
    color: #fff;
  }
  #mobasc #mobasc02 > .inner .content-area {
    margin: auto;
    width: 100%;
  }
  #mobasc #mobasc02 > .inner .content-area .content {
    display: none;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show {
    display: block;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group {
    margin-bottom: 0 !important;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .inner .image {
    padding-bottom: 32px;
    width: 100%;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .inner .image img {
    width: 100%;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-prev {
    bottom: -23px;
    left: 45px;
    top: auto;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-prev:before {
    color: #5a4f4a;
    content: "<";
    font-size: 20px;
    font-weight: bold;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-next {
    bottom: -23px;
    right: 45px;
    text-align: right;
    top: auto;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-next:before {
    color: #5a4f4a;
    content: ">";
    font-size: 20px;
    font-weight: bold;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-dots {
    bottom: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-dots li {
    margin: 0;
    width: 36px;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-dots li span {
    color: #483e39;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 20px;
    height: auto;
    opacity: 0.4;
    width: auto;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-dots li button:before {
    display: none;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-dots li.slick-active span {
    font-weight: 700;
    opacity: 1;
  }
  #mobasc #mobasc03 {
    background-color: #aaddf8;
    padding: 64px 0 0;
  }
  #mobasc #mobasc03 .img119 {
    padding: 0 20px 32px;
    text-align: center;
    width: 100%;
  }
  #mobasc #mobasc03 .img119 img {
    width: 100%;
  }
  #mobasc #mobasc03 .img120 {
    padding: 0 20px 48px;
    text-align: center;
    width: 100%;
  }
  #mobasc #mobasc03 .img120 img {
    width: 100%;
  }
  #mobasc #mobasc03 .slider01 {
    background-image: url(../images/img121@2x.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 20px 32px;
    padding: 0 0 104px;
    width: calc(100% - 40px);
  }
  #mobasc #mobasc03 .slider01 .slick-slide {
    padding: 0 26px;
  }
  #mobasc #mobasc03 .slider01 .slick-slide img {
    width: 100%;
  }
  #mobasc #mobasc03 .slider01 .slick-prev {
    background-image: url(../images/icon-left01@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 32px;
    left: 0;
    top: 35%;
    width: 32px;
    z-index: 10;
  }
  #mobasc #mobasc03 .slider01 .slick-prev:before {
    display: none;
  }
  #mobasc #mobasc03 .slider01 .slick-next {
    background-image: url(../images/icon-right01@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 32px;
    right: 0;
    top: 35%;
    width: 32px;
    z-index: 10;
  }
  #mobasc #mobasc03 .slider01 .slick-next:before {
    display: none;
  }
  #mobasc #mobasc03 .slider02 {
    padding: 0 20px 48px;
  }
  #mobasc #mobasc03 .slider02 .slick-slide img {
    width: 100%;
  }
  #mobasc #mobasc03 .slider02 .notice {
    font-size: 12px;
    padding-top: 30px;
    text-align: center;
  }
  #mobasc #mobasc03 .bg {
    width: 100%;
  }
  #mobasc #mobasc03 .bg img {
    width: 100%;
  }
  #mobasc #mobasc03 .img23 {
    padding-bottom: 5.7vw;
    text-align: center;
  }
  #mobasc #mobasc03 .img23 img {
    width: 58vw;
  }
  #mobasc #mobasc03 .list {
    margin: 0 auto;
    width: 70vw;
  }
  #mobasc #mobasc03 .list .group {
    padding-bottom: 2vw;
  }
  #mobasc #mobasc03 .list .group .header {
    cursor: pointer;
    position: relative;
  }
  #mobasc #mobasc03 .list .group .header:after {
    background-image: url(../images/down09@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 1vw;
    position: absolute;
    right: 5vw;
    top: 3.8vw;
    width: 1.5vw;
  }
  #mobasc #mobasc03 .list .group .header.open:after {
    background-image: url(../images/up09@2x.png);
  }
  #mobasc #mobasc03 .list .group .contents {
    display: none;
  }
  #mobasc #mobasc04 {
    background-color: #69bd83;
    padding: 64px 0;
  }
  #mobasc #mobasc04 > .inner {
    background-color: #fff;
    border-radius: 32px;
    padding: 48px 0 0;
    position: relative;
  }
  #mobasc #mobasc04 > .inner .img128 {
    padding: 0 20px 32px;
    width: 100%;
  }
  #mobasc #mobasc04 > .inner .img128 img {
    width: 100%;
  }
  #mobasc #mobasc04 > .inner .img129 {
    padding: 0 20px;
    width: 100%;
  }
  #mobasc #mobasc04 > .inner .img129 img {
    width: 100%;
  }
  #mobasc #mobasc04 > .inner .inner01 {
    background-color: #fffccc;
    padding: 48px 20px 32px;
    position: relative;
  }
  #mobasc #mobasc04 > .inner .inner01 .image {
    padding: 0 0 16px;
    width: 100%;
  }
  #mobasc #mobasc04 > .inner .inner01 .image img {
    width: 100%;
  }
  #mobasc #mobasc04 > .inner .block {
    padding: 90px 20px 0;
  }
  #mobasc #mobasc04 > .inner .block .question {
    cursor: pointer;
    padding: 0 0 24px;
    position: relative;
  }
  #mobasc #mobasc04 > .inner .block .question:after {
    background-image: url(../images/down01@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 8px;
    position: absolute;
    right: 24px;
    top: 19px;
    width: 16px;
  }
  #mobasc #mobasc04 > .inner .block .question.open:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #mobasc #mobasc04 > .inner .block .question img {
    width: 100%;
  }
  #mobasc #mobasc04 > .inner .block .answer {
    display: none;
    padding: 0;
  }
  #mobasc #mobasc04 > .inner .block .answer .image {
    padding: 0 0 20px;
  }
  #mobasc #mobasc04 > .inner .block .answer img {
    width: 100%;
  }
  #mobasc #mobasc04 > .inner .block .answer .img42 {
    margin: 0 auto;
    width: 108px;
  }
  #mobasc #mobasc04 > .inner .block .answer .img42 img {
    width: 100%;
  }
  #mobasc #mobasc04 > .inner .img41 {
    bottom: -77px;
    position: absolute;
    right: 20px;
    width: 138px;
  }
  #mobasc #mobasc04 > .inner .img41 img {
    width: 100%;
  }
  #entry {
    background-color: #f0f0f0;
  }
  #entry .inner {
    background-color: #fff;
    margin: 0 auto;
    padding: 64px 0;
    width: 100%;
  }
  #entry .inner .img136 {
    padding: 0 0 48px;
    text-align: center;
    width: 100%;
  }
  #entry .inner .img136 img {
    width: 100%;
  }
  #entry .inner .img137 {
    padding: 0 0 32px;
    text-align: center;
    width: 100%;
  }
  #entry .inner .img137 img {
    width: 100%;
  }
  #entry .inner .img138 {
    padding: 0 0 48px;
    text-align: center;
    width: 100%;
  }
  #entry .inner .img138 img {
    width: 100%;
  }
  #entry .inner .img139 {
    padding: 0 20px 50px;
    text-align: center;
    width: 100%;
  }
  #entry .inner .img139 img {
    width: 100%;
  }
  #entry .inner .img140 {
    background-color: #f0f0f0;
    margin-bottom: 32px;
    padding: 46px 45px;
    position: relative;
    text-align: center;
    width: 100%;
  }
  #entry .inner .img140 .image {
    width: 100%;
  }
  #entry .inner .img140 .image img {
    width: 100%;
  }
  #entry .inner .img140 .img141 {
    position: absolute;
    right: 70px;
    top: -47px;
    width: 73px;
  }
  #entry .inner .img140 .img141 img {
    position: absolute;
  }
  #entry .inner .img142 {
    padding: 0 45px;
    text-align: center;
  }
  #entry .inner .img142 a {
    display: block;
  }
  #entry .inner .img142 img {
    width: 100%;
  }
  #faq {
    background-color: #fff0f2;
    padding: 64px 20px 32px;
  }
  #faq .inner .img143 {
    padding-bottom: 32px;
    width: 88px;
  }
  #faq .inner .img143 img {
    width: 100%;
  }
  #faq .inner .group .block {
    padding: 0 0 16px;
  }
  #faq .inner .group .block .question {
    cursor: pointer;
    padding: 0 0 16px;
    position: relative;
  }
  #faq .inner .group .block .question:after {
    background-image: url(../images/down02@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: 24px;
    top: 26px;
    width: 20px;
  }
  #faq .inner .group .block .question.open:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #faq .inner .group .block .question img {
    width: 100%;
  }
  #faq .inner .group .block .answer {
    display: none;
    padding: 0 24px 16px 16px;
  }
  #sns {
    padding: 64px 0;
  }
  #sns .img152 {
    margin: 0 auto;
    padding: 0 20px 32px;
    width: 100%;
  }
  #sns .img152 img {
    width: 100%;
  }
  #sns .img150 {
    padding: 0 0 32px;
  }
  #sns .img150 img {
    width: 100%;
  }
  #sns .img151 {
    padding: 0;
  }
  #sns .img151 img {
    width: 100%;
  }
  .entry.entry01 {
    margin: 9vw auto 1vw;
    width: 31vw;
  }
  .entry.entry01 img {
    width: 100%;
  }
  #instagram {
    padding: 7.8vw 4vw;
  }
  #instagram .img53 {
    text-align: center;
  }
  #instagram .img53 img {
    width: 63vw;
  }
  #instagram .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #instagram .group .block {
    width: 48.5%;
  }
  #instagram .group .block a {
    display: block;
  }
  #instagram img {
    width: 100%;
  }
  .slider03 .slick-slide {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }
  .slider03,
  .stylist01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto auto 2.5vw;
    width: 92vw;
  }
  .slider03 .image,
  .stylist01 .image {
    padding-bottom: 2.5vw;
    width: 18.8%;
  }
  .sub32 {
    padding-bottom: 5vw;
    text-align: center;
  }
  .sub32 img {
    width: 60vw;
  }
  .studio01 {
    background-color: #fff200;
    border-bottom: 2px solid #483e39;
    margin: auto;
    padding: 0 0 3vw;
    text-align: left;
  }
  .studio01 .block {
    background-color: #fff;
    margin: 0 auto 1.5vw;
    width: 60vw;
  }
  .studio01 .block .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6vw;
    font-size: clamp(12px, 1.6vw, 30px);
    padding: 1.1vw 1.5vw;
  }
  .studio01 .block.first .header {
    background-image: url(../images/down06@2x.png);
    background-position: calc(100% - 1.5vw) center;
    background-repeat: no-repeat;
    background-size: 1vw;
    border-bottom: 1px solid #f19ca6;
    border-top: 1px solid #f19ca6;
    color: #f19ca6;
  }
  .studio01 .block.second .header {
    background-image: url(../images/down07@2x.png);
    background-position: calc(100% - 1.5vw) center;
    background-repeat: no-repeat;
    background-size: 1vw;
    border-bottom: 1px solid #81c7e8;
    border-top: 1px solid #81c7e8;
    color: #81c7e8;
  }
  .studio01 .block.first .header.open {
    background-image: url(../images/up06@2x.png);
  }
  .studio01 .block.second .header.open {
    background-image: url(../images/up07@2x.png);
  }
  .studio01 .block .header .num {
    margin: auto 3vw auto 0;
    position: relative;
  }
  .studio01 .block.first .header .num:after {
    background-color: #f19ca6;
    bottom: -1.1vw;
    content: "";
    display: block;
    height: 2.5vw;
    left: 3vw;
    margin: auto 1.5vw auto auto;
    position: absolute;
    width: 1px;
  }
  .studio01 .block.second .header .num:after {
    background-color: #81c7e8;
    bottom: -1.1vw;
    content: "";
    display: block;
    height: 2.5vw;
    left: 3vw;
    margin: auto 1.5vw auto auto;
    position: absolute;
    width: 1px;
  }
  .studio01 .block.first .header .time {
    background-image: url(../images/icon-time02@2x.png);
    background-position: 0.2vw 0.6vw;
    background-repeat: no-repeat;
    background-size: 1.5vw;
    padding-left: 2vw;
  }
  .studio01 .block.second .header .time {
    background-image: url(../images/icon-time03@2x.png);
    background-position: 0.2vw 0.6vw;
    background-repeat: no-repeat;
    background-size: 1.5vw;
    padding-left: 2vw;
  }
  .studio01 .block .contents {
    display: none;
    font-size: 0.78vw;
    font-size: clamp(8px, 0.78vw, 15px);
    padding: 2vw 7vw;
  }
  .studio01 .block .contents ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .studio01 .block .contents ul li {
    line-height: 1.8;
    text-indent: -0.5vw;
  }
  .studio01 .block .contents ul li:before {
    content: "□";
    margin-right: 0.5vw;
    text-indent: -0.5vw;
  }
  .trend01 {
    background-color: #fff200;
    border-bottom: 2px solid #483e39;
    padding: 5vw 0;
  }
  .trend01 .header {
    line-height: 0;
    padding-bottom: 2vw;
    text-align: center;
  }
  .trend01 .header img {
    width: 30vw;
  }
  .trend01 .slidergroup {
    background-color: #fff;
    margin: auto;
    width: 70vw;
  }
  .trend01 .slidergroup .slidergroup01 {
    margin: 0 5vw;
    padding: 2.5vw 0 1.5vw;
  }
  .trend01 .slidergroup .slidergroup01 .slick-slide {
    margin-left: 0.2vw;
    margin-right: 0.2vw;
  }
  .trend01 .group {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto auto 1.5vw;
    padding: 0 5vw 2vw;
    width: 70vw;
  }
  .trend01 .group .block {
    width: 47%;
  }
  .trend01 .block h3 {
    background-color: #5a4f4a;
    color: #fff;
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    font-weight: 500;
    height: 2vw;
    line-height: 2vw;
    margin: 0 0 0.7vw;
    padding: 0 0.3vw;
  }
  .trend01 .block ul {
    margin: 0 0 1.5vw 2vw;
    padding: 0;
  }
  .trend01 .block ul li {
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    line-height: 1.8;
  }
  .trend01 .block ul li br {
    display: none;
  }
  .trend01 .block ul li span {
    font-size: 0.83vw;
    font-size: clamp(8px, 0.83vw, 16px);
    margin-left: 1vw;
  }
  .trend01 .sub35 {
    text-align: center;
  }
  .trend01 .sub35 img {
    width: 34vw;
  }
  .sub36 {
    background-color: #fff200;
    border-bottom: 2px solid #483e39;
    line-height: 0;
    margin: 0 auto;
    padding: 5vw 0;
    text-align: center;
  }
  .sub36 img {
    width: 70vw;
  }
  .sub37 {
    background-color: #fff200;
    line-height: 0;
    margin: 0 auto;
    padding: 5vw 0 7vw;
    text-align: center;
  }
  .sub37 img {
    width: 60vw;
  }
  .apply01 {
    background-color: #eeeceb;
    padding: 5vw 4vw;
    position: relative;
    z-index: 1;
  }
  .apply01 .group {
    position: relative;
  }
  .apply01 .group:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: calc(100% - 3vw);
    position: absolute;
    width: 91vw;
    z-index: -1;
  }
  .apply01 .group .sub38 {
    padding-bottom: 2vw;
    text-align: center;
  }
  .apply01 .group .sub38 img {
    width: 70vw;
  }
  .apply01 .group .sub39 {
    padding-bottom: 2vw;
    text-align: center;
  }
  .apply01 .group .sub39 img {
    width: 31vw;
  }
  .apply01 .group .sub40 {
    padding-bottom: 4vw;
    text-align: center;
  }
  .apply01 .group .sub40 img {
    width: 70vw;
  }
  .apply01 .group .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    padding-bottom: 5vw;
    width: 70vw;
  }
  .apply01 .group .block .sub45 {
    width: 33%;
  }
  .apply01 .group .block .right {
    width: 62%;
  }
  .apply01 .group .block .right .sub41 {
    padding-bottom: 1.2vw;
  }
  .apply01 .group .block .right .app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1vw;
  }
  .apply01 .group .block .right .app img {
    width: 14vw;
  }
  .apply01 .group .block .right .app .sub42 {
    margin-right: 1vw;
  }
  .apply01 .group .block .right .app .sub44 {
    width: 31vw;
  }
  footer {
    background-color: #eeeceb;
    padding: 48px 20px 94px;
  }
  footer .left {
    padding-bottom: 24px;
  }
  footer .left .name {
    padding-bottom: 24px;
  }
  footer .left .name h5 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 3px;
  }
  footer .left .name p {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  footer .left .insta {
    font-size: 24px;
  }
  footer .right ul {
    margin: 0 0 12px;
  }
  footer .right ul li {
    font-size: 12px;
  }
  footer .right ul li a {
    display: block;
    padding: 0 0 12px;
  }
  footer .right .copyright {
    font-size: 10px;
    letter-spacing: 0.05em;
  }
  a {
    color: #5a4f4a;
    text-decoration: none;
  }
  .featherlight iframe {
    height: 90vh;
    width: 100%;
  }
  .featherlight body {
    color: #5a4f4a;
  }
  .featherlight img {
    height: auto;
    max-width: 100%;
  }
  .featherlight .featherlight-close-icon {
    font-size: 30px;
    line-height: 60px;
    width: 60px;
  }
  .featherlight .featherlight-content {
    margin-left: auto;
    margin-right: auto;
    padding: 64px 20px;
    width: 100% !important;
  }
  .featherlight title.featherlight-inner {
    display: none;
  }
  .stylist02 {
    color: #5a4f4a;
    margin: auto;
    width: 40vw;
  }
  .stylist02 a {
    color: #5a4f4a;
  }
  .stylist02 .sub01 .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.5vw;
  }
  .stylist02 .sub01 .header .cate {
    border: 1px solid #5a4f4a;
    font-size: 0.83vw;
    font-size: clamp(8px, 0.83vw, 16px);
    height: 1.5vw;
    letter-spacing: 0.05em;
    line-height: 1.5vw;
    margin-right: 1vw;
    padding: 0 1.2vw;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stylist02 .sub01 .header .title {
    font-size: 1.6vw;
    font-size: clamp(12px, 1.6vw, 30px);
    font-weight: 500;
  }
  .stylist02 .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stylist02 .gallery .image {
    margin-right: 0.5vw;
    width: 24.25%;
  }
  .stylist02 .gallery .image.image05 {
    width: 53%;
  }
  .sub02 {
    border-bottom: 1px solid #5a4f4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.5vw;
    padding-bottom: 1.5vw;
  }
  .sub02 .image {
    width: 37.5%;
  }
  .sub02 .data {
    -ms-flex-line-pack: justify;
        align-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 52.5%;
  }
  .sub02 .salonname {
    margin: 0 0 0 auto;
    max-width: 10vw;
    text-align: right;
    width: 100%;
  }
  .sub02 .name dl {
    margin: 0;
    padding: 0;
  }
  .sub02 .name dl dt {
    background-color: #5a4f4a;
    border-radius: 0.7vw;
    color: #fff;
    font-size: 0.625vw;
    font-size: clamp(8px, 0.625vw, 12px);
    font-weight: normal;
    height: 1.25vw;
    letter-spacing: 0.3em;
    line-height: 1.25vw;
    margin-bottom: 1vw;
    text-align: center;
    width: 5vw;
  }
  .sub02 .name dl dd {
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0;
    padding-bottom: 0.5vw;
  }
  .sub02 .name dl dd span {
    font-size: 0.73vw;
    font-size: clamp(8px, 0.73vw, 14px);
  }
  .sub02 .name .insta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.83vw;
    font-size: clamp(8px, 0.83vw, 16px);
    margin-bottom: 1vw;
  }
  .sub02 .name .insta span {
    font-size: 0.625vw;
    font-size: clamp(8px, 0.625vw, 12px);
    margin-left: 0.2vw;
  }
  .sub02 .desc {
    font-size: 0.625vw;
    font-size: clamp(8px, 0.625vw, 12px);
    line-height: 1.8;
  }
  #stylist .wrap > .left {
    width: 100%;
  }
  #stylist .wrap > .left .photo {
    padding-bottom: 32px;
  }
  #stylist .wrap > .left .logo {
    display: none;
  }
  #stylist .wrap > .right {
    overflow: scroll;
    overflow: auto;
    width: 100%;
  }
  #stylist .wrap > .right::-webkit-scrollbar {
    width: 3px;
  }
  #stylist .wrap > .right::-webkit-scrollbar-track {
    background-color: #f0f0f0;
  }
  #stylist .wrap > .right::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
  }
  #stylist .wrap > .right .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    position: relative;
  }
  #stylist .wrap > .right .tags li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #5a4f4a;
    border-radius: 24px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 12px;
    font-weight: 700;
    height: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 4px;
    padding: 0 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #stylist .wrap > .right .tags:before {
    background-color: #5a4f4a;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 100%;
    z-index: -1;
  }
  #stylist .wrap > .right > .header {
    padding-bottom: 20px;
  }
  #stylist .wrap > .right > .header h2 {
    font-size: 14px;
    padding-bottom: 6px;
  }
  #stylist .wrap > .right > .header h1 {
    font-size: 20px;
    line-height: 1.5;
  }
  #stylist .wrap > .right .data {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  #stylist .wrap > .right .data .left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  #stylist .wrap > .right .data .left .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff25b;
    border-radius: 24px;
    color: #5a4f4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    height: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.2em;
    margin-right: 12px;
    width: 24px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  #stylist .wrap > .right .data .left > .right {
    width: 100%;
  }
  #stylist .wrap > .right .data .left > .right .salon {
    font-size: 12px;
    padding-bottom: 5px;
    width: 100%;
  }
  #stylist .wrap > .right .data .left > .right .name {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #stylist .wrap > .right .data .left > .right .name span {
    font-size: 11px;
  }
  #stylist .wrap > .right .data .left > .right .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #stylist .wrap > .right .data .left > .right .block .name {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
  }
  #stylist .wrap > .right .data .left > .right .block .name span {
    font-size: 14px;
  }
  #stylist .wrap > .right .data .left > .right .block .sns {
    text-align: right;
  }
  #stylist .wrap > .right .data .left > .right .block .sns a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  #stylist .wrap > .right .data .left > .right .block .sns a i {
    font-size: 20px;
    margin-right: 5px;
  }
  #stylist .wrap > .right .data .left > .right .block .sns a span {
    display: none;
  }
  #stylist .wrap > .right .data .sns {
    text-align: right;
  }
  #stylist .wrap > .right .data .sns a i {
    font-size: 24px;
  }
  #stylist .wrap > .right .data .sns a span {
    display: none;
  }
  #stylist .wrap > .right .desc {
    font-size: 14px;
    line-height: 1.8;
    padding-bottom: 30px;
  }
  #stylist .wrap > .right .logo {
    padding-bottom: 30px;
    text-align: center;
  }
  #stylist .wrap > .right .images {
    border-top: 1px solid #5a4f4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 32px;
  }
  #stylist .wrap > .right .images .image {
    width: 47.5%;
  }
  #stylist .wrap > .right01 > .header h3 {
    background-color: #5a4f4a;
    color: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
  #stylist .wrap > .right01 > .header h1 {
    line-height: 1.4;
  }
  #stylist .wrap > .right01 .data {
    margin-bottom: 30px;
  }
  #stylist .wrap > .right01 .data .left .header {
    font-size: 14px;
    height: 24px;
    width: 112px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  #stylist .wrap > .right01 > .logo {
    border-top: 1px solid #5a4f4a;
    padding: 32px 0;
    text-align: center;
  }
  #stylist .wrap > .right01 .images {
    border-top: none;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  #stylist .wrap > .right01 .desc {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  img.mfp-img {
    padding: 0;
  }
  .mfp-image-holder button.mfp-close,
  .mfp-iframe-holder button.mfp-close {
    height: 15px;
    line-height: 1;
    opacity: 1;
    padding-right: 0;
    right: 25px;
    top: 18px;
    width: 15px;
  }
  .mfp-image-holder button.mfp-close img,
  .mfp-iframe-holder button.mfp-close img {
    height: 100%;
    line-height: 1;
    opacity: 1;
    padding: 0 !important;
    right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
  @font-face {
    font-family: "Optima";
    font-style: normal;
    font-weight: normal;
    src: local("Optima"), url("../fonts/optima.woff") format("woff");
  }
  /* ===============================================
  # animation
  =============================================== */
  .ani.anit {
    opacity: 0 !important;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    -webkit-transition: all 1s 0s ease;
    transition: all 1s 0s ease;
  }
  .ani.anit.active {
    opacity: 1 !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .ani.anir {
    opacity: 0 !important;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition: all 1s 0s ease;
    transition: all 1s 0s ease;
  }
  .ani.anir.active {
    opacity: 1 !important;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .ani.anil {
    opacity: 0 !important;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition: all 1s 0s ease;
    transition: all 1s 0s ease;
  }
  .ani.anil.active {
    opacity: 1 !important;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .animation02 {
    overflow: hidden;
    position: relative;
  }
  .animation02 img {
    display: block;
    opacity: 0;
    position: relative;
    -webkit-transition: all 1s 0.3s ease;
    transition: all 1s 0.3s ease;
    width: 100%;
    z-index: 0;
  }
  .animation02::before {
    background: rgb(255, 255, 255);
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 0.8s 0.4s ease;
    transition: all 0.8s 0.4s ease;
    width: 100%;
    z-index: 1;
  }
  .animation02.active:before {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .animation02.active img {
    opacity: 1;
  }
  @-webkit-keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  *:focus {
    outline: none !important;
  }
  .sp {
    display: none;
  }
  body {
    color: #5a4f4a;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding: 0;
    position: relative;
  }
  a {
    color: #483e39;
    text-decoration: none;
  }
  img {
    height: auto;
    max-width: 100%;
  }
  header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6.6vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 0;
    margin: auto;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  header:before {
    background-color: rgba(90, 79, 74, 0.9);
    content: "";
    display: block;
    height: 0.83vw;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 33.9vw);
  }
  header h1 {
    background-color: rgba(90, 79, 74, 0.9);
    border-bottom-right-radius: 1.1vw;
    color: #fff;
    width: 33.9vw;
  }
  header h1 a {
    display: block;
    padding: 2vw 4.1vw;
  }
  header ul.nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgb(255, 255, 255);
    border-radius: 3.3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.3vw;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto 0 auto auto;
    padding: 0 2vw;
  }
  header ul.nav li {
    font-size: 0.83vw;
    font-size: clamp(8px, 0.83vw, 16px);
    list-style-type: none;
    margin: auto;
    padding: 0;
  }
  header ul.nav li a {
    color: rgba(90, 79, 74, 0.4);
    position: relative;
  }
  header ul.nav li a:hover {
    color: #5a4f4a;
  }
  header ul.nav li a.active {
    color: #5a4f4a;
  }
  header ul.nav li:after {
    content: "／";
    margin-left: 0.3vw;
    margin-right: 0.3vw;
  }
  header ul.nav li.insta:after {
    display: none;
  }
  header ul.nav li.insta {
    font-size: 1.3vw;
    font-size: clamp(10px, 1.3vw, 26px);
  }
  header ul.nav li.insta a {
    color: #5a4f4a;
  }
  header ul.nav:first-child {
    margin: auto auto auto 0;
  }
  header ul.nav:last-child {
    margin: auto 0 auto auto;
  }
  header ul.header-entry {
    margin: auto 4vw auto 1.2vw;
  }
  header ul.header-entry a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff200;
    border-radius: 3.3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3.3vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    text-align: center;
    text-decoration: none;
    width: 18.3vw;
  }
  header ul.header-entry a img {
    width: 15vw;
  }
  header ul.header-entry a:hover {
    background-color: white;
  }
  .mainimg {
    width: 100%;
  }
  .mainimg img {
    width: 100%;
  }
  .mainimg .title01 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f6c9d4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 54.1vw;
  }
  .mainimg .title01 img {
    width: 22.8vw;
  }
  .mainimg .name {
    left: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22.8vw;
  }
  .mainimg .name img {
    width: 100%;
  }
  .sec02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #concept .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #concept .img01 img {
    width: 100%;
  }
  #mobasc {
    background-color: #aaddf8;
    border-top-left-radius: 6.25vw;
    border-top-right-radius: 6.25vw;
    margin-top: -8.5vw;
    padding: 9.4vw 0 0 0;
    position: relative;
    z-index: 2;
  }
  #mobasc .img02 {
    margin: 0 auto 3.3vw;
    text-align: center;
    width: 33.1vw;
  }
  #mobasc .img02 img {
    width: 100%;
  }
  #mobasc .nav {
    padding: 0 0 7vw;
    text-align: center;
  }
  #mobasc .nav li {
    margin: 0 auto;
    padding-bottom: 1.25vw;
    width: 60.8vw;
  }
  #mobasc #mobasc01 {
    background-color: #fff0f2;
    padding: 8.3vw 0 5vw 0;
  }
  #mobasc #mobasc01 .img07 {
    margin: 0 auto 1.25vw;
    text-align: center;
    width: 75vw;
  }
  #mobasc #mobasc01 .img07 img {
    width: 100%;
  }
  #mobasc #mobasc01 .slider {
    height: 33vw;
    margin: auto auto 6.2vw;
    width: 77.8vw;
  }
  #mobasc #mobasc01 .slider .slick-slide {
    padding: 0 1.4vw;
  }
  #mobasc #mobasc01 .slider .slick-prev {
    background-image: url(../images/icon-left01@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.9vw;
    left: -2.9vw;
    width: 2.9vw;
  }
  #mobasc #mobasc01 .slider .slick-prev:before {
    display: none;
  }
  #mobasc #mobasc01 .slider .slick-next {
    background-image: url(../images/icon-right01@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.9vw;
    right: -2.9vw;
    width: 2.9vw;
  }
  #mobasc #mobasc01 .slider .slick-next:before {
    display: none;
  }
  #mobasc #mobasc01 .img12 {
    padding-bottom: 1.25vw;
    text-align: center;
  }
  #mobasc #mobasc01 .img12 img {
    width: 20.8vw;
  }
  #mobasc #mobasc01 .list #color,
  #mobasc #mobasc01 .list #perm,
  #mobasc #mobasc01 .list #straight,
  #mobasc #mobasc01 .list #business,
  #mobasc #mobasc01 .list #cut,
  #mobasc #mobasc01 .list #other {
    height: 23vw;
  }
  #mobasc #mobasc01 .list #color .header,
  #mobasc #mobasc01 .list #perm .header,
  #mobasc #mobasc01 .list #straight .header,
  #mobasc #mobasc01 .list #business .header,
  #mobasc #mobasc01 .list #cut .header,
  #mobasc #mobasc01 .list #other .header {
    margin: auto;
    padding-bottom: 1.6vw;
    width: 75vw;
  }
  #mobasc #mobasc01 .list #color .header img,
  #mobasc #mobasc01 .list #perm .header img,
  #mobasc #mobasc01 .list #straight .header img,
  #mobasc #mobasc01 .list #business .header img,
  #mobasc #mobasc01 .list #cut .header img,
  #mobasc #mobasc01 .list #other .header img {
    width: 100%;
  }
  #mobasc #mobasc01 .list #color .group,
  #mobasc #mobasc01 .list #perm .group,
  #mobasc #mobasc01 .list #straight .group,
  #mobasc #mobasc01 .list #business .group,
  #mobasc #mobasc01 .list #cut .group,
  #mobasc #mobasc01 .list #other .group {
    margin: auto;
    width: 76vw;
  }
  #mobasc #mobasc01 .list #color .group .inner .image,
  #mobasc #mobasc01 .list #perm .group .inner .image,
  #mobasc #mobasc01 .list #straight .group .inner .image,
  #mobasc #mobasc01 .list #business .group .inner .image,
  #mobasc #mobasc01 .list #cut .group .inner .image,
  #mobasc #mobasc01 .list #other .group .inner .image {
    padding: 0 0.625vw;
  }
  #mobasc #mobasc01 .list #color .group .inner .image img,
  #mobasc #mobasc01 .list #perm .group .inner .image img,
  #mobasc #mobasc01 .list #straight .group .inner .image img,
  #mobasc #mobasc01 .list #business .group .inner .image img,
  #mobasc #mobasc01 .list #cut .group .inner .image img,
  #mobasc #mobasc01 .list #other .group .inner .image img {
    width: 100%;
  }
  #mobasc #mobasc01 .list #color .group .inner .slick-prev,
  #mobasc #mobasc01 .list #perm .group .inner .slick-prev,
  #mobasc #mobasc01 .list #straight .group .inner .slick-prev,
  #mobasc #mobasc01 .list #business .group .inner .slick-prev,
  #mobasc #mobasc01 .list #cut .group .inner .slick-prev,
  #mobasc #mobasc01 .list #other .group .inner .slick-prev {
    background-image: url(../images/icon-left01@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.9vw;
    left: -2.9vw;
    width: 2.9vw;
  }
  #mobasc #mobasc01 .list #color .group .inner .slick-prev:before,
  #mobasc #mobasc01 .list #perm .group .inner .slick-prev:before,
  #mobasc #mobasc01 .list #straight .group .inner .slick-prev:before,
  #mobasc #mobasc01 .list #business .group .inner .slick-prev:before,
  #mobasc #mobasc01 .list #cut .group .inner .slick-prev:before,
  #mobasc #mobasc01 .list #other .group .inner .slick-prev:before {
    display: none;
  }
  #mobasc #mobasc01 .list #color .group .inner .slick-next,
  #mobasc #mobasc01 .list #perm .group .inner .slick-next,
  #mobasc #mobasc01 .list #straight .group .inner .slick-next,
  #mobasc #mobasc01 .list #business .group .inner .slick-next,
  #mobasc #mobasc01 .list #cut .group .inner .slick-next,
  #mobasc #mobasc01 .list #other .group .inner .slick-next {
    background-image: url(../images/icon-right01@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.9vw;
    right: -2.9vw;
    width: 2.9vw;
  }
  #mobasc #mobasc01 .list #color .group .inner .slick-next:before,
  #mobasc #mobasc01 .list #perm .group .inner .slick-next:before,
  #mobasc #mobasc01 .list #straight .group .inner .slick-next:before,
  #mobasc #mobasc01 .list #business .group .inner .slick-next:before,
  #mobasc #mobasc01 .list #cut .group .inner .slick-next:before,
  #mobasc #mobasc01 .list #other .group .inner .slick-next:before {
    display: none;
  }
  #mobasc #mobasc02 {
    background-color: #eeeceb;
    padding: 8.3vw 4.1vw;
  }
  #mobasc #mobasc02 > .inner {
    background-color: #fff;
    border-radius: 4.1vw;
    padding: 8.3vw 8.3vw 6.2vw;
  }
  #mobasc #mobasc02 > .inner .img19 {
    padding-bottom: 4vw;
  }
  #mobasc #mobasc02 > .inner .img19 img {
    width: 100%;
  }
  #mobasc #mobasc02 > .inner .header {
    color: #483e39;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    font-style: normal;
    font-weight: bold;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin: 0 auto 0.7vw;
    text-align: center;
  }
  #mobasc #mobasc02 > .inner .tab-area {
    border-bottom: 2px dotted #5a4f4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 4.1vw;
    padding-bottom: 2vw;
    width: 75vw;
  }
  #mobasc #mobasc02 > .inner .tab-area .tab {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #eeeceb;
    border-radius: 4.1vw;
    color: #483e39;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.1vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 23.75%;
  }
  #mobasc #mobasc02 > .inner .tab-area .tab .en {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.25vw;
    font-size: clamp(10px, 1.25vw, 24px);
    font-weight: 700;
    letter-spacing: 0.075em;
    padding-right: 0.4vw;
  }
  #mobasc #mobasc02 > .inner .tab-area .tab .ja {
    font-size: 0.625vw;
    font-size: clamp(8px, 0.625vw, 12px);
    font-weight: 500;
  }
  #mobasc #mobasc02 > .inner .tab-area .tab:hover {
    background-color: rgba(90, 79, 74, 0.5);
    color: #fff;
  }
  #mobasc #mobasc02 > .inner .tab-area .tab.active {
    background-color: #5a4f4a;
    color: #fff;
  }
  #mobasc #mobasc02 > .inner .content-area {
    margin: auto;
    width: 75vw;
  }
  #mobasc #mobasc02 > .inner .content-area .content {
    display: none;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show {
    display: block;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group {
    margin-bottom: 0 !important;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .inner .image {
    padding-bottom: 3.2vw;
    width: 47.7%;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .inner .image img {
    width: 100%;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-prev {
    bottom: -31px;
    height: auto;
    left: 28vw;
    top: auto;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-prev:before {
    color: #5a4f4a;
    content: "<";
    font-size: 1.3vw;
    font-size: clamp(10px, 1.3vw, 25px);
    font-weight: bold;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-next {
    bottom: -31px;
    height: auto;
    right: 28vw;
    text-align: right;
    top: auto;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-next:before {
    color: #5a4f4a;
    content: ">";
    font-size: 1.3vw;
    font-size: clamp(10px, 1.3vw, 25px);
    font-weight: bold;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-dots {
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-dots li {
    height: auto;
    line-height: 1;
    width: 4vw;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-dots li span {
    color: #483e39;
    /* 文字色 */
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.3vw;
    font-size: clamp(10px, 1.3vw, 25px);
    font-weight: 700;
    height: auto;
    opacity: 0.4;
    width: auto;
    /* 幅を自動に */
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-dots li.slick-active span {
    opacity: 1;
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group {
    /* デフォルトの「・」を消す（before擬似要素で表示されている場合） */
  }
  #mobasc #mobasc02 > .inner .content-area .content.show .group .slick-dots li button:before {
    display: none;
  }
  #mobasc #mobasc03 {
    background-color: #aaddf8;
    background-image: url(../images/img33@2x.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 53.3vw;
    padding: 10vw 0 5vw;
  }
  #mobasc #mobasc03 .img20 {
    margin: 0 auto 4vw;
    text-align: center;
    width: 75vw;
  }
  #mobasc #mobasc03 .img20 img {
    width: 100%;
  }
  #mobasc #mobasc03 .img21 {
    margin: 0 auto 6vw;
    text-align: center;
    width: 75vw;
  }
  #mobasc #mobasc03 .img21 img {
    width: 100%;
  }
  #mobasc #mobasc03 .slider {
    background-image: url(../images/img22@2x.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 32vw;
    margin: 0 auto 6vw;
    padding-bottom: 11.9vw;
    width: 76.2vw;
  }
  #mobasc #mobasc03 .slider .slick-slide {
    padding: 0 0.6vw;
  }
  #mobasc #mobasc03 .slider .slick-slide img {
    width: 100%;
  }
  #mobasc #mobasc03 .slider .slick-prev {
    background-image: url(../images/icon-left01@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.9vw;
    left: -2.9vw;
    top: 35%;
    width: 2.9vw;
  }
  #mobasc #mobasc03 .slider .slick-prev:before {
    display: none;
  }
  #mobasc #mobasc03 .slider .slick-next {
    background-image: url(../images/icon-right01@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 2.9vw;
    right: -2.9vw;
    top: 35%;
    width: 2.9vw;
  }
  #mobasc #mobasc03 .slider .slick-next:before {
    display: none;
  }
  #mobasc #mobasc03 .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 83.3vw;
  }
  #mobasc #mobasc03 .group .image {
    padding-bottom: 4vw;
    width: 48%;
  }
  #mobasc #mobasc03 .img23 {
    padding-bottom: 5.7vw;
    text-align: center;
  }
  #mobasc #mobasc03 .img23 img {
    width: 58vw;
  }
  #mobasc #mobasc03 .list {
    margin: 0 auto;
    width: 70vw;
  }
  #mobasc #mobasc03 .list .group {
    padding-bottom: 2vw;
  }
  #mobasc #mobasc03 .list .group .header {
    cursor: pointer;
    position: relative;
  }
  #mobasc #mobasc03 .list .group .header:after {
    background-image: url(../images/down09@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 1vw;
    position: absolute;
    right: 5vw;
    top: 3.8vw;
    width: 1.5vw;
  }
  #mobasc #mobasc03 .list .group .header.open:after {
    background-image: url(../images/up09@2x.png);
  }
  #mobasc #mobasc03 .list .group .contents {
    display: none;
  }
  #mobasc #mobasc04 {
    background-color: #69bd83;
    padding: 8.3vw 4.1vw;
  }
  #mobasc #mobasc04 > .inner {
    background-color: #fff;
    border-radius: 4.1vw;
    padding: 8.3vw 0 6.2vw;
    position: relative;
  }
  #mobasc #mobasc04 > .inner .img34 {
    margin: 0 auto 4vw;
    width: 75vw;
  }
  #mobasc #mobasc04 > .inner .img34 img {
    width: 100%;
  }
  #mobasc #mobasc04 > .inner .img35 {
    margin: 0 auto;
    width: 75vw;
  }
  #mobasc #mobasc04 > .inner .img35 img {
    width: 100%;
  }
  #mobasc #mobasc04 > .inner .inner01 {
    background-color: #fffccc;
    padding: 6vw 0 4.5vw 0;
  }
  #mobasc #mobasc04 > .inner .inner01 .img36 {
    margin: 0 auto 1.5vw;
    width: 28vw;
  }
  #mobasc #mobasc04 > .inner .inner01 .img36 img {
    width: 100%;
  }
  #mobasc #mobasc04 > .inner .inner01 .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    position: relative;
    width: 75vw;
  }
  #mobasc #mobasc04 > .inner .inner01 .group .image {
    padding-bottom: 1.2vw;
    width: 49.3%;
  }
  #mobasc #mobasc04 > .inner .inner01 .group .img41 {
    bottom: -15.5vw;
    left: -9vw;
    position: absolute;
    width: 16.4vw;
    z-index: 5;
  }
  #mobasc #mobasc04 > .inner .img42 {
    bottom: 0;
    left: 8.3vw;
    position: absolute;
    width: 13.5vw;
  }
  #mobasc #mobasc04 > .inner .img42 img {
    width: 100%;
  }
  #mobasc #mobasc04 > .inner .block {
    padding: 6.2vw 8.3vw 0 22.5vw;
  }
  #mobasc #mobasc04 > .inner .block .question {
    cursor: pointer;
    padding-bottom: 2vw;
    position: relative;
  }
  #mobasc #mobasc04 > .inner .block .question:after {
    background-image: url(../images/down01@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 0.67vw;
    position: absolute;
    right: 2vw;
    top: 1.7vw;
    width: 1.4vw;
  }
  #mobasc #mobasc04 > .inner .block .question img {
    width: 100%;
  }
  #mobasc #mobasc04 > .inner .block .question.open:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #mobasc #mobasc04 > .inner .block .answer {
    display: none;
  }
  #mobasc #mobasc04 > .inner .block .answer img {
    width: 100%;
  }
  #mobasc #mobasc04 > .inner .img43 {
    margin: 6vw auto 6vw;
    width: 60.4vw;
  }
  #mobasc #mobasc04 > .inner .img43 img {
    width: 100%;
  }
  #entry {
    background-color: #f0f0f0;
  }
  #entry .inner {
    background-color: #fff;
    margin: 0 auto;
    padding: 8vw 0 8.3vw 0;
    width: 75vw;
  }
  #entry .inner .img44,
  #entry .inner .img45,
  #entry .inner .img46,
  #entry .inner .img47,
  #entry .inner .img48,
  #entry .inner .img49 {
    margin: 0 auto;
    width: 60.8vw;
  }
  #entry .inner .img44 img,
  #entry .inner .img45 img,
  #entry .inner .img46 img,
  #entry .inner .img47 img,
  #entry .inner .img48 img,
  #entry .inner .img49 img {
    width: 100%;
  }
  #entry .inner .img44 {
    padding-bottom: 3.1vw;
  }
  #entry .inner .img45 {
    padding: 0 7.1vw 2.5vw 5.9vw;
    width: 100%;
  }
  #entry .inner .img46 {
    padding: 0 7.1vw 6vw 5.9vw;
    width: 100%;
  }
  #entry .inner .img47 {
    padding-bottom: 6vw;
  }
  #entry .inner .img48 {
    padding: 0 3.9vw 4vw 5.9vw;
    width: 100%;
  }
  #entry .inner .img49 {
    width: 31vw;
  }
  #entry .img29 {
    background-color: #fff;
    padding: 7.8vw 4vw;
  }
  #entry .img29:before {
    background-color: #e5f3fb;
    bottom: 0;
    content: "";
    display: block;
    height: 23vw;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  #entry .img30 {
    background-color: #e5f3fb;
    padding-bottom: 2vw;
    text-align: center;
  }
  #entry .img30 img {
    width: 37vw;
  }
  #entry .img31 {
    margin: 0 auto;
    padding-bottom: 1vw;
    width: 60vw;
  }
  #entry .img32 {
    margin: 0 auto;
    padding-bottom: 7.5vw;
    width: 60vw;
  }
  #entry #offline01 {
    background-color: #8ad1f5;
    padding-bottom: 10vw;
  }
  #entry #offline01 .img33 {
    padding-bottom: 2.6vw;
  }
  #entry #offline01 .img34 {
    margin: 0 auto 3.5vw;
    text-align: center;
  }
  #entry #offline01 .img34 img {
    width: 27.5vw;
  }
  #entry #offline01 .list .group {
    margin: 0 auto 2vw;
    width: 70vw;
  }
  #entry #offline01 .list .group .header {
    cursor: pointer;
    position: relative;
  }
  #entry #offline01 .list .group .header:after {
    background-image: url(../images/down10@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 1.5vw;
    content: "";
    display: block;
    height: 1.25vw;
    left: 50%;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2.6vw;
  }
  #entry #offline01 .list .group .header.open:after {
    background-image: url(../images/up10@2x.png);
  }
  #entry #offline01 .list .group .contents {
    display: none;
  }
  #entry #offline02 .img40 {
    padding-bottom: 2.6vw;
  }
  #entry #offline02 .img41 {
    padding-bottom: 5vw;
    text-align: center;
  }
  #entry #offline02 .img41 img {
    width: 47vw;
  }
  #entry #offline02 .img42 {
    padding-bottom: 5vw;
    text-align: center;
  }
  #entry #offline02 .img42 img {
    width: 60vw;
  }
  #entry #offline02 .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto 3vw;
    width: 70vw;
  }
  #entry #offline02 .group .img43 {
    padding-top: 1.5vw;
    width: 60vw;
  }
  #entry #offline02 .group .img56 {
    width: 6.7vw;
  }
  #entry #offline02 .img44 {
    padding-bottom: 7.5vw;
    text-align: center;
  }
  #entry #offline02 .img44 img {
    width: 33vw;
  }
  #entry #offline02 .img45 {
    padding-bottom: 10vw;
    text-align: center;
  }
  #entry #offline02 .img45 img {
    width: 72vw;
  }
  #entry #offline02 .img46 {
    text-align: center;
    -webkit-transform: translateY(3.1vw);
            transform: translateY(3.1vw);
  }
  #entry #offline02 .img46 img {
    width: 30vw;
  }
  #faq {
    background-color: #fff0f2;
    padding: 8.3vw 0 5vw;
  }
  #faq .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    width: 75vw;
  }
  #faq .inner .img50 {
    width: 7.6vw;
  }
  #faq .inner .group {
    width: 73.1%;
  }
  #faq .inner .group .block {
    padding: 0;
  }
  #faq .inner .group .block .question {
    cursor: pointer;
    padding-bottom: 1.2vw;
    position: relative;
  }
  #faq .inner .group .block .question:after {
    background-image: url(../images/down02@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 0.62vw;
    position: absolute;
    right: 2vw;
    top: 1.7vw;
    width: 1vw;
  }
  #faq .inner .group .block .question.open:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  #faq .inner .group .block .answer {
    display: none;
    margin-left: 2.1vw;
    padding-bottom: 3vw;
    width: 86.4%;
  }
  #sns {
    padding: 8.3vw 0;
  }
  #sns .img57 {
    margin: 0 auto;
    width: 75vw;
  }
  #sns .img57 img {
    width: 100%;
  }
  #sns .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 4.1vw;
  }
  #sns .group .image {
    width: 48.8%;
  }
  #sns .group .image a {
    display: block;
  }
  #sns .group .image a img {
    width: 100%;
  }
  #online01- {
    background-color: rgba(255, 246, 148, 0.3);
    padding-bottom: 4.8vw;
  }
  #online01- .header {
    padding: 0 14.5vw 0 20vw;
    position: relative;
  }
  #online01- .header img {
    margin-top: -0.7vw;
    width: 100%;
  }
  #online01- .header:before {
    background-color: #fff25b;
    content: "";
    display: block;
    height: 20.8vw;
    left: 0;
    position: absolute;
    width: calc(100% - 14.5vw);
  }
  #online01- .desc {
    margin: 4vw auto;
    width: 45vw;
  }
  #online01- .nav {
    list-style-type: none;
    margin: 0 auto;
    padding: 0 20vw;
  }
  #online01- .nav li {
    margin: 0;
    padding: 0 0 1vw;
  }
  #online01- .nav li img {
    width: 100%;
  }
  #online01- .illust {
    margin: -3vw 0 0 13vw;
    width: 7.3vw;
  }
  .section04 {
    padding-bottom: 12vw;
  }
  .section04 > .header {
    margin: -4.5vw auto 2vw;
  }
  .section04 > .header img {
    width: 100%;
  }
  .section04 .desc {
    margin: 0 auto 5vw;
    width: 45vw;
  }
  .section04 h4 {
    margin: 0 auto 5.7vw;
    padding: 0 13.5vw;
  }
  .section04 h4 img {
    width: 100%;
  }
  .section04 .slider {
    margin-bottom: 5vw;
  }
  .section04 .slider .slick-slide {
    cursor: pointer;
  }
  .section04 h5 {
    padding: 0 13.5vw 5vw;
  }
  .section04 #color,
  .section04 #perm,
  .section04 #mens,
  .section04 #business,
  .section04 #cut,
  .section04 #other {
    padding: 0 13.5vw;
  }
  .section04 #color .header,
  .section04 #perm .header,
  .section04 #mens .header,
  .section04 #business .header,
  .section04 #cut .header,
  .section04 #other .header {
    cursor: pointer;
    margin-bottom: 1vw;
    position: relative;
  }
  .section04 #color .header img,
  .section04 #perm .header img,
  .section04 #mens .header img,
  .section04 #business .header img,
  .section04 #cut .header img,
  .section04 #other .header img {
    width: 100%;
  }
  .section04 #color .header:after,
  .section04 #perm .header:after,
  .section04 #mens .header:after,
  .section04 #business .header:after,
  .section04 #cut .header:after,
  .section04 #other .header:after {
    background-image: url(../images/down01@2x.png);
    background-position: calc(100% - 5vw) center;
    background-repeat: no-repeat;
    background-size: 2.1vw;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .section04 #color .header.open:after,
  .section04 #perm .header.open:after,
  .section04 #mens .header.open:after,
  .section04 #business .header.open:after,
  .section04 #cut .header.open:after,
  .section04 #other .header.open:after {
    background-image: url(../images/up01@2x.png);
    background-position: calc(100% - 5vw) center;
    background-repeat: no-repeat;
    background-size: 2.1vw;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
  }
  .section04 #color .group,
  .section04 #perm .group,
  .section04 #mens .group,
  .section04 #business .group,
  .section04 #cut .group,
  .section04 #other .group {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2vw 0 2.6vw;
  }
  .section04 #color .group:after,
  .section04 #perm .group:after,
  .section04 #mens .group:after,
  .section04 #business .group:after,
  .section04 #cut .group:after,
  .section04 #other .group:after {
    content: "";
    display: block;
    width: 32.6%;
  }
  .section04 #color .group .image,
  .section04 #perm .group .image,
  .section04 #mens .group .image,
  .section04 #business .group .image,
  .section04 #cut .group .image,
  .section04 #other .group .image {
    cursor: pointer;
    padding-bottom: 2vw;
    width: 32.6%;
  }
  .section04 #color .group.open,
  .section04 #perm .group.open,
  .section04 #mens .group.open,
  .section04 #business .group.open,
  .section04 #cut .group.open,
  .section04 #other .group.open {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  #online02 {
    background-color: #f8f8f8;
    padding-bottom: 9.3vw;
  }
  #online02 .header img {
    margin: -4.4vw auto 2vw;
    width: 100%;
  }
  #online02 .desc {
    margin: 0 auto 2vw;
    width: 47vw;
  }
  #online02 .desc img {
    width: 100%;
  }
  #online02 .image {
    margin: 0 auto;
    width: 77vw;
  }
  #online02 .image img {
    width: 100%;
  }
  #online03- {
    padding-bottom: 12vw;
  }
  #online03- .header img {
    margin: -4.4vw auto 2.5vw;
    width: 100%;
  }
  #online03- .desc {
    margin: 0 auto 2vw;
    width: 35vw;
  }
  #online03- .desc img {
    width: 100%;
  }
  #online03- .image {
    margin: 0 0 0 14.5vw;
    width: 74.8vw;
  }
  #online03- .image img {
    width: 100%;
  }
  #online04 {
    padding-bottom: 14vw;
  }
  #online04 .header img {
    margin: -4.4vw auto 2vw;
    width: 100%;
  }
  #online04 .desc {
    margin: 0 auto;
    width: 37vw;
  }
  #online04 .desc img {
    width: 100%;
  }
  #online04 .image {
    margin: 0 0 0 12vw;
    width: 73.3vw;
  }
  #online04 .image img {
    margin-top: -2.4vw;
    width: 100%;
  }
  #mobileschool {
    background-color: #fff9ad;
    padding-bottom: 7.8vw;
  }
  #mobileschool .icon {
    margin: 0 auto 4vw;
    width: 15.6vw;
  }
  #mobileschool .icon img {
    margin-top: -7.8vw;
    width: 100%;
  }
  #mobileschool .desc {
    margin: 0 auto 4vw;
    width: 46vw;
  }
  #mobileschool .desc img {
    width: 100%;
  }
  #mobileschool .list {
    margin: 0 auto 7.8VW;
    width: 54vw;
  }
  #mobileschool .list img {
    width: 100%;
  }
  #mobileschool .entry {
    margin: 0 auto;
    width: 31vw;
  }
  #mobileschool .entry img {
    width: 100%;
  }
  #offline01- {
    background-color: rgba(229, 246, 255, 0.5);
    padding-bottom: 4.8vw;
  }
  #offline01- .header {
    padding: 0 0 0 14.5vw;
    position: relative;
  }
  #offline01- .header img {
    width: 85.5vw;
  }
  #offline01- .desc {
    margin: 2.6vw auto 4vw;
    width: 45vw;
  }
  #offline01- .desc img {
    width: 100%;
  }
  #offline01- .nav {
    list-style-type: none;
    margin: 0 auto;
    padding: 0 20vw;
  }
  #offline01- .nav li {
    margin: 0;
    padding: 0 0 1vw;
  }
  #offline01- .nav li a {
    display: block;
  }
  #offline01- .nav li a img {
    width: 100%;
  }
  #offline01- .illust {
    margin: -0.5vw 14.5vw 0 auto;
    width: 6.8vw;
  }
  #offline01- .illust img {
    width: 100%;
  }
  #offline02- {
    padding-bottom: 7vw;
  }
  #offline02- .header img {
    margin: -4.4vw auto 0;
    width: 100%;
  }
  #offline02- .desc {
    margin: 0 auto 5vw;
    width: 44vw;
  }
  #offline02- .desc img {
    width: 100%;
  }
  #offline02- .group {
    background: #fff25b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5vw 14.5vw 7vw;
  }
  #offline02- .group h4 {
    margin: 0 auto 3vw;
    width: 18vw;
  }
  #offline02- .group .list {
    width: 60vw;
  }
  #offline02- .group .list img {
    width: 100%;
  }
  #offline02- .group .side {
    width: 6.7vw;
  }
  #offline02- .group .side img {
    width: 100%;
  }
  #offline03 .header {
    margin: 0 auto 2vw;
  }
  #offline03 .header img {
    width: 100%;
  }
  #offline03 .desc {
    margin: 0 auto 7vw;
    width: 53vw;
  }
  #offline03 .desc img {
    width: 100%;
  }
  #offline03 #basiccontents {
    background-color: #eea2b5;
    border-radius: 1.5vw;
    margin: 0 4vw 9vw;
    padding: 2.7vw 0;
    position: relative;
    width: calc(100% - 8vw);
  }
  #offline03 #basiccontents:after {
    background-image: url(../images/section06/07@2x.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 22vw;
    left: -1vw;
    position: absolute;
    top: -10vw;
    width: 15.4vw;
    z-index: 2;
  }
  #offline03 #basiccontents > .header {
    border-bottom: 1px solid #fff;
    margin: 0 auto 5vw;
    padding-bottom: 2.5vw;
    text-align: center;
    width: 100%;
  }
  #offline03 #basiccontents > .header img {
    margin: auto;
    width: 25vw;
  }
  #offline03 #basiccontents .group {
    padding: 0 10vw;
  }
  #offline03 #basiccontents .group .block {
    background-color: #fff;
    margin-bottom: 2.5vw;
    padding: 2.8vw 5vw 1vw;
    position: relative;
  }
  #offline03 #basiccontents .group .block .flg {
    border-bottom: 2.5vw solid transparent;
    border-left: 2.8vw solid #eea2b5;
    left: 0;
    position: absolute;
    top: 0;
  }
  #offline03 #basiccontents .group .block .header {
    background-image: url(../images/down02@2x.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 2.5vw;
    cursor: pointer;
    margin-bottom: 2vw;
    padding-bottom: 2.7vw;
  }
  #offline03 #basiccontents .group .block .header.open {
    background-image: url(../images/up02@2x.png);
  }
  #offline03 #basiccontents .group .block .contents {
    display: none;
    padding-bottom: 2vw;
  }
  #offline03 #basiccontents .group .block .contents img {
    width: 100%;
  }
  #offline04 {
    background: #99ce9c;
    padding: 0 0 6.7vw;
  }
  #offline04 .header {
    padding-bottom: 2vw;
  }
  #offline04 .header img {
    margin-top: -4.5vw;
    width: 100%;
  }
  #offline04 .desc {
    margin: 0 auto 2vw;
    width: 44vw;
  }
  #offline04 .desc img {
    width: 100%;
  }
  #offline04 .image {
    margin: 0 14.5vw 5vw 13.2vw;
  }
  #offline04 .image img {
    width: 100%;
  }
  #offline04 .entry {
    margin: 0 auto;
    width: 31vw;
  }
  #offline04 .entry a img {
    width: 100%;
  }
  .entry.entry01 {
    margin: 9vw auto 1vw;
    width: 31vw;
  }
  .entry.entry01 img {
    width: 100%;
  }
  #schedule {
    padding: 10vw 0;
    text-align: center;
  }
  #schedule img {
    width: 60vw;
  }
  #schedule .img47 {
    padding-bottom: 5vw;
  }
  .area {
    margin: auto;
    padding: 0 0 2vw;
    text-align: left;
    width: 60vw;
  }
  .area .header {
    background-image: url(../images/down05@2x.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1vw;
    border-bottom: 1px solid #5a4f4a;
    cursor: pointer;
    font-size: 1.6vw;
    font-size: clamp(12px, 1.6vw, 30px);
    font-weight: 500;
    margin-bottom: 2vw;
    padding-bottom: 1vw;
  }
  .area .header.open {
    background-image: url(../images/up05@2x.png);
  }
  .area .header span {
    font-family: "Optima";
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-left: 1vw;
  }
  .area .contents {
    display: none;
  }
  .area .contents img {
    width: 100%;
  }
  .area .contents .inner {
    -webkit-animation: fadein 1s ease-in-out 0.5s 1 normal forwards;
            animation: fadein 1s ease-in-out 0.5s 1 normal forwards;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    opacity: 0;
    padding-bottom: 2vw;
  }
  .area .contents .inner:after {
    content: "";
    display: block;
    /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    width: 32%;
  }
  .area .contents table {
    border-collapse: collapse;
    border-top: 1px solid rgba(90, 79, 74, 0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin-bottom: 10px;
    width: 32%;
  }
  .area .contents table tr {
    border-bottom: 1px solid rgba(90, 79, 74, 0.5);
  }
  .area .contents table tr th {
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    font-weight: normal;
    line-height: 1.4;
    padding: 1vw 0.5vw 1vw 1vw;
    vertical-align: top;
    width: 9vw;
  }
  .area .contents table.first tr th {
    background-color: #8ad1f5;
  }
  .area .contents table.second tr th {
    background-color: #81c7e8;
  }
  .area .contents table.third tr th {
    background-color: #8ad1f5;
  }
  .area .contents table tr td {
    padding: 1vw 0.5vw 1vw 1.5vw;
    vertical-align: top;
  }
  .area .contents table tr td .date {
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-bottom: 0.5vw;
  }
  .area .contents table tr td ul {
    font-size: 0.73vw;
    font-size: clamp(8px, 0.73vw, 14px);
    line-height: 1.8;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .area .contents table tr td ul li {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 0.7vw;
    padding-left: 1vw;
  }
  .area .contents table tr td ul li.time {
    background-image: url(../images/icon-time01@2x.png);
  }
  .area .contents table tr td ul li.yen {
    background-image: url(../images/icon-yen01@2x.png);
  }
  .area .contents table tr td.schedule {
    border-right: 1px solid rgba(90, 79, 74, 0.5);
    font-family: brandon-grotesque, sans-serif;
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    font-style: normal;
    font-weight: 500;
    padding: 0.7vw 0.2vw 0.6vw;
    text-align: center;
    width: 2vw;
  }
  .area .contents table tr td.schedule span {
    display: block;
    font-size: 0.73vw;
    font-size: clamp(8px, 0.73vw, 14px);
  }
  #apply {
    background-color: #eeeceb;
    padding: 8.4vw 4vw 5vw;
  }
  #apply .group {
    background-color: #fff;
    padding: 0 10vw 5vw 7.8vw;
  }
  #apply .group .header {
    padding-bottom: 2.5vw;
  }
  #apply .group .header img {
    margin-top: -3.2vw;
    width: 35vw;
  }
  #apply .group .image01 {
    padding-bottom: 6.4vw;
  }
  #apply .group .image01 img {
    width: 100%;
  }
  #apply .group .image02 {
    padding-bottom: 4vw;
  }
  #apply .group .image02 img {
    width: 100%;
  }
  #apply .group .notice img {
    width: 100%;
  }
  #instagram {
    padding: 7.8vw 4vw;
  }
  #instagram .img53 {
    text-align: center;
  }
  #instagram .img53 img {
    width: 63vw;
  }
  #instagram .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #instagram .group .block {
    width: 48.5%;
  }
  #instagram .group .block a {
    display: block;
  }
  #instagram img {
    width: 100%;
  }
  .slider03 .slick-slide {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
  }
  .slider03,
  .stylist01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto auto 2.5vw;
    width: 92vw;
  }
  .slider03 .image,
  .stylist01 .image {
    padding-bottom: 2.5vw;
    width: 18.8%;
  }
  .sub32 {
    padding-bottom: 5vw;
    text-align: center;
  }
  .sub32 img {
    width: 60vw;
  }
  .studio01 {
    background-color: #fff200;
    border-bottom: 2px solid #483e39;
    margin: auto;
    padding: 0 0 3vw;
    text-align: left;
  }
  .studio01 .block {
    background-color: #fff;
    margin: 0 auto 1.5vw;
    width: 60vw;
  }
  .studio01 .block .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6vw;
    font-size: clamp(12px, 1.6vw, 30px);
    padding: 1.1vw 1.5vw;
  }
  .studio01 .block.first .header {
    background-image: url(../images/down06@2x.png);
    background-position: calc(100% - 1.5vw) center;
    background-repeat: no-repeat;
    background-size: 1vw;
    border-bottom: 1px solid #f19ca6;
    border-top: 1px solid #f19ca6;
    color: #f19ca6;
  }
  .studio01 .block.second .header {
    background-image: url(../images/down07@2x.png);
    background-position: calc(100% - 1.5vw) center;
    background-repeat: no-repeat;
    background-size: 1vw;
    border-bottom: 1px solid #81c7e8;
    border-top: 1px solid #81c7e8;
    color: #81c7e8;
  }
  .studio01 .block.first .header.open {
    background-image: url(../images/up06@2x.png);
  }
  .studio01 .block.second .header.open {
    background-image: url(../images/up07@2x.png);
  }
  .studio01 .block .header .num {
    margin: auto 3vw auto 0;
    position: relative;
  }
  .studio01 .block.first .header .num:after {
    background-color: #f19ca6;
    bottom: -1.1vw;
    content: "";
    display: block;
    height: 2.5vw;
    left: 3vw;
    margin: auto 1.5vw auto auto;
    position: absolute;
    width: 1px;
  }
  .studio01 .block.second .header .num:after {
    background-color: #81c7e8;
    bottom: -1.1vw;
    content: "";
    display: block;
    height: 2.5vw;
    left: 3vw;
    margin: auto 1.5vw auto auto;
    position: absolute;
    width: 1px;
  }
  .studio01 .block.first .header .time {
    background-image: url(../images/icon-time02@2x.png);
    background-position: 0.2vw 0.6vw;
    background-repeat: no-repeat;
    background-size: 1.5vw;
    padding-left: 2vw;
  }
  .studio01 .block.second .header .time {
    background-image: url(../images/icon-time03@2x.png);
    background-position: 0.2vw 0.6vw;
    background-repeat: no-repeat;
    background-size: 1.5vw;
    padding-left: 2vw;
  }
  .studio01 .block .contents {
    display: none;
    font-size: 0.78vw;
    font-size: clamp(8px, 0.78vw, 15px);
    padding: 2vw 7vw;
  }
  .studio01 .block .contents ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .studio01 .block .contents ul li {
    line-height: 1.8;
    text-indent: -0.5vw;
  }
  .studio01 .block .contents ul li:before {
    content: "□";
    margin-right: 0.5vw;
    text-indent: -0.5vw;
  }
  .trend01 {
    background-color: #fff200;
    border-bottom: 2px solid #483e39;
    padding: 5vw 0;
  }
  .trend01 .header {
    line-height: 0;
    padding-bottom: 2vw;
    text-align: center;
  }
  .trend01 .header img {
    width: 30vw;
  }
  .trend01 .slidergroup {
    background-color: #fff;
    margin: auto;
    width: 70vw;
  }
  .trend01 .slidergroup .slidergroup01 {
    margin: 0 5vw;
    padding: 2.5vw 0 1.5vw;
  }
  .trend01 .slidergroup .slidergroup01 .slick-slide {
    margin-left: 0.2vw;
    margin-right: 0.2vw;
  }
  .trend01 .group {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto auto 1.5vw;
    padding: 0 5vw 2vw;
    width: 70vw;
  }
  .trend01 .group .block {
    width: 47%;
  }
  .trend01 .block h3 {
    background-color: #5a4f4a;
    color: #fff;
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    font-weight: 500;
    height: 2vw;
    line-height: 2vw;
    margin: 0 0 0.7vw;
    padding: 0 0.3vw;
  }
  .trend01 .block ul {
    margin: 0 0 1.5vw 2vw;
    padding: 0;
  }
  .trend01 .block ul li {
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    line-height: 1.8;
  }
  .trend01 .block ul li br {
    display: none;
  }
  .trend01 .block ul li span {
    font-size: 0.83vw;
    font-size: clamp(8px, 0.83vw, 16px);
    margin-left: 1vw;
  }
  .trend01 .sub35 {
    text-align: center;
  }
  .trend01 .sub35 img {
    width: 34vw;
  }
  .sub36 {
    background-color: #fff200;
    border-bottom: 2px solid #483e39;
    line-height: 0;
    margin: 0 auto;
    padding: 5vw 0;
    text-align: center;
  }
  .sub36 img {
    width: 70vw;
  }
  .sub37 {
    background-color: #fff200;
    line-height: 0;
    margin: 0 auto;
    padding: 5vw 0 7vw;
    text-align: center;
  }
  .sub37 img {
    width: 60vw;
  }
  .apply01 {
    background-color: #eeeceb;
    padding: 5vw 4vw;
    position: relative;
    z-index: 1;
  }
  .apply01 .group {
    position: relative;
  }
  .apply01 .group:before {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: calc(100% - 3vw);
    position: absolute;
    width: 91vw;
    z-index: -1;
  }
  .apply01 .group .sub38 {
    padding-bottom: 2vw;
    text-align: center;
  }
  .apply01 .group .sub38 img {
    width: 70vw;
  }
  .apply01 .group .sub39 {
    padding-bottom: 2vw;
    text-align: center;
  }
  .apply01 .group .sub39 img {
    width: 31vw;
  }
  .apply01 .group .sub40 {
    padding-bottom: 4vw;
    text-align: center;
  }
  .apply01 .group .sub40 img {
    width: 70vw;
  }
  .apply01 .group .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    padding-bottom: 5vw;
    width: 70vw;
  }
  .apply01 .group .block .sub45 {
    width: 33%;
  }
  .apply01 .group .block .right {
    width: 62%;
  }
  .apply01 .group .block .right .sub41 {
    padding-bottom: 1.2vw;
  }
  .apply01 .group .block .right .app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1vw;
  }
  .apply01 .group .block .right .app img {
    width: 14vw;
  }
  .apply01 .group .block .right .app .sub42 {
    margin-right: 1vw;
  }
  .apply01 .group .block .right .app .sub44 {
    width: 31vw;
  }
  footer {
    background-color: #eeeceb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 4vw 20vw;
  }
  footer .left {
    width: 50%;
  }
  footer .left .name {
    padding-bottom: 1vw;
  }
  footer .left .name h5 {
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    font-weight: bold;
    letter-spacing: 0.05em;
    padding-bottom: 0.3vw;
  }
  footer .left .name p {
    font-size: 0.73vw;
    font-size: clamp(8px, 0.73vw, 14px);
    letter-spacing: 0.05em;
  }
  footer .left .insta {
    font-size: 1.25vw;
    font-size: clamp(10px, 1.25vw, 24px);
    padding-bottom: 3.6vw;
  }
  footer .left .copyright {
    font-size: 0.625vw;
    font-size: clamp(8px, 0.625vw, 12px);
    letter-spacing: 0.05em;
  }
  footer .right {
    width: 50%;
  }
  footer .right ul {
    margin: 0 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  footer .right ul li {
    font-size: 0.73vw;
    font-size: clamp(8px, 0.73vw, 14px);
  }
  footer .right ul li a {
    display: block;
    padding: 0 0 1.2vw;
  }
  a {
    color: #5a4f4a;
    text-decoration: none;
  }
  .featherlight iframe {
    height: 618px;
    width: 100%;
  }
  .featherlight body {
    color: #5a4f4a;
  }
  .featherlight img {
    height: auto;
    max-width: 100%;
  }
  .featherlight .featherlight-close-icon {
    font-size: 30px;
    line-height: 60px;
    width: 60px;
  }
  .featherlight .featherlight-content {
    margin-left: auto;
    margin-right: auto;
    padding: 55px 20px 25px;
    width: 1160px !important;
  }
  .featherlight title.featherlight-inner {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .featherlight iframe {
    height: 90vh;
    width: 100%;
  }
  .featherlight .featherlight-content {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .stylist02 {
    color: #5a4f4a;
    margin: auto;
    width: 40vw;
  }
  .stylist02 a {
    color: #5a4f4a;
  }
  .stylist02 .sub01 .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1.5vw;
  }
  .stylist02 .sub01 .header .cate {
    border: 1px solid #5a4f4a;
    font-size: 0.83vw;
    font-size: clamp(8px, 0.83vw, 16px);
    height: 1.5vw;
    letter-spacing: 0.05em;
    line-height: 1.5vw;
    margin-right: 1vw;
    padding: 0 1.2vw;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .stylist02 .sub01 .header .title {
    font-size: 1.6vw;
    font-size: clamp(12px, 1.6vw, 30px);
    font-weight: 500;
  }
  .stylist02 .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .stylist02 .gallery .image {
    margin-right: 0.5vw;
    width: 24.25%;
  }
  .stylist02 .gallery .image.image05 {
    width: 53%;
  }
  .sub02 {
    border-bottom: 1px solid #5a4f4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.5vw;
    padding-bottom: 1.5vw;
  }
  .sub02 .image {
    width: 37.5%;
  }
  .sub02 .data {
    -ms-flex-line-pack: justify;
        align-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 52.5%;
  }
  .sub02 .salonname {
    margin: 0 0 0 auto;
    max-width: 10vw;
    text-align: right;
    width: 100%;
  }
  .sub02 .name dl {
    margin: 0;
    padding: 0;
  }
  .sub02 .name dl dt {
    background-color: #5a4f4a;
    border-radius: 0.7vw;
    color: #fff;
    font-size: 0.625vw;
    font-size: clamp(8px, 0.625vw, 12px);
    font-weight: normal;
    height: 1.25vw;
    letter-spacing: 0.3em;
    line-height: 1.25vw;
    margin-bottom: 1vw;
    text-align: center;
    width: 5vw;
  }
  .sub02 .name dl dd {
    font-size: 1vw;
    font-size: clamp(8px, 1vw, 20px);
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0;
    padding-bottom: 0.5vw;
  }
  .sub02 .name dl dd span {
    font-size: 0.73vw;
    font-size: clamp(8px, 0.73vw, 14px);
  }
  .sub02 .name .insta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.83vw;
    font-size: clamp(8px, 0.83vw, 16px);
    margin-bottom: 1vw;
  }
  .sub02 .name .insta span {
    font-size: 0.625vw;
    font-size: clamp(8px, 0.625vw, 12px);
    margin-left: 0.2vw;
  }
  .sub02 .desc {
    font-size: 0.625vw;
    font-size: clamp(8px, 0.625vw, 12px);
    line-height: 1.8;
  }
  #stylist .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 9px 76px;
  }
  #stylist .wrap > .left {
    width: 360px;
  }
  #stylist .wrap > .left .photo {
    padding-bottom: 10px;
  }
  #stylist .wrap > .right {
    height: 600px;
    overflow: scroll;
    overflow: auto;
    padding-right: 40px;
    width: 540px;
  }
  #stylist .wrap > .right::-webkit-scrollbar {
    width: 3px;
  }
  #stylist .wrap > .right::-webkit-scrollbar-track {
    background-color: #f0f0f0;
  }
  #stylist .wrap > .right::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
  }
  #stylist .wrap > .right .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    position: relative;
  }
  #stylist .wrap > .right .tags li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #5a4f4a;
    border-radius: 32px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 700;
    height: 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 8px;
    padding: 0 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #stylist .wrap > .right .tags:before {
    background-color: #5a4f4a;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 100%;
    z-index: -1;
  }
  #stylist .wrap > .right > .header {
    padding-bottom: 18px;
  }
  #stylist .wrap > .right > .header h2 {
    font-size: 20px;
    padding-bottom: 6px;
  }
  #stylist .wrap > .right > .header h1 {
    font-size: 30px;
    line-height: 1.6;
  }
  #stylist .wrap > .right .data {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 35px;
  }
  #stylist .wrap > .right .data .left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #stylist .wrap > .right .data .left .header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff25b;
    border-radius: 24px;
    color: #5a4f4a;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 64px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.2em;
    margin-right: 15px;
    width: 24px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  #stylist .wrap > .right .data .left > .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #stylist .wrap > .right .data .left > .right .salon {
    font-size: 14px;
    padding-bottom: 5px;
    width: 100%;
  }
  #stylist .wrap > .right .data .left > .right .name {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  #stylist .wrap > .right .data .left > .right .name span {
    font-size: 14px;
  }
  #stylist .wrap > .right .data .left > .right .block {
    margin-right: 15px;
  }
  #stylist .wrap > .right .data .left > .right .block .name {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
  }
  #stylist .wrap > .right .data .left > .right .block .name span {
    font-size: 14px;
  }
  #stylist .wrap > .right .data .left > .right .block .sns a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  #stylist .wrap > .right .data .left > .right .block .sns a i {
    font-size: 20px;
    margin-right: 5px;
  }
  #stylist .wrap > .right .data .sns a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }
  #stylist .wrap > .right .data .sns a i {
    font-size: 20px;
    margin-right: 5px;
  }
  #stylist .wrap > .right .desc {
    border-bottom: 1px solid #5a4f4a;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  #stylist .wrap > .right .logo {
    display: none;
  }
  #stylist .wrap > .right .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #stylist .wrap > .right .images .image {
    width: 47.5%;
  }
  #stylist .wrap > .right01 > .header h3 {
    background-color: #5a4f4a;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 17px;
    padding: 6px 16px;
  }
  #stylist .wrap > .right01 > .header h1 {
    line-height: 1.4;
  }
  #stylist .wrap > .right01 .data {
    margin-bottom: 30px;
  }
  #stylist .wrap > .right01 .data .left .header {
    font-size: 14px;
    height: 24px;
    width: 112px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  #stylist .wrap > .right01 .images {
    border-top: 1px solid #5a4f4a;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  #stylist .wrap > .right01 .desc {
    border-bottom: none;
    margin: 0;
    padding: 0;
  }
  .featherlight .featherlight-content {
    overflow: none;
  }
  img.mfp-img {
    padding: 0;
    width: 920px;
  }
  .mfp-image-holder button.mfp-close,
  .mfp-iframe-holder button.mfp-close {
    height: 18px;
    line-height: 1;
    opacity: 1;
    padding-right: 0;
    right: 30px;
    top: 30px;
    width: 18px;
  }
  .mfp-image-holder button.mfp-close img,
  .mfp-iframe-holder button.mfp-close img {
    height: 100%;
    line-height: 1;
    opacity: 1;
    padding: 0 !important;
    right: 0;
    width: 100%;
  }
}
.slick-slider div {
  -webkit-transition: none;
  transition: none;
}

.slick-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}/*# sourceMappingURL=style.css.map */