@font-face {
  font-family: dojiR;
  src: url("https://file.hstatic.net/200000567741/file/dojir.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: dojiI;
  src: url("https://file.hstatic.net/200000567741/file/dojii.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: dojiB;
  src: url("https://file.hstatic.net/200000567741/file/dojib.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: dojiBI;
  src: url("https://file.hstatic.net/200000567741/file/dojibi.ttf") format("truetype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: signature;
  src: url("https://file.hstatic.net/200000567741/file/signature.ttf") format("truetype"), url("https://file.hstatic.net/200000567741/file/signature.otf") format("opentype"), url("https://file.hstatic.net/200000567741/file/signature.woff") format("woff"), url("https://file.hstatic.net/200000567741/file/signature.woff2") format("woff2"), url("https://file.hstatic.net/200000567741/file/signature.eot") format("embedded-opentype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Myriadpro;
  src: url("https://file.hstatic.net/200000567741/file/myriadpro.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: BHN;
  src: url("https://file.hstatic.net/200000567741/file/bhn_kepler_std_light_display.ttf") format("truetype"), url("https://file.hstatic.net/200000567741/file/bhn_kepler_std_light_display.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url("https://file.hstatic.net/200000567741/file/svn-gilroy_regular.otf") format("opentype");
  font-style: normal;
  font-display: swap;
}

.lp-outer {
  max-width: 1164px;
  margin-left: auto;
  margin-right: auto;
}

.lp-outer2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

#content-lp {
  overflow: hidden;
}

#content-lp .d-sp img {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#content-lp .d-sp img:hover {
  transform: scale(1.1);
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

#content-lp p {
  line-height: 1.4;
}

#content-lp .slider-css-img {
  position: relative;
  overflow: hidden;
}

#content-lp .slider-css-img img {
  position: relative;
  z-index: 1;
}

#content-lp .slider-css-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3));
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#content-lp .slider-css-img:hover:before {
  -webkit-animation: o 0.85s;
  animation: o 0.85s;
}

#content-lp .d-readmore a {
  font-family: Gilroy, sans-serif !important;
  font-size: 22px;
  border-radius: 25px;
  -ms-border-radius: 25px;
  -webkit-border-radius: 25px;
  color: #fff;
  border: 1px solid;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  padding: 6px 15px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 1px;
}

#content-lp .d-readmore a:hover {
  background: #fff !important;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

#content-lp .d-readmore.color-lady a {
  border-color: #066559;
  background: #066559;
}

#content-lp .d-readmore.color-lady a:hover {
  color: #066559;
}

#content-lp .d-readmore.color-darling a {
  border-color: #d16840;
  background: #d16840;
}

#content-lp .d-readmore.color-darling a:hover {
  color: #d16840;
}

#content-lp .d-readmore.color-muse a {
  border-color: #d08a92;
  background: #d08a92;
}

#content-lp .d-readmore.color-muse a:hover {
  color: #d08a92;
}

#content-lp .d-readmore.color-highlight a {
  border-color: #e38648;
  background: #e38648;
}

#content-lp .d-readmore.color-highlight a:hover {
  color: #e38648;
}

#content-lp .icon-star {
  text-align: center;
}

#content-lp .icon-star img {
  max-width: 159px;
}

#content-lp #lp-banner {
  position: relative;
}

#content-lp #lp-banner img {
  width: 100%;
  object-fit: cover;
}

#content-lp #lp-banner > img {
  z-index: 1;
  position: relative;
}

#content-lp #lp-banner .lp-blink {
  display: block;
  position: absolute;
  z-index: 5;
  width: calc(100vw * 126 / 1920);
  mix-blend-mode: screen;
}

#content-lp #lp-banner .lp-blink img {
  -webkit-animation: star_blinker 2s infinite;
  animation: star_blinker 2s linear infinite alternate;
  opacity: 0.2;
  position: absolute;
  width: 100%;
  object-fit: contain;
}

#content-lp #lp-banner .lp-blink.blink-1 {
  top: calc(100vh * 372 / 980);
  left: calc(100vw * 540 / 1920);
}

#content-lp #lp-banner .lp-blink.blink-1 img {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#content-lp #lp-banner .lp-blink.blink-2 {
  top: calc(100vh * 205 / 980);
  left: calc(100vw * 365 / 1920);
}

#content-lp #lp-banner .lp-blink.blink-2 img {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

#content-lp #lp-banner .lp-blink.blink-3 {
  top: calc(100vh * 105 / 980);
  left: calc(100vw * 1440 / 1920);
}

