@charset "utf-8";

/* ----------------------------------------
* default 全体共通
----------------------------------------

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  background-color: #fff;
  color: #404040;

  font-family: '游ゴシック', '游ゴシック体', 'Yu Gothic', YuGothic,
    'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN',
    'Hiragino Kaku Gothic Pro', 'Noto Sans JP', 'Montserrat', verdana, 'Meiryo',
    'Osaka', sans-serif;
    font-family: 'Noto Sans JP', sans-serif;
    font-family: 'Noto Serif JP', 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%;
}
*/

/* ----------------------------------------
* summergoods page 全体共通
---------------------------------------- */

.fs-l-page .fs-l-main {
  margin-top: 0;
}

#summergoods {
  width: 100%;
  background-color: #fff;
  color: #404040;

  letter-spacing: 0.1rem;
  line-height: 1.75;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: 'palt';
  margin: 0;

}

#summergoods a {
  text-decoration: none !important;
}

#summergoods a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=8);
}

#summergoods ul,ol,dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#summergoods img {
  max-width: 100%;
  margin: 0 auto;
}



/* ----------------------------------------
* レイアウト用 共通
---------------------------------------- */

/* カラーリスト */
.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: #94986f;
}


.fair_hero img {
  width: 100%;
  padding: 50px 0 30px;
}
.heroTxt_heading {
  font-size: 5rem;
  letter-spacing: 0.6rem;
  margin-top: 20px;
  /* margin-bottom: 20px !important; */
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  padding: 2rem;
}

.heroTxt_bottom {
  color: #fff;
}

.heroTxt {
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 100px;
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  padding: 0 2rem;
}

.hero.sub_txt {
  max-width: 800px;
  margin: 50px auto;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

/* -- ▼ TOPカテゴリ / container　---------------*/

/*== ヘッダー追従のためのCSS */
#header {
  position: fixed; /*追従ナビのためpositionをfixedにする*/
  top: 0; /*ポジション設定topを0*/
  width: 100%; /*position:fixed;にしたため、横幅100%を設定*/
  background-color: #fff;
  text-align: center;
  z-index: 1;
}
.header_inner {
  max-width: 1100px;
  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: #404040;
  font-size: 1.6rem;
  font-family: sans-serif;
}

#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;
} */

.search_area {
  margin: 100px auto 0;
}
.h3_category_bottom_nav_sub_ttl {
  margin-top: 50px;
}

.txt01 {
  color: #cc0000;
  text-align: center;
}

.bnn_fixed {
  position: fixed;
  bottom: 150px;
  right: 0;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.bnn_fixed img {
  width: 100%;
}

@media (max-width: 768px) {
  .bnn_fixed {
    bottom: 10px;
    width: 90px;
    height: 90px;
  }
}

/* -- ▼ section ---------------------*/
#section {
  /* background: #efefef; */
  background: #efefef;
}


/* -- ▼ section_01 / container ---------------------*/
#section_01 {
  background: #efefef;
  padding-top: 120px;
}

#depeche_top_section {
  background: #efefef;
  /* padding-top: 70px; */
}
/* .img_container {
  margin-bottom: 100px;
} */

.sub_title {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  letter-spacing: 3.5px;
  line-height: 1.25;
  font-family: 'Noto Serif JP', serif;

}

.sub_title_top {
  font-size: 4rem;
  color: #404040;
  font-weight: 500;
  letter-spacing: 2px;
  font-family: 'Noto Serif JP', serif;

}

.sub_img {
  margin-bottom: 100px;
}


.sub_txt {
  font-size: 1.4rem;
  text-align: center;
  margin: 50px 0;
  border-top: solid 1px #a1a1a1 ;
  border-bottom: solid 1px #a1a1a1 ;
  padding: 2rem 1rem;
  letter-spacing: 3px;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;

}

.sub_text_box p {
  font-size: 1.7rem;
  letter-spacing: 3.2px;
  line-height: 2;
}

/* -- ▼ footer /  ---------------------*/

.footer {
  background-color: #5D6666;
}

.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: #FCFCD4;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #a1a1a1;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}

#page-top a:hover {
  background: #FCFCD4;
}

/*リンクを右下に固定*/
#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_linkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  margin-bottom: 100px;
}

.depeche_item_link {
  max-width: 400px;
  margin: 0 auto 30px;
  font-size: 1.6rem;
  width: 100%;
  display: block;
  background-color: #94986f;
  text-align: center;
  padding: 15px;
  color: #fff;
  transition: all 0.4s ease;
  letter-spacing: 2px;
}

.depeche_item_link:hover {
  opacity: 0.8;
  filter: alpha(opacity=8);
}

