@charset "UTF-8";
#float-link-btn {
  position: fixed;
  bottom: 40px;
  right: 0;
  transition: opacity 0.5s;
  z-index: 200;
}
@media screen and (max-width:767px) {
  #float-link-btn {
    bottom: 30px;
  }
}
#float-link-btn a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 42px;
  font-size: 13px;
  line-height: 1;
  color: #ffffff;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background: linear-gradient(to right, #f4ac5f 0%, #ee824a 50%, #e85541 82%, #ea6d80 100%);
}
@media screen and (max-width:767px) {
  #float-link-btn a {
    width: 134px;
    font-size: 11px;
  }
}
#float-link-btn a img {
  display: inline-block;
  margin: 0 10px 0 20px;
  height: 18px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width:767px) {
  #float-link-btn a img {
    margin: 0 10px 0 16px;
    height: 16px;
  }
}
#float-link-btn.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s;
}

.pageTopBtnWrap {
  display: none;
}

@media screen and (min-width:768px) {
  .headFlex-outer,
  .glMenu-outer {
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
  }
}
@media screen and (min-width:768px) {
  .headFlex-outer .headFlex-inner,
  .headFlex-outer .glMenu-inner,
  .glMenu-outer .headFlex-inner,
  .glMenu-outer .glMenu-inner {
    max-width: 1280px;
  }
}

@media screen and (max-width:767px) {
  .js-menu-style.s-header {
    margin-top: -5px;
  }
  .js-menu-style .s-header-wrap {
    background: transparent;
  }
  .js-menu-style .headFlex-outer {
    border-top: 5px solid #ee824a;
  }
  .js-menu-style .headFlex-inner {
    border-bottom: 2px solid #fff;
  }
  .js-menu-style .s-header-navBlok__nav {
    background: url(../../assets/img/common/img_menu_bg.png) center/cover no-repeat;
    top: 0;
    height: 100vh;
    padding-top: 88px;
    z-index: -1;
  }
  .js-menu-style .s-header-wrap__nav {
    background: transparent;
  }
  .js-menu-style .s-header-wrap__center-logo.sp a img,
  .js-menu-style .s-header-utilityList .s-header-utilityList__icon img {
    filter: brightness(0) invert(1);
  }
  .js-menu-style .s-header-contentsNavBlock {
    margin-bottom: calc(32 / 375 * 100vw);
    padding: 0 calc(48 / 375 * 100vw);
  }
  .js-menu-style .s-header-contentsNav__body a {
    position: relative;
    display: inline-block;
    font-size: calc(24 / 375 * 100vw);
    color: #fff;
    line-height: 1;
  }
  .js-menu-style .s-header-contentsNav__body a::after {
    display: inline-block;
    margin-left: 10px;
    content: "";
    width: calc(18 / 375 * 100vw);
    height: calc(18 / 375 * 100vw);
    background: url(../../assets/img/common/ic_menu_nav_arrow.svg) no-repeat;
  }
  .js-menu-style .s-header-contentsNav__body ul {
    display: flex;
    flex-flow: column;
    gap: calc(36 / 375 * 100vw);
  }
  .js-menu-style .copyright-box {
    text-align: center;
    color: #fff;
    font-size: 10px;
  }
  .js-menu-style .btn-inquiry-box {
    margin-bottom: 18px;
  }
  .js-menu-style .btn-inquiry-box a {
    position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 274px;
    height: 36px;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    color: #ef834a;
    border-radius: 50px;
  }
  .js-menu-style .menu-nav-list {
    margin-bottom: 16px;
    padding: 20px 28px 0;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    gap: 8px 22px;
    border-top: 1px solid #fff;
  }
  .js-menu-style .menu-nav-list a {
    font-size: calc(14 / 375 * 100vw);
    color: #fff;
    line-height: 1;
  }
}
@media screen and (min-width:768px) {
  .s-header {
    height: 116px;
  }
}

@media screen and (max-width:767px) {
  .headFlex-inner {
    border-bottom: 2px solid #ee824a;
  }
}

.glMenu-wrap {
  background: #fff;
}

.s-header-utilityList__item {
  font-size: 15px;
}

.glMenu-wrap {
  border-top: 1px solid #F8C186;
  border-bottom: 1px solid #F8C186;
}

.es-glMenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.es-glMenu .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.es-glMenu .logo-box {
  flex-shrink: 0;
}

.glMenu.es-glMenu {
  border: unset;
}
.glMenu.es-glMenu ul {
  border: unset;
}
.glMenu.es-glMenu li {
  font-size: 15px;
  letter-spacing: -0.03em;
}

.glMenu ul {
  gap: 2.2rem;
}

@media screen and (max-width:767px) {
  .s-header {
    border-top: 5px solid #ee824a;
  }
}

@media screen and (min-width:768px) {
  .s-header-wrap {
    padding: unset;
    height: 48px !important;
  }
}
@media screen and (max-width:767px) {
  .s-header-wrap {
    height: 53px !important;
  }
}

.s-header__cartCnt {
  position: unset;
  background: #dc6a74;
}

.s-header-wrap__logo {
  width: 80px;
  height: 24px;
}

.s-header-wrap__center-logo.sp a {
  display: inline-block;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
}
.s-header-wrap__center-logo.sp a img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.s-header-utilityList {
  gap: 20px;
}
@media screen and (max-width:767px) {
  .s-header-utilityList {
    gap: calc(10 / 375 * 100vw);
  }
}

@media screen and (max-width:767px) {
  .s-header-wrap {
    position: relative;
  }
}

@media screen and (max-width:767px) {
  .s-header-wrap__nav {
    top: 0;
    width: 42px;
    height: 53px;
    background: #fff;
  }
}

@media screen and (max-width:767px) {
  .s-header-navBlok__openBtn::before,
  .s-header-navBlok__openBtn::after,
  .s-header-navBlok__openBtn > span {
    width: 24px;
    height: 1px;
    left: 8px;
    background: #ef834a;
  }
}

@media screen and (max-width:767px) {
  .l-container-wrap {
    margin-top: 60px;
  }
}
.l-container-wrap.es-page-top {
  flex-direction: column;
  overflow: hidden;
}

.s-header-wrap__utility {
  display: flex;
  flex-direction: row-reverse;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  right: 1rem;
}
@media screen and (max-width:767px) {
  .s-header-wrap__utility {
    display: block;
    position: absolute;
    top: auto;
    right: 4.5rem;
    height: auto;
  }
}
.s-header-wrap__utility .es-login {
  height: 24px;
}
@media screen and (max-width:767px) {
  .s-header-wrap__utility .es-login {
    height: calc(20 / 375 * 100vw);
    max-height: 20px;
  }
}
.s-header-wrap__utility .es-member {
  height: 24px;
}
@media screen and (max-width:767px) {
  .s-header-wrap__utility .es-member {
    height: calc(20 / 375 * 100vw);
    max-height: 20px;
  }
}
.s-header-wrap__utility .s-header-utilityList__icon a, .s-header-wrap__utility .s-header-utilityList__icon--cart {
  display: flex;
  align-items: center;
  gap: 6px;
}
.s-header-wrap__utility .s-header-utilityList__icon--cart {
  gap: 4px;
}
.s-header-wrap__utility .s-header-utilityList__icon--cart img {
  height: 23px;
}
@media screen and (max-width:767px) {
  .s-header-wrap__utility .s-header-utilityList__icon--cart img {
    height: calc(20 / 375 * 100vw);
    max-height: 20px;
  }
}

@media screen and (max-width:767px) {
  #js-headNavOpenBtn.s-header-navBlok__openBtn::before, #js-headNavOpenBtn.s-header-navBlok__openBtn::after, #js-headNavOpenBtn.s-header-navBlok__openBtn > span {
    content: unset;
  }
  #js-headNavOpenBtn.hum-menu.active > span {
    opacity: unset;
  }
  #js-headNavOpenBtn.hum-menu {
    width: 42px;
    height: 53px;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
  }
  #js-headNavOpenBtn.hum-menu span {
    display: block;
    margin: 0;
    border: none;
    width: 50%;
    height: 1px;
    background: #ef834a;
    transform-origin: 0% 50%;
    position: absolute;
    top: 15px;
    left: 10px;
    transition: 0.3s;
  }
  #js-headNavOpenBtn.hum-menu span:nth-of-type(2) {
    top: 25px;
  }
  #js-headNavOpenBtn.hum-menu span:nth-of-type(3) {
    top: 36px;
  }
  #js-headNavOpenBtn.hum-menu.active span {
    left: 30%;
  }
  #js-headNavOpenBtn.hum-menu.active span:nth-of-type(1) {
    top: 18px;
    transform: rotate(45deg);
    width: 25px;
    background: #fff;
  }
  #js-headNavOpenBtn.hum-menu.active span:nth-of-type(2) {
    opacity: 0;
  }
  #js-headNavOpenBtn.hum-menu.active span:nth-of-type(3) {
    top: 36px;
    transform: rotate(-45deg);
    width: 25px;
    background: #fff;
  }
}

@media screen and (min-width:768px) {
  .glMenu {
    border-top: 1px solid #F8C186;
    border-bottom: 1px solid #F8C186;
  }
}
.glMenu .logo-box a img {
  height: 36px;
}

.es-btn-inquiry a {
  display: inline-block;
  padding: 8px 18px;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
}

.bg-yellow {
  background: #f5ad5f;
}

.bg-img {
  background-image: url(../../assets/img/common/img_bg.jpg);
  background-repeat: repeat;
  background-size: 500px;
}

