@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-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) {
  .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) {
  .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) {
  .section-common-heading {
    min-height: 4.7rem;
  }
  .section-common-heading .wrapper {
    top: 1.01rem;
    left: 0;
  }
  .section-common-heading .heading-title {
    font-size: 0.28rem;
    letter-spacing: 0.08em;
  }
  .section-common-heading .heading-title small {
    font-size: 0.11rem;
  }
}
@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) {
  .section-masterline-detail .masterline-detail-inner {
    padding: 0.55rem 0 0.56rem;
  }
  .section-masterline-detail .detail-title {
    text-align: center;
  }
  .section-masterline-detail .detail-title {
    margin-bottom: 0.16rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-masterline-intro {
    padding-top: 0.51rem;
  }
  .section-masterline-intro .intro-title {
    margin-bottom: 0.38rem;
    font-size: 0.18rem;
    line-height: 2.1666666667;
    margin-right: -0.1rem;
  }
  .section-masterline-intro .intro-content {
    margin-bottom: 0.97rem;
    font-size: 0.14rem;
    line-height: 2.1428571429;
    letter-spacing: 0.06em;
  }
  .section-masterline-intro .intro-content > p:not(:last-child) {
    margin-bottom: 0.46rem;
  }
  .section-masterline-intro .intro-video {
    height: 1.77rem;
    margin-bottom: -0.8rem;
  }
  .section-masterline-intro .video-overlay:before {
    margin: -0.23rem 0 0 -0.23rem;
    width: 0.46rem;
    height: 0.46rem;
    background: url(https://www.kai-group.com/products/brand/sekimagoroku/contents_file/sp/img/common/ico_play.svg) no-repeat center center/100% auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-masterline {
    padding: 1.8rem 0 0.84rem;
  }
  .section-masterline:before, .section-masterline:after {
    width: 100%;
    left: 0;
  }
  .section-masterline:before {
    top: 0;
    bottom: 0;
    background: url(https://www.kai-group.com/products/brand/sekimagoroku/contents_file/sp/img/masterline/shape_bg_1.png) no-repeat center 0/auto 0.5rem, url(https://www.kai-group.com/products/brand/sekimagoroku/contents_file/sp/img/masterline/shape_bg_2.png) no-repeat center bottom/auto 0.5rem;
  }
  .section-masterline:after {
    top: 0.45rem;
    bottom: 0.3rem;
  }
  .section-masterline .features-row {
    margin-bottom: 0.96rem;
    position: relative;
    font-size: 0.14rem;
  }
  .section-masterline .title-primary {
    margin-bottom: 0.28rem;
  }
  .section-masterline .title-primary span {
    padding-bottom: 0.18rem;
  }
  .section-masterline .list-features {
    padding: 0 1.35rem 0 0.33rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .section-masterline .list-features > li {
    width: 100%;
  }
  .section-masterline .list-features > li:nth-child(1) {
    -ms-flex-order: 4;
        order: 4;
  }
  .section-masterline .list-features > li:nth-child(2) {
    -ms-flex-order: 3;
        order: 3;
    margin-bottom: 0.4rem;
  }
  .section-masterline .list-features > li:nth-child(3) {
    -ms-flex-order: 2;
        order: 2;
  }
  .section-masterline .list-features > li:nth-child(4) {
    -ms-flex-order: 1;
        order: 1;
  }
  .section-masterline .features-image {
    top: 0.09rem;
    right: 0.2rem;
    width: 2.62rem;
    position: absolute;
  }
  .section-masterline .features-title {
    margin-bottom: 0.1rem;
    font-size: 0.18rem;
  }
  .section-masterline .features-group {
    position: relative;
  }
  .section-masterline .features-item {
    margin-bottom: 0.46rem;
  }
  .section-masterline .features-text {
    padding-left: 0.27rem;
    position: relative;
  }
  .section-masterline .features-detail {
    width: 100%;
    margin-bottom: 0.81rem;
    padding: 0.41rem 0.31rem 0.36rem;
  }
  .section-masterline .detail-logo {
    width: 0.23rem;
    margin: 0 auto 0.27rem;
  }
  .section-masterline .detail-description {
    width: 100%;
    font-size: 0.14rem;
    line-height: 1.7857142857;
    letter-spacing: 0.02em;
  }
  .section-masterline .button-plus {
    top: 0.05rem;
  }
  .section-masterline .process-description {
    margin-bottom: 0.48rem;
    font-size: 0.14rem;
    line-height: 1.79;
    letter-spacing: 0.02em;
  }
  .section-masterline .process-slider-wrapper {
    overflow: hidden;
  }
  .section-masterline .slider-image {
    width: 2.55rem;
    margin-bottom: 0.22rem;
  }
  .section-masterline .slider-order {
    text-align: center;
    font-size: 0.12rem;
    margin-bottom: 0.03rem;
  }
  .section-masterline .slider-order .is-current {
    font-size: 0.14rem;
  }
  .section-masterline .slider-order .is-total::before {
    margin: 0 0.02rem 0 0.05rem;
  }
  .section-masterline .slider-title {
    text-align: center;
    font-size: 0.18rem;
    line-height: 1.6;
    margin-bottom: 0.16rem;
  }
  .section-masterline .slide-item {
    width: 2.78rem;
    padding: 0 0.12rem;
  }
  .section-masterline .process-text {
    margin: 0 -0.32rem 0 -0.3rem;
    letter-spacing: 0.02em;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .section-masterline .slick-current.slick-active .process-text {
    opacity: 1;
  }
}
@media (max-width: 364px) {
  .section-masterline .features-item {
    margin-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-masterline-product {
    padding: 1rem 0 0.49rem;
  }
  .section-masterline-product .title-primary {
    margin-bottom: 0.31rem;
  }
  .section-masterline-product .title-primary span {
    padding-bottom: 0.18rem;
  }
  .section-masterline-product .banner-item {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .process-slider .slick-arrow {
    top: 0.55rem;
    z-index: 10;
    background: #b5945e;
  }
  .process-slider .slick-arrow:before {
    opacity: 0;
  }
  .process-slider .slick-arrow:after {
    opacity: 1;
  }
  .process-slider .slick-arrow.slick-prev {
    left: 0.32rem;
  }
  .process-slider .slick-arrow.slick-next {
    right: 0.32rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .modal-slider .slick-arrow {
    bottom: 5.5%;
    right: 0.21rem;
  }
  .modal-slider .slick-arrow.slick-prev {
    right: 0.71rem;
  }
  .modal-slider .slick-arrow.slick-next {
    margin-left: 0.1rem;
  }
}
/*# sourceMappingURL=masterline.css.map */