#content-lp #lp-banner .lp-blink.blink-3 img {
  -webkit-animation-delay: -1.25s;
  animation-delay: -1.25s;
}

#content-lp #lp-about {
  background: #faf8f6;
  background: linear-gradient(180deg, #faf8f6 0%, #efe7e0 88%, rgba(255, 255, 255, 0.4) 100%);
  padding-top: 0;
  padding-bottom: 150px;
}

#content-lp #lp-about .icon-star {
  padding-top: 50px;
  padding-bottom: 50px;
}

#content-lp #lp-about .icon-collect {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

#content-lp #lp-about .icon-collect img {
  width: calc(100% / 5 - (40px * 4 / 5));
  margin-right: 20px;
  margin-left: 20px;
}

#content-lp #lp-about .icon-collect img:nth-child(5n+5) {
  margin-right: 0;
}

#content-lp #lp-about .desc {
  text-align: center;
  margin-bottom: 50px;
}

#content-lp #lp-about .desc p {
  font-family: BHN, sans-serif !important;
  font-size: 28px;
  letter-spacing: 2px;
}

#content-lp .wrap-bst {
  padding-bottom: 100px;
}

#content-lp .wrap-bst > div {
  position: relative;
  overflow: hidden;
  padding-bottom: 90px;
  margin-bottom: -90px;
}

#content-lp .wrap-bst > div .d-text p {
  font-family: Gilroy, sans-serif !important;
  font-size: 18px;
}

#content-lp .wrap-bst .blur-color {
  position: absolute;
  bottom: 90px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
  object-fit: contain;
}

#content-lp .wrap-bst .icon-star {
  padding-top: 50px;
  padding-bottom: 50px;
}

#content-lp .wrap-bst .bst-lady-boss .d-title,
#content-lp .wrap-bst .bst-the-muse .d-title {
  width: 100%;
  text-align: right;
}

#content-lp .wrap-bst .bst-lady-boss .d-title img,
#content-lp .wrap-bst .bst-the-muse .d-title img {
  object-fit: contain;
  max-width: max-content;
}

#content-lp .wrap-bst .bst-lady-boss .d-section,
#content-lp .wrap-bst .bst-the-muse .d-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#content-lp .wrap-bst .bst-lady-boss .d-section .d-image,
#content-lp .wrap-bst .bst-the-muse .d-section .d-image {
  width: calc(100% / 2 - (20px * 1 / 2));
  margin-right: 20px;
}

#content-lp .wrap-bst .bst-lady-boss .d-section .d-image img,
#content-lp .wrap-bst .bst-the-muse .d-section .d-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#content-lp .wrap-bst .bst-lady-boss .d-section .d-content,
#content-lp .wrap-bst .bst-the-muse .d-section .d-content {
  width: calc(100% / 2 - (20px * 1 / 2));
  margin-right: 0;
  text-align: center;
  padding: 20px 20px 0;
}

#content-lp .wrap-bst .bst-lady-boss .d-section .d-content .d-text,
#content-lp .wrap-bst .bst-the-muse .d-section .d-content .d-text {
  text-align: justify;
  text-align-last: right;
}

#content-lp .wrap-bst .bst-lady-boss .d-section .d-content .d-sp img,
#content-lp .wrap-bst .bst-the-muse .d-section .d-content .d-sp img {
  width: 100%;
}

#content-lp .wrap-bst .bst-darling-girl .d-title,
#content-lp .wrap-bst .bst-highlight-me .d-title {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#content-lp .wrap-bst .bst-darling-girl .d-title img,
#content-lp .wrap-bst .bst-highlight-me .d-title img {
  object-fit: contain;
  max-width: max-content;
}

#content-lp .wrap-bst .bst-darling-girl .d-image,
#content-lp .wrap-bst .bst-highlight-me .d-image {
  width: 100%;
}

#content-lp .wrap-bst .bst-darling-girl .d-image img,
#content-lp .wrap-bst .bst-highlight-me .d-image img {
  width: 100%;
}

#content-lp .wrap-bst .bst-darling-girl .d-content .d-text,
#content-lp .wrap-bst .bst-highlight-me .d-content .d-text {
  text-align: justify;
}

#content-lp .wrap-bst .bst-darling-girl .d-content .d-sp,
#content-lp .wrap-bst .bst-highlight-me .d-content .d-sp {
  width: 100%;
  text-align: center;
}

#content-lp .wrap-bst .bst-darling-girl .d-content .d-sp img,
#content-lp .wrap-bst .bst-highlight-me .d-content .d-sp img {
  object-fit: contain;
  max-width: max-content;
}

