@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
.page-about .ec-banner {
  background: url("../img/top/about-banner.jpg") no-repeat center center/cover;
}

.page-blog .ec-banner {
  background: url("../img/top/column-banner.jpg") no-repeat center center/cover;
}

.page-product .ec-banner {
  background: url("../img/top/product-banner.jpg") no-repeat center center/cover;
}

.page-achievement .ec-banner {
  background: url("../img/top/achievements-banner.jpg") no-repeat center center/cover;
}

.page-tradelaw .ec-banner {
  background: url("../img/top/tradelaw-banner.jpg") no-repeat center center/cover;
}

.page-pick_up .ec-banner {
  background: url("../img/top/pick_up-banner.jpg") no-repeat center center/cover;
  padding: 77px 0;
}

.page-pick_up .ec-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-pick_up .ec-banner__inner span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 10px 45px;
  margin-bottom: 52px;
  border: 1px solid #fff;
}

.page-female-question .ec-banner {
  background: url("../img/top/female-question-banner.jpg") no-repeat center center/cover;
  padding: 77px 0;
}

.page-female-question .ec-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-female-question .ec-banner__inner span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 10px 45px;
  margin-bottom: 52px;
  border: 1px solid #fff;
}

.page-male-question .ec-banner {
  background: url("../img/top/male-question-banner.jpg") no-repeat center center/cover;
  padding: 77px 0;
}

.page-male-question .ec-banner__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-male-question .ec-banner__inner span {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 10px 45px;
  margin-bottom: 52px;
  border: 1px solid #fff;
}

.page-female-question .ec-banner__title,
.page-male-question .ec-banner__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
}

.ec-blockTopBtn {
  z-index: 2;
}

.scroll-hint-icon-wrap {
  z-index: 1;
}

.ec-product-page-items.first > span:nth-child(2) {
  left: 0;
}

.ec-product-page-items.final > span:nth-child(2) {
  left: unset;
  right: 0;
}

.ec-product-page-items.hb .ec-product-page__type.mgt span:nth-child(3) {
  margin-top: auto;
  margin-bottom: 8px;
}

.ec-product-page-items.hb .ec-product-page__type.mgt .ec-product-page__type-content {
  margin-top: 88px;
}

.ec-product-page-items.hb .ec-product-page__type.mgt2 span:nth-child(3) {
  margin-top: auto;
  margin-bottom: 8px;
}

.ec-product-page-items.hb .ec-product-page__type.mgt2 .ec-product-page__type-content {
  margin-top: 68px;
  margin-bottom: 12px;
}

.ec-product-page-items.hb .ec-product-page__type.mgt1 span:nth-child(3) {
  margin-top: auto;
  margin-bottom: 8px;
}
.ec-product-page-items.hb .ec-product-page__type.mgt1 .ec-product-page__type-content {
  margin-top: 26px;
  margin-bottom: 12px;
}

