@media only screen and (max-width: 767.98px) {
  .header-site {
    height: 60px;
    padding: 0 0.3rem;
    background: #ebebeb;
  }
  .header-site .header-logo {
    width: 85px;
  }
  .header-site .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: 0.26s;
    opacity: 0;
    pointer-events: none;
  }
  .header-site .overlay.is-show {
    opacity: 1;
    pointer-events: auto;
  }
  .header-site .header-navigation {
    position: fixed;
    width: 2.95rem;
    height: 100vh;
    top: 0;
    right: 0;
    display: none;
    z-index: 50;
    background: #3d4145;
  }
  .header-site .navigation-inner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0 0.4rem 0.8rem;
  }
  .header-site .navigation-list {
    display: block;
    z-index: 2;
    position: relative;
    padding: 60px 0 30px;
    font-size: 0.14rem;
    margin: 0 auto 0.42rem;
    border-bottom: 0.01rem solid rgba(255, 255, 255, 0.5);
  }
  .header-site .navigation-list .navigation-item {
    margin-bottom: 0.3rem;
  }
  .header-site .navigation-link {
    font-size: 0.14rem;
    text-align: left;
    display: inline-block;
    color: #fff;
    letter-spacing: 0.17em;
  }
  .header-site .navigation-link.is-external {
    padding-right: 0.18rem;
  }
  .header-site .navigation-link.is-external::before {
    top: 0.05rem;
    width: 0.12rem;
    height: 0.12rem;
    background-image: url(https://www.kai-group.com/products/brand/sekimagoroku/contents_file/sp/img/common/ico_external_white.svg);
  }
  .header-site .off {
    display: none;
  }
  .header-site .button-menu {
    width: 24px;
    height: 60px;
    display: block;
    position: absolute;
    cursor: pointer;
    z-index: 60;
    right: 0.3rem;
    top: 0;
  }
  .header-site .button-menu .humbarger-line {
    display: block;
    width: 24px;
    position: absolute;
    border-bottom: 1px solid #101010;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    transition: all 0.3s;
  }
  .header-site .button-menu .humbarger-line:nth-child(1) {
    top: calc(50% - 10px);
  }
  .header-site .button-menu .humbarger-line:nth-child(2) {
    top: 50%;
  }
  .header-site .button-menu .humbarger-line:nth-child(3) {
    top: calc(50% + 10px);
  }
  .header-site .button-menu.is-active .humbarger-line {
    border-bottom-color: #fff !important;
  }
  .header-site .button-menu.is-active .humbarger-line:nth-of-type(1) {
    -ms-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg);
    top: 30px;
  }
  .header-site .button-menu.is-active .humbarger-line:nth-of-type(2) {
    opacity: 0;
  }
  .header-site .button-menu.is-active .humbarger-line:nth-of-type(3) {
    -ms-transform: translateX(-50%) rotate(45deg);
        transform: translateX(-50%) rotate(45deg);
    top: 30px;
  }
  .header-site .social-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style-type: none;
    margin: 0 auto 0.44rem;
    padding: 0;
    width: 0.84rem;
  }
  .header-site .social-list .social-item {
    width: 0.3rem;
  }
  .header-site .social-list .social-link {
    display: block;
  }
  .header-site .social-list .social-image {
    width: 100%;
  }
  .header-site .header-detail .header-logo {
    margin: 0 auto;
    width: 0.96rem;
  }
  .is-body-site .header-site.has-background .button-menu > .humbarger-line {
    border-bottom-color: #000;
  }
  .is-body-site .header-site.has-background .off {
    display: none;
  }
  .is-body-site .header-site.has-background .on {
    display: block;
  }
  .is-body-site .header-site .button-menu > .humbarger-line {
    border-bottom-color: #fff;
  }
  .is-body-site .header-site .off {
    display: block;
  }
  .is-body-site .header-site .on {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-site {
    padding: 0.61rem 0 0.17rem;
  }
  .footer-site .footer-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-bottom: 0.45rem;
  }
  .footer-site .footer-inner {
    padding-bottom: 0.45rem;
    border-bottom: 0.01rem solid #707070;
    margin-bottom: 0.4rem;
  }
  .footer-site .footer-logo {
    width: 1.02rem;
    margin: 0 auto;
  }
  .footer-site .footer-navigation {
    margin-bottom: 0.16rem;
  }
  .footer-site .footer-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin-bottom: 0;
  }
  .footer-site .footer-list:nth-child(4) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "link_1 link_2" "link_3 .";
  }
  .footer-site .footer-list:nth-child(4) > li {
    width: 100%;
  }
  .footer-site .footer-list:nth-child(4) > li:nth-child(1) {
    grid-area: link_2;
  }
  .footer-site .footer-list:nth-child(4) > li:nth-child(2) {
    grid-area: link_1;
  }
  .footer-site .footer-list:nth-child(4) > li:nth-child(3) {
    grid-area: link_3;
  }
  .footer-site .footer-list li {
    width: 50%;
    margin-bottom: 0.26rem;
  }
  .footer-site .footer-list li.is-full {
    width: 100%;
  }
  .footer-site .footer-list a {
    font-size: 0.13rem;
  }
  .footer-site .footer-list a.is-external {
    padding-right: 0.2rem;
  }
  .footer-site .footer-list a.is-external::before {
    top: 0.05rem;
    width: 0.12rem;
    height: 0.12rem;
  }
  .is-iphone .footer-site .footer-list a.is-external::before {
    top: 0.06rem;
  }
  .footer-site .link-external {
    width: 100%;
    min-height: 0.5rem;
    padding: 0.04rem 0.04rem 0.05rem 0.1rem;
    margin: 0 auto 0.43rem;
  }
  .footer-site .link-external span {
    font-size: 0.12rem;
    padding-right: 0.21rem;
    letter-spacing: 0.17em;
  }
  .footer-site .link-external span::before, .footer-site .link-external span:after {
    top: 0.04rem;
    right: 0.04rem;
    width: 0.12rem;
    height: 0.12rem;
  }
  .footer-site .footer-social {
    width: 1.74rem;
    margin: 0 auto;
  }
  .footer-site .social-text {
    font-size: 0.13rem;
    margin-top: 0.03rem;
  }
  .footer-site .social-list {
    width: 0.73rem;
  }
  .footer-site .social-list li {
    width: 0.3rem;
  }
  .footer-site .social-list a {
    display: block;
  }
  .footer-site .social-list img {
    width: 100%;
  }
  .footer-site .footer-copyright {
    margin-left: -0.1rem;
  }
  .footer-site .footer-copyright small {
    font-size: 0.1rem;
    line-height: 2;
    display: block;
  }
  .footer-site .footer-copyright .copyright-logo {
    margin-bottom: 0.03rem;
    width: 0.38rem;
    height: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual {
    background: url(https://www.kai-group.com/products/brand/sekimagoroku/contents_file/sp/img/common/keyvisual_bg.jpg) center/cover no-repeat;
    min-height: 1.46rem;
    padding-top: 0.46rem;
    padding-bottom: 0.32rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  .keyvisual-title {
    margin-bottom: 0.08rem;
  }
  .keyvisual-title .is-english {
    margin-bottom: 0.04rem;
  }
  .keyvisual-title .is-japanese {
    font-size: 0.24rem;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
  }
  .keyvisual-description {
    text-align: center;
    font-size: 0.14rem;
    letter-spacing: 0.06em;
    line-height: 2.1428571429;
    padding: 0.36rem 0 0.29rem;
    margin: 0 -0.16rem;
    position: relative;
  }
  .keyvisual-description::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #ebebeb;
    width: calc(100% - 0.32rem);
    height: 1px;
    margin: 0 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .block-anchor {
    margin-bottom: 0.78rem;
    margin-top: 0.12rem;
    top: 59px;
    min-height: 1.32rem;
  }
  .is-hide-menu .block-anchor {
    top: 0;
  }
  .block-anchor.is-three-item {
    min-height: 0.62rem;
  }
  .block-anchor.is-three-item .anchor-common.is-sticky {
    min-height: 0.44rem;
  }
  .block-anchor.is-three-item .anchor-common.is-sticky .anchor-item:not(:last-child)::before {
    top: -0.02rem;
    bottom: -0.01rem;
  }
  .block-anchor.is-three-item .anchor-item.is-special {
    width: 33%;
  }
  .block-anchor.is-four-item {
    margin: 0.16rem 0 0.19rem;
  }
  .block-anchor.is-four-item .anchor-common.is-sticky {
    min-height: 0.65rem;
  }
  .block-anchor.is-four-item .anchor-common.is-sticky .anchor-item a {
    padding: 0;
  }
  .block-anchor.is-four-item .anchor-item a {
    padding-top: 0.09rem;
    padding-bottom: 0.12rem;
  }
  .block-anchor.is-five-item {
    margin-bottom: 0.78rem;
    margin-top: 0;
  }
  .block-anchor.is-five-item .anchor-common.is-sticky .anchor-item {
    padding: 0 0.22rem;
  }
  .block-anchor.is-five-item .anchor-list {
    margin-bottom: -0.3rem;
  }
  .block-anchor.is-five-item .anchor-item {
    padding: 0.09rem 0.22rem 0.12rem;
    margin-bottom: 0.07rem;
  }
  .block-anchor.is-five-item .anchor-item.is-special {
    width: unset;
  }
  .block-anchor.is-five-item .anchor-item.is-special:nth-child(3n+3)::before {
    display: none;
  }
  .block-anchor.is-five-item .anchor-item.is-special:nth-child(4n+4)::before {
    display: block;
  }
  .anchor-common {
    top: -150px;
    padding-top: 0.1rem;
    transition: 500ms;
  }
  .anchor-common.is-sticky {
    position: fixed;
    top: 60px;
    z-index: 5;
    width: 100%;
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    box-shadow: 0 0 0.24rem rgba(0, 0, 0, 0.16);
  }
  .anchor-common.is-sticky .anchor-list {
    margin: 0 -0.3rem;
  }
  .anchor-common.is-sticky .anchor-item-title .is-small {
    margin-bottom: 0;
  }
  .anchor-common.is-sticky .anchor-item-title .is-big {
    font-size: 0.11rem;
    line-height: 1.2727272727;
  }
  .anchor-common.is-sticky .anchor-item {
    width: 32%;
    margin: 0.07rem 0;
  }
  .anchor-common.is-sticky .anchor-item a {
    min-height: 0.2rem;
  }
  .anchor-common .anchor-list {
    margin: 0 -0.18rem;
  }
  .anchor-common .anchor-item {
    padding: 0 0.1rem;
    margin: 0.1rem 0;
    width: 28%;
  }
  .anchor-common .anchor-item.is-special {
    width: 25%;
  }
  .anchor-common .anchor-item.is-special:nth-child(4n+4)::before {
    display: none;
  }
  .anchor-common .anchor-item:not(:last-child)::before {
    right: 0;
    top: 0;
    bottom: 0;
    border-right-color: #d9d9d9;
  }
  .anchor-common .anchor-item a {
    -ms-flex-pack: center;
        justify-content: center;
    min-height: 0.32rem;
    height: 100%;
  }
  .anchor-common .anchor-item a::before {
    display: none;
  }
  .anchor-common .anchor-item-title .is-small {
    font-size: 0.1rem;
    margin-bottom: 0.03rem;
    letter-spacing: 0.17em;
  }
  .anchor-common .anchor-item-title .is-big {
    font-size: 0.12rem;
    line-height: 1.3333333333;
    min-height: 0.32rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .anchor-modify.is-sticky .anchor-item a {
    min-height: 0.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-primary span {
    padding-bottom: 0.19rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual .keyvisual-image {
    width: 2.31rem;
    height: 1.62rem;
    bottom: -0.23rem;
    right: -0.13rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-knives-western .title-primary, .section-knives-japanese .title-primary, .section-knives-special .title-primary {
    margin-bottom: 0.17rem;
  }
  .section-knives-western {
    padding-bottom: 1.38rem;
    position: relative;
  }
  .section-knives-western::before {
    position: absolute;
    content: "";
    left: 0;
    top: -0.55rem;
    margin: 0 0.3rem;
    width: calc(100% - 0.6rem);
    height: 1px;
    border-top: 1px solid #ebebeb;
  }
  .section-knives-western .title-primary {
    height: 1.115rem;
  }
  .section-knives-japanese {
    padding-bottom: 0.95rem;
  }
  .section-knives-japanese .title-primary {
    height: 1.115rem;
  }
  .section-knives-special {
    padding-bottom: 0.95rem;
  }
  .section-knives-special .title-primary {
    height: 1.39rem;
  }
  .section-knives-others {
    padding-bottom: 0.36rem;
  }
  .section-knives-others .title-primary {
    height: 1.2rem;
    margin-bottom: 0.22rem;
  }
  .knives-introduction {
    margin-bottom: 0.75rem;
  }
  .knives-series-block {
    margin-bottom: 0.94rem;
  }
  .knives-series-block:last-child {
    margin-bottom: 0;
  }
  .knives-series-title {
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 0.14rem;
  }
  .knives-list {
    margin-bottom: 0;
  }
  .knives-list .knives-item {
    margin-bottom: 0.39rem;
  }
  .knives-list .knives-item:last-child {
    margin-bottom: 0;
  }
  .knives-list .knives-item-image {
    padding-right: 0.08rem;
    margin-bottom: 0.12rem;
    background: linear-gradient(179.608deg, #eaedef 0%, #adb4ba 100%) center top 0.28rem/100% 0.88rem no-repeat;
  }
  .knives-list .knives-item-image picture {
    width: 2.49rem;
    height: 1.48rem;
  }
  .knives-list .knives-item-name {
    font-size: 0.18rem;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1.4444444444;
    margin-bottom: 0.08rem;
  }
  .knives-list .knives-item-description {
    margin-bottom: 0.12rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-category {
    padding: 0.5rem 0 0.78rem;
  }
  .section-common-category .category-title {
    font-size: 0.2rem;
    line-height: 2;
    margin-bottom: 0.39rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-categories {
    margin: 0 -0.3rem;
  }
  .list-categories > li {
    height: 1.6rem;
    margin-bottom: 0.02rem;
  }
  .list-categories > li.is-full {
    height: 2.4rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .products-common .products-item {
    padding: 0.4rem 0 0.42rem;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .products-common .products-item-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .products-common .products-item-description {
    font-size: 0.14rem;
    letter-spacing: 0.06em;
    line-height: 2.1428571429;
    margin-bottom: 0.13rem;
    -ms-flex-order: 1;
        order: 1;
  }
  .products-common .products-item-name {
    letter-spacing: 0.05em;
    line-height: 1.8;
    margin-bottom: 0.02rem;
    -ms-flex-order: 0;
        order: 0;
  }
  .products-common .products-item-detail {
    margin-bottom: 0.11rem;
    -ms-flex-order: 2;
        order: 2;
    letter-spacing: 0.06em;
  }
  .products-common .products-item-detail dt,
  .products-common .products-item-detail dd {
    margin-bottom: 0.05rem;
  }
  .products-common .products-item-detail dt {
    width: 0.5rem;
    padding-right: 0.04rem;
  }
  .products-common .products-item-detail dd {
    width: calc(100% - 0.5rem);
  }
  .products-common .button-primary {
    -ms-flex-order: 2;
        order: 2;
    width: fit-content;
    line-height: 1;
  }
  .products-common .button-primary::before {
    top: 0;
  }
  .products-common .products-item-image {
    margin-bottom: 0.12rem;
    width: 100%;
    height: 1.42rem;
  }
  .list-products-knives .products-item {
    padding-top: 0.17rem;
    padding-bottom: 0.38rem;
  }
  .list-products-knives .products-item-name {
    margin-bottom: 0.12rem;
    font-size: 0.18rem;
  }
  .list-products-knives.is-cutting-board .products-item {
    padding-top: 0.4rem;
  }
  .list-products-knives.is-cutting-board .products-item-image {
    margin-bottom: 0.12rem;
  }
  .list-products-kitchen .products-item-image,
  .list-products-beauty .products-item-image {
    height: 2.03rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .production-common-list .production-item {
    margin-bottom: 0.62rem;
  }
  .production-common-list .production-item a {
    display: block;
  }
  .production-common-list .production-item-image {
    width: 100%;
    background: linear-gradient(179.608deg, #eaedef 0%, #adb4ba 100%) center center/100% 0.88rem no-repeat;
    margin-bottom: 0.07rem;
  }
  .production-common-list .production-item-image picture {
    width: 2.49rem;
    height: 1.48rem;
  }
  .production-common-list .production-item-title {
    font-size: 0.18rem;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 0.08rem;
  }
  .production-common-list .production-item-description {
    margin-bottom: 0.12rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .detail-heading {
    text-align: left;
    margin-bottom: 0.56rem;
  }
  .detail-heading.is-custom .detail-description {
    margin: 0 -0.06rem;
    letter-spacing: 0;
  }
  .detail-heading .detail-title {
    font-size: 0.28rem;
    letter-spacing: 0.08em;
    line-height: 1.4285714286;
    margin-bottom: 0.17rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-plus {
    width: 0.15rem;
    height: 0.15rem;
  }
  .button-plus:before, .button-plus:after {
    height: 0.08rem;
    margin: -0.04rem 0 0;
    left: 48%;
  }
  .button-primary {
    padding-left: 0.27rem;
    font-size: 0.14rem;
    line-height: 1;
  }
  .button-primary::before {
    top: 0;
    width: 0.15rem;
    height: 0.15rem;
  }
  .button-tertiary {
    width: 2.3rem;
    min-height: 0.4rem;
  }
  .button-quaternary {
    display: block;
    padding: 10px 0;
    border: 1px solid #000;
    font-size: 0.14rem;
    text-align: center;
  }
  .button-quaternary::before {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-keyvisual .keyvisual-image {
    width: 1.41rem;
    height: auto;
    bottom: 0.16rem;
    right: 0.12rem;
  }
  .section-beauty {
    padding-top: 0.43rem;
    margin-bottom: -0.2rem;
  }
  .section-beauty .production-item-image picture {
    width: 2.31rem;
    height: 1.75rem;
  }
  .section-beauty-detail {
    padding-top: 0.4rem;
    margin-bottom: 0.71rem;
  }
  .section-beauty-detail .detail-title {
    text-align: center;
  }
  .section-beauty-detail.is-facecare .detail-heading {
    margin-bottom: 0;
  }
  .section-beauty-detail.is-facecare .products-title {
    font-size: 0.2rem;
    margin-bottom: 0.38rem;
  }
  .section-beauty-detail.is-facecare .products-heading {
    margin-bottom: 0.37rem;
  }
  .section-beauty-detail.is-facecare .block-products {
    margin-bottom: 1rem;
  }
  .section-beauty-detail.is-facecare .block-products:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=beauty.css.map */