@charset "UTF-8";
@media (max-width: 641px) {
  .pc {
    display: none !important; }
  .tb {
    display: none !important; }
  .pctb {
    display: none !important; } }

@media (min-width: 769px) {
  .sp {
    display: none !important; }
  .tb {
    display: none !important; }
  .tbsp {
    display: none !important; } }

@media (min-width: 642px) and (max-width: 768px) {
  .pc {
    display: none !important; }
  .sp {
    display: none !important; }
  .notb {
    display: none !important; } }

img {
  vertical-align: middle; }

sup {
  font-size: 0.75em;
  top: -0.6em; }

.a {
  color: inherit;
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
  transition-duration: 0.3s; }
  @media (min-width: 769px) {
    .a:hover {
      opacity: 0.8; } }
  @media (max-width: 769px) {
    .a:active {
      opacity: 0.8; } }
  .a_blank {
    background: url(/images/organic/common/icon_blank.png) no-repeat center left;
    background-size: 16px 15px;
    padding-left: 23px; }
  .a__arrow {
    background-image: url(/images/organic/common/product/arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    line-height: inherit;
    margin-left: 0.5em;
    vertical-align: baseline;
    width: 19px; }
    .a__arrow:before {
      content: "　"; }

.imgb {
  display: block;
  width: 100%; }

.nowap {
  white-space: nowrap; }

body {
  font-family: 'A1 Gothic M', "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-feature-settings: "palt"; }

/*****************************
ヘッダー
*****************************/
/* 左上ロゴ */
.common-logo {
  position: fixed;
  z-index: 9990; }
  @media (min-width: 769px) {
    .common-logo {
      left: 40px;
      top: 40px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .common-logo {
      left: 6.3%;
      top: 6.2vw; } }
  @media (max-width: 641px) {
    .common-logo {
      left: 6.3%;
      top: 4.8vw; } }
  .common-logo__img {
    width: 223px; }
    @media (max-width: 641px) {
      .common-logo__img {
        width: 149px; } }

/*****************************
グローバルナビゲーション
*****************************/
.gnav {
  background-color: #e0e0e0;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  transition-duration: 0.5s;
  width: 0;
  z-index: 9991; }
  .gnav__content {
    height: 100%;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    transition-duration: 1s; }
    @media (min-width: 642px) {
      .gnav__content {
        margin: 0 auto;
        padding: 80px 0;
        width: calc( 100% + 20px); } }
    @media (max-width: 641px) {
      .gnav__content {
        padding: 80px 0 80px 7%; } }
  @media (min-width: 642px) {
    .gnav__dl {
      margin: 0 auto;
      width: 460px; } }
  @media (max-width: 641px) {
    .gnav__dl {
      min-width: 280px;
      width: 80%; } }
  .gnav__dt {
    border-bottom: solid 2px #000;
    font-family: 'A1 Gothic B';
    font-size: 26px;
    line-height: 1.4em; }
    @media (min-width: 642px) {
      .gnav__dt {
        margin-bottom: 32px; } }
    @media (max-width: 641px) {
      .gnav__dt {
        margin-bottom: 9vw; } }
  @media (min-width: 642px) {
    .gnav__dd {
      font-size: 18px;
      line-height: 1.6em;
      margin-bottom: 46px; } }
  @media (max-width: 641px) {
    .gnav__dd {
      font-size: 17px;
      line-height: 1.6em;
      margin-bottom: 13.5vw; } }
  .gnav__ul {
    list-style-type: none; }
    @media (min-width: 642px) {
      .gnav__ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
  @media (min-width: 642px) {
    .gnav__li {
      display: inline-block;
      margin-bottom: 8px;
      width: 45.5%; } }
  @media (max-width: 641px) {
    .gnav__li {
      margin-bottom: 3%; } }
  .gnav__anc {
    display: block; }

/* スイッチ */
.nav-switch {
  display: flex;
  flex-direction: column;
  height: 22px;
  justify-content: space-between;
  position: fixed;
  width: 40px;
  z-index: 9992; }
  @media (min-width: 769px) {
    .nav-switch {
      right: 40px;
      top: 40px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .nav-switch {
      right: 6.3%;
      top: 6.2vw; } }
  @media (max-width: 641px) {
    .nav-switch {
      height: 13px;
      right: 6.3%;
      top: 6.3vw;
      width: 20px; } }
  .nav-switch__hr {
    background-color: #fff;
    border: none;
    display: block;
    transition-duration: 0.5s;
    width: 100%; }
    @media (min-width: 642px) {
      .nav-switch__hr {
        height: 2px; } }
    @media (max-width: 641px) {
      .nav-switch__hr {
        height: 1px; } }

/* 検索窓 */
.txsearch {
  align-items: center;
  background-color: #f1f1f1;
  display: flex;
  justify-content: space-between;
  padding: 12px 4% 13px;
  width: 100%; }
  @media (min-width: 642px) {
    .txsearch {
      margin: 0 auto 75px;
      width: 460px; } }
  @media (max-width: 641px) {
    .txsearch {
      margin: 0 0 20vw;
      min-width: 280px;
      width: 80%; } }
  .txsearch__input {
    display: block;
    font-size: 15px;
    padding: 5px 2px;
    width: calc( 92% - 19px); }
    .txsearch__input:focus {
      outline: none; }
  .txsearch__submit {
    background: url(/images/organic/common/icon_glass.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 19px;
    width: 19px; }
    .txsearch__submit:focus {
      outline: none; }

/* ナビ表示 */
@media (min-width: 769px) {
  .navigation-container[aria-expanded="true"] .gnav {
    width: 656px; } }

@media (max-width: 769px) {
  .navigation-container[aria-expanded="true"] .gnav {
    width: 100%; } }

.navigation-container[aria-expanded="true"] .gnav__content {
  opacity: 1; }

.navigation-container[aria-expanded="true"] .nav-switch__hr {
  background-color: #242424; }

@media (min-width: 642px) {
  .navigation-container[aria-expanded="true"] .nav-switch__hr_t {
    transform: translateY(10px) rotate(45deg); } }

@media (max-width: 641px) {
  .navigation-container[aria-expanded="true"] .nav-switch__hr_t {
    transform: translateY(6px) rotate(45deg); } }

@media (min-width: 642px) {
  .navigation-container[aria-expanded="true"] .nav-switch__hr_b {
    transform: translateY(-10px) rotate(-45deg); } }

@media (max-width: 641px) {
  .navigation-container[aria-expanded="true"] .nav-switch__hr_b {
    transform: translateY(-6px) rotate(-45deg); } }

.navigation-container[aria-expanded="true"] .nav-switch__hr_m {
  opacity: 0; }

/*****************************
パンくず
*****************************/
.breadcrumb {
  background-color: #242424;
  border-bottom: solid 1px #3a3a3a;
  color: #fff;
  font-size: 12px;
  text-align: center; }
  @media (min-width: 769px) {
    .breadcrumb {
      padding: 29px 0; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .breadcrumb {
      padding: 4% 0 3.6%; } }
  @media (max-width: 641px) {
    .breadcrumb {
      font-size: 11px;
      padding: 5.4% 0 6.3%; } }
  .breadcrumb__ul {
    list-style-type: none; }
  .breadcrumb__li {
    display: inline-block; }
    .breadcrumb__li + .breadcrumb__li:before {
      content: "＞";
      display: inline-block;
      margin: 0 10px; }
  .breadcrumb__anc {
    letter-spacing: 0.2em; }

/*****************************
フッター
*****************************/
.footer {
  background-color: #242424;
  text-align: center; }
  @media (min-width: 769px) {
    .footer {
      padding: 80px 0 78px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .footer {
      padding: 10.4% 0 10%; } }
  @media (max-width: 641px) {
    .footer {
      padding-bottom: 12.4%;
      padding-top: 15.3%; } }
  @media (min-width: 769px) {
    .footer__title {
      margin: 0 auto 39px;
      width: 246px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .footer__title {
      margin: 0 auto 4.9%;
      width: 256px; } }
  @media (max-width: 641px) {
    .footer__title {
      margin: 0 auto 10%;
      width: 57%; } }
  .footer__ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none; }
    @media (min-width: 769px) {
      .footer__ul {
        margin-bottom: 71px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .footer__ul {
        margin-bottom: 9.2%; } }
    @media (max-width: 641px) {
      .footer__ul {
        margin-bottom: 14.9%;
        padding: 0 10%; } }
  .footer__li {
    padding: 0 12px;
    width: 100px; }
    @media (max-width: 641px) {
      .footer__li {
        padding: 0 3.9%;
        width: 33.3%; }
        .footer__li:nth-of-type(-n+3) {
          margin-bottom: 8%; } }
  @media (min-width: 769px) {
    .footer__linkbox {
      margin-bottom: 21px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .footer__linkbox {
      margin-bottom: 2.9%; } }
  @media (max-width: 641px) {
    .footer__linkbox {
      margin-bottom: 3.6%; } }
  .footer__link {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    letter-spacing: 1.3px;
    line-height: 28px;
    padding: 0 7px;
    text-decoration: none; }
    @media (max-width: 641px) {
      .footer__link {
        padding: 0 4px; } }
  .footer__copyright {
    color: #fff;
    font-size: 10px; }

/*****************************
共通ラインナップ
*****************************/
.lineup {
  background: url(/images/organic/common/lineup/la_09_bkimg_pc2000.jpg) no-repeat center;
  background-size: cover; }
  @media (min-width: 769px) {
    .lineup {
      padding: 96px 0 87px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .lineup {
      padding: 12.7% 0 11.4%; } }
  @media (max-width: 641px) {
    .lineup {
      padding: 16.5% 0 14.2%; } }
  @media (min-width: 769px) {
    .lineup__head {
      margin-bottom: 79px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .lineup__head {
      margin-bottom: 10.1%; } }
  @media (max-width: 641px) {
    .lineup__head {
      margin-bottom: 14.8%; } }
  .lineup__title {
    display: block;
    margin: 0 auto; }
    @media (min-width: 769px) {
      .lineup__title {
        max-width: 386px;
        width: 90%; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .lineup__title {
        width: 386px; } }
    @media (max-width: 641px) {
      .lineup__title {
        width: 69.8%; } }
  .lineup__anc {
    display: block; }
    @media (min-width: 642px) {
      .lineup__anc {
        margin: 55px auto 0;
        width: 514px; } }
    @media (max-width: 641px) {
      .lineup__anc {
        margin: 3.4% auto 0;
        width: 77%; } }
  .lineup__ancimg {
    max-width: 100%; }
  .lineup__todo {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 30px;
    justify-content: center; }
    @media (min-width: 642px) {
      .lineup__todo {
        height: 629px; } }
    @media (max-width: 641px) {
      .lineup__todo {
        height: 529px; } }

.slider {
  /*
  @include inpc(){
    background: url(sample/product/pc.jpg) no-repeat bottom -776px center;
  }
  @include insp(){
    background: url(sample/product/sp.jpg) no-repeat bottom -702px center;
    background-size: 100%;
  }
  */ }
  .slider__container {
    overflow: hidden;
    position: relative;
    width: 100%; }
    @media (min-width: 642px) {
      .slider__container {
        height: 700px; } }
    @media (max-width: 641px) {
      .slider__container {
        padding-top: 158%; } }
  .slider__itemlist {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 50%;
    top: 0;
    transform: translateX(50%);
    width: 1605px; }
    @media (min-width: 642px) {
      .slider__itemlist {
        height: 700px; } }
    @media (max-width: 641px) {
      .slider__itemlist {
        height: 100%; } }
  .slider__item {
    overflow: hidden;
    transition-duration: 1s; }
    @media (min-width: 642px) {
      .slider__item {
        width: 185px; } }
    @media (max-width: 641px) {
      .slider__item {
        width: 41vw; } }
  .slider__sec {
    color: #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition-duration: 1s; }
    @media (min-width: 642px) {
      .slider__sec {
        padding-top: 46px;
        height: 700px;
        width: 185px; } }
    @media (max-width: 641px) {
      .slider__sec {
        padding: 11vw 0;
        width: 100%; } }
  .slider__bg {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    transition-duration: 1s;
    top: 0;
    width: 100%; }
    .slider__bg_lave {
      background-color: #9e91c2; }
    .slider__bg_cham {
      background-color: #a0bd4f; }
    .slider__bg_rose {
      background-color: #ba84a8; }
    .slider__bg_tea {
      background-color: #68ad77; }
    .slider__bg_yuzu {
      background-color: #c9b361; }
  .slider__title {
    font-family: 'A1 Gothic B';
    opacity: 0;
    position: relative;
    transition-duration: 1s;
    white-space: nowrap;
    z-index: 2; }
    @media (min-width: 642px) {
      .slider__title {
        font-size: 32px;
        line-height: 1em;
        margin-bottom: 96px; } }
    @media (max-width: 641px) {
      .slider__title {
        font-size: 24px;
        line-height: 1em;
        margin-bottom: 19vw; } }
  .slider__img {
    display: block;
    position: relative;
    transition-duration: 1s;
    z-index: 2; }
    @media (min-width: 642px) {
      .slider__img {
        height: 215px;
        margin: 0 auto 30px; } }
    @media (max-width: 641px) {
      .slider__img {
        height: 54vw;
        margin: 0 auto 8%; } }
  .slider__text {
    opacity: 0;
    position: relative;
    transition-duration: 1s;
    transition-delay: 0.4s;
    white-space: nowrap;
    z-index: 2; }
    @media (min-width: 642px) {
      .slider__text {
        font-size: 24px;
        line-height: 1em;
        margin-bottom: 21px; } }
    @media (max-width: 641px) {
      .slider__text {
        font-size: 19px;
        line-height: 1em;
        margin-bottom: 4%; } }
  .slider__lead {
    border-bottom: dotted 4px #fff;
    display: inline-block;
    opacity: 0;
    padding-bottom: 3px;
    position: relative;
    transition-duration: 1s;
    transition-delay: 0.6s;
    white-space: nowrap;
    z-index: 2; }
    @media (min-width: 642px) {
      .slider__lead {
        font-size: 16px;
        line-height: 1em;
        margin-bottom: 32px; } }
    @media (max-width: 641px) {
      .slider__lead {
        border-bottom-width: 2px;
        font-size: 14px;
        line-height: 1em;
        margin-bottom: 8.7%; } }
  .slider__anc {
    align-items: center;
    background-color: #242424;
    color: #fff;
    display: flex;
    height: 0;
    letter-spacing: 0.2em;
    justify-content: center;
    margin: 0 auto;
    overflow: hidden;
    opacity: 0;
    position: relative;
    transition-duration: 1s;
    transition-delay: 0.8s;
    transition-property: opacity;
    z-index: 2; }
    @media (min-width: 642px) {
      .slider__anc {
        width: 322px; } }
    @media (max-width: 641px) {
      .slider__anc {
        width: 71%; } }
  .slider__anc:last-of-type {
    margin-top: 14px; }
  .slider__anc svg {
    width: 20px;
    margin-right: 13px; }
  @media (max-width: 641px) {
      .slider__anc svg {
        width: 16px;
        margin-right: 8px; } }
  .slider__btn {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    z-index: 3; }
    @media (min-width: 642px) {
      .slider__btn {
        height: 96px;
        right: 50%;
        top: 50%;
        width: 96px; } }
    @media (max-width: 641px) {
      .slider__btn {
        height: 64px;
        top: 39%;
        width: 64px; } }
    .slider__btn:focus {
      outline: none; }
    .slider__btn_n {
      background-image: url(/images/organic/common/lineup/la_09_right_pc2x.png); }
      @media (min-width: 642px) {
        .slider__btn_n {
          transform: translate(258px, -84%); } }
      @media (max-width: 641px) {
        .slider__btn_n {
          right: 4%; } }
    .slider__btn_p {
      background-image: url(/images/organic/common/lineup/la_09_left_pc2x.png); }
      @media (min-width: 642px) {
        .slider__btn_p {
          transform: translate(-160px, -84%); } }
      @media (max-width: 641px) {
        .slider__btn_p {
          left: 4%; } }

.slider__item[data-status="hidden"] {
  opacity: 0;
  width: 0; }

.slider__item[data-status="prepare"] {
  opacity: 0; }

@media (min-width: 769px) {
  .slider__item[data-status="center"] {
    padding: 0 38px;
    width: 494px; } }

@media (min-width: 642px) and (max-width: 768px) {
  .slider__item[data-status="center"] {
    width: 418px; } }

@media (max-width: 641px) {
  .slider__item[data-status="center"] {
    width: 74.5vw; } }

@media (min-width: 642px) {
  .slider__item[data-status="center"] .slider__sec {
    width: 418px; } }

.slider__item[data-status="center"] .slider__bg {
  opacity: 1; }

.slider__item[data-status="center"] .slider__title {
  opacity: 1; }
  @media (min-width: 642px) {
    .slider__item[data-status="center"] .slider__title {
      margin-bottom: 28px; } }
  @media (max-width: 641px) {
    .slider__item[data-status="center"] .slider__title {
      margin-bottom: 5.5vw; } }

@media (min-width: 642px) {
  .slider__item[data-status="center"] .slider__img {
    height: 288px; } }

@media (max-width: 641px) {
  .slider__item[data-status="center"] .slider__img {
    height: 68vw; } }

.slider__item[data-status="center"] .slider__text {
  opacity: 1; }

.slider__item[data-status="center"] .slider__lead {
  opacity: 1; }

.slider__item[data-status="center"] .slider__anc {
  opacity: 1; }
  @media (min-width: 642px) {
    .slider__item[data-status="center"] .slider__anc {
      height: 56px; } }
  @media (max-width: 641px) {
    .slider__item[data-status="center"] .slider__anc {
      height: 48px; } }

/**************************
全成分表
***************************/
#overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9900;
  opacity: 0.6;
  background-color: #888888;
  display: none; }

#component {
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  display: none;
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  height: 80%;
  z-index: 9999; }

#component .cinner {
  padding: 5%;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

#component .m_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(/images/cleansing3/common/close.png) no-repeat 0 0;
  cursor: pointer; }

#component .title {
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  text-align: center; }

#component .component_inner {
  margin: 50px 0;
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: left; }

#component .component_inner p {
  line-height: 1.6;
  color: #666666;
  padding-bottom: 20px;
  font-size: 14px; }

#component .component_inner p span {
  font-size: 12px; }

#component .component_inner p:last-child {
  padding-bottom: 0; }

#component .m_close_button {
  display: block;
  width: 260px;
  line-height: 50px;
  background: #8e8e8e;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  margin: 0 auto;
  text-align: center; }

#component .sp_show {
  display: none; }

@media screen and (max-width: 768px) {
  #component {
    position: fixed;
    top: 5%;
    left: 0%;
    right: 0;
    display: none;
    width: 90%;
    max-width: 980px;
    background: #fff;
    text-align: center;
    height: 80%;
    z-index: 9999; } }

@media screen and (max-width: 641px) {
  #component .m_close {
    display: none; }
  #component .sp_show {
    display: block;
    margin-bottom: 50px; } }

/*# sourceMappingURL=common.css.map */