@charset "UTF-8";
/* variable
*******************/
/* function
*******************/
/* mixin
*******************/
/* page common
*******************/
html::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 767.5px) {
  html {
    overflow-x: hidden;
    scrollbar-width: none;
  }
}

body {
  min-width: inherit;
}
@media screen and (min-width: 767.5px) {
  body {
    overflow: visible;
  }
}

body.active {
  position: fixed;
  left: 0;
}

img {
  vertical-align: middle;
}

.ropepicnic_lifeisapicnic23SS {
  box-sizing: border-box;
  font-family: "Hiragino Sans", sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #404040;
}

.ropepicnic_lifeisapicnic23SS * {
  box-sizing: border-box;
}

.section-inner {
  padding: 0 6.67%;
  padding: 0 6.6666666667vw;
}
@media screen and (min-width: 767.5px) {
  .section-inner {
    padding: 0 4%;
  }
}

.scroll-in {
  opacity: 0;
  transform: translateY(10%);
}

.scroll-in.show {
  opacity: 1;
  transform: none;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.load-in {
  opacity: 0;
  transform: translateY(10%);
}

.load-in.show {
  opacity: 1;
  transform: none;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.scroll-in-center {
  opacity: 0;
}

.scroll-in-center.show {
  opacity: 1;
  transform: none;
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.btn {
  border-radius: 70px;
  transition: all 0.2s;
}
.btn:hover {
  background-color: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-hover2 {
  transition: all 0.2s;
}
.btn-hover2:hover {
  transition: all 0.2s;
  background-color: #EFEEDF;
}

@media screen and (min-width: 767.5px) {
  .main-wrap .spOnly {
    display: none !important;
  }
}
@media (max-width: 767.4px) {
  .main-wrap .pcOnly {
    display: none !important;
  }
}

.flex-container {
  display: flex;
}
.flex-container.--space-between {
  justify-content: space-between;
}
.flex-container.--justify-center {
  justify-content: center;
}
.flex-container.--align-center {
  align-items: center;
}
.flex-container.--align-start {
  align-items: start;
}
.flex-container.--align-end {
  align-items: flex-end;
}
.flex-container.--direction-column {
  flex-direction: column;
}

@media screen and (min-width: 767.5px) {
  .flex-containerPcOnly {
    display: flex;
  }
  .flex-containerPcOnly.--space-between {
    justify-content: space-between;
  }
  .flex-containerPcOnly.--align-center {
    align-items: center;
  }
  .flex-containerPcOnly.--align-start {
    align-items: start;
  }
  .flex-containerPcOnly.--align-end {
    align-items: flex-end;
  }
  .flex-containerPcOnly.--direction-column {
    flex-direction: column;
  }
}

@media screen and (min-width: 767.5px) {
  .sticky-pcOnly {
    position: sticky !important;
    top: 0;
    left: 0;
  }
}

/* section-kv
*******************/
.section-kv {
  position: relative;
}

.section-kv-inner {
  position: relative;
}

.kv-img {
  max-width: none;
  width: 100%;
}

.kv-text-wrap {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.kv-text {
  transform: translateY(0);
  position: absolute;
  top: auto;
  bottom: 7vw;
  left: 4%;
}
@media screen and (min-width: 767.5px) {
  .kv-text {
    bottom: 41%;
  }
}
.kv-text .kv-text-row {
  font-size: 4.2666666667vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  clip-path: inset(0 100% 0 0);
  transition: 0.9s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: clip-path;
  margin-top: 0.8vw;
  padding: 1.4vw 2.4vw;
  background-color: #fff;
  display: block;
  width: fit-content;
}
@media screen and (min-width: 767.5px) {
  .kv-text .kv-text-row {
    padding: 0.55vw;
    font-size: 1.95vw;
  }
}
.kv-text.load-in.show .kv-text-row {
  clip-path: inset(0);
  transition-delay: 0.5s;
}

.kv-text-row + .kv-text-row {
  margin-left: 3rem;
  margin-top: 2.4vw;
}
@media screen and (min-width: 767.5px) {
  .kv-text-row + .kv-text-row {
    margin-top: 1rem;
  }
}

.kv-catch {
  font-family: "Noto Sans", sans-serif;
  color: #fff;
  font-size: 20.5vw;
  font-weight: 300;
  position: absolute;
  left: 50%;
  bottom: 22%;
  transform: translateX(-50%);
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  text-align: center;
}
@media screen and (min-width: 767.5px) {
  .kv-catch {
    font-size: 119px;
    font-size: 8.3vw;
    bottom: 18%;
  }
}

.kv-catch-text1 span:nth-child(1) {
  font-size: 20.5333333333vw;
}
@media screen and (min-width: 767.5px) {
  .kv-catch-text1 span:nth-child(1) {
    font-size: 9.2361111111vw;
  }
}
.kv-catch-text1 span:nth-child(2) {
  font-size: 20vw;
}
@media screen and (min-width: 767.5px) {
  .kv-catch-text1 span:nth-child(2) {
    font-size: 9.3055555556vw;
  }
}
.kv-catch-text1 span:nth-child(3) {
  font-size: 20vw;
}
@media screen and (min-width: 767.5px) {
  .kv-catch-text1 span:nth-child(3) {
    font-size: 9.375vw;
  }
}
.kv-catch-text1 span:nth-child(4) {
  font-size: 20.5333333333vw;
}
@media screen and (min-width: 767.5px) {
  .kv-catch-text1 span:nth-child(4) {
    font-size: 9.375vw;
  }
}
.kv-catch-text1 span:nth-child(5) {
  font-size: 20.5333333333vw;
}
@media screen and (min-width: 767.5px) {
  .kv-catch-text1 span:nth-child(5) {
    font-size: 9.0277777778vw;
  }
}
.kv-catch-text1 span:nth-child(6) {
  font-size: 20.5333333333vw;
}
@media screen and (min-width: 767.5px) {
  .kv-catch-text1 span:nth-child(6) {
    font-size: 9.375vw;
  }
}

@media screen and (min-width: 767.5px) {
  .kv-catch-text2 {
    margin-left: 2.0833333333vw !important;
  }
}
.kv-catch-text2 span:nth-child(1) {
  font-size: 20.5333333333vw;
}
@media screen and (min-width: 767.5px) {
  .kv-catch-text2 span:nth-child(1) {
    font-size: 9.3055555556vw;
  }
}
.kv-catch-text2 span:nth-child(2) {
  font-size: 20.5333333333vw;
}
@media screen and (min-width: 767.5px) {
  .kv-catch-text2 span:nth-child(2) {
    font-size: 9.375vw;
  }
}
.kv-catch-text2 span:nth-child(3) {
  font-size: 20vw;
}
@media screen and (min-width: 767.5px) {
  .kv-catch-text2 span:nth-child(3) {
    font-size: 9.3055555556vw;
  }
}
.kv-catch-text2 span:nth-child(4) {
  font-size: 20vw;
}
@media screen and (min-width: 767.5px) {
  .kv-catch-text2 span:nth-child(4) {
    font-size: 9.3055555556vw;
  }
}

.kv-catch-text {
  width: fit-content;
  margin: 0 auto;
  display: block;
  line-height: 1;
  display: flex;
  align-items: end;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

.item-img img {
  border-radius: 13.6vw;
}
@media screen and (min-width: 767.5px) {
  .item-img img {
    border-radius: 51px;
  }
}

/* 上下のアニメーション*/
.kv-catch-text-wrap {
  overflow: hidden;
  padding: 4px 0;
}
@media screen and (min-width: 767.5px) {
  .kv-catch-text-wrap {
    padding: 0;
  }
}
.kv-catch-text-wrap .kv-catch-text {
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 100%, 0);
}
.kv-catch-text-wrap .kv-catch-text.scroll-in.show {
  transform: translate3d(0, -17%, 0);
}
.kv-catch-text-wrap .kv-catch-text.load-in.show {
  transform: translate3d(0, -17%, 0);
}
.kv-catch-text-wrap:nth-child(1) {
  margin-bottom: -13px;
}

.kv-catch {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 767.5px) {
  .kv-catch {
    flex-direction: row;
  }
}

.kv-catch-adjust {
  margin-left: 5px;
}

.kv-logo-img {
  width: 15vw;
}
@media screen and (min-width: 767.5px) {
  .kv-logo-img {
    width: 9vw;
  }
}

.kv-logo-img-link {
  position: absolute;
  display: block;
  z-index: 1;
  right: 14px;
  top: 15px;
  right: 3.8vw;
  top: 4vw;
}
@media screen and (min-width: 767.5px) {
  .kv-logo-img-link {
    top: 2.8vw;
  }
}
.kv-logo-img-link.scroll-in {
  transform: translateY(0);
}
.kv-logo-img-link.scroll-in.show {
  transition-delay: 1.8s;
}
.kv-logo-img-link.load-in {
  transform: translateY(0);
}
.kv-logo-img-link.load-in.show {
  transition-delay: 1.3s;
}

/* section-lead
*******************/
.section-lead-inner {
  background-color: #FFFFF7;
  padding-bottom: 13.6%;
}
@media screen and (min-width: 767.5px) {
  .section-lead-inner {
    padding-bottom: 78px;
  }
}

.lead-text {
  font-size: 3.7333333333vw;
  font-weight: 400;
  line-height: 1.875;
  text-align: center;
  letter-spacing: 0.04em;
  margin: 0 -4vw;
  padding-top: 13.3333333333vw;
}
@media screen and (min-width: 767.5px) {
  .lead-text {
    margin: 0 -3%;
    font-size: 16px;
    padding-top: 50px;
  }
}

.lead-btn {
  font-size: 4.8vw;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
  max-width: 550px;
  background-color: #E6EBD2;
  margin: 10.6666666667vw auto 0;
  padding: 8vw 0;
  border-radius: 70px;
  text-align: center;
  transition: opacity 0.9s ease, transform 0.9s ease, background-color 0.2s ease !important;
}
@media screen and (min-width: 767.5px) {
  .lead-btn {
    margin: 70px auto 0;
    font-size: 25px;
    padding: 44px 0;
  }
}
.lead-btn:hover {
  background-color: #F5F4E7;
}

.lead-btn span {
  position: relative;
  width: 100%;
  display: block;
}
.lead-btn span:after {
  content: "";
  background-image: url(../img/lead-btn-arrow.svg);
  background-size: cover;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 33px;
  width: 2.9333333333vw;
  height: 4.2666666667vw;
}
@media screen and (min-width: 767.5px) {
  .lead-btn span:after {
    width: 19px;
    height: 27px;
    right: 52px;
  }
}

.stylist-box {
  max-width: 454px;
  margin: 11.2vw auto 0;
}
@media screen and (min-width: 767.5px) {
  .stylist-box {
    margin: 60px auto 0;
  }
}

.stylist-img {
  margin: 0 auto;
  display: block;
  max-width: 34vw;
}
@media screen and (min-width: 767.5px) {
  .stylist-img {
    max-width: 170px;
  }
}

.stylist-position {
  text-align: center;
  margin-top: 5.3333333333vw;
  font-size: 4.26vw;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 767.5px) {
  .stylist-position {
    font-size: 20px;
    margin-top: 28px;
  }
}

.stylist-name {
  font-size: 6.67vw;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 1.8666666667vw;
}
@media screen and (min-width: 767.5px) {
  .stylist-name {
    font-size: 35px;
    margin-top: 12px;
  }
}

.stylist-text {
  font-size: 2.93vw;
  margin-top: 5.3333333333vw;
  letter-spacing: 0.02em;
  line-height: 1.81818182;
}
@media screen and (min-width: 767.5px) {
  .stylist-text {
    margin-top: 25px;
    font-size: 12px;
  }
}

.stylist-insta {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 5.3333333333vw;
  align-items: center;
}
@media screen and (min-width: 767.5px) {
  .stylist-insta {
    margin-top: 20px;
  }
}

.stylist-insta-icon {
  width: 3.4666666667vw;
  margin-right: 1.3333333333vw;
  font-weight: 300;
}
@media screen and (min-width: 767.5px) {
  .stylist-insta-icon {
    width: 14px;
    margin-right: 6px;
  }
}

.stylist-insta-link {
  font-size: 2.9333333333vw;
  letter-spacing: 0.04em;
  line-height: 1.83333333;
  transition: opacity 0.2s ease;
}
@media screen and (min-width: 767.5px) {
  .stylist-insta-link {
    font-size: 12px;
  }
}
.stylist-insta-link:hover {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.stylist-insta-link span {
  text-decoration: underline;
}

.section-lead-anchor {
  font-size: 4.267vw;
  letter-spacing: 0.05em;
  display: block;
  margin: 13.3333333333vw auto 0;
  padding: 6.9333333333vw 0 2.4vw;
  max-width: 550px;
  background-color: #E6EBD2;
  border-radius: 18.6vw;
  text-align: center;
  transition: opacity 0.9s ease, transform 0.9s ease, background-color 0.2s ease !important;
}
.section-lead-anchor:hover {
  background-color: #F5F4E7;
}
@media screen and (min-width: 767.5px) {
  .section-lead-anchor {
    font-size: 20px;
    max-width: 459px;
    margin-top: 60px;
    padding: 36px 0 21px;
  }
}

.lead-anchor-img {
  width: 7.8vw;
  display: block;
  margin: 3% auto 0;
}
@media screen and (min-width: 767.5px) {
  .lead-anchor-img {
    width: 33px;
    margin-top: 20px;
  }
}

/* section-item
*******************/
.section-item {
  padding-top: 10.2%;
  min-height: 100vh;
  height: 100%;
}
@media screen and (min-width: 767.5px) {
  .section-item {
    padding-top: 0;
  }
}

@media screen and (min-width: 767.5px) {
  .item-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    height: auto;
  }
}

.section-item-inner {
  max-width: calc(1080px + 8%);
  margin: 0 auto;
}

.item-img-area {
  margin-top: 4vw;
}
@media screen and (min-width: 767.5px) {
  .item-img-area {
    margin-top: 0;
    width: 58.33%;
    height: 100vh;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
  }
}

@media screen and (min-width: 767.5px) {
  .item-text-area {
    width: 31.48%;
  }
}

.item-img-area-inner {
  max-width: 630px;
  position: relative;
}

.item-img-point {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #404040;
  text-align: center;
  opacity: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-img-point.show {
  animation: scaleUpText 0.4s linear forwards;
}
.item-img-point.show.reverse-show {
  animation: scaleUpTextReverse 0.4s linear forwards;
}
.item-img-point.show.reverse-show .progress-ring {
  animation: dashReverse 0.4s linear forwards;
  stroke-dasharray: 0;
  stroke-dashoffset: 157px;
  transform-origin: center;
}
.item-img-point.show .progress-ring {
  animation: dash 0.4s linear forwards;
  stroke-dasharray: 0;
  stroke-dashoffset: 157px;
  transform-origin: center;
}

.item-img-point1 {
  top: 16%;
  right: 39%;
}

@keyframes scaleUpText {
  0% {
    font-size: 15px;
    opacity: 0;
  }
  100% {
    font-size: 18px;
    opacity: 1;
  }
}
@keyframes scaleUpTextReverse {
  0% {
    font-size: 18px;
    opacity: 1;
  }
  100% {
    font-size: 15px;
    opacity: 0;
  }
}
@keyframes dash {
  0% {
    transform: scale(1);
    stroke-dasharray: 0;
    font-size: 15px;
  }
  40% {
    transform: scale(1.7);
    stroke-dasharray: 0;
  }
  80% {
    transform: scale(2.4);
    stroke-dasharray: 0;
  }
  81% {
    transform: scale(2.4);
    stroke-dasharray: 0;
  }
  90% {
    transform: scale(2.4);
    stroke-dasharray: 1;
  }
  100% {
    transform: scale(2.4);
    stroke-dasharray: 2;
    font-size: 18px;
  }
}
@keyframes dashReverse {
  0% {
    transform: scale(2.4);
    stroke-dasharray: 2;
    font-size: 18px;
  }
  40% {
    stroke-dasharray: 1;
  }
  80% {
    stroke-dasharray: 0;
  }
  81% {
    stroke-dasharray: 0;
  }
  90% {
    stroke-dasharray: 0;
  }
  100% {
    transform: scale(1);
    stroke-dasharray: 0;
    font-size: 15px;
  }
}
@keyframes scaleTextline {
  0% {
    stroke-dasharray: 78.54;
    stroke-dashoffset: 78.54;
    transform: scale(0.4);
  }
  100% {
    stroke-dasharray: 2.54;
    stroke-dashoffset: 78.54;
    transform: scale(1);
  }
}
.item-img-point2 {
  top: 39%;
  right: 21%;
}

.item-text-area-inner {
  margin: 0 auto;
  padding-bottom: 13.3333333333vw;
  z-index: 1;
}
@media screen and (min-width: 767.5px) {
  .item-text-area-inner {
    margin: 0 0 0 auto;
    padding-bottom: 0;
    max-width: 340px;
  }
}

.item-name-sp {
  text-align: center;
}
.item-name-sp .item-name-en {
  font-size: 6.9333333333vw;
  font-weight: 300;
  margin-top: 10.2%;
  line-height: 1.15384615;
  letter-spacing: 0.03em;
}
.item-name-sp .item-name-ja {
  font-size: 3.7333333333vw;
  line-height: 1.21428571;
  letter-spacing: 0.05em;
  margin-top: 2.6666666667vw;
  display: block;
}

.item-name {
  text-align: center;
  padding-top: 55px;
}
@media screen and (min-width: 767.5px) {
  .item-name {
    padding-top: 0;
  }
}

.item-name-en {
  font-family: "Noto Sans", sans-serif;
  font-size: 40px;
  font-weight: 300;
  display: block;
  letter-spacing: 0.03em;
  line-height: 1.125;
  margin: 0 -3%;
}

.item-name-ja {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.11111111;
  margin-top: 16.5px;
  display: inline-block;
}

.color-list {
  flex-wrap: wrap;
}
@media screen and (min-width: 1079px) {
  .color-list {
    min-width: 290px;
  }
}

.color-list-sm {
  max-width: 250px;
  margin: 0 auto;
}
.color-list-sm .color-list-item {
  width: 25%;
}

.color-list-item {
  width: 20%;
  text-align: center;
  margin-bottom: 10px;
}

.color-name {
  font-size: 2.6666666667vw;
  transform: scale(0.8);
  white-space: nowrap;
  margin-top: 7px;
  display: inline-block;
}
@media screen and (min-width: 767.5px) {
  .color-name {
    font-size: 10px;
    transform: scale(0.9);
  }
}

.color-pallete {
  display: block;
  height: 8.8vw;
  width: 8.8vw;
  position: relative;
  background-color: pink;
  border-radius: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 767.5px) {
  .color-pallete {
    height: 35px;
    width: 35px;
  }
}
.color-pallete--black {
  background-color: #1B1F1D;
}
.color-pallete--white {
  background-color: #FAFFF4;
}
.color-pallete--brown {
  background-color: #5A3E37;
}
.color-pallete--baige {
  background-color: #E3D1BA;
}
.color-pallete--green1 {
  background-color: #50BAA3;
}
.color-pallete--green2 {
  background-color: #D8E0BB;
}
.color-pallete--green3 {
  background-color: #C3D3D3;
}
.color-pallete--green-light {
  background-color: #50A750;
}
.color-pallete--green-light2 {
  background-color: #45934C;
}
.color-pallete--kahki {
  background-color: #AEBB92;
}
.color-pallete--sax {
  background-color: #BCC4F2;
}
.color-pallete--sax2 {
  background-color: #C5E3E3;
}
.color-pallete--purple {
  background-color: #8E8FCE;
}
.color-pallete--purple2 {
  background-color: #C099DB;
}
.color-pallete--wine {
  background-color: #C77FB2;
}
.color-pallete--orange {
  background-color: #EBC467;
}
.color-pallete--orange2 {
  background-color: #FCD2A8;
}
.color-pallete--yellow {
  background-color: #FFF8B4;
}
.color-pallete--yellow2 {
  background-color: #D6DF9A;
}
.color-pallete--border {
  border: 1px solid #404040;
}
.color-pallete--gray {
  background-color: #E8E5DE;
}
.color-pallete--blue {
  background-color: #7185A2;
}
.color-pallete--blue2 {
  background-color: #B5B7D2;
}
.color-pallete--blue3 {
  background-color: #6584D8;
}
.color-pallete--cream {
  background-color: #E6D9AD;
}
.color-pallete--turquoise {
  background-color: #5BBED1;
}
.color-pallete--kinari {
  background-color: #FFFFF0;
}
.color-pallete--kinari:before {
  content: "";
  display: block;
  height: 1.4px;
  width: 100%;
  background-color: #1A1311;
  position: absolute;
  left: 0;
  bottom: 25%;
}
.color-pallete--kinari:after {
  content: "";
  display: block;
  height: 1.4px;
  width: 100%;
  background-color: #1A1311;
  position: absolute;
  left: 0;
  bottom: 45%;
}

.item-look {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 767.5px) {
  .item-look {
    margin-top: 222px;
  }
}

.item-look1 .look:nth-child(3) img {
  width: 120%;
  max-width: none;
}

.item-look2 .look:nth-child(3) img {
  width: 118%;
  max-width: none;
}

.item-look3 .look:nth-child(3) img {
  width: 117%;
  max-width: none;
}

.item-look4 .look:nth-child(1) img {
  width: 116%;
  max-width: none;
}
.item-look4 .look:nth-child(3) img {
  width: 119%;
  max-width: none;
}

.item-look5 .look:nth-child(3) img {
  width: 119%;
  max-width: none;
}

.item-look-inner {
  margin: 0;
}

.item-look-box {
  margin-top: 6.1333333333vw;
  justify-content: space-between;
}
@media screen and (min-width: 767.5px) {
  .item-look-box {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1279px) {
  .item-look-box {
    width: 400px;
  }
}

.look {
  cursor: pointer;
  transition: transform 0.6s;
  transform: scale(1);
  width: 33%;
}
.look img {
  transition: transform 0.6s;
  display: block;
  margin: 0 auto;
}
.look:hover img {
  transition: transform 0.6s;
  transform: scale(1.06);
}

.look-btn {
  font-family: "Noto Sans", sans-serif;
  font-size: 3.2vw;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: center;
  margin: 5.3vw auto 0;
  padding: 5.5% 0;
  display: block;
  width: calc(27.7333333333vw - 5px);
}
@media screen and (min-width: 767.5px) {
  .look-btn {
    font-size: 12px;
    max-width: 115px;
    width: 9vw;
    margin-top: 50px;
  }
}
.look-btn span {
  color: #404040;
  position: relative;
  width: 100%;
  display: block;
}
.look-btn span:after {
  content: "";
  background-image: url(../img/look-btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.6533333333vw;
  height: 2.3466666667vw;
  right: 2.0533333333vw;
}
@media screen and (min-width: 767.5px) {
  .look-btn span:after {
    width: 6.2px;
    height: 8.8px;
    right: 10px;
  }
}
.look-btn--blue {
  background-color: #B3DDFC;
}
.look-btn--pink {
  background-color: #F4D9FF;
}
.look-btn--yellow {
  background-color: #FFE8A8;
}

.buy-btn-pc {
  font-family: "Noto Sans", sans-serif;
  background-color: #FFFFFF;
  display: block;
  text-align: center;
  border-radius: 61px;
  position: absolute;
  bottom: 6%;
  left: 5%;
  font-size: 20px;
  width: 205px;
  padding: 12.5px 0;
}
.buy-btn-pc span {
  position: relative;
  width: 100%;
  display: block;
}
.buy-btn-pc span:after {
  content: "";
  background-image: url(../img/lead-btn-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.8666666667vw;
  height: 2.6666666667vw;
  right: 4vw;
}
@media screen and (min-width: 767.5px) {
  .buy-btn-pc span:after {
    width: 10px;
    right: 23px;
    height: 14px;
  }
}

.buy-btn-sp {
  font-family: "Noto Sans", sans-serif;
  background-color: #FFFFFF;
  font-size: 4.2666666667vw;
  font-weight: 300;
  width: 57.6vw;
  display: block;
  text-align: center;
  border-radius: 16.2666666667vw;
  margin: 10.6666666667vw auto 0;
  padding: 2.9333333333vw 0;
  transition: background-color 0.2s, transform 0.2s;
}
.buy-btn-sp:hover {
  transition: background-color 0.2s, transform 0.2s;
  background-color: #EFEEDF;
}
.buy-btn-sp span {
  position: relative;
  width: 100%;
  display: block;
}
.buy-btn-sp span:after {
  content: "";
  background-image: url(../img/lead-btn-arrow-sp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6.1333333333vw;
  width: 1.8666666667vw;
  height: 2.9333333333vw;
}

.item-point-img {
  border-radius: 9.3333333333vw;
}
@media screen and (min-width: 767.5px) {
  .item-point-img {
    border-radius: 35px;
  }
}

.item-point-img.show {
  animation-delay: 1s;
  transform: scale(1);
}

/* section-item1
*******************/
.section-item1 {
  background-color: #FFF2F2;
}
.section-item1 .item-point-img--line1 {
  position: absolute;
  top: 5%;
  left: 7%;
  width: 61.4%;
  transform: translateY(0) scale(0.8);
}
@media screen and (min-width: 767.5px) {
  .section-item1 .item-point-img--line1 {
    top: 12%;
  }
}
.section-item1 .item-point-img--line1.scroll-in-center.show {
  animation-delay: 1s;
  transform: scale(1);
}
.section-item1 .item-point-img--arrow {
  position: absolute;
  bottom: 5%;
  left: 49%;
  width: 8%;
  transform: translateY(0) scale(0.8);
}
.section-item1.scroll-in-center.show .item-point-img--arrow {
  animation-delay: 1.3s;
  transform: scale(1);
}
.section-item1 .item-point-img--line2 {
  position: absolute;
  bottom: -6%;
  left: 29%;
  width: 42%;
  transform: translateY(0) scale(0.8);
}
.section-item1 .item-point-img--line2.scroll-in-center.show {
  animation-delay: 1s;
  transform: scale(1);
}

.section-item2 {
  background-color: #EDFFF7;
}
@media screen and (max-width: 767.4px) {
  .section-item2 .item-scroll-wrap {
    top: 22%;
  }
}

.section-item3 {
  background-color: #F9F4FF;
}
@media screen and (max-width: 767.4px) {
  .section-item3 .item-scroll-wrap {
    top: 20%;
  }
}
@media screen and (max-width: 767.4px) {
  .section-item3 .item-scroll-text1 {
    bottom: -23vw;
  }
}

.section-item4 {
  background-color: #FBFCDD;
}
@media screen and (max-width: 767.4px) {
  .section-item4 .item-scroll-wrap {
    top: 18%;
  }
}
@media screen and (max-width: 767.4px) {
  .section-item4 .item-scroll-text1 {
    bottom: -21vw;
  }
}
@media screen and (min-width: 767.5px) {
  .section-item4 .item-look-box .look:nth-child(1) img {
    width: 113%;
    max-width: none;
  }
}
.section-item4 .color-list {
  width: 62.4vw;
  margin: auto;
}
@media screen and (min-width: 767.5px) {
  .section-item4 .color-list {
    width: auto;
    min-width: auto;
  }
}
.section-item4 .color-list-item {
  width: 25%;
}
@media screen and (min-width: 767.5px) {
  .section-item4 .color-list-wrap {
    max-width: 234px;
  }
}

.section-item5 {
  background-color: #F4FFEB;
}
@media screen and (max-width: 767.4px) {
  .section-item5 .item-scroll-wrap {
    top: 16%;
    right: 3%;
  }
}
.section-item5 .color-list {
  width: 62.4vw;
  margin: auto;
}
@media screen and (min-width: 767.5px) {
  .section-item5 .color-list {
    min-width: 234px;
    width: auto;
  }
}
.section-item5 .color-list-item {
  width: 25%;
}
@media screen and (min-width: 767.5px) {
  .section-item5 .color-list-wrap {
    max-width: 234px;
  }
}

.option-img {
  width: 100%;
  margin: 30px auto 0;
}
@media screen and (min-width: 767.5px) {
  .option-img {
    margin: 45px auto 0;
  }
}

.option-img1 {
  max-width: 54.1333333333vw;
}
@media screen and (min-width: 767.5px) {
  .option-img1 {
    max-width: 244px;
  }
}

.option-img2 {
  max-width: 34.4vw;
}
@media screen and (min-width: 767.5px) {
  .option-img2 {
    max-width: 155px;
  }
}

.option-img3 {
  max-width: 18vw;
}
@media screen and (min-width: 767.5px) {
  .option-img3 {
    max-width: 67.36px;
  }
}

.color-list-wrap {
  margin-top: 8vw;
}
@media screen and (min-width: 767.5px) {
  .color-list-wrap {
    max-width: 313px;
    margin: 51.2px auto 0;
  }
}

.item-point {
  margin-top: 13.3333333333vw;
}
@media screen and (min-width: 767.5px) {
  .item-point {
    margin-top: 0;
  }
}

.item-scroll-wrap {
  position: absolute;
  display: flex;
  align-items: flex-end;
  top: 27%;
  right: 5%;
  transform: translateY(0);
}
.item-scroll-wrap.scroll-in-out.show .item-scroll-text {
  transition: opacity 0.6s ease-out, clip-path 0.6s ease-out;
  clip-path: inset(0);
  will-change: transform, clip-path, opacity;
}

.item-scroll-text {
  font-size: 3.4666666667vw;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
  background-color: #fff;
  margin-top: 15px;
  padding: 5px;
  display: block;
  clip-path: inset(0 0 100% 0);
  transition: opacity 0.6s ease-out, clip-path 0.6s ease-out;
}
@media screen and (min-width: 767.5px) {
  .item-scroll-text {
    font-size: 23px;
  }
}
.item-scroll-text .--horizontal {
  position: relative;
  padding: 7px 0;
}
.item-scroll-text .--horizontal:before {
  writing-mode: initial;
  content: "”";
  position: absolute;
  top: 0;
  right: -2px;
}
.item-scroll-text .--horizontal:after {
  writing-mode: initial;
  content: "“";
  position: absolute;
  bottom: -12%;
  left: -2px;
}

.windows .item-scroll-text .--horizontal:before {
  right: 1px;
}
.windows .item-scroll-text .--horizontal:after {
  bottom: -16%;
  left: 1px;
}

_::-webkit-full-page-media, _:future, :root .item-scroll-text .--horizontal:before {
  top: 2%;
  right: 7px;
}

_::-webkit-full-page-media, _:future, :root .item-scroll-text .--horizontal:after {
  bottom: -11%;
  left: -10px;
}

.item-scroll-text1 {
  position: absolute;
  right: 7vw;
  bottom: -11vw;
}
@media screen and (min-width: 767.5px) {
  .item-scroll-text1 {
    right: 45px;
    bottom: -65px;
  }
}

@media screen and (min-width: 767.5px) {
  .item-scroll-text2 {
    margin-bottom: 0;
  }
}

.item-lead-label {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  border: 1px solid #404040;
  border-radius: 4vw;
  margin: 0 auto;
  padding: 1.3333333333vw 8.2666666667vw;
  display: block;
  width: fit-content;
}
@media screen and (min-width: 767.5px) {
  .item-lead-label {
    font-size: 13px;
    padding: 5px 35px;
  }
}

.item-point-box {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 767.5px) {
  .item-point-box {
    margin-top: 33px;
  }
}

.item-point-img-wrap {
  position: relative;
}

.item-point-number {
  font-family: "Noto Sans", sans-serif;
  font-size: 3.4666666667vw;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #404040;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgb(64, 64, 64);
  position: absolute;
  top: 8%;
  right: 5%;
  width: 5.33vw;
  height: 5.33vw;
}
@media screen and (min-width: 767.5px) {
  .item-point-number {
    font-size: 13px;
    width: 20px;
    height: 20px;
  }
}

.item-point-text {
  font-size: 3.2vw;
  font-weight: 300;
  line-height: 1.64285714;
  letter-spacing: 0.02em;
  margin-top: 4.5333333333vw;
}
@media screen and (min-width: 767.5px) {
  .item-point-text {
    margin-top: 20px;
    font-size: 14px;
  }
}

/* section-item2
*******************/
.section-item2 .item-point-img--line1 {
  position: absolute;
  top: 20%;
  left: 15%;
  width: 56.8%;
  transform: translateY(0) scale(0.8);
}
.section-item2 .item-point-img--line1.scroll-in-center.show {
  animation-delay: 1s;
  transform: scale(1);
}
.section-item2 .item-point-img--arrow {
  position: absolute;
  bottom: 43%;
  left: 53%;
  width: 4%;
  transform: translateY(0) scale(0.8);
}
.section-item2 .item-point-img--line2 {
  position: absolute;
  bottom: 20%;
  right: 16%;
  width: 27.8%;
  transform: translateY(0) scale(0.8);
}
.section-item2 .item-point-img--line2.scroll-in-center.show {
  animation-delay: 1s;
  transform: scale(1);
}
.section-item2 .item-img-point {
  color: #fff;
}
.section-item2 .item-img-point2 {
  right: 25%;
}

/* section-item3
*******************/
.section-item3 .item-point-img--line1 {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 10%;
  width: 26%;
  transform: translateY(0) scale(0.8);
}
.section-item3 .item-point-img--line1.scroll-in-center.show {
  animation-delay: 1s;
  transform: scale(1);
}
.section-item3 .item-point-img--arrow {
  position: absolute;
  right: 23%;
  bottom: 11%;
  width: 9%;
  transform: translateY(0) scale(0.8);
}
.section-item3 .item-point-img--line2 {
  position: absolute;
  bottom: 20%;
  right: 16%;
  width: 27.8%;
  transform: translateY(0) scale(0.8);
}
.section-item3 .item-point-img--line2.scroll-in-center.show {
  animation-delay: 1s;
  transform: scale(1);
}
.section-item3 .item-img-point {
  color: #040404;
}
.section-item3 .item-img-point2 {
  right: 20%;
  top: 56%;
}

/* section-item4
*******************/
.section-item4 {
  background-color: #FBFCDD;
}
@media screen and (min-width: 767.5px) {
  .section-item4 .color-list-wrap {
    max-width: 234px;
  }
}
@media screen and (max-width: 767.4px) {
  .section-item4 .item-scroll-wrap {
    top: 18%;
  }
}
.section-item4 .item-scroll-text1 {
  bottom: -21vw;
}
@media screen and (min-width: 767.5px) {
  .section-item4 .item-scroll-text1 {
    bottom: -66%;
  }
}
@media screen and (min-width: 767.5px) {
  .section-item4 .item-look-box .look:nth-child(1) img {
    width: 113%;
    max-width: none;
  }
}
.section-item4 .color-list {
  width: 62.4vw;
  margin: auto;
}
@media screen and (min-width: 767.5px) {
  .section-item4 .color-list {
    width: auto;
    min-width: auto;
  }
}
.section-item4 .color-list-item {
  width: 25%;
}
.section-item4 .item-point-img--line1 {
  position: absolute;
  top: 19%;
  left: 11%;
  width: 66.4%;
  transform: translateY(0) scale(0.8);
}
.section-item4 .item-point-img--line1.scroll-in-center.show {
  animation-delay: 1s;
  transform: scale(1);
}
.section-item4 .item-point-img--line2 {
  position: absolute;
  top: -6%;
  right: 19%;
  width: 31%;
  transform: translateY(0) scale(0.8);
}
.section-item4 .item-point-img--line2.scroll-in-center.show {
  animation-delay: 1s;
  transform: scale(1);
}
.section-item4 .item-img-point {
  color: #fff;
}
.section-item4 .item-img-point1 {
  top: 20%;
  right: 48.5%;
}
.section-item4 .item-img-point2 {
  top: 57%;
  right: 19%;
}

/* section-item5
*******************/
.section-item5 .item-point-img--line {
  position: absolute;
  top: 7%;
  left: 24.4%;
  width: 30.5%;
  transform: translateY(0) scale(0.8);
}
@media screen and (min-width: 767.5px) {
  .section-item5 .item-point-img--line {
    top: 5%;
  }
}
.section-item5 .item-point-img--line.scroll-in-center.show {
  animation-delay: 1s;
  transform: scale(1);
}
.section-item5 .item-point-img--arrow {
  position: absolute;
  bottom: 18%;
  left: 44%;
  width: 9%;
  transform: translateY(0) scale(0.8);
}
.section-item5 .item-img-point {
  color: #fff;
}
.section-item5 .item-img-point2 {
  right: 25%;
}
.section-item5 .item-img-point1 {
  top: 26%;
  right: 44%;
}
.section-item5 .item-img-point2 {
  top: 65%;
  right: 48.5%;
}

/* other
*******************/
.section-other-inner {
  background-color: #FFFFF7;
  padding: 12.5333333333vw 0 18.1333333333vw;
}
@media screen and (min-width: 767.5px) {
  .section-other-inner {
    padding: 110px 0 92px;
  }
}

.other-main-wrap {
  max-width: 1030px;
  margin: 0 auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  display: block;
  margin: 0 auto;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.staff-credit {
  text-align: center;
  margin-top: 9.8666666667vw;
}
@media screen and (min-width: 767.5px) {
  .staff-credit {
    margin-top: 140px;
  }
}

.staff-credit-text {
  font-size: 2.6666666667vw;
  transform: scale(0.9);
  font-weight: 300;
  letter-spacing: 0.02em;
  line-height: 2;
}
@media screen and (min-width: 767.5px) {
  .staff-credit-text {
    font-size: 11px;
    transform: scale(1);
  }
}

.section-other .pageTop-wrap {
  text-align: center;
  margin-top: 9.3333333333vw;
}
@media screen and (min-width: 767.5px) {
  .section-other .pageTop-wrap {
    margin-top: 70px;
  }
}

.section-other .pageTop-wrap .pageTop {
  display: inline-block;
}

.section-other .pageTop-wrap .pageTop-arrow {
  margin: auto;
  transform: rotate(270deg);
  width: 2.2rem;
}
@media screen and (min-width: 767.5px) {
  .section-other .pageTop-wrap .pageTop-arrow {
    width: 2.2rem;
  }
}

.pageTop-arrow-img {
  width: 5.8666666667vw;
  height: 11.7333333333vw;
}
@media screen and (min-width: 767.5px) {
  .pageTop-arrow-img {
    width: 49.44px;
    height: auto;
  }
}

.section-other .pageTop-wrap .pageTop-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 3.7333333333vw;
  font-weight: 300;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 767.5px) {
  .section-other .pageTop-wrap .pageTop-text {
    font-size: 20px;
    margin-top: 0;
  }
}

.section-other .brand-link {
  display: block;
  width: 20.2666666667vw;
  margin: 8vw auto 0;
}
@media screen and (min-width: 767.5px) {
  .section-other .brand-link {
    width: 130px;
    margin-top: 62px;
  }
}

.section-other .sns-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 9.8666666667vw;
}
@media screen and (min-width: 767.5px) {
  .section-other .sns-list {
    margin-top: 64px;
  }
}

.section-other .sns-list .sns-list-item {
  margin: 0 3.8666666667vw;
}
@media screen and (min-width: 767.5px) {
  .section-other .sns-list .sns-list-item {
    margin: 0 18px;
  }
}

.section-other .sns-list .sns-list-item.-line {
  width: 6.9333333333vw;
}
@media screen and (min-width: 767.5px) {
  .section-other .sns-list .sns-list-item.-line {
    width: 32px;
  }
}

.section-other .sns-list .sns-list-item.-insta {
  width: 6.6666666667vw;
}
@media screen and (min-width: 767.5px) {
  .section-other .sns-list .sns-list-item.-insta {
    width: 29.62px;
  }
}

.section-other .sns-list .sns-list-item.-tw {
  width: 6.6666666667vw;
}
@media screen and (min-width: 767.5px) {
  .section-other .sns-list .sns-list-item.-tw {
    width: 28.6px;
  }
}

.section-other .sns-list .sns-list-link {
  display: block;
}

/* indicate
*******************/
.indicate {
  width: 100%;
  max-width: 62.1333333333vw;
  margin: 0 auto;
  z-index: 9999;
}
.indicate.pcOnly {
  display: none;
}
@media screen and (min-width: 767.5px) {
  .indicate {
    max-width: 233px;
    width: 30px;
    position: fixed;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
  }
}

.indicate-title {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 2.9333333333vw;
  text-align: center;
}
@media screen and (min-width: 767.5px) {
  .indicate-title {
    font-size: 12px;
  }
}

.border-line-wrap {
  height: 56px;
  display: block;
  margin-top: -2px;
}

.progress-bar {
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 0;
  background: #404040;
}

.progress {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 767.5px) {
  .progress {
    flex-direction: column;
    justify-content: center;
  }
}

.progress-link {
  display: block;
  position: relative;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
}
.progress-link:first-child {
  margin-top: 21.5px;
}
@media screen and (min-width: 767.5px) {
  .progress-link {
    width: 25px;
    height: 25px;
  }
}

@media screen and (min-width: 767.5px) {
  .progress-link + .progress-link {
    margin-top: 53px;
  }
}

.progress-line {
  position: absolute;
  background-color: #404040;
  width: 20px;
  height: 1px;
  left: 30px;
  transform: translateY(-50%);
  top: 50%;
  display: none;
}
@media screen and (min-width: 767.5px) {
  .progress-line {
    display: block;
    width: 1px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
  }
}

.progress-ring {
  position: absolute;
}

.progress-ring-text.--active {
  border: 1px solid rgb(64, 64, 64);
}

.progress-ring-text {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.6666666667vw;
  font-weight: 500;
  line-height: 6.6666666667vw;
  color: #404040;
  transform: scale(0.9);
  text-align: center;
  border-radius: 50%;
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.progress-ring-text:hover {
  transition: all 0.2s;
  color: #fff;
  background-color: rgb(64, 64, 64);
}
@media screen and (min-width: 767.5px) {
  .progress-ring-text {
    line-height: 25px;
    font-size: 10px;
    width: 25px;
    height: 25px;
  }
}
.progress-ring-text span {
  line-height: 1;
}

.indicate.spOnly .progress-ring-text.--circle {
  border: 1px solid rgb(64, 64, 64);
}

/* modal
*******************/
.modal {
  max-width: 1340px;
  position: fixed;
  width: 93%;
  height: calc(100% - 110px);
  left: 50%;
  top: 3%;
  padding: 8vw 8vw 14vw;
  transform: translateX(-50%) scale(0.95);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  transition: 0.5s ease-in-out;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .modal {
    top: 50%;
    transform: translate(-50%, -50%) scale(0.95);
    width: 65%;
    height: 85%;
    padding: 85px 60px 60px;
  }
}
@media screen and (min-width: 1079px) {
  .modal {
    width: 80%;
    padding: 40px 60px;
    max-height: 860px;
    height: 90%;
  }
}
.modal .credit {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  margin: 10.6vw auto 0;
}
@media screen and (min-width: 767.5px) {
  .modal .credit {
    margin: 60px auto 0;
  }
}
.modal .credit li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal .credit li + li {
  margin-top: 3.7vw;
}
@media screen and (min-width: 767.5px) {
  .modal .credit li + li {
    margin-top: 10px;
  }
}
.modal .credit-item-name {
  padding: 0;
  font-size: 3.74vw;
  letter-spacing: 0.02em;
  width: 25%;
}
@media screen and (min-width: 767.5px) {
  .modal .credit-item-name {
    font-size: 16px;
  }
}
.modal .credit-cap {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 30px;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 767.5px) {
  .modal .credit-cap {
    margin-top: 22px;
    font-size: 13px;
  }
}
.modal .price__number {
  width: 65px;
  height: 18.5px;
  letter-spacing: 0.02em;
  font-size: 3.74vw;
}
@media screen and (min-width: 767.5px) {
  .modal .price__number {
    font-size: 16px;
  }
}
.modal .price__btn {
  font-family: "Noto Sans", sans-serif;
  font-size: 3.47vw;
  font-weight: 400;
  letter-spacing: 0.02em;
  background-color: #fff;
  transition: 0.25s ease;
  width: 19.5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}
@media screen and (min-width: 767.5px) {
  .modal .price__btn {
    height: 26px;
    width: 96px;
    font-size: 14px;
  }
}
.modal .price__btn:hover {
  background-color: #F5F4E7;
}

.modal-inner {
  position: relative;
  overflow-y: scroll;
  padding-top: 0;
  padding-bottom: 50px;
  height: 100%;
  margin-top: 4.5333333333vw;
  scrollbar-width: none;
}
.modal-inner::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 767.5px) {
  .modal-inner {
    max-width: 1220px;
    margin-top: 0;
    overflow-y: scroll;
    padding-bottom: 0;
    align-items: center;
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1079px) {
  .modal-inner {
    margin-top: 0;
    overflow-y: initial;
  }
}
@media screen and (min-width: 767.5px) {
  .modal-inner.flex-containerPcOnly {
    display: block;
  }
}
@media screen and (min-width: 1079px) {
  .modal-inner.flex-containerPcOnly {
    display: flex;
  }
}

.modal__image-area {
  margin: 0 auto;
}
@media screen and (min-width: 767.5px) {
  .modal__image-area {
    max-width: 550px;
  }
}
@media screen and (min-width: 1079px) {
  .modal__image-area {
    height: 100%;
    width: 54.91%;
    margin: 0 5% 0 0;
    display: flex;
  }
}

.modal__image-inner {
  width: 100%;
  height: 100%;
  padding: 0 5%;
}
@media screen and (min-width: 767.5px) {
  .modal__image-inner {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 1079px) {
  .modal__image-inner {
    height: auto;
  }
}
.modal__image-inner img {
  height: auto;
  max-height: 100%;
  border-radius: 50px;
}

.bg1 {
  background-color: #B3DDFC;
}

.bg2 {
  background-color: #F4D9FF;
}

.bg3 {
  background-color: #FFEEBF;
}

.modal.active {
  opacity: 1;
  z-index: 999;
  transition: 0.5s ease-in-out;
  transform: translateX(-50%) scale(1);
}
@media screen and (min-width: 767.5px) {
  .modal.active {
    transform: translate(-50%, -50%) scale(1);
  }
}

.modal-back-box {
  font-family: "Noto Sans", sans-serif;
  margin: 11vw 2px 0 auto;
  display: block;
  width: fit-content;
  z-index: 10;
}
@media screen and (min-width: 767.5px) {
  .modal-back-box {
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1079px) {
  .modal-back-box {
    margin: 0;
    position: absolute;
    bottom: 30px;
    right: 60px;
  }
}
@media screen and (min-width: 767.5px) {
  .modal-back-box.pcOnly {
    margin-right: -40px;
  }
}
@media screen and (min-width: 1079px) {
  .modal-back-box.pcOnly {
    margin: 0;
  }
}

.modal-back-btn {
  font-size: 3.2vw;
  padding: 2vw 4vw;
  position: relative;
  cursor: pointer;
  color: #404040;
}
@media screen and (min-width: 767.5px) {
  .modal-back-btn {
    font-size: 15px;
    padding: 10px 15px;
  }
}

.modal-back-btn-arrow-clip {
  position: absolute;
  top: 45%;
  right: 0;
  width: 13.3333333333vw;
  opacity: 0;
}
@media screen and (min-width: 767.5px) {
  .modal-back-btn-arrow-clip {
    top: 52%;
    right: 3%;
    max-width: none;
    width: 46px;
  }
}
@media screen and (min-width: 1079px) {
  .modal-back-btn-arrow-clip {
    margin: 0;
    right: 3%;
  }
}
.modal-back-btn-arrow-clip.active {
  animation: backBtnAnime 0.8s ease-in-out 0.5s 1 alternate forwards;
}

@keyframes backBtnAnime {
  0% {
    opacity: 1;
    clip-path: polygon(75% 0, 100% 0, 100% 0, 100% 0, 75% 0, 75% 0, 75% 0);
  }
  70% {
    opacity: 1;
    clip-path: polygon(79% 0, 100% 0, 100% 75%, 100% 100%, 79% 100%, 79% 75%, 79% 75%);
  }
  100% {
    opacity: 1;
    clip-path: polygon(79% 0, 100% 0, 100% 50%, 100% 100%, 0 100%, 0 0%, 79% 0%);
  }
}
.modal-back-btn-arrow {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767.5px) {
  .modal-back-btn-arrow {
    max-width: none;
  }
}
@media screen and (min-width: 1079px) {
  .modal-back-btn-arrow {
    margin: 0;
  }
}

/*モーダルウインドウ内*/
.modal__contents {
  padding-bottom: 8%;
}
@media screen and (min-width: 767.5px) {
  .modal__contents {
    padding-bottom: 0;
    max-width: 443px;
    overflow-y: scroll;
    scrollbar-width: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .modal__contents::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1079px) {
  .modal__contents {
    margin: 0 7% 0 0;
    overflow-y: scroll;
    width: 45.03%;
    height: 100%;
  }
}

.modal__contents-inner {
  position: relative;
}

.modal__head {
  font-size: 4.54vw;
  line-height: 1.58823529;
  letter-spacing: 0.05em;
  text-align: center;
  width: fit-content;
  margin: 15% auto 0;
}
@media screen and (min-width: 767.5px) {
  .modal__head {
    margin-top: 5.2117263844vw;
    font-size: 2.8664495114vw;
    line-height: 1.65;
  }
}
@media screen and (min-width: 1079px) {
  .modal__head {
    font-size: 2.0389249305vw;
    margin-top: 14%;
  }
}
@media screen and (min-width: 1399px) {
  .modal__head {
    font-size: 28px;
  }
}

.modal__text-box {
  margin-top: 6vw;
  align-items: flex-start;
}
@media screen and (min-width: 767.5px) {
  .modal__text-box {
    align-items: center;
    margin-top: 10%;
  }
}

.modal__stylist-img {
  margin-right: 5%;
  width: 14.2vw;
}
@media screen and (min-width: 767.5px) {
  .modal__stylist-img {
    width: 98px;
  }
}

.modal__text {
  font-size: 3.2vw;
  line-height: 1.64285714;
  letter-spacing: 0.02em;
  font-weight: 300;
}
@media screen and (min-width: 767.5px) {
  .modal__text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1079px) {
  .modal__text {
    font-size: 1.1121408712vw;
  }
}
@media screen and (min-width: 1399px) {
  .modal__text {
    font-size: 14px;
  }
}

.modal-item-label {
  font-family: "Noto Sans", sans-serif;
  font-size: 2.6vw;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  border: 1px solid #404040;
  border-radius: 15px;
  margin: 0 0 0 auto;
  padding: 4.5px 0;
  width: 26.7vw;
  display: block;
}
@media screen and (min-width: 767.5px) {
  .modal-item-label {
    position: absolute;
    top: 4%;
    right: 4%;
    width: 135px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1079px) {
  .modal-item-label {
    top: 40px;
    right: 60px;
  }
}

/*モーダルウインドウ内ボタン*/
.modalBtn {
  position: absolute;
  right: 9px;
  top: 5px;
}

.modalBtn span {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}

.modalBtn span::before, .modalBtn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #fff;
}

.modalBtn span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modalBtn span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modalBtn span:hover {
  cursor: pointer;
  opacity: 0.8;
}

.modalOverRay {
  display: none;
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  opacity: 0;
}

.modalOverRay.active {
  display: flex;
  opacity: 0.5;
  animation: fadeIn 0.3s ease-in-out 0s forwards;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 0.5;
  }
}
/* slick
*******************/
.slick-slider {
  width: 100%;
  height: 100%;
}

.slick-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
  border-radius: 50px;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 100%;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-slide {
  display: flex !important;
  float: left;
  height: 100%;
  min-height: 1px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  font-size: 0;
  bottom: -4.6vw;
}
@media screen and (min-width: 767.5px) {
  .slick-dots {
    bottom: -21px;
  }
}

.slick-dots li {
  width: 2.13vw;
  height: 2.13vw;
  margin: 0 2vw;
}
@media screen and (min-width: 767.5px) {
  .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 10px;
  }
}

.slick-dots li button {
  width: 2.13vw;
  height: 2.13vw;
  padding: 2px;
  position: relative;
  border-radius: 100%;
}
@media screen and (min-width: 767.5px) {
  .slick-dots li button {
    padding: 5px;
    width: 11px;
    height: 11px;
  }
}

.slick-dots li button:before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 2.13vw;
  height: 2.13vw;
  line-height: 1rem;
  background-color: #E8F3E7;
  opacity: 1;
}
@media screen and (min-width: 767.5px) {
  .slick-dots li button:before {
    width: 11px;
    height: 11px;
  }
}

.slick-dots li.slick-active button:before {
  background-color: #777777;
  border-radius: 100%;
}

@media screen and (min-width: 767.5px) and (max-width: 1079px) {
  .section-inner {
    padding: 0 calc(4% + 10px) 0 4%;
  }
  .section-inner.section-lead-inner {
    padding-bottom: 78px;
  }
  .item-text-area {
    width: 34%;
  }
  .item-scroll-text {
    font-size: 2vw;
  }
  .buy-btn-pc {
    font-size: 2vw;
    width: 20vw;
    padding: 8.5px 0;
  }
  .item-name-en {
    font-size: 3.3vw;
  }
  .item-name-ja {
    font-size: 1.9vw;
  }
  .color-list-item {
    width: 25%;
  }
  .look-btn {
    font-size: 1.3vw;
    width: 10vw;
  }
  .item-look-box {
    width: 34vw;
  }
  .look-btn span:after {
    right: 6%;
    top: 50%;
    transform: translateY(-50%);
  }
  .indicate {
    right: 10px;
  }
  .section-item1 .item-scroll-wrap {
    top: 30%;
    right: 5%;
  }
  .section-item1 .item-scroll-text1 {
    position: absolute;
    right: 4vw;
    bottom: -8vw;
  }
  .section-item1 .item-scroll-text2 {
    margin-top: 0;
    margin-right: 0;
  }
  .section-item2 .item-scroll-wrap {
    right: 7%;
  }
}
@media screen and (min-width: 767.5px) and (max-width: 1079px) and (max-width: 767.4px) {
  .section-item2 .item-scroll-wrap {
    top: 22%;
  }
}
@media screen and (min-width: 767.5px) and (max-width: 1079px) {
  .section-item2 .item-scroll-text1 {
    position: absolute;
    right: 4vw;
    bottom: -8vw;
  }
}
@media screen and (min-width: 767.5px) and (max-width: 1079px) {
  .section-item2 .item-scroll-text2 {
    margin-top: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 767.5px) and (max-width: 1079px) {
  .section-item3 .item-scroll-wrap {
    right: 5%;
  }
  .section-item3 .item-scroll-text1 {
    position: absolute;
    right: 4vw;
    bottom: -14vw;
  }
  .section-item3 .item-scroll-text2 {
    margin-top: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 767.5px) and (max-width: 1079px) {
  .section-item4 .item-scroll-wrap {
    top: 23%;
    right: 7%;
  }
  .section-item4 .item-scroll-text1 {
    position: absolute;
    right: 4vw;
    bottom: -12vw;
  }
  .section-item4 .item-scroll-text2 {
    margin-top: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 767.5px) and (max-width: 1079px) {
  .section-item5 .item-scroll-wrap {
    top: 20%;
    right: 4%;
  }
  .section-item5 .item-scroll-text1 {
    position: absolute;
    right: 4vw;
    bottom: -12vw;
  }
  .section-item5 .item-scroll-text2 {
    margin-top: 0;
    margin-right: 0;
  }
}
