@charset "UTF-8";
/* 文字コードの指定 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap@300;400;700;900");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap@300;400;700;900");
@import url("https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap@400;700");
@import url("https://fonts.googleapis.com/css2?family=Klee+One&display=swap@400");

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", Montserrat, "Open Sans", Lato, Raleway, "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #6D6C6C;
  margin: 0;
  width: 100%;
}

body li {
  list-style-type: none;
}

body a {
  color: #000;
  text-decoration: none;
}

body ul {
  margin: 0;
  padding: 0;
}

body small {
  text-align: center;
}

body p {
  font-size: 4vw;
}

body img {
  max-width: 100%;
}

body video {
  max-width: 100%;
}

body iframe {
  max-width: 100%;
  width: 90vw;
  height: 50vw;
}

header {
  display: flex;
  position: fixed;
  justify-content: space-around;
  align-items: center;
  z-index: 50;
  height: 15vw;
  z-index: 100;
  width: 100%;
}

header a {
  width: 13vw;
  color: #6D6C6C;
  display: contents;
}

header .instagram_text {
  font-size: 3.5vw;
  margin: 0 -11vw 0.5vw 0;
}

header .instagram_logo {
  width: 6%;
}

header .workshop {
  font-size: 3.5vw;
}

@media screen and (min-width: 600px) {
  header {
    width: 100%;
    height: 10vw;
  }

  header a {
    width: 10vw;
  }

  header .instagram_text {
    font-size: 2.5vw;
    margin: 0 -23vw 0 0;
  }

  header .workshop {
    font-size: 2.5vw;
  }

  header .instagram_logo {
    width: 4%;
  }
}

@media screen and (min-width: 1279px) {
  header {
    width: 50vw;
    height: 8vw;
    right: 3vw;
  }

  header a {
    width: 10vw;
  }

  header .instagram_text {
    font-size: 2vw;
    margin: 0 -5vw 1% 0;
  }

  header .workshop {
    font-size: 1.8vw;
  }

  header .instagram_logo {
    margin-right: -2vw;
    width: 6.5%;
  }
}

.main_top {
  position: absolute;
  top: 63vw;
  left: 14vw;
  width: 74%;
  z-index: -1;
}

.sec02 {
  height: 283vw;
  background-color: #F5F5F5;
  margin: -13vw 0 0 0;
}

.sec02 .sec02_box {
  position: relative;
}

.sec02 .sec02_box video {
  height: 47vw;
}

.sec02 .sec02_box .sec02_container {
  background-color: #fff;
  height: 40vw;
  transform: skew(0deg, -15deg);
  -webkit-transform: skew(0deg, -15deg);
  -moz-transform: skew(0deg, -15deg);
  -ms-transform: skew(0deg, -15deg);
  -o-transform: skew(0deg, -15deg);
}

.sec02 .sec02_box .png_main04 {
  background-color: #F5F5F5;
  width: 100%;
  z-index: 10;
}

.sec02 .sec02_box .sec02_title {
  position: absolute;
  top: 12vw;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  font-family: Didot;
  font-size: 8.5vw;
  z-index: 30;
  font-weight: 600;
}

.sec02 .sec02_box .sec02_ribbon {
  position: absolute;
  z-index: 20;
  top: 11vw;
  left: 15vw;
}

.sec02 .sec02_box .png_main05 {
  width: 72vw;
  height: auto;
}

.sec02 .sec02_box .sec02_text01 {
  position: absolute;
  top: 26vw;
  left: 50%;
  right: -50%;
  transform: translate(-50%, -50%);
  margin: 0;
  text-align: center;
  z-index: 20;
}

.sec02 .sec02_box .sec02_img {
  margin: auto 15vw;
  transform: rotate(-3deg);
  border: solid 10px #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

.sec02 .sec02_box .sec02_text02 {
  position: absolute;
  margin: -21vw 0 0 32vw;
  line-height: 6.8vw;
  z-index: 20;
  font-size: 4vw;
  text-align: center;
}

.sec02 .sec02_box .line_white {
  position: absolute;
  top: 118vw;
  left: 24vw;
  width: 70%;
  z-index: 10;
}

.sec02 .sec02_box02 {
  position: relative;
}

.sec02 .sec02_box02 .sec02_title02 {
  position: absolute;
  color: #fff;
  font-size: 5vw;
  text-shadow: 1px 1px #717171;
  top: 0;
  left: 15vw;
}

.sec02 .sec02_box02 .sec02_inner {
  text-align: center;
  width: 87%;
  margin: -30vw auto 10vw;
}

.sec02 .sec02_box02 .png_main06 {
  height: 108vw;
  filter: drop-shadow(8px 8px 10px rgba(0, 0, 0, 0.16));
}

.sec02 .sec02_box02 .flower {
  position: absolute;
  top: 12vw;
  left: 6vw;
  width: 20vw;
}

.sec02 .sec02_box02 .flower02 {
  width: 20vw;
  position: absolute;
  transform: rotate(180deg);
  top: 27vw;
  left: 74vw;
}

.sec02 .sec02_box02 .png_main08 {
  position: absolute;
  top: 27vw;
  left: 70vw;
}

.sec02 .sec02_box02 .sec02_text03 {
  position: absolute;
  z-index: 30;
  font-size: 5.2vw;
  margin: -97vw 0 0 6vw;
}

.sec02 .sec02_box02 .sec02_text04 {
  position: absolute;
  z-index: 30;
  font-size: 5.2vw;
  margin: -96vw 0 0 6vw;
  opacity: 0.2;
  color: #6D6C6C;
}

.sec02 .sec02_box02 .sec02_text05 {
  position: absolute;
  z-index: 30;
  font-size: 4vw;
  margin: -82vw 0 0 16vw;
  width: 69vw;
}

.sec02 .sec02_box02 .sec02_text05 span {
  display: block;
}

.sec02 .sec02_box02 .sec02_text06 {
  position: absolute;
  z-index: 30;
  font-size: 4vw;
  margin: -47vw 0 0 16vw;
  width: 69vw;
}

.sec02 .sec02_box02 .sec02_text06 span {
  display: block;
}

.sec03 {
  position: relative;
  height: 171vw;
}

.sec03 .sec03_title {
  position: relative;
  background-image: linear-gradient(to bottom, #F4CBCC 60%, #fdeeef);
  background-image: -moz-linear-gradient(to bottom, #F4CBCC 60%, #fdeeef);
  background-image: -webkit-linear-gradient(to bottom, #F4CBCC 60%, #fdeeef);
  padding: 3.2%;
  text-align: center;
  color: #FFF;
  font-size: 3.2vw;
  font-weight: bold;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
  z-index: 20;
}

.sec03 .sec03_title:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(244, 203, 204, 0);
  border-top-width: 4vw;
  border-left-width: 10vw;
  border-right-width: 10vw;
  margin-left: -10vw;
  border-top-color: #ffebed;
  top: 98%;
  left: 50%;
}

.sec03 .sec03_back {
  position: absolute;
  top: 14vw;
  z-index: 10;
}

.sec03 .sec03_back .sec03_img {
  position: relative;
}

.sec03 .sec03_back .sec03_img::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(rgba(255, 255, 255, 0.1) 0, #fff 95%);
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.1) 0, #fff 95%);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.1) 0, #fff 95%);
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 599px) {
  .sec03 .sec03_back .middle_PC {
    display: none;
  }
}

.sec03 .sec03_back .check {
  width: 4vw;
}

.sec03 .sec03_back .sec03_text {
  position: absolute;
  z-index: 40;
  top: 10vw;
  left: 6vw;
  line-height: 10vw;
  /*font-weight: 400;*/
}