.ec-about__title {
  font-size: 24px;
  line-height: 1.32;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-align: center;
  margin-top: 80px;
}
.ec-about__content {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 42px;
}
.ec-about__list {
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.ec-about__list img {
  margin: 20px auto 0;
}
.ec-about__wnew {
  padding: 58px 0;
  margin-top: 100px;
  position: relative;
  background: url("../img/top/about-wnew.jpg") no-repeat center center/cover;
}
.ec-about__wnew::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #4a5bb9, #8943a0);
  opacity: 0.5;
  z-index: 0;
}
.ec-about__wnew__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ec-about__wnew__title {
  margin-bottom: 28px;
  color: #fff;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.ec-about__wnew__title p {
  font-family: "DM Sans", sans-serif !important;
  font-size: 36px;
  line-height: 0.889;
  font-weight: 500;
  margin-bottom: 28px;
  letter-spacing: 0.1em;
}
.ec-about__wnew__title span {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
  text-align: center;
}
.ec-about__wnew__link {
  padding: 20px 100px;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
}
.ec-about__wnew__link::after {
  content: "";
  position: absolute;
  top: 42%;
  right: 20px;
  width: 12px;
  height: 12px;
  background: url("../img/top/ic-link.png") no-repeat center center/100% 100%;
}
.ec-about__wnew__link:hover {
  color: #fff;
  opacity: 0.6;
}
.ec-product-page .ec-banner {
  background: url(../img/top/product-banner.jpg) no-repeat center center/cover;
}
.ec-product-page__content-a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 140px;
  margin-top: 42px;
}
.ec-product-page__content-b {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ec-product-page__title {
  margin-bottom: 42px;
}
.ec-product-page__title p {
  font-size: 32px;
  line-height: 1.8;
  letter-spacing: 0.35em;
  text-align: center;
}
.ec-product-page__list-catelory {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  gap: 10px;
  overflow: unset !important;
}
.ec-product-page__catelory {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ec-product-page__catelory:nth-child(2) .ec-product-page__uses,
.ec-product-page__catelory:nth-child(2) .ec-product-page__type,
.ec-product-page__catelory:nth-child(2) .ec-product-page__cp {
  background-color: #727171;
}
.ec-product-page__catelory:nth-child(2) .ec-product-page__type {
  color: #727171;
  border: 1px solid #727171;
}
.ec-product-page__catelory:nth-child(3) .ec-product-page__uses,
.ec-product-page__catelory:nth-child(3) .ec-product-page__type,
.ec-product-page__catelory:nth-child(3) .ec-product-page__cp {
  background-color: #60696e;
}
.ec-product-page__catelory:nth-child(3) .ec-product-page__type {
  color: #60696e;
  border: 1px solid #60696e;
}
.ec-product-page__catelory:nth-child(4) .ec-product-page__uses,
.ec-product-page__catelory:nth-child(4) .ec-product-page__type,
.ec-product-page__catelory:nth-child(4) .ec-product-page__cp {
  background-color: #191a1a;
}
.ec-product-page__catelory:nth-child(4) .ec-product-page__type {
  color: #191a1a;
  border: 1px solid #191a1a;
}
.ec-product-page__list-product {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 50px 20px;
}
.ec-product-page__list-product .ec-product__item {
  margin-right: unset;
  margin-left: unset;
  width: calc((100% - 60px) / 4);
}
.ec-product-page__list-cp {
  display: flex;
}
.ec-product-page__uses {
  height: 100%;
  background-color: #191a1a;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  min-width: 118px;
  max-height: 50px;
  margin-bottom: 10px;
}
.ec-product-page__uses p {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 16px 0;
}
.ec-product-page__uses p.small {
  padding: 8px;
  font-size: 18px;
  line-height: 1.3;
}
.ec-product-page__uses span:nth-child(2) {
  position: absolute;
  left: -1px;
  top: 0;
  border-left: 20px solid #fff;
  border-right: 0 solid transparent;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
}
.ec-product-page__uses span:nth-child(3) {
  position: absolute;
  content: "";
  right: 0px;
  bottom: -1px;
  border-left: 0 solid transparent;
  border-right: 20px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 0 solid transparent;
}
.ec-product-page__uses span:nth-child(4) {
  position: absolute;
  content: "";
  right: 0px;
  top: -1px;
  border-left: 0 solid transparent;
  border-right: 20px solid #fff;
  border-top: 0 solid transparent;
  border-bottom: 25px solid transparent;
}
.ec-product-page__list {
  display: flex;
  gap: 10px;
  z-index: 1;
}
.ec-product-page-items {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 54px;
  min-height: 264px;
  gap: 10px;
  position: relative;
}
.ec-product-page-items.hb .ec-product-page__type {
  background-color: #fff;
  justify-content: center;
}
.ec-product-page-items.hb .ec-product-page__type .ec-product-page__type-content p.lh2 {
  line-height: 2;
}
.ec-product-page-items.hb .ec-product-page__type span:nth-child(3) {
  margin: 0;
}
.ec-product-page-items > span:nth-child(2) {
  font-size: 14px;
  line-height: 1.5;
  position: absolute;
  display: none;
  padding: 10px 25px;
  min-width: 200px;
  min-height: 100px;
  top: -110px;
  left: -70px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
}
.ec-product-page-items > span:nth-child(3) {
  display: none;
  position: absolute;
  content: "";
  left: 25px;
  top: -10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.4);
  border-bottom: solid transparent;
}
.ec-product-page-items:hover {
  opacity: 0.9;
}
.ec-product-page-items:hover span {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ec-product-page__type {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  color: #191a1a;
  border: 1px solid #191a1a;
  background-color: #191a1a;
  height: 100%;
  min-width: 54px;
  max-height: 262px;
  position: relative;
}
.ec-product-page__type.fbg {
  color: #fff !important;
  padding-bottom: 8px;
  position: relative;
}
.ec-product-page__type.fbg .ec-product-page__type-content {
  padding: 18px 8px 20px 8px;
}
.ec-product-page__type.fbg::after {
  position: absolute;
  content: "";
  left: -2px;
  top: -2px;
  border-left: 12px solid #fff;
  border-right: 0 solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 12px solid transparent;
}
.ec-product-page__type span {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 0;
  text-align: center;
}
.ec-product-page__type span:nth-child(3) {
  margin-top: auto;
}
.ec-product-page__type-content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.ec-product-page__type-content p {
  max-width: 24px;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.14em;
}
.ec-product-page__type-content .rotate {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0.14em;
  rotate: 90deg;
}
.ec-product-page__cp {
  background-color: #b6d0db;
  height: 100%;
  max-height: 55px;
  display: flex;
}
.ec-product-page__cp.a {
  background-color: #b3b3b3 !important;
}
.ec-product-page__cp.b {
  background-color: #59a569 !important;
}
.ec-product-page__cp p {
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ec-product-page__wnew {
  padding: 58px 0;
  margin-top: 100px;
  position: relative;
  background: url("../img/top/product-wnew.jpg") no-repeat center center/cover;
}
.ec-product-page__wnew__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ec-product-page__wnew__title {
  margin-bottom: 28px;
  color: #fff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ec-product-page__wnew__title p {
  font-family: "DM Sans", sans-serif !important;
  font-size: 36px;
  line-height: 0.8;
  letter-spacing: 0.35em;
  font-weight: 500;
  margin-bottom: 28px;
}
.ec-product-page__wnew__title span {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
}
.ec-product-page__wnew__link {
  padding: 20px 80px;
  font-size: 16px;
  letter-spacing: 0.35em;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
}
.ec-product-page__wnew__link::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 20px;
  width: 8px;
  height: 16px;
  background: url("../img/top/ic-arrow-gray.png") no-repeat center center/100% 100%;
}
.ec-product-page__wnew__link:hover {
  color: #fff;
  opacity: 0.6;
}
.ec-product-detail__content-a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 42px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.ec-product-detail__content-b {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 48px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.ec-product-detail__content-b__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 840px;
  max-width: 100%;
}
.ec-product-detail__content-b-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: 0.025em;
  margin-top: 32px;
  margin-bottom: 24px;
}
.ec-product-detail__content-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.ec-product-detail__content-c__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 840px;
  max-width: 100%;
}
.ec-product-detail__content-c__inner .ec-product-detail__title {
  margin-top: 58px;
  margin-bottom: 48px;
}
.ec-product-detail__content-text {
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
}
.ec-product-detail__content-text p {
  margin: 15px 0;
}
.ec-product-detail__list .slick-slide {
  padding-right: 10px;
}
.ec-product-detail__list .slick-slide.slick-current.slick-active .ec-product-detail__item::after {
  z-index: 1;
  background: rgba(0, 0, 0, 0);
}
.ec-product-detail__list .ec-product-detail__item {
  position: relative;
}
.ec-product-detail__list .ec-product-detail__item::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.ec-product-detail__list-a .ec-product-detail__item.new {
  position: relative;
  width: fit-content !important;
}
.ec-product-detail__list-a .ec-product-detail__item.new::after {
  position: absolute;
  content: "NEW";
  width: 60px;
  height: 60px;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #60696e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ec-product-detail__list-note {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
}
.ec-product-detail__list-note p {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.025em;
}
.ec-product-detail__list-product {
  max-width: 100%;
  background-color: #e2e7e9;
  padding-bottom: 54px;
  padding-top: 64px;
}
.ec-product-detail__list-product__title {
  margin-top: 56px;
  margin-bottom: 54px;
}
.ec-product-detail__list-product__title p {
  font-size: 24px;
  line-height: 1.32;
  width: 100%;
  text-align: center;
}
.ec-product-detail__list-product .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
}
.ec-product-detail__list__btn {
  display: flex;
  align-items: flex-end;
}
.ec-product-detail__list__btn > .ec-product-detail__btn {
  margin-bottom: 20px;
}
.ec-product-detail__item {
  margin-top: 10px;
}
.ec-product-detail__image {
  max-width: 50%;
  width: 1080px;
  margin-right: 56px;
}
.ec-product-detail__image .slick-track {
  margin: 0;
}
.ec-product-detail__info {
  margin-top: 10px;
}
.ec-product-detail__type {
  margin-bottom: 32px;
}
.ec-product-detail__type a {
  padding: 8px 16px;
  font-size: 16px;
  line-height: 1.32;
  background-color: #bfc3c5;
  color: #fff;
  width: fit-content;
}
.ec-product-detail__type-small {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.ec-product-detail__type-small p {
  font-size: 14px;
  line-height: 2.28;
  letter-spacing: 0.025em;
  padding: 0 12px;
  background-color: #eceded;
  color: #000;
}
.ec-product-detail__title {
  margin-bottom: 10px;
}
.ec-product-detail__title p {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.ec-product-detail__title-desc {
  margin-bottom: 12px;
}
.ec-product-detail__title-desc p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.025em;
}
.ec-product-detail__weight {
  display: flex;
  margin-bottom: 28px;
}
.ec-product-detail__weight p {
  font-size: 16px;
  line-height: 1.32;
  margin-right: 12px;
}
.ec-product-detail__text {
  margin-bottom: 18px;
}
.ec-product-detail__text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
}
.ec-product-detail__price {
  margin-bottom: 42px;
}
.ec-product-detail__price span {
  font-size: 24px;
  line-height: 1.32;
}
.ec-product-detail__price span small {
  font-size: 14px;
  line-height: 1.32;
  margin-left: 8px;
}
.ec-product-detail__quantity {
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ec-product-detail__quantity .ec-numberInput {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ec-product-detail__quantity .ec-numberInput input {
  margin-bottom: unset;
  padding-left: 25px;
  max-height: 30px;
  text-align: center;
}
.ec-product-detail__quantity .ec-numberInput span {
  font-size: 16px;
  line-height: 1.32;
  margin-right: 10px;
}
.ec-product-detail__quantity label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.32;
  margin-right: 10px;
}
.ec-product-detail__quantity select {
  width: fit-content;
  height: 38px;
  text-align: center;
  font-size: 16px;
}
.ec-product-detail__btn {
  display: flex;
  align-items: center;
}
.ec-product-detail__btn .btn-buy {
  padding: 20px 100px;
  color: #fff;
  background-color: #60696e;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
  border: unset;
}
.ec-product-detail__btn .btn-buy:hover {
  opacity: 0.8;
}
.ec-product-detail__btn .btn_favorite {
  background: url("../img/top/ic_heart.png") center center/100% 100%;
  width: 27px;
  height: 24px;
  margin-left: 16px;
  border: unset;
}
.ec-product-detail__btn .btn_favorite.active {
  background: url("../img/top/ic_heart_r.png") center center/100% 100%;
}
.ec-product-detail__vd {
  margin-bottom: 100px;
}
.ec-product-detail__vd video {
  width: 100%;
  max-height: 474px;
}
.ec-blog__inner {
  margin-top: 44px;
}
.ec-blog__cate {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 30px;
}
.ec-blog__cate .side-bar {
  width: 100%;
}
.ec-blog__title {
  font-family: "ElzaText", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.24em;
  margin-bottom: 40px;
}
.ec-blog__title a {
  margin-right: 12px;
}
.ec-blog__title a:hover {
  opacity: 0.5;
}
.ec-blog__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 0 20px;
  margin-bottom: 40px;
}
.ec-blog__lists {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.ec-blog__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 340px;
  margin-bottom: 50px;
  transition: all 0.3s;
  overflow: hidden;
  max-height: 999px;
}
.ec-blog__item.hide {
  max-height: 0;
  margin-bottom: 0px;
}
.ec-blog__item:hover .item_blog_image img {
  transform: scale(1.1);
}
.ec-blog__item__image {
  width: 100%;
}
.ec-blog__item__image .item_blog_image {
  overflow: hidden;
}
.ec-blog__item__image .item_blog_image img {
  transition: transform 0.3s ease-in-out;
}
.ec-blog__item__image-title {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 12px;
}
.ec-blog__item__image-type {
  font-size: 13.5px;
  line-height: 1.32;
  padding: 4px 16px;
  color: #fff;
  background-color: #bfc3c5;
  margin-right: 8px;
  display: block;
  width: fit-content;
  letter-spacing: 0.025em;
}
.ec-blog__item__image-date {
  font-size: 14px;
  line-height: 1.32;
  letter-spacing: 0.025em;
}
.ec-blog__item__text {
  margin-top: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.ec-blog__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
  border-bottom: 1px solid #60696e;
}
.ec-blog__btn a {
  text-align: center;
  width: 300px;
  padding: 11px 0;
  margin: auto;
  border: 1px solid #aaafb2;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
  position: relative;
  margin-bottom: 38px;
  transition: all 0.5s;
}
.ec-blog__btn a:hover {
  background-color: #e2e7e9;
}
.ec-blog__btn a::after {
  content: "";
  position: absolute;
  top: 36%;
  right: 15px;
  padding: 10px;
  background: url(../img/top/plus_icon.png) no-repeat center center/100% 100%;
}
.ec-blog-detail .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ec-blog-detail__inner {
  width: 922px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 50px;
}
.ec-blog-detail__dttp {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.ec-blog-detail__date {
  font-size: 18px;
  line-height: 1.77;
  letter-spacing: 0.025em;
}
.ec-blog-detail__type {
  display: block;
  padding: 0 20px;
  margin-left: 20px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.025em;
  color: #fff;
  background-color: #bfc3c5;
}
.ec-blog-detail__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-bottom: 38px;
}
.ec-blog-detail__image-m {
  margin-bottom: 38px;
}
.ec-blog-detail__content {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
}
.ec-blog-detail__content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.025em;
  padding-bottom: 20px;
  margin-bottom: 34px;
  margin-top: 80px;
  border-bottom: 1px solid #d3dadd;
}
.ec-blog-detail__content h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.025em;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.ec-blog-detail__content h3::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 18px;
  background-color: #d3dadd;
}
.ec-blog-detail__content h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.77;
  letter-spacing: 0.025em;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.ec-blog-detail__content h4::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #d3dadd;
}
.ec-blog-detail__content h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-top: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d3dadd;
}
.ec-blog-detail__content h6 {
  padding: 0 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.025em;
  margin-bottom: 24px;
  background-color: #d3dadd;
}
.ec-blog-detail__content a {
  cursor: pointer;
  color: #95a7ae;
  transition: all 0.5s;
}
.ec-blog-detail__content a:hover {
  opacity: 0.5;
}
.ec-blog-detail__content a[target=_blank], .ec-blog-detail__content a[rel=noopener] {
  position: relative;
  width: fit-content;
  padding-right: 24px;
}
.ec-blog-detail__content a[target=_blank]:after, .ec-blog-detail__content a[rel=noopener]:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 10px;
  right: 0;
  background-image: url("../img/top/ic-link-p.png");
}
.ec-blog-detail__content ul {
  padding: 50px 0 50px 20px;
  border-top: 1px solid #95a7ae;
  border-bottom: 1px solid #95a7ae;
  margin-bottom: 60px;
  width: 100%;
}
.ec-blog-detail__content ul::marker {
  color: #95a7ae;
}
.ec-blog-detail__content ul li {
  list-style-type: circle;
  font-size: 16px;
  line-height: 3;
  letter-spacing: 0.025;
}
.ec-blog-detail__content ol {
  padding: 50px 0 50px 16px;
  border-top: 1px solid #95a7ae;
  border-bottom: 1px solid #95a7ae;
  width: 100%;
  margin-bottom: 80px;
}
.ec-blog-detail__content ol::marker {
  color: #95a7ae;
}
.ec-blog-detail__content ol li {
  list-style-type: decimal;
  font-size: 16px;
  line-height: 3;
  letter-spacing: 0.025;
}
.ec-blog-detail__content img {
  margin-bottom: 80px;
}
.ec-blog-detail__content p {
  margin: 15px 0;
}
.ec-blog-detail__content table {
  border-top: 1px solid #d3dadd;
  border-right: 1px solid #d3dadd;
  margin: 50px 0;
}
.ec-blog-detail__content table tr th {
  background-color: #d3dadd;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
  padding: 20px 30px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #d3dadd;
}
.ec-blog-detail__content table tr td {
  padding: 20px 50px;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
  border-bottom: 1px solid #d3dadd;
  border-left: 1px solid #d3dadd;
  vertical-align: top;
}
.ec-blog-detail__content table tr td p {
  margin: 0;
  display: inline-block;
  padding-left: 15px;
  text-indent: -15px;
}
.ec-blog-detail__image-p {
  margin-bottom: 80px;
}
.ec-blog-detail__list-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d3dadd;
  width: 100%;
}
.ec-blog-detail__item-row {
  display: flex;
  align-items: center;
  border: 1px solid #d3dadd;
  width: 100%;
}
.ec-blog-detail__item-row.last .ec-blog-detail__item-row-l {
  border-bottom: unset;
}
.ec-blog-detail__item-row-l {
  background-color: #d3dadd;
  text-align: center;
  font-size: 16px;
  line-height: 3.75;
  letter-spacing: 0.025em;
  border-bottom: 1px solid #fff;
  padding: 0 50px;
}
.ec-blog-detail__item-row-r {
  padding: 0 32px;
  text-align: center;
  font-size: 16px;
  line-height: 3.75;
  letter-spacing: 0.025em;
}
.ec-blog-detail__list-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 100px;
}
.ec-blog-detail__list-btn .btn__l {
  position: relative;
  width: 56px;
  height: 56px;
}
.ec-blog-detail__list-btn .btn__l::before {
  content: "";
  padding: 8px 4px;
  top: calc(50% - 8px);
  right: 50%;
  position: absolute;
  background: url("../img/top/ic-arrow-g.png") no-repeat center center/100% 100%;
}
.ec-blog-detail__list-btn .btn__l:hover {
  opacity: 0.6;
}
.ec-blog-detail__list-btn .btn__c {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
  padding: 14px 100px;
  border: 1px solid #b5b9bb;
  color: #60696e;
}
.ec-blog-detail__list-btn .btn__c:hover {
  opacity: 0.6;
}
.ec-blog-detail__list-btn .btn__r {
  position: relative;
  width: 56px;
  height: 56px;
}
.ec-blog-detail__list-btn .btn__r::before {
  content: "";
  top: calc(50% - 8px);
  right: 50%;
  padding: 8px 4px;
  position: absolute;
  rotate: 180deg;
  background: url("../img/top/ic-arrow-g.png") no-repeat center center/100% 100%;
}
.ec-blog-detail__list-btn .btn__r:hover {
  opacity: 0.6;
}
.ec-blog-detail__list-product-a {
  max-width: 100%;
  background-color: #e2e7e9;
  padding-bottom: 54px;
  padding-top: 64px;
  margin-bottom: 16px;
}
.ec-blog-detail__list-product-a__title {
  margin-top: 56px;
  margin-bottom: 54px;
}
.ec-blog-detail__list-product-a__title p {
  font-size: 24px;
  line-height: 1.32;
  width: 100%;
  text-align: center;
}
.ec-blog-detail__list-product-a .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
}
.ec-blog-detail__list-product-b {
  max-width: 100%;
  background-color: #e2e7e9;
  padding-bottom: 54px;
  padding-top: 64px;
}
.ec-blog-detail__list-product-b__title {
  margin-top: 56px;
  margin-bottom: 54px;
}
.ec-blog-detail__list-product-b__title p {
  font-size: 24px;
  line-height: 1.32;
  width: 100%;
  text-align: center;
}
.ec-blog-detail__list-product-b .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
}
.ec-blog-detail__list-product-b .slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}
.ec-blog-detail__list-product-b .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.ec-blog-detail__list-product-b .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.ec-blog-detail__list-product-b .slick-dots li button:hover,
.ec-blog-detail__list-product-b .slick-dots li button:focus {
  outline: none;
}
.ec-blog-detail__list-product-b .slick-dots li button:hover:before,
.ec-blog-detail__list-product-b .slick-dots li button:focus:before {
  opacity: 1;
}
.ec-blog-detail__list-product-b .slick-dots li button:before {
  content: " ";
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  opacity: 0.25;
  background-color: black;
  border-radius: 50%;
}
.ec-blog-detail__list-product-b .slick-dots li.slick-active button:before {
  opacity: 0.75;
  background-color: black;
}
.ec-blog-detail__list-product-b .slick-dots li button.thumbnail img {
  width: 0;
  height: 0;
}
.ec-blog-detail__list-product-b .ec-product .slick-list.draggable {
  padding-top: 28px;
}
.ec-blog-detail__list-product-b .slick-track {
  display: flex !important;
}
.ec-blog-detail__list-product-b .slick-slide {
  height: inherit !important;
}
.ec-blog-detail__list-product-b .ec-product .slick-slide > div {
  height: 100%;
  display: flex;
  justify-content: center;
}
.ec-blog-detail__list-product-b .ec-pickupRole .slick-slide > div {
  height: 100%;
  display: flex;
  justify-content: center;
  margin-right: 20px;
}
.ec-blog-detail__list-product-b .slick-dots {
  display: flex;
}
.ec-blog-detail__list-product-b .slick-dots li {
  width: 100%;
  margin: 0;
}
.ec-blog-detail__list-product-b .slick-dots li button:before {
  width: 100%;
  height: 1px;
}
.ec-pick_up__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 24px;
}
.ec-pick_up__title {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d3dadd;
  margin-bottom: 36px;
}
.ec-pick_up__title p {
  font-family: "Noto Serif JP", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.14;
  letter-spacing: 0.025em;
  padding: 14px 20px;
}
.ec-pick_up__text {
  margin-bottom: 42px;
}
.ec-pick_up__text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
}
.ec-pick_up__list__element {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 100px;
  margin-bottom: 42px;
}
.ec-pick_up__element {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.ec-pick_up__element-title {
  color: #fff;
  padding: 0 50px;
  margin-bottom: 24px;
}
.ec-pick_up__element-title p {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.025em;
}
.ec-pick_up__element-title p span {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.035;
  margin-left: 6px;
}
.ec-pick_up__element-percent p {
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-weight: 700;
}
.ec-pick_up__element-percent p span {
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-left: 6px;
}
.ec-pick_up__element:nth-child(1) .ec-pick_up__element-title {
  background-color: #f49f53;
}
.ec-pick_up__element:nth-child(1) .ec-pick_up__element-percent {
  color: #f49f53;
}
.ec-pick_up__element:nth-child(2) .ec-pick_up__element-title {
  background-color: #199073;
}
.ec-pick_up__element:nth-child(2) .ec-pick_up__element-percent {
  color: #199073;
}
.ec-pick_up__element:nth-child(3) .ec-pick_up__element-title {
  background-color: #5bced9;
}
.ec-pick_up__element:nth-child(3) .ec-pick_up__element-percent {
  color: #5bced9;
}
.ec-pick_up__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 100px;
}
.ec-pick_up__wnew {
  padding: 58px 0;
  position: relative;
  background: url("../img/top/pick_up-wnew.jpg") no-repeat center center/cover;
}
.ec-pick_up__wnew__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ec-pick_up__wnew__title {
  margin-bottom: 28px;
  color: #fff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ec-pick_up__wnew__title p {
  font-family: "DM Sans", sans-serif !important;
  font-size: 36px;
  line-height: 0.8;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 28px;
}
.ec-pick_up__wnew__title span {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
}
.ec-pick_up__wnew__link {
  padding: 20px 100px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
}
.ec-pick_up__wnew__link::after {
  content: "";
  position: absolute;
  top: 38%;
  right: 20px;
  width: 8px;
  height: 16px;
  background: url("../img/top/ic-arrow-gray.png") no-repeat center center/100% 100%;
}
.ec-pick_up__wnew__link:hover {
  color: #fff;
  opacity: 0.6;
}
.ec-female-question__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 50px;
  margin-bottom: 88px;
}
.ec-female-question__inner .container > span {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
}
.ec-female-question__title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.ec-female-question__title p {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
.ec-female-question__list__check {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px 100px;
  background-color: #f6f6f6;
}
.ec-female-question__check {
  display: flex;
}
.ec-female-question__check input[type=checkbox] {
  display: none;
}
.ec-female-question__check .check {
  display: inline-block;
  position: relative;
  padding: 10px;
  margin-right: 20px;
  cursor: pointer;
}
.ec-female-question__check .check::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 20px;
  height: 20px;
  border: 2px solid #60696e;
  background-color: #fff;
}
.ec-female-question__check .check::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 20px;
  width: 15px;
  height: 10px;
  color: #000;
  background: url(../img/top/tick-b.png) no-repeat center center/100% 100%;
}
.ec-female-question__check input[type=checkbox]:checked + .check:after {
  background: url("../img/top/tick-a.png") no-repeat center center/100% 100%;
}
.ec-female-question__check p {
  font-size: 18px;
  padding: 10px 0;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.ec-female-question__list__qa {
  margin-top: 106px;
  border-bottom: 1px solid #d3dadd;
}
.ec-female-question__list__qa.umgt {
  margin-top: unset;
}
.ec-female-question__q-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.ec-female-question__q-item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background-color: #d3dadd;
}
.ec-female-question__q-item__title span {
  position: absolute;
  top: -40px;
  left: 30px;
  font-size: 80px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.075em;
}
.ec-female-question__q-item__title p {
  font-size: 28px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.025em;
  padding: 8px 0;
  margin-left: 140px;
}
.ec-female-question__a-item {
  display: flex;
  align-items: flex-start;
  padding-top: 54px;
  padding-bottom: 100px;
  border-bottom: 1px solid #d3dadd;
}
.ec-female-question__a-item:last-child {
  border-bottom: unset;
}
.ec-female-question__a-item__l {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.ec-female-question__a-item__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 258px;
  margin: 0 20px;
}
.ec-female-question__a-item__title > p:nth-child(1) {
  font-size: 80px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.075em;
  margin-bottom: 60px;
}
.ec-female-question__a-item__title > p:nth-child(1) span {
  font-size: 60px;
}
.ec-female-question__a-item__title > p:nth-child(1).mgl {
  text-align: right;
}
.ec-female-question__a-item__title > p:nth-child(2) {
  font-size: 110px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.075em;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 60px;
}
.ec-female-question__a-item__title > p:nth-child(2) span {
  font-size: 80px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.055em;
  position: absolute;
}
.ec-female-question__a-item__title > p:nth-child(2) span:nth-child(1) {
  rotate: 90deg;
  top: -70px;
  right: 0;
}
.ec-female-question__a-item__title > p:nth-child(2) span:nth-child(2) {
  rotate: 90deg;
  bottom: -80px;
  left: -8px;
}
.ec-female-question__a-item__title > p:nth-child(3) {
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 60px;
  color: #aeccd8;
}
.ec-female-question__a-item__title > p:nth-child(3) small {
  font-size: 48px;
  line-height: 0.75;
  letter-spacing: 0.025em;
}
.ec-female-question__a-item__title-s {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 356px;
  margin-left: 70px;
}
.ec-female-question__a-item__title-s > p.p1 {
  font-size: 110px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.075em;
  display: flex;
  flex-direction: column;
  position: relative;
}
.ec-female-question__a-item__title-s > p.p1.s {
  font-size: 80px;
}
.ec-female-question__a-item__title-s > p.p1.xs {
  font-size: 48px;
  line-height: 1.125;
}
.ec-female-question__a-item__title-s > p.p1 span {
  font-size: 80px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.055em;
  position: absolute;
}
.ec-female-question__a-item__title-s > p.p1 span:nth-child(1) {
  rotate: 90deg;
  top: -70px;
  right: -8px;
}
.ec-female-question__a-item__title-s > p.p1 span:nth-child(2) {
  rotate: 90deg;
  bottom: -80px;
  left: -8px;
}
.ec-female-question__a-item__title-s > p.p2 {
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 60px;
  color: #aeccd8;
  margin-left: 18px;
  margin-right: 18px;
}
.ec-female-question__a-item__title-s > p.p2 small {
  font-size: 48px;
  line-height: 0.75;
  letter-spacing: 0.025em;
}
.ec-female-question__a-item__message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 40px;
  margin: auto 0 auto 20px;
}
.ec-female-question__a-item__message .message__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 50px;
}
.ec-female-question__a-item__message .message__left .message::before {
  position: absolute;
  content: "";
  left: -18px;
  top: 27px;
  border-left: 4px solid transparent;
  border-right: 15px solid #dbe7ed;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.ec-female-question__a-item__message .message__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 50px;
}
.ec-female-question__a-item__message .message__right .message::before {
  position: absolute;
  content: "";
  right: -15px;
  top: 27px;
  border-left: 15px solid #dbe7ed;
  border-right: 0 solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.ec-female-question__a-item__message .message {
  width: 100%;
  background-color: #dbe7ed;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ec-female-question__a-item__message .message p {
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.025em;
  text-align: center;
}
.ec-male-question__inner {
  margin-top: 20px;
  margin-bottom: 80px;
}
.ec-male-question__text p {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
}
.ec-male-question__list__qa {
  margin-bottom: 100px;
}
.ec-male-question__q-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
.ec-male-question__q-item__title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  background-color: #d3dadd;
}
.ec-male-question__q-item__title span {
  position: absolute;
  top: -40px;
  left: 30px;
  font-size: 80px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.075em;
}
.ec-male-question__q-item__title p {
  font-size: 28px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.025em;
  padding: 8px 0;
}
.ec-male-question__a-item {
  display: flex;
  align-items: flex-start;
  padding-top: 54px;
}
.ec-male-question__a-item__l {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.ec-male-question__a-item__title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 258px;
}
.ec-male-question__a-item__title__image {
  margin-left: 30px;
  margin-bottom: 30px;
  position: relative;
}
.ec-male-question__a-item__title__image p {
  position: absolute;
  top: -24px;
  left: 10px;
  font-size: 80px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.ec-male-question__a-item__title__image p span {
  font-size: 40px;
}
.ec-male-question__a-item__title > p:nth-child(2) {
  font-size: 110px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.075em;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0 60px;
}
.ec-male-question__a-item__title > p:nth-child(2) span {
  font-size: 80px;
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.055em;
  position: absolute;
}
.ec-male-question__a-item__title > p:nth-child(2) span:nth-child(1) {
  rotate: 90deg;
  top: -70px;
  right: 0;
}
.ec-male-question__a-item__title > p:nth-child(2) span:nth-child(2) {
  rotate: 90deg;
  bottom: -80px;
  left: -8px;
}
.ec-male-question__a-item__title > p:nth-child(3) {
  font-size: 64px;
  font-family: "Noto Serif JP", sans-serif;
  line-height: 1;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 60px;
  color: #aeccd8;
}
.ec-male-question__a-item__title > p:nth-child(3) small {
  font-size: 48px;
  line-height: 0.75;
  letter-spacing: 0.025em;
}
.ec-male-question__a-item__message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 40px;
  margin: auto 0;
}
.ec-male-question__a-item__message .message__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 50px;
}
.ec-male-question__a-item__message .message__left .message::before {
  position: absolute;
  content: "";
  left: -18px;
  top: 27px;
  border-left: 4px solid transparent;
  border-right: 15px solid #dbe7ed;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.ec-male-question__a-item__message .message__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  gap: 50px;
}
.ec-male-question__a-item__message .message__right .message::before {
  position: absolute;
  content: "";
  right: -15px;
  top: 27px;
  border-left: 15px solid #dbe7ed;
  border-right: 0 solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.ec-male-question__a-item__message .message {
  width: 100%;
  background-color: #dbe7ed;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ec-male-question__a-item__message .message p {
  font-size: 16px;
  line-height: 1.125;
  letter-spacing: 0.025em;
  text-align: center;
}
.ec-male-question__a-item__message .message__list-part {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-items: flex-start;
  width: 100%;
  margin-top: 30px;
}
.ec-male-question__a-item__message .message__part {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid #d9dfe2;
}
.ec-male-question__a-item__message .message__part:first-child {
  border-top: 1px solid #d9dfe2;
}
.ec-male-question__a-item__message .message__part p {
  font-size: 16px;
  padding: 15px 0;
  letter-spacing: 0.025em;
}
.ec-male-question__a-item__message .message__part p:first-child {
  min-width: 105px;
}

@media only screen and (max-width: 1080px) {
  .ec-product-page__list-catelory {
    overflow-x: scroll !important;
    justify-content: flex-start;
    width: 100%;
    padding: 50px 0;
  }
  .ec-product-page__list-catelory::-webkit-scrollbar {
    width: 100%;
    height: 3px;
    background-color: #d3dadd;
  }
  .ec-product-page__list-catelory::-webkit-scrollbar-thumb {
    height: 3px;
    background-color: #60696e;
  }
  .ec-blog-detail__item-row {
    flex-direction: column;
  }
  .ec-blog-detail__item-row-l {
    width: 100%;
  }
  .ec-blog-detail__item-row-r {
    line-height: 1.75;
    text-align: start;
  }
  .ec-pick_up__list__element {
    gap: 60px;
  }
  .ec-female-question__list__check {
    padding: 30px 20px;
  }
  .ec-female-question__list__qa {
    margin-top: 60px;
  }
  .ec-female-question__q-item__title {
    justify-content: flex-start;
  }
  .ec-female-question__q-item__title span {
    top: -18px;
    left: 20px;
    font-size: 40px;
  }
  .ec-female-question__q-item__title p {
    font-size: 20px;
    margin-left: 100px;
  }
  .ec-female-question__a-item__title {
    display: none;
  }
  .ec-female-question__a-item__message .message p {
    padding: 8px 12px;
    line-height: 1.5;
  }
  .ec-female-question__a-item {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .ec-female-question__a-item-sp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    margin-bottom: 20px;
  }
  .ec-female-question__a-item-sp > span {
    font-size: 40px;
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0.075em;
  }
  .ec-female-question__a-item-sp p {
    font-size: 40px;
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
    line-height: 1.6;
    letter-spacing: 0.025em;
    padding: 8px 0;
  }
  .ec-female-question__a-item-sp p:last-child {
    color: #aeccd8;
  }
  .ec-male-question__a-item__message {
    margin: 0;
  }
  .ec-male-question__list__qa {
    margin-top: 60px;
  }
  .ec-male-question__q-item__title {
    justify-content: flex-start;
  }
  .ec-male-question__q-item__title span {
    top: -18px;
    left: 20px;
    font-size: 40px;
  }
  .ec-male-question__q-item__title p {
    font-size: 20px;
    margin-left: 100px;
    padding: 0;
  }
  .ec-male-question__a-item__title {
    display: none;
  }
  .ec-male-question__a-item__message .message p {
    padding: 8px 12px;
    line-height: 1.5;
  }
  .ec-male-question__a-item {
    flex-direction: column;
  }
  .ec-male-question__a-item-sp {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .ec-male-question__a-item-sp .ec-male-question__a-item__title__image {
    margin: 0;
  }
  .ec-male-question__a-item-sp .ec-male-question__a-item__title__image img {
    max-width: 80px;
  }
  .ec-male-question__a-item-sp .ec-male-question__a-item__title__image p {
    top: -10px;
  }
  .ec-male-question__a-item-sp > span {
    font-size: 40px;
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
    letter-spacing: 0.075em;
  }
  .ec-male-question__a-item-sp p {
    font-size: 40px;
    font-weight: 500;
    font-family: "Noto Serif JP", sans-serif;
    line-height: 1.6;
    letter-spacing: 0.025em;
    padding: 8px 0;
  }
  .ec-male-question__a-item-sp p:last-child {
    color: #aeccd8;
  }
  .ec-male-question__a-item__message {
    margin: 0;
  }
  .ec-male-question__a-item__message .message__part p:first-child {
    min-width: 110px;
  }
}
@media only screen and (max-width: 768px) {
  .ec-banner__title {
    font-size: 30px;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .ec-product-detail__content-a {
    flex-direction: column;
  }
  .ec-product-detail__image {
    max-width: 100%;
  }
  .ec-product-page__type {
    flex: 3;
  }
  .ec-product-page__cp {
    flex: 1;
    max-height: unset;
    height: unset;
    display: unset;
  }
  .ec-product-page__type p {
    padding: 4px 0;
    font-size: 16px;
    line-height: unset;
  }
  .ec-product-page__type.fbg .ec-product-page__type-content {
    padding: 0 8px;
  }
  .ec-product-page-items > span:nth-child(3) {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
  .ec-product-page__cp p {
    line-height: unset;
    font-size: 12px;
    padding: 10px 8px;
  }
  .ec-product-page-items {
    max-width: 100%;
    flex-direction: row;
    align-items: stretch;
  }
  .ec-product-page__list-product .ec-product__item {
    width: calc((100% - 20px) / 2);
  }
  .ec-product-detail__type {
    margin-top: 12px;
  }
  .ec-productRole__actions .ec-select .mb-3 select option {
    width: fit-content;
    max-width: 60px;
    font-size: 12px;
  }
  .ec-product-detail__btn .btn-buy {
    padding: 16px 80px;
  }
  .ec-blog-detail__list-btn .btn__c {
    padding: 14px 60px;
  }
  .ec-blog-detail__content table tr th {
    padding: 10px 10px;
  }
  .ec-blog-detail__content table tr td {
    padding: 10px 10px;
  }
  .ec-blog-detail__list-product-b .ec-product {
    margin: 80px auto 80px;
  }
  .ec-pick_up__list__element {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .ec-female-question__q-item__title span {
    top: 6px;
  }
  .ec-female-question__q-item__title p {
    margin-right: 10px;
  }
  .ec-female-question__a-item-sp p {
    font-size: 22px;
  }
  .ec-female-question__a-item__message {
    gap: 20px;
    margin: 0;
  }
  .ec-male-question__q-item__title span {
    top: -18px;
  }
  .ec-male-question__q-item__title p {
    margin-right: 10px;
  }
  .ec-male-question__a-item-sp p {
    font-size: 22px;
  }
  .ec-male-question__a-item__message {
    gap: 20px;
  }
  .ec-blog__item {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1080px) {
  .ec-product-detail__btn .btn-buy {
    padding: 20px 68px;
  }
}
@media only screen and (max-width: 500px) {
  .ec-male-question__q-item__title span {
    top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .ec-product-detail__list-product .container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ec-blog-detail__list-product-a .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ec-blog-detail__list-product-b .container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ec-product-page__list-product {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media only screen and (min-width: 1080px) {
  .scroll-hint-icon-wrap {
    display: none;
  }
}
@media only screen and (min-width: 1080px) {
  .ec-female-question__a-item-sp {
    display: none;
  }
  .ec-male-question__a-item-sp {
    display: none;
  }
}

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