.depeche_top_link {
  max-width: 400px;
  margin: 0 auto 30px;
  font-size: 1.6rem;
  width: 100%;
  display: block;
  background-color: #404040;
  text-align: center;
  padding: 15px;
  color: #fff;
  transition: all 0.4s ease;
  letter-spacing: 2px;
}

.depeche_top_link:hover {
  background-color: #5D6666;
  color: #fff !important;
}

/* -- ▼ 商品リンク /  ---------------------*/
#summergoods .top_item {
  width: 21%;
  margin: 17px 2%;
  position: relative;
}

#interior_section {
  padding-top: 70px;
}

#summergoods .top_item_ttl {
  display: block;
  font-size: 12px;
  color: #292b2c;
  line-height: 1.5;
  margin-top: 10px;
}

 /* text-align: center;
  font-style: italic;
  font-size: 3.4rem;
  font-weight: 100;
  margin-bottom: 70px;
  #section_01 .item_list_ttl {
  color: #184c24;
}
*/

.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: #404040;
}

.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: #404040;
  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;
}
/* ----------------------------------------
* プラグインカスタマイズ
---------------------------------------- */
/* #summergoods #slick_01_slide {
  margin-bottom: 100px;
} */

/*スライダーimg*/

/*スライダー用ドットカスタマイズ*/

#summergoods .slick-dotted.slick-slider {
  margin-bottom: 0;
}

#summergoods .my-series-dots {
  z-index: 10;
  display: flex;
  max-width: 800px;
  margin: 0 auto;
}

#summergoods .my-series-dots li {
  margin: 10px 10px;
}
#summergoods .my-series-dots li button {
  width: 30px;
  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;
}

#summergoods .my-series-dots li button:before {
  content: '';
  /* font-size: 1.3rem; */
  text-indent: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 5px;
  background: #8d8d8d;
}

#summergoods .my-series-dots li.slick-active button:before {
  content: '';
  width: 40px;
  height: 5px;
  background: #404040;
}

#summergoods .my-series-dots li button:hover:before {
  color: #404040;
}

#summergoods .slide-arrow {
  position: absolute;
  margin-top: 0;
}

#summergoods .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: 1100px) {
  .fair_hero {
    max-width: 1100px;
    margin: 0 auto;
  }
}

@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;
  }
  .header_inner {
    max-width: 1100px;
    height: auto;
    padding: 7px;
  }
  #headerNav__logo_img {
    width: 120px;
    height: auto;
  }
  nav#nav {
    display: none;
  }

  .heroTxt_heading {
    font-size: 3rem;
    margin-top: 0;
  }

  .heroTxt {
    padding: 0 15px;
    margin-bottom: 50px;
  }

  .mgb80 {
    margin-bottom: 50px;
  }


  .sub_txt {
    font-size: 1.4rem;
    padding: 2rem;
  }

  .sub_img {
    margin-bottom: 50px;
  }

  .depeche_linkbox {
    margin-top: 10px;
    margin-bottom: 25px;
    height: 50px;
    margin-bottom: 70px;
  }

  .depeche_top_link {
    max-width: 300px;
  }

  .depeche_item_link {
    max-width: 300px;
  }

  #summergoods .top_item {
    width: 42%;
    margin: 17px 4%;
    position: relative;
  }

  }

  /* -- ▼ 商品リンク /  ---------------------*/
  .item_list {
    /* 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: 3rem;
    letter-spacing: .3rem;
    margin-top: 0;
  }

  .heroTxt {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: .2rem;
    margin-bottom: 60px;
  }

   #section_01 {
    padding-top: 50px;
  }
  #slick_01_slide {
    margin-bottom: 50px;
  }
  #section_01 {
    padding-bottom: 0;
  }

  .sub_text_box {
    margin-bottom: 50px;
  }
  .sub_text_box p {
    font-size: 1.8rem;
    letter-spacing: 1.1px;
  }


  .item_list_ttl {
    font-size: 2.8rem;
  }
  .sub_title {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .sub_title_top {
    font-size: 2.8rem;
  }

  .sub_txt {
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 10px 0;
    padding: 2rem 1rem;
  }

  #summergoods .top_item {
    width: 46%;
    margin: 8px 2%;
    position: relative;
    line-height: normal;

  }

  #summergoods .top_item_ttl {
    font-size: 11px;

  }

  #summergoods .top_item_ttl {
    font-size: 11px;
  }


#summergoods .top_item_price_tax_in .tax_in_price {
  font-size: 11px !important;
}

}

/*************************************
* スマホ横向き用ＣＳＳ
*************************************/

@media screen and (max-width: 1026px) and (orientation: landscape) {
}

@media (max-width: 320px) {
}