.sec03 .sec03_back .sec03_text06 {
  position: absolute;
  top: 67vw;
  right: 12vw;
}

.sec03 .sec03_back .sec03_text07 {
  margin: 18vw auto;
  padding-left: 8vw;
  font-size: 2.7vw;
}

.sec04 {
  position: relative;
}

.sec04 .sec04_box {
  margin-top: -30%;
}

.sec04 .sec04_box .sec04_box4 {
  margin-bottom: 80vw;
}

.sec04 .sec04_box img {
  position: absolute;
  z-index: 20;
}

.sec04 .sec04_box .title {
  font-size: 6vw;
  font-weight: 500;
  text-shadow: 2px 2px 1px #fff;
  z-index: 30;
  position: absolute;
  left: 5vw;
}

.sec04 .sec04_box .down {
  margin: 6% 0;
  border-left: 5vw solid transparent;
  border-right: 5vw solid transparent;
  border-top: 4vw solid #F4CBCC;
  display: inline-block;
}

.sec04 .sec04_box .main_04 {
  clip-path: polygon(0 37%, 100% 0, 100% 65%, 0 100%);
  z-index: -2;
  position: absolute;
  top: 0;
  width: 100%;
}

.sec04 .sec04_box .shoes {
  clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%);
  opacity: 0.9;
  z-index: -2;
  position: absolute;
  top: 338vw;
  width: 100%;
  left: 0;
}

.sec04 .sec04_box .secondary1 {
  background: #F8F8F8;
}

.sec04 .sec04_box .secondary2 {
  background: #fff;
}

.sec04 .sec04_box .secondary1,
.sec04 .sec04_box .secondary2 {
  font-size: 4.4vw;
  border-radius: 10px;
  filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
  height: 36vw;
}

.sec04 .sec04_box .secondary1 .secondary-title,
.sec04 .sec04_box .secondary2 .secondary-title {
  font-size: 6vw;
  padding-top: 10px;
  background: no-repeat url(../img/svg/line_yellow02.svg);
  background-position: bottom;
}

.sec04 .sec04_box .secondary1 span,
.sec04 .sec04_box .secondary2 span {
  margin-top: -15%;
  left: 10%;
  font-size: 28vw;
  color: #F4CBCC;
  font-style: italic;
  font-family: Optima;
  position: absolute;
  font-weight: lighter;
}

.sec04 .sec04_box .secondary1 p,
.sec04 .sec04_box .secondary2 p {
  font-size: 3.8vw;
}

.sec04 .sec04_box .secondary1 .font-normal,
.sec04 .sec04_box .secondary2 .font-normal {
  font-size: 5.5vw;
  margin: 0 auto;
}

.sec04 .sec04_box .primary-sub p {
  font-size: 4vw;
}

