html {
  font-size: 62.5%;
  /* overflow-x: hidden; */
}
body {
  font-family: 'Noto Sans JP', "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "Meiryo", "Osaka", sans-serif;
  color: #1a0c0f;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: 'palt';
  margin: 0;
  background-color: #fff;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.line_th {
  padding: 0 1rem 0 0;
  text-decoration: line-through;
}

#aniv_body {
  position: relative;
  background: #f7f6f2;
  margin: 60px auto 0;
}
#aniv_body .row {
  margin: 0;
}
#aniv_body img { caret-color: transparent;}

@media (max-width: 768px) {
  #aniv_body {
    /* margin: 110px auto 0; */
  }
}

/*header*/
#aniv_header.hide {
  transform: translateY(100%);
}
#aniv_header {
  position: fixed;
  bottom: 0;
  background-color: #8d2e22;
  z-index: 9999;
  width: 100%;
  height: 50px;
  transition: .5s;
}
.aniv_header_innner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
#brand_logo {
  width: 120px;
  position: absolute;
  left: 50px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#aniv_head_ul {
  display: flex;
  font-family: 'Lato', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
}
#aniv_head_ul li a {
  color: #fff;
  padding: 5px 19px;
}

/*scroll */
#top_box_innner {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999;
}
#atten_box {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  /* background-color: #fff;
     */
  padding: 20px 0;
  text-align: center;
  color: #000;
  /* text-shadow: 0px 1px 4px #000000; */
}
.atten_text {
  margin-top: 55px;
  text-shadow: 0px 0px 5px #ffffff;
}
.atten_text p, #atten_box .kasen {
  color: #fff;
  font-size: 1.4rem;
}
#scroll_img {
  max-width: 45px;
  animation-delay: 1s;
  animation-duration: 2.5s !Important;
}
#atten_box .kasen {
  text-decoration: underline;
}
/*main*/
#sec_aniv_main {
  margin: 50px 0 0;
  text-align: center;
}
#sec_aniv_main .intro {
  width: 70%;
  margin: 100px 0 50px;
}
#sec_aniv_main .img_main { margin: 70px 0 50px;}
#sec_aniv_main .img_main img {
  width: 70%;
  width: 100%;
  max-width: 1000px;
}
#sec_aniv_main .img_5off img { width: 80%;}
/* .intro_pc {
  margin: 100px 0 50px;
} */
.main_contents_pc {
  margin-bottom: 50px;
}
.main_all_date {
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto 70px;
}
.intro_pc_sp, .main_contents_sp {
  display: none;
}

#sec_aniv_main .intro {
  width: 60%;
  margin: 100px 0 50px;
}

.event_header {
  width: 100%;
  /* height: 60px; */
  /* border-bottom: 2px solid #cba000;*/
  background: #231815;
  /* opacity: .95; */
}
.event_header_inn {  margin: 0 auto;}
.event_logo {
  padding: 7px 0;
  text-align: center;
}
.event_logo img {
  width: 100%;
  max-width: 150px;
}

.event_headnav ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.event_headnav li {
	/* width: 12.5%; */
	width: 20%;
}
/* .event_headnav li:last-child {
	width: 20%;
} */
.event_headnav a {
	display: flex;
	align-items: center;
	padding: 7px 0;
	color: #e5ded7;
	font-size: 14px;
	text-align: right;
	text-decoration: none;
	letter-spacing: 2px;
	transition: all 0.3s;
}
.event_headnav a:hover {
  color: #fff;
  text-decoration: none;
}

.event_headnav .material-symbols-outlined {
	padding: 0 7px 0 0;
	font-size: 38px;
}

@media (max-width: 768px) {
	.event_headnav .material-symbols-outlined {
		padding: 0;
		font-size: 25px;
	}
}

.event_ttl01 {
    font-family: "Libre Caslon Text", "Roman", "Times New Roman", "Cambria Math", "Times New Roman", "Javanese Text", "Times", serif;
    font-size: 40px;
    text-align: center;
    line-height: 0.9;
    letter-spacing: 2px;
}
.event_ttl01_jp {
  display: block;
  margin-top: 15px;
  font-family: メイリオ, Meiryo, 游ゴシック体, "Yu Gothic", YuGothic, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, Osaka, sans-serif;
  font-size: 11px;
}
.anchor_mp {
	margin-top: -100px;
	padding-top: 100px;
}

