@charset "UTF-8";

@font-face {
    font-family: 'BrandonGrotesqueWeb-Bold';
    src: url("fonts/376DF1_0_0.eot");
    src: url("fonts/376DF1_0_0-.eot#iefix") format("embedded-opentype"), url("fonts/376DF1_0_0.woff2") format("woff2"), url("fonts/376DF1_0_0.woff") format("woff"), url("fonts/376DF1_0_0.ttf") format("truetype");
}

/* ブレイクポイントと連動している container の幅になる。 */
/* containerにデフォルトで入っているpaddingを設定 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:before,
*:after {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.l-wrapper {
    overflow: hidden;
}

.l-container,
.section__about__container,
.products__heading {
    margin: 0 auto;
    position: relative;
    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}

.l-container.is-lg-width,
.is-lg-width.section__about__container,
.is-lg-width.products__heading {
    max-width: 1280px;
}

.l-container.is-md-width,
.is-md-width.section__about__container,
.is-md-width.products__heading {
    max-width: 920px;
}

.l-container.is-sm-width,
.is-sm-width.section__about__container,
.is-sm-width.products__heading {
    max-width: 768px;
}

.l-container.is-xs-width,
.is-xs-width.section__about__container,
.is-xs-width.products__heading {
    max-width: 400px;
}

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

    .l-container,
    .section__about__container,
    .products__heading {
        width: 100%;
    }
}

@media screen and (min-width: 401px) {

    .l-container,
    .section__about__container,
    .products__heading {
        width: 100%;
    }
}

@media screen and (min-width: 1281px) {

    .l-container,
    .section__about__container,
    .products__heading {
        width: calc(1280px - 128px + 10vw);
    }
}

.l-container.has-padding,
.has-padding.section__about__container,
.has-padding.products__heading {
    padding: 0 15px;
    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}

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

    .l-container.has-padding,
    .has-padding.section__about__container,
    .has-padding.products__heading {
        padding: 0 20px;
    }
}

.l-flex-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.l-flex-box.is-direction-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.l-flex-box.is-align-center {
    align-items: center;
}

.l-flex-box.is-align-start {
    align-items: flex-start;
}

.l-flex-box.is-flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.l-flex-box.is-justify-center {
    -webkit-justify-content: center;
    justify-content: center;
}

.l-flex-box.is-justify-space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.l-flex-box.l-block-sm {
    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}

@media screen and (max-width: 768px) {
    .l-flex-box.l-block-sm {
        display: block;
    }
}

.show-sm {
    display: none !important;
}

.hide-sm {
    display: block !important;
}

/* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
@media screen and (max-width: 768px) {
    .show-sm {
        display: block !important;
    }

    .hide-sm {
        display: none !important;
    }
}

.u-relative {
    position: relative;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    line-height: 1.6;
    color: #FFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-font-kerning: normal;
    font-kerning: normal;
    font-variant-ligatures: no-common-ligatures;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 2dppx) {
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
}

a {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 3.2rem;
}

h2 {
    font-size: 2.8rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.6rem;
}

.jp-fonts-main,
body,
.loading-animation-text,
.lineup__modal .line-up__modal__content h1,
.lineup__modal .line-up__modal__content ul.line-up__modal__shop-list li.not-active .line-up__modal__puchase-button,
.lineup__modal .line-up__modal__content .line-up__modal__puchase-button,
.lineup__container .section__lineup__content .lineup__list .lineup__list__item figure figcaption h2 small {
    font-family: source-han-sans-cjk-ja, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.latin-fonts-main,
.section__title__verticle-eng,
.static-page .static-page__header .static-page__header__title,
.header ul.header__links li,
.footer .footer__lang-picker .flex-inner,
.footer ul.footer__links li a,
.footer .footer__copyright,
#loader,
.products__features .products__features__number,
.lineup__container .lineup__selectorContainer .lineup__selector .lineup__selector__tab,
.lineup__container .section__lineup__content .lineup__list .lineup__list__item figure figcaption h2,
.lineup__container .section__lineup__content .lineup__list .lineup__list__item .action-button button,
.lineup__container .section__lineup__content .lineup__list .lineup__list__item .action-button a,
html[lang="en"] .page-policy__content p,
html[lang="en"] .footer__company-info a {
    font-family: BrandonGrotesqueWeb-Bold, sans-serif;
    font-weight: normal;
    font-style: normal;
}

.has-text-black {
    color: #000;
}

.has-text-white {
    color: #FFF;
}

.has-text-center {
    text-align: center;
}

.has-text-right {
    text-align: right;
}

.has-chushaku {
    position: relative;
}

.has-chushaku .chushaku {
    position: absolute !important;
    right: -6px;
    font-size: 10px !important;
    top: -10px;
    line-height: 1;
    letter-spacing: -0.1em !important;
    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}

.has-chushaku .chushaku .ast {
    display: block !important;
    font-size: 1.4em;
    position: absolute;
    top: 1px;
    left: -8px;
}

@media screen and (max-width: 768px) {
    .has-chushaku .chushaku {
        right: -7px;
        top: -0.7em;
        font-size: 10px !important;
        white-space: nowrap;
    }

    .has-chushaku .chushaku.chushaku--sp-box-edge-01 {
        top: -19px;
        right: -120%;
    }

    .has-chushaku .chushaku.chushaku--sp-box-edge-02 {
        top: -19px;
        right: -60%;
    }

    .has-chushaku .chushaku.chushaku--sp-box-edge-03 {
        top: -19px;
        right: -230%;
    }
}

::selection {
    background:  #00c9e261;
    /* WebKit/Blink Browsers */
}

::-moz-selection {
    background: #00c9e261;
    /* Gecko Browsers */
}

.is-bg-pink {

    background-color: #fff;
}



.section__title {
    position: relative;
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}

@media screen and (max-width: 768px) {
    .section__title {
        height: 120px;
        padding-top: 60px;
        text-align: center;
    }
}

.section__title__verticle-eng {
    position: absolute;
    display: inline-block;
    font-size: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.2em;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}

