@charset "UTF-8";
.hr-grinder {
  padding-bottom: 0;
}

.hr-grinder__title {
  font-size: 26px;
  letter-spacing: 0.05em;
  color: #d60077;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hr-grinder__title {
    font-size: 32px;
  }
}

.hr-grinder__title--jost {
  font-family: 'Jost', sans-serif;
}

.hr-grinder__title--noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.grinder-breadcrumbs {
  position: absolute;
  left: 20px;
  z-index: 1000;
}

.grinder-breadcrumbs ul {
  width: 250px;
}

.grinder-kv-top-btn {
  position: absolute;
  right: calc(50vw - 580px);
  bottom: 10%;
  padding-bottom: 8px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  z-index: 1000;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .grinder-kv-top-btn {
    right: 22.5px;
    bottom: 10%;
    padding-bottom: 4px;
    font-size: 9px;
  }
}

.grinder-kv-top-btn::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .grinder-kv-top-btn {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hr-grinder-kv-wrap {
    height: 157.734vw;
    position: relative;
    max-height: 100vh;
    line-height: 0;
    overflow: hidden;
  }
}

.hr-grinder-kv {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .hr-grinder-kv {
    height: 177.77778vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.hr-grinder-kv__video {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .video-wrap {
    min-width: 318.415vw;
    min-height: 157.734vw;
  }
}

.hr-grinder-main-wrap {
  position: relative;
  margin-top: -5px;
}

@media screen and (max-width: 767px) {
  .hr-grinder-main-wrap {
    margin-top: -5px;
  }
}

.hr-grinder-main-wrap .reason {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-55%);
  width: 302px;
  height: 302px;
  border-radius: 50%;
  font-size: 27px;
  background-color: #fff;
  color: #4d4d4d;
}

.hr-grinder-pickup {
  padding-bottom: 120px;
}

.hr-grinder-pickup__container {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .hr-grinder-pickup__container {
    max-width: 100%;
    width: 84%;
  }
}

.hr-grinder-pickup-item {
  display: flex;
  margin-top: 46px;
}

.hr-grinder-pickup-item:not(:last-of-type) {
  padding-bottom: 46px;
  border-bottom: 1px solid #E2E2E2;
}

@media screen and (max-width: 767px) {
  .hr-grinder-pickup-item:not(:last-of-type) {
    border: 0px;
  }
}

@media screen and (max-width: 767px) {
  .hr-grinder-pickup-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.hr-grinder-pickup-item__name-area {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .hr-grinder-pickup-item__name-area {
    flex-direction: column;
  }
}

.hr-grinder-pickup-item__name-area span {
  margin-left: 25px;
}

@media screen and (max-width: 767px) {
  .hr-grinder-pickup-item__name-area span {
    margin-top: 2.667vw;
    margin-left: 0;
    font-size: 2.8vw;
  }
}

.hr-grinder-pickup-item__name {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .hr-grinder-pickup-item__name {
    font-size: 3.734vw;
  }
}

.hr-grinder-pickup-item__name span {
  margin-left: 8px;
}

.hr-grinder-pickup-item__text-area {
  margin-right: 38px;
}

@media screen and (max-width: 767px) {
  .hr-grinder-pickup-item__text-area {
    margin-right: 0;
  }
}

.hr-grinder-pickup-item__text {
  margin-top: 20px;
  font-size: 16px;
  line-break: strict;
  overflow-wrap: break-word;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .hr-grinder-pickup-item__text {
    text-align: unset;
    line-height: 1.9;
    font-size: 21px;
  }
}

.hr-grinder-pickup-item__icon-area {
  display: flex;
  align-items: center;
  max-width: 500px;
  width: 100%;
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .hr-grinder-pickup-item__icon-area {
    max-width: 100%;
  }
}

.hr-grinder-pickup-item__btn-area {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .hr-grinder-pickup-item__btn-area {
    width: 100%;
    margin-top: 90px;
  }
}

@media screen and (max-width: 767px) {
  .hr-grinder-pickup-item__btn {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hr-grinder-pickup-item__btn .a_btn01 {
    width: 100%;
  }
}

.hr-grinder-pickup-item__img {
  width: 240px;
  flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .hr-grinder-pickup-item__img {
    width: 69.842%;
    flex-shrink: 1;
  }
}

.grinder-features-icon {
  max-width: 62px;
  width: 10vw;
}

.grinder-features-icon:not(:first-of-type) {
  margin-left: 9.5%;
}

.grinder-features-icon figure {
  position: relative;
}

.grinder-features-icon .amount::after {
  content: "~24g";
  position: absolute;
  bottom: -30%;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .grinder-features-icon .amount::after {
    font-size: 1.6vw;
  }
}

.grinder-features-icon .amount-100::after {
  content: "~100g";
  position: absolute;
  bottom: -30%;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .grinder-features-icon .amount-100::after {
    font-size: 1.6vw;
  }
}

.grinder-features-icon .mm::after {
  content: "Measurements";
  position: absolute;
  bottom: -30%;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .grinder-features-icon .mm::after {
    font-size: 1.6vw;
  }
}

.grinder-features-icon .click::after {
  content: "Click type";
  white-space: pre;
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .grinder-features-icon .click::after {
    font-size: 1.6vw;
  }
}

.grinder-features-icon .screw::after {
  content: "Screw type";
  white-space: pre;
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .grinder-features-icon .screw::after {
    font-size: 1.6vw;
  }
}

.grinder-features-icon .ems::after {
  content: "EMS Support";
  position: absolute;
  bottom: -30%;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .grinder-features-icon .ems::after {
    font-size: 1.6vw;
  }
}

.grinder-features-icon .outdoor::after {
  content: "For Outdoor Use";
  white-space: pre;
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .grinder-features-icon .outdoor::after {
    font-size: 1.6vw;
  }
}

.hr-grinder-diff {
  padding: 70px 0 80px 0;
  background-color: #898989;
}

.hr-grinder-diff__heading {
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 16px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .hr-grinder-diff__heading {
    font-size: 2.8vw;
  }
}

.hr-grinder-diff__movie-list {
  display: flex;
  justify-content: space-between;
  max-width: 785px;
  width: 100%;
  margin: 28px auto 0;
}

@media screen and (max-width: 767px) {
  .hr-grinder-diff__movie-list {
    flex-direction: column;
    row-gap: 35px;
    width: 88%;
    margin: 28px auto 0;
  }
}

.hr-grinder-diff__text-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  flex-grow: 1;
}

.hr-grinder-diff__text-area figure {
  width: 33px;
  margin-right: 18px;
}

.hr-grinder-diff__text-area p {
  font-size: 20px;
  color: #fff;
}

.hr-grinder-diff__movie {
  max-width: 370px;
  width: 100%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .hr-grinder-diff__movie {
    max-width: 100%;
  }
}

.hr-grinder-diff__bottom-text {
  margin-top: 80px;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .hr-grinder-diff__bottom-text {
    font-size: 2.8vw;
  }
}

.hr-grinder-diff__bottom-list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 672px;
  margin: 36px auto 0;
}

@media screen and (max-width: 767px) {
  .hr-grinder-diff__bottom-list {
    flex-wrap: wrap;
    max-width: 100%;
    width: 88%;
  }
}

@media screen and (max-width: 767px) {
  .hr-grinder-diff__bottom-list li {
    width: 50%;
  }
}

.hr-grinder-select {
  padding: 118px 0;
  background-color: #e6e6e6;
}

.hr-grinder-select__container {
  max-width: 1510px;
  width: 100%;
  margin: 60px auto 0;
  padding: 0 4%;
}

.hr-grinder-select__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .hr-grinder-select__list {
    flex-direction: column;
    align-items: center;
    width: 84%;
    margin: 0 auto;
  }
}

