@charset "UTF-8";
body {
  color: #353737;
  font-weight: 300;
}

h2, h3 {
  font-weight: 300;
}

.p-pc--none {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-pc--none {
    display: block;
  }

  .p-sp--none {
    display: none;
  }
}
#main {
  margin-top: 0;
  margin-bottom: 0;
}

#main > .row {
  max-width: none;
}

#primary.column {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-skincare-philosophy-page .j-scroll-effect {
  opacity: 0;
  transition: opacity 0.75s linear, transform 2.5s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 2.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.p-skincare-philosophy-page .j-scroll-left.j-scroll-effect {
  transform: translate3d(-50px, 0px, 0px);
}

.p-skincare-philosophy-page .j-scroll-right.j-scroll-effect {
  transform: translate3d(50px, 0px, 0px);
}

.p-skincare-philosophy-page .j-scroll-left.j-scroll-effect_start,
.p-skincare-philosophy-page .j-scroll-right.j-scroll-effect_start {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

.p-skincare-philosophy-page h2.j-scroll-left.j-scroll-effect_start,
.p-skincare-philosophy-page h2.j-scroll-right.j-scroll-effect_start {
  opacity: .3;
}

@media screen and (min-width: 768px) {
  .p-skincare-philosophy-page .inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 30px;
  }
  .p-skincare-philosophy-page h2 {
    padding: 0;
    border: none;
    color: #cbccce;
    opacity: .3;
    font-size: calc(84 / 1920 * 100vw);
    line-height: 1.1;
  }
  .p-skincare-philosophy-page h3 {
    padding: 0;
    border: none;
    color: #898a8d;
    font-size: 26px;
    line-height: 1.6;
  }
  .p-skincare-philosophy-page .p-txt {
    max-width: 530px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.7;
  }
  .p-skincare-philosophy-page .bg {
    margin-top: calc(50 / 1920 * 100vw);
    padding-top: calc(200 / 1920 * 100vw);
    background: linear-gradient(to right, #fff 0% 34.8958%, #efedee 34.8958%, #fff 65.1041%);
  }
  .p-skincare-philosophy-page .p-main {
    position: relative;
    padding-top: calc(1356 / 1920 * 100vw);
    background: url(../images/skincare-philosophy-page/main_bg.jpg) no-repeat center top;
    background-size: 100% auto;
  }
  .p-skincare-philosophy-page .p-main--content {
    position: absolute;
    top: calc(160 / 1920 * 100vw);
    left: calc(-550 / 1920 * 100vw);
    width: 100%;
    transform: translateX(50%);
  }
  .p-skincare-philosophy-page .p-main h1 {
    color: #cbccce;
    font-size: 84px;
    font-weight: 300;
    line-height: 1;
  }
  .p-skincare-philosophy-page .p-main h1 span {
    display: block;
    margin-top: 25px;
    color: #353737;
    font-size: 20px;
  }
  .p-skincare-philosophy-page .p-main .p-txt {
    max-width: 100%;
    line-height: 2;
  }
  .p-skincare-philosophy-page .p-perception {
    position: relative;
    height: calc(450 / 1920 * 100vw);
  }
  .p-skincare-philosophy-page .p-perception h2 {
    position: relative;
    margin-top: calc(145 / 1920 * 100vw);
    margin-left: calc(106 / 1920 * 100vw);
    z-index: 1;
  }
  .p-skincare-philosophy-page .p-perception--content {
    position: relative;
    margin-top: calc(140 / 1920 * 100vw);
    margin-left: 260px;
    z-index: 1;
  }
  .p-skincare-philosophy-page .p-perception--img {
    position: absolute;
    top: calc(80 / 1920 * 100vw);
    left: calc(820 / 1920 * 100vw);
    width: calc(1100 / 1920 * 100vw);
  }
  .p-skincare-philosophy-page .p-skin {
    display: flex;
    align-items: center;
    padding-bottom: 222px;
  }
  .p-skincare-philosophy-page .p-skin--img {
    flex: 0 0 auto;
    width: calc(680 / 1920 * 100vw);
    margin-left: calc(140 / 1920 * 100vw);
  }
  .p-skincare-philosophy-page .p-skin--content {
    margin-left: calc(200 / 1920 * 100vw);
    margin-right: 30px;
  }
  .p-skincare-philosophy-page .p-formula {
    position: relative;
    background: url(../images/skincare-philosophy-page/formula.jpg) no-repeat center top;
    background-size: auto 100%;
  }
  .p-skincare-philosophy-page .p-formula .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: calc(830 / 1920 * 100vw);
  }
  .p-skincare-philosophy-page .p-formula h2 {
    position: absolute;
    top: calc(-81 / 1920 * 100vw);
    left: calc(50% - 20px);
  }
  .p-skincare-philosophy-page .p-formula--content {
    max-width: 530px;
  }
  .p-skincare-philosophy-page .p-component {
    padding: 95px 0 220px;
    text-align: center;
  }
  .p-skincare-philosophy-page .p-component--ttl {
    font-size: 16px;
    line-height: 1.8;
  }
  .p-skincare-philosophy-page .p-component--list {
    display: flex;
    justify-content: space-between;
    width: 74.5454%;
    margin: 25px auto 0;
  }
  .p-skincare-philosophy-page .p-component--list > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(20% - 8px);
  }
  .p-skincare-philosophy-page .p-component--txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 15px 0;
    border: 1px solid #d6d9d9;
    background: #fff;
  }
  .p-skincare-philosophy-page .p-component--txt > p {
    margin: 0;
    padding: 0 5px;
    font-size: 14px;
    line-height: 1.5;
  }
  .p-skincare-philosophy-page .p-component--txt > p > span {
    display: block;
    font-size: 11px;
  }
  .p-skincare-philosophy-page .p-component .p-note {
    width: 74.5454%;
    margin: 20px auto 0;
    padding: 0;
    font-size: 11px;
    text-align: left;
    line-height: 1.8;
  }
  .p-skincare-philosophy-page .p-component .p-note > li {
    margin-top: 10px;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  .p-skincare-philosophy-page .p-component .p-note.mt0 {
    margin-top: 0;
  }
  .p-skincare-philosophy-page .p-component--movie {
    position: relative;
    width: 74.5454%;
    margin: 60px auto 0;
    padding-top: 41.909%;
  }
  .p-skincare-philosophy-page .p-component--movie > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-skincare-philosophy-page .p-texture {
    position: relative;
    padding: 226px 0;
    background: url(../images/skincare-philosophy-page/texture.jpg) no-repeat left top;
    background-size: cover;
  }
  .p-skincare-philosophy-page .p-texture h2 {
    position: absolute;
    top: calc(-81 / 1920 * 100vw);
    left: -550px;
    width: 100%;
    transform: translateX(50%);
  }
  .p-skincare-philosophy-page .p-texture--ttl {
    margin: 0;
    font-size: 22px;
    line-height: 1.8;
  }
  .p-skincare-philosophy-page .p-texture .p-txt {
    max-width: 545px;
  }
  .p-skincare-philosophy-page .p-peerless {
    position: relative;
    margin: 160px 0;
    padding-top: 80px;
  }
  .p-skincare-philosophy-page .p-peerless .inner {
    position: relative;
    z-index: 1;
  }
  .p-skincare-philosophy-page .p-peerless h2 {
    position: absolute;
    top: calc(-81 / 1920 * 100vw);
    left: -550px;
    width: 100%;
    transform: translateX(50%);
  }
  .p-skincare-philosophy-page .p-peerless h3,
  .p-skincare-philosophy-page .p-peerless .p-txt {
    margin-left: 260px;
  }
  .p-skincare-philosophy-page .p-peerless--img {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(690 / 1920 * 100vw);
  }
  .p-skincare-philosophy-page .p-peerless--bg {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767px) {
  .p-skincare-philosophy-page h2 {
    padding: 0;
    border: none;
    color: #cbccce;
    opacity: .3;
    font-size: 36px;
    line-height: 1.1;
  }
  .p-skincare-philosophy-page h3 {
    padding: 0;
    border: none;
    color: #898a8d;
    font-size: 20px;
    line-height: 1.6;
  }
  .p-skincare-philosophy-page .p-txt {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.7;
  }
  .p-skincare-philosophy-page .bg {
    padding-top: 40px;
    background: linear-gradient(to right, #fff 0% 23.0666%, #efedee 23.0666%, #fff 76.6666%);
  }
  .p-skincare-philosophy-page .p-main {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: calc(1174 / 750 * 100vw);
    background: url(../images/skincare-philosophy-page/main_bg.jpg) no-repeat center top;
    background-size: auto 100%;
  }
  .p-skincare-philosophy-page .p-main--content {
    position: absolute;
    top: 42px;
    margin: 0 40px 0 20px;
  }
  .p-skincare-philosophy-page .p-main h1 {
    color: #cbccce;
    font-size: 36px;
    font-weight: 300;
    line-height: 1;
  }
  .p-skincare-philosophy-page .p-main h1 span {
    display: block;
    margin-top: 25px;
    color: #353737;
    font-size: 18px;
  }
  .p-skincare-philosophy-page .p-main .p-txt {
    max-width: 100%;
    line-height: 2;
  }
  .p-skincare-philosophy-page .p-perception {
    position: relative;
    margin: 70px 0 35px;
  }
  .p-skincare-philosophy-page .p-perception .inner {
    padding: 0 20px;
  }
  .p-skincare-philosophy-page .p-perception h2 {
    position: relative;
    z-index: 1;
  }
  .p-skincare-philosophy-page .p-perception--content {
    margin-top: calc(350 / 750 * 100vw);
    margin-left: 20px;
  }
  .p-skincare-philosophy-page .p-perception--img {
    position: absolute;
    top: 35px;
    right: 0;
    width: calc(670 / 750 * 100vw);
  }
  .p-skincare-philosophy-page .p-skin--img {
    width: calc(670 / 750 * 100vw);
  }
  .p-skincare-philosophy-page .p-skin--content {
    padding: 25px 40px 100px 20px;
  }
  .p-skincare-philosophy-page .p-formula {
    position: relative;
    padding-top: calc(460 / 750 * 100vw);
    background: url(../images/skincare-philosophy-page/formula_sp.jpg) no-repeat center top;
    background-size: 100% auto;
  }
  .p-skincare-philosophy-page .p-formula h2 {
    position: absolute;
    top: -34px;
    right: 20px;
  }
  .p-skincare-philosophy-page .p-formula .inner {
    padding: 0 40px;
  }
  .p-skincare-philosophy-page .p-component {
    padding: 45px 0 142px;
    text-align: center;
  }
  .p-skincare-philosophy-page .p-component--ttl {
    font-size: 16px;
    line-height: 1.8;
  }
  .p-skincare-philosophy-page .p-component--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 62px 30px;
  }
  .p-skincare-philosophy-page .p-component--list > li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(50% - 7px);
    margin-bottom: calc(30 / 750 * 100vw);
  }
  .p-skincare-philosophy-page .p-component--list > li:last-child {
    margin-left: 25%;
    margin-bottom: 0;
  }
  .p-skincare-philosophy-page .p-component--list > li > img {
    width: 100%;
  }
  .p-skincare-philosophy-page .p-component--txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 10px 0;
    border: 1px solid #d6d9d9;
    background: #fff;
  }
  .p-skincare-philosophy-page .p-component--txt > p {
    margin: 0;
    padding: 0 5px;
    font-size: 13px;
    line-height: 1.5;
  }
  .p-skincare-philosophy-page .p-component--txt > p > span {
    display: block;
    font-size: 11px;
  }
  .p-skincare-philosophy-page .p-component .p-note {
    margin: 20px 40px 30px;
    font-size: 12px;
    text-align: left;
    line-height: 1.8;
  }
  .p-skincare-philosophy-page .p-component .p-note > li {
    margin-top: 10px;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  .p-skincare-philosophy-page .p-component .p-note.mt0 {
    margin-top: -20px;
  }
  .p-skincare-philosophy-page .p-component--movie {
    position: relative;
    width: calc(100% - 40px);
    margin: 40px 20px 0;
    padding-top: calc(377 / 750 * 100vw);
  }
  .p-skincare-philosophy-page .p-component--movie > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-skincare-philosophy-page .p-texture {
    position: relative;
    padding: 70px 40px 65px;
    background: url(../images/skincare-philosophy-page/texture.jpg) no-repeat left top;
    background-size: auto 100%;
  }
  .p-skincare-philosophy-page .p-texture h2 {
    position: absolute;
    top: -74px;
    left: 20px;
  }
  .p-skincare-philosophy-page .p-texture--ttl {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
  }
  .p-skincare-philosophy-page .p-peerless {
    display: flex;
    flex-direction: column;
    margin: 80px 0;
  }
  .p-skincare-philosophy-page .p-peerless .inner, .p-skincare-philosophy-page .p-peerless--bg {
    order: 1;
  }
  .p-skincare-philosophy-page .p-peerless h3 {
    padding: 25px 20px 0 40px;
  }
  .p-skincare-philosophy-page .p-peerless .p-txt {
    padding: 0 20px 10px 40px;
  }
  .p-skincare-philosophy-page .p-peerless h2 {
    margin-left: 20px;
    margin-bottom: -4px;
  }
  .p-skincare-philosophy-page .p-peerless--img {
    width: calc(670 / 750 * 100vw);
    margin-left: calc(80 / 750 * 100vw);
  }
}