@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) {
  .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) {
  .container {
    padding-top: 0;
  }
  .wrapper {
    padding: 0 0.2rem;
  }
  .footer-site .wrapper {
    padding: 0 0.3rem;
  }
  .section-about-keyvisual {
    height: calc(100vh + 50px);
    background-position-y: 47vh;
    background-size: 700px auto;
  }
  .section-about-keyvisual .keyvisual-heading .wrapper {
    min-height: 6.43rem;
  }
  .section-about-keyvisual .keyvisual-title {
    padding-top: 17vh;
    font-size: 0.2rem;
  }
  .section-about-keyvisual .keyvisual-background {
    height: 6.36rem;
  }
  .section-about-keyvisual .keyvisual-text {
    font-size: 0.14rem;
    line-height: 2.1428571429;
    margin-bottom: 0.72rem;
  }
  .section-about-keyvisual .keyvisual-text p {
    margin-bottom: 0.18rem;
  }
  .section-about-keyvisual .keyvisual-copy {
    bottom: calc(8vh + 110px);
    font-size: 0.14rem;
    letter-spacing: 0.06em;
    line-height: 2.1428571429;
  }
  .section-common-intro .intro-background {
    height: 1.9rem;
  }
  .section-common-intro .intro-background::before {
    left: 0.1rem;
  }
  .section-common-intro .intro-title {
    font-size: 0.12rem;
    letter-spacing: 0.3em;
    line-height: 1.4285714286;
    margin: 0 auto;
  }
  .section-common-intro .intro-title .title-pick {
    font-size: 0.2rem;
  }
  .section-common-intro .intro-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .section-common-intro .intro-detail {
    font-size: 0.14rem;
    letter-spacing: 0.06em;
    line-height: 2.1428571429;
    margin-bottom: 0.23rem;
  }
  .section-common-intro .intro-detail p {
    margin-bottom: 0.3rem;
  }
  .section-common-intro .picture-item {
    position: relative;
    width: 60%;
  }
  .section-common-intro .picture-item:nth-child(1) {
    top: 0;
    left: 0;
  }
  .section-common-intro .picture-item:nth-child(2) {
    top: 0;
    left: 40%;
  }
  .section-common-intro .image-common {
    width: 100%;
  }
  .section-common-intro .intro-gallery {
    margin-bottom: 0;
  }
  .section-common-intro .town-outline {
    position: absolute;
    top: auto;
    left: auto;
    bottom: 153px;
    right: -13%;
    width: 70%;
  }
  .section-common-intro.is-town .intro-heading {
    padding: 0.6rem 0;
  }
  .section-common-intro.is-town .intro-title {
    margin-bottom: -0.11rem;
  }
  .section-common-intro.is-town .intro-title .title-pick {
    margin-top: 0.03rem;
  }
  .section-common-intro.is-town .intro-content {
    padding: 0.73rem 0 0;
  }
  .o-ios15over .section-common-intro.is-town .intro-title {
    -ms-transform: translateX(-1px);
        transform: translateX(-1px);
  }
  .o-ios15over .section-common-intro.is-town .title-pick {
    display: inline-block;
    -ms-transform: translateX(1px);
        transform: translateX(1px);
  }
  .section-common-intro.is-sword .intro-heading {
    padding: 0.66rem 0;
  }
  .section-common-intro.is-sword .intro-title {
    margin-bottom: -0.11rem;
  }
  .section-common-intro.is-sword .intro-title .title-pick {
    margin-top: 0.03rem;
    letter-spacing: 0.28em;
  }
  .o-ios15over .section-common-intro.is-sword .intro-title {
    -ms-transform: translateX(-1px);
        transform: translateX(-1px);
  }
  .o-ios15over .section-common-intro.is-sword .title-pick {
    display: inline-block;
    -ms-transform: translateX(1px);
        transform: translateX(1px);
  }
  .section-common-intro.is-sword .intro-background::before {
    width: 2.04rem;
    height: 2.55rem;
    bottom: -1.61rem;
    left: 0.19rem;
  }
  .section-common-intro.is-sword .intro-background::after {
    left: 0.64rem;
    bottom: -0.36rem;
    font-size: 0.1rem;
  }
  .section-common-intro.is-sword .intro-content {
    padding: 0.46rem 0 0;
  }
  .section-common-intro.is-sword .intro-detail {
    margin-top: 0.24rem;
  }
  .section-common-intro.is-cutlery .intro-heading {
    padding: 0.62rem 0;
  }
  .section-common-intro.is-cutlery .intro-content {
    padding: 0.74rem 0 0;
  }
  .section-common-intro.is-cutlery .intro-title {
    margin-bottom: -0.12rem;
    line-height: 2.2;
    font-size: 0.12rem;
    -ms-transform: translateX(0.16rem);
        transform: translateX(0.16rem);
  }
  .section-common-intro.is-cutlery .intro-title .title-pick {
    letter-spacing: 0.2em;
    font-size: 0.18rem;
    line-height: 1.3076923077;
  }
  .section-common-intro.is-cutlery .intro-background::before {
    width: 2.39rem;
    height: 3.38rem;
    bottom: -2.3rem;
    left: 0.19rem;
  }
  .section-about-banner {
    height: 4.77rem;
  }
  .section-about-skill {
    background-position-y: calc(50% + 295px);
    background-size: 700px auto;
  }
  .section-about-skill .skill-heading {
    top: calc(50% - 100px);
  }
  .section-about-skill .skill-title {
    font-size: 0.2rem;
    letter-spacing: 0.25em;
    line-height: 1.75;
    margin: 0 0 0.16rem;
    min-height: 2.6rem;
  }
  .section-about-skill .title-line.o-line1 {
    width: 22.65px;
  }
  .section-about-skill .title-line.o-line2 {
    width: 30.41px;
  }
  .section-about-skill .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 15px;
    position: absolute;
    left: 50%;
    top: calc(50% + 121px);
    padding: 0;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
  .section-about-skill .item {
    position: static;
    -ms-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
  }
  .section-about-skill .item.o-clippers {
    width: 25px;
  }
  .section-about-skill .item.o-peeler {
    width: 66px;
  }
  .section-about-skill .item.o-knife {
    width: 33px;
  }
  .section-about-skill .item.o-scissors {
    width: 56px;
  }
  .section-about-skill .copy {
    width: 90%;
    font-size: 0.14rem;
    letter-spacing: 0.06em;
    line-height: 2.1428571429;
  }
  .section-item-lineup {
    display: block;
    height: auto;
    padding-bottom: 250px;
    background: url(https://www.kai-group.com/products/brand/sekimagoroku/contents_file/sp/img/about//footer.jpg) center bottom no-repeat;
    background-size: cover;
  }
  .section-item-lineup .lineup-title {
    margin: 0;
    padding: 40px 0 30px;
    text-align: center;
  }
  .section-item-lineup .items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .section-item-lineup .item {
    width: 47%;
  }
}
/*# sourceMappingURL=about.css.map */