.hr-grinder-select__btn-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 140px;
}

@media screen and (max-width: 767px) {
  .hr-grinder-select__btn-area {
    width: 84%;
    margin: 25.334vw auto 0;
  }
}

@media screen and (max-width: 767px) {
  .hr-grinder-select__btn-area .a_btn01 {
    width: 100%;
  }
}

.hr-grinder-select__btn-area .bottom-wrap {
  display: flex;
  margin-top: 42px;
}

@media screen and (max-width: 767px) {
  .hr-grinder-select__btn-area .bottom-wrap {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .hr-grinder-select__btn-area .bottom-wrap li {
    margin-top: 26px;
  }
}

.hr-grinder-select__btn-area .bottom-wrap li:last-of-type {
  margin-left: 40px;
}

@media screen and (max-width: 767px) {
  .hr-grinder-select__btn-area .bottom-wrap li:last-of-type {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hr-grinder-select__btn {
    width: 100%;
  }
}

.hr-grinder-select-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35%;
}

.hr-grinder-select-item:first-of-type::after {
  content: "";
  position: absolute;
  top: 19%;
  right: 0;
  width: 1px;
  height: 89%;
  background-color: #a3a3a3;
}

@media screen and (max-width: 767px) {
  .hr-grinder-select-item:first-of-type::after {
    width: 0;
  }
}

@media screen and (max-width: 767px) {
  .hr-grinder-select-item {
    width: 100%;
    border-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .hr-grinder-select-item__wrap {
    display: flex;
    column-gap: 5.6%;
    justify-content: space-between;
    width: 84%;
    margin: 0 auto;
  }
}

.hr-grinder-select-item__wrap .top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .hr-grinder-select-item__wrap .top {
    column-gap: 5.6%;
    width: 100%;
    justify-content: space-between;
  }
}

.hr-grinder-select-item__wrap .bottom {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .hr-grinder-select-item__wrap .bottom {
    column-gap: 5.6%;
    width: 100%;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}

.hr-grinder-select-item--q2 {
  width: 55%;
  border-right: none;
}

@media screen and (max-width: 767px) {
  .hr-grinder-select-item--q2 {
    width: 100%;
    margin-top: 100px;
  }
}

.hr-grinder-select-item--q2 .hr-grinder-select-item__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .hr-grinder-select-item--q2 .hr-grinder-select-item__wrap {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    width: 84%;
    margin: 0 auto;
  }
}

.hr-grinder-select-item__num {
  font-size: 80px;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
  color: #fff;
}

.hr-grinder-select-item__question {
  font-size: 22px;
  text-align: center;
}

.select-item {
  position: relative;
  max-width: 160px;
  max-height: 160px;
  width: 11.2vw;
  height: 11.2vw;
  margin-top: 75px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .select-item {
    width: 25.334vw;
    height: 25.334vw;
    max-width: 190px;
    max-height: 190px;
    flex-shrink: 0;
  }
}

.select-item::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .select-item::after {
    font-size: 3.734vw;
  }
}

