@charset "utf-8";

/* ----------------------------------------
* default 全体共通
---------------------------------------- */

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  background-color: #fff;
  color: #323430;

  font-family: '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN',
    'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'Montserrat', verdana, 'Meiryo',
    'Osaka', sans-serif;

  letter-spacing: 0.1rem;
  line-height: 1.75;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: 'palt';
  margin: 0;
}

a {
  text-decoration: none !important;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=8);
}

ul,
ol,
dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
}

/* ----------------------------------------
* レイアウト用 共通
---------------------------------------- */

/* カラーリスト */
.fair_color02 {
  color: #cc0000;
} /*red*/
.fair_color03 {
  color: #ba614f;
} /*event-red*/
.fair_color04 {
  color: #ada765;
} /*event-yellow*/
.fair_color05 {
  color: #41260f;
} /*event-brown*/

/* margin-top */
.mgt00 {
  margin-top: 0;
}
.mgt60 {
  margin-top: 60px;
}

/* margin-bottom */
.mgb80 {
  margin-bottom: 80px;
}

/* padding-bottom */
.pgb50 {
  padding-bottom: 50px;
}

/* other */
.tac {
  text-align: center;
}

/* ----------------------------------------
* 各コンテンツ
---------------------------------------- */

/* -- ▼ TOP / container-fluid ----------------*/
.hero_row {
  padding-top: 60px;
  background-color: #e8d97e;
}


.fair_hero img {
  width: 100%;
  padding: 50px 0 30px;
}
.heroTxt_heading {
  font-size: 2.8rem;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 20px !important;
  font-weight: 700;
  text-align: center;
  color: #ad521f;
}
.heroTxt {
  font-size: 1.7rem;
  line-height: 1.6;
  letter-spacing: 2.4px;

  text-align: center;
  margin-bottom: 70px;
}
.heroTxt p {
  margin-bottom: 5px;
}
/* -- ▼ TOPカテゴリ / container　---------------*/

/*== ヘッダー追従のためのCSS */
#header {
  position: fixed; /*追従ナビのためpositionをfixedにする*/
  top: 0; /*ポジション設定topを0*/
  width: 100%; /*position:fixed;にしたため、横幅100%を設定*/
  background-color: #ad521f;
  text-align: center;
  z-index: 1;
}
.header_inner {
  max-width: 1140px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.headerNav__logo {
  display: inline-block;
  padding: 0 10px;
}
#headerNav__logo_img {
  width: 150px;
}
#nav {
  display: flex;
  justify-content: center;
  width: 100%;
  /* margin: 0 auto; */
  margin-right: auto;
}

#nav a {
  width: 22%;
  margin: 1%;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-family: 'Montserrat', sans-serif;
  /* font-style: italic; */
}

#nav a img {
  width: 35px;
  border-radius: 50%;
  padding: 3px;
  background-color: #fff;
  margin-right: 3px;
}
/* .symbol {
  font-size: 2.5rem;
  margin-right: 5px;
  font-weight: 400;
  display: none;
} */

/* -- ▼ Fashion Interior / container ---------------------*/
#outdoor_section {
  background: #bed6be;
  padding-top: 70px;
  padding-bottom: 120px;
}
#fashion_section {
  background: #e8d97e;
  padding-top: 70px;
  padding-bottom: 120px;
}

#interior_section {
  background: #9dc0c1;
  padding-top: 70px;
}
#depeche_top_section {
  background: #9dc0c1;
  padding-top: 70px;
}
.img_container {
  margin-bottom: 100px;
}
.sub_title {
  font-family: 'Libre Bodoni', serif;
  font-size: 7rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 0px;
  line-height: 1.25;
}
#outdoor_section .sub_title {
  color: #184c24;
}
#fashion_section .sub_title {
  color: #d86727;
}
#interior_section .sub_title {
  color: #021027;
}
#outdoor_section .sub_title_enjoy {
  color: #bed6be;
  -webkit-text-stroke: 1px#184c24;
  font-weight: 600;
}
.sub_title_enjoy {
  font-family: 'Libre Bodoni', serif;
  font-style: italic;
  font-size: 6rem;
  color: #ffffff;
  font-weight: 100;
}

