@charset "UTF-8";
img {
  height: auto;
  vertical-align: middle;
}

.show_tabpc {
  display: none !important;
}

.show_pc {
  display: none !important;
}

body.show-nav {
  position: fixed;
  height: 100%;
  width: 100%;
}
body.show-nav #overlay {
  opacity: 1;
}
body.show-nav .fs-l-header {
  position: fixed;
}

#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 101;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}

#free_noparts {
  margin-top: 3.6rem;
}

/* ヘッダー
-----------------*/
.fs-l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}

.header {
  height: 92px;
  transition: 0.2s linear;
}
.header.scroll {
  height: 56px;
}
.header.scroll .header_event {
  opacity: 0;
  pointer-events: none;
}
.header.scroll .header_nav {
  margin-top: -36px;
}
.header.scroll .header_logo a {
  height: 56px;
}
.header_logo {
  background-color: #c7000b;
  position: absolute;
  top: 0;
  left: 15px;
}
.header_logo a {
  display: block;
  width: 120px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
}
.header_logo img {
  width: 80px;
  transition: 0.2s linear;
}
.header_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5px;
  transition: 0.2s linear;
}
.header_btn {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_btn a {
  display: flex;
  flex-direction: column;
  height: 44px;
  width: 60px;
  align-items: center;
  justify-content: space-between;
  padding: 3px 0;
  position: relative;
}
.header_btn a strong {
  font-size: 0.8rem;
  text-align: center;
  color: #c7000b;
  font-weight: 400;
}
.header_btn a img {
  width: 22px;
}

.mypageItemNumberWrap {
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(2rem, 0);
}
.mypageItemNumberWrap .fs-p-cartItemNumber {
  color: #ffffff;
  font-size: 1rem;
  background-color: #c7000b;
  border-radius: 50vw;
  padding: 0.3em 0.5em 0.4em;
  line-height: 1;
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.mypageItemNumberWrap .fs-p-cartItemNumber.is-ready {
  display: block;
}
.mypageItemNumberWrap .fs-p-cartItemNumber.fs-client-cart-count--0 {
  display: none !important;
}
.pc_nav .nav_category span {
  display: block;
}
.pc_nav .nav_category a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  position: relative;
}
.pc_nav .nav_category a:after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #c7000b;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}
.pc_nav .nav_category a:hover:after {
  opacity: 1;
}
.pc_nav .fs-pt-menu--lv2 {
  display: none !important;
}

.nav-btn {
  position: relative;
  background: transparent;
  width: 60px;
  height: 44px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  outline: none;
  padding: 0;
}
.nav-btn:after {
  content: "メニュー";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #c7000b;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.nav-btn span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  margin-left: -9px;
  height: 1px;
  background: #c7000b;
  width: 18px;
}
.nav-btn span:nth-of-type(1) {
  top: 6px;
}
.nav-btn span:nth-of-type(2) {
  top: 12px;
}
.nav-btn span:nth-of-type(3) {
  top: 18px;
}
.nav-btn.active:after {
  content: "Close";
}
.nav-btn.active span {
  margin-left: -6px;
}
.nav-btn.active span:nth-of-type(1) {
  transform-origin: top left;
  transform: rotate(45deg);
}
.nav-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-btn.active span:nth-of-type(3) {
  transform-origin: bottom left;
  transform: rotate(-45deg);
}

.header_event {
  display: flex;
  align-items: center;
  padding-left: 150px;
  height: 36px;
  padding-right: 15px;
  transition: 0.2s linear;
}
.header_event_txt {
  font-size: 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0;
}

/* ドロワー */
.fs-p-drawer {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background-color: transparent;
  transform: translateX(-100%);
  pointer-events: none;
  transition: 0.3s;
}
.fs-p-drawer.active {
  transform: translateX(0);
  pointer-events: visible;
}

.fs-p-drawer__buttonContainer {
  font-size: 4rem;
  width: min(15vw, 60px);
  height: min(15vw, 60px);
  color: #fff;
  position: absolute;
  top: 0;
  left: min(85vw, 400px);
}

.fs-p-drawer__button {
  display: block;
  text-align: center;
}

.drawer_outer {
  width: 85vw;
  height: 100%;
  max-width: 400px;
  z-index: 100;
  background: #fff;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
}

.drawer_header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.fs-p-drawer__welcomeMsg {
  background-color: #c7000b;
  padding: 12px 15px;
}
.fs-p-drawer__welcomeMsg .fs-p-welcomeMsg {
  font-size: 1.2rem;
  color: #fff;
}

.fs-p-drawer__tool {
  background-color: #fff;
  display: flex;
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
.fs-p-drawer__tool li {
  width: 25%;
}
.fs-p-drawer__tool a {
  display: block;
  padding: 15px 0;
}
.fs-p-drawer__tool img {
  width: 22px;
}
.fs-p-drawer__tool strong {
  font-size: 0.8rem;
  color: #c7000b;
  display: block;
  font-weight: 400;
}

.search {
  background-color: #eee;
  padding: 26px 0;
  overflow: hidden;
}

.fs-search_button {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-color: #fff;
  width: 40px;
}
.fs-search_button img {
  width: 22px;
}

.ym-offcan__search {
  margin: 0 15px;
}

.fs-p-searchForm .pt-sForm_input {
  height: 100%;
  font-size: 1.4rem;
}
.keywordBox_ttl {
  margin: 20px 15px 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.keywordBox_tag {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.keywordBox_tag_in {
  display: inline-flex;
  list-style: none;
  margin: 0;
  padding: 15px;
}
.keywordBox_tag_in li {
  background-color: #fff;
  white-space: nowrap;
}
.keywordBox_tag_in li a {
  display: block;
  font-size: 1.2rem;
  padding: 8px;
}
.keywordBox_tag_in li + li {
  margin-left: 5px;
}

.drawer_menu {
  padding: 0 15px 50px;
}
.drawer_menu .nav_col {
  padding-top: 40px;
}
.drawer_menu_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 16px;
}
.drawer_menu .fs-pt-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #999;
}
.drawer_menu .fs-pt-menu + .drawer_menu_ttl {
  margin-top: 50px;
}
.drawer_menu .nav_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 20px;
}
.drawer_menu .fs-pt-menu__item--lv1 {
  border-top: 1px solid #999;
}
.drawer_menu .fs-pt-menu__link--lv1 {
  padding: 16px 0;
  font-size: 1.4rem;
  display: block;
}
.drawer_menu .fs-pt-menu__submenu {
  list-style: none;
  margin-top: -10px;
  padding: 0 0 10px;
  display: none;
}
.drawer_menu .fs-pt-menu__submenu a {
  display: block;
  font-size: 1.4rem;
  padding: 10px 15px;
}
.drawer_menu .fs-pt-menu__item--lv1.child_true .fs-pt-menu__link--lv1 {
  display: block;
  position: relative;
}
.drawer_menu .fs-pt-menu__item--lv1.child_true .fs-pt-menu__link--lv1::before {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: 5px;
  top: 50%;
}
.drawer_menu .fs-pt-menu__item--lv1.child_true .fs-pt-menu__link--lv1::after {
  content: "";
  width: 1px;
  height: 11px;
  background-color: #000;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  transition: 0.3s;
}
.drawer_menu .fs-pt-menu__item--lv1.child_true .fs-pt-menu__link--lv1.active_second:after {
  opacity: 0;
}

/* フッター
-----------------*/
.footer_campaign {
  background-color: #eee;
  padding: 50px 15px;
}
.footer_campaign_item {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_campaign_item li {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 20px 0;
}
.footer_campaign_item li span {
  flex: 0 0 70px;
  text-align: center;
}
.footer_campaign_item li span img {
  width: 27px;
}
.footer_campaign_item li p {
  padding-right: 20px;
  font-size: 1.2rem;
  margin: 0;
}
.footer_campaign_item li + li {
  margin-top: 15px;
}

.footer_under {
  background-color: #333;
  padding: 12vw 4vw;
}
.footer_under * {
  color: #fff;
}
.footer_under .nav_ttl {
  margin: 0 0 4vw;
  border-bottom: 1px solid #fff;
  font-size: 3.2vw;
  font-weight: 700;
  padding-bottom: 3.2vw;
}
.footer_under .nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_under .nav li a {
  display: block;
  font-size: 3.2vw;
  padding: 3.2vw 0;
  letter-spacing: 0.05em;
  position: relative;
}
.footer_under .nav li a:after {
  content: "";
  width: 1.6vw;
  height: 1.6vw;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 0.8vw;
  top: 5.3333333333vw;
}
.footer_under .nav .fs-pt-menu__submenu {
  display: none !important;
}
.footer_under .nav_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_under .nav_category li {
  width: 45%;
}
.footer_under .nav_block-cont {
  margin-top: 8vw;
}
.footer_under .nav_block-sns {
  margin-top: 8vw;
}
.footer_under .nav_block-sns .nav_ttl {
  text-align: center;
  letter-spacing: 0.05em;
  border-bottom: none;
  padding-bottom: 0;
}

.sns_item {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sns_item li a {
  padding: 10px 25px;
  display: block;
}
.sns_item svg {
  width: 30px;
  height: 30px;
}

.fs-p-footerCopyright {
  text-align: center;
  margin: 5.3333333333vw 0 0;
  font-size: 2.6666666667vw;
}

/* トップ
-----------------*/
.fs-body-top {
  margin-top: 0 !important;
}
.fs-body-top .fs-l-main {
  margin-bottom: 0;
  margin-top: 0 !important;
}

.fs-pt-carousel__slide {
  margin: 0 !important;
}

.fs-c-slick .slick-dots li, .fs-c-slick .slick-dots li button, .fs-c-slick .slick-dots li button:before {
  width: 10px;
  height: 10px;
}

.fs-c-slick .slick-dots li {
  margin: 0 5px;
}
.fs-c-slick .slick-dots li button:before {
  content: "";
  line-height: 10px;
  background-color: #a5a6a9;
  border-radius: 50%;
}
.fs-c-slick .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #c7000b;
}

.fs-c-slick .slick-dots {
  margin-top: 5px;
}

.block_outer {
  padding: 50px 0;
}
.block_outer + .block_outer:not(.block_outer-recommend) {
  padding-top: 0;
}

.fs-p-heading--lv2 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  margin: 0 0 30px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

/*商品カルーセル*/
.fs-c-productListCarousel__list__item {
  display: flex !important;
  flex-direction: column;
  width: 155px !important;
  padding-left: 10px;
  position: relative;
  padding-top: 10px;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__control {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto !important;
  padding: 0;
}
.fs-c-productListCarousel__list__item .fs-c-productMarks {
  order: 1;
  margin-top: 1rem;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__productName {
  order: 2;
  margin: 0.5em 0 0.2em;
}
.fs-c-productListCarousel__list__item .fs-c-productListItem__prices {
  order: 2;
}

.fs-c-productListCarousel {
  display: block;
  position: relative;
}
.fs-c-productListCarousel__ctrl {
  position: absolute;
  top: 55px;
  width: 17px;
  height: 31px;
  min-width: 1px;
  z-index: 1;
}
.fs-c-productListCarousel__ctrl--next {
  right: 5px;
}
.fs-c-productListCarousel__ctrl--prev {
  left: 5px;
  transform: scale(-1, 1);
}
.fs-c-productListCarousel .fs-c-button--carousel {
  display: block;
  height: 31px;
  background: url(https://jindinrou.itembox.design/item/assets/img/common/arrow_w.svg) no-repeat center/100% auto;
}
.fs-c-productListCarousel .fs-c-button--carousel:before {
  display: none !important;
}

.fs-c-productListItem__productName {
  margin: 0.8em 0 0.2em;
}

.fs-c-productName__name {
  font-size: 1.2rem;
}

.fs-c-productPrice__main__label {
  display: none !important;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}

.fs-c-productListItem__prices {
  margin: 0 !important;
  padding-right: 30px;
}

.fs-c-productPrice__addon {
  font-size: 1rem;
  padding-left: 2px;
}

.fs-c-productListItem__imageContainer {
  position: relative;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  vertical-align: middle;
}

/*ランキング*/
.item_rank .slick-slide:nth-child(1) .fs-c-productListItem__imageContainer::before {
  content: "";
  width: 37px;
  height: 40px;
  background: url(https://jindinrou.itembox.design/item/assets/img/top/parts/rank1.png) no-repeat center/100% auto;
  position: absolute;
  left: 0;
  top: -9px;
}
.item_rank .slick-slide:nth-child(2) .fs-c-productListItem__imageContainer::before {
  content: "";
  width: 37px;
  height: 40px;
  background: url(https://jindinrou.itembox.design/item/assets/img/top/parts/rank2.png) no-repeat center/100% auto;
  position: absolute;
  left: 0;
  top: -9px;
}
.item_rank .slick-slide:nth-child(3) .fs-c-productListItem__imageContainer::before {
  content: "";
  width: 37px;
  height: 40px;
  background: url(https://jindinrou.itembox.design/item/assets/img/top/parts/rank3.png) no-repeat center/100% auto;
  position: absolute;
  left: 0;
  top: -9px;
}
.item_rank .slick-slide:nth-child(4) .fs-c-productListItem__imageContainer::before {
  content: "";
  width: 37px;
  height: 40px;
  background: url(https://jindinrou.itembox.design/item/assets/img/top/parts/rank4.png) no-repeat center/100% auto;
  position: absolute;
  left: 0;
  top: -9px;
}

/*おすすめ*/
.block_outer-recommend {
  background: url(https://jindinrou.itembox.design/item/assets/img/top/parts/bg_recommend_sp.webp) no-repeat center top/100% auto;
}
.block_outer-recommend * {
  color: #fff;
}
.block_outer-recommend .fs-c-button--particular.fs-c-button--addToWishList--icon::before {
  color: #fff;
}

.top_recommend {
  padding-bottom: 40px;
}
.top_recommend .fs-c-productMark__mark--1 {
  background-color: transparent;
}

/*カテゴリー*/
.sec_category {
  background-color: #fff;
}

.categoryArea {
  padding: 2.6666666667vw;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6vw;
  list-style: none;
}
.categoryArea img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.categoryArea a {
  display: block;
  height: 100%;
}
.categoryArea_item figure {
  margin: 0;
  position: relative;
  height: 100%;
}
.categoryArea_item figure:before {
  content: "";
  position: absolute;
}
.categoryArea_item figcaption {
  position: absolute;
  font-family: "Noto Serif JP", serif;
}
.categoryArea_item figcaption strong {
  line-height: 1;
  display: block;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.categoryArea_item-top {
  grid-column: 1/3;
}
.categoryArea_item-top figure::before {
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 17%, rgba(51, 51, 51, 0.6) 100%);
  top: 0;
  right: 0;
}
.categoryArea_item-top figcaption {
  right: 6.6666666667vw;
  top: 2.1333333333vw;
  writing-mode: vertical-rl;
}
.categoryArea_item-top figcaption strong {
  font-size: 8vw;
}
.categoryArea_item-top figcaption span {
  font-size: 3.2vw;
  line-height: 1;
  display: block;
  margin-left: 3.2vw;
  letter-spacing: 0.05em;
}
.categoryArea_item-second figure::before {
  width: 100%;
  height: 50%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 17%, rgba(51, 51, 51, 0.6) 100%);
  top: 0;
  left: 0;
}
.categoryArea_item-second figcaption {
  left: 2.6666666667vw;
  top: 2.1333333333vw;
}
.categoryArea_item-second figcaption strong {
  font-size: 4vw;
}

/*インフォメーション*/
.top_news {
  margin: 0 15px;
  height: 250px;
  overflow: auto;
}
.top_news .fs-pt-list__item {
  display: flex;
  font-size: 1.2rem;
}
.top_news .fs-pt-list__item a {
  display: flex;
  width: 100%;
}
.top_news time {
  flex: 0 0 100px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.top_news p {
  margin: 0;
  flex: 1;
}
.top_news.fs-pt-list--noMarker > li + li, .top_news .fs-pt-list--unordered > li + li, .top_news .fs-pt-list--ordered > li + li, .top_news .fs-pt-list--note > li + li {
  margin-top: 30px;
}

.about_inner {
  margin: 0;
  background-color: #000;
}
.about_inner dt img {
  width: 100%;
}
.about_inner dd {
  padding: 50px 15px;
  margin: 0;
  text-align: center;
}
.about_logo {
  margin: 0 0 32px;
}
.about_logo img {
  width: 100px;
}
.about_lead {
  color: #fff;
  font-size: 1.2rem;
  margin: 0 0 32px;
  line-height: 1.8;
}

.btn_white a {
  display: inline-block;
  border: 1px solid #fff;
  font-size: 1.2rem;
  padding: 15px 35px;
  position: relative;
  color: #fff;
  transition: 0.3s;
}
.btn_white a::before {
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -20px;
  mix-blend-mode: exclusion;
}
.btn_white a::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -20px;
  transform-origin: right center;
  transform: rotate(40deg);
}

/* 商品詳細
-----------------*/
.item-article p {
  margin: 4vw 0;
}
.item-article dl {
  display: grid;
  grid-template-columns: 40% 1fr;
  row-gap: 5vw;
  padding: 6vw 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.item-article dl dt {
  font-weight: bold;
  margin: 0;
}
.item-article dl dd {
  margin: 0;
}

.video:not(:first-child) {
  margin-top: 5rem;
}
.video video {
  width: 100%;
}

/*カート*/
.fs-p-announcement {
  text-align: center;
}

.fs-c-continueShopping {
  text-align: center;
  margin-top: 50px;
}

/*その他*/
.fs-c-breadcrumb {
  margin-top: 2rem;
}

.fs-c-sortItems {
  grid-column: 2/3;
}

.fs-c-listControl {
  margin-top: 0;
  font-size: 1.2rem;
}

.fs-c-heading--page {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}

.fs-c-productMark__mark--1.fs-c-productMark__mark {
  border: 1px solid #c7000b;
  color: #c7000b;
}

.fs-c-productPointDisplay {
  display: none !important;
}

.fs-body-product .fs-c-button--addToWishList--detail {
  border-radius: 0;
  border: none;
}
.fs-body-product .fs-c-button--addToWishList--detail:after {
  color: #333333 !important;
  font-size: 2.4em;
}
.fs-body-product .fs-c-button--addToWishList--detail:hover, .fs-body-product .fs-c-button--addToWishList--detail:focus {
  background: transparent;
}
.fs-body-product .fs-c-button--addToWishList--detail:hover:after, .fs-body-product .fs-c-button--addToWishList--detail:focus:after {
  color: #333;
}

.fs-c-button--addToCart--detail .fs-c-button__label:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://jindinrou.itembox.design/item/assets/img/common/icon_cart_w.svg) no-repeat center/100% auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  transition: 0.3s;
}

.cart-under-cnt {
  margin-bottom: 35px !important;
}

.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
  border: 1px solid #333;
  justify-content: center;
  margin-bottom: 25px;
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct button {
  display: block;
  line-height: 40px;
  font-size: 1.2rem;
  width: 100%;
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct button span::after {
  display: none !important;
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct button span:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(https://jindinrou.itembox.design/item/assets/img/common/icon_mail.svg) no-repeat center/100% auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.fs-p-snsArea {
  display: flex;
  justify-content: space-between;
}
.fs-p-snsArea a {
  width: 30.4%;
  font-size: 1.2rem !important;
  color: #fff !important;
  text-align: center;
  display: block;
  line-height: 35px;
  margin-right: 0 !important;
}

.sns_fb {
  background-color: #315a9d;
}

.sns_tw {
  background-color: #00a4f9;
}

.sns_line {
  background-color: #00cb42;
}

.fs-c-returnedSpecialContract {
  padding: 0 !important;
}

.fs-c-button--plain.fs-c-button--addReview--detail::before {
  display: none;
}

.fs-c-button--plain.fs-c-button--addReview--detail::after {
  padding-left: 0.4rem;
  content: ">";
}

#tab-detail {
  margin-top: 50px;
}

.item-article, .pane-target__reveiw {
  padding-top: 0;
}

.item-detail-text-pc {
  display: block !important;
  border-top: none !important;
  padding-top: 5rem !important;
}

.tgl-swi-wrap {
  position: relative;
  z-index: 0;
}
.tgl-swi-wrap:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left: 0;
  background-color: #b3b3b3;
  z-index: -1;
}

.review-cnt-copy__none-review {
  min-height: 1px;
}

.material-symbols-outlined {
  display: none;
}

.review-cnt-copy .fs-c-button--addReview--detail, .review-cnt-copy .fs-c-button--viewAllReviews {
  border-radius: 0;
}

.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
  background: transparent;
  width: 17px;
  height: 31px;
  background: url(https://jindinrou.itembox.design/item/assets/img/common/arrow_w.svg) no-repeat center/100% auto;
}
.fs-c-slick .slick-prev:before, .fs-c-slick .slick-next:before {
  display: none;
}

.fs-c-slick .slick-prev {
  transform: translate(0, -50%) scale(-1, 1);
}

.fs-c-subgroup .fs-c-subgroupList__item + .fs-c-subgroupList__item {
  margin-left: 10px;
}

.fs-body-product.fs-body-productSubscribe .fs-c-button--addToWishList--detail {
  color: #333;
  border-color: #333;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--addToWishList--detail:hover, .fs-body-product.fs-body-productSubscribe .fs-c-button--addToWishList--detail:focus {
  background: #fff !important;
  color: #333 !important;
  border-color: #333 !important;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--addToWishList--detail .fs-c-button__label {
  margin-right: 10px;
}

.fs-body-product.fs-body-productSubscribe .fs-c-button--removeFromWishList--detail {
  color: #c7000b;
  border-color: #c7000b;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--removeFromWishList--detail:after {
  color: #c7000b;
  font-size: 3.2rem;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--removeFromWishList--detail:hover, .fs-body-product.fs-body-productSubscribe .fs-c-button--removeFromWishList--detail:focus {
  background: #fff !important;
  color: #c7000b !important;
  border-color: #c7000b !important;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--removeFromWishList--detail:hover:after, .fs-body-product.fs-body-productSubscribe .fs-c-button--removeFromWishList--detail:focus:after {
  color: #c7000b;
  font-size: 3.2rem;
}
.fs-body-product.fs-body-productSubscribe .fs-c-button--removeFromWishList--detail .fs-c-button__label {
  margin-right: 10px;
}

.fs-body-product .fs-c-button--removeFromWishList--detail {
  color: #c7000b;
  border: none;
}
.fs-body-product .fs-c-button--removeFromWishList--detail:after {
  font-size: 3.2rem;
  color: #c7000b;
}
.fs-body-product .fs-c-button--removeFromWishList--detail:hover, .fs-body-product .fs-c-button--removeFromWishList--detail:focus {
  background: transparent;
  color: #c7000b !important;
  border: none;
}
.fs-body-product .fs-c-button--removeFromWishList--detail:hover:after, .fs-body-product .fs-c-button--removeFromWishList--detail:focus:after {
  color: #c7000b !important;
}

.fs-c-featuredProduct__header, .fs-c-wishlistProduct__header {
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.fs-c-featuredProduct__title {
  text-align: center !important;
  font-size: 1.6rem !important;
  font-family: "Noto Serif JP", serif;
  border-bottom: none !important;
  padding-bottom: 0 !important;
}
.fs-c-featuredProduct .fs-c-productListItem__control form {
  display: none !important;
}
.fs-c-featuredProduct .fs-c-productPrice__main__price {
  font-size: 1.3rem !important;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
  color: #c7000b !important;
  vertical-align: bottom;
}

.fs-body-my-top .fs-l-additionalProduct,
.fs-body-cart .fs-c-wishlistProduct {
  display: none !important;
}

.fs-c-accountService__page--accountDelete {
  margin-top: 15px;
}

.fs-c-productCarouselMainImage__thumbnailList {
  width: 100% !important;
}

.fs-c-productCarouselMainImage__image > img {
  max-width: 92vw;
  max-height: 92vw;
}

/*イベント用カテゴリー*/
.category_event_img {
  width: 100%;
  height: 53.3333333333vw;
}
.category_event_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category_event_txt {
  margin: 25px 4vw 0;
  font-size: 1.4rem;
  line-height: 2;
}
.category_event_txt + .fs-l-pageMain {
  margin-top: 45px;
}

/*レビュー*/
.fs-c-reviewList--productDescription .fs-c-reviewList__item__info {
  flex-direction: row;
  flex-wrap: wrap;
}
.fs-c-reviewList--productDescription .fs-c-reviewList__item__info .fs-c-reviewRating {
  margin-top: 0.5rem;
}

.fs-c-reviewInfo__stars.fs-c-reviewStars::before, .fs-c-rating__stars.fs-c-reviewStars::before, .fs-c-aggregateRating .fs-c-aggregateRating__count, .fs-c-rating .fs-c-rating__value {
  color: #333;
}

#fs_form .fs-c-reviewer__name, #output-reviw_desc-sp .fs-c-reviewer__name, #fs_form .fs-c-reviewer__profile, #output-reviw_desc-sp .fs-c-reviewer__profile {
  font-size: 1.2rem;
}

#fs_form .fs-c-reviewInfo__date, #output-reviw_desc-sp .fs-c-reviewInfo__date {
  margin: 0 0 0 auto;
}

#fs_form .fs-c-reviewInfo__date dt, #output-reviw_desc-sp .fs-c-reviewInfo__date dt {
  display: none;
}

#fs_form .fs-c-reviewList__item, #output-reviw_desc-sp .fs-c-reviewList__item {
  padding: 16px !important;
  background: #f2f2f2;
  border-bottom: none;
  margin-top: 1rem;
}

.fs-c-aggregateRating .fs-c-aggregateRating__count {
  flex-grow: unset;
}

.narrow_area {
  max-width: 800px;
  margin: 0 auto;
}
.narrow_area a {
  text-decoration: underline;
}

.fs-c-button--primary {
  background: #c7000b !important;
  color: #fff !important;
  border: 1px solid #c7000b !important;
}

.bottom_link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 40px;
}
.bottom_link a {
  font-size: 1.4rem;
}
.bottom_link a + a {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .show_sp {
    display: none !important;
  }
  .show_tabpc {
    display: block !important;
  }
  #free_noparts {
    margin-top: 12rem;
  }
  .header {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 140px;
  }
  .header.scroll {
    height: 80px;
  }
  .header.scroll .header_nav {
    margin-top: -60px;
  }
  .header.scroll .header_logo a {
    height: 80px;
  }
  .header.scroll .header_logo img {
    width: 110px;
  }
  .header_logo {
    left: 0;
  }
  .header_logo a {
    width: 240px;
    height: 140px;
  }
  .header_logo img {
    width: 160px;
  }
  .header_btn {
    width: 240px;
  }
  .header_btn a {
    width: 80px;
    height: 80px;
    padding: 10px 0;
  }
  .header_btn a strong {
    font-size: 1.4rem;
  }
  .header_btn a img {
    width: 38px;
  }
  .mypageItemNumberWrap {
    transform: translate(2rem, 0.7rem);
  }
  .pc_nav {
    flex: 1;
  }
  .pc_nav .nav_category {
    display: grid !important;
    grid-template-columns: repeat(5, auto);
    max-width: 620px;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.6rem;
  }
  .pc_nav .nav_category a:hover {
    color: inherit;
  }
  .nav-btn {
    width: 80px;
    height: 80px;
  }
  .nav-btn:after {
    font-size: 1.4rem;
    bottom: 10px;
  }
  .nav-btn span {
    width: 32px;
    margin-left: -15px;
    height: 2px;
  }
  .nav-btn span:nth-of-type(1) {
    top: 17px;
  }
  .nav-btn span:nth-of-type(2) {
    top: 28px;
  }
  .nav-btn span:nth-of-type(3) {
    top: 24px;
  }
  .nav-btn.active span {
    margin-left: -11px;
  }
  .header_event {
    padding-left: 290px;
    height: 60px;
    padding-right: 20px;
  }
  .header_event_txt {
    font-size: 1.4rem;
  }
  .fs-p-drawer__tool img {
    width: 38px;
  }
  .fs-p-drawer__tool strong {
    font-size: 1.4rem;
  }
  .footer_campaign {
    padding: 100px 0;
  }
  .footer_campaign_item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    margin: 0 auto;
  }
  .footer_campaign_item li {
    justify-content: center;
    padding: 30px 15px;
    flex-direction: column;
  }
  .footer_campaign_item li span {
    flex: 0 0 40px;
    margin-right: 20px;
  }
  .footer_campaign_item li span img {
    width: 40px;
  }
  .footer_campaign_item li p {
    font-size: 1.4rem;
    padding-right: 0;
  }
  .footer_campaign_item li + li {
    margin-top: 0;
  }
  .footer_under {
    padding: 90px 0;
  }
  .footer_under .nav_ttl {
    margin: 0 0 15px;
    font-size: 1.8rem;
    padding-bottom: 12px;
    max-width: 175px;
  }
  .footer_under .nav_inner {
    padding: 0 20px;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .footer_under .nav li a {
    font-size: 1.4rem;
    padding: 12px 0;
  }
  .footer_under .nav li a:after {
    display: none;
  }
  .footer_under .nav_category {
    display: block;
  }
  .footer_under .nav_category li {
    width: 100%;
  }
  .footer_under .nav_block-cate {
    width: 33.3333333333%;
  }
  .footer_under .nav_contents {
    display: flex;
    flex-wrap: wrap;
    column-gap: unset;
  }
  .footer_under .nav_contents li {
    width: 50%;
  }
  .footer_under .nav_block-cont {
    margin-top: 0;
    flex: 1;
  }
  .footer_under .nav_block-sns {
    margin-top: 65px;
    width: 100%;
  }
  .footer_under .nav_block-sns .nav_ttl {
    margin: 0 auto;
  }
  .sns_item li a {
    padding: 30px 25px;
  }
  .sns_item svg {
    width: 24px;
    height: 24px;
  }
  .fs-p-footerCopyright {
    margin: 25px 0 0;
    font-size: 1.2rem;
  }
  .sec__topSlider__pc .fs-pt-carousel__slide img {
    height: 550px;
    object-fit: cover;
    max-width: 100%;
    width: auto;
  }
  .fs-c-slick .slick-dots li, .fs-c-slick .slick-dots li button, .fs-c-slick .slick-dots li button:before {
    width: 15px;
    height: 15px;
  }
  .fs-c-slick .slick-dots li {
    margin: 0 10px;
  }
  .fs-c-slick .slick-dots li button:before {
    line-height: 15px;
  }
  .fs-c-slick .slick-dots {
    margin-top: 15px;
  }
  .block_outer {
    padding: 90px 0;
  }
  .article_inner {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .fs-p-heading--lv2 {
    font-size: 3rem;
    margin: 0 0 50px;
    font-weight: 400;
  }
  .fs-c-productListCarousel__list__item {
    width: 305px !important;
    padding-left: 0;
    padding-right: 20px;
    padding-top: 20px;
  }
  .fs-c-productListCarousel__list__item .fs-c-productListItem__control {
    right: 20px;
  }
  .fs-c-productListCarousel__ctrl {
    top: 132px;
    width: 34px;
    height: 62px;
  }
  .fs-c-productListCarousel__ctrl--next {
    right: 10px;
  }
  .fs-c-productListCarousel__ctrl--prev {
    left: 10px;
  }
  .fs-c-productListCarousel .fs-c-button--carousel {
    height: 62px;
  }
  .fs-c-productName__name {
    font-size: 1.4rem;
  }
  .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    font-size: 1.6rem;
  }
  .fs-c-productPrice__addon {
    font-size: 1.2rem;
  }
  .item_rank .slick-slide:nth-child(1) .fs-c-productListItem__imageContainer::before {
    width: 73px;
    height: 80px;
    top: -19px;
  }
  .item_rank .slick-slide:nth-child(2) .fs-c-productListItem__imageContainer::before {
    width: 73px;
    height: 80px;
    top: -19px;
  }
  .item_rank .slick-slide:nth-child(3) .fs-c-productListItem__imageContainer::before {
    width: 73px;
    height: 80px;
    top: -19px;
  }
  .item_rank .slick-slide:nth-child(4) .fs-c-productListItem__imageContainer::before {
    width: 73px;
    height: 80px;
    top: -19px;
  }
  .block_outer-recommend {
    background-image: url(https://jindinrou.itembox.design/item/assets/img/top/parts/bg_recommend_pc.webp);
    background-size: 1920px auto;
  }
  .top_recommend {
    padding-bottom: 85px;
  }
  .categoryArea {
    padding: 10px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 10px;
  }
  .categoryArea_item-top {
    grid-row: 1/3;
  }
  .categoryArea_item-top figcaption {
    right: 4.1666666667vw;
    top: 2.0833333333vw;
  }
  .categoryArea_item-top figcaption strong {
    font-size: 3.125vw;
  }
  .categoryArea_item-top figcaption span {
    font-size: 1.3541666667vw;
    margin-left: 1.3020833333vw;
  }
  .categoryArea_item-second figcaption {
    left: 1.5625vw;
    top: 1.0416666667vw;
  }
  .categoryArea_item-second figcaption strong {
    font-size: 1.5625vw;
  }
  .top_news {
    height: 150px;
    max-width: 640px;
    margin: 0 auto;
  }
  .top_news::-webkit-scrollbar {
    width: 2px;
  }
  .top_news::-webkit-scrollbar-track {
    background-color: #ccc;
  }
  .top_news::-webkit-scrollbar-thumb {
    background-color: #333;
  }
  .top_news .fs-pt-list__item {
    font-size: 1.4rem;
  }
  .top_news time {
    flex: 0 0 120px;
  }
  .about_logo {
    margin: 0 0 50px;
  }
  .about_logo img {
    width: 200px;
  }
  .about_lead {
    font-size: 1.4rem;
    margin: 0 0 65px;
  }
  .btn_white a {
    padding: 20px 60px;
    font-size: 1.4rem;
  }
  .btn_white a::before {
    width: 80px;
    right: -40px;
  }
  .btn_white a::after {
    width: 12px;
    right: -40px;
  }
  .btn_white a:hover {
    background-color: #fff;
    color: #000;
  }
  .item-article p {
    margin: 5rem 0;
  }
  .item-article dl {
    grid-template-columns: 28% 1fr;
    row-gap: 20px;
    padding: 5rem 0;
  }
  .fs-c-breadcrumb {
    margin-top: 4rem;
    margin-bottom: 5rem;
  }
  .fs-c-productList__controller {
    display: grid;
    grid-template-columns: 1fr 450px 1fr;
  }
  .fs-c-listControl {
    font-size: 1.4rem;
  }
  .fs-c-heading--page {
    font-size: 3rem;
  }
  .fs-body-product .fs-c-button--addToCart--detail {
    font-size: 1.6rem;
  }
  .fs-c-button--addToCart--detail .fs-c-button__label:before {
    width: 24px;
    height: 24px;
  }
  .cart-under-cnt {
    margin-bottom: 70px !important;
  }
  .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
    margin-bottom: 30px;
  }
  .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct button {
    line-height: 60px;
    font-size: 1.4rem;
  }
  .fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct button span:before {
    width: 21px;
    height: 21px;
    margin-right: 20px;
  }
  .fs-p-snsArea a {
    width: 30.9%;
    font-size: 1.4rem !important;
    line-height: 40px;
  }
  #tab-detail {
    margin-top: 0;
  }
  .fs-body-product .tab-panel_1 .tgl-swi_1 {
    width: auto;
    padding: 0 50px;
  }
  .tgl-swi_1.tgl-2.active {
    border-right: 1px solid #b3b3b3;
  }
  .fs-c-productCarouselMainImage {
    margin-bottom: 0 !important;
  }
  .fs-body-product .tab-panel_1 .tgl-swi_1 span {
    font-size: 1.6rem !important;
  }
  .fs-c-slick .slick-prev, .fs-c-slick .slick-next {
    width: 34px;
    height: 62px;
  }
  .fs-c-subgroup .fs-c-subgroupList__item + .fs-c-subgroupList__item {
    margin-left: 18px;
  }
  .fs-c-featuredProduct__header, .fs-c-wishlistProduct__header {
    padding-top: 10rem !important;
  }
  .fs-c-featuredProduct__title {
    font-size: 3rem !important;
    margin: 0 !important;
  }
  .fs-c-featuredProduct {
    max-width: 1240px;
    margin: 0 auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .fs-c-featuredProduct .fs-c-productPrice__main__price {
    font-size: 1.6rem !important;
  }
  .fs-c-productCarouselMainImage__image > img {
    max-width: 640px;
    max-height: 640px;
  }
  .category_event_img {
    height: 400px;
  }
  .category_event_txt {
    max-width: 1240px;
    margin: 50px auto 0;
    text-align: center;
    font-size: 1.4rem;
  }
  .category_event_txt + .fs-l-pageMain {
    margin-top: 100px;
  }
  .fs-c-button--primary:hover, .fs-c-button--primary:focus {
    background: #c7000b !important;
    color: #fff !important;
    border: 1px solid #c7000b !important;
    opacity: 0.7 !important;
  }
  .bottom_link {
    flex-direction: row;
  }
  .bottom_link a {
    margin-left: 30px;
    margin-right: 30px;
  }
  .bottom_link a + a {
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .show_pc {
    display: block !important;
  }
  #overlay {
    z-index: 99;
  }
  .header_nav {
    justify-content: space-between;
    padding-left: 265px;
    padding-top: 0;
  }
  .fs-p-drawer {
    transform: none;
    top: 139px;
    opacity: 0;
    z-index: 99;
    height: auto;
    max-height: calc(100% - 160px);
  }
  .fs-p-drawer.active {
    transform: none;
    background-color: #fff;
    opacity: 1;
  }
  .fs-p-drawer__buttonContainer {
    display: none !important;
  }
  .drawer_outer {
    width: 100%;
    max-width: 1200px;
    height: auto;
    max-height: calc(100vh - 160px);
    position: static;
    margin: 0 auto;
  }
  .drawer_header {
    padding: 0 0 20px 290px;
    background-color: #fff;
  }
  .drawer_name {
    display: flex !important;
    align-items: center;
  }
  .fs-p-drawer__welcomeMsg {
    background-color: #fff;
    width: 37.8%;
    padding: 0 15px 0 0;
  }
  .fs-p-drawer__welcomeMsg .fs-p-welcomeMsg {
    color: #333;
    font-size: 2.4rem;
  }
  .fs-p-drawer__tool {
    flex: 1;
  }
  .search {
    padding: 30px;
    display: flex;
    align-items: center;
  }
  .fs-search_button {
    width: 70px;
  }
  .fs-search_button img {
    width: 40px;
  }
  .ym-offcan__search {
    width: 47.4%;
    margin: 0;
  }
  .fs-p-searchForm .pt-sForm_group {
    height: 80px;
  }
  .keywordBox {
    margin-left: 20px;
  }
  .keywordBox_ttl {
    margin: 0;
  }
  .keywordBox_tag {
    overflow: auto;
  }
  .keywordBox_tag_in {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
  }
  .keywordBox_tag_in li {
    margin: 10px 10px 0 0;
  }
  .keywordBox_tag_in li a {
    font-size: 1.4rem;
    padding: 10px 15px;
  }
  .keywordBox_tag_in li + li {
    margin-left: 0;
  }
  .drawer_menu {
    display: flex;
    padding: 35px 15px;
  }
  .drawer_menu .nav_col:nth-child(2) {
    margin-left: 230px;
    width: 50%;
  }
  .drawer_menu .nav_col:nth-child(3) {
    flex: 1;
  }
  .drawer_menu_ttl {
    font-size: 1.6rem;
    margin: 0 0 30px;
  }
  .drawer_menu_ttl + .fs-pt-menu__item--lv1 a {
    padding-left: 20px;
  }
  .drawer_menu .fs-pt-menu {
    border-bottom: none;
  }
  .drawer_menu .fs-pt-menu + .drawer_menu_ttl {
    margin-top: 0;
  }
  .drawer_menu .nav_ttl {
    font-size: 1.6rem;
  }
  .drawer_menu .fs-pt-menu__item--lv1 {
    border-top: none;
    position: relative;
  }
  .drawer_menu .fs-pt-menu__link--lv1 {
    border-top: none;
    padding: 12px 0;
  }
  .drawer_menu .fs-pt-menu__submenu {
    margin-top: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 100%;
    background-color: #eee;
  }
  .drawer_menu .fs-pt-menu__submenu a {
    padding: 12px 25px;
    white-space: nowrap;
  }
  .drawer_menu .fs-pt-menu__item--lv1.child_true .fs-pt-menu__link--lv1::before {
    display: none;
  }
  .drawer_menu .fs-pt-menu__item--lv1.child_true .fs-pt-menu__link--lv1::after {
    display: none;
  }
  .drawer_menu .fs-pt-menu__item--lv1.child_true .fs-pt-menu__link--lv1.active_second {
    background-color: #eee;
  }
  .drawer_menu .nav_category .fs-pt-menu__link--lv1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav_contents {
    display: grid;
    grid-template-columns: 210px 1fr;
    column-gap: 10%;
  }
  .footer_campaign_item li {
    flex-direction: row;
  }
  .footer_under .nav_block-cate {
    width: 22.5%;
  }
  .footer_under .nav_contents li {
    width: 33.3333333333%;
  }
  .about_inner {
    display: flex;
  }
  .about_inner dt {
    flex: 0 0 500px;
  }
  .about_inner dd {
    padding: 20px 20px 20px 30px;
    flex: 1;
    text-align: left;
    align-self: center;
  }
  .about_logo {
    margin: 0 0 30px;
  }
  .about_logo img {
    width: 120px;
  }
  .about_lead {
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .nav-btn span:nth-of-type(3) {
    top: 39px;
  }
}
@media screen and (max-width: 767px) {
  .footer_campaign_item li p {
    flex: 1;
  }
}
@media screen and (min-width: 1900px) {
  .block_outer-recommend {
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1200px) {
  .about_inner dt {
    flex: 1;
  }
  .about_inner dt img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about_inner dd {
    padding: 20px 20px 20px 60px;
  }
  .about_logo {
    margin: 0 0 50px;
  }
  .about_logo img {
    width: 200px;
  }
  .about_lead {
    margin: 0 0 65px;
  }
}
/*# sourceMappingURL=jindinrou.css.map */
