@charset "UTF-8";
body p:empty:before {
  content: none !important;
}

/*
p:empty{
    display: none;
}
*/
p:empty + p > .blockquote_link {
  margin-top: -1.7em;
}

.index-fs202127live {
  margin-bottom: 20px;
}

div[id^="rmjs-"] {
  overflow: hidden;
}

/*------------------------------------------------------------
	2021新製品特集
------------------------------------------------------------*/
.np2021-header-title-wrapper {
  background-image: url(../images/bg_newproducts2021.jpg);
  background-size: 100% auto;
  background-position-y: top;
  padding: 30px;
}

.np2021-header-title-image {
  width: 94%;
  margin: 0 auto;
  padding: 20px 0 30px 0;
}

.np2021-header-title-image img {
  width: 100%;
  height: auto;
}

.np2021-header-form input {
  -webkit-appearance: none;
}

.np2021-header-form input[type="text"] {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 0;
  padding: 10px;
  font-size: 1rem;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #aaa;
  border: solid 1px #ccc;
  line-height: 1.5rem;
  border-radius: 0px;
}

.np2021-header-menu-wrapper {
  margin-bottom: 30px;
}

.np2021-header-menu {
  padding-top: 20px;
}

.np2021-header-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.np2021-header-menu ul li {
  display: flex;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 5px;
}

.np2021-header-menu ul li:nth-of-type(3n) {
  margin-right: 0;
}

.np2021-header-menu ul li a {
  display: block;
  width: 100%;
  border: 1px solid #051529;
  padding: 10px 2px;
  text-align: center;
  color: #051529;
  font-size: 1rem;
  font-weight: bold;
}

.np2021-header-menu-active {
  background-color: #051529;
  color: #fff !important;
}

.np2021-header-category {
  padding: 10px;
}

.np2021-header-category ul {
  display: flex;
  flex-wrap: wrap;
}

.np2021-header-category li {
  margin-right: 5px;
}

.np2021-header-category li a {
  display: inline-block;
  border-radius: 15px;
  padding: 5px 10px;
  margin-bottom: 4px;
  border: 1px solid #1662c6;
  color: #1662c6;
  font-size: .875rem;
  font-weight: bold;
}

.np2021-header-category-active {
  background-color: #1662c6;
  color: #fff !important;
}

.np2021-archive-h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #1662c6;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebeff2;
}

.sp_single_contents {
  padding: 20px 10px 40px 20px;
}

.np2021-brandlist-innerlink {
  display: flex;
  padding: 20px 0 40px 0;
}

.np2021-brandlist-innerlink a {
  display: block;
  margin-right: 4px;
  padding: 10px;
  border: 1px solid #1662c6;
  color: #1662c6;
  font-weight: bold;
}

.np2021-brandlist-group {
  padding-bottom: 50px;
}

.np2021-brandlist-list {
  margin-top: 25px;
}

.np2021-brandlist-list li a {
  display: flex;
  box-sizing: border-box;
  margin-bottom: 10px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  background-color: #1662c6;
  padding: 20px;
  color: #fff;
  font-weight: bold;
}

.np2021-brandlist-list li a i {
  margin: -10px;
  padding: 10px;
  background-color: #fff;
  color: #1662c6;
}

.top-newproducts2021 {
  padding: 10px;
  background-color: #fff;
  text-align: center;
}

/*------------------------------------------------------------
	ブランドチャンネル
------------------------------------------------------------*/
.brand-link-wrapper {
  height: 166px;
  overflow-x: hidden;
  overflow-y: auto;
}

.brand-link-wrapper::-webkit-scrollbar {
  width: 8px;
}

.brand-link-wrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.4);
}

.brand-link-wrapper::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 8px;
}

.brand-link-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 4px;
}

.brand-link-item {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}

.brand-link-item-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.brand-link-item-icon i {
  font-size: 1.25rem;
}

.brand-link-item-hp {
  background-color: #333;
}

.brand-link-item-twitter {
  background-color: #1da1f2;
}

.brand-link-item-instagram {
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}

.brand-link-item-facebook {
  background-color: #3b5998;
}

.brand-link-item-youtube {
  background-color: #ff0000;
}

.brand-link-item-label {
  font-size: .625rem;
  text-align: center;
  color: #000;
  font-weight: bold;
  line-height: 1;
  margin-top: 5px;
}