@media (max-width: 768px) {
  #sec_aniv_main .img_main {  margin: 0 auto 30px;}
	#sec_aniv_main .img_main img { width: 100%;}
	#sec_aniv_main .img_5off img { width: 100%;}
	#sec_aniv_main .intro {
	  width: 100%;
	}
	.event_logo {
	max-width: 80px;
	margin: 0 auto;
	padding: 2px 0;
	text-align: center;
	}
	.event_logo img { max-width: 100px;}
	.event_headnav {	margin: 0 0 5px;}
	.event_headnav li {
		width: 33.3%;
	}
	/* .event_headnav li:last-child {
		width: 50%;
	} */
	.event_headnav a {
    display: block;
    padding: 5px 0;
    font-size: 10px;
    text-align: center;
	}
  .event_ttl01 {
    font-size: 32px;
  }

	.item_box {
    /* margin-bottom: 150px; */
    margin-bottom: 0;
    padding: 0 0 50px;
  }
	.anchor_mp {
	  margin-top: -120px;
	  padding-top: 120px;
	}
	/* .section_inn {	padding-top: 100px;} */
	.section_inn02 {	padding-bottom: 0;}
}

/*event*/
.sec_event {
/*  margin: 30px auto;*/
}
.aniv_bg_red {
  background-color: #8d2e22;
  padding-bottom: 150px;
}
.aniv_bg_gray01 .container {
  background-color: #fff;
  padding-bottom: 10px;
}
.aniv_bg_yellow {
  background-color: #eac121;
  padding: 5px 0 30px;
}
.event_heading {
  max-width: 610px;
  width: 100%;
  display: block;
  margin: 0 auto 50px;
}
.event_text {
  text-align: center;
  font-size: 1.7rem;
  margin: 0 auto 20px;
}
.sec_event_2 .event_text {
  font-size: 3rem;
}
.event_text p {
  line-height: 2;
}
.aniv_bg_red .event_text {
  color: #fff;
}
.event_date {
  max-width: 500px;
  width: 100%;
  display: block;
  margin: 0 auto 50px;
}
.event_sale_box { padding: 70px 0;}

.event_sale_h3 {
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #000;
  font-size: 2.7rem;
  max-width: 460px;
  margin: 30px auto 50px;
  padding-bottom: 10px;
}

#itemBox01 {
  padding:  0 5%;
}
#itemBox01 li {
  margin: 0 auto 70px;
  padding: 0 5%;
}
#itemBox01 li a {	display: block;}
#itemBox01 li img {	transition: all 0.2s ease-in-out;}

#cabinet .section_inn { margin: 70px auto 0;}

.mgt50 {  margin-top: 50px;}
.mgt70 {  margin-top: 70px;}
.mgt100 {  margin-top: 100px;}

@media (max-width: 768px) {
	#itemBox01 li {
	  margin: 0 auto 50px;
	}
  .event_sale_box { padding: 50px 0;}
}

/* 対象商品一覧
----------------------------------------------*/
.item_box_wrap {
  max-width: 1160px;
  /* margin: 80px auto 250px; */
  margin: 80px auto 0;
  background-color: #fff;
  /* border: 2px solid #021519; */
  /* padding: 3% 3% 10%; */
  padding: 3%;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
}

.item_box {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: flex-start;
  margin-bottom: 100px;
}

.item_box img {
  width: 100%;
}

.item_box li {
  width: 31%;
  box-sizing: border-box;
  margin: 6% 1% 7%;
  position: relative;
}
.item_box li a {
	display: block;
	color: #231815;
	transition: all 0.2s ease-in-out;
}

.item_box li a:hover {
	text-decoration: none;
	opacity: .7;
}

.item_name {
  font-size: 13.5px;
  font-weight: 500;
  text-align: left;
  margin: 10px 0;
  line-height: 1.4;
  letter-spacing: 0px;
  display: block;
}

.price_wrap {
  text-align: right;
}

.saleprice {
  color: #444;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: left;
  font-family: 'IBM Plex Serif', serif;
 /* font-style: italic;*/
}

.yaji {
  color: #999;
  font-size: 11px;
  margin: 15px 0;
}

.item_price {
  color: #900;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 15px;
  text-align: right;
  font-family: 'IBM Plex Serif', serif;
/*  font-style: italic;*/
  letter-spacing: 1.5px;
}

.yen {
  font-size: 20px;
}

.tax {
  font-size: 10px;
}

.item_box .yen {
  font-size: 15px;
}

.item_box .tax {
  font-size: 13px;
  letter-spacing: 0px;
}

.btn_box {
  display: flex;
}

.item_box .btn_box {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: -50px;
}

.btn_box a {
  margin: 1%;
}

.btn_box .fav {
  color: #8e4242;
  border: 1px solid #8e4242;
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  transition: .8s;
}

