@font-face {
  font-family: "ElzaText";
  src: url("../font/Elza/Elza Text/ElzaTextTrial-Semibold.otf") format("opentype");
}
img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

a:hover {
  color: unset;
}

.anchor {
  height: 0;
  position: relative;
}
.anchor__inner {
  position: absolute;
  top: -80px;
}

.bg-black {
  background-color: #191a1a;
  color: #fff;
  overflow: hidden;
}

.common-title {
  font-family: "ElzaText", sans-serif;
  letter-spacing: 0.35em;
}
.common-title span {
  font-family: "DM Sans", sans-serif;
}

.ec-layoutRole__header {
  margin-bottom: 79px;
}

.ec-headerNaviRole {
  max-width: 100%;
  padding-bottom: 20px;
  position: fixed;
  background-color: #fff;
  z-index: 99;
}

.ec-headerNaviRole:after {
  display: none;
}

.ec-headerNaviRole .ec-headerNaviRole__left {
  width: auto;
}

.ec-headerNaviRole .ec-headerNaviRole__right {
  width: auto;
}

.ec-headerLogo {
  font-size: 38px;
  font-weight: 700;
}

.ec-headerLogo a {
  color: #000;
}

.ec-headerNav {
  display: flex;
  align-items: center;
}

.ec-headerNav .ec-headerNav__item {
  padding: 0 15px;
}

.ec-headerNav .ec-headerNav__itemIcon {
  margin-left: 0;
  margin-bottom: 6px;
}

.ec-headerNav__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ec-headerNav__item a:hover {
  opacity: 0.5;
}

.ec-headerNav .ec-headerNav__itemLink {
  font-size: 16px;
  margin-right: 0;
  letter-spacing: 0.2em;
}

.dmsan {
  font-family: "DM Sans", sans-serif !important;
}

.font-serif {
  font-family: "Noto Serif JP", sans-serif !important;
}

.font-elza {
  font-family: "ElzaText", sans-serif !important;
}

.ec-headerNav .ec-headerNav__itemLink.itemLink__small {
  font-size: 11px;
}

.ec-cartNavi .ec-cartNavi__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ec-cartNavi .ec-cartNavi__icon img {
  max-width: 30px;
}
.ec-cartNavi .ec-cartNavi__icon .ec-headerNav__itemLink {
  font-size: 11px;
}

.ec-cartNaviNull {
  position: relative;
}

.notice {
  position: absolute;
  right: 0;
}

.ec-blockTopBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
}

