@charset "UTF-8";
/* =================================
   sec-sns
================================= */
body main section.sec-sns {
  position: relative;
  background-color: #fff;
  padding-bottom: 20px;
  z-index: 10;
}

body main section.sec-sns span.line {
  position: relative;
  top: -2.3vw;
  display: block;
  width: 2px;
  height: 110px;
  background: #f19696;
  margin: 0 auto;
}

body main section.sec-sns .ttl-box {
  margin-top: -36px;
}

body main section.sec-sns .ttl-box h2 {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #000;
  font-size: 38px;
  font-family: "Roboto Condensed", "Roboto", sans-serif !important;
  letter-spacing: 0.01em;
  margin-top: 25px;
}

body main section.sec-sns .ttl-box p {
  position: relative;
  margin-top: 2px;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.04em;
  color: #000;
}

body main section.sec-sns .sns-box {
  position: relative;
  margin-top: 54px;
  display: flex;
  justify-content: center;
}

body main section.sec-sns .sns-box li {
  width: 50px;
}

body main section.sec-sns .sns-box li:nth-child(n+2) {
  margin-left: 82px;
}

body main section.sec-sns .sns-box li a {
  display: block;
  width: 100%;
}

body main section.sec-sns .sns-box li a img {
  width: 100%;
  height: auto;
}

/* =================================
   sec-sns / SP
================================= */
@media screen and (max-width: 768px) {
  body main section.sec-sns {
    padding-bottom: 50px;
  }
  body main section.sec-sns span.line {
    height: 75px;
    width: 1px;
  }
  body main section.sec-sns .ttl-box {
    margin-top: -10px;
  }
  body main section.sec-sns .ttl-box h2 {
    font-size: 24px;
    margin-top: 19px;
  }
  body main section.sec-sns .ttl-box p {
    font-size: 12px;
    margin-top: 0;
  }
  body main section.sec-sns .sns-box {
    margin-top: 35px;
  }
  body main section.sec-sns .sns-box li {
    width: 35px;
  }
  body main section.sec-sns .sns-box li:nth-child(n+2) {
    margin-left: 45px;
  }
}
/* =================================
   sec-sns / PC hover
================================= */
@media screen and (min-width: 769px) {
  body main section.sec-sns .sns-box li a {
    transition: opacity 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  }
  body main section.sec-sns .sns-box li a:hover {
    opacity: 0.5;
  }
  body main section.sec-sns .sns-box li a:hover img {
    opacity: 1;
  }
}
/* ==============================


全体共通事項


=================================*/
.GlovalNavArea {
  z-index: 15 !important;
}

.overlay {
  z-index: 11 !important;
}

body main {
  background-color: #DBE6F1;
  overflow: inherit !important;
}

body {
  -webkit-text-size-adjust: 100%;
}

.inner {
  max-width: 1090px;
  width: 90%;
  margin: 0 auto;
  z-index: 5;
  position: relative;
}

.contents-area_glowbalm * {
  color: #000;
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif !important;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  letter-spacing: 0.1em;
}

.contents-area_glowbalm a img:hover {
  opacity: 1;
}

.contents-area_glowbalm a,
.contents-area_glowbalm .container,
.contents-area_glowbalm .youtube-btn {
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  cursor: pointer;
}

.contents-area_glowbalm a:hover,
.contents-area_glowbalm .container:hover,
.contents-area_glowbalm .youtube-btn:hover {
  opacity: 0.6;
}

.contents-area_glowbalm,
.contents-area_glowbalm img {
  line-height: 1 !important;
}

.contents-area_glowbalm img {
  width: 100%;
}

.sec-sns {
  overflow: hidden;
}

.sec-sns .ttl-box h2 {
  font-weight: 400;
}

.kome {
  padding-left: 1em;
  text-indent: -1em;
}

#how_to_makeup,
#anchor02,
#anchor03,
#anchor04,
#anchor05 {
  padding-top: 80px;
  margin-top: -80px;
}

#anchor01 {
  padding-top: 100px;
  margin-top: -100px;
}

sup {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  a:hover,
a *:hover,
li:hover {
    opacity: 1;
  }
}
/* ==============================


ぱんくず


=================================*/
.bread_crumb {
  margin-bottom: -20px;
  margin-inline: auto;
  padding: 0 40px;
  max-width: 1100px;
}

.bread_crumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 11.24px;
  column-gap: 11.24px;
  row-gap: 2px;
}

.bread_crumb ul li {
  font-size: 1rem;
  position: relative;
}

.bread_crumb ul li a {
  color: #e48091;
}