.s-footer {
  position: relative;
  z-index: 2;
  padding: 66px 20px 70px;
  background: linear-gradient(122deg, #ffe5b2 0%, #f4ac5f 25%, #ee824a 55%, #e85541 80%, #ea6d80 100%);
}
@media screen and (max-width:767px) {
  .s-footer {
    padding: unset;
    background: unset;
  }
  .s-footer::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../../assets/img/common/img_bg_sp_footer.svg) center/cover no-repeat;
    z-index: -1;
  }
}
.s-footer .s-footer-inner {
  margin: auto;
  max-width: 1040px;
}
@media screen and (max-width:767px) {
  .s-footer .s-footer-inner {
    width: 100%;
    padding: 46px 30px 40px;
  }
}
.s-footer .logo-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
@media screen and (max-width:767px) {
  .s-footer .logo-box {
    justify-content: center;
    margin-bottom: 40px;
  }
}
.s-footer .logo-box img {
  margin: unset;
  display: inline-block;
}
.s-footer .logo-box .logo-es {
  height: 35px;
}
@media screen and (max-width:767px) {
  .s-footer .logo-box .logo-es {
    height: 44px;
  }
}
.s-footer .logo-kirin {
  height: 36px;
}
@media screen and (max-width:767px) {
  .s-footer .logo-kirin {
    margin-bottom: 20px;
  }
}
.s-footer .footer-logo {
  text-align: center;
}
.s-footer .footer-nav-wrap {
  display: flex;
  flex-flow: column;
  margin-bottom: 36px;
}
@media screen and (max-width:767px) {
  .s-footer .footer-nav-wrap {
    margin-bottom: 30px;
  }
}
.s-footer .footer-nav-wrap .footer-nav-box {
  display: flex;
  gap: 28px;
  font-size: 12px;
  color: #fff;
}
@media screen and (max-width:767px) {
  .s-footer .footer-nav-wrap .footer-nav-box {
    flex-flow: column;
    align-items: center;
    gap: 12px;
  }
}
.s-footer .footer-nav-wrap .footer-nav-box + .footer-nav-box {
  margin-top: 24px;
}
@media screen and (max-width:767px) {
  .s-footer .footer-nav-wrap .footer-nav-box + .footer-nav-box {
    margin-top: 0;
  }
}
.s-footer .footer-nav-wrap .footer-nav-box.type-02 {
  margin-top: 16px;
  gap: 2em;
}
@media screen and (max-width:767px) {
  .s-footer .footer-nav-wrap .footer-nav-box.type-02 {
    margin-top: 12px;
    gap: 12px;
  }
}
.s-footer .footer-nav-wrap li a {
  color: #fff;
}
.s-footer .copyright-box {
  padding-top: 20px;
  color: #fff;
  font-size: 12px;
  border-top: 1px solid #fff;
}
@media screen and (max-width:767px) {
  .s-footer .copyright-box {
    text-align: center;
    padding-top: 16px;
  }
}

@media screen and (min-width:768px) {
  .l-container-wrap.bg-img {
    margin-top: 112px;
  }
}