.btn_box .fav:before {
  position: absolute;
  right: 18px;
  display: block;
  margin-top: 0px;
  width: 10px;
  height: 10px;
  content: '\f005';
  font-family: "Font Awesome 5 Free";
  color: #8e4242;
  vertical-align: middle;
  transition: .8s
}

.btn_box .fav:hover {
  color: #fff !important;
  background-color: #8e4242;
  opacity: 1;
}

.btn_box .fav:hover:before {
  color: #fff;
}

.btn_box .view {
	position: relative;
	width: 100%;
	padding: 10px 0;
	border: 1px solid #900;
	border-radius: 3px;
	background-color: #900;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	letter-spacing: 2px;
	transition: .8s;
}


/*button arrow
-------------------------*/
.btn_box a::before {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -4px;
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	transition: all 0.2s ease-in-out;
}
.btn_box a:hover {
	opacity: .7;
}

@media (max-width: 768px) {
	.aniv_fade.active {	padding: 0;}
	#itemBox01 {	padding: 0;}
	#itemBox01 li {	padding: 0;}
	.item_box li {
		width: 48%;
		margin: 14% 1%;;
	}
  .saleprice {
    font-size: 11px;
    letter-spacing: 0;
  }

  .item_name {
    font-size: 14px;
    border-bottom: none;
    font-weight: 500;
  }
  .item_box { margin-bottom: 50px;}
  .item_box .item_price {
    font-size: 17px;
    letter-spacing: 0;
  }

  .yen {
    font-size: 15px;
  }

  .tax {
    font-size: 12px;
  }

  .yaji {
    font-size: 9px;
  }

  .item_box .item_name {
    font-size: 11px;
    padding-bottom: 0;
    margin: 3px 0;
  }

  .item_box .tax {
    font-size: 10px;
  }
}

/*sale商品一覧*/
#aniv_body .b-price {
  text-decoration: line-through;
  height: 20px;
  line-height: 20px;
}
#aniv_body .b-pric_sale {
  color: #900;
  font-size: 1.6rem;
}
/*timer*/
.aniv_timer_box {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
}
.aniv_timer_box {
  border: 2px solid #bb3b30;
  max-width: 580px;
  margin: 30px auto 50px;
  padding: 5px 10px;
}
.aniv_timer_txt {
  font-size: 2.3rem;
  margin-right: 10px;
  color: #bb3b30;
}
.yycountdown-box{
  color: #bb3b30 !important;
}
.yycountdown-box .yyc-day, .yycountdown-box .yyc-hou, .yycountdown-box .yyc-min, .yycountdown-box .yyc-sec {
  font-size: 3.5rem;
}
.yycountdown-box .yyc-day-text, .yycountdown-box .yyc-hou-text, .yycountdown-box .yyc-min-text, .yycountdown-box .yyc-sec-text {
  font-size: 2rem;
}
.yyc-day,.yyc-hou,.yyc-min,.yyc-sec {
  margin-left: 5px;
  font-weight: bold;
}
.aniv_sale_link {
  font-size: 2.5rem;
  text-align: center;
  display: block;
  margin: 0 auto 50px;
  background-color: #000;
  color: #fff;
  max-width: 600px;
  padding: 10px;
  position: relative;
}
.aniv_sale_link::after {
  font-family: 'custom-icons';
  font-weight: normal;
  content: "\e924";
  font-size: 1.5rem;
  vertical-align: middle;
  margin-right: 6px;
  display: inline-block; /*text-decorationを消す*/
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -10px;
}
.aniv_sale_link:hover {
  background-color: #803722;
  color: #fff;
}
/*novelty*/
.row.novelty_row {
  margin-top: 80px;
}
.novelty_h4 {
  font-size: 2.3rem;
  line-height: 1.7;
  margin-bottom: 30px;
  font-weight: bold;
}
.novelty_h4_span {
  display: block;
  margin: 5px 0 0;
  font-size: 1.2rem;
  font-family: 'Lato', sans-serif;
}

