@charset "UTF-8";
/* CSS Document */
.concept {
  font-size: 13px;
  text-align: left;
  font-weight: 500;
  line-height: 2;
  padding-bottom: 50px;
  margin: 0 15px;
}
.concept_center {
  font-size: 13px;
  text-align: center;
  font-weight: 500;
  line-height: 2;
  padding-bottom: 50px;
}
.center {
  text-align: center;
  padding-bottom: 50px;
}
.block-top-event-main h2{
text-align: center;
}

@media screen and (min-width: 768px) {
  .u-d-none--pc {
    display: none;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-brand__mv {
  text-align: center;
}
.p-brand__mv-image {
  position: relative;
  height: 0;
  padding-bottom: calc(400 / 750 * 100%);
}
.p-brand__mv-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease;
}
.p-brand__concept {
  padding: 0 12px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-brand__concept-inner + .p-brand__concept-inner {
  margin-top: 48px;
}

.p-brand__concept-title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0;
}
.p-brand__concept-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0;
  margin-top: 30px;
}
.p-brand__popular {
  padding: 0 12px;
  margin: 60px 0 30px;
}
.p-brand__popular-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 0;
}
.p-brand__popular-item {
  width: 47.5%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
}
.p-brand__popular-item a {
  color: #000;
  display: block;
}
.p-brand__popular-item a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.p-brand__popular-item-icon {
  margin-bottom: 10px;
}
.p-brand__popular-item-icon img {
  height: 15px;
}
.p-brand__popular-item-image {
  width: 100%;
  margin-bottom: 5px;
}
.p-brand__popular-item-image figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.p-brand__popular-item-image figure img {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-brand__popular-item-name {
  font-size: 11px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 7px;
}
.p-brand__popular-item-price {
  font-size: 10px;
}
.p-brand__styling {
  padding: 0 12px;
  margin: 60px 0;
}
.p-brand__styling-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 0;
}
.p-brand__styling-item {
  width: 47.5%;
  margin-bottom: 20px;
}
.p-brand__styling-item a {
  display: block;
  text-decoration: underline;
}
.p-brand__styling-item-image {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
.p-brand__styling-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-brand__styling-item-name {
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", sans-serif;
  font-size: 12px;
  margin-top: 5px;
}
.p-brand__recommend {
  padding: 0 12px;
  margin: 80px 0;
}
.p-brand__recommend-items {
  margin-top: 40px;
}
.p-brand__recommend-item {
  margin-bottom: 60px;
}
.p-brand__recommend-item-image figure {
  position: relative;
  height: 0;
  padding-bottom: calc(480 / 900 * 100%);
}
.p-brand__recommend-item-image figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-brand__recommend-item-info {
  margin-top: 20px;
}
.p-brand__recommend-item-brand {
  font-size: 14px;
  font-weight: bold;
}
.p-brand__recommend-item-name {
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 10px 0 20px;
}
.p-brand__recommend-item-text {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0;
}
.p-brand__recommend-item-link a {
  display: block;
  background: #004263;
  border-radius: 6px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  margin-top: 30px;
}
.p-brand__recommend-item-link a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-brand__mv-image {
    padding-bottom: calc(800 / 2000 * 100%);
  }
  .p-brand__concept {
    padding: 0;
    margin-top: 72px;
  }
  .p-brand__concept-inner + .p-brand__concept-inner {
    margin-top: 72px;
  }
  .p-brand__concept-text {
    letter-spacing: 1px;
  }
  .p-brand__popular {
    padding: 0;
    margin: 100px 0;
  }
  .p-brand__popular-items {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    margin: 80px 0 0;
  }
  .p-brand__popular-item {
    width: calc(25% - 24px * 3 / 4);
    margin-right: 24px;
    margin-bottom: 40px;
  }
  .p-brand__popular-item:nth-child(4n) {
    margin-right: 0;
  }
  .p-brand__popular-item-icon {
    margin-bottom: 0;
  }
  .p-brand__popular-item-icon img {
    height: 18px;
  }
  .p-brand__popular-item-name {
    font-size: 14px;
    margin: 0 0 16px;
  }
  .p-brand__popular-item-price {
    font-size: 14px;
  }
  .p-brand__styling {
    padding: 0;
    margin: 60px 0;
  }
  .p-brand__styling-items {
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    margin: 60px 0 0;
  }
  .p-brand__styling-item {
    width: calc(25% - 24px * 3 / 4);
    margin-right: 24px;
    margin-bottom: 40px;
  }
  .p-brand__styling-item:nth-child(4n) {
    margin-right: 0;
  }
  .p-brand__recommend {
    padding: 0;
    width: 1060px;
    margin: 0 auto;
  }
  .p-brand__recommend-items {
    margin: 60px 0;
  }
  .p-brand__recommend-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 72px;
  }
  .p-brand__recommend-item-image {
    width: 43%;
  }
  .p-brand__recommend-item-info {
    width: 45%;
    margin-right: 4%;
  }
  .p-brand__recommend-item-link {
    margin-top: 40px;
  }
}
.c-brand-heading {
  position: relative;
  padding-top: 20px;
  margin-bottom: 40px;
}
.c-brand-heading__title {
  display: inline-block;
  color: #004263;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-brand-heading__title::before, .c-brand-heading__title::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  border: 1px solid #004263;
}
.c-brand-heading__title::before {
  left: -88px;
}
.c-brand-heading__title::after {
  right: -88px;
}
@media screen and (min-width: 768px) {
  .c-brand-heading {
    padding-top: 24px;
    margin-bottom: 60px;
  }
  .c-brand-heading__title {
    font-size: 24px;
  }
}
img {
  image-rendering: auto;
}