.sub_img {
  margin-bottom: 100px;
}

.category_title {
  font-family: 'Libre Bodoni', serif;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 30px;
}
#outdoor_section .category_title {
  color: #184c24;
}
#fashion_section .category_title {
  color: #d86727;
}
#interior_section .category_title {
  color: #021027;
}
.sub_text_box p {
  font-size: 1.7rem;
  letter-spacing: 3.2px;
  line-height: 2;
}

/* -- ▼ footer /  ---------------------*/

.footer {
  background-color: #323430;
}

.footer_copy {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding: 3px;
}
/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ad521f;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #ad521f;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
.depeche_top_linkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
  margin-top: 50px;
}

.depeche_top_link {
  max-width: 400px;
  margin: 0 auto 30px;
  font-size: 1.6rem;
  width: 100%;
  display: block;
  background-color: #051e48;
  text-align: center;
  padding: 15px;
  color: #fff;
  transition: all 0.4s ease;
  letter-spacing: 2px;
}

.depeche_top_link:hover {
  background-color: #020f24;
  color: #fff !important;
}

/* -- ▼ 商品リンク /  ---------------------*/
.item_list {
  background-color: #fff;
  border-radius: 30px;
  padding: 50px;
}

#interior_section {
  background: #9dc0c1;
  padding-top: 70px;
}

.item_list_ttl {
  text-align: center;
  font-family: 'Libre Bodoni', serif;
  font-style: italic;
  font-size: 3.4rem;

  font-weight: 100;
  margin-bottom: 70px;
}
#outdoor_section .item_list_ttl {
  color: #184c24;
}
#fashion_section .item_list_ttl {
  color: #c8820e;
}
#interior_section .item_list_ttl {
  color: #051e48;
}

.item_heading {
  margin-bottom: 50px;
}
.item_heading__en {
  font-family: 'Libre Caslon Text', serif;
  font-size: 3rem;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.item_heading__ja {
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 20px;
}
.item_box {
  margin-bottom: 50px;
  /* position: relative; */
}
.item_box a {
  display: block;
  color: #323430;
}

.item_tag_list {
  margin: 15px 0 5px;
  /* position: absolute;
  top: 0;
  left: 0;
  z-index: 9; */
  display: flex;
}
.item_tag {
  background-color: #c80c16;
  color: #fff;
  padding: 2px 5px;
  font-size: 1.2rem;
  margin-right: 10px;
}
.item_box__name {
  font-size: 1.6rem;
  font-weight: 600;
}

.item_box_sale .item_box__pricewrap {
  color: #c80c16;
}
.item_box__pricewrap {
  font-weight: 600;
}
.item_box_price {
  font-size: 1.6rem;
  text-align: right;
}
.item_box_price_yen {
  font-size: 1.2rem;
}
.item_box_tax {
  font-size: 1.1rem;
}
.item_box_moto_price {
  font-size: 1.1rem;
  display: block;
  color: #323430;
  text-decoration: line-through;
}
.item_link {
  max-width: 350px;
  margin: 0 auto;

  font-size: 1.6rem;
  width: 100%;
  display: block;
  background-color: #000;
  text-align: center;
  padding: 15px;
  color: #fff;
  transition: all 0.4s ease;
  letter-spacing: 2px;
}
.item_link:hover {
  background-color: #a4a4a4;
  color: #fff !important;
}
/* ----------------------------------------
* プラグインカスタマイズ
---------------------------------------- */
#slick_hammock_slide {
  margin-bottom: 100px;
}
/*スライダーimg*/

.slick_slide img {
  /* max-width: 450px; */
}

/*スライダー用ドットカスタマイズ*/

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.my-series-dots {
  z-index: 10;
  display: flex;
}

