html {
  font-size: 62.5%;
}
body {
  width: 100%;
  background-color: #fff;
  color: #41260f;
  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;
}
/* -- ▼ container-fluid -------------------*/
.fairbox01 {
  margin: 0;
  margin-bottom: 30px;
  /* background: #F6F2E7; */
}
.fairbox02 {
  margin: 0px;
  margin-bottom: 30px;
  background: #f0eee8;
}
/* -- ▼ レイアウト共通 ---------------------*/
/* カラーリスト */
.fair_color02 {
  color: #cc0000;
} /*red*/
.fair_color03 {
  color: #ba614f;
} /*event-red*/
.fair_color04 {
  color: #ada765;
} /*event-yellow*/
.fair_color05 {
  color: #3e352e;
} /*event-brown*/
/* margin-top */
.mgt00 {
  margin-top: 0;
}
.mgt60 {
  margin-top: 60px;
}
/* margin-bottom */
.mgb00 {
  margin-bottom: 0;
}
.mgb20 {
  margin-bottom: 20px;
}
.mgb30 {
  margin-bottom: 30px;
}
.mgb70 {
  margin-bottom: 70px;
}
.mgb100 {
  margin-bottom: 100px;
}
/* padding-bottom */
.pgb50 {
  padding-bottom: 50px;
}
/* font-size */
.f_size14 {
  font-size: 1.4rem;
}
.f_size15 {
  font-size: 1.5rem;
}
.f_size16 {
  font-size: 1.6rem;
}
.f_size18 {
  font-size: 1.8rem;
}
.f_size23 {
  font-size: 2.3rem;
}
.f_size26 {
  font-size: 2.6rem;
}
.f_size30 {
  font-size: 3rem;
}
/* other */
.tac {
  text-align: center;
}
/* -- ▼ container内 レイアウト -----------------------*/
.fair_hero {
  text-align: center;
}
.fair_hero img {
  width: 100%;
  max-width: 1000px;
  margin: 30px 0 40px;
}
.fair_ttl {
  margin: 30px auto;
  font-weight: bold;
  font-family: "Lusitana", serif;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.7;
}
.fair_ttl03 {
  width: 60%;
  margin: 70px auto 60px;
  padding: 15px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #41260f;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
#section05_1, #section05_2, #section05_3, #section05_4 {
  padding-top: 1px;
}
.fair_date {
  max-width: 370px;
  width: 100%;
  margin: 0 auto 30px;
  padding: 5px;
  border: 1px solid #ccc;
  font-size: 1.5rem;
  text-align: center;
  background: #fff;
}
.catchcopy {
  max-width: 730px;
  margin: 0 auto 50px;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}
