html {
  font-size: 62.5%;
}

body {
  width: 100%;
  background-color: #fff;
  color: #404040;

  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;
}



/* -- ▼ container-fluid -------------------*/

.motherbox01 {
  margin: 0;
  margin-bottom: 30px;
	background: #F6F2E7;
}

.motherbox02 {
  margin: 0px;
  margin-bottom: 30px;
	background: #f6f1e6;
}

.motherbox03 {
  margin: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
	background: #f6f1e6;
}


/* -- ▼ レイアウト共通 ---------------------*/

/* カラーリスト */
.fair_color02 { color: #cc0000; } /*red*/
.fair_color03 { color: #2c2016; } /*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 */
.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 #2c2016;
  background: #f9f9f9;
}

.att_box02 .fair_ttl {
  margin: 0;
  padding: 10px;
  background: #2c2016;
  color: #fff;
}

.present_box {
	padding: 0 0 70px;
}
.present_img {
	max-width: 400px;
	margin: 0 auto;
}

.att_box {
  padding: 2rem 2rem 1rem;}
.present_txt {
  line-height: 1.8;
  text-align: left;
}

.h2_bottom_nav_ttl_box {
  text-align: center;
}



/* -- ▼ ナビゲーション -----------------------*/

#navbar a:hover {
  opacity: 0.95;
}

.sale_nav {
  margin: 0;
  padding: 0;
}

.sale_nav .navbar {
  padding: 0;
}

.sale_nav.n02 {
  margin: 0 0 50px;
}

.sale_nav.n03,.sale_nav.n04 {
  margin: 0 0 70px;
}

.sale_nav li {
  width: 33.333%;
  text-align: center;
}

.sale_nav.n02 li {
  width: 30%;
  margin: 0 0 1.5%;
  text-align: center;
}

.sale_nav.n03 li,.sale_nav.n04 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 #b8614e;
}

.sale_nav.n03 li:first-child a,.sale_nav.n04 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: #2c2016;
  color: #fff;
  /* font-weight: bold; */
  line-height: 1.5;
  letter-spacing: 1px;
  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 #b8614e;
  border-radius: 3px;
  color: #b8614e;
  line-height: 1.3;
  /* z-index: 999; */
}

.sale_nav.n02 a::after {
  content:"";
  position:absolute;
  left: calc(50%);
  bottom: 12px;
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 2px solid #b8614e;
  border-right: 2px solid #b8614e;
  -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: #b8614e;
  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,.sale_nav.n04 a {
  padding: 5px;
  background: #fff;
  border: 1px solid #41260f;
  color: #41260f;
  line-height: 1.3;
  opacity: 1;
  }

.sale_nav.n03 a:hover,.sale_nav.n04 a:hover {
  background: #41260f;
  color: #fff;
  opacity: 1;
}

/* -- ▼ footer ---------------------------------*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 100px;
  background: #3e352e;
}

#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: #404040;
  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: #404040;
  text-align: center;
  padding: 15px;
  color: #fff;
  transition: all 0.4s ease;
  letter-spacing: 2px;
}
.toppage_link:hover {
  background-color: #808080;
  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 {
  width: 100%;
  max-width: 750px;
  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: #2c2016;
  /* border-radius: 5px; */
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 2px;
  transition: all .3s ease-out;
}

.fair_btn01 a:hover {
  background: #a4a4a4;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

#section08 .txt01 {
  margin: 30px 0 50px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}

.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 #F2E2DF;
}

#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%;
  margin: 0 0 0.8rem;
}

.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.4rem;
  /* font-weight: 600; */
  color: #404040;
}

.boot_item_box__pricewrap {
  color: #404040;
  /* font-weight: 600; */
}

.series_tem_sec_tran .boot_item_box__pricewrap {
  color: #323430;
}

.boot_item_box_price {
  font-size: 1.2rem;
  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;
}


/* -------------------------------------- */



/* ----------------------------------------
* レスポンシブ
---------------------------------------- */

@media screen and (max-width: 1140px) {

}


@media screen and (max-width: 992px) {

}


@media (max-width: 768px) {

  .motherbox03 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .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: 10px;
    font-size: 2.1rem;
  }

  .fair_ttl03 {
    width: 100%;
    font-size: 1.6rem;
  }

  .catchcopy {
    font-size: 1.2rem;
  }

  .sale_nav li {
    width: 33.3%;
    text-align: center;
  }

  .sale_nav.n03 li {
    width: 23%;
    text-align: center;
    margin: 0 1% 1.5%;
    font-size: 12px;
  }

  .sale_nav.n04 li {
    width: 23%;
    text-align: center;
    margin: 0 1% 1.5%;
    font-size: 12px;
  }

  .sale_nav.n03 {
    margin: 0;
  }

  .att_txt01 {
    padding: 20px 15px 20px;
  }




  /* #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: 90px;
  }

  .footer {
    padding-bottom: 45px;
  }

  .toppage_link {
    max-width: 300px;
  }

  .f_size23 { font-size: 1.6rem; }
  .f_size18 { font-size: 1.33rem; }

  .pc_text {
    display: none;
  }

}


@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) {
}