.video-play {
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.video-play:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../icon/icon-play.png") no-repeat center center/100px auto;
}
.video-play.play:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  .ec-cartNavi {
    background: unset;
    width: unset;
    min-width: unset;
    padding: 0 15px;
  }
  .ec-cartNavi .ec-cartNavi__badge {
    position: absolute;
    left: unset;
    top: -2px;
    right: -8px;
  }
  .ec-cartNaviNull::before {
    right: 24px;
  }
  .ec-cartNaviIsset::before {
    right: 24px;
  }
  .ec-product .slick-prev:hover {
    left: -38px;
  }
  .ec-product .slick-next:hover {
    right: -38px;
  }
}
@media only screen and (max-width: 1080px) {
  .ec-headerNav .ec-headerNav__item {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 960px) {
  .ec-headerNav .ec-headerNav__item {
    padding: 0 4px;
  }
  .ec-headerNav .ec-headerNav__itemLink {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .ec-headerNaviRole .ec-headerNaviRole__nav {
    display: none;
  }
  .ec-headerNaviRole {
    padding: 12px 20px;
  }
  .ec-headerNavSP {
    display: block;
    position: absolute;
    top: 6px;
    right: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    padding: unset;
    left: unset;
    background: unset;
  }
  .ec-headerNavSP .menu_sp {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .ec-headerNavSP .menu_sp span {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #483C34;
    transition: all 0.2s;
  }
  .ec-headerNavSP .menu_sp span:nth-child(1) {
    top: 20%;
  }
  .ec-headerNavSP .menu_sp span:nth-child(2) {
    top: 50%;
  }
  .ec-headerNavSP .menu_sp span:nth-child(3) {
    bottom: 16%;
  }
  .ec-overlayRole {
    transition: all 0.5s;
  }
  .ec-drawerRole {
    width: 80%;
    right: 0;
    left: unset;
    transform: translateX(1000px);
    background-color: #191a1a;
    transition: all 0.5s;
  }
  .ec-drawerRole.is_active {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.5s;
  }
  .ec-drawerRoleClose.is_active {
    display: flex;
    justify-content: flex-end;
  }
  .ec-drawerRoleClose {
    display: block;
    position: unset;
    width: 100%;
    height: 4rem;
    cursor: pointer;
    padding: unset;
    left: unset;
    background: unset;
    transition: all 0.3s;
  }
  .ec-drawerRoleClose .close_menu {
    position: relative;
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: flex-end;
    margin-top: 0;
    margin-right: 15px;
  }
  .ec-drawerRoleClose .close_menu span {
    position: absolute;
    width: 70%;
    height: 2px;
    left: 20%;
    background-color: #fff;
  }
  .ec-drawerRoleClose .close_menu span:nth-child(1) {
    top: 50%;
    rotate: 45deg;
  }
  .ec-drawerRoleClose .close_menu span:nth-child(2) {
    top: calc(50% - 1px);
    opacity: 0;
  }
  .ec-drawerRoleClose .close_menu span:nth-child(3) {
    bottom: 47%;
    rotate: -45deg;
  }
  .ec-menu_sp__list {
    width: 90%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    padding-top: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  }
  .ec-menu_sp__item {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .ec-menu_sp__item span {
    font-size: 12px;
    color: #fff;
  }
  .ec-menu_sp__nav {
    width: 90%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
    gap: 10px;
  }
  .ec-menu_sp__nav div a {
    display: block;
    padding: 12px 0;
  }
  .ec-menu_sp__nav div a span {
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .ec-menu_sp-icLink {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style-type: none;
    gap: 20px;
    margin-top: 20px;
  }
  .ec-menu_sp-icLink li a i {
    color: #fff;
    font-size: 24px;
  }
}
.nav__border {
  border-right: 1px solid rgba(0, 0, 0, 0.3);
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.ec-footerRole {
  border-top: none;
  margin-top: 30px;
  background: #191a1a;
}

.ec-footerNavi .ec-footerNavi__link-small a {
  padding: 0;
  color: white;
  list-style: none;
  text-align: center;
  letter-spacing: 0.05em;
}
.ec-footerNavi .ec-footerNavi__link-small a:hover {
  opacity: 0.8;
}

.ec-footerNavi .ec-footerNavi__link-small i {
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  .ec-footerRole {
    padding-top: 54px;
    margin-top: 0;
  }
  .ec-footerRole__logo {
    margin-right: 40px;
  }
  .ec-footerRole__nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 90px;
    width: 100%;
  }
  .ec-footerRole .ec-footerRole__inner {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #525263;
    -webkit-text-size-adjust: 100%;
    width: 1080px;
    max-width: calc(100% - 40px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .ec-footerNavi {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 35px;
    flex: 1;
  }
  .ec-footerNavi .ec-footerNavi__link {
    font-size: 18px;
    font-weight: 500;
  }
  .ec-footerNavi .ec-footerNavi__link-small {
    font-size: 14px;
  }
  .ec-footerNavi .ec-footerNavi__link a {
    text-decoration: none;
  }
  .ec-footerTitle {
    padding: 0;
    margin-top: 34px;
    margin-bottom: 16px;
  }
  .ec-footerRole .ec-footerRole__inner:after {
    display: none;
  }
}
.ec-sliderRole {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0;
}

.ec-layoutRole .ec-layoutRole__contents {
  max-width: 100%;
}

.ec-headerNav__item img {
  max-width: 23px;
}

.ec-pickupRole {
  -webkit-text-size-adjust: 100%;
  width: 1080px;
  max-width: 100%;
  margin: 7rem auto 0;
}
.ec-pickupRole__title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 56px;
}
.ec-pickupRole__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.ec-pickupRole__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.ec-pickupRole__item img {
  margin-bottom: 30px;
  width: 100%;
}
.ec-pickupRole__item span {
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.025em;
}
.ec-baRole {
  -webkit-text-size-adjust: 100%;
  width: 1080px;
  max-width: 100%;
  margin: 112px auto 0;
  padding-bottom: 112px;
}
.ec-baRole__title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ec-baRole__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin: 0;
  padding: 0;
  gap: 10px;
}
.ec-baRole__list-sp {
  display: none;
}
.ec-baRole__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: auto;
  max-width: 254px;
}
.ec-baRole__item .ec-baRole__item__title {
  font-size: 20px;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
.ec-baRole__item span {
  line-height: 1.75;
  font-size: 16px;
  letter-spacing: 0.025em;
}
.ec-baRole__item-image {
  position: relative;
  overflow: hidden;
  width: 254px;
  max-width: 100%;
  height: 270px;
}
.ec-baRole__item-image .background {
  position: absolute;
  width: 100%;
  height: calc(100% - 1px);
  object-fit: cover;
  z-index: 1;
}
.ec-baRole__item-image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}
.ec-baRole__item-image .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 3;
  cursor: ew-resize;
  user-select: none;
}
.ec-baRole__item-image .line-long {
  position: relative;
  height: 100%;
}
.ec-baRole__item-image .line-long::before {
  content: "";
  position: absolute;
  height: 8px;
  left: -14px;
  top: 50%;
  border-left: 0 solid transparent;
  border-right: 8px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.ec-baRole__item-image .line-long::after {
  content: "";
  position: absolute;
  height: 8px;
  left: 10px;
  top: 50%;
  border-left: 8px solid #fff;
  border-right: 0 solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.ec-vdRole {
  background: url(../img/top/vd-bg.jpg) no-repeat center center/cover;
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.ec-vdRole video {
  max-width: 100%;
}
.ec-vdRole #img_vd {
  cursor: pointer;
}
.ec-vdRole #img_modal {
  display: none;
  position: fixed;
  z-index: 99;
  padding-top: 150px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}
.ec-vdRole #img_modal video {
  margin: auto;
  display: block;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.ec-vdRole .close {
  position: absolute;
  top: 5%;
  right: 5%;
  color: #f1f1f1;
  font-size: 40px;
  transition: 0.3s;
  cursor: pointer;
}
.ec-vdRole__bg {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
  margin-bottom: 240px;
}
.ec-vdRole__bg-1 {
  position: absolute;
  top: 62%;
  right: 20%;
}
.ec-vdRole__bg-2 {
  position: absolute;
  top: 62%;
  right: 5%;
}
.ec-vdRole__bg-3 {
  position: absolute;
  top: 25%;
  right: -8%;
  width: 130px;
}
.ec-vdRole__info {
  position: absolute;
  bottom: -15%;
  left: 0;
}
.ec-vdRole__title {
  line-height: 2;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 38px;
}
.ec-vdRole__text {
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #fff;
}
.ec-vdRole__inner {
  max-width: 100%;
  width: 1080px;
}
.ec-product {
  -webkit-text-size-adjust: 100%;
  width: 1080px;
  max-width: 100%;
  margin: 118px auto 150px;
}
.ec-product .slick-track {
  gap: 10px;
}
.ec-product .slick-dots {
  display: flex;
}
.ec-product .slick-dots li {
  width: 100%;
  margin: 0;
}
.ec-product .slick-dots li button:before {
  width: 100%;
  height: 1px;
}
.ec-product__title {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
.ec-product__list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ec-product__item {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  max-width: 258px;
  margin-left: 4px;
  margin-right: 4px;
}
.ec-product__item.pd-new {
  position: relative;
}
.ec-product__item.pd-new::after {
  position: absolute;
  content: "NEW";
  width: 56px;
  height: 56px;
  bottom: 90%;
  left: 80%;
  color: #fff;
  background-color: #585757;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "ElzaText", sans-serif;
  font-size: 14px;
  letter-spacing: 0.35em;
  padding-left: 0.3em;
}
.ec-product__image {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ec-product__image__img {
  overflow: hidden;
}
.ec-product__image__img:hover img {
  transform: scale(1.1);
}
.ec-product__image img {
  width: 100%;
  height: 320px;
  max-height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.ec-product__image-note {
  font-size: 11px;
  line-height: 1.27;
  display: flex;
  justify-content: end;
  color: #999999;
  margin-top: 10px;
}
.ec-product__image-prop {
  font-size: 13.5px;
  line-height: 1.27;
  margin-top: 20px;
  display: flex;
}
.ec-product__image-prop span {
  padding: 2px 18px;
  font-size: 13px;
  color: #fff;
  background-color: #191a1a;
}
.ec-product__name {
  word-break: break-all;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  margin-bottom: auto;
  width: 100%;
  text-align: start;
}
.ec-product__pw {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
.ec-product__price {
  font-size: 18px;
  line-height: 1.32;
}
.ec-product__price small {
  font-size: 12px;
  line-height: 1.32;
}
.ec-product__weight {
  font-size: 12px;
  line-height: 1.32;
  margin-top: 8px;
}
.ec-product__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 62px;
}
.ec-product__btn .top-btn {
  transition: all 0.5s;
}
.ec-columnRole {
  width: 100%;
  background-color: #f2f2f2;
  position: relative;
  padding: 8px 0;
}
.ec-columnRole::after {
  content: "";
  transform: scaleY(-1);
  position: absolute;
  width: 100%;
  height: 84px;
  left: 0;
  top: 100%;
  background: url("../img/top/column-0.png") no-repeat center center/100% 100%;
}
.ec-columnRole::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 84px;
  left: 0;
  bottom: 100%;
  background: url("../img/top/column-0.png") no-repeat center center/100% 100%;
}
.ec-columnRole__inner {
  width: 1080px;
  max-width: 100%;
  padding-top: 36px;
  margin: 0 auto;
}
.ec-columnRole__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.ec-columnRole__list.cate {
  flex-wrap: wrap;
  justify-content: center;
}
.ec-columnRole__list.cate .top-btn {
  min-width: 340px;
}
.ec-columnRole__item {
  flex: 1;
}
.ec-columnRole__title-sp {
  display: none;
}
.ec-columnRole__item:hover .ec-columnRole__image .item_blog_image img {
  transform: scale(1.1);
}
.ec-columnRole__image {
  display: flex;
  flex-direction: column;
}
.ec-columnRole__image .item_blog_image {
  overflow: hidden;
}
.ec-columnRole__image .item_blog_image img {
  transition: transform 0.3s ease-in-out;
  min-width: 180px;
}
.ec-columnRole__image-title {
  margin: 20px 0;
}
.ec-columnRole__image-type, .ec-columnRole__image-type-sp {
  font-size: 13.5px;
  line-height: 1.32;
  letter-spacing: 0.2em;
  padding: 4px 16px;
  background-color: #bfc3c5;
  margin-right: 8px;
  color: #fff;
}
.ec-columnRole__image-date {
  font-size: 14px;
  line-height: 1.32;
}
.ec-columnRole__title {
  font-size: 36px;
  line-height: 1.32;
  text-align: center;
  margin-bottom: 76px;
}
.ec-columnRole__title-small {
  font-family: "ElzaText", sans-serif;
  font-size: 24px;
  line-height: 1.32;
  letter-spacing: 0.1em;
  margin-top: 50px;
  margin-bottom: 20px;
}
.ec-columnRole__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 500;
  word-break: break-all;
}
.ec-achievementRole {
  width: 100%;
  background-color: #989a9e;
  margin-top: 10px;
  padding-top: 140px;
  padding-bottom: 74px;
  color: #fff;
}
.ec-achievementRole__inner {
  width: 1080px;
  max-width: 100%;
  padding-top: 36px;
  margin: 0 auto;
}
.ec-achievementRole__title {
  font-size: 36px;
  line-height: 1.32;
  text-align: center;
  margin-bottom: 76px;
}
.ec-achievementRole__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.ec-achievementRole__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style-type: none;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.ec-achievementRole__list.cate {
  flex-wrap: wrap;
  justify-content: center;
}
.ec-achievementRole__list.cate .top-btn {
  min-width: 340px;
  padding: 20px 0;
  text-align: center;
}
.ec-achievementRole__title-sp {
  display: none;
  color: #fff;
}
.ec-achievementRole__image {
  display: flex;
  flex-direction: column;
}
.ec-achievementRole__image-title {
  margin: 20px 0;
  color: #fff;
}
.ec-achievementRole__image-date {
  font-size: 14px;
  line-height: 1.32;
  color: #fff;
}
.ec-achievementRole__text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 500;
  word-break: break-all;
  color: #fff;
}

.page-blog-detail .ec-product {
  margin: 60px auto 100px;
}

.ec-sliderRole .slick-prev {
  left: 0 !important;
  z-index: 1;
  width: 40px !important;
  height: 40px !important;
  background: rgba(255, 255, 255, 0.8) !important;
}

.ec-sliderRole .slick-next {
  right: 0 !important;
  z-index: 1;
  width: 40px !important;
  height: 40px !important;
  background: rgba(255, 255, 255, 0.8) !important;
}

.ec-product .slick-prev {
  top: 35%;
  left: -30px;
  z-index: 1;
  width: 40px !important;
  height: 40px !important;
  transition: all 0.5s;
}

.ec-product .slick-next {
  top: 35%;
  right: -30px;
  z-index: 1;
  width: 40px !important;
  height: 40px !important;
  transition: all 0.5s;
}

.slick-prev::before {
  content: "" !important;
  position: absolute;
  background: url(../img/top/ic-arrow-b.png) no-repeat center center/100% 100%;
  padding: 8px 4px;
  rotate: 180deg;
  top: 12px;
  right: 16px;
}

.slick-next::before {
  content: "" !important;
  position: absolute;
  background: url(../img/top/ic-arrow-b.png) no-repeat center center/100% 100%;
  padding: 8px 4px;
  top: 12px;
  left: 16px;
}

.top-btn {
  position: relative;
  padding: 11px;
  min-width: 320px;
  max-width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.35em;
  color: #fff;
  border: 1px solid #191a1a;
  background-color: #191a1a;
}
.top-btn::after {
  position: absolute;
  content: "";
  background: url("../img/common/ic-arrow-white.png") no-repeat center center/100% 100%;
  top: calc(50% - 8px);
  right: 20px;
  width: 8px;
  height: 16px;
  transition: all 0.5s;
}
.top-btn:hover {
  border: 1px solid #303131;
  background-color: #303131;
  color: #fff;
}

.ec-baRole__item-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}

.ec-baRole__item__title-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
.ec-baRole__item__title-sp.below {
  margin-bottom: 0;
  margin-top: 32px;
}
.ec-baRole__item__title-sp span {
  font-size: 40px;
  text-align: center;
}
.ec-baRole__item__title-sp small {
  font-size: 32px;
  text-align: center;
}

.ec-baRole__item__image-sp {
  display: flex;
  justify-content: center;
  gap: 18px;
  max-width: 100%;
}
.ec-baRole__item__image-sp img {
  width: 328px;
  max-width: 100%;
}

.ec-footerNavi .ec-footerNavi__link a {
  letter-spacing: 0.2em;
  line-height: 2;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.ec-blockTopBtn {
  background-color: #323333;
}

@media only screen and (max-width: 1024px) {
  .ec-vdRole__inner {
    max-width: 92%;
    width: 1080px;
  }
  .ec-vdRole__bg {
    flex-direction: column;
    margin-bottom: 100px;
  }
  .ec-vdRole__info {
    position: unset;
    margin-top: 60px;
  }
  .ec-vdRole__bg-1 {
    top: 44%;
    right: 25%;
  }
  .ec-vdRole__bg-2 {
    top: 44%;
    right: 10%;
  }
  .ec-vdRole__bg-3 {
    right: 70%;
  }
  .ec-vdRole__bg-1 img {
    width: 80px;
  }
  .ec-vdRole__bg-3 img {
    width: 140px;
  }
  .ec-vdRole__bg-2 img {
    width: 120px;
  }
  .ec-vdRole__title {
    font-size: 38px;
  }
  .ec-vdRole__text {
    font-size: 22px;
  }
  .ec-footerNavi .ec-footerNavi__link a {
    font-size: 16px;
  }
  .ec-footerNavi .ec-footerNavi__link {
    margin-right: unset;
  }
}
@media only screen and (max-width: 1248px) {
  .ec-vdRole__bg-3 {
    top: -8%;
    right: 60%;
  }
}
@media only screen and (max-width: 1140px) {
  .ec-product .slick-prev {
    left: 0;
  }
  .ec-product .slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .ec-layoutRole__header {
    margin-bottom: 54px;
  }
  .have_curtain .ec-overlayRole {
    z-index: 10;
  }
  .ec-sliderRole.sp .item.slick-slide {
    display: flex !important;
    justify-content: center;
  }
  .ec-sliderRole.sp .item.slick-slide img {
    max-width: unset;
  }
  .ec-baRole__title {
    font-size: 24px;
  }
  .ec-pickupRole {
    max-width: 92%;
    margin-top: 80px;
  }
  .ec-pickupRole__title {
    margin-bottom: 24px;
    font-size: 24px;
    text-align: center;
  }
  .ec-baRole {
    max-width: 92%;
    margin: 80px auto 0;
    padding-bottom: 50px;
  }
  .ec-baRole__list {
    display: none;
  }
  .ec-baRole__list-sp {
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  .ec-baRole__item__title-sp {
    margin-bottom: 48px;
  }
  .ec-baRole__item__title-sp span {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .ec-baRole__item__title-sp small {
    font-size: 18px;
  }
  .ec-vdRole__bg-1 img {
    width: 60px;
  }
  .ec-vdRole__bg-3 img {
    width: 90px;
  }
  .ec-vdRole__bg-1 {
    top: 52%;
    right: 22%;
  }
  .ec-vdRole__bg-2 {
    top: 48%;
    right: 5%;
  }
  .ec-vdRole__bg-3 {
    top: -5%;
  }
  .ec-vdRole__title {
    font-size: 28px;
    line-height: 1.6;
  }
  .ec-vdRole__text {
    font-size: 18px;
    line-height: 2;
  }
  .ec-vdRole__bg {
    margin-bottom: 60px;
  }
  .ec-product {
    max-width: 92%;
    margin: 80px auto 150px;
  }
  .ec-product__item {
    max-width: 100%;
    margin-left: 0;
    margin-right: 8px;
  }
  .ec-product__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .ec-columnRole__title {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .ec-achievementRole__title {
    font-size: 24px;
  }
  .ec-columnRole__inner {
    max-width: 92%;
  }
  .ec-columnRole__list.cate .top-btn {
    min-width: unset;
  }
  .ec-columnRole__list {
    flex-direction: column;
    gap: unset;
  }
  .ec-columnRole__list.cate {
    gap: 30px;
  }
  .ec-columnRole__image-title,
  .ec-columnRole__text {
    display: none;
  }
  .ec-columnRole__text-sp,
  .ec-columnRole__image-date-sp {
    font-size: 12px;
  }
  .ec-columnRole__image-type-sp {
    font-size: 9px;
    width: 74px;
    padding: 4px 6px;
  }
  .ec-columnRole__item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 28px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.6);
  }
  .ec-columnRole__item:nth-child(3) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
  }
  .ec-columnRole__title-sp {
    display: flex;
    flex-direction: column;
  }
  .ec-columnRole__image-title-sp {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
  }
  .ec-achievementRole__list {
    flex-direction: column;
    gap: unset;
  }
  .ec-achievementRole__image-title {
    display: none;
  }
  .ec-achievementRole__text {
    display: none;
  }
  .ec-achievementRole__title-sp {
    display: flex;
    flex-direction: column;
  }
  .ec-achievementRole__image-title-sp {
    display: flex;
    align-items: center;
    margin-bottom: 14px;
  }
  .ec-achievementRole__item {
    display: flex;
    align-items: center;
    gap: 32px;
    padding: 40px 0;
    border-top: 1px solid white;
  }
  .ec-achievementRole__item:nth-child(3) {
    border-bottom: 1px solid white;
  }
  .ec-achievementRole__inner {
    max-width: 92%;
  }
  .top-btn {
    width: 100%;
  }
  .ec-footerRole {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
  .ec-footerRole__inner {
    display: flex;
    flex-direction: column;
    width: 85%;
    align-items: center;
    margin-top: 40px;
  }
  .ec-footerRole__nav {
    width: 85%;
  }
  .ec-footerRole__logo {
    display: flex;
    justify-content: space-between;
  }
  .ec-footerRole-list-sp {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .ec-footerRole-list-sp li a {
    font-size: 24px;
    color: #fff;
  }
  .ec-footerNavi {
    width: 85%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .ec-footerRole__nav .ec-footerNavi {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .ec-footerTitle {
    display: flex;
    justify-content: flex-start;
    width: 85%;
    padding: 28px 0 28px;
  }
  .ec-footerNavi .ec-footerNavi__link a {
    border-bottom: unset;
    padding: unset;
  }
  .ec-product__image img {
    height: auto;
  }
  .ec-sliderRole .slick-prev {
    background: transparent !important;
  }
  .ec-sliderRole .slick-next {
    background: transparent !important;
  }
}
@media only screen and (max-width: 680px) {
  .ec-vdRole__bg-1 img {
    width: 60px;
  }
  .ec-vdRole__bg-3 img {
    width: 90px;
  }
  .ec-vdRole__bg-1 {
    top: 42%;
    right: 25%;
  }
  .ec-vdRole__bg-2 {
    top: 37%;
    right: 5%;
  }
  .ec-vdRole__bg-3 {
    top: -5%;
  }
}
@media only screen and (max-width: 540px) {
  .ec-baRole__item__image-sp {
    max-width: 50%;
  }
  .ec-vdRole__bg-1 img {
    width: 40px;
  }
  .ec-vdRole__bg-2 img {
    width: 90px;
  }
  .ec-vdRole__bg-3 img {
    width: 70px;
  }
  .ec-vdRole__bg-1 {
    top: 40%;
    right: 24%;
  }
  .ec-vdRole__bg-2 {
    top: 37%;
    right: 4%;
  }
  .ec-vdRole__bg-3 {
    top: -5%;
    right: 52%;
  }
  .ec-columnRole__image .item_blog_image img {
    min-width: unset;
    max-width: 150px;
  }
}
@media only screen and (max-width: 480px) {
  .ec-vdRole__bg-1 img {
    width: 30px;
  }
  .ec-vdRole__bg-3 img {
    width: 60px;
  }
  .ec-vdRole__bg-1 {
    top: 36%;
    right: 24%;
  }
  .ec-vdRole__bg-2 {
    top: 32%;
    right: 4%;
  }
  .ec-vdRole__bg-3 {
    top: -5%;
    right: 52%;
  }
}
@media only screen and (max-width: 430px) {
  .ec-vdRole__bg-2 img {
    width: 70px;
  }
  .ec-vdRole__bg-1 {
    top: 32%;
    right: 24%;
  }
  .ec-vdRole__bg-2 {
    top: 28%;
    right: 4%;
  }
  .ec-vdRole__bg-3 {
    top: -5%;
    right: 52%;
  }
}
.footer-link img {
  max-width: 100%;
}
.footer-link__items {
  margin-top: 35px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-link__item {
  color: #fff;
  border: 1px solid #fff;
}
.footer-link__item a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 240px;
  min-height: 80px;
  padding: 0 20px;
}
.footer-link__item a img {
  width: auto !important;
}
.footer-link__item--salon a, .footer-link__item--biss a {
  position: relative;
}
.footer-link__item--salon a:after, .footer-link__item--biss a:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(../img/common/ic-link.png) no-repeat center center/100% 100%;
  top: calc(50% - 7px);
  right: 15px;
}
.footer-link__item--biss a {
  font-size: 18px;
  line-height: 1;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
.footer-link__item--instagram a {
  gap: 35px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .footer-link__items {
    width: 85%;
  }
  .footer-link__item {
    width: 100%;
  }
  .footer-link__item a {
    align-items: center;
    justify-content: center;
    min-height: 65px;
  }
  .footer-link__item--salon a img, .footer-link__item--salon a span, .footer-link__item--biss a img, .footer-link__item--biss a span {
    margin-right: 20px;
  }
  .ec-product__item.pd-new::after {
    width: 45px;
    height: 45px;
    font-size: 11px;
  }
}

/*# sourceMappingURL=custom.css.map */