.bread_crumb ul li:not(:last-child)::before {
  content: "";
  background: url(../img/arrow_bread_crumb.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -9px;
  width: 5px;
  height: 8px;
}

/* ==============================


anchor


=================================*/
.anchor {
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../img/anchor-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.anchor a {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.anchor a::before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  border: 1px solid #A57F00;
  pointer-events: none;
}
.anchor a p {
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.06em;
}
.anchor a .arrow {
  left: 5%;
}
.anchor a:nth-of-type(1) p:nth-child(1) {
  font-size: 14px;
}
.anchor a:nth-of-type(1) p:nth-child(3) {
  font-size: 14px;
}
.anchor a:nth-of-type(1) p:nth-child(2) {
  font-weight: 300;
  font-size: 30px;
  margin: 5px 0;
}
.anchor a:nth-of-type(2) p {
  font-weight: 300;
  font-size: 2rem;
}
.anchor a:nth-of-type(2) .arrow {
  left: auto;
  right: 5%;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .anchor a:nth-of-type(1) p:nth-child(2) {
    letter-spacing: -0.005rem;
  }
}
@media screen and (max-width: 767px) {
  .anchor {
    height: 70px;
    background-image: url(../img/anchor-bg.png);
  }
  .anchor a:nth-of-type(1) p:nth-child(1) {
    font-size: 10px;
  }
  .anchor a:nth-of-type(1) p:nth-child(3) {
    font-size: 10px;
  }
  .anchor a:nth-of-type(1) p:nth-child(2) {
    font-size: clamp(10px, 4.26vw, 16px);
    margin: 5px 0;
  }
  .anchor a:nth-of-type(2) p {
    font-size: clamp(10px, 4.26vw, 16px);
  }
}
@media screen and (max-width: 370px) {
  .anchor a:nth-of-type(1) p:nth-child(2) {
    font-size: 14px;
    letter-spacing: -0.01rem;
  }
}

/* ==============================


btn


=================================*/
.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: 90px;
  margin: 0 auto;
  border: 1px solid #A57F00;
  border-radius: 4px;
}

.btn p {
  color: #A57F00;
  font-size: 16px;
}

.btn .arrow {
  right: 20px;
}

.btn .arrow span {
  border: 1px solid #fff;
}

.btn .arrow span::after {
  border-top: 1px solid #A57F00;
  border-left: 1px solid #A57F00;
}

@media screen and (max-width: 767px) {
  .btn {
    height: 68px;
    border-radius: 2px;
    max-width: 350px;
  }
  .btn p {
    font-size: 13px;
  }
  .btn .arrow {
    right: 20px;
  }
}
/* ==============================


スクロールアニメーション


=================================*/
.fade-in,
a.fade-in,
.container.fade-in {
  opacity: 0;
  transition: all 1.2s ease-in-out;
  transform: translateY(30px);
}

.sec01 {
  transform: translateY(0px);
}

.scroll-in,
a.scroll-in,
.container.scroll-in,
.kv-ctr.scroll-in_special {
  opacity: 1;
  transform: translateY(0px);
}

.contents-area_glowbalm.scroll-in_special {
  opacity: 1;
}

/* ==============================


pasokara&online shop


=================================*/
.pasokara__cta-btn {
  max-width: 850px;
  margin: 0 auto;
  width: 85%;
}

.pasokara__cta-btn .pasokara-ctr {
  margin-bottom: 90px;
}

/* ================== pasokara ===================== */
.pasokara-ctr {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.pasokara-ctr-box {
  width: 48%;
  text-align: center;
}

.pasokara-ctr-box a {
  margin-bottom: 25px;
  display: inline-block;
}

.pasokara-ctr-box-p01 {
  font-size: 14px;
  margin-bottom: 1em;
}

.pasokara-ctr-box-p02 {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .pasokara__cta-btn {
    max-width: 400px;
  }
  .pasokara__cta-btn .cta-btn {
    width: 100%;
  }
  .pasokara-ctr {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .pasokara-ctr-box {
    width: 100%;
    text-align: center;
    max-width: 400px;
  }
  .pasokara-ctr-box:last-child {
    margin-top: 30px;
  }
  .pasokara-ctr-box a {
    margin-bottom: 15px;
  }
  .pasokara-ctr-box-p01 {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .pasokara-ctr-box-p02 {
    font-size: 11px;
  }
}
.ttl-solid {
  position: relative;
  font-weight: 400;
  width: 100%;
  text-align: left;
  margin-bottom: 25px;
  padding-left: calc(4vw + 15px);
}

.ttl-solid::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #D77C7B;
  width: 4vw;
  height: 1px;
  top: 50%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .ttl-solid {
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    padding-left: calc(10vw + 15px);
  }
  .ttl-solid::before {
    width: 10vw;
  }
}
/* ================== amazon cosme kose ===================== */
.cta-btn {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.cta-btn a {
  display: flex;
  align-items: center;
  padding: 20px 0;
  background-color: #fff;
  width: 32%;
  border-radius: 4px;
}

.cta-btn img {
  width: 75%;
  max-width: 186px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cta-btn {
    flex-direction: column;
    justify-content: center;
    width: 90%;
    max-width: 400px;
  }
  .cta-btn a {
    padding: 15px 0;
    width: 100%;
    margin: 0 auto 10px;
  }
  .cta-btn a:last-child {
    margin-bottom: 0;
  }
  .cta-btn img {
    max-width: 160px;
    width: 33.33vw;
  }
}
/* ==============================


header & kv


=================================*/
.LogoArea {
  background-color: #000;
  height: 60px;
  width: 100%;
  padding: 0 15px;
  display: flex;
  align-items: center;
  z-index: 30;
}

.LogoArea__logo {
  width: 95px;
  margin-right: 20px;
}

#panoramadesigneyepalette_specialsite .menu-trigger span,
#panoramadesigneyepalette_specialsite .menu-trigger.active span {
  background-color: #fff;
}

.menu-trigger {
  top: 10px;
}

.mute-button {
  display: flex;
  align-items: center;
  cursor: pointer;
}

#muteToggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

#muteIcon {
  width: 17px;
  margin-left: 8px;
}

.kv-area,
.kv-area video {
  line-height: 0;
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  -webkit-margin-after: 0 !important;
          margin-block-end: 0 !important;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

.kv-area {
  padding-top: 60px;
}

.kv-area div {
  text-align: center;
}

.kv-area video {
  max-height: calc(100vh - 60px);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .LogoArea__logo {
    width: 85px;
    margin-right: 10px;
  }
}
/* ==============================


  movie


  =================================*/
.container,
.youtube-btn {
  position: relative;
  cursor: pointer;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.container::after,
.youtube-btn::after {
  position: absolute;
  content: url("../img/icon-movie_pc.svg");
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .container::after,
.youtube-btn::after {
    content: url("../img/icon-movie_sp.svg");
  }
}
/* ==============================


  movie modal


  =================================*/
/* モーダルのスタイル */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
}

/* モーダル内のコンテンツスタイル */
.modal iframe {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

/* 閉じるボタンのスタイル */
.close {
  color: #fff;
  font-size: 40px;
  position: absolute;
  cursor: pointer;
  top: 5%;
  right: 0;
  z-index: 100000000;
}

.close:hover {
  color: #ccc;
}

#videoContainer {
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  height: 80%;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .modal iframe {
    display: block;
    margin-left: -30%;
    width: 160%;
  }
}
/* ---------------各動画のサイズ---------------- */
.movie01 #videoContainer,
.movie02 #videoContainer,
.movie03 #videoContainer,
.movie04 #videoContainer,
.movie05 #videoContainer {
  width: 25%;
}

.movie01 .close,
.movie02 .close,
.movie03 .close,
.movie04 .close,
.movie05 .close {
  right: 30%;
}

@media screen and (max-width: 767px) {
  .movie01 #videoContainer,
.movie02 #videoContainer,
.movie03 #videoContainer,
.movie04 #videoContainer,
.movie05 #videoContainer {
    width: 55%;
  }
  .movie01 .close,
.movie02 .close,
.movie03 .close,
.movie04 .close,
.movie05 .close {
    top: 1.5%;
    right: 5%;
  }
}
/* ==============================


矢印


=================================*/
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.arrow span {
  display: block;
  position: relative;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-color: #A57F00;
}

.arrow span::after {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: calc(50% - 3px);
  left: calc(50% - 5px);
  transform: rotate(135deg);
}

.arrow.wh span {
  background-color: #fff;
}

.arrow.wh span::after {
  border-top: 1px solid #A57F00;
  border-left: 1px solid #A57F00;
}

.arrow.bott span::after {
  top: calc(50% - 5px);
  left: calc(50% - 3.2px);
  transform: rotate(225deg);
}

@media screen and (max-width: 767px) {
  .arrow span {
    width: 20px;
    height: 20px;
  }
  .arrow span::after {
    width: 4px;
    height: 4px;
    top: calc(50% - 2px);
    left: calc(50% - 3px);
  }
  .arrow.bott span::after {
    top: calc(50% - 3px);
    left: calc(50% - 2px);
  }
  .anchor .arrow span {
    width: 15px;
    height: 15px;
  }
  .arrow.bott span::after {
    width: 3px;
    height: 3px;
    top: calc(50% - 2.5px);
    left: calc(50% - 2px);
  }
}
/* ==============================


  display none


  =================================*/
/*::::::::::::pc用::::::::::::*/
@media screen and (min-width: 1101px) {
  .pad_non {
    display: none !important;
  }
  .sp_non {
    display: none !important;
  }
  .pad-sp_non {
    display: none !important;
  }
}
/*::::::::::::pad用::::::::::::*/
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .pc_non {
    display: none !important;
  }
  .sp_non {
    display: none !important;
  }
  .pc-sp_non {
    display: none !important;
  }
}
/*::::::::::::sp用:::::::::::*/
@media screen and (max-width: 767px) {
  .pc_non {
    display: none !important;
  }
  .pad_non {
    display: none !important;
  }
  .pc-pad_non {
    display: none !important;
  }
}
@media screen and (min-width: 370px) {
  .ss_non {
    display: none !important;
  }
}/*# sourceMappingURL=common.css.map */