@media screen and (max-width: 768px) {
    .section__title__verticle-eng {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        letter-spacing: 3.5px;
        font-size: 2.4rem;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.section__title--about .section__title__verticle-eng {
    top: 220px;
    right: -4px;
}

.section__title--product .section__title__verticle-eng {
    top: -74px;
    left: -44px;
}

.section__title--lineup .section__title__verticle-eng {
    top: 150px;
    right: -11px;
}

.section__title--instagram .section__title__verticle-eng {
    top: 80px;
    left: -82px;
    z-index: 1;
}

.bg-stripe {
    position: absolute;
    z-index: 0;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 300px;
    width: 300px;
    opacity: 0.6;
    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}

@media screen and (max-width: 768px) {
    .bg-stripe {
        width: 180px;
        height: 180px;
    }
}

.bg-stripe.bg-stripe--01 {
    right: -60px;
    top: 650px;
    background-image: url("../images/stripe_blue.png.html");
    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}

@media screen and (max-width: 768px) {
    .bg-stripe.bg-stripe--01 {
        right: -40px;
        top: 790px;
    }
}

.bg-stripe.bg-stripe--02 {
    left: -60px;
    top: 460px;
    background-image: url("../images/stripe_purple.png.html");
    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}

@media screen and (max-width: 768px) {
    .bg-stripe.bg-stripe--02 {
        right: -40px;
        top: 730px;
    }
}

.bg-stripe.bg-stripe--title--lineup {
    right: -60px;
    top: -80px;
    background-image: url("../images/stripe_yellow.png.html");
}

.bg-stripe.bg-stripe--lineup-left {
    left: -60px;
    top: 180px;
    background-image: url("../images/stripe_blue.png.html");
    z-index: 1;
}

.bg-stripe.bg-stripe--lineup-right {
    right: -60px;
    top: 2200px;
    background-image: url("../images/stripe_purple.png.html");
    z-index: 1;
}

.bg-stripe.bg-stripe--lineup-left-02 {
    left: -60px;
    bottom: 200px;
    background-image: url("../images/stripe_yellow.png.html");
    z-index: 1;
    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}

@media screen and (max-width: 768px) {
    .bg-stripe.bg-stripe--lineup-left-02 {
        left: -40px;
        top: auto;
        bottom: -120px;
    }
}

.bg-stripe.insta-right {
    right: -60px;
    bottom: 100px;
    background-image: url("../images/stripe_blue.png.html");
    z-index: 1;
}

.fadeInUp {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        -ms-transform: translateY(40px);
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.keyvisual__logo {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.keyvisual__logo.animated {
    opacity: 1;
    -webkit-transition-delay: 3.1s;
    -moz-transition-delay: 3.1s;
    -ms-transition-delay: 3.1s;
    -o-transition-delay: 3.1s;
    transition-delay: 3.1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.keyvisual__inner-model.animated {
    -webkit-animation: show-up 1.8s cubic-bezier(0, 0, 0.001, 1) 0s forwards;
    -moz-animation: show-up 1.8s cubic-bezier(0, 0, 0.001, 1) 0s forwards;
    -o-animation: show-up 1.8s cubic-bezier(0, 0, 0.001, 1) 0s forwards;
    animation: show-up 1.8s cubic-bezier(0, 0, 0.001, 1) 0s forwards;
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@keyframes show-up {
    0% {
        -webkit-transform: translateY(55vw);
        -moz-transform: translateY(55vw);
        -ms-transform: translateY(55vw);
        -o-transform: translateY(55vw);
        transform: translateY(55vw);
    }

    53% {
        -webkit-transform: translateY(55vw);
        -moz-transform: translateY(55vw);
        -ms-transform: translateY(55vw);
        -o-transform: translateY(55vw);
        transform: translateY(55vw);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-11vw);
        -moz-transform: translateY(-11vw);
        -ms-transform: translateY(-11vw);
        -o-transform: translateY(-11vw);
        transform: translateY(-11vw);
        opacity: 1;
    }
}

.static-page .static-page__header {
    padding-top: 170px;
}

.static-page .static-page__header .static-page__header__title {
    font-size: 3.6rem;
    text-align: center;
    letter-spacing: 0.05em;
}

/* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
@media screen and (max-width: 768px) {
    .static-page .static-page__header {
        padding-top: 120px;
    }

    .static-page .static-page__header .static-page__header__title {
        font-size: 3rem;
    }
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 100%;
}

.btn {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none;
}

.header {
    position: relative;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
}

.header ul.header__links {
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: center;
    padding-right: 50px;
    padding-top: 30px;
    color: #fff;
}

.header ul.header__links li {
    font-size: 2rem;
}

.header ul.header__links li.lang-picker {
    margin-left: 1em;
    font-size: 1.6rem;
}

.header ul.header__links li.lang-picker.jp-selected a.jp {
    pointer-events: none;
}

.header ul.header__links li.lang-picker.en-selected a.en {
    pointer-events: none;
}

.header ul.header__links li.color-black {
    color: #000;
}

.header ul.header__links li.color-black a:after {
    background-color: #000;
}

.header ul.header__links li a {
    position: relative;
    text-decoration: none;
    margin: 0px 10px;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}

.header ul.header__links li a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    bottom: 1px;
    left: 0;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

@media screen and (min-width: 769px) {
    .header ul.header__links li a:hover:after {
        width: 100%;
    }
}

.header__flex-box {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header__flex-box .header__left {
    padding-top: 30px;
    padding-left: 50px;
}

.header__flex-box .header__logo img {
    width: 212px;
}

/* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
@media screen and (max-width: 768px) {
    .header .header__toggle-sp {
        position: absolute;
        top: 20px;
        right: 55px;
        z-index: 100;
    }

    .header .header__toggle-sp span {
        background-color: #FFF;
        width: 30px;
        height: 3px;
        position: absolute;
        left: 0;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }

    .header .header__toggle-sp span.color-black {
        background-color: #000;
    }

    .header .header__toggle-sp span:nth-child(1) {
        top: 0;
    }

    .header .header__toggle-sp span:nth-child(2) {
        top: 10px;
    }

    .header .header__toggle-sp span:nth-child(3) {
        top: 20px;
    }

    .header .header__toggle-sp.open span {
        background-color: #FFF;
    }

    .header .header__toggle-sp.open span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header .header__toggle-sp.open span:nth-child(2) {
        opacity: 0;
        top: 20px;
    }

    .header .header__toggle-sp.open span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .header .header__navigation {
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background-color: #ff546c;
    }

    .header .header__navigation.nav-open {
        opacity: 1;
        visibility: visible;
    }

    .header .header__navigation.nav-open ul li a {
        color: #FFF;
    }

    .header ul.header__links {
        width: 100vw;
        height: 85%;
        padding-right: 0;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .header ul.header__links li {
        margin-bottom: 10px;
        text-align: center;
        font-size: 3.2rem;
    }

    .header ul.header__links li.lang-picker {
        margin-left: 0;
        margin-top: 25px;
        font-size: 2.4rem;
        color: #FFF !important;
    }

    .header ul.header__links li.header__links__sns {
        padding-top: 30px;
    }

    .header ul.header__links li.header__links__sns ul {
        display: flex;
        margin: 0 auto;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
    }

    .header ul.header__links li.header__links__sns ul li a {
        padding: 15px;
        height: 30px;
    }

    .header ul.header__links li.header__links__sns ul li a img.insta {
        height: 30px;
    }

    .header ul.header__links li.header__links__sns ul li a img.facebook {
        height: 30px;
    }

    .header ul.header__links li.header__links__sns ul li a img.twitter {
        height: 27px;
    }

    .header__flex-box .header__left {
        padding-top: 22px;
        padding-left: 25px;
    }

    .header__flex-box .header__logo img {
        width: 160px;
    }
}

.footer {
    background: #e2e2e2;
    color: #fff;
    padding-top: 40px;
}

.footer .footer__chushaku {
    padding-left: 25px;
    padding-right: 25px;
}

.footer .footer__chushaku ul {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 70px;
}

.footer .footer__chushaku ul li {
    padding-left: 4px;
    padding-right: 4px;
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.footer .footer__sns-icons {
    margin-bottom: 70px;
}

.footer .footer__sns-icons ul {
    display: flex;
    width: 240px;
    margin: 0 auto;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.footer .footer__sns-icons ul li a {
    padding: 20px;
    height: 36px;
}

.footer .footer__sns-icons ul li a:hover {
    opacity: 0.8;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.footer .footer__sns-icons ul li a img.insta {
    height: 36px;
}

.footer .footer__sns-icons ul li a img.facebook {
    height: 36px;
}

.footer .footer__sns-icons ul li a img.twitter {
    height: 32px;
}

.footer .footer__sns-icons ul li a img.cart {
    height: 36px;
    margin-left: -3px;
}

.footer .footer__lang-picker {
    margin-bottom: 40px;
}

.footer .footer__lang-picker .flex-inner {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
}

.footer .footer__lang-picker .flex-inner .footer__lang-picker__title {
    margin-right: 10px;
    font-size: 1.3rem;
}

.footer .footer__lang-picker .flex-inner ul.flex-list {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.footer .footer__lang-picker .flex-inner ul.flex-list li {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 1.6rem;
}

.footer .footer__lang-picker .flex-inner ul.flex-list li a {
    text-decoration: none;
}

.footer .footer__lang-picker .flex-inner ul.flex-list li a:hover {
    text-decoration: underline;
}

.footer .footer__lang-picker .flex-inner ul.flex-list.jp-selected .jp {
    opacity: 0.4;
}

.footer .footer__lang-picker .flex-inner ul.flex-list.jp-selected .jp a {
    pointer-events: none;
}

.footer .footer__lang-picker .flex-inner ul.flex-list.en-selected .en {
    opacity: 0.4;
}

.footer .footer__lang-picker .flex-inner ul.flex-list.en-selected .en a {
    pointer-events: none;
}

.footer ul.footer__links {
    padding-bottom: 10px;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.footer ul.footer__links li {
    margin: 0 22px;
}

.footer ul.footer__links li a {
    text-decoration: none;
    font-size: 1.6rem;
}

.footer ul.footer__links li a:hover {
    text-decoration: underline;
}

.footer .footer__company-info {
    font-size: 1.4rem;
    text-align: center;
}

.footer .footer__company-info a {
    text-decoration: none;
}

.footer .footer__company-info a:hover {
    text-decoration: underline;
}

.footer .footer__copyright {
    font-size: 1.3rem;
    padding: 36px 0;
}

/* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
@media screen and (max-width: 768px) {
    .footer {
        padding-top: 30px;
    }

    .footer .footer__chushaku ul {
        margin-bottom: 60px;
    }

    .footer .footer__sns-icons {
        margin-bottom: 50px;
    }

    .footer .footer__sns-icons img {
        width: auto;
    }

    .footer .footer__company-info .footer-hide-sm {
        display: none;
    }
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
}

.loading-animation-lip-images {
    width: 100%;
    height: 100%;
    background: url("../images/lord.gif.html") no-repeat;
    -webkit-background-size: 250px;
    -o-background-size: 250px;
    background-size: 250px;
    background-position: center;
}

.loading-animation-text {
    font-size: 4.8rem;
    font-weight: bold;
    text-align: center;
    color: #FFF;
    padding-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.loading-animation-text p {
    position: relative;
    display: inline-block;
}

.loading-animation-text p:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    right: 0;
    bottom: 4px;
    height: 4px;
    width: 0;
    background-color: #FFF;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading-animation-text.animated p:after {
    -webkit-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
    -ms-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-name: growLine;
    animation-name: growLine;
    visibility: visible !important;
    -webkit-animation-fill-mode: linear;
    -moz-animation-fill-mode: linear;
    -o-animation-fill-mode: linear;
    animation-fill-mode: linear;
}

@-webkit-keyframes growLine {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@keyframes growLine {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.loading-animation-logo {
    opacity: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
}

.loading-animation-logo img {
    width: 180px;
   
}

.loading-animation-logo.animate {
    opacity: 1;
}

#loader {
    width: 100%;
    height: 100vh;
    text-align: center;
    color: #f62d4a;
    font-size: 2rem;
}

@keyframes loading-animation {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes loading-animation {
    0% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.wrapper {
    color: #FFF;
    z-index: 0;
}

.keyvisual {
    position: relative;
    width: 100vw;
}

.keyvisual:before {
    content: "";
    display: block;
    padding-top: 53.125%;
}

.keyvisual .keyvisual-image-sp {
    display: none;
}

.keyvisual .keyvisual__animated-bg {
    z-index: 0;
}

.keyvisual .keyvisual__content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
}

.keyvisual .keyvisual__inner-model {
    position: relative;
    width: 100%;
    height: 100%;
}

.keyvisual .keyvisual__inner-model img {
    width: 100%;
}

.keyvisual .keyvisual__logo {
    position: absolute;
    bottom: -63px;
    left: 0;
    right: 0;
    margin: auto;
    width: 92vw;
    max-width: 1500px;
    z-index: 2;
}

.keyvisual .keyvisual__logo img {
    width: 100%;
}

.keyvisual .keyvisual__logo .rouge-banner {
    position: absolute;
    top: -200px;
    right: -15px;
    animation: pulse-2 1.5s infinite;
}

.keyvisual .keyvisual__logo .rouge-banner img {
    width: 300px;
}

@keyframes pulse-2 {
    60% {
        transform: scale(1, 1);
    }

    70% {
        transform: scale(1.015, 1.015);
    }

    80% {
        transform: scale(0.988, 0.988);
    }

    90% {
        transform: scale(1.012, 1.012);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes pulse-2-sp {
    60% {
        transform: scale(1, 1);
    }

    70% {
        transform: scale(1.035, 1.035);
    }

    80% {
        transform: scale(0.988, 0.988);
    }

    90% {
        transform: scale(1.025, 1.025);
    }

    100% {
        transform: scale(1, 1);
    }
}

.hashtag {
    position: absolute;
    color: #FFF;
    font-size: 4.8rem;
    font-weight: bold;
}

.hashtag:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background-color: #FFF;
    position: absolute;
    bottom: 8%;
    left: 0;
}

.hashtag.hashtag--red {
    color: #f62d4a;
}

.about-box--01 .hashtag {
    left: 40px;
    bottom: -50px;
}

.products__heading .hashtag {
    right: 15px;
    bottom: -50px;
}

.section__lineup__heading .hashtag {
    left: 40px;
    bottom: 10px;
}

.section__about__container {
    padding-bottom: 60px;
    padding-top: 120px;
    margin: 0px auto;
}

.section__about__content {
    padding-top: 80px;
}

.section__about__content .about-box--01 {
    position: relative;
    background-image: url("images/about-image-01.jpg.html") no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 640px;
}

.section__about__content .about-box--01 .about-box--01__contents {
    padding: 80px 0 0 575px;
}

.section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__text h2 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.8;
}

.section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__text h3 {
    font-size: 2.4rem;
}

.section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__text p {
    font-size: 1.5rem;
    line-height: 1.8;
}

.section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__big-lip {
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    width: 100%;
    padding-top: 100px;
}

.section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__big-lip .inner {
    z-index: 0;
    position: relative;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__big-lip .inner img {
    position: absolute;
    right: -160px;
    top: -30px;
    height: 280px;
}

.section__products {
    margin-top: 130px;
    padding-top: 70px;
}

.products__heading {
    background: url("../images/about-image-02.jpg.html") no-repeat;
    background-position: right 60px top 0px;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: 640px;
    margin: 0px auto;
    margin-bottom: 100px;
}

.products__heading .products__heading__contents .products__heading__contents__text {
    padding: 0 0 0 200px;
    margin-top: 30px;
}

.products__heading .products__heading__contents .products__heading__contents__text h2 {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.8;
}

.products__heading .products__heading__contents .products__heading__contents__text p {
    padding-top: 15px;
}

.products__heading .products__heading__contents .products__heading__contents__text p img {
    position: relative;
    height: 118px;
}

.products__heading .products__heading__contents .products__heading__contents__lip-lineup {
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding-top: 20px;
}

.products__heading .products__heading__contents .products__heading__contents__lip-lineup .inner {
    position: relative;
}

.products__heading .products__heading__contents .products__heading__contents__lip-lineup .inner img {
    position: absolute;
    height: 233px;
    left: -40px;
    top: 40px;
}

.products__features {
    z-index: 1;
}

.products__features .products__features__container {
    width: 1040px;
    margin: 0 auto;
}

.products__features .products__features__number {
    font-size: 9.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 24px;
}

.products__features .products__features__item--title {
    font-size: 3.0rem;
    line-height: 1.6;
}

.products__features .products__features__list {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.products__features .products__features__list .products__features__item {
    display: inline-block;
    -webkit-flex: 0 0 43%;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
    margin-bottom: 70px;
}

.products__features .products__features__list .products__features__item .botanical-image {
    height: 238px;
    margin-top: 20px;
}

.products__features .products__features__list .products__features__item .mouth-image {
    width: 352px;
    margin: 30px auto 0;
    display: block;
}

.products__features .products__features__list .products__features__item--measure {
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 70px;
}

.products__features .products__features__list .products__features__item--measure .inner {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}

.products__features .products__features__list .products__features__item--measure .inner .text-box {
    -webkit-flex: 0 0 43%;
    -ms-flex: 0 0 43%;
    flex: 0 0 43%;
}

.products__features .products__features__list .products__features__item--measure .inner .products__features__item--measure__6roles {
    -webkit-flex: 0 0 540px;
    -ms-flex: 0 0 540px;
    flex: 0 0 540px;
    margin-top: 10px;
}

.products__features .products__features__list .products__features__item--measure .inner .products__features__item--measure__6roles ul {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.products__features .products__features__list .products__features__item--measure .inner .products__features__item--measure__6roles ul li.item {
    position: relative;
    -webkit-flex: 0 0 160px;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    border: 2px solid;
    height: 48px;
    line-height: 4.3rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 24px;
}

.products__features .products__features__list .products__features__item--measure .inner .products__features__item--measure__6roles ul li.plus {
    font-size: 2.2rem;
    line-height: 4.5rem;
}

.section__lineup__padding {
    padding-top: 615px;
}

.lineup__bg-bright-pink {
    position: relative;
    height: 2460px;
    background: #ffcbcb;
}

.lineup__bg-bright-pink .bg-dots {
    position: relative;
    top: -25vw;
    height: 100%;
    background: center/1623px 1015px url("../images/bg-dots.jpg.html") no-repeat;
    background-position: center top 500px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .lineup__bg-bright-pink .bg-dots {
        background: center/1623px 1015px url("../images/bg-dots.png.html") no-repeat;
    }
}

.lineup__modal {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.lineup__modal.js-modal-open .line-up__modal__content {
    animation: openModal .3s both;
}

.lineup__modal.js-modal-closed {
    animation: closeModal .3s both;
}

.lineup__modal .lineup__modal__container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lineup__modal .line-up__modal__shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.lineup__modal .line-up__modal__content {
    position: relative;
    z-index: 10;
    background-color: #FFF;
    flex: 0 0 680px;
    padding: 80px;
    color: #000;
}

.lineup__modal .line-up__modal__content .line-up__modal__close-button {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 12px;
    top: 23px;
    cursor: pointer;
}

.lineup__modal .line-up__modal__content .line-up__modal__close-button span {
    position: absolute;
    left: 15px;
    top: 10px;
    display: block;
    width: 15px;
    height: 2px;
    transition-duration: 0.3s;
    background-color: #000;
}

.lineup__modal .line-up__modal__content .line-up__modal__close-button span:nth-of-type(1) {
    transform: rotate(45deg);
}

.lineup__modal .line-up__modal__content .line-up__modal__close-button span:nth-of-type(2) {
    transform: rotate(-45deg);
}

.lineup__modal .line-up__modal__content h1 {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.lineup__modal .line-up__modal__content ul.line-up__modal__shop-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lineup__modal .line-up__modal__content ul.line-up__modal__shop-list li:not(:last-child) {
    margin-bottom: 36px;
}

.lineup__modal .line-up__modal__content ul.line-up__modal__shop-list li.not-active {
    opacity: 0.3;
}

.lineup__modal .line-up__modal__content ul.line-up__modal__shop-list li.not-active .line-up__modal__puchase-button {
    cursor: default;
}

.lineup__modal .line-up__modal__content ul.line-up__modal__shop-list li .line-up__modal__shop-list__item__shop-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.lineup__modal .line-up__modal__content ul.line-up__modal__shop-list li .shop-logo {
    -webkit-flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    display: flex;
    align-items: center;
    width: 120px;
    margin-right: 36px;
}

.lineup__modal .line-up__modal__content ul.line-up__modal__shop-list li .shop-logo img {
    width: 100%;
}

.lineup__modal .line-up__modal__content ul.line-up__modal__shop-list li p {
    flex: 1 0 160px;
    line-height: 1.5;
}

.lineup__modal .line-up__modal__content .line-up__modal__puchase-button {
    width: 152px;
    height: 48px;
    padding-top: 2px;
    line-height: 4.6rem;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    transition-duration: 0.2s;
    background-color: #f62d4a;
    color: #FFF;
}

.lineup__modal .line-up__modal__content .line-up__modal__puchase-button:hover {
    background-color: #e60a2a;
}

.lineup__container {
    position: absolute;
    width: 840px;
    padding: 0px 0 140px;
    margin: 0 auto;
    top: -530px;
    right: 0;
    left: 0;
    z-index: 2;
}

.lineup__container .section__lineup__heading {
    position: relative;
    background-image: url("images/about-image-01.jpg.html");
    background-color: #fff;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.lineup__container .section__lineup__heading:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.lineup__container .lineup__selectorContainer {
    padding: 40px 40px 0;
}

.lineup__container .lineup__selectorContainer .lineup__selector {
    position: relative;
    padding: 10px;
    background-color: #ffcbcb;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1em;
    color: #ff546c;
}

.lineup__container .lineup__selectorContainer .lineup__selector .icon-new {
    top: -15px;
    right: -15px;
    position: absolute;
}

.lineup__container .lineup__selectorContainer .lineup__selector .icon-new img {
    width: 50px;
}

.lineup__container .lineup__selectorContainer .lineup__selector .lineup__selector__tab {
    transition-duration: 0.6s;
    -webkit-flex: 1 1 100px;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
    opacity: 0.5;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    height: 60px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
}

.lineup__container .lineup__selectorContainer .lineup__selector .lineup__selector__tab.--tabGloss {
    margin-right: 5px;
}

.lineup__container .lineup__selectorContainer .lineup__selector .lineup__selector__tab.--tabGloss.--selected {
    background-color: #f62d4a;
}

.lineup__container .lineup__selectorContainer .lineup__selector .lineup__selector__tab.--tabRouge {
    margin-left: 5px;
}

.lineup__container .lineup__selectorContainer .lineup__selector .lineup__selector__tab.--tabRouge.--selected {
    background-color: #e62d34;
}

.lineup__container .lineup__selectorContainer .lineup__selector .lineup__selector__tab.--selected {
    opacity: 1;
    color: #FFF;
}

.lineup__container .section__lineup__content {
    background-color: #FFF;
    color: #000;
}

.lineup__container .section__lineup__content .lineup__list {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0;
}

.lineup__container .section__lineup__content .lineup__list .lineup__list__item {
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    margin: 40px 30px;
}

.lineup__container .section__lineup__content .lineup__list .lineup__list__item figure {
    text-align: center;
}

.lineup__container .section__lineup__content .lineup__list .lineup__list__item figure img {
    z-index: 10;
    position: relative;
    width: 90%;
    object-fit: contain;
}

.lineup__container .section__lineup__content .lineup__list .lineup__list__item figure figcaption {
    position: relative;
    padding-top: 25px;
}

.lineup__container .section__lineup__content .lineup__list .lineup__list__item figure figcaption .batch {
    position: absolute;
    z-index: 0;
    top: -63px;
    left: 0;
    width: 60px;
}

.lineup__container .section__lineup__content .lineup__list .lineup__list__item figure figcaption .batch img {
    width: 100%;
    height: auto;
}

.lineup__container .section__lineup__content .lineup__list .lineup__list__item figure figcaption h2 {
    font-size: 2.5rem;
    line-height: 1.6;
    white-space: nowrap;
    letter-spacing: 0.01em;
}

.lineup__container .section__lineup__content .lineup__list .lineup__list__item figure figcaption h2 small {
    display: block;
    font-size: 1.4rem;
}

.lineup__container .section__lineup__content .lineup__list .lineup__list__item .action-button {
    padding-top: 10px;
}

.lineup__container .section__lineup__content .lineup__list .lineup__list__item .action-button button,
.lineup__container .section__lineup__content .lineup__list .lineup__list__item .action-button a {
    height: 60px;
    background-color: #FFF;
    background-color: #f62d4a;
    font-size: 2.8rem;
    line-height: 70px;
    width: 100%;
    text-align: center;
    color: #FFF;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.lineup__container .section__lineup__content .lineup__list .lineup__list__item .action-button button:hover,
.lineup__container .section__lineup__content .lineup__list .lineup__list__item .action-button a:hover {
    background-color: #e60a2a;
}

.lineup__container .section__lineup__content .lineup__list .lineup__list__item .action-button button.--rouge,
.lineup__container .section__lineup__content .lineup__list .lineup__list__item .action-button a.--rouge {
    background-color: #e62d34;
}

.lineup__container .section__lineup__content .lineup__list .lineup__list__item .action-button button.--rouge:hover,
.lineup__container .section__lineup__content .lineup__list .lineup__list__item .action-button a.--rouge:hover {
    background-color: #c8181f;
}

.lineup__container .section__lineup__content .product-info {
    position: relative;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.lineup__container .section__lineup__content .product-info .product-info__text {
    font-size: 1.3rem;
    line-height: 1.5;
}

.lineup__container .section__lineup__content .product-info .product-info__chip-image img {
    width: 64px;
}

.section__instagram .instagram-container {
    position: relative;
    z-index: 1;
    width: 960px;
    margin: 0 auto;
    padding-top: 120px;
}

.section__instagram .instagram-container .col-4 {
    padding-left: -10px;
    padding-right: -10px;
}

.section__instagram .instagram-container .col-2 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.section__instagram .instagram-container .image-lg {
    width: 100%;
}

.section__instagram .instagram-container .image-sm {
    width: 50%;
}

.section__instagram .instagram-container .image-lg,
.section__instagram .instagram-container .image-sm {
    padding: 10px;
}

.section__instagram .instagram-container img {
    width: 100%;
    vertical-align: bottom;
}

/* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
@media screen and (min-width: 1281px) {
    .section__about__content .about-box--01 {
        height: calc(576px + 5vw);
        -webkit-transform: translate();
        -moz-transform: translate();
        -ms-transform: translate();
        -o-transform: translate();
        transform: translate();
    }

    .section__about__content .about-box--01 .about-box--01__contents {
        padding-left: calc(575px - 64px + 5vw);
    }

    .section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__big-lip .inner img {
        right: calc(-100px + 100px - 5vw);
        height: calc(240px - 64px + 5vw);
    }

    .products__heading {
        height: calc(576px + 5vw);
    }

    .products__heading .products__heading__contents .products__heading__contents__text {
        padding-left: calc(200px - 77px + 6vw);
    }

    .products__features .products__features__container {
        width: calc(1040px - 64px + 10vw);
        margin: 0 auto;
    }
}

.keyvisual__animated-bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100vw;
    background-size: 238.671875%;
    background-image: url("../images/bg_animation_@2x.jpg.html");
    -webkit-animation: move-lip 15s linear infinite;
    -moz-animation: move-lip 15s linear infinite;
    animation: move-lip 15s linear infinite;
    background-position: bottom left;
}

.keyvisual__animated-bg:before {
    content: "";
    display: block;
    padding-top: 53.125%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .keyvisual__animated-bg {
        background-image: url("../images/bg_animation_@2x.jpg.html");
    }
}

@keyframes move-lip {
    0% {
        background-position: top right;
    }

    100% {
        background-position: bottom left;
    }
}

@-webkit-keyframes move-lip {
    0% {
        background-position: top right;
    }

    100% {
        background-position: bottom left;
    }
}

@keyframes openModal {
    0% {
        display: block !important;
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        transform: translateY(0px);
        visibility: visible;
        opacity: 1;
    }
}

@keyframes closeModal {
    0% {
        display: none;
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
    }

    100% {
        visibility: hidden;
        opacity: 0;
        transform: translateY(10px);
    }
}

/* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
@media screen and (max-width: 768px) {

    .l-container-sp,
    .section__about__content .about-box--01 .about-box--01__contents,
    .products__heading,
    .products__features .products__features__container,
    .lineup__container,
    .section__instagram .instagram-container {
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
        padding-left: 25px;
        padding-right: 25px;
    }

    .loading-animation-lip-images {
        -webkit-background-size: 120px;
        -o-background-size: 120px;
        background-size: 120px;
    }

    .loading-animation-text p {
        font-size: 3rem;
    }

    .loading-animation-text p:after {
        bottom: 2px;
        height: 3px;
    }

    body {
        position: relative;
    }

    .keyvisual .keyvisual-image-sp {
        position: relative;
        display: block;
    }

    .keyvisual .keyvisual-image-sp img {
        width: 100vw;
    }

    .keyvisual .keyvisual-image-sp .rouge-banner {
        z-index: 1;
        position: absolute;
        bottom: 100px;
        right: 10px;
        animation: pulse-2-sp 1.5s infinite;
    }

    .keyvisual .keyvisual-image-sp .rouge-banner img {
        width: 180px;
    }

    .keyvisual:before {
        display: none;
    }

    .keyvisual .keyvisual__animated-bg {
        background: none;
    }

    .hashtag {
        font-size: 2.2rem;
    }

    .hashtag:after {
        height: 2px;
        bottom: 0;
    }

    .about-box--01 .hashtag {
        left: auto;
        right: -20px;
        bottom: -5px;
    }

    .products__heading .hashtag {
        left: auto;
        right: 10%;
        bottom: -5px;
    }

    .section__lineup__heading .hashtag {
        padding-top: 0;
        left: 15px;
        bottom: 5px;
    }

    .section__about__container {
        padding: 0 0px 100px;
    }

    .section__about__content {
        padding-top: 0;
    }

    .section__about__content .about-box--01 {
        height: auto;
        background: none;
    }

    .section__about__content .about-box--01 .about-box--01__contents {
        padding-top: 0;
        padding-bottom: 0;
    }

    .section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__image {
        position: relative;
        text-align: center;
    }

    .section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__image img {
        max-width: 325px;
        width: 100%;
    }

    .section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__text {
        padding: 35px 0 0 0;
    }

    .section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__text h2 {
        font-size: 2.3rem;
    }

    .section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__text h3 {
        font-size: 1.9rem;
    }

    .section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__big-lip {
        padding-top: 60px;
    }

    .section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__big-lip .inner img {
        right: -40px;
        height: 140px;
    }

    .section__products {
        margin-top: 0;
        padding-top: 0px;
    }

    .products__heading {
        background: none;
        height: auto;
        margin-bottom: 40px;
    }

    .products__heading .products__heading__contents {
        width: 100%;
        margin: 0 auto;
    }

    .products__heading .products__heading__contents .products__heading__contents__image {
        position: relative;
        text-align: center;
    }

    .products__heading .products__heading__contents .products__heading__contents__image img {
        width: 70%;
    }

    .products__heading .products__heading__contents .products__heading__contents__text {
        padding: 0;
        padding: 0px 0 0 0;
    }

    .products__heading .products__heading__contents .products__heading__contents__text h2 {
        width: 340px;
        font-size: 2.27rem;
        letter-spacing: -0.05em;
    }

    .products__heading .products__heading__contents .products__heading__contents__text h2 span.kern_-1 {
        letter-spacing: -0.12em;
    }

    .products__heading .products__heading__contents .products__heading__contents__text h2 span.kern_-2 {
        letter-spacing: -0.8em;
    }

    .products__heading .products__heading__contents .products__heading__contents__text p img {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
    }

    .products__heading .products__heading__contents .products__heading__contents__lip-lineup {
        padding-top: 0;
    }

    .products__heading .products__heading__contents .products__heading__contents__lip-lineup .inner {
        position: relative;
        padding-top: 30px;
    }

    .products__heading .products__heading__contents .products__heading__contents__lip-lineup .inner img {
        position: relative;
        height: 146px;
        top: auto;
        left: auto;
    }

    .products__features .products__features__container {
        padding: 0 25px;
    }

    .products__features .products__features__number {
        text-align: center;
        font-size: 5.4rem;
        margin-bottom: 12px;
    }

    .products__features .products__features__item--title {
        font-size: 2.1rem;
    }

    .products__features .products__features__item--description {
        font-size: 1.3rem;
    }

    .products__features .products__features__list {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .products__features .products__features__list .products__features__item {
        margin-bottom: 65px;
    }

    .products__features .products__features__list .products__features__item .botanical-image {
        height: auto;
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 15px auto 0;
    }

    .products__features .products__features__list .products__features__item .mouth-image {
        height: auto;
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 25px auto 0;
    }

    .products__features .products__features__list .products__features__item--measure {
        margin-bottom: 45px;
    }

    .products__features .products__features__list .products__features__item--measure .inner {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .products__features .products__features__list .products__features__item--measure .inner .text-box {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .products__features .products__features__list .products__features__item--measure .inner .products__features__item--measure__6roles {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-top: 20px;
        margin-bottom: -15px;
    }

    .products__features .products__features__list .products__features__item--measure .inner .products__features__item--measure__6roles ul li.item {
        -webkit-flex: 0 0 29%;
        -ms-flex: 0 0 29%;
        flex: 0 0 29%;
        height: 30px;
        line-height: 1.1em;
        border-width: 1px;
        margin-bottom: 15px;
        font-size: 1.2rem;
        letter-spacing: -0.01em;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
    }

    .products__features .products__features__list .products__features__item--measure .inner .products__features__item--measure__6roles ul li.plus {
        line-height: 30px;
        font-family: avenir, sans-serif;
    }

    .section__lineup__padding {
        padding-top: 230px;
    }

    .lineup__bg-bright-pink {
        height: 3570px;
    }

    .lineup__bg-bright-pink .bg-dots {
        background: none;
    }

    .lineup__modal .line-up__modal__content {
        flex-basis: 90%;
        padding: 60px 10px 48px;
    }

    .lineup__modal .line-up__modal__content .line-up__modal__close-button {
        left: 6px;
        top: 17px;
    }

    .lineup__modal .line-up__modal__content .line-up__modal__close-button span {
        width: 21px;
    }

    .lineup__modal .line-up__modal__content h1 {
        font-size: 1.6rem;
        margin-bottom: 48px;
    }

    .lineup__modal .line-up__modal__content ul.line-up__modal__shop-list {
        padding-left: 25px;
        padding-right: 25px;
    }

    .lineup__modal .line-up__modal__content ul.line-up__modal__shop-list li {
        justify-content: center;
    }

    .lineup__modal .line-up__modal__content ul.line-up__modal__shop-list li:not(:last-child) {
        margin-bottom: 42px;
    }

    .lineup__modal .line-up__modal__content ul.line-up__modal__shop-list li .line-up__modal__shop-list__item__shop-name {
        flex-basis: 160px;
        margin-right: 15px;
        flex-direction: column;
        justify-content: center;
    }

    .lineup__modal .line-up__modal__content ul.line-up__modal__shop-list li .shop-logo {
        flex-basis: 27px;
        margin-right: 0px;
        margin-bottom: 10px;
        width: 105px;
    }

    .lineup__modal .line-up__modal__content ul.line-up__modal__shop-list li p {
        flex-basis: 10px;
        font-size: 1.2rem;
        line-height: 1;
    }

    .lineup__modal .line-up__modal__content .line-up__modal__puchase-button {
        height: 48px;
        line-height: 46px;
        width: 128px;
        font-size: 1.4rem;
        flex-shrink: 0;
    }

    .lineup__container {
        padding: 0 25px;
        top: -220px;
    }

    .lineup__container .section__lineup__heading {
        background-image: url("../images/about-image-01.jpg.html");
        -webkit-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .lineup__container .section__lineup__heading:before {
        padding-top: 62.4%;
    }

    .lineup__container .lineup__selectorContainer {
        padding: 17px 17px 0;
    }

    .lineup__container .lineup__selectorContainer .lineup__selector {
        position: relative;
        padding: 8px;
    }

    .lineup__container .lineup__selectorContainer .lineup__selector .icon-new {
        top: -10px;
        right: -10px;
        position: absolute;
    }

    .lineup__container .lineup__selectorContainer .lineup__selector .icon-new img {
        width: 38px;
    }

    .lineup__container .lineup__selectorContainer .lineup__selector .lineup__selector__tab {
        padding-top: 8px;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        align-items: center;
        line-height: 23px;
        font-size: 2rem;
    }

    .lineup__container .lineup__selectorContainer .lineup__selector .lineup__selector__tab small {
        font-size: 2rem;
    }

    .lineup__container .lineup__selectorContainer .lineup__selector .lineup__selector__tab.--tabGloss {
        padding-right: 4px;
    }

    .lineup__container .lineup__selectorContainer .lineup__selector .lineup__selector__tab.--tabRouge {
        padding-left: 4px;
    }

    .lineup__container .section__lineup__content .lineup__list {
        padding-top: 10px;
    }

    .lineup__container .section__lineup__content .lineup__list .lineup__list__item {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 20px 25px 0;
        margin: 15px 0;
    }

    .lineup__container .section__lineup__content .lineup__list .lineup__list__item figure img {
        width: 90%;
        height: auto;
        margin-bottom: 20px;
    }

    .lineup__container .section__lineup__content .lineup__list .lineup__list__item figure figcaption {
        padding-top: 0px;
        margin-bottom: 8px;
    }

    .lineup__container .section__lineup__content .lineup__list .lineup__list__item figure figcaption .batch {
        top: -83px;
    }

    .lineup__container .section__lineup__content .lineup__list .lineup__list__item figure figcaption h2 {
        font-size: 2.2rem;
        margin: 0;
    }

    .lineup__container .section__lineup__content .lineup__list .lineup__list__item figure figcaption h2 small {
        font-size: 1.2rem;
    }

    .lineup__container .section__lineup__content .lineup__list .lineup__list__item .action-button button {
        font-size: 2.5rem;
    }

    .lineup__container .section__lineup__content .product-info .product-info__text {
        font-size: 1.2rem;
    }

    .lineup__container .section__lineup__content .product-info .product-info__chip-image img {
        width: 55px;
    }

    .section__instagram .instagram-container {
        width: 100%;
        position: relative;
        z-index: 1;
        padding: 10px 15px 0;
    }

    .section__instagram .instagram-container .col-4 {
        padding: 0;
    }

    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
    @-webkit-keyframes move-lip {}
}

@media (max-width: 360px) {
    .products__heading .products__heading__contents .products__heading__contents__text h2 {
        font-size: 6vw;
    }

    .products__features .products__features__item--title {
        letter-spacing: 0;
        font-size: 2rem;
    }
}

@media (max-width: 330px) {
    .lineup__container .section__lineup__content ul li {
        padding-left: 20px;
        padding-right: 20px;
    }

    .products__features .products__features__item--title--small {
        font-size: 1.9rem;
    }
}

.page-policy__content {
    width: 840px;
    margin: 90px auto 0;
}

.page-policy__content p {
    font-size: 1.4rem;
    line-height: 2.45rem;
    font-weight: bold;
    letter-spacing: 0.01em;
}

.page-policy__content table tbody tr th,
.page-policy__content table tbody tr td {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.45rem;
}

.page-policy__content table tbody tr th {
    min-width: 60px;
}

/* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
@media screen and (max-width: 768px) {
    .page-policy__content {
        width: 100%;
        padding-left: 25px;
        padding-right: 25px;
        margin-top: 60px;
    }

    .page-policy__content .table__hide-sm {
        display: none;
    }
}

html[lang="en"] .page-policy__content p {
    font-family: BrandonGrotesqueWeb-Bold !important;
    font-size: 1.7rem;
}

html[lang="en"] {
    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
    /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
}

@media screen and (min-width: 1281px) {
    html[lang="en"] html {
        font-size: 62.5% !important;
    }
}

html[lang="en"] * {
    font-family: BrandonGrotesqueWeb-Bold !important;
}

html[lang="en"] .loading-animation-text {
    font-weight: normal;
}

html[lang="en"] .loading-animation-text p:after {
    bottom: 12px;
}

@-webkit-keyframes growLine {}

html[lang="en"] #loader {
    font-weight: normal !important;
}

@-webkit-keyframes loading-animation {}

html[lang="en"] .hashtag {
    font-weight: normal;
}

html[lang="en"] .section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__text h2 {
    font-size: 14px;
    line-height: 1.4;
    font-weight: normal;
}

html[lang="en"] .section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__text h3 {
    font-size: 3rem;
    font-weight: normal;
}

html[lang="en"] .section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__text p {
    font-size: 2.1rem;
    line-height: 1.5;
}

html[lang="en"] .products__heading .products__heading__contents .products__heading__contents__text h2 {
    font-size: 4.5rem;
    line-height: 1.4;
    font-weight: normal;
}

html[lang="en"] .products__heading .products__heading__contents .products__heading__contents__text h3 {
    font-size: 3rem;
    font-weight: normal;
}

html[lang="en"] .products__heading .products__heading__contents .products__heading__contents__text p {
    font-size: 2rem;
    line-height: 1.5;
}

html[lang="en"] .products__features .products__features__item--title {
    font-size: 3.6rem;
    font-weight: normal;
    line-height: 1.4;
}

html[lang="en"] .products__features .products__features__item--description {
    font-size: 2rem;
    line-height: 1.5;
}

html[lang="en"] .products__features .products__features__list .products__features__item--measure .inner .text-box {
    -webkit-flex: 1 1 200px;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    margin-right: 30px;
}

html[lang="en"] .products__features .products__features__list .products__features__item--measure .inner .products__features__item--measure__6roles {
    -webkit-flex: 0 0 600px;
    -ms-flex: 0 0 600px;
    flex: 0 0 600px;
}

html[lang="en"] .products__features .products__features__list .products__features__item--measure .inner .products__features__item--measure__6roles ul li.item {
    font-weight: normal;
    line-height: 48px;
    -webkit-flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
}

html[lang="en"] .products__features .products__features__list .products__features__item--measure .inner .products__features__item--measure__6roles ul li.plus {
    padding-top: 5px;
}

html[lang="en"] .lineup__container .section__lineup__content .product-info .product-info__text {
    font-size: 1.6rem;
    line-height: 1.3;
}

html[lang="en"] .footer__company-info a {
    font-family: BrandonGrotesqueWeb-Bold !important;
}

@-webkit-keyframes move-lip {}

/* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
@media screen and (max-width: 768px) {
    html[lang="en"] {
        /* 引数無しのデフォルトでは md をブレイクポイントとする（ここはケースバイケースで使用頻度の高いものに入れ替える） */
    }

    html[lang="en"] .loading-animation-text p:after {
        bottom: 6px;
    }

    @-webkit-keyframes growLine {}

    html[lang="en"] #loader {
        font-weight: normal !important;
    }

    @-webkit-keyframes loading-animation {}

    html[lang="en"] .hashtag {
        font-size: 3rem;
    }

    html[lang="en"] .hashtag:after {
        bottom: 8px;
    }

    .about-box--01 html[lang="en"] .hashtag {
        bottom: -13px !important;
    }

    html[lang="en"] .section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__text h2 {
        font-size: 2.8rem;
    }

    html[lang="en"] .section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__text h3 {
        font-size: 2.3rem;
        font-weight: normal;
    }

    html[lang="en"] .section__about__content .about-box--01 .about-box--01__contents .about-box--01__contents__text p {
        font-size: 1.8rem;
        line-height: 1.5;
    }

    html[lang="en"] .products__heading .products__heading__contents .products__heading__contents__text h2 {
        font-size: 2.8rem;
        letter-spacing: 0.06em;
    }

    html[lang="en"] .products__heading .products__heading__contents .products__heading__contents__text h3 {
        font-size: 2.3rem;
        font-weight: normal;
    }

    html[lang="en"] .products__heading .products__heading__contents .products__heading__contents__text p {
        font-size: 1.8rem;
        line-height: 1.5;
    }

    html[lang="en"] .products__features .products__features__item--title {
        font-size: 2.6rem;
        font-weight: normal;
        line-height: 1.4;
    }

    html[lang="en"] .products__features .products__features__item--description {
        font-size: 1.6rem;
        line-height: 1.5;
    }

    html[lang="en"] .products__features .products__features__list .products__features__item--measure {
        margin-bottom: 60px;
    }

    html[lang="en"] .products__features .products__features__list .products__features__item--measure .inner {
        display: block;
    }

    html[lang="en"] .products__features .products__features__list .products__features__item--measure .inner .products__features__item--measure__6roles ul li.item {
        font-weight: normal;
        line-height: 48px;
        padding-top: 4px;
        flex: 0 0 29%;
        font-size: 1.1rem;
    }

    html[lang="en"] .lineup__container .section__lineup__content ul li figure figcaption h2 {
        font-size: 2.5rem;
        letter-spacing: 0.04em;
        line-height: 1.4;
    }

    html[lang="en"] .lineup__container .section__lineup__content .product-info .product-info__text {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    @-webkit-keyframes move-lip {}
}