#content-lp .wrap-bst .bst-darling-girl .d-content .d-readmore,
#content-lp .wrap-bst .bst-highlight-me .d-content .d-readmore {
  text-align: center;
}

#content-lp .wrap-bst .bst-lady-boss {
  z-index: 4;
}

#content-lp .wrap-bst .bst-lady-boss:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 90px);
  width: 8px;
  background: #066559;
}

#content-lp .wrap-bst .bst-lady-boss .blur-color {
  right: -10%;
  background: #066559;
  background: radial-gradient(circle, #066559 0%, rgba(6, 101, 89, 0) 100%);
}

#content-lp .wrap-bst .bst-darling-girl {
  z-index: 3;
}

#content-lp .wrap-bst .bst-darling-girl:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% - 90px);
  width: 8px;
  background: #d16840;
}

#content-lp .wrap-bst .bst-darling-girl .blur-color {
  left: -10%;
  background: #d16840;
  background: radial-gradient(circle, #d16840 0%, rgba(209, 104, 64, 0) 100%);
}

#content-lp .wrap-bst .bst-the-muse {
  z-index: 2;
}

#content-lp .wrap-bst .bst-the-muse:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: calc(100% - 90px);
  width: 8px;
  background: #d08a92;
}

#content-lp .wrap-bst .bst-the-muse .blur-color {
  right: -10%;
  background: #d08a92;
  background: radial-gradient(circle, #d08a92 0%, rgba(208, 138, 146, 0) 100%);
}

#content-lp .wrap-bst .bst-highlight-me {
  z-index: 1;
}

#content-lp .wrap-bst .bst-highlight-me:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: calc(100% - 90px);
  width: 8px;
  background: #e38648;
}

#content-lp .wrap-bst .bst-highlight-me .blur-color {
  left: -10%;
  background: #e38648;
  background: radial-gradient(circle, #e38648 0%, rgba(227, 134, 72, 0) 100%);
}

@keyframes o {
  100% {
    left: 125%;
  }
}

.pc {
  display: block;
}

.mb {
  display: none;
}