.novelty_text {
  font-size: 1.4rem;
  margin-bottom: 40px;
}
.novelty_text p {
  line-height: 2;
}
.novelty_table {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  width: 100%;
}
.novelty_table td {
  border: 1px solid #ccc;
  padding: 10px;
}
.novelty_img {
  max-width: 250px;
  margin: 20px auto;
}
.thumb_slick_slider .slick-slide {
  margin: 5px;
  border: 1px solid #ccc;
}
#aniv_footer {
  background-color: #000;
  color: #fff;
  height: 50px;
}
.aniv_copy {
  background-color: #231815;
  text-align: center;
  padding: 10px;
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
/* – ★☆★☆
画面幅1366px以下
★☆★☆*/
@media (max-width: 1366px) {
  #aniv_logo {
    width: 200px;
  }
}
/*lg – ★☆★☆
画面幅992px以下
★☆★☆*/
@media (max-width: 992px) {
  /* #aniv_top_box_wrap {
    background-image: url("https://adepeche.itembox.design/item/cabinet/landingpage/16th-anniversary/tab_top_bg.jpg");
  } */
  .novelty_img {
    margin: 0 0 100px auto;
    display: block;
  }
}
/*md –
★☆★☆画面幅768px以下
★☆★☆*/
@media (max-width: 768px) {
  .intro_pc, .main_contents_pc {
    display: none;
  }
  .intro_pc_sp {
    display: block;
    margin: 100px 0 50px;
  }
  .main_contents_sp {
    display: block;
    margin-bottom: 50px;
  }
  .main_contents_sp a {
    display: block;
  }
  #aniv_head_ul {
    display: none;
  }
  #brand_logo {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .event_sale_h3 {
    font-size: 2rem;
    max-width: 300px;
  }
  .aniv_timer_txt {
    font-size: 1.5rem;
    margin-right: 5px;
  }
  .yycountdown-box .yyc-day, .yycountdown-box .yyc-hou, .yycountdown-box .yyc-min, .yycountdown-box .yyc-sec {
    font-size: 2.5rem;
  }
  .yycountdown-box .yyc-day-text, .yycountdown-box .yyc-hou-text, .yycountdown-box .yyc-min-text, .yycountdown-box .yyc-sec-text {
    font-size: 1.5rem;
  }
  .aniv_sale_link {
    margin: 0 20px;
  }
  #sec_event_2 .event_heading {
    margin: 0;
    padding: 20px;
  }
  .novelty_main .event_heading {
    margin: 20px auto 0;
  }
  .novelty_table td {
    width: 10%;
  }
  #aniv_top_box_wrap {
    border: 20px solid #8d2e22;
    background-image: url("https://adepeche.itembox.design/item/cabinet/landingpage/16th-anniversary/sp_top_bg.jpg");
    /* background-size: contain; */
    background-attachment: scroll;
  }
}

/*sm – ★☆★☆
画面幅576px以下
★☆★☆*/
@media (max-width: 576px) {
  #aniv_top_box_wrap {
    border: 20px solid #8d2e22;
    background-image: url("https://adepeche.itembox.design/item/cabinet/landingpage/16th-anniversary/sp_top_bg.jpg");
    /* background-size: contain; */
    background-attachment: scroll;
  }
  #aniv_logo {
    top: 45%;
    width: 180px;
  }
  #scroll_img {
    -webkit-animation-name: none;
    animation-name: none;
  }
  .intro_pc_sp {
    margin: 70px 0 50px;
  }
  .main_all_date {
    max-width: 280px;
  }
  .sec_event {
/*    margin: 30px auto;*/
  }
  .aniv_bg_red {
    padding-bottom: 100px;
  }
  .event_sale_h3 {
    font-size: 1.7rem;
    max-width: 250px;
  }
  .aniv_timer_box {
    max-width: 100%;
  }
  .aniv_timer_txt {
    font-size: 1.2rem;
    margin-right: 5px;
  }
  .yycountdown-box .yyc-day, .yycountdown-box .yyc-hou, .yycountdown-box .yyc-min, .yycountdown-box .yyc-sec {
    font-size: 2rem;
  }
  .yycountdown-box .yyc-day-text, .yycountdown-box .yyc-hou-text, .yycountdown-box .yyc-min-text, .yycountdown-box .yyc-sec-text {
    font-size: 1rem;
  }
  .aniv_sale_link {
    font-size: 1.7rem;
  }
  .aniv_sale_link::after {
    font-size: 1rem;
    margin-top: -7px;
  }
  .event_text { font-size: 1.4rem;}
  .sec_event_2 .event_text { font-size: 1.8rem;}
  .event_text p {
    line-height: 1.7;
  }
  .novelty_h4 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