.my-series-dots li {
  margin: 10px 10px;
}
.my-series-dots li button {
  width: 15px;
  margin: 0;
  padding: 0;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  text-indent: -9999px;
  color: #565455;
}
.my-series-dots li button:before {
  content: '◇';
  font-size: 1.3rem;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}

.my-series-dots li.slick-active button:before {
  content: '◆';
}

.my-series-dots li button:hover:before {
  color: #282728;
}

.slide-arrow {
  position: absolute;
  margin-top: 0;
}

.next-arrow {
  right: -350px;
  width: 25px;
  height: 55px;
}

.next-arrow:before {
  color: #827230;
  border: 1px solid #827230;
  padding: 15px 5px;
  font-size: 1.5rem;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'custom-icons';
  font-weight: normal;
  content: '\e901';
}

.prev-arrow {
  left: -35px;
  width: 25px;
  height: 55px;
}

.prev-arrow:before {
  color: #827230;
  border: 1px solid #827230;
  padding: 15px 5px;
  font-family: 'custom-icons';
  font-weight: normal;
  content: '\e902';
  font-size: 1.5rem;
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
}

.next-arrow:hover:before,
.next-arrow:active:before,
.prev-arrow:hover:before,
.prev-arrow:active:before {
  color: #655925;
  border: 1px solid #655925;
}

#top_slick_slide .my-series-dots li button {
  color: #fff;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */

@media screen and (min-width: 1140px) {
  .fair_hero {
    max-width: 1140px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1140px) {
}

@media screen and (max-width: 992px) {
  .row-reverse {
    flex-direction: column-reverse;
  }
  #nav a {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .sp_none{
    display: none;
  }
  .hero_row {
    padding-top: 0px;
    background-color: #e8d97e;
  }
  .header_inner {
    max-width: 1140px;
    height: auto;
    padding: 7px;
  }
  #headerNav__logo_img {
    width: 120px;
    height: auto;
  }
  nav#nav {
    display: none;
  }
  .heroTxt {
    text-align: left;
    padding: 0 15px;
    margin-bottom: 50px;
  }
  
  .mgb80 {
    margin-bottom: 50px;
  }

  #fashion_section {
    background: #e8d97e;
    padding-top: 50px;
    padding-bottom: 80px;
  }

  #interior_section {
    background: #9dc0c1;
    padding-top: 50px;
  }

  .sub_img {
    margin-bottom: 50px;
  }

  .depeche_top_linkbox {
    margin-top: 10px;
    margin-bottom: 25px;
  }

  .depeche_top_link {
    max-width: 300px;
  }

  /* -- ▼ 商品リンク /  ---------------------*/
  .item_list {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px 15px;
  }
}

@media (max-width: 576px) {
  html {
    font-size: 60%;
  }
  .fair_hero img {
    width: 100%;
    padding:44px 0 0;
    margin-bottom: 30px;

  }

  .heroTxt_heading {
    font-size: 2.2rem;
    margin-top: 0;

  }
  #outdoor_section {
    padding-top: 50px;
  }
  #slick_hammock_slide {
    margin-bottom: 50px;
  }
  #outdoor_section {
    padding-bottom: 0;
  }
  #fashion_section {
    padding-bottom: 0;
  }

  #interior_section {
    padding-bottom: 0;
  }
  .sub_text_box {
    margin-bottom: 50px;
  }
  .sub_text_box p {
    font-size: 1.8rem;
    letter-spacing: 1.1px;
  }

  .item_list {
    border-radius: 0;
    padding: 50px 15px;
  }
  .item_list_ttl {
    font-size: 2.8rem;
  }
  .sub_title {
    font-size: 5rem;
  }
  .sub_title_enjoy {
    font-size: 4rem;
  }
}

/*************************************
* スマホ横向き用ＣＳＳ
*************************************/

@media screen and (max-width: 1026px) and (orientation: landscape) {
}

@media (max-width: 320px) {
}