.select-item.is-selected {
  border: 4px solid #cc0078;
}

.select-item.modern::after {
  content: "Modern";
}

.select-item.retro::after {
  content: "Retro";
}

.select-item.two::after {
  content: "1～2 Cups";
}

.select-item.three::after {
  content: "3 Cups~";
}

.select-item.grass::after {
  content: "Glass";
}

.select-item.stainless::after {
  content: "Stainless";
}

.select-item.resin::after {
  content: "Resin";
}

.select-item.wood::after {
  content: "Wood/Ceramic";
}

.video {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .grinder-slick {
    width: 84%;
  }
}

.hr-main_slider07 .slick-prev {
  display: none !important;
}

.hr-main_slider07 .next-arrow {
  position: absolute;
  top: 40%;
  right: 0%;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .hr-main_slider07 .next-arrow {
    width: 13.334vw;
    height: 13.334vw;
    top: 40%;
    right: -10%;
  }
}

.hr-main_slider07 .prev-arrow {
  position: absolute;
  top: 40%;
  left: 0%;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .hr-main_slider07 .prev-arrow {
    width: 13.334vw;
    height: 13.334vw;
    top: 40%;
    left: -10%;
  }
}

.hr-main_slider07 .prev-arrow.prev-delete {
  opacity: 0;
  height: 0;
  pointer-events: none;
}

.alert {
  display: none;
  text-align: center;
  position: relative;
  top: 90px;
}

@media screen and (max-width: 767px) {
  .alert {
    top: 19vw;
    width: 84%;
    margin: 0 auto;
    font-size: 2.667vw;
  }
}

.alert.is-active {
  display: block;
}

.alert02 {
  display: none;
  text-align: center;
  position: relative;
  top: 90px;
}

@media screen and (max-width: 767px) {
  .alert02 {
    top: 19vw;
    width: 84%;
    margin: 0 auto;
    font-size: 2.667vw;
  }
}

.alert02.is-active {
  display: block;
}

.result-btn.is-disactive {
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
  background-color: #e6e6e6;
  pointer-events: none;
}

.inactive {
  background-color: transparent !important;
  border: 1px solid #4d4d4d !important;
  color: #4d4d4d !important;
  pointer-events: none !important;
}