/*sm – ★☆★☆
画面幅320px以下
★☆★☆*/
@media (max-width:320px) {}
/*sm – ★☆★☆
* スマホ横向き
★☆★☆*/
@media screen and (max-width: 667px) and (orientation: landscape) {
  #aniv_logo {
    width: 150px;
  }
  #atten_box {
    display: none;
  }
}
/*アニメーション*/
.aniv_fade {
  opacity: 0;
}
.aniv_fade.active {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 追加
--------------------------------------------------------*/
.att_box {
		max-width: 800px;
		margin: 0 auto;
		padding: 3rem 3rem 2rem;
		/* background: #f3f3f3; */
	}
.ul_style01 {
  margin: 30px auto 70px;
  max-width: 1140px;
  padding: 0;
}
.ul_style01 li {
  position: relative;
  margin: 0 0 0.5rem;
  padding: 0 0 0 1.5rem;
  font-size: 1.4rem;
  line-height: 1.7;
}
.ul_style01.disc01 li::after {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

.sec_event_2 .point_detail {  margin: 0 auto 30px;}

.sec_event_3.aniv_bg_red {
  padding: 20px 0 60px;
}

.saleitem_list li {
  margin: 0 0 70px;
  text-align: center;
}
.saleitem_list li a {
  display: block;
  padding: 30px;
  background: #fff;
}
.saleitem_list li img { max-width: 860px;}

@media (max-width: 768px) {
  .saleitem_list li {
    margin: 0 0 30px;
  }
  .saleitem_list li a { padding: 5px;}

  .sec_event_2 .point_detail {  margin: 0 auto;}
  .ul_style01 { margin: 30px auto 50px;}
	.ul_style01 li {	padding: 0 1.5rem;}
}

/* novelty
--------------------------------------------------------*/
#sec_novelty {
  margin: 0 auto 100px;
}
#sec_novelty .novelty_main {
  margin: 100px 0;
  padding: 5px 0 20px;
  background: #ecece7;
  /* background: linear-gradient(180deg,#fff 0%,#fff 100px,#ecece7 100px,#ecece7 100%); */
}

@media (max-width: 768px) {
  #sec_novelty .novelty_main {
    margin: 70px 0 40px;
  }
}

/* page nav
--------------------------------------------------------*/
.sale_nav {	margin: 0;}
.sale_nav.navbar {	padding: 0;}
.sale_nav li {
  width: 25%;
  text-align: center;
}
.sale_nav.n02 li,
.sale_nav.n03 li {
  width: 48%;
  margin: 0 0 2%;
  text-align: center;
}
.sale_nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 5.5rem;
  padding: 2px;
  border-left: 1px solid #fff;
  background: #C9A700;
  color: #231815;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1px;
  opacity: .95;
  transition: all .3s ease-out;
}
.sale_nav li:first-child a {	border-left: none;}
.sale_nav.n03 li:first-child a {	border-left: 1px solid #231815;}
.sale_nav a:hover {
/*	background: #b8614ead;*/
  opacity: 1;
}
.sale_nav.n03 {	margin: 0 0 50px;}
.sale_nav.n03 a {
/*	min-height: 6.5rem;*/
  padding: 20px;
  background: #231815;
  border: 1px solid #231815;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
  opacity: 1;
}
.sale_nav.n03 a:hover {
  background: #fff;
  color: #231815;
  opacity: 1;
}

@media (max-width: 768px) {
  .fair_list02 li {
    width: 100%;
  }
  .fair_list02 li {
    margin: 0 0 50px;
  }
  .sale_nav.n03 li {
    width: 48%;
    font-size: 16px;
  }
  .sale_nav.n03 {
    margin: 0 0 30px;
  }
  .sale_nav.n03 a {
    padding: 15px;
    font-size: 12px;
  }

  .sec_event_1 .event_heading {
    margin: 0;
  }
}

.label01 {
	display: inline-block;
	margin: 0 0 20px;
    padding: 2px 8px;
    background-color: #c80c16;
    color: #fff;
    font-size: 1.3rem;
}
.label01.n02 {  background-color: #c8490c;}

/*CSS icon*/
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' 0,
  'opsz' 48
}

.fix_bnn {
  width: 200px;
  height: 200px;
  position: fixed;
  bottom: 270px;
  right: 0;
}
.fix_bnn.n02 {  bottom: 50px;}

.fix_bnn img {  width: 100%;}

.txt01 {
  margin: 0 0 70px;
  font-size: 18px;
  line-height: 2;
}

@media (max-width: 768px) {
  .fix_bnn {
    width: 100px;
    height: 100px;
    position: fixed;
    bottom: 160px;
    right: 0;
  }
  .fix_bnn.n02 {  bottom: 50px;}
  .txt01 {
    margin: 0 0 50px;
    font-size: 14px;
  }
}

/* isotope
--------------------------------------------------------*/
.isotope .item {
  -webkit-transition-duration:0.2s;
  -moz-transition-duration:0.2s;
  -ms-transition-duration:0.2s;
  -o-transition-duration:0.2s;
  transition-duration:0.2s;
}