@media screen and (min-width:768px) {
  .l-container-wrap.es-page-error {
    margin-top: 112px;
  }
}
@media screen and (max-width:767px) {
  .l-container-wrap.es-page-error .p-error-content__title {
    margin-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width:767px) {
  .l-container-wrap.es-page-error .l-container-wrap__body {
    padding-bottom: calc(90 / 375 * 100vw);
  }
}

.es-page-top .es-container-1040 {
  margin-bottom: 190px;
}
@media screen and (max-width:767px) {
  .es-page-top .es-container-1040 {
    margin-bottom: calc(160 / 375 * 100vw);
  }
}
.es-page-top .es-content-title {
  margin-top: 0;
}
.es-page-top .top-logo-box.es-about p.text {
  margin-bottom: 20px;
  color: #595757;
}
.es-page-top .top-logo-box.es-about .attention-text {
  margin-bottom: 50px;
}
.es-page-top .item-list.common-parts.type-array {
  position: relative;
  z-index: 2;
}
.es-page-top .item-list.common-parts.type-array::before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: -1;
  background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
  width: 262px;
  height: 262px;
  top: -102px;
  left: -156px;
}
@media screen and (max-width:767px) {
  .es-page-top .item-list.common-parts.type-array::before {
    width: calc(86 / 375 * 100vw);
    height: calc(86 / 375 * 100vw);
    top: calc(692 / 375 * 100vw);
    right: calc(-40 / 375 * 100vw);
    left: unset;
  }
}
@media screen and (max-width:767px) {
  .es-page-top .item-list.common-parts.type-array::after {
    position: absolute;
    content: "";
    display: inline-block;
    z-index: -1;
    background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
    width: calc(142 / 375 * 100vw);
    height: calc(142 / 375 * 100vw);
    bottom: calc(-94 / 375 * 100vw);
    left: calc(-46 / 375 * 100vw);
  }
}
@media screen and (max-width:767px) {
  .es-page-top .item-list.common-parts.type-array.salt02::before {
    position: absolute;
    content: "";
    display: inline-block;
    z-index: -1;
    background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
    width: 262px;
    height: 262px;
    top: -102px;
    left: -156px;
    bottom: unset;
  }
}
.es-page-top .top-customer-comment {
  position: relative;
  z-index: 2;
  overflow: unset;
}
@media screen and (max-width:767px) {
  .es-page-top .top-customer-comment {
    display: block;
  }
}
.es-page-top .top-customer-comment::before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: -1;
  background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
  width: 472px;
  height: 472px;
  bottom: -194px;
  right: -336px;
}
@media screen and (max-width:767px) {
  .es-page-top .top-customer-comment::before {
    width: calc(86 / 375 * 100vw);
    height: calc(86 / 375 * 100vw);
    bottom: calc(-58 / 375 * 100vw);
    right: calc(-40 / 375 * 100vw);
    left: unset;
  }
}
.es-page-top .top-customer-comment > div {
  width: 100%;
}
.es-page-top .top-customer-comment .card-inner {
  display: flex;
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (max-width:767px) {
  .es-page-top .top-customer-comment .card-inner {
    border-radius: 10px;
    flex-flow: column-reverse;
  }
}

@media screen and (max-width:767px) {
  .es-product-detail .sp-br {
    display: block;
  }
}
.es-product-detail .product-feature.attention-text {
  margin-bottom: 160px;
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.12em;
}
@media screen and (max-width:767px) {
  .es-product-detail .product-feature.attention-text {
    margin-bottom: calc(90 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
    letter-spacing: 0.03em;
  }
}
.es-product-detail .es-container-1040 .faq-list-wrap {
  margin-bottom: 190px;
}
@media screen and (max-width:767px) {
  .es-product-detail .es-container-1040 .faq-list-wrap {
    margin-bottom: calc(160 / 375 * 100vw);
  }
}
.es-product-detail .es-container-1040 .faq-list-wrap .es-content-title {
  margin-top: 0;
}

.mbTop {
  margin-bottom: 190px;
}
@media screen and (max-width:767px) {
  .mbTop {
    margin-bottom: calc(60 / 375 * 100vw);
  }
}

.es-concept-wrap .flex-box {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
@media screen and (max-width:767px) {
  .es-concept-wrap .flex-box {
    flex-flow: column;
    gap: calc(60 / 375 * 100vw);
  }
}
.es-concept-wrap .left {
  width: calc(50% - 35px);
}
@media screen and (max-width:767px) {
  .es-concept-wrap .left {
    width: 100%;
  }
}
.es-concept-wrap .left .og {
  margin-bottom: 10px;
  font-size: 17px;
  color: #ef834a;
  line-height: 2.32;
  letter-spacing: 0.12em;
}
@media screen and (max-width:767px) {
  .es-concept-wrap .left .og {
    font-size: calc(14 / 375 * 100vw);
    text-align: center;
    line-height: 2.6;
    letter-spacing: 0.02em;
  }
}
.es-concept-wrap .left .bk {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.12em;
}
@media screen and (max-width:767px) {
  .es-concept-wrap .left .bk {
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.6;
  }
}
.es-concept-wrap .right {
  width: calc(50% - 35px);
}
@media screen and (max-width:767px) {
  .es-concept-wrap .right {
    width: 100%;
  }
}

.es-content-title {
  display: block;
  margin: 110px 0 64px;
}
@media screen and (max-width:767px) {
  .es-content-title {
    margin: calc(80 / 375 * 100vw) 0 calc(36 / 375 * 100vw);
  }
}
.es-content-title .head {
  display: block;
  font-size: 60px;
  text-align: center;
  color: #ef834a;
}
@media screen and (max-width:767px) {
  .es-content-title .head {
    font-size: calc(39 / 375 * 100vw);
  }
}
.es-content-title .head.en {
  margin-bottom: 6px;
  font-family: "Poiret One", sans-serif;
  line-height: 0.98;
}
.es-content-title .ruby {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #595757;
  text-align: center;
}
@media screen and (max-width:767px) {
  .es-content-title .ruby {
    font-size: calc(12 / 375 * 100vw);
  }
}
.es-content-title .ruby::before, .es-content-title .ruby::after {
  display: inline-block;
  content: "";
  width: 46px;
  height: 1px;
  vertical-align: super;
  background: #595757;
}
@media screen and (max-width:767px) {
  .es-content-title .ruby::before, .es-content-title .ruby::after {
    width: calc(12 / 375 * 100vw);
  }
}
.es-content-title .ruby::before {
  margin-right: 16px;
}
@media screen and (max-width:767px) {
  .es-content-title .ruby::before {
    margin-right: 8px;
  }
}
.es-content-title .ruby::after {
  margin-left: 16px;
}
@media screen and (max-width:767px) {
  .es-content-title .ruby::after {
    margin-left: 8px;
  }
}
.es-content-title.type-middle .head {
  margin-bottom: 12px;
  font-size: 36px;
  font-weight: 500;
  color: #595757;
  letter-spacing: 0.12em;
}
@media screen and (max-width:767px) {
  .es-content-title.type-middle .head {
    margin-bottom: calc(6 / 375 * 100vw);
    font-size: calc(21 / 375 * 100vw);
  }
}
.es-content-title.type-middle .ruby {
  font-size: 16px;
  font-weight: bold;
  color: #ef834a;
  letter-spacing: 0.07em;
}
@media screen and (max-width:767px) {
  .es-content-title.type-middle .ruby {
    font-size: calc(10 / 375 * 100vw);
  }
}
.es-content-title.type-middle .ruby::before, .es-content-title.type-middle .ruby::after {
  width: 58px;
  height: 1px;
  background: #ef834a;
}
@media screen and (max-width:767px) {
  .es-content-title.type-middle .ruby::before, .es-content-title.type-middle .ruby::after {
    width: 36px;
  }
}
.es-content-title.type-middle .ruby::before {
  margin-right: 10px;
}
@media screen and (max-width:767px) {
  .es-content-title.type-middle .ruby::before {
    margin-right: 6px;
  }
}
.es-content-title.type-middle .ruby::after {
  margin-left: 10px;
}
@media screen and (max-width:767px) {
  .es-content-title.type-middle .ruby::after {
    margin-left: 6px;
  }
}
.es-content-title.type-faq .head, .es-content-title.type-faq .ruby {
  color: #ffffff;
}
.es-content-title.type-faq .ruby::before, .es-content-title.type-faq .ruby::after {
  background: #fff;
}
.es-content-title.bk-head {
  margin: 0 auto 50px;
}
@media screen and (max-width:767px) {
  .es-content-title.bk-head {
    margin: 0 auto calc(40 / 375 * 100vw);
  }
}
.es-content-title.bk-head .head {
  color: #595757;
}
.es-content-title.bk-head .ruby {
  color: #595757;
}
.es-content-title.bk-head .ruby::before, .es-content-title.bk-head .ruby::after {
  background: #595757;
}

.bg-cream {
  background: #fce0af;
}

.es-container-1440 {
  margin: auto;
  max-width: 1480px;
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .es-container-1440 {
    width: 100%;
    padding: 0 calc(16 / 375 * 100vw);
  }
}

.es-container-1240 {
  margin: auto;
  max-width: 1280px;
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .es-container-1240 {
    width: 100%;
    padding: 0 calc(16 / 375 * 100vw);
  }
}

.es-container-1040 {
  margin: auto;
  max-width: 1080px;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .es-container-1040 {
    width: 100%;
    padding: 0 calc(16 / 375 * 100vw);
  }
}
@media screen and (max-width:767px) {
  .es-container-1040.es-container-sp-full {
    width: 100%;
    padding: unset;
  }
}

@media screen and (max-width:767px) {
  .es-container-274 {
    width: calc(274 / 375 * 100vw);
    padding: 0;
  }
}

.ind_wrap {
  overflow: hidden;
}

.es-page-custom.es-page-news .m-breadcrumb, .es-page-custom.es-page-about .m-breadcrumb, .es-page-custom.es-page-products .m-breadcrumb {
  margin-bottom: -40px;
}
@media screen and (max-width:767px) {
  .es-page-custom.es-page-news .m-breadcrumb, .es-page-custom.es-page-about .m-breadcrumb, .es-page-custom.es-page-products .m-breadcrumb {
    position: absolute;
    top: 0;
    margin-top: 1.3rem;
    margin-bottom: 1.3rem;
    z-index: 3;
  }
}

.es-product-detail {
  position: relative;
  flex-direction: column;
}
@media screen and (min-width:768px) {
  .es-product-detail {
    margin-top: 116px;
  }
}
@media screen and (max-width:767px) {
  .es-product-detail .m-breadcrumb {
    position: unset;
    margin-top: 2.4rem;
    margin-bottom: 1.3rem;
    z-index: 3;
  }
}

.es-page-custom {
  position: relative;
  color: #595757;
}
.es-page-custom .l-container-wrap__body {
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .es-page-custom .l-container-wrap__body {
    padding-top: 0;
    overflow: hidden;
  }
}
.es-page-custom .l-container-wrap__body .img-salt {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: -1;
  background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
}
.es-page-custom .l-container-wrap__body .img-salt.num-01 {
  width: 330px;
  height: 330px;
  top: -56px;
  left: 51px;
}
@media screen and (max-width:767px) {
  .es-page-custom .l-container-wrap__body .img-salt.num-01 {
    width: calc(100 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    top: calc(-10 / 375 * 100vw);
    left: calc(-20 / 375 * 100vw);
  }
}
.es-page-custom .l-container-wrap__body .img-salt.num-02 {
  width: 472px;
  height: 472px;
  bottom: -330px;
  right: 0;
}
@media screen and (max-width:767px) {
  .es-page-custom .l-container-wrap__body .img-salt.num-02 {
    width: calc(86 / 375 * 100vw);
    height: calc(86 / 375 * 100vw);
    bottom: calc(16 / 375 * 100vw);
    right: calc(-26 / 375 * 100vw);
  }
}
@media screen and (max-width:767px) {
  .es-page-custom .l-container-wrap__body .img-salt.num-03 {
    width: calc(100 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    top: calc(-10 / 375 * 100vw);
    left: calc(-20 / 375 * 100vw);
  }
}
.es-page-custom .es-page-hero {
  position: relative;
  margin-bottom: 132px;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .es-page-custom .es-page-hero {
    margin: 0 0 80px;
  }
}
.es-page-custom .es-page-hero::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 486px;
  height: 486px;
  bottom: -290px;
  right: -190px;
  background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .es-page-custom .es-page-hero::before {
    width: calc(142 / 375 * 100vw);
    height: calc(142 / 375 * 100vw);
    bottom: calc(-90 / 375 * 100vw);
    right: calc(-40 / 375 * 100vw);
  }
}
.es-page-custom .es-page-hero img {
  border-radius: 24px;
}
@media screen and (max-width:767px) {
  .es-page-custom .es-page-hero img {
    border-radius: 10px;
  }
}
.es-page-custom .awardWrap .commonBtnWrap.Btnaccodion.sp .commonBtn {
  padding: 0 0 30px;
  background: unset;
  border: unset;
  color: #595757 !important;
  border-radius: unset;
}
.es-page-custom .awardWrap .commonBtnWrap.Btnaccodion.sp .commonBtn::before {
  content: none;
}
.es-page-custom .awardWrap .commonBtnWrap.Btnaccodion.sp .commonBtn::after {
  right: unset;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  border-right: 2px solid #595757;
  border-top: 2px solid #595757;
}
.es-page-custom .awardWrap .commonBtnWrap.Btnaccodion.sp .commonBtn.open::after {
  transform: translateX(-50%) rotate(-45deg);
}
.es-page-custom .awFlex {
  display: grid;
  margin: 20px auto 30px;
  max-width: 1040px;
  gap: 62px 115px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:767px) {
  .es-page-custom .awFlex {
    padding: 0 calc(34 / 375 * 100vw);
    grid-template-columns: 1fr;
    gap: calc(50 / 375 * 100vw);
  }
}
.es-page-custom .awFlex .one {
  width: auto;
}
@media screen and (max-width:767px) {
  .es-page-custom .awFlex .one.type-salt {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width:767px) {
  .es-page-custom .awFlex .one.type-salt::before {
    position: absolute;
    content: "";
    display: inline-block;
    background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
    z-index: -1;
    width: calc(86 / 375 * 100vw);
    height: calc(86 / 375 * 100vw);
    top: calc(24 / 375 * 100vw);
    left: calc(-70 / 375 * 100vw);
  }
}
.es-page-custom .awFlex .one sup {
  font-size: 10px;
}
.es-page-custom .awFlex .one .Mttl {
  display: block;
  font-size: 14px;
  line-height: 1.57;
  letter-spacing: -0.04em;
}
.es-page-custom .awFlex .one .Mttl .thin-ls {
  display: inline;
  font-size: 14px;
  line-height: 1.57;
}
.es-page-custom .awFlex .one .qw_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  height: 134px;
}
.es-page-custom .awFlex .one img {
  max-width: 156px;
  max-height: 134px;
}
.es-page-custom .awFlex .one .subTtx {
  font-size: 12px;
  text-align: left;
  letter-spacing: 0.12em;
  line-height: 1.83;
}
.es-page-custom .subsubTtx {
  font-size: 13px;
  text-align: right;
}
@media screen and (max-width:767px) {
  .es-page-custom .subsubTtx {
    margin-bottom: calc(30 / 375 * 100vw);
    font-size: 10px;
    text-align: center;
  }
}
.es-page-custom .top-news-wrap {
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .es-page-custom .top-news-wrap {
    padding: 0 calc(34 / 375 * 100vw);
  }
}
@media screen and (max-width:767px) {
  .es-page-custom .top-news-wrap::before {
    position: absolute;
    content: "";
    display: inline-block;
    background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
    z-index: -1;
    width: calc(142 / 375 * 100vw);
    height: calc(142 / 375 * 100vw);
    top: calc(-142 / 375 * 100vw);
    right: calc(-44 / 375 * 100vw);
  }
}
.es-page-custom .topNews {
  margin-top: 36px;
}
.es-page-custom .topNews .items {
  display: flex;
  justify-content: space-between;
  grid-template-columns: unset;
}
@media screen and (max-width:767px) {
  .es-page-custom .topNews .items {
    flex-flow: column;
  }
}
.es-page-custom .topNews .items + .items {
  padding-top: 16px;
  border-top: 1px solid #ef834a;
}
.es-page-custom .topNews .topNewsTitle {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 138px);
  font-size: 18px;
}
@media screen and (max-width:767px) {
  .es-page-custom .topNews .topNewsTitle {
    margin-bottom: calc(10 / 375 * 100vw);
    width: 100%;
    font-size: calc(13 / 375 * 100vw);
  }
}
.es-page-custom .topNews .news-btn-box {
  margin-left: 2em;
}
@media screen and (max-width:767px) {
  .es-page-custom .topNews .news-btn-box {
    margin: 0;
    text-align: right;
  }
}
.es-page-custom .p-page-newsList .topNews:first-child {
  margin-top: 36px;
}
.es-page-custom .p-page-newsList .topNews {
  margin-top: 0;
}

.item-list.common-parts {
  position: relative;
  margin-bottom: 132px;
  z-index: 2;
}
.item-list.common-parts h2 {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .item-list.common-parts h2 {
    font-size: calc(21 / 375 * 100vw);
  }
}
.item-list.common-parts .products-id {
  margin-bottom: 16px;
  font-size: 11px;
}
@media screen and (max-width:767px) {
  .item-list.common-parts .products-id {
    margin-bottom: 8px;
    font-size: calc(10 / 375 * 100vw);
  }
}
.item-list.common-parts .price-text {
  margin-bottom: 24px;
  font-size: 13px;
}
@media screen and (max-width:767px) {
  .item-list.common-parts .price-text {
    margin-bottom: calc(10 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
}
.item-list.common-parts .price-text .price {
  font-size: 22px;
}
@media screen and (max-width:767px) {
  .item-list.common-parts .price-text .price {
    font-size: calc(15 / 375 * 100vw);
  }
}
.item-list.common-parts .product-cap {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .item-list.common-parts .product-cap {
    margin-bottom: calc(10 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    line-height: 1.8;
    letter-spacing: 0.1362em;
  }
}
.item-list.common-parts .small-text {
  margin-bottom: 32px;
  font-size: 13px;
}
@media screen and (max-width:767px) {
  .item-list.common-parts .small-text {
    margin-bottom: calc(14 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
  }
}
.item-list.common-parts .attention-text {
  font-size: 13px;
}
@media screen and (max-width:767px) {
  .item-list.common-parts .attention-text {
    font-size: calc(11 / 375 * 100vw);
  }
}
.item-list.common-parts li.item {
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .item-list.common-parts li.item {
    flex-flow: column;
  }
}
.item-list.common-parts li {
  display: flex;
  border-radius: 24px;
  overflow: hidden;
  border-bottom-right-radius: 0;
}
@media screen and (max-width:767px) {
  .item-list.common-parts li {
    border-radius: 10px;
  }
}
.item-list.common-parts li.item:nth-of-type(even) {
  border-top-left-radius: 0;
  border-bottom-right-radius: 24px;
  flex-flow: row-reverse;
}
@media screen and (max-width:767px) {
  .item-list.common-parts li.item:nth-of-type(even) {
    flex-flow: column;
    border-radius: 10px;
  }
}
.item-list.common-parts li.item:nth-of-type(even) .text-bottom {
  position: absolute;
  left: 66px;
}
@media screen and (max-width:767px) {
  .item-list.common-parts li.item:nth-of-type(even) .text-bottom {
    left: unset;
    right: 6px;
    bottom: 10px;
  }
}
.item-list.common-parts li + li {
  margin-top: 136px;
}
@media screen and (max-width:767px) {
  .item-list.common-parts li + li {
    margin-top: calc(24 / 375 * 100vw);
  }
}
.item-list.common-parts .text-box {
  position: relative;
  width: 50%;
  background: #fce0af;
}
@media screen and (max-width:767px) {
  .item-list.common-parts .text-box {
    width: 100%;
    padding: calc(42 / 375 * 100vw);
  }
}
.item-list.common-parts .text-body {
  padding: 106px 66px;
}
@media screen and (max-width:767px) {
  .item-list.common-parts .text-body {
    padding: 0;
  }
}
.item-list.common-parts .text-bottom {
  position: absolute;
  right: 14px;
  bottom: 20px;
}
@media screen and (max-width:767px) {
  .item-list.common-parts .text-bottom {
    right: 6px;
    bottom: 10px;
  }
}
.item-list.common-parts .img-box {
  width: 50%;
}
@media screen and (max-width:767px) {
  .item-list.common-parts .img-box {
    width: 100%;
  }
}
.item-list.common-parts .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-list.common-parts li.before-img {
  position: relative;
  z-index: 1;
  overflow: unset;
  margin-top: unset;
}
.item-list.common-parts li.before-img::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 330px;
  height: 330px;
  bottom: -130px;
  left: -266px;
  background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .item-list.common-parts li.before-img::before {
    bottom: calc(-93 / 375 * 100vw);
    left: calc(-50 / 375 * 100vw);
    width: calc(142 / 375 * 100vw);
    height: calc(142 / 375 * 100vw);
  }
}
.item-list.common-parts.type-array {
  margin-bottom: 190px;
}
.item-list.common-parts.type-array li + li {
  margin-top: 0;
}
@media screen and (max-width:767px) {
  .item-list.common-parts.type-array li + li {
    margin-top: calc(24 / 375 * 100vw);
  }
}
.item-list.common-parts.type-array li {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
@media screen and (max-width:767px) {
  .item-list.common-parts.type-array li {
    border-radius: 10px;
  }
}
.item-list.common-parts.type-array li.item:nth-of-type(even) {
  border-top: 5px solid #ef834a;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 24px;
}
@media screen and (max-width:767px) {
  .item-list.common-parts.type-array li.item:nth-of-type(even) {
    border-top: unset;
    margin-top: calc(24 / 375 * 100vw);
    border-radius: 10px;
  }
}

.top-logo-box .img-box {
  margin-bottom: 54px;
}
@media screen and (max-width:767px) {
  .top-logo-box .img-box {
    margin-bottom: calc(26 / 375 * 100vw);
  }
}
.top-logo-box img {
  height: 58px;
}
@media screen and (max-width:767px) {
  .top-logo-box img {
    height: calc(38 / 375 * 100vw);
  }
}
.top-logo-box p.text {
  margin-bottom: 46px;
  text-align: center;
  color: #ef834a;
  font-size: 22px;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.185em;
}
@media screen and (max-width:767px) {
  .top-logo-box p.text {
    margin-bottom: calc(40 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: 2.58;
    letter-spacing: 0.012em;
  }
}
.top-logo-box .attention-text {
  margin-bottom: 130px;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.12em;
}
@media screen and (max-width:767px) {
  .top-logo-box .attention-text {
    width: calc(270 / 375 * 100vw);
    margin: 0 auto calc(110 / 375 * 100vw);
    text-align: left;
    font-size: calc(11 / 375 * 100vw);
    letter-spacing: 0.03em;
  }
}
.top-logo-box .thin-ls {
  letter-spacing: -0.25em;
}
@media screen and (max-width:767px) {
  .top-logo-box .thin-ls {
    letter-spacing: -0.4em;
  }
}

.span-br {
  display: block;
  margin-bottom: 24px;
}
@media screen and (max-width:767px) {
  .span-br {
    margin-bottom: calc(16 / 375 * 100vw);
  }
}

.es-page-about .l-container-wrap__body {
  padding-bottom: 190px;
}
@media screen and (max-width:767px) {
  .es-page-about .l-container-wrap__body {
    padding-bottom: calc(136 / 375 * 100vw);
  }
}
.es-page-about .l-container-wrap__body .img-salt.num-02 {
  background: none;
}
@media screen and (max-width:767px) {
  .es-page-about .l-container-wrap__body .img-salt.num-02 {
    background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
    width: calc(100 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    bottom: calc(-52 / 375 * 100vw);
    left: calc(-15 / 375 * 100vw);
    right: unset;
    transform: rotateY(180deg);
  }
}
.es-page-about .es-content-title.head {
  position: relative;
  z-index: 2;
}
.es-page-about .es-content-title.head::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 330px;
  height: 330px;
  top: -158px;
  left: -160px;
  background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .es-page-about .es-content-title.head::before {
    width: calc(100 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    top: calc(-100 / 375 * 100vw);
    left: calc(-30 / 375 * 100vw);
    transform: rotateY(-180deg);
  }
}
.es-page-about .es-content-title.no-salt-img.head::before {
  content: none;
}
@media screen and (max-width:767px) {
  .es-page-about .es-page-hero {
    margin: 0 0 calc(108 / 375 * 100vw);
  }
}
.es-page-about .size-s {
  display: inline-block;
  font-size: 14px;
  vertical-align: super;
}
@media screen and (max-width:767px) {
  .es-page-about .size-s {
    font-size: calc(10 / 375 * 100vw);
  }
}
.es-page-about .size-ss {
  display: inline-block;
  font-size: 10px;
  vertical-align: top;
}
.es-page-about .perceive-wrap {
  position: relative;
  z-index: 2;
}
.es-page-about .perceive-wrap .img-salt.num-01 {
  width: 262px;
  height: 262px;
  top: -180px;
  left: -68px;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-wrap .img-salt.num-01 {
    width: calc(75 / 375 * 100vw);
    height: calc(75 / 375 * 100vw);
    top: calc(-56 / 375 * 100vw);
    left: calc(-3 / 375 * 100vw);
  }
}
.es-page-about .perceive-wrap .img-salt.num-02 {
  width: 472px;
  height: 472px;
  bottom: -266px;
  right: -236px;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-wrap .img-salt.num-02 {
    width: calc(142 / 375 * 100vw);
    height: calc(142 / 375 * 100vw);
    right: calc(-48 / 375 * 100vw);
    bottom: calc(-80 / 375 * 100vw);
    left: unset;
  }
}
.es-page-about .perceive-inner {
  position: relative;
  margin-bottom: 180px;
  padding: 88px 105px;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner {
    padding: calc(36 / 375 * 100vw) calc(34 / 375 * 100vw);
    border-radius: 10px;
  }
}
.es-page-about .perceive-inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1240px;
  height: 385px;
  content: "";
  background: url(../../assets/img/about/img_bg_spoon.png) center/cover no-repeat;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner::before {
    width: 100%;
    height: calc(111 / 375 * 100vw);
    border-radius: 10px;
  }
}
.es-page-about .perceive-inner::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 262px;
  height: 262px;
  left: -80px;
  bottom: 36px;
  background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner::after {
    width: calc(130 / 375 * 100vw);
    height: calc(130 / 375 * 100vw);
    left: calc(-40 / 375 * 100vw);
    bottom: calc(18 / 375 * 100vw);
  }
}
.es-page-about .perceive-inner .es-content-title.type-middle {
  position: relative;
  margin: 0 0 74px;
  z-index: 5;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner .es-content-title.type-middle {
    margin: 0 0 calc(16 / 375 * 100vw);
  }
}
.es-page-about .perceive-inner .img-list-wrap {
  position: relative;
  margin-bottom: 80px;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner .img-list-wrap {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.es-page-about .perceive-inner .img-list-wrap .img-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner .img-list-wrap .img-list {
    width: calc(274 / 375 * 100vw);
    flex-flow: column;
    gap: 14px;
  }
}
.es-page-about .perceive-inner .img-list-wrap .img-list li {
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner .img-list-wrap .img-list li {
    margin-bottom: 0;
  }
}
.es-page-about .perceive-inner .img-list-wrap .img-list li.left {
  position: relative;
  width: 100%;
  max-width: 420px;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner .img-list-wrap .img-list li.left {
    width: calc(220 / 375 * 100vw);
  }
}
.es-page-about .perceive-inner .img-list-wrap .img-list li.left .head {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner .img-list-wrap .img-list li.left .head {
    font-size: calc(12 / 375 * 100vw);
  }
}
.es-page-about .perceive-inner .img-list-wrap .img-list li.left .img-box {
  margin-bottom: 8px;
}
.es-page-about .perceive-inner .img-list-wrap .img-list li.left .caption {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner .img-list-wrap .img-list li.left .caption {
    font-size: calc(12 / 375 * 100vw);
  }
}
.es-page-about .perceive-inner .img-list-wrap .img-list li.middle {
  width: 18px;
  height: 28px;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner .img-list-wrap .img-list li.middle {
    width: 10px;
    height: 15px;
    transform: rotate(90deg);
  }
}
.es-page-about .perceive-inner .img-list-wrap .img-list li.right {
  width: 100%;
  max-width: 520px;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner .img-list-wrap .img-list li.right {
    width: 100%;
  }
}
.es-page-about .perceive-inner .img-list-wrap .img-list li.right .head {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner .img-list-wrap .img-list li.right .head {
    font-size: calc(12 / 375 * 100vw);
  }
}
.es-page-about .perceive-inner .img-list-wrap .img-list li.right .img-box {
  margin-bottom: 8px;
}
.es-page-about .perceive-inner .img-list-wrap .img-list li.right .caption {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner .img-list-wrap .img-list li.right .caption {
    font-size: calc(12 / 375 * 100vw);
  }
}
.es-page-about .perceive-inner .img-list-wrap .attention-text {
  font-size: 15px;
  text-align: right;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner .img-list-wrap .attention-text {
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.6;
    text-align: unset;
  }
}
.es-page-about .perceive-inner .bottom-text {
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 2.285;
  letter-spacing: 0.09em;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner .bottom-text {
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.8;
  }
}
.es-page-about .perceive-inner .bottom-text.type-02 {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner .bottom-text.type-02 {
    font-size: calc(10 / 375 * 100vw);
    line-height: 1.6;
  }
}
.es-page-about .perceive-inner .bottom-text .thin-ls {
  letter-spacing: -0.3em;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-inner .bottom-text .thin-ls {
    letter-spacing: -0.4em;
  }
}
.es-page-about .graph-type01-wrap {
  position: relative;
  margin-bottom: 105px;
  z-index: 2;
  font-weight: bold;
  letter-spacing: 0.12em;
}
@media screen and (max-width:767px) {
  .es-page-about .graph-type01-wrap {
    margin-bottom: calc(140 / 375 * 100vw);
  }
}
@media screen and (min-width:768px) {
  .es-page-about .graph-type01-wrap::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 330px;
    height: 330px;
    top: 124px;
    left: -264px;
    background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
    overflow: hidden;
  }
}
@media screen and (min-width:768px) {
  .es-page-about .graph-type01-wrap::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 240px;
    height: 240px;
    right: -248px;
    bottom: -10px;
    background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
    overflow: hidden;
  }
}
.es-page-about .graph-type01-wrap h2.head {
  margin: 0 auto 60px;
  display: block;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  line-height: 1.45;
}
@media screen and (max-width:767px) {
  .es-page-about .graph-type01-wrap h2.head {
    margin-bottom: calc(40 / 375 * 100vw);
    font-size: calc(21 / 375 * 100vw);
    line-height: 1.38;
  }
}
.es-page-about .graph-type01-wrap h2.head .asterisk {
  display: inline-block;
  vertical-align: text-top;
  font-size: 18px;
  padding-top: 4px;
}
@media screen and (max-width:767px) {
  .es-page-about .graph-type01-wrap h2.head .asterisk {
    padding-top: calc(4 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}
.es-page-about .graph-type01-wrap .text {
  display: block;
  margin: 0 auto 80px;
  letter-spacing: 0.12em;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.5;
  text-align: center;
}
@media screen and (max-width:767px) {
  .es-page-about .graph-type01-wrap .text {
    margin: 0 auto calc(32 / 375 * 100vw);
    letter-spacing: 0.04em;
    padding-top: calc(4 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
  }
}
.es-page-about .graph-type01-wrap .text .size-l {
  display: inline-block;
  font-size: 24px;
  color: #ef834a;
}
@media screen and (max-width:767px) {
  .es-page-about .graph-type01-wrap .text .size-l {
    padding-top: calc(4 / 375 * 100vw);
    font-size: calc(17 / 375 * 100vw);
  }
}
.es-page-about .graph-type01-wrap .text .asterisk {
  display: inline-block;
  font-size: 12px;
  vertical-align: text-top;
  padding-top: 2px;
}
@media screen and (max-width:767px) {
  .es-page-about .graph-type01-wrap .text .asterisk {
    vertical-align: top;
    padding-top: calc(4 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
}
.es-page-about .graph-type01-wrap .img-box {
  margin-bottom: 90px;
}
@media screen and (max-width:767px) {
  .es-page-about .graph-type01-wrap .img-box {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.es-page-about .graph-type01-wrap .bottom-text {
  margin-bottom: 30px;
  font-size: 19px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .es-page-about .graph-type01-wrap .bottom-text {
    margin-bottom: calc(10 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    text-align: left;
  }
}
.es-page-about .graph-type01-wrap .bottom-text .asterisk {
  display: inline-block;
  font-size: 10px;
  vertical-align: text-top;
  padding-top: 2px;
}
@media screen and (max-width:767px) {
  .es-page-about .graph-type01-wrap .bottom-text .asterisk {
    vertical-align: top;
    padding-top: calc(1 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
  }
}
.es-page-about .graph-type01-wrap .attention-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.09em;
}
@media screen and (max-width:767px) {
  .es-page-about .graph-type01-wrap .attention-text {
    font-size: calc(11 / 375 * 100vw);
    letter-spacing: 0.088em;
  }
}
.es-page-about .perceive-type02-wrap {
  position: relative;
  display: block;
  margin-bottom: 24px;
  width: 100%;
  padding: 2px;
  background: linear-gradient(to right, #f4ac5f 0%, #ee824a 50%, #e85541 82%, #ea6d80 100%);
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-type02-wrap {
    margin-bottom: calc(16 / 375 * 100vw);
    border-radius: 10px;
  }
}
.es-page-about .perceive-type02-inner {
  margin: 2px;
  padding: 60px 0 35px 0;
  border-radius: 22px;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-type02-inner {
    padding: calc(36 / 375 * 100vw) 0 calc(20 / 375 * 100vw) 0;
    border-radius: 10px;
  }
}
.es-page-about .perceive-type02-inner .es-content-title {
  margin: 0 auto 30px;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-type02-inner .es-content-title {
    flex-flow: column;
  }
}
.es-page-about .perceive-type02-inner .graph-wrap {
  position: relative;
  padding: 0 40px 0 102px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-type02-inner .graph-wrap {
    padding: 0;
  }
}
.es-page-about .perceive-type02-inner .graph-wrap .float-text {
  position: absolute;
  bottom: 0;
  left: 102px;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-type02-inner .graph-wrap .float-text {
    position: relative;
    left: unset;
    margin-left: calc(-24 / 375 * 100vw);
  }
}
.es-page-about .perceive-type02-inner .img-graph {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-type02-inner .img-graph {
    flex-flow: column-reverse;
  }
}
.es-page-about .perceive-type02-inner .left {
  width: 510px;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-type02-inner .left {
    margin-bottom: calc(24 / 375 * 100vw);
    padding: 0 calc(52 / 375 * 100vw);
    width: 100%;
  }
}
.es-page-about .perceive-type02-inner .left p {
  line-height: 1.53;
  letter-spacing: 0.5em;
}
.es-page-about .perceive-type02-inner .right {
  width: 440px;
  height: 526px;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-type02-inner .right {
    width: calc(288 / 375 * 100vw);
    height: auto;
    margin-right: calc(-20 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
}
.es-page-about .perceive-type02-inner .size-l {
  font-size: 47px;
  font-weight: bold;
}
.es-page-about .perceive-attention-list {
  margin-bottom: 130px;
  font-size: 15px;
}
@media screen and (max-width:767px) {
  .es-page-about .perceive-attention-list {
    margin-bottom: calc(170 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
  }
}
.es-page-about .developer-wrap {
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .es-page-about .developer-wrap::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: calc(100 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    top: calc(-80 / 375 * 100vw);
    left: calc(-46 / 375 * 100vw);
    background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
    overflow: hidden;
    transform: rotateY(180deg);
  }
}
.es-page-about .developer-inner {
  position: relative;
  width: 100%;
  height: 885px;
  padding-top: 58px;
  z-index: 2;
  border-radius: 24px;
  border-bottom-right-radius: 0;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .es-page-about .developer-inner {
    padding-top: 0;
    height: auto;
    border-radius: 10px;
  }
}
.es-page-about .developer-inner::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 8px;
  left: -4px;
  width: 88px;
  height: 810px;
  background: url(../../assets/img/about/img_dev_title_02.svg) no-repeat;
}
@media screen and (max-width:767px) {
  .es-page-about .developer-inner::before {
    top: calc(158 / 375 * 100vw);
    width: calc(36 / 375 * 100vw);
    height: calc(348 / 375 * 100vw);
    background: url(../../assets/img/about/img_dev_title_sp_02.svg) no-repeat;
  }
}
.es-page-about .developer-inner::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 962px;
  height: 886px;
  right: 0;
  bottom: 0;
  background: url(../../assets/img/about/img_bg_dev.png) no-repeat;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .es-page-about .developer-inner::after {
    width: calc(173 / 375 * 100vw);
    height: calc(363 / 375 * 100vw);
    bottom: calc(10 / 375 * 100vw);
    background: url(../../assets/img/about/img_bg_dev_sp.png) center/cover no-repeat;
  }
}
.es-page-about .developer-inner .head {
  display: inline-block;
  height: 130px;
  margin-bottom: 35px;
  margin-left: 84px;
}
@media screen and (max-width:767px) {
  .es-page-about .developer-inner .head {
    text-align: center;
    margin-bottom: calc(16 / 375 * 100vw);
    margin-left: 0;
    padding: 0 calc(10 / 375 * 100vw);
    height: calc(68 / 375 * 100vw);
  }
}
@media screen and (min-width: 767px) and (max-width: 1250px) {
  .es-page-about .developer-inner .head {
    max-height: 120px;
  }
}
.es-page-about .developer-inner .head img {
  width: 100%;
  height: 100%;
}
.es-page-about .developer-inner .sub-head {
  display: inline-block;
  height: 84px;
  margin-bottom: 20px;
  margin-left: 118px;
}
@media screen and (max-width:767px) {
  .es-page-about .developer-inner .sub-head {
    text-align: center;
    height: calc(42 / 375 * 100vw);
    margin-bottom: calc(12 / 375 * 100vw);
    margin-left: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1250px) {
  .es-page-about .developer-inner .sub-head {
    max-height: 78px;
  }
}
.es-page-about .developer-inner .sub-head img {
  width: 100%;
  height: 100%;
}
.es-page-about .developer-inner .text-box {
  margin-left: 114px;
  font-size: 17px;
  font-weight: 500;
  line-height: 3.08;
  letter-spacing: 0.17em;
}
@media screen and (max-width:767px) {
  .es-page-about .developer-inner .text-box {
    margin-left: calc(30 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: 2.66;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1250px) {
  .es-page-about .developer-inner .text-box {
    font-size: 16px;
  }
}
@media screen and (min-width:768px) {
  .es-page-about .developer-inner .text-box p {
    padding-left: 34px;
  }
}
.es-page-about .developer-inner .thin-ls {
  letter-spacing: -0.25em;
}
@media screen and (max-width:767px) {
  .es-page-about .developer-inner .thin-ls {
    letter-spacing: -0.5em;
  }
}
.es-page-about .developer-inner .sign-box {
  position: absolute;
  bottom: 33px;
  right: 33px;
  height: 74px;
}
@media screen and (max-width:767px) {
  .es-page-about .developer-inner .sign-box {
    position: relative;
    margin-left: calc(35 / 375 * 100vw);
    margin-bottom: calc(20 / 375 * 100vw);
    bottom: auto;
    right: auto;
    height: calc(58 / 375 * 100vw);
  }
}
.es-page-about .developer-inner .attention-text {
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width:767px) {
  .es-page-about .developer-inner .attention-text {
    margin-left: 9.3333333333vw;
    text-align: left;
    font-size: calc(11 / 375 * 100vw);
  }
}
@media screen and (min-width: 767px) and (max-width: 1250px) {
  .es-page-about .developer-inner .attention-text {
    position: absolute;
    right: 4px;
    bottom: 0;
  }
}
.es-page-about #customer-comment {
  scroll-padding-top: 5px; /* ヘッダーの高さなどを考慮 */
  scroll-margin-top: -5px; /* 追加のマージン */
}
@media screen and (max-width:767px) {
  .es-page-about #customer-comment {
    scroll-padding-top: 58px;
    scroll-margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (min-width:768px) {
  .es-page-about #customer-comment .comment-box > .comment-item-outer:last-child {
    grid-column: 2;
  }
}
.es-page-about .customer-comment-wrap {
  position: relative;
  margin-bottom: 126px;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .es-page-about .customer-comment-wrap {
    width: calc(270 / 375 * 100vw);
    margin: 0 auto calc(108 / 375 * 100vw);
  }
}
.es-page-about .customer-comment-wrap::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 236px;
  height: 236px;
  top: -90px;
  left: -270px;
  background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .es-page-about .customer-comment-wrap::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: calc(75 / 375 * 100vw);
    height: calc(75 / 375 * 100vw);
    top: calc(44 / 375 * 100vw);
    left: calc(-58 / 375 * 100vw);
    background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
    overflow: hidden;
  }
}
.es-page-about .customer-comment-wrap .comment-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 46px;
}
@media screen and (max-width:767px) {
  .es-page-about .customer-comment-wrap .comment-box {
    grid-template-columns: 1fr;
    gap: calc(30 / 375 * 100vw);
  }
}
.es-page-about .customer-comment-wrap .comment-box + .comment-box {
  margin-top: 46px;
}
@media screen and (max-width:767px) {
  .es-page-about .customer-comment-wrap .comment-box + .comment-box {
    margin-top: calc(34 / 375 * 100vw);
  }
}
.es-page-about .customer-comment-wrap .personal {
  margin-top: 8px;
  margin-right: -10px;
  font-size: 11px;
  text-align: right;
}
@media screen and (max-width:767px) {
  .es-page-about .customer-comment-wrap .personal {
    margin-right: calc(-8 / 375 * 100vw);
    font-size: 10px;
  }
}
.es-page-about .customer-comment-wrap .comment-item {
  position: relative;
  padding: 20px 30px 12px;
}
@media screen and (max-width:767px) {
  .es-page-about .customer-comment-wrap .comment-item {
    padding: calc(8 / 375 * 100vw) calc(16 / 375 * 100vw) calc(5 / 375 * 100vw);
  }
}
.es-page-about .customer-comment-wrap .comment-item span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.8;
  background: #fff;
}
@media screen and (max-width:767px) {
  .es-page-about .customer-comment-wrap .comment-item span {
    font-size: calc(13 / 375 * 100vw);
    letter-spacing: 0.054em;
    line-height: 1.84;
  }
}
.es-page-about .customer-comment-wrap .comment-item .thin-ls {
  letter-spacing: -0.25em;
}
@media screen and (max-width:767px) {
  .es-page-about .customer-comment-wrap .comment-item .thin-ls {
    letter-spacing: -0.4em;
  }
}
.es-page-about .customer-comment-wrap .comment-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: url(../../assets/img/common/img_frame_01.svg) no-repeat;
}
@media screen and (max-width:767px) {
  .es-page-about .customer-comment-wrap .comment-item::before {
    width: calc(15 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
  }
}
.es-page-about .customer-comment-wrap .comment-item::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 28px;
  height: 28px;
  background: url(../../assets/img/common/img_frame_02.svg) no-repeat;
}
@media screen and (max-width:767px) {
  .es-page-about .customer-comment-wrap .comment-item::after {
    width: calc(15 / 375 * 100vw);
    height: calc(15 / 375 * 100vw);
  }
}
.es-page-about .customer-comment-wrap .attention-text {
  margin: 60px auto 64px;
  text-align: center;
  font-size: 15px;
  line-height: 1.68;
  letter-spacing: 0.08em;
}
@media screen and (max-width:767px) {
  .es-page-about .customer-comment-wrap .attention-text {
    margin: calc(20 / 375 * 100vw) auto calc(32 / 375 * 100vw);
    text-align: left;
    font-size: calc(11 / 375 * 100vw);
  }
}
.es-page-about .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 200px;
  height: 42px;
  font-size: 17px;
  line-height: 1;
  color: #ffffff;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .es-page-about .more-btn {
    width: calc(275 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
}
@media screen and (max-width:767px) {
  .es-page-about .gradation-card.type-02 {
    margin-bottom: 0;
  }
}
.es-page-about .img-salt.num-04 {
  width: 472px;
  height: 472px;
  top: -264px;
  right: -336px;
}
@media screen and (max-width:767px) {
  .es-page-about .img-salt.num-04 {
    display: none;
  }
}

.es-page-custom.es-page-spoon-cup .img-salt.num-02 {
  width: 472px;
  height: 472px;
  bottom: -260px;
  right: 0;
  background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
}
@media screen and (max-width:767px) {
  .es-page-custom.es-page-spoon-cup .img-salt.num-02 {
    width: calc(142 / 375 * 100vw);
    height: calc(142 / 375 * 100vw);
    bottom: calc(12 / 375 * 100vw);
    right: calc(-26 / 375 * 100vw);
    left: unset;
    transform: unset;
  }
}

.faq-list-wrap {
  position: relative;
  z-index: 2;
}
.faq-list-wrap::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 364px;
  height: 364px;
  top: -64px;
  left: -254px;
  background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .faq-list-wrap::before {
    width: calc(142 / 375 * 100vw);
    height: calc(142 / 375 * 100vw);
    top: calc(-64 / 375 * 100vw);
    left: calc(-48 / 375 * 100vw);
    transform: rotateY(180deg);
  }
}
.faq-list-wrap .es-content-title {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .faq-list-wrap .es-content-title {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width:767px) {
  .faq-list-wrap .overCntSp {
    width: 100%;
    margin: auto;
  }
}
.faq-list-wrap .overCntSp > .bg-gradation {
  padding: 40px 50px 70px;
  border-radius: 24px;
}
@media screen and (max-width:767px) {
  .faq-list-wrap .overCntSp > .bg-gradation {
    padding: calc(30 / 375 * 100vw);
    border-radius: 10px;
  }
}
.faq-list-wrap .Qa__Q {
  padding: 18px 70px 18px 36px;
}
@media screen and (max-width:767px) {
  .faq-list-wrap .Qa__Q {
    padding: calc(12 / 375 * 100vw) calc(26 / 375 * 100vw) calc(12 / 375 * 100vw) calc(12 / 375 * 100vw);
  }
}
.faq-list-wrap .Qa__Q::after {
  right: calc(10 / 375 * 100vw);
}
.faq-list-wrap .QaText {
  position: relative;
  font-size: 15px;
}
@media screen and (max-width:767px) {
  .faq-list-wrap .QaText {
    font-size: calc(13 / 375 * 100vw);
    line-height: 1.8;
  }
}
.faq-list-wrap .QaText::before {
  padding-right: 8px;
  font-size: 18px;
  line-height: 1;
}
.faq-list-wrap .Qa__Q {
  transition: padding-bottom 0.3s;
}
.faq-list-wrap .Qa__Q.active {
  padding: 18px 70px 0 36px;
}
@media screen and (max-width:767px) {
  .faq-list-wrap .Qa__Q.active {
    padding: calc(12 / 375 * 100vw) calc(26 / 375 * 100vw) calc(12 / 375 * 100vw) calc(12 / 375 * 100vw);
  }
}
.faq-list-wrap .Qa__Q.active::after {
  transform: translateY(60%) rotate(-45deg);
}
@media screen and (max-width:767px) {
  .faq-list-wrap .Qa__Q.active::after {
    transform: translateY(0) rotate(-45deg);
  }
}
.faq-list-wrap .Qa__Q .QaText {
  margin: unset;
}
.faq-list-wrap .Qa__Q .QaText::before {
  content: "Q";
}
.faq-list-wrap .Qa__A {
  padding-top: 0;
  border: unset;
}
@media screen and (max-width:767px) {
  .faq-list-wrap .Qa__A {
    padding: 0 calc(12 / 375 * 100vw) calc(12 / 375 * 100vw);
  }
}
.faq-list-wrap .Qa__A .QaText {
  margin-left: 24px;
}
@media screen and (max-width:767px) {
  .faq-list-wrap .Qa__A .QaText {
    margin-left: unset;
    font-weight: bold;
  }
}
.faq-list-wrap .Qa__A .QaText::before {
  content: "A";
}
.faq-list-wrap .QaTextWrap .QaText:not(:first-child)::before {
  content: none;
}
.faq-list-wrap .gradient-border-box .btn-gradation {
  background: #fff;
}

.por {
  position: relative;
  z-index: 2;
}

.gradation-card {
  position: relative;
  z-index: 2;
  display: flex;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .gradation-card {
    flex-flow: column-reverse;
    margin-bottom: 80px;
    border-radius: 10px;
  }
}
.gradation-card > div {
  width: 50%;
}
@media screen and (max-width:767px) {
  .gradation-card > div {
    width: 100%;
  }
}
.gradation-card p {
  position: relative;
  margin-bottom: 12px;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.79;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .gradation-card p {
    font-size: 15px;
  }
}
.gradation-card p.head {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .gradation-card p.head {
    margin-bottom: 16px;
    font-size: calc(10 / 375 * 100vw);
  }
}
.gradation-card .btn-box {
  z-index: 2;
}
.gradation-card .img-box img {
  width: 100%;
}
.gradation-card .text-box.bg-gradation-122deg {
  position: relative;
  padding: 50px 30px 0 32px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .gradation-card .text-box.bg-gradation-122deg {
    padding: 34px 20px 30px;
  }
}
.gradation-card .text-box.bg-gradation-122deg::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -24px;
  right: -16px;
  background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
  z-index: 1;
  width: 110px;
  height: 110px;
  mix-blend-mode: screen;
}
.gradation-card .text-box.bg-gradation-122deg::after {
  position: absolute;
  content: "";
  display: inline-block;
  bottom: -20px;
  left: -42px;
  background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
  z-index: 1;
  width: 174px;
  height: 174px;
}
@media screen and (max-width:767px) {
  .gradation-card .text-box.bg-gradation-122deg .btn-box {
    text-align: center;
  }
}
.gradation-card.type-02 .text-box.bg-gradation-122deg {
  padding: 70px 72px;
}
@media screen and (max-width:767px) {
  .gradation-card.type-02 .text-box.bg-gradation-122deg {
    padding: calc(50 / 375 * 100vw) calc(32 / 375 * 100vw);
  }
}
.gradation-card.type-02 p.head {
  margin-bottom: 24px;
  font-size: 44px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .gradation-card.type-02 p.head {
    text-align: center;
    font-size: 32px;
  }
}

.news-btn-box .gradient-border-box {
  width: 138px;
  height: 28px;
}
.news-btn-box .gradient-border-box .btn-gradation {
  width: 134px;
  height: 24px;
  background: #fdfdf3;
  font-size: 12px;
}

.gradient-border-box {
  position: relative;
  display: inline-block;
  width: 218px;
  height: 44px;
  padding: 2px;
  background: linear-gradient(to right, #f4ac5f 0%, #ee824a 50%, #e85541 82%, #ea6d80 100%);
  border-radius: 50px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .gradient-border-box {
    width: 100%;
  }
}
.gradient-border-box.type-02 {
  position: relative;
  width: 260px;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .gradient-border-box.type-02 {
    width: calc(270 / 375 * 100vw);
    margin: auto;
  }
}
.gradient-border-box.type-02 .btn-gradation {
  width: 252px;
  background: #fff;
  color: #595757;
}
.gradient-border-box.type-02 .btn-gradation::before {
  background: url(../../assets/img/common/icon/ic_right_arrow_gray.svg) no-repeat;
}
@media screen and (max-width:767px) {
  .gradient-border-box.type-02 .btn-gradation {
    width: calc(266 / 375 * 100vw);
  }
}
.gradient-border-box.type-02 .btn-gradation:hover {
  opacity: 0.7;
  color: #595757;
  background: #fff;
}
.gradient-border-box.type-02 .btn-gradation:hover::before {
  background: url(../../assets/img/common/icon/ic_right_arrow_gray.svg) no-repeat;
}
.gradient-border-box.type-02.type-02-add {
  width: 370px;
  height: 50px;
}
@media screen and (max-width:767px) {
  .gradient-border-box.type-02.type-02-add {
    width: calc(270 / 375 * 100vw);
    margin: auto;
  }
}
.gradient-border-box.type-02.type-02-add .btn-gradation {
  width: 368px;
  height: 50px;
  font-size: 21px;
}
@media screen and (max-width:767px) {
  .gradient-border-box.type-02.type-02-add .btn-gradation {
    width: 100%;
    font-size: calc(14 / 375 * 100vw);
  }
}

.gradient-border-box .btn-gradation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 214px;
  height: 40px;
  background: #fce0af;
  font-size: 17px;
  font-weight: 500;
  color: #ef834a;
  border-radius: 50px;
  transition: 0.3s;
}
@media screen and (max-width:767px) {
  .gradient-border-box .btn-gradation {
    width: 100%;
  }
}
.gradient-border-box .btn-gradation.bg-cream {
  background: #fdfdf3;
}
.gradient-border-box .btn-gradation:hover {
  color: #fff;
  background: linear-gradient(to right, #f4ac5f 0%, #ee824a 50%, #e85541 82%, #ea6d80 100%);
}
.gradient-border-box .btn-gradation::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  background: url(../../assets/img/common/icon/ic_right_arrow_og.svg) no-repeat;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.gradient-border-box .btn-gradation:hover {
  opacity: unset;
}
.gradient-border-box .btn-gradation:hover::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  background: url(../../assets/img/common/icon/ic_right_arrow_wh.svg) no-repeat;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.bg-gradation {
  background: linear-gradient(to right, #f4ac5f 0%, #ee824a 50%, #e85541 82%, #ea6d80 100%);
}

.bg-gradation-122deg {
  background: linear-gradient(122deg, #f4ac5f 0%, #ee824a 50%, #e85541 82%, #ea6d80 100%);
}

.commonBtn.type-02 {
  width: 212px;
  height: 42px;
  padding: 8px;
  font-size: 17px;
  font-weight: 500;
}
.commonBtn.type-02::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 10px;
  background: url(../../assets/img/common/icon/ic_right_arrow_og.svg) no-repeat;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: unset;
}

.p-productDetailWrap {
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .p-productDetailWrap {
    margin-bottom: 0;
  }
}

.l-container-wrap__body--top-gap-none {
  padding-bottom: 0;
}

.product-feature-text {
  margin-bottom: 60px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.185em;
  line-height: 2.5;
}
@media screen and (max-width:767px) {
  .product-feature-text {
    margin: 0 calc(-8 / 375 * 100vw) calc(40 / 375 * 100vw);
    font-size: 3.4666666667vw;
    letter-spacing: 0.04em;
    line-height: 2.6;
    width: calc(100% + (16 / 375 * 100vw));
  }
}

.product-feature-img-box {
  margin-bottom: 90px;
  border-radius: 24px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .product-feature-img-box {
    margin-bottom: calc(60 / 375 * 100vw);
    border-radius: calc(16 / 375 * 100vw);
  }
}

.og-text {
  color: #ef834a;
}

.strong-text {
  margin: 0 auto 46px;
  width: 460px;
  height: 56px;
  padding: 14px;
  background: #ef834a;
  color: #ffffff;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.12em;
  line-height: 1;
  border-radius: 50px;
}
@media screen and (max-width:767px) {
  .strong-text {
    margin-bottom: calc(100 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
    width: calc(274 / 375 * 100vw);
    height: auto;
    font-size: calc(14 / 375 * 100vw);
  }
}

.product-feature-2col {
  position: relative;
  margin-bottom: 80px;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .product-feature-2col {
    margin-bottom: calc(140 / 375 * 100vw);
  }
}
@media screen and (max-width:767px) {
  .product-feature-2col::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: calc(100 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    top: calc(6 / 375 * 100vw);
    left: calc(-40 / 375 * 100vw);
    background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
    overflow: hidden;
    z-index: -1;
    transform: rotateY(180deg);
  }
}
.product-feature-2col .flex-box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width:767px) {
  .product-feature-2col .flex-box {
    flex-flow: column;
  }
}
.product-feature-2col .head {
  text-align: center;
  vertical-align: middle;
  font-size: 46px;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #ef834a;
}
@media screen and (max-width:767px) {
  .product-feature-2col .head {
    margin-bottom: calc(10 / 375 * 100vw);
    font-size: calc(28 / 375 * 100vw);
  }
}
.product-feature-2col .head span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #595757;
  letter-spacing: 0.04em;
}
@media screen and (max-width:767px) {
  .product-feature-2col .head span {
    font-size: calc(16 / 375 * 100vw);
  }
}
.product-feature-2col .img-box {
  margin-bottom: 16px;
}
@media screen and (max-width:767px) {
  .product-feature-2col .img-box {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.product-feature-2col .caption {
  margin-bottom: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.185em;
}
@media screen and (max-width:767px) {
  .product-feature-2col .caption {
    margin-bottom: calc(10 / 375 * 100vw);
    font-size: calc(10 / 375 * 100vw);
    letter-spacing: 0.075em;
  }
}
.product-feature-2col .left, .product-feature-2col .right {
  width: calc(50% - 20px);
}
@media screen and (max-width:767px) {
  .product-feature-2col .left, .product-feature-2col .right {
    width: 100%;
  }
}
@media screen and (max-width:767px) {
  .product-feature-2col .right {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.product-feature-2col .og-text {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.12em;
}
@media screen and (max-width:767px) {
  .product-feature-2col .og-text {
    text-align: center;
    font-size: calc(14 / 375 * 100vw);
    letter-spacing: 0.075em;
  }
}

@media screen and (max-width:767px) {
  .es-page-hero.spoon-cup {
    margin-bottom: calc(30 / 375 * 100vw);
  }
}

.how-to-movie-wrap {
  margin-bottom: 190px;
}
@media screen and (max-width:767px) {
  .how-to-movie-wrap {
    margin-bottom: calc(110 / 375 * 100vw);
  }
}

.how-to-wrap .flex-box {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width:767px) {
  .how-to-wrap .flex-box {
    flex-flow: column;
  }
}

.use-item-wrap {
  position: relative;
  margin-bottom: 190px;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .use-item-wrap {
    margin-bottom: calc(110 / 375 * 100vw);
  }
}
@media screen and (max-width:767px) {
  .use-item-wrap::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: calc(100 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    top: calc(474 / 375 * 100vw);
    left: calc(-36 / 375 * 100vw);
    background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
    overflow: hidden;
    z-index: -1;
    transform: rotateY(180deg);
  }
}

.use-item-list {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 32px;
}
@media screen and (max-width:767px) {
  .use-item-list {
    grid-template-columns: 1fr;
    gap: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width:767px) {
  .use-item-list::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: calc(100 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    top: calc(-38 / 375 * 100vw);
    right: calc(-26 / 375 * 100vw);
    background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
    overflow: hidden;
    z-index: -1;
  }
}
.use-item-list::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 240px;
  height: 240px;
  bottom: -70px;
  right: -146px;
  background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
  overflow: hidden;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .use-item-list::after {
    width: calc(100 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    bottom: calc(-48 / 375 * 100vw);
    left: calc(-38 / 375 * 100vw);
    right: unset;
    transform: rotateY(180deg);
  }
}
.use-item-list .item {
  border-radius: 24px;
  overflow: hidden;
  background: #fce0af;
}
.use-item-list .flex-box {
  margin-bottom: 32px;
  padding: 32px 36px 0;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  letter-spacing: 0.12em;
}
@media screen and (max-width:767px) {
  .use-item-list .flex-box {
    margin-bottom: 0;
    padding: calc(12 / 375 * 100vw) calc(12 / 375 * 100vw) calc(12 / 375 * 100vw);
    align-items: flex-start;
    gap: calc(15 / 375 * 100vw);
  }
}
.use-item-list .circle-num {
  width: 88px;
  flex-shrink: 0;
}
@media screen and (max-width:767px) {
  .use-item-list .circle-num {
    width: calc(48 / 375 * 100vw);
    margin-top: calc(12 / 375 * 100vw);
  }
}
.use-item-list .txts .head, .use-item-list .txts .body {
  display: block;
}
.use-item-list .txts .head {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width:767px) {
  .use-item-list .txts .head {
    margin-bottom: 0;
    font-size: calc(15 / 375 * 100vw);
  }
}
.use-item-list .txts .body {
  font-size: 14px;
  line-height: 1.57;
}
@media screen and (max-width:767px) {
  .use-item-list .txts .body {
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.45;
  }
}
.use-item-list .attention-text {
  display: block;
  padding: 0 20px 14px;
  font-size: 13px;
  line-height: 1.17;
}
@media screen and (max-width:767px) {
  .use-item-list .attention-text {
    padding: calc(12 / 375 * 100vw) 0 0;
    text-align: left;
    font-size: calc(11 / 375 * 100vw);
  }
}
.use-item-list .attention-text .text-right {
  text-align: right;
}
.use-item-list .red-box {
  display: block;
  margin: 0 12px 0 auto;
  width: -moz-max-content;
  width: max-content;
  padding: 4px 12px;
  background: #ff0000;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 50px;
}
@media screen and (max-width:767px) {
  .use-item-list .red-box {
    margin: calc(12 / 375 * 100vw) 0 0 auto;
    padding: calc(4 / 375 * 100vw) calc(12 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
  }
}

.attention-box {
  margin: 0 auto 40px;
  padding: 24px 10px;
  width: 776px;
  height: 70px;
  font-size: 21px;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.12em;
  background: #dc6a74;
  border-radius: 12px;
}
@media screen and (max-width:767px) {
  .attention-box {
    margin: 0 auto calc(35 / 375 * 100vw);
    padding: calc(10 / 375 * 100vw);
    width: calc(274 / 375 * 100vw);
    max-height: calc(70 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.6;
  }
}

.youtube-outer {
  position: relative;
  z-index: 2;
}
.youtube-outer::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 330px;
  height: 330px;
  top: -158px;
  left: -160px;
  background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .youtube-outer::before {
    content: none;
  }
}

.youtube-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 620/349;
  cursor: pointer;
  overflow: hidden;
  border-radius: 24px;
}
.youtube-wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.about-cost-wrap {
  margin-bottom: 190px;
}
@media screen and (max-width:767px) {
  .about-cost-wrap {
    margin-bottom: calc(110 / 375 * 100vw);
  }
}
.about-cost-wrap picture {
  margin: auto;
  max-width: 914px;
}
@media screen and (max-width:767px) {
  .about-cost-wrap picture {
    max-width: calc(296 / 375 * 100vw);
  }
}

.spec-wrap {
  position: relative;
  margin-bottom: 190px;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .spec-wrap {
    margin-bottom: calc(40 / 375 * 100vw);
  }
}
.spec-wrap .important-text {
  width: 100%;
  max-width: 932px;
  margin: 0 auto 30px;
  padding: 28px;
  color: #ffffff;
  border-radius: 50px;
  font-size: 17px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (max-width:767px) {
  .spec-wrap .important-text {
    width: 100%;
    max-width: unset;
    padding: calc(10 / 375 * 100vw) calc(50 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.59;
    letter-spacing: 0.12em;
    text-align: left;
  }
}
.spec-wrap .attention-text {
  text-align: center;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media screen and (max-width:767px) {
  .spec-wrap .attention-text {
    text-align: center;
    font-size: calc(11 / 375 * 100vw);
    line-height: 1.68;
    letter-spacing: 0.08em;
  }
}

.spec-list {
  position: relative;
  margin-bottom: 60px;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .spec-list {
    margin-bottom: calc(50 / 375 * 100vw);
  }
}
.spec-list::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 240px;
  height: 240px;
  bottom: -24px;
  left: -260px;
  background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
  overflow: hidden;
  z-index: -1;
  transform: rotateY(180deg);
}
.spec-list dl {
  display: flex;
  align-items: center;
  border: 1px solid #595757;
  letter-spacing: 0.12em;
}
@media screen and (max-width:767px) {
  .spec-list dl {
    letter-spacing: 0.06em;
  }
}
.spec-list dl + dl {
  margin-top: 18px;
}
.spec-list dt {
  width: 100%;
  max-width: 210px;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (max-width:767px) {
  .spec-list dt {
    width: 100%;
    max-width: calc(90 / 375 * 100vw);
  }
}
.spec-list dt span {
  display: block;
  padding: 30px 20px;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width:767px) {
  .spec-list dt span {
    padding: calc(20 / 375 * 100vw) calc(12 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
  }
}
.spec-list dd {
  border-left: 1px solid #595757;
}
.spec-list dd span {
  display: block;
  padding: 30px 20px;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width:767px) {
  .spec-list dd span {
    font-size: calc(11 / 375 * 100vw);
  }
}

.link-bnr-wrap {
  margin-bottom: 190px;
}
@media screen and (max-width:767px) {
  .link-bnr-wrap {
    margin-bottom: calc(110 / 375 * 100vw);
  }
}
.link-bnr-wrap a {
  transition: opacity 0.3s;
}

.attentions-wrap {
  position: relative;
  margin-bottom: 190px;
  padding: 110px 60px 90px;
  background: #fce0af;
  border-radius: 24px;
}
@media screen and (max-width:767px) {
  .attentions-wrap {
    margin-bottom: calc(110 / 375 * 100vw);
    padding: calc(50 / 375 * 100vw) calc(30 / 375 * 100vw) calc(70 / 375 * 100vw);
    border-radius: 12px;
    font-size: calc(13 / 375 * 100vw);
  }
}
@media screen and (max-width:767px) {
  .attentions-wrap::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: calc(100 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    top: calc(244 / 375 * 100vw);
    right: calc(-36 / 375 * 100vw);
    background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
    overflow: hidden;
    z-index: -1;
    transform: rotateY(180deg);
  }
}
@media screen and (max-width:767px) {
  .attentions-wrap::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: calc(100 / 375 * 100vw);
    height: calc(100 / 375 * 100vw);
    bottom: calc(-50 / 375 * 100vw);
    left: calc(-40 / 375 * 100vw);
    background: url(../../assets/img/products-custom/img_salt_obj.svg) no-repeat;
    overflow: hidden;
    z-index: -1;
    transform: rotateY(180deg);
  }
}
.attentions-wrap .attention-box {
  margin-bottom: 110px;
  padding: 14px 40px;
  height: auto;
  font-size: 16px;
  letter-spacing: 0.065em;
  line-height: 1.52;
}
@media screen and (max-width:767px) {
  .attentions-wrap .attention-box {
    margin-bottom: calc(20 / 375 * 100vw);
    padding: calc(12 / 375 * 100vw) calc(12 / 375 * 100vw);
    max-height: unset;
    font-size: calc(11 / 375 * 100vw);
    letter-spacing: 0.1em;
  }
}
.attentions-wrap .red-text {
  margin-bottom: 50px;
  color: #ff0000;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width:767px) {
  .attentions-wrap .red-text {
    margin-bottom: calc(20 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: 1.8;
  }
}
.attentions-wrap .circle-list {
  margin: 0 auto 110px;
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.21em;
}
@media screen and (max-width:767px) {
  .attentions-wrap .circle-list {
    margin-bottom: calc(60 / 375 * 100vw);
    font-size: calc(11 / 375 * 100vw);
    letter-spacing: 0.1em;
  }
}
.attentions-wrap .circle-list li {
  line-height: 1;
}
.attentions-wrap .circle-list li + li {
  margin-top: 22px;
}
.attentions-wrap .text-list li {
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.926;
}
@media screen and (max-width:767px) {
  .attentions-wrap .text-list li {
    font-size: calc(13 / 375 * 100vw);
  }
}
.attentions-wrap .text-list li + li {
  margin-top: 60px;
}

.other-product-wrap .es-content-title {
  margin-top: unset;
}
.other-product-wrap .btn-gradation {
  font-size: 24px;
}
@media screen and (max-width:767px) {
  .other-product-wrap .btn-gradation {
    font-size: calc(14 / 375 * 100vw);
  }
}

#js-homeMV {
  pointer-events: none;
}
#js-homeMV .swiper-slide {
  pointer-events: none;
}
#js-homeMV .logo-obi {
  position: relative;
}
@media screen and (min-width:768px) {
  .l-container-wrap__head {
    z-index: 3;
  }
}

@media screen and (max-width:767px) {
  .QaText .mailadd {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}