
/* Fonts
---------------------------------------------------*/
@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-Bold.otf') format('opentype');
	font-weight: bold;
}
@font-face {
	font-family: 'Arboria';
	src: url('../fonts/Arboria-Medium.otf') format('opentype');
	font-weight: normal;
}


/* body
---------------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
body {
  background: #f4f4f4;
}

@media screen and (min-width: 769px) {.pc_br {display: block;}}
@media screen and (max-width: 768px) {.sp_br {display: block;}}

#Footer {
  margin-top: 0;
  padding-top: 80px;
}

sup {
  position: static;
  font-size: 50%;
  vertical-align: super;
}

/* wrap */
#wrapper {
  min-width: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 0;
  }
}

#page-eyebrow {
  width: 100%;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0 auto;
}
#page-eyebrow img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.7;
}

.button a,
.button span {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 12px 0 13px 0;
  line-height: 1;
  background: #fff;
  border-radius: 30px;
	font-family: 'Arboria';
	font-weight: bold;
  font-size: clamp(8px, 1vw, 13px);
}
@media screen and (max-width: 768px) {
  .button a,
  .button span {
    font-size: 3.5vw;
  }
}

.bnr_footer_links {
  max-width: 100%;
  background-color: #fff;
  padding: min(80px, 6.1538461538vw) 0;
}
@media screen and (max-width: 768px) {
  .bnr_footer_links .bnr_footer_links {
    padding: 12.5vw 0;
  }
}
.bnr_footer_links ul {
  width: min(1100px, 84.6153846154vw);
}


/* eyebrow -TOP-
---------------------------------------------------*/
/* --- hero --- */
#hero {
  position: relative;
  width: min(1400px, 94%);
  margin: 40px auto 50px auto;
}
#hero .icon {
  position: absolute;
  width: 11.6%;
  top: 20px;
  left: 20px;
}
#hero h1 {
  position: absolute;
  width: 77%;
  left: 11.5%;
  bottom: 4%;
}
@media screen and (max-width: 768px) {
  #hero {
    margin: 70px auto 50px auto;
  }
  #hero .icon {
    width: 26%;
    top: -10px;
    left: 10px;
  }
}

/* --- concept --- */
#concept {
  position: relative;
  width: min(1000px, 86%);
  margin: 0 auto 50px auto;
}
#concept h1 {
  position: absolute;
  width: min(34px, 3.6%);
  top: 2%;
  right: -5%;
}
#concept .text_area {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6%;
  color: #fff;
}
#concept h2 {
  font-size: clamp(12px, 3vw, 32px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.6em;
}
#concept p {
  font-size: clamp(8px, 1.5vw, 17px);
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  #concept {
    position: relative;
    background: #ddb093;
    width: 100vw;
    padding: 40px 0 0 0;
  }
  #concept h1 {
    position: relative;
    width: 50%;
    top: auto;
    right: auto;
    margin: 0 0 4% 10%;
  }
  #concept .text_area {
    position: relative;
    top: auto;
    transform: translateY(0);
    left: auto;
    margin: 0 0 -12% 10%;
  }
  #concept h2 {
    font-size: 7vw;
    font-weight: 600;
  }
  #concept p {
    font-size: 3.5vw;
  }
}

/* --- chart --- */
#chart {
  width: min(500px, 70%);
  margin: 0 auto 60px auto;
  background: #f2a694;
  border-radius: 20px;
  padding: 24px 36px 24px 36px;
  color: #fff;
  text-align: center;
}
#chart .catch {
  grid-area: catch;
  width: 60%;
  margin: 0 auto -4% auto;
}
#chart h1 {
  grid-area: title;
}
#chart > p {
  grid-area: text;
  margin: 12px 0;
  line-height: 1.8;
  font-size: clamp(10px, 1.5vw, 13px);
  letter-spacing: -0.08em;
}
#chart .button {
  grid-area: btn;
}
#chart .button a {
  color: #e78385;
  width: 40%;
}
@media screen and (max-width: 768px) {
  #chart {
    width: 86%;
    padding: 30px 10px;
  }
  #chart .button a {
    width: 60%;
  }
}

/* --- LINE UP --- */
#series {
  width: min(1400px, 94%);
  margin: 40px auto 50px auto;
  text-align: center;
}
#series h1 {
	font-family: 'Arboria';
	font-weight: bold;
  font-size: clamp(20px,3.4vw, 33px);
}
#series p {
  font-size: clamp(13px, 2vw, 18px);
  color: #606060;
  margin: 12px 0 40px 0;
}
#series ul {
  display: flex;
  gap: 2.2%;
}
#series li {
  flex: 1;
}
#series .item_footer {
  padding: 20px 0;
  margin-top: -1px;
}
#series .item_footer .item_name {
  color: #fff;
  font-size: clamp(8px, 1vw, 15px);
  font-weight: bold;
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}
#series .item_footer .button span {
  width: 42%;
  padding: 8px 0 9px 0;
}
#series .hex .item_footer {
  background: #f29d90;
}
#series .hex .item_footer .button span {
  color: #f29d90;
}
#series .fine .item_footer {
  background: #98bade;
}
#series .fine .item_footer .button span {
  color: #98bade;
}
#series .mascara .item_footer {
  background: #e8dd80;
}
#series .mascara .item_footer .button span {
  color: #e8dd80;
}
#series .wend .item_footer {
  background: #9ec8b4;
}
#series .wend .item_footer .button span {
  color: #9ec8b4;
}
@media screen and (max-width: 768px) {
  #series {
    width: 86%;
  }
  #series h1 {
    font-size: 6vw;
  }
  #series p {
    font-size: 4vw;
    line-height: 1.6;
    margin: 12px 0 28px 0;
  }
  #series ul {
    flex-direction: column;
    gap: 24px 0;
  }
  #series .item_footer .item_name {
    font-size: 3.8vw;
  }
}

/* --- 美眉アドバイザー --- */
#advisor {
  position: fixed;
  z-index: 10;
  width: min(510px, 40%);
  right: 20px;
  bottom: 16px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
#advisor.is-show {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #advisor {
    width: 86%;
    right: 3%;
    bottom: 10px;
    }
}


/* animation
---------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-05s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media print and (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 80%, 0) scaleY(1.2);
  }
  50% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  70% {
    opacity: 1;
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes reveal {
  to {
    clip-path: inset(0 0 0 0);
  }
}

.fadeIn.animated {
  opacity: 0;
}
.fadeIn.did {
  animation-name: fadeIn;
  animation-duration: 0.6s;
}
.fadeInUp.animated {
  opacity: 0;
}
.fadeInUp.did {
  animation-name: fadeInUp;
  animation-duration: 0.6s;
}
.fadeInLeft.animated {
  opacity: 0;
}
.fadeInLeft.did {
  animation-name: fadeInLeft;
  animation-duration: 0.6s;
}
.bounceInUp.animated {
  opacity: 0;
}
.bounceInUp.did {
  animation: bounceInUp 0.6s ease-out forwards;
  opacity: 1;
}
.reveal.animated {
  clip-path: inset(0 100% 0 0);
}
.reveal.did {
  animation: reveal 0.6s ease-out forwards;
}

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