@media only screen and (max-width: 820px) {
  .lp-outer {
    padding-left: 15px;
    padding-right: 15px;
  }
  #lp-about .video img {
    width: 100%;
  }
  .d-title img {
    width: 100%;
  }
  #content-lp .wrap-bst .bst-lady-boss .d-section .d-image img,
  #content-lp .wrap-bst .bst-the-muse .d-section .d-image img {
    width: 100%;
  }
  .d-sp img {
    width: 100%;
  }
  #content-lp .wrap-bst .lp-outer {
    padding-left: 0;
    padding-right: 0;
  }
  #content-lp .wrap-bst > div {
    padding-bottom: 190px;
    margin-bottom: -190px;
  }
  #content-lp .wrap-bst .bst-darling-girl:after {
    height: calc(100% - 90px);
  }
  #content-lp .wrap-bst .bst-lady-boss:after {
    height: calc(100% - 90px);
    bottom: 90px;
  }
  #content-lp .wrap-bst .bst-the-muse:after {
    height: calc(100% - 190px);
  }
  #content-lp .wrap-bst .bst-highlight-me:after {
    height: calc(100% - 190px);
  }
  .bst-lady-boss .d-title,
  .bst-the-muse .d-title {
    margin-bottom: 20px;
  }
  #content-lp .wrap-bst .blur-color {
    position: absolute;
    bottom: 190px;
    width: 280px;
    height: 280px;
  }
  #content-lp.mobile .pc {
    display: none;
  }
  #content-lp.mobile .mb {
    display: block;
  }
  #content-lp.mobile .icon-star img {
    max-width: calc(100vw* 300 / 1920);
  }
  #content-lp.mobile .blur-color {
    display: none !important;
  }
  #content-lp.mobile #lp-banner .lp-blink {
    display: block;
    position: absolute;
    z-index: 5;
    width: calc(100vw * 326 / 1920);
    mix-blend-mode: screen;
  }
  #content-lp.mobile #lp-banner .lp-blink img {
    -webkit-animation: star_blinker 2s infinite;
    animation: star_blinker 2s linear infinite alternate;
    opacity: 0.2;
    position: absolute;
    width: 100%;
    object-fit: contain;
  }
  #content-lp.mobile #lp-banner .lp-blink.blink-1 {
    top: calc(100vh * 250 / 1458);
    left: calc(100vw * 115 / 820);
  }
  #content-lp.mobile #lp-banner .lp-blink.blink-1 img {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  #content-lp.mobile #lp-banner .lp-blink.blink-2 {
    top: calc(100vh * 367 / 1458);
    left: calc(100vw * 420 / 820);
  }
  #content-lp.mobile #lp-banner .lp-blink.blink-2 img {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
  }
  #content-lp.mobile #lp-banner .lp-blink.blink-3 {
    top: calc(100vh * 480 / 1458);
    left: calc(100vw * 560 / 820);
  }
  #content-lp.mobile #lp-banner .lp-blink.blink-3 img {
    -webkit-animation-delay: -1.25s;
    animation-delay: -1.25s;
  }
  #content-lp.mobile #lp-about {
    padding-bottom: 60px;
  }
  #content-lp.mobile #lp-about .icon-collect img {
    width: calc(100% / 3 - (20px * 2 / 3));
    margin-right: 10px;
    margin-left: 10px;
  }
  #content-lp.mobile #lp-about .icon-collect img:nth-child(4) {
    display: none;
  }
  #content-lp.mobile #lp-about .icon-collect img:nth-child(5) {
    display: none;
  }
  #content-lp.mobile #lp-about .desc p {
    font-family: BHN, sans-serif !important;
    font-size: calc(100vw * 38 / 1000);
  }
  #content-lp.mobile #lp-about #lp-ytbvideo {
    width: 100%;
    height: calc(100vw * 656 / 1167);
  }
  #content-lp.mobile .wrap-bst > div .d-text p {
    font-size: calc(100vw * 32 / 1000);
  }
  #content-lp.mobile .wrap-bst .bst-lady-boss .d-section,
  #content-lp.mobile .wrap-bst .bst-the-muse .d-section {
    align-items: flex-start;
  }
  #content-lp.mobile .wrap-bst .bst-lady-boss .d-section .d-content,
  #content-lp.mobile .wrap-bst .bst-the-muse .d-section .d-content {
    padding: 0 15px 0 0;
  }
  #content-lp.mobile .wrap-bst .bst-lady-boss .mb,
  #content-lp.mobile .wrap-bst .bst-the-muse .mb {
    text-align: center;
  }
  #content-lp.mobile .wrap-bst .bst-lady-boss .mb .d-sp img,
  #content-lp.mobile .wrap-bst .bst-the-muse .mb .d-sp img {
    width: 100%;
  }
  #content-lp.mobile .wrap-bst .bst-lady-boss .d-image img,
  #content-lp.mobile .wrap-bst .bst-the-muse .d-image img {
    transform-origin: left;
  }
  #content-lp.mobile .wrap-bst .bst-darling-girl .d-text,
  #content-lp.mobile .wrap-bst .bst-highlight-me .d-text {
    padding: 15px;
  }
  #content-lp.mobile .wrap-bst .bst-darling-girl .d-content .d-sp,
  #content-lp.mobile .wrap-bst .bst-highlight-me .d-content .d-sp {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #content-lp.mobile .wrap-bst .bst-darling-girl .d-title,
  #content-lp.mobile .wrap-bst .bst-highlight-me .d-title,
  #content-lp.mobile .wrap-bst .bst-lady-boss .d-title,
  #content-lp.mobile .wrap-bst .bst-the-muse .d-title {
    text-align: center;
  }
  #content-lp.mobile .wrap-bst .bst-darling-girl .d-title img,
  #content-lp.mobile .wrap-bst .bst-highlight-me .d-title img,
  #content-lp.mobile .wrap-bst .bst-lady-boss .d-title img,
  #content-lp.mobile .wrap-bst .bst-the-muse .d-title img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  #content-lp.mobile .wrap-bst .bst-darling-girl .d-image img,
  #content-lp.mobile .wrap-bst .bst-highlight-me .d-image img,
  #content-lp.mobile .wrap-bst .bst-lady-boss .d-image img,
  #content-lp.mobile .wrap-bst .bst-the-muse .d-image img {
    object-fit: contain;
  }
  #content-lp.mobile .wrap-bst .bst-darling-girl:after {
    display: none;
  }
  #content-lp.mobile .wrap-bst .bst-lady-boss:after {
    display: none;
  }
  #content-lp.mobile .wrap-bst .bst-the-muse:after {
    display: none;
  }
  #content-lp.mobile .wrap-bst .bst-highlight-me:after {
    display: none;
  }
}

@-webkit-keyframes star_blinker {
  50% {
    stroke-width: 2;
    opacity: 1;
  }
}

@keyframes star_blinker {
  50% {
    stroke-width: 2;
    opacity: 1;
  }
}
