@charset "UTF-8";

@media only screen and (max-width: 780px) { 
    .header {
        padding: 0.5em 0.5em;
    }
    .header__logo img {
        width: 145px;
    }
    .header__info--address {
        display: none;
    }
    .header__list--list a span {
        display: none;
    }
    .header__info--list {
        background-color: #fff;
        padding: 0;
    }

    /* ========= HEADER MEMO ========== */
    .header__info {
        margin-bottom: 0;
        margin-right: 60px;
    }
    .header__info--list img {
        height: 19px;
    }
    main {
        padding-top: 55px;
    }
    .mv__slider--img:before {
        padding-top: calc(100vh - 55px);
    }
    .mv__slider--description {
        position: absolute;
        bottom: 1em;
        left: 1em;
        color: #fff;
        font-size: 20px;
        line-height: 1.5;
        margin: 0 0!important;
        text-shadow: 0 0 5px #0e0e0e;
    }
    
    .tp_about__img {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }
    .tp_about__img--bottom {
        margin-left: 50%;
    }
    .tp_about__description {
        width: 100%;
    }
    .ttl {
        font-size: 25px;
    }
    .subttl {
        font-size: 17px;
    }
    .txt {
        font-size: 13px;
    }
    .btn a {
        font-size: .8em;
    }
    .pickup__list--img:nth-child(n+3) {
        flex-basis: calc(50% - 10px);
    }
    .ja {
        font-size: 22px;
    }
    .en {
        font-size: 13px;
    }
    .item__archive--description {
        font-size: 14px;
    }
    .item__archive--content {
        margin-bottom: 2em;
        width: 49%;
        margin-right: 2%;
    }
    .item__archive--content:nth-child(3n) {
        margin-right: 2%;
    }
    .item__archive--content:nth-child(2n) {
        margin-right: 0%;
    }
    .item__category a {
        width: 48%;
        margin-right: 4%;
        padding: 0;
        margin-bottom: 4%;
    }
    .item__category a:nth-child(3n) {
        margin-right: 4%;
    }
    .item__category a:nth-child(2n) {
        margin-right: 0;
    }
    .item__category a:last-child {
        margin-bottom: 4%;
    }
    .item__category--img::before {
        padding-top: 40%;
    }
    .item__category--name {
        font-size: 13px;
    }
    .blog__archive--content {
        width: 100%;
        margin-right: 0;
    }
    .tp_blog__description--txt {
        font-size: .8em;
    }
    .blog__archive--description {
        font-size: .7em;
    }
    .news__archive {
        font-size: .7em;
    }
    .news__archive--ttl {
        padding-left: 0em;
        margin-top: 1em;
        width: 100%;
    }
    .news_category {
        font-size: 10px;
    }
    .news__archive--content {
        padding: 25px 0px;
    }
    .tp_about__description {
        margin-right: 0%;
    }
    .tp_about__bottom--img {
        width: 100%;
        order: -1;
        margin-bottom: 8%;
    }
    .tp_about__bottom--img--top {
        display: none;
    }
    .tp_about__bottom--img--bottom {
        width: 100%;
        margin-top: 0%;
        margin-left: 0%;
    }
    .tp_about__bottom--img--bottom::before {
        padding-top: 65%;
    }
    .tp_about {
        padding: 0 0 80px 0;
    }
    .pickup {
        padding: 60px 0;
    }
    .recommend {
        padding: 60px 0;
    }
    .recommend__btn {
        margin-bottom: 4em;
    }
    .tp_blog {
        padding: 60px 0;
    }
    .tp_news {
        padding: 60px 0;
    }
    .footer {
        padding-top: 70px;
    }
    .footer__top {
        margin-bottom: 22px;
    }
    .flex-col-sp {
        flex-direction: column;
    }
    .footer__info {
        min-width: auto;
        padding-bottom: 45px;
        margin-bottom: 45px;
    }
    .footer__info, .footer__right, .footer__btm-nav {
        position: relative;
    }
    .footer__info::before, .footer__right::before, .footer__btm-nav::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        opacity: 0.2;
    }
    .footer a {
        font-size: 12px;
    }
    .footer__logo {
        width: 88.1%;
        margin-bottom: 30px;
    }
    .footer__info img {
        height: 33px;
    }
    .footer__address {
        margin-bottom: 15px;
        font-size: 13px;
    }
    .footer__right {
        width: 100%;
        min-width: auto;
        padding-bottom: 0;
    }
    .footer__nav {
        justify-content: flex-start;
        margin-bottom: 35px;
    }
    .footer__nav ul {
        width: 100%;
    }
    .footer__nav ul:first-of-type {
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
    }
    .footer__btm {
        padding: 0 0 20px;
    }
    .footer__btm small {
        text-align: center;
        letter-spacing: 0;
        font-size: 11px;
    }
    .footer__btm::before {
        display: none;
    }
    .page_top {
        bottom: 10px;
        right: 10px;
    }

    /* LOW PAGE */
    .low_header:before {
        padding-top: 45%;
    }
    .mainh1 {
        line-height: 1.8;
        font-size: 13px;
    }
    .mainh1 span {
        font-size: 2.3em;
    }
    .taxonomy__archive a {
        border: solid 1px #000;
    }
    .about__section {
        margin-bottom: 1em;
    }
    .about__content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }
    .introduction__section {
        margin-bottom: 1em;
    }
    .introduction__content.flex_3col {
        width: 32%;
        margin-right: 2%;
    }
    .introduction__content.flex_3col:nth-child(3n) {
        margin-right: 0%;
    }
    .introduction__content {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }
    .introduction__content--btn.btn a {
        font-size: 12px;
    }

    /* COMPANY */
    .tokushoho th {
        width: 30%;
        padding: 1.5em 1em;
        font-size: 12px;
        letter-spacing: 0;
    }
    .tokushoho td:nth-child(2) {
        width: 70%;
        padding: 1.5em;
    }
    .tokushoho td p {
        margin: 0px 0 0em;
        font-size: 12px;
    }
    .company__main td {
        text-align: left;
        letter-spacing: 0;
    }
    .company__main {
        margin-top: 0;
    }

    /* LOW POST */
    .low_post__ttl h1 {
        font-size: 18px;
    }
    .low_post__maincontent h2 {
        font-size: 16px;
    }
    .low_post__maincontent h2:before {
        display: none;
    }
    .low_post__maincontent .tokushoho h2:before {
        display: block;
    }
    .low_blog__maincontent .low_post__ttl h1 {
        font-size: 18px;
        line-height: 1.6;
    }
    .breadcrumbs {
        letter-spacing: 0;
        font-size: 10px;
    }

    /* STORE */
    .low_store__media {
        width: 100%;
    }
    .low_store__description {
        width: 100%;
        margin-left: 0;
    }
    .low_store__description .low_post__ttl h1 {
        padding-bottom: 0em;
        font-size: 20px;
    }
    .low_post__price {
        font-size: 13px;
    }
    .store__cart .cartjs_box tr.cartjs_product_num th {
        background: unset!important;
        font-size: 13px;
        width: fit-content!important;
    }
    .store__cart .cartjs_box tr.cartjs_product_num td input {
        font-size: 13px!important;
    }
    .store__cart .cartjs_buy {
        text-align: left!important;
    }
    .store__cart .cartjs_buy input[type="submit"] {
        background: #000000 !important;
        border-radius: 0!important;
        width: fit-content!important;
        font-size: 15px!important;
        height: 45px!important;
        padding: 0 5em!important;
        border: none!important;
        text-shadow: none!important;
        box-shadow: none!important;
        font-weight: 600!important;
        margin: 0 0 0em!important;
    }
    .cartjs_block {
        padding: 17px 0 20px!important;
    }
    .store__cart--contact a {
        font-size: 12px;
    }
    .store__cart--contact {
        font-size: 12px;
        margin: 20px 0 30px;
    }
    .low_store__content.low_post__maincontent p {
        font-size: 13px;
    }
    .low_store__maincontent .low_post__backbutton {
        margin: 40px auto 70px;
    }

}