.att_txt01 {
  padding: 30px;
  font-size: 1.3rem;
  line-height: 1.7;
}
.att_txt01 .caution_txt {
  font-weight: bold;
}
.att_box02 {
  margin: 0 auto 70px;
  border: 1px solid #ba614f;
  background: #f9f9f9;
}
.att_box02 .fair_ttl {
  margin: 0;
  padding: 10px;
  background: #ba614f;
  color: #fff;
}
/* -- ▼ ナビゲーション -----------------------*/
#navbar a:hover {
  opacity: 0.8;
}
.sale_nav {
  margin: 0;
  padding: 0;
}
.sale_nav .navbar {
  padding: 0;
}
.sale_nav.n02 .n03 {
  margin: 0 0 50px;
}
.sale_nav li {
  width: 50%;
  text-align: center;
}
.sale_nav.n02 li {
  width: 49%;
  margin: 0 0 1.5%;
  text-align: center;
}
.sale_nav.n03 li {
  width: 24%;
  margin: 0 0 1.5%;
  text-align: center;
}
.sale_nav li:first-child a {
  border-left: none;
}
.sale_nav.n02 li:first-child a {
  border-left: 1px solid #B3A298;
}
.sale_nav.n03 li:first-child a {
  border-left: 1px solid #41260f;
}
.sale_nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5.5rem;
  padding: 2px;
  border-left: 1px solid #fff;
  background: #B3A298;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  opacity: .95;
  transition: all .3s ease-out;
}
.sale_nav a:hover {
  opacity: 1;
}
.sale_nav.n02 a {
  position: relative;
  padding: 5px 5px 15px 5px;
  background: #fff;
  border: 1px solid #41260f;
  border-radius: 5px;
  color: #41260f;
  line-height: 1.3;
}
.sale_nav.n02 a::after {
  content: "";
  position: absolute;
  left: calc(50%);
  bottom: 12px;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 2px solid #41260f;
  border-right: 2px solid #41260f;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all .3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sale_nav.n02 a:hover {
  background: #41260f;
  border: 1px solid #41260f;
  color: #fff;
  opacity: 1;
}
.sale_nav.n02 a:hover::after {
  bottom: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.sale_nav.n03 a {
  padding: 5px;
  background: #fff;
  border: 1px solid #41260f;
  color: #41260f;
  line-height: 1.3;
  opacity: 1;
}
.sale_nav.n03 a:hover {
  background: #41260f;
  color: #fff;
  opacity: 1;
}
/* -- ▼ footer ---------------------------------*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 25px;
  bottom: 100px;
  background: #41260f;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.footer {
  background-color: #41260f;
  padding-bottom: 58px;
}
.footer_copy {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 3px;
}
.toppage_link_box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
}
.toppage_link {
  max-width: 400px;
  margin: 0 auto 30px;
  font-size: 1.6rem;
  width: 100%;
  display: block;
  background-color: #b42f2f;
  text-align: center;
  padding: 15px;
  color: #fff;
  transition: all 0.4s ease;
  letter-spacing: 2px;
}
.toppage_link:hover {
  background-color: #7d2020;
  color: #fff !important;
}
/* -- ▼ 各セクションカテゴリ -----------------------*/
.fair_ttl {
  margin: 30px auto;
  font-size: 2.5rem;
  font-weight: bold;
  font-family: "Lusitana", serif;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.7;
}
.fair_img01 {
  width: 100%;
  max-width: 280px;
  margin-bottom: 20px;
}
.fair_img02 {
  width: 100%;
  max-width: 900px;
  margin-bottom: 50px;
}
.fair_img02s {
  background: #f0eee8;
  width: 100%;
  max-width: 750px;
  margin-top: 50px;
  margin-bottom: 60px;
}
.fair_img03 {
  width: 100%;
  max-width: 280px;
  margin-bottom: 50px;
}
.fair_img04 {
  width: 100%;
  max-width: 700px;
}
/* .fair_img_tab {
  margin-bottom: 10px;
} */
.fair_btn01 {
  width: 100%;
  max-width: 400px;
  margin: 30px auto 30px;
}
.fair_btn01 a {
  display: block;
  padding: 8px;
  background: #857973;
  border-radius: 5px;
  color: #fff;
  font-size: 1.7rem;
  text-align: center;
  transition: all .3s ease-out;
}
.fair_btn01 a:hover {
  background: #cec4bf;
  color: #fff;
  text-align: center;
}
#section08 .txt01 {
  margin-top: 30px;
  text-align: center;
  font-size: 1.6rem;
}
.att_box {
  padding: 3rem 3rem 2rem;
  background: #efefef;
}
.fair_heading {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-weight: bold;
  text-align: center;
}
.ul_style01 {
  padding: 0;
}
.ul_style01 li {
  position: relative;
  margin: 0 0 0.3rem;
  padding: 0 0 0 1.5rem;
  font-size: 1.2rem;
  line-height: 1.7;
}
.ul_style01 li::after {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
a.link_txt01 {
  color: #218b5d;
  transition: all .3s ease-out;
}
a.link_txt01:hover {
  color: #231815;
  text-decoration: underline;
}
/* -- ▼ 商品リンク -----------------------*/
.row_bg {
  background-color: #fff;
  border: 5px solid #f0eee8;
}
#section04 .boot_item_box {
  margin: 0;
}
.boot_item_box {
  padding-top: 15px;
  margin-bottom: 50px;
}
.boot_item_box a {
  display: block;
  position: relative;
}
.boot_item_box img {
  width: 100%;
}
.boot_item_bg_box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-wrap: wrap;
}
.cate_link_box_wrap, .cate_link_coming_soon {
  display: block;
  overflow: hidden;
}
.boot_item_bg_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  z-index: 1;
  transition: all 1s;
}
.boot_item_info {
  transition: all 0.5s;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
}
.boot_item_info_ttl {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
}
.boot_item_tag_list {
  display: flex;
  margin-bottom: 10px;
}
.boot_item_tag {
  background-color: #c80c16;
  color: #fff;
  padding: 2px 5px;
  font-size: 1.3rem;
  margin-right: 10px;
}
.boot_item_box__name {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000;
}
.boot_item_box__pricewrap {
  color: #c80c16;
  font-weight: 600;
}
.series_tem_sec_tran .boot_item_box__pricewrap {
  color: #323430;
}
.boot_item_box_price {
  font-size: 1.6rem;
  text-align: right;
}
.boot_item_box_price_yen {
  font-size: 1.2rem;
}
.boot_item_box_tax {
  font-size: 1.1rem;
}
.boot_item_box_moto_price {
  font-size: 1.1rem;
  display: block;
  color: #323430;
  text-decoration: line-through;
}
.boot_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;
}
.boot_item_link:hover {
  background-color: #a4a4a4;
  color: #fff !important;
}
/* --------------------------------------
  クリスマスカードプレゼント
--------------------------------------- */
.xmascard_img_area {
  margin: 70px auto 0;
  max-width: 1110px;
  height: auto;
  background-color: #fff;
}
#xmascard {
  max-width: 970px;
  height: auto;
}
#xmascard_1, #xmascard_2 {
  display: none;
}
.xmascard_box {
  margin: 0 auto 70px;
  padding: 40px 20px 20px;
  max-width: 1140px;
  height: auto;
  background-color: #fff;
  text-align: center;
}
.xmascard_box_title {
  font-weight: 600;
  font-size: 1.6rem;
  border-bottom: solid 1px #000;
}
.xmascard_box_flow {
  margin: 0 auto;
}
.xmascard_box_flow_list {
  position: relative;
  margin: 20px 0;
}
.xmascard_box_flow_list p {
  margin: 10px 0;
}
.xmascard_box_flow_list:last-child p {
  margin: 50px 0 0;
}
.xmascard_box_flow_list::after {
  position: absolute;
  content: "";
  left: calc(50% - 16px);
  bottom: -30px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #3a714c transparent transparent transparent;
}
.xmascard_box_flow_list:last-child::after {
  display: none;
}
.flow_img {
  margin: 20px auto;
  width: 400px;
  height: auto;
}
@media (max-width: 970px) {
  #xmascard {
    display: none;
  }
  #xmascard_1, #xmascard_2 {
    display: block;
    margin: 0 auto;
    width: 350px;
    height: auto;
  }
  .xmascard_box_flow {
    padding-left: 0;
  }
  .flow_img {
    margin: 20px auto;
    width: 300px;
    height: auto;
  }
}
/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
@media screen and (max-width: 1140px) {}
@media screen and (max-width: 992px) {}
@media (max-width: 768px) {
  .fair_hero img {
    margin-bottom: 0;
  }
  .sm-p0 {
    padding: 0 !important;
  }
  .sm-pt10-0 {
    padding: 10px 0 0 !important;
  }
  .sm-m0 {
    margin: 0 !important;
  }
  .fair_btn01 {
    max-width: 300px;
    margin: 20px auto 50px;
  }
  .fair_btn01 a {
    font-size: 1.4rem;
  }
  .fair_img01 {
    margin-bottom: 40px;
  }
  .fair_img03 {
    max-width: none;
  }
  .fair_ttl {
    padding-top: 0px;
  }
  .fair_ttl03 {
    width: 100%;
    font-size: 1.6rem;
  }
  .sale_nav li {
    width: 50%;
    text-align: center;
  }
  .sale_nav.n03 li {
    width: 48%;
    text-align: center;
    margin: 0 1% 1.5%;
  }
  #navbar.sale_nav li:nth-child(2n+1) a {
    border-left: none;
  }
  #navbar.sale_nav li:nth-child(-n+2) a {
    border-bottom: 1px solid #fff;
  }
  #navbar.sale_nav li:first-child a {
    border-left: none;
  }
  #navbar.sale_nav a {
    min-height: 4.2rem;
    font-size: 1.2rem;
  }
  .boot_item_box__name {
    font-size: 1.2rem;
  }
  .boot_item_box_price {
    font-size: 1.2rem;
    text-align: right;
  }
  .boot_item_box_price_yen {
    font-size: 0.9rem;
  }
  .boot_item_box_tax {
    font-size: 1.0rem;
  }
  #page_top {
    bottom: 110px;
  }
  .footer {
    padding-bottom: 48px;
  }
  .toppage_link {
    max-width: 300px;
  }
}
@media (max-width: 576px) {}
/*************************************
* スマホ横向き用ＣＳＳ
*************************************/
@media screen and (max-width: 1026px) and (orientation: landscape) {}
@media (max-width: 320px) {}
/* IEのみに適用 */
@media all and (-ms-high-contrast: none) {}

/* -- ▼ add parts ---------------------------------*/
.label_off01 {
  margin: 10px 0 5px;
}
.label_off01 span {
  padding: 3px 8px;
  background-color: #c00;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
}