@charset "utf-8";

/* 変数 */
:root {
    --white: #fff;
    --pink: #9d5956;
    --lightPink: #D3BDC0;
	--black: #000;
    --fontgray: #b2b2b2;
    --fonttime: #86898E;
    --fontlightblack: #222;
    --red: #d7063b;
    --cosme: #2EB6AA;
	--darkred: #650d23;
	--gray: #bec0c3;
	--darkgray: #222;
    --lightgray: #eff2f5;
    --lightgray-opacity: #F7F8FA;
    --bgcolor: #e5e9ef;
    --use-bgcolor: #F4F4F8;
    --linegray: #cbd2d8;
    --stsBg: #E8EEF6;
    --productcard-gray: #878C99;
    --annotation-text: #3B4043;
    --inactive-color: #919BA1;
    --inactive-bg: #D9DFE3;
    --inactive-line: #A0A3A6;
    --bg-mv-gray: #EDF3FA;
    --modalFont: #6D7580;
    --gradationred: linear-gradient(90deg,#d7063b,#400211);
    --gradationredsecond: linear-gradient(330deg,#d7063b,#400211);
	--gradationwhite: linear-gradient(#fff,rgba(255,255,255,0));
    --gradationblack: linear-gradient(rgba(0,0,0,0),#000);
    /* --gradationproducts: linear-gradient(266.45deg, rgba(229, 233, 239, 0) 10.74%, #E5E9EF 45.52%); */
    --gradationproducts: linear-gradient(266.45deg, #FFFFFF 10.74%, #F2F4F7 45.52%);
    --gradationdetail-bg: linear-gradient(180deg, rgba(231, 236, 240, 0) -20.72%, #E7ECF0 100%);
    --footerSnsBorder: rgba(190, 192, 195 , .2);
    --top-about: linear-gradient(140deg,#74001b,#000);
    --serum-gradation: linear-gradient(117.06deg, #D7063B -126.85%, #315AC1 -62.73%, #60DAF4 -4.15%, #000000 30.58%, #6A0A7B 64.48%, #FF0053 98.85%);
    --serum-gradation-text: linear-gradient(90deg, #315AC1 1.16%, #6A0A7B 49.62%, #FF538B 92.26%);

    --series-bg-white: #d8e0f1;
    --series-bg-jelly: #eef5fd;
    --series-bg-duv: #3A51B1;
    --series-bg-red: #d8e0f1;
    --series-bg-basemake: #eaf0f8;
    --series-bg-scalpfocus: #ffffff;
    --series-bg-inFocus: #FAEDF6;
}


/* ---------------------------------------------------------------------------------------------------------------------------- */
/* reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;vertical-align:bottom;border:0;outline:0;background:0 0;-webkit-text-size-adjust:none}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}li,ol,ul{list-style:none}blockquote,q{quotes:none}:focus{outline:none}a,ins{text-decoration:none}del{text-decoration:line-through}table{border-spacing:0;border-collapse:collapse}

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* 共通css */
html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Serif JP", serif;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: .1em;
}
body.fixed {
    overflow: hidden;
}
@media (min-width: 897px) {
    body {
        letter-spacing: .2em;
    }
}
/* h1,h2,h3,h4,p,span,a,li {
    visibility: hidden;
} */
img {
    width: 100%;
    height: auto;
}

a {
    color: inherit;
}
em {
    font-style: normal;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    line-height: 1;
    font: inherit;
    letter-spacing: inherit;
    color: inherit;
}
sup {
    display: inline-block;
    font-size: 1rem;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    vertical-align: top;
}
picture {
    display: block;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img[src$=".svg"] {
        width: 100%;
    }
}
.pc_only {
    display: none;
}
@media (min-width: 897px) {
    .pc_only {
        display: block;
    }
}

.sp_only {
    display: block;
}
@media (min-width: 897px) {
    .sp_only {
        display: none;
    }
}

.pc_br {
    display: none;
}
@media (min-width: 897px) {
    .pc_br {
        display: inline;
    }
}

.sp_br {
    display: inline;
}
@media (min-width: 897px) {
    .sp_br {
        display: none;
    }
}

.font {
    font-family: "Noto Sans JP", sans-serif;
    font-family: "Noto Serif JP", serif;
    font-family: "Playfair Display", serif;
    font-family: 'Alice', serif;
    font-family: 'Nova', cursive;
}
.hidden-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.annotation-text {
    color: var(--annotation-text);
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Noto Sans JP", sans-serif;
}
.common-btn {
    text-align: center;
}
.common-btn a {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    padding: 17px 0;
    font-size: 1.4rem;
    background: var(--gradationred);
    color: var(--white);
    width: 50%;
    margin: 0 auto;
    max-width: 356px;
    transition: .3s all;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.common-btn a:hover {
    -webkit-box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.3);
}
.common-btn__link {
    position: relative;
}
.common-btn__link::before {
    position: absolute;
    content: '';
    background-image: url(../../../monom/assets/images/common/icon/link_icon_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    top: 0;
    right: -13px;
}
.border-btn {
    text-align: center;
}
.border-btn a,
.border-btn button {
    position: relative;
    display: inline-block;
    border-radius: 5px;
    padding: 17px 0;
    font-size: 1.4rem;
    color: var(--red);
    border: 1px solid var(--red);
    width: 80%;
    margin: 0 auto;
}
.border-btn a::before {
    position: absolute;
    top: 50%;
    left: 8%;
    width: 8px;
    height: 8px;
    content: "";
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    border: 1px solid var(--red);
    border-bottom: none;
    border-right: none;
    transition: .3s all;
}
.border-btn a:hover::before  {
    left: 5%;
}
.main-container {
    padding-top: 61px;
    overflow: hidden;
}
@media (min-width: 897px) {
    .common-btn a {
        font-size: 1.6rem;
        padding: 18px 0;
    }
    .main-container {
        padding-top: 120px;
    }
    .border-btn a {
        max-width: 252px;
    }
}



/* ---------------------------------------------------------------------------------------------------------------------------- */
/* header */
.header {
    position: fixed;
    width: 100%;
    z-index: 100;
    color: var(--white);
    background-color: var(--black);
}
.header__inner {
    padding: 14px 0;
    transition: .5s all;
}
.header.scrollHeader .header__inner.pc_only {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
@media (min-width: 897px) {
    .header__inner {
        padding: 20px 0 0 0;
    }
}
.header-primary a {
    transition: .3s all;
}
.header-primary a:hover {
    opacity: 0.5;
}
.pcheader-logo {
    width: 128px;
    margin: 0 auto  6px auto;
}
.header.scrollHeader .pcheader-logo {
    margin: 0 70px 0 40px;
}

.header-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.header-primary__list {
    font-size: 1.4rem;
    margin-right: 70px;
    letter-spacing: 0.02em;
}
.header-primary__list:last-of-type {
    margin-right: 0;
}
.header-primary__list > a,
.header-primary__list-title {
    position: relative;
    padding: 20px 18px 20px 0;
    display: block;
    cursor: pointer;
}
.header.scrollHeader .header-primary__list-title,
.header.scrollHeader .header-primary__list > a {
    padding: 33px 18px 33px 0;
}
.header-primary__list-title {
    position: relative;
}
.header-primary__list-title::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border: 1px solid var(--linegray);
    /* transform: translateY(-50%) rotate(-135deg); */
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    right: 0;
    border-top: none;
    border-left: none;
    transition: .3s all;
}
/* .header-primary__list--hover.is-open .header-primary__list-title::before {
    transform: translateY(-50%) rotate(45deg);
} */
.header-primary__list-sublist {
    position: absolute;
    background-color: var(--white);
    color: var(--black);
    display: none;
    opacity: 0;
    box-shadow: 20px 40px 40px rgba(0, 0, 0, 0.2);
}
.header-primary__list-sublist.is-open {
    display: block;
    animation-name: headerHover;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}
@keyframes headerHover {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.header-primary__list-subitem a {
    display: block;
    font-size: 1.4rem;
    padding: 18px 28px;
    border-bottom: 1px solid var(--linegray);
}
.header-primary__list-subitem:last-of-type a {
    border-bottom: none;
}
.header-primary__list-subitem--small a {
    position: relative;
    font-size: 1.2rem;
    padding: 17px 38px;
    border-bottom: none;
    color: var(--annotation-text);
}
.header-primary__list-subitem--small a::before {
    position: absolute;
    content: '';
    background-color: var(--linegray);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 85%;
}
.header-primary__list-subitem--small:last-of-type a::before {
    display: none;
}

.header-secondary {
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.header-secondary__list {
    font-size: 1.2rem;
    width: 148px;
    margin-right: 5px;
    letter-spacing: 0.05em;
    border: 1px solid var(--linegray);
    border-radius: 5px;
}
.header-secondary__list:last-of-type {
    margin-right: 0;
}
.header-secondary__list a {
    display: block;
    padding: 14px 0;
}
.header-secondary__list-external-link {
    position: relative;
}
.header-secondary__list-external-link::before {
    position: absolute;
    content: '';
    background-image: url(../../../monom/assets/images/common/icon/link_icon_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    top: 0;
    right: -13px;
}
.header-btn {
    position: absolute;
    top: 24px;
    right: 14px;
    width: 24px;
    height: 24px;
    padding: 6px 0;
}
.header-btn__line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    background-color: var(--white);
}
.header-btn__line:nth-of-type(1) {
    top: 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.header-btn__line:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-btn__line:nth-of-type(3) {
    bottom: 5px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.header-btn.js-active div:nth-of-type(1) {
    top: 3px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header-btn.js-active div:nth-of-type(2) {
    display: none;
}
.header-btn.js-active div:nth-of-type(3) {
    bottom: 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#header .header-in #naviWrap #navi .navi-in01 li:nth-child(8) a{
    background-image: url(/monom/assets/images/top/navi08.svg);
}

.spheader-logo {
    width: 105px;
    margin: 0 auto;
}

.spheader-content {
    display: none;
    position: absolute;
    top: 60px;
    color: var(--black);
    background-color: var(--white);
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: scroll;
}

.spheader-list {
    margin-bottom: 45px;
}
.spheader-list__content {
    font-size: 1.6rem;
    position: relative;
    border-bottom: 1px solid var(--linegray);
}
.spheader-list__content a {
    display: block;
    padding: 20px 5%;
}
.spheader-list__content--sub a {
    font-size: 1.4rem;
    padding: 20px 8%;
}
.spheader-list__content::before {
    position: absolute;
    top: 23px;
    right: 5%;
    width: 8px;
    height: 8px;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid var(--red);
    border-bottom: none;
    border-left: none;
}

.spheader-trial {
    font-size: 1.6rem;
    width: 90%;
    margin: 0 auto 20px auto;
    text-align: center;
    letter-spacing: 0.05em;
    color: var(--white);
    border-radius: 5px;
    background: var(--gradationred);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.spheader-trial a {
    display: block;
    padding: 20px 0;
}

.spheader-socondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 30px auto;
}
.spheader-secondary__list {
    font-size: 1.2rem;
    width: 48%;
    text-align: center;
    letter-spacing: 0.05em;
    color: var(--red);
    border: 1px solid var(--red);
    border-radius: 5px;
}
.spheader-secondary__list a {
    display: block;
    padding: 17px 0;
}
.spheader-secondary__list-external-link {
    position: relative;
}
.spheader-secondary__list-external-link::before {
    position: absolute;
    content: '';
    background-image: url(../../../monom/assets/images/common/icon/link_icon_red.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    top: 0;
    right: -13px;
}
.spheader-astaliftmen {
    width: 90%;
    margin: 0 auto 50px auto;
}








/* ---------------------------------------------------------------------------------------------------------------------------- */
/* footer */

.footer-series {
    padding-top: 70px;
    margin-bottom: 60px;
}
.footer-series__item {
    border-bottom: 1px solid var(--linegray);
}
.footer-series__item:first-of-type {
    border-top: 1px solid var(--linegray);
}
.footer-series__link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    font-size: 1.4rem;
}
.footer-series__link::before {
    position: absolute;
    top: 23px;
    right: 5%;
    width: 8px;
    height: 8px;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid var(--red);
    border-bottom: none;
    border-left: none;
}
.footer-series__link-external-link {
    position: relative;
}
.footer-series__link-external-link::before {
    position: absolute;
    content: '';
    background-image: url(../../../monom/assets/images/common/icon/link_icon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    top: 0;
    right: -13px;
}
.footer-series__link img {
    width: 65px;
    min-width: 65px;
    margin-right: 20px;
}
.footer-series__link-bg {
    background-color: var(--bgcolor);
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.footer-trial {
    max-width: 356px;
    border-radius: 5px;
    width: 90%;
    margin: 0 auto 60px auto;
    transition: .3s all;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.15), 0px 0px 4px rgba(0, 0, 0, 0.12);
}
.footer-trial:hover {
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.15), 0px 0px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 897px) {
    .footer-series {
        max-width: calc(1188px + 10%);
        padding: 50px 5% 0 5%;
        margin: 0 auto 60px auto;
    }
    .footer-series__list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .footer-series__item:nth-of-type(-n+3) {
        border-top: 1px solid var(--linegray);
    }
    .footer-series__item {
        width: calc(356 / 1188 * 100%);
    }
    .footer-series__link {
        padding: 16px 37px;
    }
    .footer-series__link::before {
        display: none;
    }
}




.footer-wrap {
    position: relative;
    padding: 50px 0 20px 0;
    background-color: var(--black);
}
@media (min-width: 897px) {
    .footer__inner {
        max-width: calc(1188px + 10%);
        margin: 0 auto;
        padding: 0 5%;
    }
}
.pcfooter-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
}
.pcfooter-content__list {
    max-width: 312px;
    width: 100%;
}
.pcfooter-content__list--last {
    max-width: 250px;
    width: 100%;
}
.pcfooter-content__logo {
    width: 148px;
    min-width: 148px;
}
.pcfooter-content__list-title {
    font-size: 1.5rem;
    margin-bottom: 30px;
    letter-spacing: 0.02em;
    color: var(--white);
}
.pcfooter-content__list-title a {
    transition: .3s all;
}
.pcfooter-content__list-title a:hover {
    opacity: 0.5;
}
.pcfooter-content__list-external-link {
    position: relative;
}
.pcfooter-content__list-external-link::before {
    position: absolute;
    content: '';
    background-image: url(../../../monom/assets/images/common/icon/link_icon_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    top: 0;
    right: -13px;
}
.pcfooter-content__list-text {
    font-size: 1.2rem;
    margin-bottom: 20px;
    opacity: 0.7;
    color: var(--white);
}
.pcfooter-content__list-text--last {
    margin-bottom: 40px;
}
.pcfooter-middle {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--footerSnsBorder);
}
.pcfooter-fan {
    margin-right: 60px;
}
.pcfooter-fan__title {
    font-size: 1.2rem;
    color: var(--white);
    margin-bottom: 15px;
}
.pcfooter-fan__list {
    display: flex;
}
.pcfooter-fan__item {
    width: 122px;
    margin-right: 8px;
}
.pcfooter-fan__item:last-of-type {
    margin-right: 0;
}
.pcfooter-sns__title {
    font-size: 1.2rem;
    color: var(--white);
    margin-bottom: 25px;
}
.pcfooter-sns__list {
    display: flex;
}
.pcfooter-sns__item {
    margin-right: 35px;
}
.pcfooter-sns__list:last-of-type {
    margin-right: 0;
}
.pcfooter-sns__link {
    position: relative;
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    color: var(--white);
}
.pcfooter-sns__link::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.pcfooter-sns__link--insta {
    padding: 0 0 0 28px;
}
.pcfooter-sns__link--insta::before {
    width: 20px;
    height: 20px;
    background-image: url(../../../monom/assets/images/common/icon/instagram.svg);
}
.pcfooter-sns__link--facebook {
    padding: 0 0 0 30px;
}
.pcfooter-sns__link--facebook::before {
    width: 22px;
    height: 22px;
    background-image: url(../../../monom/assets/images/common/icon/facebook.svg);
}
.pcfooter-sns__link--twitter {
    padding: 0 0 0 32px;
}
.pcfooter-sns__link--twitter::before {
    width: 24px;
    height: 20px;
    background-image: url(../../../monom/assets/images/common/icon/twitter.svg);
}
.pcfooter-men {
    width: 252px;
    margin-left: auto;
}
.pcfooter-bottom {
    display: flex;
    align-items: center;
}
.pcfooter-bottom__logo {
    width: 73px;
    min-width: 73px;
    margin-right: 30px;
}
.pcfooter-bottom__copyright {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1rem;
    color: var(--linegray);
    letter-spacing: 0.05em;
    transform: scale(.9);
    transform-origin: left;
    line-height: 1.2;
}
.pcfooter-bottom__list {
    display: flex;
    margin-left: auto;
    min-width: 334px;
}
.pcfooter-bottom__item {
    position: relative;
    margin-right: 30px;
}
.pcfooter-bottom__item::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background-color: var(--linegray);
    right: -15px;
}
.pcfooter-bottom__item:last-of-type::before {
    display: none;
}
.pcfooter-bottom__item:last-of-type {
    margin-right: 0;
}
.pcfooter-bottom__link {
    font-family: "Noto Sans JP", sans-serif;
    position: relative;
    display: inline-block;
    color: var(--linegray);
    transition: .3s all;
}
.pcfooter-bottom__link:hover {
    opacity: 0.5;
}
.pcfooter-bottom__link::before {
    position: absolute;
    content: '';
    background-image: url(../../../monom/assets/images/common/icon/link_icon_gray.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 8px;
    height: 8px;
    top: -5px;
    right: -8px;
}
.spfooter-sns,
.spfooter-fan {
    margin-bottom: 45px;
    color: var(--white);
}
.spfooter-sns__title,
.spfooter-fan__title  {
    font-size: 1.6rem;
    margin-bottom: 22px;
    text-align: center;
    letter-spacing: 0.05em;
}
.spfooter-sns__list {
    font-family: "Playfair Display", serif;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5%;
    letter-spacing: 0.02em;
}
.spfooter-sns dd {
    max-width: 425px;
    margin: 0 auto;
}
.spfooter-sns__list a {
    position: relative;
}
.spfooter-sns__list a::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.spfooter-sns__list-insta a {
    padding: 0 0 0 28px;
}
.spfooter-sns__list-insta a::before {
    width: 20px;
    height: 20px;
    background-image: url(../../../monom/assets/images/common/icon/instagram.svg);
}
.spfooter-sns__list-facebook a {
    padding: 0 0 0 30px;
}
.spfooter-sns__list-facebook a::before {
    width: 22px;
    height: 22px;
    background-image: url(../../../monom/assets/images/common/icon/facebook.svg);
}
.spfooter-sns__list-twitter a {
    padding: 0 0 0 32px;
}
.spfooter-sns__list-twitter a::before {
    width: 24px;
    height: 20px;
    background-image: url(../../../monom/assets/images/common/icon/twitter.svg);
}
.spfooter-fan__list {
    padding: 0 5%;
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
}
.spfooter-fan__item {
    width: 48%;
}
.spfooter-socondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto 30px auto;
}
.spfooter-socondary__list {
    font-size: 1.2rem;
    width: 48%;
    text-align: center;
    letter-spacing: 0.05em;
    color: red;
    color: var(--white);
    border: 1px solid var(--white);
    border-radius: 5px;
}
.spfooter-socondary__list a {
    display: block;
    padding: 17px 0;
}
.spfooter-socondary__list-external-link {
    position: relative;
}
.spfooter-socondary__list-external-link::before {
    position: absolute;
    content: '';
    background-image: url(../../../monom/assets/images/common/icon/link_icon_white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 10px;
    height: 10px;
    top: 0;
    right: -13px;
}
.spfooter-list {
    margin-bottom: 45px;
}
.spfooter-list__content {
    font-size: 1.6rem;
    position: relative;
    color: var(--white);
    border-bottom: 1px solid var(--darkgray);
}
.spfooter-list__content:first-of-type {
    border-top: 1px solid var(--darkgray);
}
.spfooter-list__content a {
    display: block;
    padding: 20px 5%;
}
.spfooter-list__content--sub {
    opacity: 0.7;
}
.spfooter-list__content--sub a {
    font-size: 1.4rem;
    padding: 20px 8%;
}
.spfooter-list__content::before {
    position: absolute;
    top: 23px;
    right: 5%;
    width: 8px;
    height: 8px;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid var(--white);
    border-bottom: none;
    border-left: none;
}
.spfooter-astaliftmen {
    width: 90%;
    max-width: 384px;
    margin: 0 auto 45px auto;
}
.spfooter-sublist {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 0 5%;
}
.spfooter-sublist::before,
.spfooter-sublist::after {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-color: var(--gray);
}
.spfooter-sublist::before {
    left: 28%;
}
.spfooter-sublist::after {
    right: 37.5%;
}
.spfooter-sublist__content {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.1rem;
    color: var(--white);
}
.spfooter-sublist__content:last-of-type {
    margin: 0;
}
.spfooter-sublist__content a {
    opacity: 0.7;
}
.spfooter-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 5%;
}
.spfooter-copyright__img {
    width: 70px;
    min-width: 70px;
    margin-right: 20px;
}
.spfooter-copyright__text {
    font-size: 1rem;
    line-height: 1.5;
    color: var(--gray);
}
.spfooter-copyright__text small {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    width: 125%;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}










/* ---------------------------------------------------------------------------------------------------------------------------- */
/* astalift-science */
.astalift-science {
    padding: 0 5%;
    max-width: calc(1017px + 10%);
    margin: 0 auto;
}
.astalift-science__text {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 30px;
}
.astalift-science__item {
    margin-bottom: 20px;
}
.astalift-science__item:last-of-type {
    margin-bottom: 0;
}
.astalift-science .annotation-text {
    margin-top: 10px;
}

@media (min-width: 897px) {
    .astalift-science__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .astalift-science__item {
        width: 48.5%;
        margin-bottom: 0;
    }
    .astalift-science__text {
        font-size: 3.2rem;
        margin-bottom: 50px;
    }
}




/* ---------------------------------------------------------------------------------------------------------------------------- */
/* notification */
body .notification {
    background-color: #f1f5f7;
    padding: 15px 30px;
    text-align: center;
}
body .notification p {
    color: black;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-bottom: 0;
}
body .notification a {
    text-decoration: underline;
}
body .notification a:hover {
    text-decoration: none;
}
@media screen and (max-width:768px) {
    body .notification p {
        font-size: 1.2rem;
        line-height: 1.5;
    }

}

/* ---------------------------------------------------------------------------------------------------------------------------- */
/* youtube */
#yt-content{
    width:80%;
    margin:0;
    padding:0;
    background:#fff;
    position:fixed;
    display:none ;
    z-index:99999;
}
@media screen and (max-width: 640px) {
    #yt-content{
        width: 100%;
    }
}
#yt-content .inner{
    position:relative;
    width:100%;
    padding-top:56.25%;
    overflow:hidden;
}
#yt-content .inner #player{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}
#yt-overlay{
    z-index:9999;
    display:none;
    position:fixed;
    top:0;
    width:100%;
    height:120%;
    background-color:rgba( 0,0,0, 0.75 );
}
.products-use__yt {
    position: relative;
    cursor: pointer;
}
.products-use__yt::before {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-26.88%, #FFFFFF), to(#FFFFFF));
    background: linear-gradient(180deg, #FFFFFF -26.88%, #FFFFFF 100%);
    opacity: 0.5;
    border-radius: 100px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: .3s all;
}
.products-use__yt::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 13.0px;
    border-color: transparent transparent transparent var(--red);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
    transition: .3s all;
}
.products-use__yt:hover::before {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
}
.products-use__yt:hover::after {
    transform: translate(-25%, -50%) scale(1.2);
}

@media (min-width: 897px) {
    .products-use__yt::before {
        width: 100px;
        height: 100px;
    }
    .products-use__yt::after {
        border-width: 12px 0 12px 20px;
    }
}



/*  */
.products-floating {
    width: 100%;
    position: fixed;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    display: none;
}
.products-floating__banner {
    position: absolute;
    width: 265px;
    right: calc(5% + 60px);
    bottom: 0;
    -webkit-box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.16), 0px 0px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.16), 0px 0px 14px rgba(0, 0, 0, 0.1);
    transition: .3s all;
}
.products-floating__banner:hover {
    -webkit-box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.23), 0px 0px 24px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.23), 0px 0px 24px rgba(0, 0, 0, 0.12);
}
@media (max-width: 374px) {
    .products-floating__banner {
        width: 71%;
    }
}
.products-floating__top-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 2.5%;
    bottom: 0;
    width: 60px;
    height: 60px;
    background-color: var(--red);
    color: var(--white);
    border-radius: 100px;
    cursor: pointer;
    transition: .3s all;
    -webkit-box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.23), 0px 0px 14px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 14px 14px rgba(0, 0, 0, 0.23), 0px 0px 14px rgba(0, 0, 0, 0.12);
}
.products-floating__top-btn:hover {
    -webkit-box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.23), 0px 0px 24px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 24px 24px rgba(0, 0, 0, 0.23), 0px 0px 24px rgba(0, 0, 0, 0.12);
}
.products-floating__top-btn span {
    font-size: 1rem;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    display: inline-block;
    letter-spacing: .1em;
}
.products-floating__top-btn::before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    border: 1px solid var(--white);
    border-left: none;
    border-bottom: none;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-bottom: 8px;
    position: relative;
    transition: .3s all;
    top: 0;
}
.products-floating__top-btn:hover::before {
    top: -7%;
}
@media (min-width: 897px) {
    .products-floating {
        bottom: 40px;
    }
    .products-floating__top-btn {
        width: 80px;
        height: 80px;
    }
    .products-floating__top-btn::before {
        width: 10px;
        height: 10px;
        margin-bottom: 4px;
    }
    .products-floating__top-btn span {
        font-size: 1.2rem;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .products-floating__banner {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        left: auto;
        right: calc(5% + 80px);
    }
}


/* online-modal */

.products-online {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(39,39,47, 0.5);
    display: none;
}
.products-online__inner {
    width: 100%;
    height: 100%;
    padding: 100px 5%;
    background: var(--white);
    position: relative;
    overflow-y: auto;
}
.products-online_close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    background: var(--darkgray);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    cursor: pointer;
}
.products-online_close-btn::before {
    position: absolute;
    content: '';
    width: 24px;
    height: 1px;
    left: 12px;
    top: 24px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: var(--white);
}
.products-online_close-btn::after {
    position: absolute;
    content: '';
    width: 24px;
    height: 1px;
    left: 12px;
    top: 24px;
    background-color: var(--white);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.products-online__item {
    margin-bottom: 10px;
}
.products-online__item a {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    border: 1px solid var(--lightgray);
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: "Noto Sans JP", sans-serif;
    border: 1px solid var(--linegray);
    padding: 20px 15px;
    min-height: 92px;
}
.products-online__item a:hover {
    border: 1px solid #4C5061;
}
.products-online__item a::before {
    position: absolute;
    content: '';
    background-image: url(../../../monom/assets/images/common/icon/link_icon.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    top: 10px;
    right: 10px;
}
.products-online__item:nth-of-type(2) img {
    margin-bottom: 10px;
}
.products-online__item-img {
    width: 95px;
    min-width: 85px;
    margin-right: 20px;
}
.products-online__list-wrap {
    display: none;
}
.products-online__txt {
    min-width: 140px;
	font-size: 1.1rem;
	letter-spacing: 0.05em;
    line-height: 1.5;
    margin-left: 16px;
}
@media (min-width: 415px) {
    .products-online__inner {
        width: 90%;
        min-width: 320px;
        max-width: 480px;
        height: auto;
    }
}
@media (min-width: 897px) {
    .products-online__inner {
        width: 780px;
        max-width: 780px;
        height: auto;
        padding: 100px 60px 80px;
        -webkit-box-shadow: var(--bgshadow);
                box-shadow: var(--bgshadow);
        position: relative;
    }
    .products-online__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin: 0 auto;
    }
    .products-online__item a {
        width: 320px;
        height: 110px;
    }
    .products-online__txt {
        font-size: 1.2rem;
    }
    .products-online__item:nth-of-type(2) img {
        margin-bottom: 10px;
    }
}


.products-relation__item-btn.is-inactive a {
    pointer-events: none;
    background: var(--inactive-bg);
    color: var(--inactive-color);
    box-shadow: none;
}
.products-relation__item-btn.is-inactive a::before {
    background-image: url(../../../monom/assets/images/common/icon/cart-inactive.png);
}

.products-relation__item-annotation {
    text-align: center;
    margin-bottom: 5px;
}
@media (min-width: 897px) {
    .products-relation__item-annotation {
        text-align: left;
    }
}