@charset "UTF-8";
/*----------------------------------------
 Reset
----------------------------------------*/
*,
::before,
::after {
  box-sizing: border-box;
}

* {
  font-size: inherit;
  line-height: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

header, footer, article, section, aside, main, nav, menu, figure, figcaption {
  display: block;
}

span, small, strong, em, b, i {
  color: inherit;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

ul,
ol {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

q::before,
q::after {
  display: none;
}

/*----------------------------------------
 Base
----------------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 1.3888888889vw;
}
@media (min-width: 1024px) {
  html {
    font-size: 0.4822530864vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 43.4027777778%;
    font-size: 0.4340277778rem;
  }
}

body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
}

/*----------------------------------------
 Layout
----------------------------------------*/
.wrapper {
  overflow-x: hidden;
}
@media (min-width: 1024px) {
  .wrapper {
    display: flex;
    max-width: 207.36rem;
    margin: 0 auto;
  }
}
.wrapper::before {
  position: fixed;
  z-index: -999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 100vw;
  height: 100vh;
  background: #f7eceb;
}

.left-contents {
  display: none;
}
@media (min-width: 1024px) {
  .left-contents {
    display: block;
    order: 1;
    flex-grow: 1;
    width: 83.52rem;
  }
}

.right-contents {
  display: none;
}
@media (min-width: 1024px) {
  .right-contents {
    display: block;
    flex-shrink: 0;
    order: 3;
    width: 51.84rem;
  }
}

/*----------------------------------------
	Component
----------------------------------------*/
/* サブメニュー */
.sub-menu__list {
  display: flex;
  gap: 4.8rem;
  margin-top: 6rem;
}
@media (min-width: 1024px) {
  .sub-menu__list {
    gap: 4.32rem;
    padding: 1.44rem;
    margin-top: 0;
  }
}

.sub-menu__icon {
  display: block;
  width: 14.3rem;
  height: 14.3rem;
  border-radius: 2.5rem;
  background: #f7eceb;
  box-shadow: 0.8rem 0.8rem 1.7rem rgba(210, 201, 200, 0.7), -0.8rem -0.8rem 1.7rem rgba(255, 255, 255, 0.7);
}
@media (min-width: 1024px) {
  .sub-menu__icon {
    width: 12.24rem;
    height: 12.24rem;
    border-radius: 2.16rem;
  }
}

/*----------------------------------------
	for PC
----------------------------------------*/
@media (min-width: 1024px) {
  .pc-menu,
  .pc-sidebar {
    position: fixed;
    height: 100vh;
    width: inherit;
  }
}
/* PC menu
------------------------------------------------------ */
@media (min-width: 1024px) {
  .pc-menu-inner {
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8.64rem;
    height: 100%;
    padding: 10.08rem 14.4rem;
  }
  .pc-menu-inner::-webkit-scrollbar {
    display: none;
  }
  .pc-menu__logo {
    width: 42.768rem;
  }
  .pc-menu__item:not(:first-child) {
    margin-top: 8.064rem;
  }
  .pc-menu__label {
    width: 15.84rem;
  }
  .pc-menu__child-list {
    margin-top: 2.016rem;
  }
  .pc-menu__child-item {
    white-space: nowrap;
    font-size: 3.456rem;
    color: #a98048;
  }
  .pc-menu__child-item a {
    position: relative;
    padding-left: 4.752rem;
    color: inherit;
  }
  .pc-menu__child-item a::before {
    position: absolute;
    top: 0.72rem;
    left: 0;
    content: "・";
    width: 3.456rem;
    height: 3.456rem;
    background: none;
  }
  .pc-menu__child-item a img {
    width: 49.968rem;
  }
  .pc-menu__child-item a:hover::before {
    content: "";
    background: url("../img/pc-menu-list-style.webp") center/contain no-repeat;
  }
  .pc-menu__child-item:not(:first-child) {
    margin-top: 4.32rem;
  }
}
/* Sidebar
------------------------------------------------------ */
@media (min-width: 1024px) {
  .pc-sidebar__qr {
    position: absolute;
    bottom: 9.504rem;
    left: 50%;
    transform: translateX(-50%);
    width: 28.8rem;
    height: 28.8rem;
  }
}
/*----------------------------------------
	Main contents
----------------------------------------*/
.main-contents {
  position: relative;
  width: 72rem;
  margin: 0 auto;
  background:#fff;
}
@media (min-width: 1024px) {
  .main-contents {
    order: 2;
    width: 72rem;
  }
}

/* header
------------------------------------------------------ */
.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100vw;
  height: 10rem;
  background: none;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  .header {
    display: none !important;
    height: 0;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 0 3.5rem;
}

.header__logo {
  display: block;
  width: 22rem;
  height: 4.6rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url("../img/header-logo.webp") center/contain no-repeat;
}

/* ハンバーガーメニュー */
.hamburger {
  position: relative;
  width: 5rem;
  height: 5rem;
  background: none;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.4s;
}
.hamburger__line:nth-of-type(1) {
  top: 1.2rem;
}
.hamburger__line:nth-of-type(2) {
  top: 2.4rem;
}
.hamburger__line:nth-of-type(3) {
  top: 3.6rem;
}

.hamburger[aria-expanded=true] .hamburger__line:nth-of-type(1) {
  top: 2.4rem;
  transform: rotate(-45deg);
}
.hamburger[aria-expanded=true] .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.hamburger[aria-expanded=true] .hamburger__line:nth-of-type(3) {
  top: 2.4rem;
  transform: rotate(45deg);
}

/* メニューオープン時のスタイル */
.header.is-menu-open,
.header.is-color {
  -webkit-backdrop-filter: blur(1em);
          backdrop-filter: blur(1em);
}
.header.is-menu-open .header__logo,
.header.is-color .header__logo {
  background-image: url("../img/header-logo_color.webp");
}
.header.is-menu-open .hamburger__line,
.header.is-color .hamburger__line {
  background: #a98048;
}

.header.is-menu-open {
  background: none !important;
}

body.is-fixed {
  overflow-y: hidden;
}

/* スクロール時のスタイル */
.header.is-color {
  background: rgba(255, 255, 255, 0.8);
}

/* ブランドページのヘッダースタイル */
.main-contents--brand .header {
  background: rgba(255, 255, 255, 0.8);
}
.main-contents--brand .header .hamburger__line {
  background: #a98048 !important;
}

/* SP menu
------------------------------------------------------ */
.sp-menu {
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 14.7rem 3.5rem 10rem;
  position: fixed;
  z-index: 98;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: #f7eceb;
}
@media (min-width: 1024px) {
  .sp-menu {
    display: none;
  }
}

.sp-menu__inner {
  height: 100%;
  min-height: 106rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.sp-menu__label {
  width: 16.4rem;
}

.sp-menu__list {
  width: 52rem;
}

.sp-menu__item:not(:first-child) {
  margin-top: 6rem;
}
.sp-menu__item:last-child .sp-menu__child-item {
  border-bottom: none;
}

.sp-menu__child-item {
  border-bottom: 2px solid #efdad9;
}

/*----------------------------------------
	Brand Page
----------------------------------------*/
.brand-contents {
  margin-top: 10rem;
}
@media (min-width: 1024px) {
  .brand-contents {
    margin-top: 0;
  }
}
.brand-contents .banner-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15rem;
}
.brand-contents .banner-block .report-banner {
  width: 68rem;
}
.brand-contents .btn-block {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 15rem;
}
.brand-contents .btn-block .shop-btn {
  width: 39.8rem;
}

/* Top
------------------------------------------------------ */
.top {
  position: relative;
  z-index: 1;
}

.top__slider {
  position: relative;
  z-index: -1;
}

.top__slide {
  width: 100%;
  height: 135rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.top__slide[data-brand=eco1m] {
  background-image: url("../img/top_ec1m-2025_2.webp");
}
.top__slide[data-brand=ecomm] {
  background-image: url("../img/top_ecomm.webp");
}
.top__slide[data-brand=econ] {
  background-image: url("../img/top_econ_2025.webp");
}
.top__slide[data-brand=econuv] {
  background-image: url("../img/top_econuv.webp");
}
.top__slide[data-brand=ecol] {
  background-image: url("../img/top_ecol.webp");
}

.scroll-down {
  position: absolute;
  bottom: 7.7rem;
  left: calc(50% - 1.5rem);
  width: 3rem;
  height: 3rem;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

/* slickの設定 */
.top__slider .slick-dots {
  position: absolute;
  right: 3.8rem;
  bottom: 21.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.1rem;
}
.top__slider .slick-dots button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  margin: 0;
  display: block;
  border-radius: 50%;
  color: transparent;
  background: transparent;
  border: 1px solid #fff;
}
.top__slider .slick-dots .slick-active button {
  background: #fff;
}

/* Brand
------------------------------------------------------ */
.brand {
  padding: 10rem 0;
}

.brand__list {
  width: 65.4rem;
  margin: 3.6rem auto 0;
}

.brand__item:not(:first-child) {
  margin-top: 10rem;
}

.brand__label {
  width: 17.2rem;
  margin: 0 auto;
}

.brand__child-list {
  margin-top: 3rem;
}

.brand__child-item:not(:first-child) {
  margin-top: 3rem;
}


/* brand /各ページ下部用/
------------------------------------------------------ */
.brand {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background: #fff;
}

.brand__list {
  margin-top: 4rem;
  text-align: center;
}

.brand__item {
  display: inline-block;
  width: 65rem;
}
.brand__item:not(:first-child) {
  margin-top: 3rem;
}


/* footer
------------------------------------------------------ */
.footer {
  padding: 17rem 0 5.4rem;
  background: url("../img/footer-bg.webp") top/cover;
}

.footer__logo {
  width: 38.3rem;
  margin: 5.8rem auto 0;
}

.footer__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 6rem;
  margin-top: 5.8rem;
}

.footer__icon {
  display: block;
  width: 6rem;
}
.footer__icon--rec {
  width: 9rem;
}/*# sourceMappingURL=style.css.map */


*,body,ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
/* ↓ スライドの外枠 */
.slide-wrapper {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden; /* はみ出したスライドを隠す */
}
/*  ↓ スライド（コンテンツ） */
.slide { /*スライド全体 */
  width: 400%;
  height: 100%;
  display: flex;
  transition: all 0.3s;
}
.slide div { /* スライド */
  width: 100.00%;
  height: 100%;
  font-size: 16px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.slide1 { /* スライドさせるために必要なクラス */
  transform: translateX(0);
}
.slide2 { /* スライドさせるために必要なクラス */
  transform: translateX(-25.00%);
}
.slide3 { /* スライドさせるために必要なクラス */
  transform: translateX(-50.00%);
}
.slide4 { /* スライドさせるために必要なクラス */
  transform: translateX(-75.00%);
}


/* ↓ 左右のボタン */
.next {
  position: absolute;
  width: 15px;
  height: 15px;
  right: 10px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: rotate(45deg) translateY(50%);
  transform: rotate(45deg) translateY(50%);
}
.prev {
  position: absolute;
  width: 15px;
  height: 15px;
  left: 25px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}
/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 20px;
  display: flex;
  column-gap: 18px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}
.indicator li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 1px #efdad9 solid;
  cursor: pointer;
}
.indicator li:first-of-type {
  background-color: #efdad9;
}


/* 2507ナチュラルブランドページ用
------------------------------------------------------ */
.natural_relative {
    position: relative;
	margin-bottom: -4.5%
}

.natural_movie_relative {
    position: relative;
	margin-top: -5%
}
.natural_bc_relative {
    position: relative;
}
.natural_movie_absolute {
    position: absolute;
	right:14.5%;
    bottom: 20.5%;
}

.econ_campaign_2_absolute {
    position: absolute;
	right: 0px;
    bottom: 16.5%;
}

.econ_banner_1_absolute {
    position: absolute;
    bottom: 76%;
	left :2.5% 
}

.econ_banner_2_absolute {
    position: absolute;
    bottom: 70.5%;
	left :22.5% 
}

.econ_banner_3_absolute {
    position: absolute;
    bottom: 47.5%;
	left :2.5% 
}

.econ_banner_4_absolute {
    position: absolute;
    bottom: 22.5%;
	left :2.5% 
}



