@charset "UTF-8";

/* パンくず */
.breadcrumb {
  padding: 10px;
  font-size: 12px;
  line-height: 2;
  width: 1000px;
  margin: auto;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb a {
  display: inline-block;
  position: relative;
  padding: 0 7px;
  margin-left: 10px;
}

.breadcrumb li {
  position: relative;
}

.breadcrumb li:after {
  position: absolute;
  top: 0;
  left: 2px;
  font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", sans-serif;
  content: '>';
}

.breadcrumb li:first-child,
.breadcrumb li:first-child a {
  padding-left: 0;
  margin-left: 0;
}

.breadcrumb li:first-child:after {
  display: none;
}

.border-bottom {
  border-bottom: 1px solid #444;
}

.mv-area {
  background-color: #92DCDD;
  display: flex;
  justify-content: center;
}

.mv-area img {
  margin: auto;
}

#clean {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.mv-text {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  padding: 40px 20px 20px;
  width: 1000px;
  margin: auto;
}

.mv-text span {
  font-weight: bold;
  color: #5FC1BF;
}

.logo-area {
  width: 1000px;
  margin: 20px auto;
}

.logo-area tr {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 53px;
  padding: 0 187px;
}

.logo-area td {
  padding: 10px;
}

.anchor-logos {
  display: flex;
  gap: 8px;
  width: 1000px;
  margin: auto;
  height: 90px;
}

.anchor-logos a {
  position: relative;
  border-radius: 10px 10px 0 0;
  width: 244px;
}

.anchor-logos a::after {
  content: "";
  position: absolute;
  top: 58px;
  left: 50%;
  width: 20px;
  height: 25px;
  background-size: 20px auto;
  background-repeat: no-repeat;
}

.anchor-logos .anchor-logo1 {
  background-color: #DFF3F2;
  border-bottom: 4px solid #5FC1BF;
}

.anchor-logos .anchor-logo2 {
  background-color: #E7EDF6;
  border-bottom: 4px solid #87A4D1;
}

.anchor-logos .anchor-logo3 {
  background-color: #F1EDE7;
  border-bottom: 4px solid #B9A285;
}

.anchor-logos .anchor-logo4 {
  background-color: #EFF0F0;
  border-bottom: 4px solid #C0C0C0;
}

.anchor-logos .anchor-logo1 img {
  padding: 12px 20px 8px 20px;
}

.anchor-logos .anchor-logo2 img {
  padding: 12px 45px 8px 45px;
}

.anchor-logos .anchor-logo3 img {
  padding: 12px 20px 8px 20px;
}

.anchor-logos .anchor-logo4 img {
  padding: 12px 45px 8px 45px;
}

.anchor-logos .anchor-logo1::after {
  background-image: url('/img/event/clean/caret-down-solid_medicpure.png');
}

.anchor-logos .anchor-logo2::after {
  background-image: url('/img/event/clean/caret-down-solid_allerwall.png');
}

.anchor-logos .anchor-logo3::after {
  background-image: url('/img/event/clean/caret-down-solid_thermofit.png');
}

.anchor-logos .anchor-logo4::after {
  background-image: url('/img/event/clean/caret-down-solid_fuwalina.png');
}

/* ブランド共通 */
.brand-contents {
  padding-bottom: 30px;
}

.brand-title {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding: 40px 0 20px;
  width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.brand-title img {
  width: 300px;
  margin: 20px auto 10px;
}

.brand-content-text {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 2em;
  margin: 0 auto;
}

.brand-content-text span {
  font-weight: bold;
}

.products {
  width: 1000px;
  margin: auto;
}

.product-title {
  font-size: 22px;
  font-weight: bold;
}

.product-title span {
  font-size: 18px;
}

.product-price {
  font-size: 22px;
  font-weight: bold;
}

.product-text {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.05em;
  padding-top: 20px;
}

.product-button {
  background-color: #009A7F;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 27px;
  margin-top: auto;
}

.brand-products-button {
  background-color: #B8A361;
  height: 64px;
  width: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 32px;
  margin: 70px auto 40px;
}

.product-button a,
.brand-products-button a {
  color: #fff;
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 15px;
}

.brand-products-button a {
  font-size: 16px;
}

.product-button a::after,
.brand-products-button a::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.two-rows {
  display: flex;
  gap: 20px;
  width: 1000px;
  margin: auto;
  padding: 50px 20px 0;
}

.two-rows>div {
  width: calc((1000px - 20px * 3) / 2);
}

.two-rows>img {
  width: calc((1000px - 20px * 3) / 2);
  height: auto;
}

.one-row {
  width: 900px;
  margin: auto;
  padding: 40px 80px;
}

.product-info {
  display: flex;
  flex-direction: column;
}

/* Medic Pure */
#medicPure .brand-contents {
  background-color: #DFF3F2;
}

/* Aller-Wall */
#allerWall .brand-contents {
  background-color: rgba(135, 164, 209, 0.2);
}

/* ThermoFit */
#thermoFit .brand-contents {
  background-color: rgba(185, 163, 134, 0.2);
}

/* fuwalina */
#fuwalina .brand-contents {
  background-color: #EFF0F0;
  padding-bottom: 70px;
}

/* デフォルト特集ページ */
#template-pickup-box {
  display: none;
}