@charset "UTF-8";

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


全体共通事項


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

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

body main {
    background-color: #FCE0D9;
    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_plump * {
    color: #832211;
    font-family: "Noto Sans JP", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.04em;
}

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

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

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

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

.contents-area_plump 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,
#sp_voice
#anchor01,
#anchor02,
#anchor03,
#anchor04 {
    padding-top: 80px;
    margin-top: -80px;
}

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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-column-gap: 11.24px;
    -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%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-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.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 13px 16px 0px rgba(160, 160, 160, 0.2);
    position: relative;
    z-index: 10;
}

.anchor a {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.anchor a p {
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 0.06em;
    color: #fff;

}

.anchor a p:nth-child(1) {
    font-size: 13px;
}

.anchor a p:nth-child(2) {
    font-size: 30px;
    margin: 5px 0;
}

.anchor a p:nth-child(3) {
    font-size: 14px;
}

.anchor .arrow {
    left: 5%;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .anchor a:nth-of-type(2) p:nth-child(2) {
        letter-spacing: -0.005rem;
    }
}

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

    .anchor {
        height: 70px;
        background-image: url(../img/anchor_sp.webp);
    }

    .anchor a {
        width: 50%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }

    .anchor a:nth-of-type(2) {
        padding-left: 6%;
    }

    .anchor a p:nth-child(1) {
        font-size: 10px;
    }

    .anchor a p:nth-child(2) {
        font-size: clamp(10px, 4.27vw, 16px);
        margin: 5px 0;
    }

    .anchor a p:nth-child(3) {
        font-size: clamp(10px, 2.67vw, 10px);
    }

    .anchor a:nth-of-type(2) .arrow {
        left: 2%;
    }
}

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

    .anchor a p:nth-child(2) {
        font-size: clamp(10px, 3.73vw, 14px);
    }

    .anchor a:nth-of-type(2) p:nth-child(2) {
        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 #832211;
    border-radius: 4px;
}

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

.btn .arrow {
    right: 20px;
}

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

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

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

    .btn {
        height: 68px;
        border-radius: 2px;
        max-width: 350px;
        width: 85%;
    }

    .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_plump {
    opacity: 0;
    transition: all 2s;
    transition-delay: 0.2s;
}

.contents-area_plump.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;
}

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

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

}



/* ================== 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;
    appearance: none;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .1em;
}

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

.kv-area,
.kv-area video {
    line-height: 0;
    padding: 0;
    margin: 0;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-inline-start: 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: 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: 1px solid #832211;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}

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

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

.anchor .arrow span,
.anchor .arrow span::after {
    border-color: #fff;
}

@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: 1091px) {
    .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: 1090px) {
    .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;
    }
}