.sec04 .sec04_box .primary-title1,
.sec04 .sec04_box .primary-title {
  background-image: linear-gradient(to bottom, #F4CBCC 50%, #fff);
  border-radius: 50px;
}

.sec04 .sec04_box .primary-title1 p,
.sec04 .sec04_box .primary-title p {
  color: #fff;
  font-size: 6vw;
  margin-bottom: 20%;
  font-weight: bold;
}

.sec04 .sec04_box .clip-box1 {
  width: 90%;
  margin: 0 auto;
  display: flex;
  right: 0;
  left: 0;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  z-index: -1;
  top: 58vw;
}

.sec04 .sec04_box .clip-box2 {
  width: 90%;
  margin: -25% auto 0;
  right: 0;
  left: 0;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
  z-index: -1;
}

.sec04 .sec04_box .one_month {
  position: absolute;
  top: 57vw;
  left: 31vw;
  z-index: 50;
  font-size: 7vw;
  -moz-text-shadow: 3px 6px 0px rgba(0, 0, 0, 0.11);
  -webkit-text-shadow: 3px 6px 0px rgba(0, 0, 0, 0.11);
  -ms-text-shadow: 3px 6px 0px rgba(0, 0, 0, 0.11);
  text-shadow: 3px 6px 0px rgba(0, 0, 0, 0.11);
  background: no-repeat url(../img/svg/line_yellow.svg);
  background-size: contain;
}

.sec04 .sec04_box .sec04_text01 {
  height: 95vw;
}

.sec04 .sec04_box .sec04_text01 p {
  position: absolute;
  left: 13vw;
  font-size: 4.5vw;
  background: linear-gradient(to bottom, #F4CBCC 10%, #fff 60%);
  background: -moz-linear-gradient(bottom, #F4CBCC 10%, #fff 60%);
  background: -webkit-linear-gradient(bottom, #F4CBCC 10%, #fff 60%);
}

.sec04 .sec04_box .sec04_text01 .line01 {
  top: 77vw;
}

.sec04 .sec04_box .sec04_text01 .line02 {
  top: 87vw;
}

.sec04 .sec04_box .three_month {
  margin-top: -20%;
  position: absolute;
  left: 31vw;
  z-index: 10;
  font-size: 7vw;
  -moz-text-shadow: 3px 5px 0px rgba(0, 0, 0, 0.11);
  -webkit-text-shadow: 3px 5px 0px rgba(0, 0, 0, 0.11);
  -ms-text-shadow: 3px 5px 0px rgba(0, 0, 0, 0.11);
  text-shadow: 3px 5px 0px rgba(0, 0, 0, 0.11);
  background: no-repeat url(../img/svg/line_yellow.svg);
  background-size: contain;
}

.sec04 .sec04_box .advance {
  margin-bottom: 15vw;
}

.sec04 .sec04_box .sec04_text02 {
  margin-left: 4%;
  text-align: start;
}

.sec04 .sec04_box .sec04_text02 p {
  background: linear-gradient(to bottom, #F4CBCC 10%, #fff 60%);
  background: -moz-linear-gradient(bottom, #F4CBCC 10%, #fff 60%);
  background: -webkit-linear-gradient(bottom, #F4CBCC 10%, #fff 60%);
  display: inline;
  line-height: 9vw;
  font-size: 4vw;
}

.sec04 .sec04_box .sec04_text03 {
  margin: 4vw;
  font-size: 3.5vw;
  text-align: start;
}

.circle {
  margin-top: -30%;
}

.sec05 {
  position: relative;
}

.sec05 .sec05_ribbon {
  position: absolute;
  top: -25%;
  z-index: -1;
}

.sec05 .sec05_box .title {
  text-align: center;
  font-size: 7vw;
  font-weight: 500;
  text-shadow: 2px 2px 1px #fff;
  z-index: 20;
}

.sec05 .sec05_box .sec05_primary {
  margin: 15vw 0 11vw 0;
}

.sec05 .sec05_box .main22 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.16));
}

.sec05 .sec05_box .img_9178_sp {
  position: absolute;
  z-index: -3;
  width: 100%;
}

.sec06 .title06 {
  position: relative;
  background-image: linear-gradient(to bottom, #F4CBCC 60%, #fdeeef);
  padding: 2%;
  text-align: center;
  color: #FFF;
  font-size: 6vw;
  font-weight: bold;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.2));
}

.sec06 .title06:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(244, 203, 204, 0);
  border-top-width: 4vw;
  border-left-width: 10vw;
  border-right-width: 10vw;
  margin-left: -10vw;
  border-top-color: #ffebed;
  top: 98%;
  left: 50%;
}

.sec06 .sec06_box {
  margin: auto 7%;
  position: relative;
}

.sec06 .BD {
  margin: 13vw 10vw 0;
}

.sec06 .voice {
  display: inline-block;
  position: relative;
  padding: 3vw 2vw 3vw 5vw;
  border: solid 2px #f4cbcc;
  font-size: 4vw;
  margin: 5vw 0;
  width: 90%;
  height: 17vw;
}

.sec06 .voice p {
  margin: 4vw 1vw 0 0.5vw;
  font-size: 3.7vw;
}

.sec06 .voice p .selection::selection {
  background-color: #FFF990;
}

.sec06 .voice::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: -8px;
  right: -9px;
  left: 6px;
  border: solid 1px #6D6C6C;
  z-index: -1;
}

.sec06 .voice_pink {
  background: linear-gradient(transparent 0%, #F4CBCC 0%);
  display: inline;
  padding: 0 2px 4px;
  position: absolute;
  top: -3vw;
  padding: 1vw;
}

.sec06 .voice_yellow {
  background: linear-gradient(transparent 0%, #FFEEB1 0%);
  display: inline;
  padding: 0 2px 4px;
  position: absolute;
  top: -3vw;
  padding: 1vw;
}

.sec06 .youtube {
  margin: 7vw;
}

.sec06 .sec06_box_l {
  margin: 5vw 8vw;
  position: relative;
}

.sec06 .sec06_box_l .voice_l {
  display: inline-block;
  position: relative;
  padding: 0 5vw 1vw;
  border: solid 2px #f4cbcc;
  margin: 11vw 0 0;
}

.sec06 .sec06_box_l .voice_l .line_left {
  border-left: 1.5vw solid #F4CBCC;
  padding-left: 1.5vw;
  font-size: 5vw;
  font-weight: 500;
}

.sec06 .sec06_box_l .voice_l p {
  font-size: 3.7vw;
  line-height: 6vw;
  margin: 6vw 0 5vw 3vw;
}

.sec06 .sec06_box_l .voice_l p strong {
  background: linear-gradient(transparent 50%, #FFF990 60%);
}

.sec06 .sec06_box_l .voice_l .voice_pink_l {
  font-family: serif;
  position: absolute;
  top: -7vw;
  font-size: 6vw;
  color: #f4cbcc;
}

.sec06 .sec06_box_l .voice_l::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: -8px;
  right: -9px;
  left: 6px;
  border: solid 1px #6D6C6C;
  z-index: -1;
}

.voice_title_box {
  position: relative;
  text-align: center;
  margin: 14vw 0 5vw;
}

.voice_title_box .slash_box {
  position: relative;
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 70%;
  margin: 0 auto;
}

.voice_title_box .slash_box .slash_right_box {
  margin-right: 9vw;
}

.voice_title_box .slash_box .slash_left {
  position: absolute;
  transform: rotate(45deg);
  width: 8vw;
  border-top: 0.7vw solid #F4CBCC;
  top: 9vw;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.voice_title_box .slash_box .slash_right {
  position: absolute;
  transform: rotate(318deg);
  width: 8vw;
  border-top: 0.7vw solid #F4CBCC;
  top: 9vw;
  -webkit-transform: rotate(318deg);
  -moz-transform: rotate(318deg);
  -ms-transform: rotate(318deg);
  -o-transform: rotate(318deg);
}

.voice_title_box img {
  width: 30%;
  top: -5vw;
  position: absolute;
}

.voice_title_box .title {
  position: relative;
  padding: 2%;
  text-align: center;
  color: #6D6C6C;
  font-weight: 500;
  font-size: 4vw;
  font-weight: 500;
}

.sec07 {
  position: relative;
}

.sec07 .sec07_box::before {
  margin-top: -15%;
  content: "";
  width: 100%;
  height: 110%;
  position: absolute;
  z-index: -1;
  background: -webkit-linear-gradient(top, white 1%, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.1));
}

.sec07 .main28 {
  position: absolute;
  z-index: -1;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.16));
  margin-top: -21vw;
}

.sec07 .price_jpg {
  margin-top: -20vw;
  z-index: -2;
  position: absolute;
  left: 0;
  opacity: 0.2;
  height: 185vw;
  object-fit: cover;
  clip-path: polygon(0 0%, 100% 0, 100% 90%, 0% 100%);
}

.sec07 .title {
  z-index: -1;
  text-align: center;
  margin-top: 26vw;
  font-size: 7vw;
  font-weight: 500;
  text-shadow: 2px 2px 1px #fff;
}

.sec07 .sub-title {
  position: absolute;
  margin: 8vw 0 0 5vw;
  z-index: 10;
  font-size: 5vw;
  background: no-repeat url(../img/svg/line_yellow03.svg);
  background-size: 106%;
  background-position: bottom;
}

.sec07 .sub-title2 {
  z-index: 10;
  font-size: 4.5vw;
  background-size: 110%;
  background-position: top left;
}

.sec07 .sub-title3 {
  position: absolute;
  margin: -15vw 0 0 5vw;
  z-index: 10;
  font-size: 4.5vw;
  background: no-repeat url(../img/svg/line_yellow04.svg);
  background-position: top left;
}

.sec07 .sub-title2 span {
  text-align: right;
  display: block;
}

.sec07 .p-box {
  border-bottom: 1px solid #707070;
  margin: 18vw 5vw 0;
}

.sec07 .p-box2 {
  border-bottom: 1px solid #707070;
  margin: 35vw 5% 0;
}

.sec07 .p-box3 {
  border-bottom: 1px solid #707070;
  margin: 34vw 5% 0;
}

.sec07 .price_title {
  background: no-repeat 100% url(../img/svg/line_pink.svg);
  background-size: cover;
  margin: 5vw 7vw 0 0;
  filter: saturate(120%);
  line-height: 1.5vw;
}

.sec07 .flex-text p {
  margin-left: 5vw;
}

.sec07 .flex-container {
  display: flex;
  justify-content: space-between;
  margin: 0 14vw 0 0;
}

.sec07 .flex-item {
  font-size: 4.5vw;
  margin-left: 5vw;
}

.sec07 .primary02 {
  max-width: 90%;
  text-align: center;
  margin: 10vw auto;
  padding: 2px;
  background: #F4CBCC;
  border-radius: 12px;
  box-shadow: 0 0 0 1.5px #fff, 0 0 0 6px #f4cbcc;
  box-sizing: border-box;
}

.sec07 .primary02 p {
  font-size: 2.7vw;
}

.sec07 .note p {
  text-align: left;
  font-size: 2.7vw;
  margin: 12vw;
}

.apply_btn {
  text-align: center;
  margin: 0 0 8%;
}

.apply_btn .btn {
  background: #fff;
  background-image: -webkit-linear-gradient(top, #fff, #F4CBCC);
  background-image: -moz-linear-gradient(top, #fff, #F4CBCC);
  background-image: -ms-linear-gradient(top, #fff, #F4CBCC);
  background-image: -o-linear-gradient(top, #fff, #F4CBCC);
  background-image: linear-gradient(to bottom, #fff, #F4CBCC);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 20vw;
  text-shadow: 2px 2px 2px #fff;
  font-family: "NOTO SANS JP";
  font-weight: bold;
  color: #6D6C6C;
  font-size: 5vw;
  padding: 2% 10%;
  border: solid #F4CBCC 1px;
}

.apply_btn .btn:hover {
  background: #F4CBCC;
  background-image: -webkit-linear-gradient(top, #F4CBCC, #fff);
  background-image: -moz-linear-gradient(top, #F4CBCC, #fff);
  background-image: -ms-linear-gradient(top, #F4CBCC, #fff);
  background-image: -o-linear-gradient(top, #F4CBCC, #fff);
  background-image: linear-gradient(to bottom, #F4CBCC, #fff);
  text-decoration: none;
}

.sec08 {
  position: relative;
  margin-bottom: 16vw;
}

.sec08 .sec08_box {
  position: absolute;
  top: 16vw;
  right: 17vw;
  left: 15vw;
}

.sec08 .sec08_box img.img_9219 {
  position: absolute;
  width: 70%;
  top: 80vw;
  left: 26vw;
  z-index: -1;
  margin: 15% 0;
}

.sec08 img.frame_sp {
  position: relative;
  z-index: -3;
}

.sec08 .title {
  font-size: 4vw;
  text-decoration: underline #F4CBCC;
  text-underline-offset: 3.5vw;
}

.sec08 .text1 {
  margin: 10vw 0 1vw;
}

.sec08 .text1 p {
  line-height: 1.6;
  font-size: 3.3vw;
}

.sec08 .text2 p {
  line-height: 1.8;
  font-size: 3.2vw;
}

.primary_secondary,
.primary {
  text-align: center;
  margin: 30vw 5%;
}

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

  .img_9194,
  .shoes_pc,
  .circle_pc,
  .img_9178,
  .frame,
  .img_9219_pc,
  .br-pc,
  .apply_btn_box {
    display: none;
  }

  body {
    font-weight: 500;
  }
}

.top_cover {
  height: 176vw;
  overflow: hidden;
}

.main_box {
  position: relative;
}

.main_box .png_main01 {
  position: absolute;
  top: -46px;
  right: 0px;
}

.main_box .bubble_SP {
  position: absolute;
  top: 115vw;
  left: -32vw;
  transform: rotate(319deg);
}

.main_box h2 {
  position: absolute;
  top: 123vw;
  left: 16vw;
  text-shadow: 2px 2px 1px #fff;
  font-size: 5.5vw;
  font-weight: 500;
}

.main_box h3 {
  position: absolute;
  top: 136vw;
  left: 28vw;
  z-index: 40;
  font-size: 5vw;
  font-weight: 500;
  text-shadow: 2px 2px 1px #fff;
}

.main_title {
  position: absolute;
  top: 10vh;
  left: 13vw;
  line-height: 1.5;
  font-size: 9.7vw;
  font-weight: bold;
  font-family: didot;
  z-index: 30;
  text-shadow: 1px 1px 1px #fff;
}

.header_SP {
  position: relative;
  opacity: 0.4;
  width: 100%;
  filter: blur(7px);
}

@media screen and (max-width: 599px) {
  .header_PC {
    display: none;
  }
}

.bubble02 {
  position: absolute;
  left: 60vw;
}

@media screen and (min-width: 599px) {
  .bubble02 {
    display: none;
  }
}

.ribbonSP {
  position: absolute;
  top: -41vw;
  height: 85%;
  z-index: 20;
  width: 60%;
  filter: drop-shadow(0px 5px 6px rgba(0, 0, 0, 0.16));
}

@media screen and (min-width: 599px) {
  .ribbonSP {
    display: none;
  }
}

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

  .ribbonPC,
  .ribbonPC02 {
    display: none;
  }
}

.bubble {
  position: absolute;
  top: 73vw;
  right: 78vw;
  z-index: 30;
}

@media screen and (min-width: 599px) {
  .bubble {
    display: none;
  }
}

.main_top {
  position: absolute;
  width: 80%;
  top: 63vw;
  left: 11vw;
  z-index: 10;
}

.img_main_title {
  box-shadow: 3px 4px 5px #6c6c6c70;
}

.catch {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 40;
}

.catch:before {
  border-top: 1px solid;
  content: "";
  width: 6em;
}

.catch:before {
  margin-right: 1em;
}

footer .social {
  margin: 0 15%;
  align-items: center;
  display: flex;
  justify-content: space-evenly;
}

footer .social a {
  display: contents;
}

footer .social img {
  margin-left: 10%;
}

footer .social img:first-child {
  margin-left: 0;
}

footer .footer-nav ul {
  margin: 10% 0;
  align-items: center;
  justify-content: space-evenly;
  display: flex;
}

footer .footer-nav ul li {
  display: -webkit-flex;
}

footer .footer-nav ul a {
  color: #6D6C6C;
}

footer small {
  text-align: center;
  display: block;
  padding: 3%;
  font-size: 1.7vw;
}

@media screen and (min-width: 600px) {
  footer .footer-nav ul {
    margin: 10%;
  }

  footer .social {
    margin: 0 25%;
  }
}

@media screen and (min-width: 1279px) {
  footer .social {
    margin: 10% 25%;
  }

  footer .social img {
    width: 10%;
  }

  footer .footer-nav ul {
    font-size: 1.5vw;
    margin: 10% 15% 3%;
  }
}

@media screen and (min-width: 600px) {
  .top_cover {
    height: 75vw;
  }

  .main_title {
    font-size: 6vw;
    top: 10vw;
    left: 6vw;
    margin: 5vw 0 0 0;
    z-index: 40;
    text-shadow: 2px 2px 1px #fff;
  }

  .ribbonPC {
    width: 66%;
    position: absolute;
    top: -13vw;
    left: -33vw;
    filter: contrast(1.1);
  }

  .ribbonPC02 {
    width: 66%;
    position: absolute;
    top: 8vw;
    left: 66vw;
    filter: contrast(1.1);
    z-index: 1;
  }

  .header_SP {
    display: none;
  }

  .header_PC {
    position: relative;
    opacity: 0.4;
    width: 100%;
    filter: blur(7px);
  }

  .main_top {
    width: 47%;
    top: 13vw;
    left: 38vw;
  }

  .img_main_title {
    width: 100%;
  }

  .catch:before {
    display: none;
  }

  .main_box h2 {
    top: 44.6vw;
    left: 9vw;
    font-size: 3vw;
  }

  .main_box h3 {
    top: 44vw;
    left: 19vw;
    font-size: 3vw;
  }

  .main_box .png_main01 {
    display: none;
  }

  .main_box .bubble_SP {
    transform: rotate(265deg);
    top: -6vw;
    left: -33vw;
    width: 56%;
  }

  .main_box .bubble_PC {
    position: absolute;
    transform: rotate(348deg);
    top: 41vw;
    left: 50vw;
    width: 41%;
  }

  .sec02 {
    height: 137vw;
  }

  .sec02 .sec02_box .sec02_container {
    transform: skew(0deg, -8deg);
    -webkit-transform: skew(0deg, -8deg);
    -moz-transform: skew(0deg, -8deg);
    -ms-transform: skew(0deg, -8deg);
    -o-transform: skew(0deg, -8deg);
    height: 23vw;
  }

  .sec02 .sec02_box .sec02_title {
    top: 2vw;
    left: 42vw;
    font-size: 6vw;
  }

  .sec02 .sec02_box .sec02_ribbon {
    top: 3vw;
    left: 50vw;
  }

  .sec02 .sec02_box .png_main05 {
    width: 45vw;
  }

  .sec02 .sec02_box .sec02_text01 {
    font-size: 2.7vw;
    top: 15vw;
    left: 72vw;
    right: 0;
  }

  .sec02 .sec02_box .sec02_img {
    width: 35%;
    margin: -27vw 0 0 10vw;
    border: solid 20px #fff;
    transform: rotate(-7deg);
  }

  .sec02 .sec02_box .sec02_text02 {
    font-size: 2.5vw;
    line-height: 5vw;
    left: 17vw;
    text-align: center;
    margin: -25vw 0 0 38vw;
  }

  .sec02 .sec02_box .line_white {
    top: 25vw;
    left: 50vw;
    width: 47vw;
  }

  .sec02 .sec02_box02 .sec02_inner {
    height: 55vw;
    width: 80%;
    overflow: hidden;
    border-radius: 3%;
  }

  .sec02 .sec02_box02 .png_main06 {
    display: block;
    height: auto;
    width: 100%;
  }

  .sec02 .sec02_box02 .sec02_title02 {
    top: -2vw;
    left: 22vw;
    font-size: 4vw;
  }

  .sec02 .sec02_box02 .sec02_text03 {
    top: 112vw;
    left: 9vw;
    font-size: 4.2vw;
  }

  .sec02 .sec02_box02 .sec02_text04 {
    top: 112vw;
    left: 9vw;
    font-size: 4.2vw;
  }

  .sec02 .sec02_box02 .sec02_text05 {
    margin: -35vw 0 0 19vw;
    width: 64%;
    font-size: 2.2vw;
  }

  .sec02 .sec02_box02 .sec02_text05 span {
    display: inline;
  }

  .sec02 .sec02_box02 .sec02_text06 {
    margin: -23vw 0 0 19vw;
    width: 64%;
    font-size: 2.2vw;
  }

  .sec02 .sec02_box02 .sec02_text06 span {
    display: inline;
  }

  .sec02 .sec02_box02 .flower {
    width: 40vw;
    top: 0;
    left: 0;
  }

  .sec02 .sec02_box02 .flower02 {
    width: 38vw;
    position: absolute;
    transform: rotate(180deg);
    top: 10vw;
    left: 60vw;
  }

  .sec03 {
    height: 104vw;
  }

  .sec03 .sec03_title {
    font-size: 2.7vw;
  }

  .sec03 .sec03_back {
    width: 100%;
  }

  .sec03 .sec03_back .sec03_text {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5%;
    line-height: 5vw;
    text-align: left;
    padding: 3vw;
    margin-left: 36vw;
    font-weight: 500;
  }

  .sec03 .sec03_back .sec03_text p {
    font-size: 2.5vw;
  }

  .sec03 .sec03_back .sec03_text img {
    width: 3vw;
  }

  .sec03 .sec03_back .sec03_img:before {
    display: none;
  }

  .sec03 .sec03_back .sec03_img:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, #fff 100%);
  }

  .sec03 .sec03_back .middle {
    display: none;
  }

  .sec03 .sec03_back .middle_PC {
    width: 100%;
  }

  .sec03 .sec03_back .sec03_text05 {
    margin-bottom: 8vw;
  }

  .sec03 .sec03_back .sec03_text06 {
    top: 42vw;
  }

  .sec03 .sec03_back .sec03_text07 {
    margin: 0;
    padding-left: 23vw;
    font-size: 1.7vw;
  }

  .sec04 .sec04_box {
    margin-top: 0;
  }

  .sec04 .sec04_box .sec04_box4 {
    margin-bottom: 0;
  }

  .sec04 .sec04_box .ribbon02 {
    top: -7%;
    z-index: -1;
  }

  .sec04 .sec04_box .clip-box1 {
    width: 50%;
    margin: 5% auto;
    display: flex;
    z-index: -1;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
  }

  .sec04 .sec04_box .clip-box2 {
    width: 50%;
    margin: 12% auto 0;
    right: 0;
    left: 0;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
    -webkit-filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2));
  }

  .sec04 .sec04_box .primary {
    margin: 0;
  }

  .sec04 .sec04_box img {
    z-index: 0;
    position: inherit;
  }

  .sec04 .sec04_box .title {
    top: 3%;
    font-size: 4.5vw;
    left: 0;
    right: 0;
    text-align: center;
  }

  .sec04 .sec04_box .main_04 {
    display: none;
  }

  .sec04 .sec04_box .img_9194 {
    clip-path: polygon(100% 0, 100% 88%, 50% 100%, 0 88%, 0 0, 50% 10%);
    z-index: -10;
    position: absolute;
    top: 12%;
    width: 100%;
  }

  .sec04 .sec04_box .shoes {
    display: none;
  }

  .sec04 .sec04_box .shoes_pc {
    clip-path: polygon(100% 0, 100% 88%, 50% 100%, 0 88%, 0 0, 50% 13%);
    z-index: -4;
    width: 100%;
    margin-top: -75%;
    position: relative;
  }

  .sec04 .sec04_box .one_month {
    left: 30vw;
    line-height: 3;
    margin: -28% 0;
    background-position: bottom 21px right 0;
  }

  .sec04 .sec04_box .sec04_text01 {
    height: 0;
  }

  .sec04 .sec04_box .sec04_text01 p {
    background: none;
    font-size: 2vw;
    left: 33vw;
    text-align: center;
  }

  .sec04 .sec04_box .sec04_text01 .line01 {
    top: 49vw;
  }

  .sec04 .sec04_box .sec04_text01 .line02 {
    top: 53vw;
  }

  .sec04 .sec04_box .primary-title1 {
    background: none;
  }

  .sec04 .sec04_box .primary-title1 p {
    color: #6D6C6C;
    text-align: center;
    font-size: 4.5vw;
    margin: 8% 0 14%;
  }

  .sec04 .sec04_box .primary-title {
    background: none;
  }

  .sec04 .sec04_box .primary-title p {
    color: #6D6C6C;
    text-align: center;
    font-size: 5vw;
    margin: 40% 0 0;
  }

  .sec04 .sec04_box .secondary_box {
    align-items: center;
    justify-content: center;
    display: flex;
    margin: 0 5%;
  }

  .sec04 .sec04_box .secondary1,
  .sec04 .sec04_box .secondary2 {
    border-radius: 4vw;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.16));
    width: 18vw;
    height: 38vw;
  }

  .sec04 .sec04_box .secondary1 span,
  .sec04 .sec04_box .secondary2 span {
    left: 5vw;
    font-size: 15vw;
    position: relative;
    display: table;
  }

  .sec04 .sec04_box .secondary1 .font-normal,
  .sec04 .sec04_box .secondary2 .font-normal {
    font-size: 3vw;
    margin: 1vw auto;
    font-family: normal;
  }

  .sec04 .sec04_box .secondary1 p,
  .sec04 .sec04_box .secondary2 p {
    font-size: 1.4vw;
    line-height: 3vw;
    margin-top: 15%;
  }

  .sec04 .sec04_box .secondary1 .secondary-title,
  .sec04 .sec04_box .secondary2 .secondary-title {
    font-size: 3vw;
    margin-top: -50%;
  }

  .sec04 .sec04_box .sec04_text02 {
    margin: 0;
    z-index: 1;
  }

  .sec04 .sec04_box .sec04_text02 p {
    background: none;
    font-size: 1.9vw;
    line-height: 2;
  }

  .sec04 .sec04_box .sec04_text03 {
    margin: 7% 0;
    font-size: 2vw;
    z-index: 1;
  }

  .sec04 .sec04_box .down {
    margin: 17% 2%;
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid #f4cbcc;
    border-right: 0 solid;
  }

  .sec04 .sec04_box .sec04_text02_body {
    align-items: center;
    justify-content: center;
    display: grid;
    text-align: start;
    margin-top: -38%;
  }

  .sec04 .sec04_box .three_month {
    left: 31vw;
    margin-top: 9%;
    line-height: 3;
    background-position: bottom 21px right 0;
  }

  .sec04 .sec04_box .advance {
    margin-bottom: 55vw;
  }

  .sec04 .sec04_box .advance p {
    font-size: 2.5vw;
  }

  .sec04 .sec04_box .primary-sub p {
    font-size: 2.3vw;
  }

  .primary .primary_secondary {
    text-align: center;
    margin: 17vw 0;
  }

  .circle {
    display: none;
  }

  .circle_pc {
    width: 85%;
    margin: -37% auto 0;
    display: flex;
  }

  .sec05 .main22 {
    display: none;
  }

  .sec05 .sec05_ribbon {
    margin-top: -15%;
    z-index: -1;
    position: relative;
  }

  .sec05 .sec05_box .img_9178 {
    top: 28%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 88%;
    z-index: -10;
    position: absolute;
  }

  .sec05 .sec05_box .img_9178_sp {
    display: none;
  }

  .sec05 .sec05_box .title {
    font-size: 5vw;
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
  }

  .sec05 .sec05_box .sec05_primary {
    width: 50%;
    margin: -5% 5% 10% auto;
  }

  .sec06 .title06 {
    font-size: 3.5vw;
  }

  .sec06 .BD {
    margin: 5vw auto 0;
    max-width: 72%;
  }

  .sec06 .BD_img {
    width: 100%;
  }

  .sec06 .parent02 {
    flex-direction: column;
  }

  .sec06 .flex-area {
    display: flex;
    justify-content: space-between;
  }

  .sec06 .voice {
    height: 8vw;
    margin: 2.5vw 1.5vw;
    padding: 1vw 1vw 0 5vw;
  }

  .sec06 .voice p {
    font-size: 1.5vw;
    margin: 1.7vw 0.5vw 1.5vw 2.5vw;
  }

  .sec06 .voice_pink,
  .sec06 .voice_yellow {
    margin: 4.5vw 0 0 -6.7vw;
    font-size: 1.5vw;
    padding: 0.5vw;
  }

  .sec06 .video-wrap {
    max-width: 75%;
    margin: 7vw 13vw;
  }

  .sec06 .youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin: 0;
  }

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

  .sec06 .sec06_box_l {
    margin: 0 8vw;
  }

  .sec06 .sec06_box_l .voice_l .line_left {
    border-left: 0.7vw solid #F4CBCC;
    padding-left: 1.5vw;
    font-size: 2vw;
    font-weight: 500;
  }

  .sec06 .sec06_box_l .voice_l p {
    font-size: 1.5vw;
    line-height: 3vw;
    margin: 2vw 0 2vw 2vw;
  }

  .sec06 .sec06_box_l .voice_l .voice_pink_l {
    font-family: serif;
    position: absolute;
    top: -3.4vw;
    font-size: 3vw;
    color: #f4cbcc;
  }

  .sec06 .voice_title_box {
    position: relative;
    text-align: center;
    margin: 10vw 0 5vw;
  }

  .sec06 .voice_title_box .slash_box {
    justify-content: space-around;
    width: 100%;
  }

  .sec06 .voice_title_box .slash_box .slash_right_box {
    margin-right: 8vw;
  }

  .sec06 .voice_title_box .slash_box .slash_left {
    width: 7vw;
    border-top: 0.5vw solid #F4CBCC;
  }

  .sec06 .voice_title_box .slash_box .slash_right {
    width: 7vw;
    border-top: 0.5vw solid #F4CBCC;
  }

  .sec06 .voice_title_box img {
    width: 21%;
    top: -4vw;
    position: absolute;
  }

  .sec06 .voice_title_box .title {
    font-size: 3vw;
    margin: auto 25vw;
  }

  .sec07 .title {
    font-size: 5vw;
    margin-top: 9vw;
  }

  .sec07 .sec07_box:before {
    margin-top: 5%;
  }

  .sec07 .price_jpg {
    margin: 0px 13vw;
    width: 75%;
    height: 120vw;
    object-fit: cover;
    clip-path: none;
  }

  .sec07 .sub-title {
    background: none;
    margin: 25vw 0 0 8vw;
    font-size: 4vw;
  }

  .sec07 .p-box {
    margin: 32vw 8vw 0;
    max-width: 40vw;
  }

  .sec07 .price_title {
    background: none;
    margin: 4vw 0 0 -17vw;
  }

  .sec07 .price_PC {
    width: 40vw;
    height: 35vw;
    text-align: center;
    margin: 10vw 2vw;
    padding: 2px;
    background: #fff;
    box-shadow: 0 0 0 2px #f4cbcc, 0 0 0 5px #fff, 0 0 0 9px #f4cbcc;
    box-sizing: border-box;
  }

  .sec07 .flex-text p {
    font-size: 2vw;
    margin: 0 3vw 2vw;
    text-align: left;
  }
  
  .sec07 .salon-box {
    margin: 1vw 0 0 12vw;
    font-size: 2.2vw;
  }
  
  .sec07 .salon {
    font-size: 2.2vw;
  }

  .sec07 .price_flex {
    display: flex;
    justify-content: center;
  }
  
  .sec07 .price_flex2 {
    display: flex;
    justify-content: center;
    margin: 20vw 0 0 0;
  }

  .sec07 .flex-container {
    display: unset;
  }

  .sec07 .flex-item {
    font-size: 3.5vw;
  }

  .sec07 .item1 span {
    font-style: italic;
    font-size: 7vw;
  }

  .sec07 .item2 {
    margin: 4vw 0 3vw 33vw;
  }

  .sec07 .sub-title2 {
    background: none;
    margin:1vw 0 0 9vw;
    font-size: 4vw;
  }
  
  .sec07 .sub-title3 {
    background: none;
    margin:5vw 0 0 12vw;
    font-size: 4vw;
  }

  .sec07 .sub-title2 span {
    font-size: 3.5vw;
    margin-top: 2vw;
  }

  .sec07 .p-box2 {
    margin: 5vw 8vw;
    width: 84vw;
  }
  
  .sec07 .p-box3 {
    margin: 10vw 8vw;
    width: 84vw;
  }

  .sec07 .price-sub {
    margin: 4vw 2vw;
    height: 18vw;
  }

  .sec07 .price-sub span {
    padding-right: 1vw;
  }

  .sec07 .price-sub .three {
    margin: 0 0 0 17vw;
  }

  .sec07 .primary02 {
    width: 77vw;
    margin-bottom: 5vw;
  }

  .sec07 .primary02 p {
    font-size: 2.5vw;
  }

  .sec07 .note p {
    font-size: 2vw;
    margin: 0 auto 0 13vw;
  }

  .frame_sp {
    display: none;
  }

  .apply_btn .btn {
    font-size: 3vw;
    padding: 1% 5%;
  }

  .sec08 {
    margin: 5%;
  }

  .sec08 .sec08_box {
    right: auto;
    top: 10vw;
  }

  .sec08 .sec08_box img.img_9219,
  .sec08 .sec08_box img.frame_sp {
    display: none;
  }

  .sec08 .title {
    font-size: 2.5vw;
    text-decoration: none;
  }

  .sec08 .text1 {
    margin: 8% 0 5%;
  }

  .sec08 .text1 p {
    line-height: 1.8;
    font-size: 1.5vw;
  }

  .sec08 .text2 p {
    line-height: 1.8;
    font-size: 1.2vw;
  }

  img.img_9219_pc {
    position: absolute;
    width: 28%;
    right: 0;
    margin: 10vw;
    z-index: -1;
    top: 0;
  }

  .apply_btn {
    margin: 5% 0;
  }

  .primary_secondary,
  .primary {
    text-align: center;
    margin: 30vw 5%;
  }

  footer .footer-nav ul {
    font-size: 1.8vw;
  }

  .br-sp {
    display: none;
  }
}

.pp-header {
  margin-bottom: 10vw;
}

.pp-header #page-top {
  font-weight: bold;
  color: #737373;
  padding: 0 0 0 8vw;
  border-top: solid 1px;
}

.pp-header #page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: 9.7vw;
  left: 10.1vw;
  width: 5vw;
  border-top: solid 1px;
  transform: rotate(335deg);
  transform-origin: left top;
}

.privacypolicy {
  margin: 10vw;
}

.privacypolicy h1 {
  font-size: 4.5vw;
  margin-bottom: 8vw;
}

.privacypolicy h2 {
  margin: 7vw 0 2vw;
  font-size: 4.2vw;
}

.privacypolicy p {
  margin-top: 1vw;
}

.privacypolicy li {
  font-size: 3.6vw;
  margin-bottom: 1.5vw;
}

@media screen and (min-width: 559px) {
  .privacypolicy {
    margin: 12vw 15vw;
  }

  .privacypolicy h1 {
    font-size: 2.3vw;
    margin-bottom: 4vw;
  }

  .privacypolicy p {
    font-size: 1.5vw;
    margin-top: 2vw;
  }

  .privacypolicy h2 {
    font-size: 1.8vw;
  }

  .privacypolicy li {
    font-size: 1.4vw;
    margin-bottom: 0.5vw;
  }

  .privacypolicy #page-top {
    padding: 0 0 0 5vw;
    font-size: 1vw;
    border-top: solid 1.5px;
  }

  .privacypolicy #page-top::before {
    top: 11.9vw;
    left: 15.1vw;
    width: 3vw;
    border-top: solid 1.5px;
  }
}

/*# sourceMappingURL=style.css.map */
