@charset "UTF-8";
body {
  font-feature-settings: "palt";
  /*
  @include inpc(){
    background: url(sample/top2_pc.jpg) no-repeat top center;
  }
  @include intb(){
    background: url(sample/top_tb.jpg) no-repeat top -96px center;
  }
  @include insp(){
    background: url(sample/top2_sp.jpg) no-repeat top  center;
    background-size: 375px;
  }
  */ }
  body[data-menuvisible=false] .common-logo {
    top: -40px; }
  body[data-menuvisible=false] .nav-switch {
    top: -40px; }

.fistview {
  background-color: #9e9ea0;
  overflow: hidden;
  position: relative; }
  @media (min-width: 769px) {
    .fistview {
      max-height: 100vh; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .fistview {
      padding-bottom: 12.5%;
      height: calc( var(--vh, 1vh) * 100); } }
  @media (max-width: 641px) {
    .fistview {
      height: calc( var(--vh, 1vh) * 100); } }
  .fistview__text {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    left: 0;
    position: absolute;
    top: 0; }
    @media (min-width: 769px) {
      .fistview__text {
        background-image: url(/images/organic/top/pc/logo.png);
        height: 0;
        left: 24.2%;
        padding-top: 43.9%;
        width: 51.6%; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .fistview__text {
        background-image: url(/images/organic/top/tb/to_00_fvcopy_tb2x.png);
        height: 90.8vh;
        height: calc( var(--vh, 1vh) * 90.8);
        left: 12.5%;
        width: 75%; } }
    @media (max-width: 641px) {
      .fistview__text {
        background-image: url(/images/organic/top/sp/to_00_fvcopy_sp2x.png);
        height: 99vh;
        height: calc( var(--vh, 1vh) * 99);
        left: 6.5%;
        max-height: calc( 100vw * 1.61);
        width: 87%; } }
  .fistview__img {
    bottom: 0;
    position: absolute;
    width: 100%; }

.productsimage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%; }
  @media (min-width: 769px) {
    .productsimage {
      background-image: url(/images/organic/top/pc/to_01_top_pc2000.jpg);
      height: 440px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .productsimage {
      background-image: url(/images/organic/top/tb/to_01_top_tb2x.jpg);
      height: 0;
      padding-top: 57.4%; } }
  @media (max-width: 641px) {
    .productsimage {
      background-image: url(/images/organic/top/sp/to_01_top_sp2x.jpg);
      height: 0;
      padding-top: 62.2%; } }

.sec01 {
  background-color: #ebebeb; }
  @media (min-width: 769px) {
    .sec01 {
      padding: 110px 0 120px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .sec01 {
      padding: 10.2% 0 15.5%; } }
  @media (max-width: 641px) {
    .sec01 {
      padding: 14% 0 21.7%; } }
  .sec01__content {
    color: #242424; }
    @media (min-width: 769px) {
      .sec01__content {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 54px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .sec01__content {
        margin-bottom: 7%; } }
    @media (max-width: 641px) {
      .sec01__content {
        margin-bottom: 11%; } }
  @media (min-width: 769px) {
    .sec01__head {
      display: flex;
      font-size: 46px;
      justify-content: center;
      letter-spacing: 6px;
      line-height: 1.5em;
      width: 50%; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .sec01__head {
      font-size: 46px;
      letter-spacing: 6px;
      line-height: 1.5em;
      margin-bottom: 7.7%;
      text-align: center; } }
  @media (max-width: 641px) {
    .sec01__head {
      font-size: 34px;
      letter-spacing: 0.5px;
      letter-spacing: 4px;
      line-height: 1.5em;
      margin-bottom: 7.7%;
      text-align: center; } }
  @media (min-width: 769px) {
    .sec01__p {
      font-size: 18px;
      letter-spacing: 1.4px;
      line-height: 2em;
      width: 50%; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .sec01__p {
      font-size: 18px;
      line-height: 2em;
      text-align: center; } }
  @media (max-width: 641px) {
    .sec01__p {
      font-size: 14px;
      line-height: 2em;
      text-align: center; } }
  .sec01__anc {
    background-color: #242424;
    color: #fff;
    display: block;
    letter-spacing: 1.5px;
    line-height: 18px;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 769px) {
      .sec01__anc {
        font-size: 18px;
        padding: 30px 0 32px;
        width: 280px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .sec01__anc {
        font-size: 18px;
        padding: 30px 0 32px;
        width: 384px; } }
    @media (max-width: 641px) {
      .sec01__anc {
        font-size: 16px;
        line-height: 16px;
        padding: 5.6% 0;
        width: 87%; } }

.sec02 {
  overflow: hidden;
  position: relative; }
  .sec02__content {
    position: relative;
    z-index: 3; }
    @media (min-width: 769px) {
      .sec02__content {
        padding: 120px 0; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .sec02__content {
        padding: 96px 0 120px; } }
    @media (max-width: 641px) {
      .sec02__content {
        padding: 16.8% 0 21.4%; } }
  .sec02__head {
    margin: 0 auto; }
    @media (min-width: 769px) {
      .sec02__head {
        margin-bottom: 53px;
        width: 715px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .sec02__head {
        margin-bottom: 72px;
        width: 384px; } }
    @media (max-width: 641px) {
      .sec02__head {
        margin-bottom: 10.6%;
        width: 72.3%; } }
  .sec02__p {
    color: #fff;
    text-align: center; }
    @media (min-width: 769px) {
      .sec02__p {
        font-size: 18px;
        letter-spacing: 1.4px;
        line-height: 1.8em;
        margin-bottom: 54px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .sec02__p {
        font-size: 18px;
        letter-spacing: 1.3px;
        line-height: 1.8em;
        margin-bottom: 57px; } }
    @media (max-width: 641px) {
      .sec02__p {
        font-size: 14px;
        letter-spacing: 1.5px;
        line-height: 2em;
        margin-bottom: 11%; } }
  .sec02__anc {
    background-color: rgba(204, 204, 204, 0.1);
    color: #fff;
    display: block;
    letter-spacing: 1.5px;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 642px) {
      .sec02__anc {
        border: solid 4px #fff;
        font-size: 18px;
        line-height: 18px;
        padding: 27px 0; } }
    @media (min-width: 769px) {
      .sec02__anc {
        width: 284px; } }
    @media (min-width: 642px) and (max-width: 768px) {
      .sec02__anc {
        width: 384px; } }
    @media (max-width: 641px) {
      .sec02__anc {
        border: solid 2px #fff;
        font-size: 16px;
        line-height: 16px;
        padding: 5% 0;
        width: 87%; } }
  .sec02__tint {
    background-color: rgba(13, 15, 3, 0.4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2; }
  .sec02__movie {
    right: 50%;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    z-index: 1; }
    @media (min-width: 1120px) and (max-width: 9999px) {
      .sec02__movie {
        height: auto;
        width: 100%; } }
    @media (min-width: 0px) and (max-width: 1119px) {
      .sec02__movie {
        height: 100%;
        width: auto; } }

/*******************************
商品
*******************************/
.products__head {
  background-color: #ebebeb; }
  @media (min-width: 642px) {
    .products__head {
      padding: 95px 0 96px; } }
  @media (max-width: 641px) {
    .products__head {
      padding: 17% 0; } }

.products__title {
  display: block;
  margin: 0 auto; }
  @media (min-width: 642px) {
    .products__title {
      width: 538px; } }
  @media (max-width: 641px) {
    .products__title {
      width: 68.4%; } }

@media (min-width: 769px) {
  .products__item {
    display: flex; } }

.products__item:nth-of-type(even) {
  flex-direction: row-reverse; }

.products__img {
  background-repeat: no-repeat;
  background-position: center;
  height: 500px; }
  @media (min-width: 769px) {
    .products__img {
      background-size: 688px, 1000px;
      height: 640px;
      width: 50%; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .products__img {
      background-size: cover;
      height: 640px;
      width: 100%; } }
  @media (max-width: 641px) {
    .products__img {
      background-size: cover;
      height: 0;
      padding-top: 95.4%;
      width: 100%; } }

@media (min-width: 769px) {
  .products__content {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50%; } }

@media (min-width: 642px) and (max-width: 768px) {
  .products__content {
    padding: 88px 0 95px; } }

@media (max-width: 641px) {
  .products__content {
    padding: 13.4% 6% 14.8%; } }

.products__info {
  color: #fff; }
  @media (min-width: 769px) {
    .products__info {
      text-align: center;
      display: inline-block; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .products__info {
      text-align: center; } }

.products__copy {
  font-family: 'A1 Gothic B';
  white-space: nowrap; }
  @media (min-width: 642px) {
    .products__copy {
      font-size: 44px;
      letter-spacing: 2.3px;
      line-height: 55px;
      margin-bottom: 6px; } }
  @media (max-width: 641px) {
    .products__copy {
      font-size: 34px;
      letter-spacing: 5px;
      line-height: 43px; } }
  @media (max-width: 641px) {
    .products__copy_nols {
      letter-spacing: 2px; } }
  @media (max-width: 641px) {
    .products__copy .sup {
      font-family: 'A1 Gothic M';
      font-size: 14px;
      top: -15px; } }

@media (min-width: 642px) {
  .products__note {
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 41px; } }

@media (max-width: 641px) {
  .products__note {
    font-size: 14px;
    margin-bottom: 10.3%; } }

.products__text {
  display: inline-block;
  padding-bottom: 4px; }
  @media (min-width: 642px) {
    .products__text {
      border-bottom: dotted 3px #fff;
      font-size: 23px;
      letter-spacing: 3px;
      margin-bottom: 13px; } }
  @media (max-width: 641px) {
    .products__text {
      border-bottom: dotted 1px #fff;
      font-size: 18px;
      margin-bottom: 3%; } }

@media (min-width: 642px) {
  .products__name {
    font-size: 16px;
    letter-spacing: 1.4px;
    margin-bottom: 45px; } }

@media (max-width: 641px) {
  .products__name {
    font-size: 14px;
    margin-bottom: 11.5%; } }

.products__anc {
  background-color: #242424;
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 769px) {
    .products__anc {
      padding: 20px 0;
      width: 240px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .products__anc {
      padding: 20px 0;
      width: 280px; } }
  @media (max-width: 641px) {
    .products__anc {
      padding: 6.45% 0;
      width: 100%; } }

.products__info .products__anc:last-of-type {
  position: relative;
  margin-top: 17px;
  text-indent: 2em;
}
.products__info .products__anc svg {
  position: absolute;
  top: 20%;
  right: calc(50% + 57px);
  width: 20px;
}

@media (min-width: 769px) {
  .sup {
    font-size: 20px;
    top: -21px; } }

@media (min-width: 642px) and (max-width: 768px) {
  .sup {
    font-size: 18px;
    top: -22px; } }

.products__item_chamomile {
  background-color: #a0bd4f; }
  @media (min-width: 769px) {
    .products__item_chamomile .products__img {
      background-image: url(/images/organic/top/pc/to_04_img_pc2x.jpg), url(/images/organic/top/pc/0bg_cham.jpg); } }
  @media (min-width: 642px) and (max-width: 768px) {
    .products__item_chamomile .products__img {
      background-image: url(/images/organic/top/tb/to_04_img_tb2x.jpg); } }
  @media (max-width: 641px) {
    .products__item_chamomile .products__img {
      background-image: url(/images/organic/top/sp/to_04_img_sp2x.jpg); } }

.products__item_lavender {
  background-color: #9e91c2; }
  @media (min-width: 769px) {
    .products__item_lavender .products__img {
      background-image: url(/images/organic/top/pc/to_05_img_pc2x.jpg), url(/images/organic/top/pc/0bg_lav.jpg); } }
  @media (min-width: 642px) and (max-width: 768px) {
    .products__item_lavender .products__img {
      background-image: url(/images/organic/top/tb/to_05_img_tb2x.jpg); } }
  @media (max-width: 641px) {
    .products__item_lavender .products__img {
      background-image: url(/images/organic/top/sp/to_05_img_sp2x.jpg); } }

.products__item_rose {
  background-color: #b581a3; }
  @media (min-width: 769px) {
    .products__item_rose .products__img {
      background-image: url(/images/organic/top/pc/to_06_img_pc2x.jpg), url(/images/organic/top/pc/0bg_rose.jpg);
      background-size: 683px, 1000px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .products__item_rose .products__img {
      background-image: url(/images/organic/top/tb/to_06_img_tb2x.jpg); } }
  @media (max-width: 641px) {
    .products__item_rose .products__img {
      background-image: url(/images/organic/top/sp/to_06_img_sp2x.jpg); } }

.products__item_teatree {
  background-color: #68ad77; }
  @media (min-width: 769px) {
    .products__item_teatree .products__img {
      background-image: url(/images/organic/top/pc/to_07_img_pc2x.jpg), url(/images/organic/top/pc/0bg_tea.jpg); } }
  @media (min-width: 642px) and (max-width: 768px) {
    .products__item_teatree .products__img {
      background-image: url(/images/organic/top/tb/to_07_img_tb2x.jpg); } }
  @media (max-width: 641px) {
    .products__item_teatree .products__img {
      background-image: url(/images/organic/top/sp/to_07_img_sp2x.jpg); } }

.products__item_yuzu {
  background-color: #c5b062; }
  @media (min-width: 769px) {
    .products__item_yuzu .products__img {
      background-image: url(/images/organic/top/pc/to_08_img_pc2x.jpg), url(/images/organic/top/pc/0bg_yuzu.jpg); } }
  @media (min-width: 642px) and (max-width: 768px) {
    .products__item_yuzu .products__img {
      background-image: url(/images/organic/top/tb/to_08_img_tb2x.jpg); } }
  @media (max-width: 641px) {
    .products__item_yuzu .products__img {
      background-image: url(/images/organic/top/sp/to_08_img_sp2x.jpg); } }

.sec03 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 769px) {
    .sec03 {
      background-image: url(/images/organic/top/pc/to_09_bk_pc2000.jpg);
      padding: 112px 0 120px; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .sec03 {
      background-image: url(/images/organic/top/tb/to_09_bk_tb2x.jpg);
      padding: 95px 0 120px; } }
  @media (max-width: 641px) {
    .sec03 {
      background-image: url(/images/organic/top/sp/to_09_bk_sp2x.jpg);
      padding: 17% 0 21%; } }
  @media (min-width: 769px) {
    .sec03__content {
      align-items: center;
      display: flex;
      justify-content: center;
      margin-bottom: 16px; } }
  @media (max-width: 641px) {
    .sec03__content {
      margin-bottom: 6%; } }
  @media (min-width: 769px) {
    .sec03__imgbox1 {
      padding: 0 0 29px 24px;
      text-align: center;
      width: calc( 50% - 24px); } }
  @media (min-width: 642px) and (max-width: 768px) {
    .sec03__imgbox1 {
      margin-bottom: 56px; } }
  @media (max-width: 641px) {
    .sec03__imgbox1 {
      margin-bottom: 5.6%; } }
  @media (min-width: 769px) {
    .sec03__imgbox2 {
      width: calc( 50% + 24px); } }
  @media (min-width: 642px) and (max-width: 768px) {
    .sec03__imgbox2 {
      margin-bottom: 41px; } }
  @media (min-width: 769px) {
    .sec03__img1 {
      max-width: 328px;
      width: 100%; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .sec03__img1 {
      display: block;
      margin: 0 auto;
      width: 554px; } }
  @media (max-width: 641px) {
    .sec03__img1 {
      display: block;
      margin: 0 auto;
      width: 65%; } }
  @media (min-width: 769px) {
    .sec03__img2 {
      max-width: 578px;
      width: 100%; } }
  @media (min-width: 642px) and (max-width: 768px) {
    .sec03__img2 {
      display: block;
      margin: 0 auto;
      width: 578px; } }
  @media (max-width: 641px) {
    .sec03__img2 {
      display: block;
      margin: 0 auto;
      width: 100%; } }

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