/*--------------------------------------------------------------------------------------------------
  PC
--------------------------------------------------------------------------------------------------*/

/* base
-------------------*/

html {
    scroll-behavior: smooth;
}

body {
    color: #333;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 2;
}

body.is-footer-sns-fixed {
    padding-bottom: 75px;
}

body.is-active {
    height: 100%;
    overflow: hidden;
}

img {
    height: auto;
    width: 100%;
}

a {
    color: inherit;
}

.inner {
    margin: 0 auto;
    max-width: 1366px;
    min-width: 1024px;
    padding: 0 3%;
}

.text-red {
    color: #A84442;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row-center {
    align-items: center;
}

.row-keep {
    display: flex;
}

.btn {
    border: 5px solid #D3D3CE;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-align: center;
    max-width: 400px;
    width: 100%;
}

.section-title {
    background: linear-gradient(transparent 70%, #D5ECE9 70%);
    font-size: 25px;
    margin-top: 70px;
}

.lower-title {
    font-size: 31px;
    letter-spacing: 0;
    margin-top: 40px;
}

.ac-link {
    background: #EEECE6;
    display: block;
    font-size: 20px;
    padding: 5px;
    position: relative;
    width: 100%;
}

.ac-link::before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 20px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.ac-link::after {
    border-right: 1px solid #A84442;
    border-top: 1px solid #A84442;
    content: "";
    height: 8px;
    position: absolute;
    right: 11px;
    top: 38%;
    transform: rotate(135deg);
    transition: all 0.5s ease 0s;
    width: 8px;
}

select,
input {
    background: #fff;
}

.open .ac-link::after {
    top: 45%;
    transform: rotate(-45deg);
}

.ac-link .open::after {
    top: 45%;
    transform: rotate(-45deg);
}

dl {
    flex-wrap: wrap;
    width: 100%;
}

dt {
    align-items: center;
    border-bottom: 2px solid #EEECE6;
    display: inherit;
    padding-left: 60px;
    width: 25%;
}

dd {
    border-bottom: 2px solid #EEECE6;
    display: table-cell;
    line-height: 1.4;
    padding: 22px 0;
    position: relative;
    vertical-align: middle;
    width: 75%;
}

dd:first-child {
    border-top: 2px solid #EEECE6;
}

.dd-link {
    border-bottom: #333;
    bottom: 12px;
    position: absolute;
    right: 0;
}

.dd-link a {
    border-bottom: 1px solid #333;
}

.sp-only {
    display: none;
}

/* header
-------------------*/

.header-top__inner {
    position: relative;
}

.header-tel {
    position: absolute;
    top: 0;
    right: 0;
}

.header-tel__box {
    background: #A84442;
    color: #fff;
    padding: 10px 26px 18px;
    text-align: center;
}

.header-tel__text {
    font-size: 14px;
    letter-spacing: 0;
}

.header__tel-number {
    font-size: 36px;
    line-height: 1.5;
}

.header-top {
    background: #F5F4F2;
    height: 40px;
}

.header-top__text {
    font-size: 14px;
    line-height: 40px;
}

.header-body {
    align-items: center;
    height: 110px;
    width: 68%;
}

.header-logo {
    font-size: 32px;
    width: 250px;
}

.header-nav {
    align-items: center;
    margin-left: auto;
}

.header-nav__item {
    letter-spacing: -0.05em;
    margin-left: 35px;
    padding-bottom: 5px;
    padding-left: 30px;
    position: relative;
}

.header-nav__item:first-child {
    margin-left: 0;
}

.header-nav__item::before {
    color: #A84442;
    content: "■";
    height: 20px;
    left: 0;
    position: absolute;
    top: 3%;
    transform: rotate(-45deg);
    width: 20px;
}

.header-nav__item::after {
    background: #333;
    bottom: 0;
    content: "";
    height: 1px;
    left: 26px;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 0%;
}

.header-nav__item:hover::after {
    width: 83%;
}

.header-productNav {
    background: #F5F4F2;
    padding: 0.5em 0;
}

.header-productNav__list {
    align-items: center;
    height: 100%;
    justify-content: center;
}

.header-productNav__item {
    border-left: 1px solid #333;
    padding: 0 4%;
}

.header-productNav__item:first-child {
    border-left: none;
}

.header-productNav__link {
    padding-bottom: 5px;
    position: relative;
    transition: all 0.5s ease 0s;
}

.header-productNav__link::after {
    background: #333;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 0;
}

.header-productNav__link:hover::after {
    width: 100%;
}

.pc .header-productNav__item:last-child {
    border-left: none;
    background: #2b5d1a url(../image/icon_bag@2x.webp) no-repeat 23% 50%;
    background-size: 15px;
    color: #fff;
    border-radius: 4px;
    padding: 0;
    margin: 0.5em 0;
}
.pc .header-productNav__item:last-child a {
    display: block;
    width: 100%;
    padding: 0.5em 3.5em 0.5em 4em;
}
.pc .header-productNav__item:last-child a::after {
    content: none;
}
.header-order-btn {
    display: none;
}

.header-burger {
    border-radius: 50%;
    height: 22px;
    position: fixed;
    right: 36px;
    top: 36px;
    transition: all 0.5s ease 0s;
    width: 22px;
    z-index: 301;
}

.is-active .header-burger .drwer-iconBar1 {
    background: #333;
    top: 8px;
    transform: rotate(-45deg);
    transition: all 0.5s ease 0s;
}

.is-active .header-burger .drwer-iconBar2 {
    display: none;
    transition: transform 0.5s ease 0s;
}

.is-active .header-burger .drwer-iconBar3 {
    background: #333;
    top: 8px;
    transform: rotate(45deg);
    transition: transform 0.5s ease 0s;
}

.top-header-burger {
    opacity: 0;
}

.top-header-burger.is-show {
    opacity: 1;
    visibility: visible;
}

.drwer-iconBars {
    display: block;
    height: 16px;
    margin: 0 auto;
    position: relative;
    width: 27px;
}

.drwer-iconBar1,
.drwer-iconBar2,
.drwer-iconBar3 {
    background: #333;
    border-radius: 2px;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px;
}

.drwer-iconBar1 {
    top: 0;
}

.drwer-iconBar2 {
    top: 8px;
}

.drwer-iconBar3 {
    top: 16px;
}

.header-burger__content {
    height: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

/* hero
-------------------*/

.hero {
    margin-top: 40px;
}

.js-hero-swiper {
    height: 100%;
    overflow: hidden;
    position: relative;
}

.js-hero-swiper::before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 14%;
    z-index: 100;
}

.js-hero-swiper::after {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 14%;
    z-index: 100;
}

.swiper-slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.swiper-pagination {
    bottom: 30px;
}

.swiper-pagination-bullet {
    background: #fff;
    height: 10px;
    margin: 0 10px;
    opacity: 1;
    width: 10px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 30px);
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 12px);
}

.swiper-pagination-bullet-active {
    background: #A84442;
}

.swiper-button-next,
.swiper-button-prev {
    color: #A84442;
    z-index: 200;
}

.swiper-button-prev {
    left: 10%;
}

.swiper-button-next {
    right: 10%;
}

/* news
-------------------*/

.news {
    margin-top: 45px;
}

.news-head__title {
    font-size: 18px;
    line-height: 1;
}

.news-list {
    margin-top: 12px;
}

.news-item {
    border-bottom: 1px solid #333;
    padding: 18px 0;
}

.news-detail {
    font-size: 14px;
    width: 10%;
}

.news-title {
    width: 90%;
}

.news-title a {
    text-decoration: underline;
}

/* top-hometown-tax
-------------------*/

.top-section__image {
    width: 67%;
}

.top-section__text {
    margin-top: 92px;
    width: 22%;
}

.top-section__text-btn {
    transition: all 0.5s ease 0s;
    width: 250px;
}

.top-section__text-btn:hover {
    transform: translateY(5%);
}

.hometown-tax {
    background-image: url(../image/city@2x.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    margin-top: 110px;
}

.top-section__inner {
    position: relative;
}

.hometown-tax .top-section__image {
    margin-top: 117px;
}

.hometown-tax .top-section__text {
    margin-left: 4%;
    text-align: -webkit-right;
    margin-top: 55px;
}

.hometown-tax .top-section__text-btn {
    position: absolute;
    bottom: -18px;
    right: 6%;
}

/* top-about
-------------------*/

.about {
    position: relative;
    margin-top: 69px;
}

.about::after {
    content: "";
    width: 100%;
    height: 500px;
    background: #F5EFA3;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: -1;
}

.about .top-section__inner {
    flex-direction: row-reverse;
    text-align: right;
}

.about .top-section__text {
    margin-right: 5%;
    position: relative;
}

.about .top-section__text img {
    width: 280px;
}

.about .top-section__text-btn {
    position: absolute;
    bottom: -146px;
    left: -55px;
}

/* instagram
-------------------*/

.instagram {
    margin-top: 200px;
    text-align: center;
}

.instagram-banner {
    transition: all 0.5s ease 0s;
}

.instagram-banner:hover {
    transform: translateY(5%);
}


/* deliver
-------------------*/

.deliver {
    margin-top: 58px;
}

.deliver p {
    background: #F4F4F4;
    font-size: 18px;
    line-height: 1.5;
    padding: 23px 0 15px;
    text-align: center;
    letter-spacing: 0.05em;
}

/* info
-------------------*/

.info {
    margin-top: 100px;
}

.info-top {
    align-items: end;
    justify-content: center;
}

.info-top__logo {
    margin-bottom: 20px;
}

.info-top__chara {
    margin-bottom: -20px;
}

.info-list {
    background: #EDE9E6;
    justify-content: space-between;
    padding: 37px 0;
}

.info-list__inner {
    justify-content: space-between;
}

.info-address {
    font-size: 18px;
}

.info-action {
    width: 50%;
}

.info-item__text {
    line-height: 1.5;
}

.info-item__tel,
.info-item__fax {
    font-size: 14px;
    position: relative;
    width: 55%;
}

.info-item__fax {
    width: 45%;
}

.info-box {
    display: contents;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
}

.info-tel {
    font-size: 14px;
}

.info-fax {
    font-size: 14px;
}

.info-item__tel,
.info-item__fax {
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    padding: 17px 10px 7px;
    text-align: center;
}

.info-item__tel-number {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
}

.info-item__fax {
    margin-left: 5px;
}

.info-item__fax-number {
    font-size: 28px;
}

/* access
-------------------*/

.access {
    margin-top: 50px;
}

.access-content .ac {
    pointer-events: none;
}

.access-drawer {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.access-text {
    width: 18%;
}

.access-text p {
    font-size: 14px;
    line-height: 1.5;
}

.access-text__title {
    font-size: 32px;
    pointer-events: none;
}

.access-text__body {
    margin-top: 40px;
}

.access-store {
    width: 18%;
}

.access-store img {
    -o-object-fit: cover;
    height: auto;
    object-fit: cover;
}

.access-map1 {
    width: 40%;
}

.access-map2 {
    width: 22%;
}

.access-map2 img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
}

.access-googlemap {
    height: 412px;
    margin-top: 20px;
}

.access-googlemap iframe {
    height: 100%;
    width: 100%;
}

/* shop
-------------------*/

.shop {
    margin-top: 75px;
}

.shop-title {
    font-size: 28px;
}

.shop-name {
    font-size: 22px;
    margin-top: 25px;
}

.shop-content {
    margin-top: 20px;
}

.shop-content__left,
.shop-content__right {
    width: calc(50% - 20px);
}

.shop-content__right {
    margin-left: 40px;
}

.shop-content__title {
    margin-top: 22px;
}

.shop-content__title:first-child {
    margin-top: 0;
}

.shop-content__link {
    background: #EEECE6;
    display: block;
    font-size: 18px;
    padding: 0 10px;
    position: relative;
    width: 100%;
}

.shop-content__link::before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}

.shop-content__link::after {
    border-right: 1px solid #A84442;
    border-top: 1px solid #A84442;
    content: "";
    height: 8px;
    position: absolute;
    right: 18px;
    top: 35%;
    transform: rotate(135deg);
    transition: all 0.5s ease 0s;
    width: 8px;
}

.shop-content__link.open::after {
    top: 45%;
    transform: rotate(-45deg);
}

.shop-drawer__content {
    background: #fff;
    display: block;
    padding-bottom: 20px;
}

.shop-drawer {
    display: none;
}

.shop-drawer__item {
    border-bottom: 2px solid #EEECE6;
    padding: 10px;
}

.shop-drawer__item:last-child {
    border-bottom: none;
}

.shop-drawer__item dt,
.shop-drawer__item dd {
    width: 100%;
    border-bottom: none;
    padding-left: 0;
}

.shop-drawer__item-name {
    font-size: 20px;
}

.shop-drawer__item-address {
    margin-top: 5px;
    padding: 10px 0;
}

.shop-content__foot {
    margin-top: 20px;
    transition: all 0.5s ease 0s;
}

.shop-content__foot:hover {
    opacity: 0.8;
}

/* footer
-------------------*/

.footer {
    margin: 80px auto 20px;
    text-align: center;
}

.footer-head {
    position: relative;
}

.footer-logo {
    margin: 0 auto;
    width: 200px;
}

.to-top-button {
    bottom: 0;
    height: 130px;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
    width: 130px;
}

.to-top-button:hover {
    transform: translateY(5%);
}

.footer-nav {
    border-top: 1px solid #333;
    justify-content: center;
    margin-top: 15px;
    padding: 28px 0;
}

.footer-nav__item {
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
}

.footer-nav__link {
    position: relative;
    padding-bottom: 5px;
}

.footer-nav__link::after {
    background: #333;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 0;
}

.footer-nav__link:hover::after {
    width: 100%;
}

.cloudsecure {
    /*display: none;*/
}
.cloudsecure img {
    width: 150px;
}

.footer-copyright {
    margin-top: 40px;
}

/* about
-------------------*/

.about-mainVisual {
    height: 580px;
    margin-top: 40px;
    position: relative;
}

.about-mainVisual__img {
    height: 100%;
}

.about-mainVisual__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-mainVisual__text {
    background: rgba(255, 255, 255, 0.5);
    display: inline-flex;
    padding: 45px;
    position: absolute;
    right: 18%;
    top: 10%;
}

.about-mainVisual__text p {
    font-size: 22px;
    line-height: 2;
    writing-mode: vertical-rl;
}

.about-top-text {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 2;
    margin-top: 50px;
    text-align: center;
}

.about-top-text p {
    margin-top: 40px;
}

.about-top-text p:first-child {
    margin-top: 0;
}

.about-product__title {
    line-height: 1.8;
    font-size: 30px;
}

.about-product__title-lead {
    font-size: 24px;
    line-height: 1.8;
    margin-top: 6px;
}

.about-product__foot-text {
    font-size: 18px;
    line-height: 1.8;
}

.about-product__text-btn {
    margin-top: 40px;
}

.about-product__text-btn a {
    background: #b63c3d;
    transition: all 0.3s ease 0s;
}

.about-product__text-btn span {
    font-size: 25px;
}

.about-product__text-btn a:hover {
    background: #891910;
}

.about-product1 {
    margin-top: 90px;
    position: relative;
}

.about-product1::after {
    content: "";
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 500px;
    background-image: url(../image/bg1@2x.webp);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-product1__row,
.about-product2__row {
    padding: 65px 0;
}

.about-product1 .about-product__img {
    width: 44%;
    margin-left: auto;
    margin-right: 5%;
    transform: translateY(72px);
}

.about-product1 .about-product__text {
    width: 45%;
    padding-left: 5%;
}

.about-product1 .about-product__foot-text {
    margin-top: -5%;
    margin-left: 5%;
}

.about-product1 .about-product__foot-text p {
    margin-top: 36px;
}

.about-product1 .about-product__foot-text p:first-child {
    margin-top: 0;
}

.about-product2 {
    margin-top: 67px;
    position: relative;
}

.about-product2::after {
    content: "";
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    height: 500px;
    background-image: url(../image/bg2@2x.webp);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.about-product2 .inner {
    position: relative;
    flex-direction: row-reverse;
}

.about-product2 .about-product__img {
    position: absolute;
    width: 44%;
    top: 136px;
    left: 82px;
}

.about-product2 .about-product__text {
    width: 44%;
    margin-left: 82px;
    margin-top: 100px;
}

.about-product2 .about-product__text .about-product__foot-text {
    margin-top: 126px;
}

.about-origin {
    margin-top: 80px;
}

.about-origin__inner {
    background: #E1EBE3;
    padding-bottom: 50px;
}

.about-origin .inner {
    padding: 0 5%;
}

.about-origin__head-text {
    font-size: 26px;
    padding: 34px;
    text-align: center;
    background: #E1EBE3;
}

.about-origin__body {
    position: relative;
}

.about-origin__text {
    font-size: 1.35vw;
    letter-spacing: 0.04em;
    font-weight: 500;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.about-origin__foot {
    margin-top: 100px;
}

.about-origin__foot .row {
    align-items: center;
    justify-content: space-between;
}

.about-origin__foot-text {
    font-size: 18px;
    letter-spacing: 0;
    margin-top: -7px;
}

.about-origin__foot-text p {
    margin-top: 30px;
}

.about-origin__foot-text p:first-child {
    margin-top: 0;
}

.about-origin__foot-img {
    margin-right: 7%;
}

.company {
    margin-top: 110px;
}

.company .inner {
    padding: 0 5%;
}

.company dl {
    border-top: 2px solid #EEECE6;
}

.company-title {
    font-size: 26px;
}

.company__inner {
    margin-top: 32px;
}

.about-info {
    margin-top: 100px;
}

/* payment-postage
-------------------*/

.payment-font-bg {
    font-size: 28px;
}

.payment {
    margin-top: 38px;
}

.postage {
    margin-top: 56px;
}

.payment-item {
    margin-top: 36px;
}

.payment-item:first-child {
    margin-top: 44px;
}

.payment-item__head {
    font-size: 22px;
}

.payment-item__body {
    margin: 20px auto 0;
    width: 67%;
}

.payment-item__text {
    margin-top: 29px;
}

.postage-item2 {
    margin-top: 44px;
}

.postage-item2__head {
    font-size: 22px;
}

.p-payment-area {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin-top: 25px;
    width: 100%;
}

.p-payment-area dt {
    border-bottom: 1px solid #D8D3D0;
    display: block;
    padding: 20px;
    text-align: center;
    width: 16%;
    line-height: 1.5;
}

.p-payment-area dd {
    border-bottom: 1px solid #D8D3D0;
    padding: 10px;
    padding: 20px;
    width: 84%;
    line-height: 1.5;
}

.p-payment-area__head {
    background-color: #F5F4F2;
    text-align: center;
    width: 20%;
}

.payment-commission {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 97px;
}

.payment-commission .cash-on-delivery {
    padding: 45px;
}

.payment-commission .by-price {
    padding: 22px 2px 22px 30px;
}

.p-payment-commission {
    border: 1px #D8D3D0 solid;
    border-collapse: collapse;
    width: 100%;
}

.p-payment-commission td {
    border: 1px #D8D3D0 solid;
    border-collapse: collapse;
    padding: 5px;
    vertical-align: middle;
}

.p-payment-commission__title {
    background-color: #F1F0EC;
    text-align: center;
    vertical-align: middle;
    width: 16%;
}

.p-payment__height {
    padding: 37px;
}

.postage-item1__pc {
    font-size: 20px;
    margin-top: 55px;
}

.postage-item1__pc table {
    border: 1px #D8D3D0 solid;
    border-collapse: collapse;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    width: 100%;
}

.postage-item1__pc td {
    border: 1px #D8D3D0 solid;
    border-collapse: collapse;
    padding: 8px 35px;
    vertical-align: middle;
}

.postage-item1__pc p-payment__shipping-fee {
    width: 39%;
}

.postage-item1__pc .p-payment__area {
    padding: 12px;
}

.p-payment-postage__title {
    background-color: #F1F0EC;
    font-size: 22px;
    text-align: center;
    vertical-align: middle;
    width: 16%;
}

.p-payment-postage__center {
    vertical-align: middle;
}

.p-payment-postage__text1 {
    line-height: 60px;
}

.p-payment-postage__text2 {
    line-height: 60px;
}

.p-payment-postage__payment {
    text-align: right;
}

.p-payment__price-content-right {
    width: 80%;
}

.p-payment__shippingfee-block {
    border: 1px solid #D8D3D0;
    font-size: 18px;
    padding: 8px;
}

.right {
    margin-left: auto;
}

.p-payment__shippingfee-body-flex {
    width: 40%;
}

.p-payment__shippingfee-body-flex-right {
    width: 60%;
}

.p-payment__prefecture-name {
    border: 1px solid #D8D3D0;
    padding: 8px;
}

.p-payment__price {
    border: 1px solid #D8D3D0;
    padding: 8px;
}

.postage-item1__sp table {
    border: 1px #D8D3D0 solid;
    border-collapse: collapse;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    width: 100%;
}

.postage-item1__sp td {
    border: 1px #D8D3D0 solid;
    border-collapse: collapse;
    padding: 8px 10px;
    vertical-align: middle;
}

.postage-item1__sp p-payment__shipping-fee {
    width: 39%;
}

.postage-item1__sp .p-payment__area {
    padding: 12px;
}

.payment-postage-info {
    margin-top: 150px;
}

/* product-list
-------------------*/

.product-list__content {
    margin-top: 32px;
    flex-wrap: wrap;
}

.product-item__card {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    margin-left: 30px;
    width: calc(25% - 22.5px);
}

.product-item__card:first-child {
    margin-left: 0;
}

.product-item__card:nth-child(4n+1) {
    margin-left: 0;
}

.product-item__card:nth-child(n+5) {
    margin-top: 45px;
}

.product-item__card-head {
    aspect-ratio: 1;
    width: 100%;
    overflow: hidden;
}

.product-item__card-head::before {
    content: "";
    padding-top: 100%;
}

.product-item__card-head img {
    object-fit: cover;
    height: 100%;
}

.product-item__card-body {
    margin-top: 25px;
}

.tag {
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    padding: 2px;
    text-align: center;
    width: 80px;
}

.set {
    background: #DFEAD9;
}

.ikanago {
    background: #FEE594;
}

.tsukudani {
    background: #FFCBB6;
}

.kuromame {
    background: #D9E4F7;
}

.anago {
    background: #FBD0A7;
}

.jimi {
    background: #E2D8C3;
}

.product-card__title {
    font-size: 18px;
}

.product-card__price {
    color: #A84442;
    font-size: 16px;
    margin-top: 5px;
}

.product-card__price span {
    font-size: 24px;
}

.stock {
    background: #F5F4F2;
    display: inline-block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    margin-top: 5px;
    padding: 2px 5px;
}
.product-list .no-stock,
.product .no-stock {
    color: red;
}

.pagenavi {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}

.page {
    align-items: center;
    background: #EEECE6;
    border-radius: 50%;
    display: flex;
    height: 45px;
    justify-content: center;
    margin-left: 25px;
    position: relative;
    text-align: center;
    width: 45px;
}

.page:first-child {
    margin-left: 0;
}

.page a {
    border-bottom: 1px solid #333;
    border-bottom: 1px solid #333;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 700;
    left: 50%;
    line-height: 1.2;
    position: absolute;
    top: 7px;
    transform: translateX(-50%);
}

.page-current {
    color: #AE8E80;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 700;
    left: 50%;
    line-height: 1.2;
    position: absolute;
    top: 7px;
    transform: translateX(-50%);
}

.product-list-info {
    margin-top: 150px;
}

/* product
-------------------*/

.product {
    margin-top: 28px;
}

.product-img {
    width: calc(50% - 32.5px);
}

.product-img__bg {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slick-track {
    display: flex;
}

.product-img__bg::before {
    content: "";
    width: 100%;
    margin-top: 100%;
}

.product-img__bg .slick-track {
    height: 40vw;
}
.product-img__bg .slick-list {
    max-height: 600px;
}
.product-img__bg .slick-slide {
    max-height: 600px;
    height: 100%;
}

.product-img__bg .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-img__item {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.product-img__item::before {
    content: "";
    width: 100%;
    margin-top: 100%;
}

.product-img__item img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slick-track {
    width: 100%;
}

.product-img__list .slick-track {
    transform: unset !important;
    /*画面幅サイズ変更に伴うサムネイル固定*/
}

.slick-prev,
.slick-next {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    z-index: 100;
    cursor: pointer;
}

.slick-prev {
    left: 16px;
}

.slick-next {
    right: 16px;
}

.slick-prev::after,
.slick-next::after {
    content: "";
    width: 24px;
    height: 24px;
    border-right: 2px solid #C3BCC2;
    border-top: 2px solid #C3BCC2;
    height: 12px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
}

.slick-prev::after {
    left: 15px;
    transform: translateY(-50%) rotate(-134deg);
}

.slick-next::after {
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
}

.product-img__list {
    cursor: pointer;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.product-img__list .slick-track {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
}

.product-img__item {
    margin-left: 10px;
    width: calc(33.3% - 6.6666666667px) !important;
    aspect-ratio: 1;
}

.product-img__item:nth-child(3n-2) {
    margin-left: 0;
}

.product-img__item:nth-child(n+4) {
    margin-top: 10px;
}

.product-detail {
    margin-left: 65px;
    width: calc(50% - 32.5px);
}

.product-detail__head {
    border-bottom: 2px solid #EEECE6;
    padding-bottom: 24px;
    padding-left: 4%;
}

.product-detail__head .tag,
.product-detail__head .stock {
    font-size: 20px;
    height: 100%;
    padding: 3px 40px;
    width: auto;
}

.product-detail__head .stock {
    margin-left: 10px;
    margin-top: 0;
}

.product-detail__price {
    font-size: 28px;
    padding-left: 4%;
}

.product-detail__price span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
}

.order {
    font-weight: 500;
}

.order-btn {
    margin-top: 10px;
    text-align: center;
}

.order-btn a {
    background: #b63c3d;
    font-size: 20px;
    letter-spacing: 0;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease 0s;
}

.order-btn a::after {
    background-image: url(../image/icon_bag@2x.webp);
    background-size: cover;
    content: "";
    height: 32px;
    left: 22%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}

.order-btn a:hover {
    background: #891910;
}

.text-right {
    text-align: right;
}

.product-detail__payment-postage {
    display: inline-block;
    font-size: 15px;
    margin-top: 20px;
    padding-left: 30px;
    position: relative;
}

.product-detail__payment-postage::before {
    color: #A84442;
    content: "■";
    height: 20px;
    left: 0;
    position: absolute;
    top: 3%;
    transform: rotate(-45deg);
    width: 20px;
}

.product-detail__payment-postage a {
    border-bottom: 1px solid #333;
    transition: all 0.5s ease 0s;
}

.product-detail__payment-postage a:hover {
    opacity: 0.8;
}

.product-detail__text {
    font-size: 18px;
    margin-top: 35px;
}

.product-detail__content {
    background: #F5F4F2;
    margin-top: 40px;
    padding: 28px;
}

.product-detail__content-text {
    padding-left: 18px;
}

.product-detail__content-foot {
    margin-top: 25px;
}

.product-info {
    margin-top: 130px;
}

/* contact
-------------------*/

.contact-inner {
    max-width: 840px;
}

.contact-head__title {
    margin: 28px 0 1em;
}

.contact-form {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    margin-top: 40px;
}

.contact-form dl {
    margin-left: 33px;
}

.contact-form dt,
.contact-form dd {
    border-bottom: none;
    padding: 0;
}

.contact-form dt {
    padding-left: 15px;
    width: 21%;
}

.contact-form .name li {
    margin-left: 0;
    width: 45%;
}

.contact-form .name li input {
    width: 84%;
}

.contact .tel dd {
    margin-left: -10px;
}

.example,
.item-note {
    color: #595959;
}

.contact-form .post-code .example {
    margin-left: 130px;
    margin-top: 4px;
}

.contact input,
.contact textarea {
    border: 1px solid #C0B7B1;
    border-radius: 5px;
    width: 100%;
}

.contact-form .email dd {
    display: flex;
    align-items: center;
}

.contact-form .email input {
    width: 55%;
    margin-right: 10px;
}

.contact-form input,
.contact-form textarea {
    padding: 14px 10px;
}

.contact-form textarea {
    height: 400px;
}

.contact-item {
    margin-top: 38px;
}

.contact-item:first-child {
    margin-top: 0;
}

.contact-item__input {
    justify-content: space-between;
}

.message {
    align-items: baseline;
}

.contact-form .btn-area .btn {
    position: relative;
    margin: 10px 20px;
}

.contact-form .btn-area .btn::after {
    content: "";
    border-style: solid;
    border-width: 4px 0 4px 12px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    right: 22%;
    transform: translateY(-50%);
}

.contact-form .btn-area button[name="submitBack"]::after {
    content: none;
}

.contact-form .btn-area button[name="submitBack"]::before {
    content: "";
    border-style: solid;
    border-width: 4px 12px 4px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 50%;
    left: 22%;
    transform: translateY(-50%);
}

.contact-form .name,
.contact-form .post-code,
.contact-form .address2,
.contact-form .tel,
.contact-form .email {
    position: relative;
}

.contact-form .name .error,
.contact-form .post-code .error,
.contact-form .address2 .error,
.contact-form .tel .error,
.contact-form .email .error {
    position: absolute;
    top: 50px;
    margin: 0;
}

.pot-box {
    display:none !important;
    visibility:hidden !important;
}

.mw_wp_form_input .step-text2 {
    display: none;
}
.mw_wp_form_confirm .step-text2 {
    margin: 1em 0;
}

.mw_wp_form_confirm .step-text1 {
    display: none;
}

.mw_wp_form_confirm div.row {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5em;
}

.mw_wp_form_confirm .name ul {
    width: 100%;
}

.mw_wp_form_confirm .address .address1 .select-wrapper::after {
    content: none;
}

.mw_wp_form_confirm .address .address1 .select-wrapper {
    margin: 0;
}

.mw_wp_form_complete p {
    text-align: center;
    margin: 4em 0 5em;
    font-size: 1.2em;
}

/* privacy
-------------------*/

.privacy-item {
    margin-top: 45px;
}

.privacy-title {
    font-weight: 900;
}

.privacy-text {
    word-break: break-all;
}

/* product
-------------------*/

.seller {
    margin-top: 46px;
}

.seller dl {
    margin-top: 28px;
}

.seller dt {
    padding-left: 6%;
    width: 24%;
}

.seller dt:nth-child(9) {
    border-bottom: none;
}

.seller dd {
    padding: 23px 0;
    width: 76%;
}

.seller dd:last-child {
    border-bottom: none;
}

.product-sales {
    margin-top: 58px;
}

.product-sales dl {
    margin-top: 32px;
}

.product-sales dt {
    padding-left: 6%;
    width: 24%;
}

.product-sales dt:nth-child(7) {
    border-bottom: none;
}

.product-sales dd {
    line-height: 1.8;
    padding: 23px 0;
    width: 76%;
}

.product-sales dd:last-child {
    border-bottom: none;
}

.product-sales dd p:nth-child(2) {
    margin-top: 30px;
}

.terms-conditions-info {
    margin-top: 100px;
}

.indent {
    display: block;
    padding-left: 20px;
}

.choosing {
    background: yellow;
}

/* order
-------------------*/

.no-stock * {
    color: #999;
}

.no-stock select {
    background-color: #eee;
    cursor: not-allowed;
}

.hide-item {
    display: none;
}

.delivery-info-area dl {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: max-height .3s ease-out, opacity .1s linear, visibility .1s linear;
}

.delivery-info-area dl.set-delivery {
    max-height: 100%;
    opacity: 1;
    visibility: visible;
}

.mw_wp_form_confirm #order-agreement,
.mw_wp_form_confirm .item-note,
.mw_wp_form_confirm .rq-mark {
    display: none;
}

.rq-mark {
    color: #A84442;
}

.order-head__text {
    margin-top: 26px;
}

.order-nav__head-text {
    margin-top: 50px;
    letter-spacing: 0;
}

.order-nav {
    margin-top: 25px;
}

.order-nav__inner {
    margin-left: 40px;
    font-size: 18px;
    margin-top: 16px;
}

.order-nav__inner-item {
    margin-top: 6px;
}

.order-nav__inner-item:first-child {
    margin-top: 0;
}

.order-nav__text {
    border-bottom: 1px solid #333;
}

.order-nav__inner-item a {
    border-bottom: 1px solid #333;
}

.order-nav__item-arrow {
    position: relative;
    display: inline-block;
    width: 10px;
}

.order-nav__item-arrow::before {
    background: #EFEAE7;
    border-radius: 50%;
    content: "";
    height: 24px;
    position: absolute;
    right: -33px;
    transform: translateY(-73%);
    width: 24px;
}

.order-nav__item-arrow::after {
    content: "";
    height: 8px;
    position: absolute;
    right: -29px;
    top: -8px;
    width: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #A84442 transparent transparent transparent;
}

.order-nav__item {
    width: calc(50% - 40px * 1 / 2);
}

.order-nav__item:nth-child(n + 3) {
    margin-top: 20px;
}

.order-nav__item:nth-child(2n) {
    margin-left: 40px;
}

.order-nav__item-link {
    position: relative;
    background: #EFEAE7;
    font-size: 18px;
    padding: 0 10px;
    display: block;
}

.order-nav__item-link::before {
    background: #fff;
    border-radius: 50%;
    content: "";
    height: 24px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}

.order-nav__item-link::after {
    content: "";
    height: 8px;
    position: absolute;
    right: 14px;
    top: 45%;
    width: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #A84442 transparent transparent transparent;
}

.order-kinds__title {
    font-weight: 500;
    font-size: 24px;
    padding-left: 30px;
    position: relative;
    display: inline-block;
    margin-top: 45px;
    line-height: 1.8;
}

.order-kinds__title::before {
    background: #A84442;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    width: 12px;
}

.p-area {
    font-family: "Noto Sans JP", sans-serif;
}

.p-area-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 8px;
}

.no-stock>span {
    margin-left: 24px;
}

.quantity {
    font-weight: 500;
}

.set-ikanago .p-area-flex,
.anago-list .p-area-flex {
    margin-top: 22px;
}

.p-area dt {
    border-bottom: none;
    padding-left: 0;
}

.p-area dd {
    border-bottom: none;
}

.p-area .select-wrapper {
    position: relative;
}

.p-area select {
    border: 1px solid #BBB0AA;
    padding: 4px 32px 4px 10px;
    border-radius: 5px;
    font-size: 24px;
    vertical-align: middle;
    height: 43px;
    line-height: 1;
    direction: rtl;
}

.order-select__item select,
.noshi select {
    direction: inherit;
}

.p-area .select-wrapper {
    margin: 0 10px;
}

.p-area-flex .quantity .select-wrapper::after {
    top: 20px;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

.quantity .select-wrapper::after {
    content: "";
    height: 8px;
    position: absolute;
    right: 7px;
    top: 52%;
    width: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #A84442 transparent transparent transparent;
    pointer-events: none;
}

.price {
    font-size: 25px;
    color: #A84442;
}

.quantity .select-wrapper {
    display: inline-block;
    font-size: 26px;
}

.no-stock .price {
    color: #999;
}

.price span {
    font-size: 18px;
}

.product-page__link {
    vertical-align: super;
    display: contents;
}

.product-page__link a {
    margin-left: 18px;
    background: #F4F0AC url(../image/blank@2x.webp) 94% 50% no-repeat;
    background-size: 10%;
    color: #015A65;
    font-family: "Noto Sans JP", sans-serif;
    padding: 4px 20px 4px 5px;
    font-size: 14px;
    height: 28px;
}

.product-page__link a img {
    width: 12px;
    margin-left: 10px;
    margin-bottom: 4px;
}

.product-page__link span {
    margin-left: 16px;
    color: #A84442;
}

.order-select__list {
    margin: 25px 0;
}

.order-select__item {
    margin-top: 10px;
}

.order-select__item:first-child {
    margin-top: 0;
}

.order-select__item .select-wrapper {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    width: 100%;
}

.order-select__item .select-wrapper::after {
    content: "";
    height: 10px;
    position: absolute;
    right: 16px;
    top: 33%;
    width: 10px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    pointer-events: none;
}

.order-select__item select {
    font-size: 18px;
}

.set-natsu,
.p-area__natsu {
    margin-top: 12px;
}

.set-natsu dl {
    margin-top: 40px;
}

p.price,
p.quantity,
ul.order-select__list,
p.price,
p.quantity,
ul.order-select__list {
    padding: 0 20px;
}

.quantity {
    margin-top: 22px;
}

.p-area-flex .quantity {
    margin-top: 0;
}

.p-area-flex .price {
    margin-left: 20px;
}

.p-area-flex .quantity {
    margin-left: 20px;
}

.p-area-flex .noshi {
    margin-left: 25px;
    position: relative;
}

.noshi select {
    font-size: 18px;
}

.noshi .select-wrapper {
    display: inline-block;
}

.noshi .select-wrapper::after {
    content: "";
    height: 10px;
    position: absolute;
    right: 10px;
    top: 35%;
    width: 10px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
    pointer-events: none;
}

.tanpin-ikanago {
    margin-bottom: 40px;
}

.set-natsu .p-area-flex,
.set-ikanago .p-area-flex,
.tanpin-ikanago-list .p-area-flex,
.anago-list .p-area-flex,
.kuromame-list .p-area-flex {
    border-bottom: 1px dashed #999;
}

.order-select__list .select-wrapper {
    width: 30%;
}

.order-privacy__text {
    margin-left: 10px;
}

/* yagi-pc */
.p-area-flex dt {
    width: 32vw;
    font-size: 18px;
    padding-left: 1em;
}

.p-area-flex dd {
    width: auto;
}

.p-area-flex dd.price {
    width: 150px;
}

.p-area-flex dd.quantity {
    width: 150px;
}

.p-area .quantity select {
    width: 80px;
}

ul.order-select__list li {
    display: flex;
}

.order-select__list .select-wrapper,
.order-select__list .select-wrapper select {
    width: 300px;
}

.total-price__area {
    align-items: baseline;
    margin: 40px auto 0;
    padding: 8px 44px;
    background: #FFFFC3;
    font-family: "Noto Sans JP", sans-serif;
}

.total-price__area p {
    font-size: 26px;
}

.total-price__area .total-price {
    font-size: 30px;
}

.total-price {
    margin-left: auto;
}

.orderer-information {
    margin-top: 33px;
}

.orderer-information__top-text {
    line-height: 2;
    font-size: 18px;
    margin-left: 36px;
    position: relative;
}

.orderer-information__top-text::before {
    content: "・";
    font-size: 32px;
    top: 18px;
    left: -30px;
    transform: translateY(-50%);
    position: absolute;
}

.order-info-area {
    font-family: "Noto Sans JP", sans-serif;
    ;
    margin-top: 50px;
    margin-bottom: 117px;
}

.order-info-area .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 45px;
}

.order-info-area input {
    border: 1px solid #BBB0AA;
}

.order-info-area dl {
    font-size: 14px;
}

.order-info-area dt {
    width: 10%;
    padding-left: 0;
    border-bottom: none;
}

.order-info-area dd {
    padding: 0;
    width: 80%;
    border-bottom: none;
}

.order-info-area select,
.address select {
    padding: 10px;
}

.order-info-area dd input {
    width: 100%;
    padding: 14px 10px;
    border-radius: 5px;
}

.organization-name dd {
    width: 33%;
}

.name {
    margin-top: 45px;
}

.name ul {
    display: flex;
}

.name li {
    width: 35%;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: space-between;
}

.name li:nth-child(2n) {
    margin-left: 10%;
}

.name li input {
    width: 78%;
    font-size: 14px;
}

.address {
    align-items: baseline;
}

.order-info-area .address,
.delivery-info-area .delivery-body .address {
    margin-top: 70px;
    align-items: baseline;
}

.delivery-info-area dd input,
.delivery-info-area dd select,
.delivery-info-area .address .address1 select {
    border: 1px solid #BBB1AA;
}

.order-info-area .address dt,
.delivery-info-area .address dt {
    width: 16%;
}

.order-info-area .tel dt,
.delivery-info-area .tel dt,
.order-info-area .customer-fax dt,
.delivery-info-area .customer-fax dt,
.order-info-area .email dt,
.delivery-info-area .email dt {
    width: 16%;
}

.order-info-area .address dd,
.delivery-info-area .address dd {
    width: 80%;
}

.post-code {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.post-code span {
    font-size: 20px;
    margin-left: 45px;
    display: flex;
    align-items: center;
}

.post-code span input {
    margin: 0 10px;
    font-size: 16px;
}

.post-code .example {
    font-size: 14px;
    margin-left: 2px;
    margin-top: 14px;
}

.address1,
.address2,
.address3 {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.address .address1 .select-wrapper {
    width: 27%;
    margin-left: 76px;
    position: relative;
}

.address .address1 select {
    font-size: 16px;
    border: 1px solid #BBB0AA;
    border-radius: 5px;
    width: 100%;
}

.address .address1 .select-wrapper::after {
    content: "";
    height: 8px;
    position: absolute;
    right: 12px;
    top: 43%;
    width: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #A84442 transparent transparent transparent;
    pointer-events: none;
}

.address .address2 input,
.address .address3 input {
    width: 52%;
    margin-left: 76px;
}

.order-info-area .tel,
.delivery-info-area .tel {
    margin-top: 72px;
}

.tel dd,
.customer-fax dd,
.tel dd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80%
}

.tel dd input,
.order-info-area .customer-fax dd input,
.delivery-info-area .tel dd input {
    margin: 0 10px;
    width: 100px;
}

.tel dd span,
.customer-fax dd span {
    display: flex;
    align-items: center;
}

.order-info-area .email dd {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.order-info-area .email dd {
    width: 80%;
}

.order-info-area .email dd input {
    width: 37%;
}

.order-info-area .email dd span {
    margin-left: 10px;
}

.order-info-area .others dt {
    width: 16%;
}

.order-info-area .others dd {
    width: 50%;
}

.order-info-area .others textarea {
    width: 100%;
    border: 1px #BBB1AA solid;
    border-radius: 5px;
}

.delivery-info p {
    margin-top: 22px;
    font-size: 18px;
    margin-left: 22px;
}

.order-caution {
    margin-top: 28px;
    margin-left: 38px;
    list-style: disc;
    font-size: 18px;
    line-height: 1.8;
}

.order-privacy {
    margin: 50px 0;
    text-align: center;
    font-size: 18px;
}

.order-privacy span a {
    padding-bottom: 5px;
    text-decoration: underline;
}

/* チェックボックスリセット */
.order-privacy input[type="checkbox"],
.delivery-info-area input[type="checkbox"] {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* チェックボックスデザイン */
.order-privacy input[type="checkbox"],
.delivery-info-area input[type="checkbox"] {
    cursor: pointer;
    vertical-align: middle;
    position: relative;
}

.order-privacy input[type="checkbox"] {
    padding-left: 30px;
}

.delivery-info-area input[type="checkbox"] {
    padding-left: 40px;
}

.order-privacy input[type="checkbox"]::before,
.order-privacy input[type="checkbox"]::after,
.delivery-info-area input[type="checkbox"]::before,
.delivery-info-area input[type="checkbox"]::after {
    content: "";
    display: block;
    position: absolute;
}

.order-privacy input[type="checkbox"]::before,
.delivery-info-area input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 28px;
    height: 28px;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
}

.delivery-info-area input[type="checkbox"]::before {
    border: 1px solid #BBB1AA;
    border-radius: 10%;
}

.order-privacy input[type="checkbox"]::after,
.delivery-info-area input[type="checkbox"]::after {
    border-bottom: 3px solid #666464;
    border-left: 3px solid #666464;
    opacity: 0;
    height: 10px;
    width: 20px;
    transform: rotate(-45deg);
    top: -9px;
    left: 9px;
}

.order-privacy input[type="checkbox"]:checked::after,
.delivery-info-area input[type="checkbox"]:checked::after {
    opacity: 1;
}

.btn-area {
    margin-top: 25px;
    text-align: center;
}

.btn-area button {
    width: 300px;
    background: #3e8f35;
    padding: 15px;
    font-size: 22px;
    transition: all 0.5s ease 0s;
    font-family: "Noto Sans JP", sans-serif;
}

.btn-area button:hover {
    background: #3e6935;
}

div[class^="delivery-info"] {
    background: #F6F5F1;
    padding: 10px 10px 0;
}

.delivery-head {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 26px;
    font-weight: 700;
}

.delivery-body {
    background: #F6F5F1;
    font-family: "Noto Sans JP", sans-serif;
    padding: 1px 30px 30px 30px;
}

.delivery-info-area {
    font-family: "Noto Sans JP", sans-serif;
    ;
    margin-top: 50px;
    margin-bottom: 40px;
}

.delivery-info-area .row {
    display: flex;
    align-items: center;
    margin-top: 45px;
}

.delivery-info-area .organization-name {
    margin-top: 10px;
}

.delivery-info-area input {
    border: 1px solid #EEECE6;
}

.delivery-info-area dl {
    font-size: 14px;
}

.delivery-info-area dt {
    width: 16%;
    padding-left: 13px;
    border-bottom: none;
}

.delivery-info-area dd {
    padding: 0;
    width: 70%;
    border-bottom: none;
}

.delivery-info-area select {
    padding: 10px;
}

.delivery-info-area dd input {
    width: 100%;
    padding: 14px 10px;
    border-radius: 5px;
}

.delivery-info__top-text {
    margin-top: 28px;
}

.delivery-info-area .organization-name dd .delivery-info-area .name dd {
    width: 50%;
}

.delivery-info-area .address dd {
    width: auto;
}

.delivery-info-area .others dt {
    width: 20%;
}

.delivery-info-area .others dd {
    width: 50%;
}

.delivery-info-area .others textarea {
    width: 100%;
    border: 1px #BBB1AA solid;
    border-radius: 5px;
}

.order .name,
.order .post-code,
.order .address2,
.order .tel,
.order .email {
    position: relative;
}

.order .name .error,
.order .post-code .error,
.order .address2 .error,
.order .tel .error,
.order .email .error {
    position: absolute;
    top: 50px;
    margin: 0;
}

.mw_wp_form_confirm .product-page__link {
    display: none;
}

.mw_wp_form_confirm *,
.mw_wp_form_confirm p,
.mw_wp_form_confirm p *,
.mw_wp_form_confirm p span.select-wrapper,
.mw_wp_form_confirm .total-price__area .total-price,
.mw_wp_form_confirm dl dd *,
.mw_wp_form_confirm dl dd span.select-wrapper {
    font-size: 18px!important;
}

.mw_wp_form_confirm h3 {
    display: block;
}

.mw_wp_form_confirm div.total-price__area {
    background: #ececec;
    border-bottom: none;
}

.mw_wp_form_confirm .order-info-area dt,
.mw_wp_form_confirm .delivery-info-area dt {
    width: 20%;
}

.mw_wp_form_confirm .order-info-area {
    margin: 0 0 30px;
}

.mw_wp_form_confirm .delivery-info-area {
    margin: 0;
}

.mw_wp_form_confirm h2,
.mw_wp_form_confirm h3,
.mw_wp_form_confirm .order-info-area div,
.mw_wp_form_confirm .delivery-info-area .delivery-body div {
    margin-top: 40px;
}

.mw_wp_form_confirm .address .address1 .select-wrapper {
    width: auto;
}

.mw_wp_form_confirm div[class^="delivery-info"] {
    background: none;
}

.mw_wp_form_confirm .order .btn-area {
    margin: 50px 0;
}

.mw_wp_form_confirm .order .btn-area .btn {
    margin: 10px 20px;
}

.mw_wp_form_confirm .select-wrapper::after {
    content: none;
}

.mw_wp_form_confirm p.price,
.mw_wp_form_confirm p.quantity,
.mw_wp_form_confirm ul.order-select__list,
.mw_wp_form_confirm p.price,
.mw_wp_form_confirm p.quantity,
.mw_wp_form_confirm ul.order-select__list,
.mw_wp_form_confirm ul.order-select__list li {
    margin: 0;
}





/*--------------------------------------------------------------------------------------------------
 Tablet-SP
--------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1023px) {

    /* base Tablet-SP
    -------------------*/

    .inner {
        margin: 0 auto;
        max-width: 1023px;
        min-width: 376px;
    }

    .btn {
        padding: 6px 0;
    }

    /* header Tablet-SP
    -------------------*/

    .header-logo {
        width: 210px;
        line-height: 1;
    }

    .header-nav {
        margin-left: 8%;
        margin-top: auto;
    }

    .info-list__inner {
        flex-wrap: wrap;
    }

    .info-item2 {
        margin-left: 50px;
    }

    .info-action {
        margin-top: 14px;
        width: 100%;
        justify-content: center;
    }

    .shop-drawer__item-name {
        font-size: 18px;
    }

    /* top-about Tablet-SP
    -------------------*/

    .about {
        height: 460px;
    }

    .top-section__image {
        width: 60%;
    }

    .about .top-section__image {
        transform: translateY(-50px);
    }

    .about .top-section__text {
        margin-left: 16px;
        margin-top: 90px;
    }

    .about .top-section__text-btn {
        margin-left: 16px;
        margin-top: 90px;
    }

    /* instagram Tablet-SP
    -------------------*/

    .instagram {
        margin-top: 180px;
    }

    .top-section__text {
        margin: 90px auto 0;
        width: 27%;
    }

    .top-section__text-btn {
        width: 180px;
    }

    .about-product1 .about-product__text {
        padding-left: 25px;
        width: 53%;
    }

    .about-product1 .about-product__img {
        margin-right: 20px;
    }

    .about-product1 .about-product__foot-text {
        margin-top: 2%;
        margin-left: 0;
    }

    .about-product2 .about-product__text .about-product__foot-text {
        margin-top: 10%;
    }

    .hometown-tax,
    .about {
        height: 350px;
    }

    .top-section__text {
        margin: 30px auto 0;
    }

    .hometown-tax .top-section__text-btn {
        bottom: -35px;
    }

    .about {
        margin-top: 210px;
    }

    .about::after {
        top: 0;
        height: 390px;
    }

    .about .top-section__text-btn {
        margin-bottom: 80px;
    }

    .about-product2 .about-product__inner .about-product__text {
        right: 0;
    }

    .info-list__inner {
        justify-content: center;
    }

    .info-item__tel {
        width: 300px;
    }

    .info-item__tel-number {
        font-size: 32px;
    }

    .info-item__fax {
        width: 250px;
    }

    .info-item__fax-number {
        font-size: 24px;
    }

    .access-drawer {
        flex-wrap: wrap;
    }

    .access-text__body {
        margin: 0 0 10px;
    }

    .access-text {
        width: 100%;
    }

    /* footer Tablet-SP
    -------------------*/

    .footer-nav__item {
        padding: 0 2%;
    }

    .footer-nav__item.cloudsecure {
        padding-top: 10px;
    }

    /* about Tablet-SP
    -------------------*/

    .about-origin__foot-img {
        margin-right: 0;
    }

    /* payment-postage Tablet-SP
    -------------------*/

    .postage-item1__pc,
    .p-payment-postage__title {
        font-size: 18px;
    }

    .payment-commission .cash-on-delivery {
        padding: 25px;
    }

    .payment-commission .by-price {
        padding: 22px 2px 22px 5px;
    }

    .seller dt {
        width: 30%;
    }

    .seller dd {
        width: 70%;
    }

    .p-payment-postage .p-payment-postage__title {
        width: 16%;
        padding: 8px;
    }

    .postage-item1__pc .p-payment-postage .p-payment-postage__payment {
        width: 14vw;
        padding: 35px 10px;
    }

    .payment-commission .by-price .left {
        width: 80%;
    }

    .payment-commission .by-price .right {
        width: 18%;
        text-align: right;
    }

    /* product-list Tablet-SP
    -------------------*/

    /* product Tablet-SP
    -------------------*/

    /* contact Tablet-SP
    -------------------*/

    .contact-form .tel .error {
        position: unset;
    }

    /* order Tablet-SP
    -------------------*/

    .order-nav__inner {
        margin-left: 7px;
    }

    .order-nav__inner-item {
        font-size: 18px;
    }

    .p-area select {
        line-height: normal;
    }

    .p-area-flex {
        margin-top: 20px;
        width: 100%;
        padding-left: 0;
    }

    .p-area-flex .price {
        margin-bottom: 20px;
    }

    .p-area-flex .price span {
        margin-left: 0;
    }

    .no-stock>span {
        width: 100%;
        margin-bottom: 1em;
    }

    .set-natsu .p-area-flex {
        align-items: flex-start;
    }

    .p-area-flex .quantity {
        padding: 0;
        margin-bottom: 0;
    }

    .p-area-flex .noshi {
        padding: 0;
    }

    .p-area__natsu {
        margin-bottom: 40px;
    }

    .p-area .quantity,
    .p-area .noshi {
        margin-bottom: 20px;
    }

    .quantity .select-wrapper::after {
        right: 5px;
    }

    .tanpin-ikanago .p-area-flex,
    .tanpin-ikanago-list .p-area-flex,
    .anago-list .p-area-flex,
    .kuromame-list .p-area-flex {
        padding: 0 5px 20px;
    }

    .set-natsu {
        margin-bottom: 22px;
        padding-bottom: 30px;
    }

    /* yagi-tb */
    .p-area-flex dt {
        width: 100%;
        margin-bottom: 1em;
    }

    .p-area-flex dd.price {
        margin-left: auto;
        padding: 0;
    }

    .organization-name dt {
        width: 20%;
    }

    .name li {
        font-size: 14px;
        width: 35%;
        justify-content: space-between;
    }

    .name li input {
        width: 78%;
    }

    .address dd ul {
        margin-left: 60px;
    }

    .post-code .example {
        margin-top: 4px;
    }

    .order-info-area dt {
        width: 20%;
    }

    .item-note {
        margin-top: 4px;
        margin-left: 10px;
    }

    .order-info-area .email {
        flex-wrap: nowrap;
    }

    .order-info-area .email dd {
        margin-left: 0;
    }

    .order-info-area .email dd input {
        width: 75%;
    }

    .order-info-area .others dd {
        width: 100%;
    }

    .order-info-area dl,
    .delivery-info-area dl {
        font-size: 20px;
        font-weight: 500;
    }

    .delivery-info-area dt,
    .delivery-info-area .tel dt {
        width: 25%;
    }

    .delivery-info-area dd {
        width: 75%;
    }

    .order-info-area .address dt,
    .delivery-info-area .address dt {
        width: 20%;
    }

    .order-info-area .address dd {
        width: 80%;
    }

    .delivery-info-area {
        width: 100%;
    }

    .delivery-info-area .others dd {
        width: 60%;
    }

    .order-info-area .email dd {
        margin-left: 0;
    }

    .order-info-area .others dt {
        width: 50%;
    }

    .order-info-area .tel dd,
    .delivery-info-area .tel dd {
        margin-left: -10px;
    }

    .order-info-area .customer-fax dd {
        margin-left: -10px;
    }

    .tel dd,
    .customer-fax dd,
    .tel dd {
        margin-left: 0;
    }

    .order-info-area .tel dd,
    .delivery-info-area .address dd {
        width: 80%;
    }

    .address dd ul {
        margin-left: 10px;
    }

    .delivery-info-area .tel dd {
        margin-left: 0;
    }

    .delivery-info-area .others dt {
        width: 33%;
    }

    .kuromame-list .p-area-flex {
        width: 100%;
        padding-bottom: 0;
    }

    .tanpin-ikanago-list .p-area-flex,
    .anago-list .p-area-flex,
    .kuromame-list .p-area-flex {
        padding: 0 5px 20px;
    }

    .tanpin-ikanago .quantity::before,
    .kuromame-list .quantity::before {
        right: 0;
    }

    .order-info-area .email dt,
    .delivery-info-area .email dt {
        width: 25%;
    }

    .order-info-area *,
    .order-info-area dl dd *,
    .delivery-info-area *,
    .delivery-info-area dl dd * {
        font-size: 16px;
    }

    .order .post-code .error,
    .order .tel .error,
    .order .email .error {
        position: unset;
    }

    .mw_wp_form_confirm div.total-price__area {
        padding: 0 0.5em 0.5em;
    }

    .mw_wp_form_confirm .order-info-area .tel dd,
    .mw_wp_form_confirm .order-info-area .customer-fax dd,
    .mw_wp_form_confirm .delivery-info-area .organization-name dd,
    .mw_wp_form_confirm .delivery-info-area .customer-name dd,
    .mw_wp_form_confirm .delivery-info-area .tel dd,
    .mw_wp_form_confirm .delivery-info-area .others dd {
        margin-top: 12px;
    }

    .mw_wp_form_confirm .order-info-area dt,
    .mw_wp_form_confirm .delivery-info-area dt {
        width: 100%;
    }

}





/*--------------------------------------------------------------------------------------------------
  SP-small
--------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {

    /* base SP-small
    -------------------*/

    body.is-footer-sns-fixed {
        padding-bottom: 67px;
    }

    .pagenavi {
        margin-top: 60px;
    }

    body {
        font-size: 16px;
    }

    .inner {
        margin: 0 auto;
        padding: 0 5%;
    }

    .btn {
        padding: 9px 0;
        width: 90%;
    }

    .row {
        flex-direction: column;
    }

    dl {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 1.5;
    }

    dt {
        padding-left: 5px;
        width: 22%;
    }

    dd {
        padding: 16px 0;
        width: 78%;
    }

    dd p {
        margin-top: 20px;
    }

    dd p:first-child {
        margin-top: 0;
    }

    .lower-title {
        font-size: 31px;
        margin-top: 14px;
    }

    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

    /* header SP-small
    -------------------*/

    .header-tel {
        display: none;
    }

    .header-top {
        height: 24px;
        background: #fff;
    }

    .header-body {
        height: auto;
    }

    .header-body .header-logo {
        margin-right: auto;
        width: 240px;
        margin-top: 10px;
    }

    .header-body .header-nav {
        display: none;
    }

    .top-header-burger {
        opacity: 1;
        visibility: visible;
    }

    .header-burger__content {
        opacity: 0;
        overflow-y: scroll;
        padding: 0 5% 10%;
    }

    .is-active .header-burger__content {
        opacity: 1;
    }

    .header-burger__content .header-logo {
        margin-left: -4px;
        margin-top: 40px;
        width: 200px;
    }

    .header-burger__content .header-nav {
        display: block;
        margin-top: 10px;
    }

    .header-nav__list {
        align-items: flex-start;
    }

    .header-nav__item {
        margin-left: 0;
        padding-bottom: 0;
    }

    .header-nav__item::before {
        top: 22%;
    }

    .header-nav__item::after {
        display: none;
    }

    .header-productNav {
        display: none;
    }

    .header-productNav__item {
        border-left: none;
        padding: 10px 0;
    }

    .header-burger__item {
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .header-productNav__link {
        border-bottom: 1px solid #333;
        padding-bottom: 0;
    }

    .header-productNav__link::after {
        display: none;
    }

    .header-tel__box {
        margin: 20px auto 0;
        position: sticky;
        width: 270px;
    }

    .header__tel-number {
        font-size: 28px;
    }

    .header-burger__content {
        background: #F5F4F2;
        flex-direction: column;
        height: 100%;
        opacity: 0;
        position: fixed;
        right: 0;
        top: 0;
        transition: opacity 0.6s ease;
        width: 100%;
        z-index: 99;
    }

    .is-active .header-burger__content {
        align-items: flex-end;
        opacity: 1;
        visibility: visible;
    }

    .header-order-btn {
        display: unset;
        position: fixed;
        right: 73px;
        top: 30px;
        z-index: 301;
        width: 30px;
        height: 30px;
        background: #2b5d1a url(../image/icon_bag@2x.webp) no-repeat 50% 50%;
        background-size: 15px;
        overflow: hidden;
        font-size: 0px;
        border-radius: 4px;
    }

    /* hero SP-small
    -------------------*/

    .hero {
        margin-top: 14px;
    }

    .js-hero-swiper::before,
    .js-hero-swiper::after {
        display: none;
    }

    .swiper-pagination,
    .swiper-pagination-bullet {
        display: none;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    /* news SP-small
    -------------------*/

    .news {
        margin-top: 22px;
    }

    .news-item {
        padding: 25px 0 12px;
    }

    .news-detail {
        width: 27%;
    }

    .news-title {
        font-size: 14px;
        line-height: 1.2;
        width: 73%;
    }

    /* top-hometown-tax SP-small
    -------------------*/

    .top-section__image {
        margin: 0 calc(50% - 50vw);
        width: 90%;
    }

    .top-section__text {
        width: 65%;
    }

    .top-section__text-btn {
        position: absolute;
        width: 188px;
    }

    .top-section__text-btn:hover {
        transform: none;
    }

    .hometown-tax {
        background-image: url(../image/sp_bg1@2x.webp);
        height: auto;
        margin-top: 38px;
        background-size: contain;
        padding-bottom: 72px;
        position: relative;
    }

    .hometown-tax .top-section__inner {
        align-items: baseline;
        flex-direction: column-reverse;
        position: static;
    }

    .hometown-tax .top-section__inner .top-section__text {
        margin: 38px 28px 0 auto;
    }

    .hometown-tax .top-section__inner .top-section__image {
        margin-top: 36px;
    }

    .hometown-tax .top-section__inner .top-section__text-btn {
        left: 20px;
        bottom: 0;
    }

    /* top-about SP-small
    -------------------*/

    .about {
        height: auto;
        margin-top: 32px;
        background-size: 100% 40%;
    }

    .about .top-section__inner {
        align-items: end;
        flex-direction: column-reverse;
        position: relative;
    }

    .about .top-section__inner .top-section__image {
        margin-top: 70px;
    }

    .about .top-section__inner .top-section__text-btn {
        bottom: -84px;
        left: 20px;
        margin-bottom: 0;
        margin-left: 0;
    }

    .about .top-section__inner .top-section__text {
        margin-right: 8%;
        margin-top: 30px;
        width: 70%;
    }

    /* instagram SP-small
    -------------------*/

    .instagram {
        margin-top: 126px;
    }

    .instagram-banner {
        margin: 0 calc(50% - 50vw);
        width: 100vw;
    }

    .instagram-banner:hover {
        transform: none;
    }

    /* deliver SP-small
    -------------------*/

    .deliver {
        margin-top: 40px;
    }

    .deliver p {
        font-size: 16px;
        padding: 15px;
    }

    /* info SP-small
    -------------------*/

    .info {
        margin-top: 80px;
    }

    .info-top {
        align-items: center;
        flex-direction: column-reverse;
    }

    .info-top__logo {
        margin-top: 5px;
        width: 200px;
    }

    .info-top__chara {
        width: 200px;
        margin-bottom: 0;
    }

    .info-list {
        margin-top: 10px;
        padding: 18px 0 20px;
    }

    .info-item {
        margin-top: 16px;
        line-height: 1.6;
    }

    .info-address {
        font-size: 16px;
    }

    .info-item:first-child {
        margin-top: 0;
    }

    .info-item__text {
        font-size: 12px;
        line-height: 1.5;
    }

    .info-list__inner {
        flex-direction: column;
    }

    .info-item2 {
        margin-left: 0;
    }

    .info-action {
        flex-direction: column;
        width: 90%;
        align-items: center;
        margin: 29px auto 0;
    }

    .info-item__tel,
    .info-item__fax {
        width: 100%;
        padding: 17px;
    }

    .info-item__tel-number {
        font-size: 9vw;
        line-height: 1.2;
    }

    .info-item__fax {
        margin-left: 0;
        margin-top: 10px;
    }

    .info-item__fax-number {
        font-size: 7vw;
    }

    /* access SP-small
    -------------------*/

    .access {
        margin-top: 28px;
    }

    .access-text__title {
        background: #F5F4F2;
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 6px;
        padding: 5px 8px;
        pointer-events: all;
        position: relative;
        width: 100%;
    }

    .access-text__title::before {
        background: #fff;
        border-radius: 50%;
        content: "";
        height: 24px;
        position: absolute;
        right: 12px;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
    }

    .access-text__title::after {
        border-right: 1px solid #A84442;
        border-top: 1px solid #A84442;
        content: "";
        height: 8px;
        position: absolute;
        right: 20px;
        top: 36%;
        transform: rotate(135deg);
        transition: all 0.5s ease 0s;
        width: 8px;
    }

    .access-text__title.open::after {
        top: 45%;
        transform: rotate(-45deg);
    }

    .access-text {
        margin-top: 0;
    }

    .access-content {
        pointer-events: all;
    }

    .access-content .access-drawer {
        background: #F5F4F2;
        display: none;
    }

    .access-content.open .access-drawer {
        display: block;
    }

    .access-text,
    .access-store,
    .access-map1,
    .access-map2 {
        width: 100%;
    }

    .access-text {
        padding: 6px;
    }

    .access-store {
        height: 70vw;
    }
    .access-store img {
        height: 100%;
    }

    .access-map2 {
        margin-top: 10px;
    }

    .access-text__body {
        font-size: 12px;
        margin-top: 0;
    }

    .access-text p {
        font-size: 12px;
        line-height: 1.5;
    }

    .access-map1 {
        margin-top: 8px;
    }

    .access-map2 {
        margin-top: 10px;
        padding-left: 0;
    }

    .access-googlemap {
        height: 234px;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        margin-top: 26px;
    }

    /* shop SP-small
    -------------------*/

    .shop {
        margin-top: 28px;
    }

    .shop .ac-link::after {
        top: 43%;
    }

    .shop-drawer {
        display: none;
    }

    .shop-inner {
        pointer-events: all;
    }

    .shop-inner .shop-drawer {
        display: none;
    }

    .shop-inner.open .shop-drawer {
        display: block;
    }

    .shop-title {
        background: #F5F4F2;
        font-size: 22px;
        letter-spacing: -0.05em;
        line-height: 1.5;
        margin-bottom: 10px;
        padding: 6px 8px;
        position: relative;
    }

    .shop-title::before {
        background: #fff;
        border-radius: 50%;
        content: "";
        height: 24px;
        position: absolute;
        right: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 24px;
    }

    .shop-title::after {
        border-right: 1px solid #A84442;
        border-top: 1px solid #A84442;
        content: "";
        height: 8px;
        position: absolute;
        right: 20px;
        top: 43%;
        transform: rotate(135deg);
        transition: all 0.5s ease 0s;
        width: 8px;
    }

    .shop-title.open::after {
        top: 45%;
        transform: rotate(-45deg);
    }

    .shop-name,
    .shop-content {
        background: #F5F4F2;
    }

    .shop-name {
        font-size: 18px;
        margin-top: 0;
        padding: 12px 7px 10px;
    }

    .shop-content {
        margin-top: 0;
    }

    .shop-content__left,
    .shop-content__right {
        width: 100%;
    }

    .shop-content__right {
        margin-left: 0;
        margin-top: 22px;
    }

    .shop-drawer__content {
        background: #F5F4F2;
        display: none;
    }

    .shop-content__link {
        background: #fff;
        font-size: 14px;
    }

    .shop-content__link::before {
        background: #F5F4F2;
    }

    .shop-drawer__item {
        padding: 12px 10px;
    }

    .shop-drawer__item-name {
        font-size: 18px;
    }

    .shop-drawer__item-address {
        font-size: 13px;
        line-height: 1.4;
        margin-top: 0;
    }

    .shop-content__foot {
        background: #F5F4F2;
        font-size: 14px;
        margin-top: 0;
        padding: 16px 14px 5px;
    }

    .shop-content__foot:hover {
        opacity: 1;
    }

    /* footer SP-small
    -------------------*/

    .footer {
        margin: 40px auto 20px;
    }

    .footer-logo {
        width: 250px;
    }

    .to-top-button {
        display: none;
    }

    .footer-nav {
        align-items: center;
        height: 140px;
        letter-spacing: 0;
        margin-top: 10px;
        padding: 7px 0;
    }

    .footer-nav__item {
        font-size: 14px;
        height: 33.3%;
        padding: 0;
        width: 50%;
    }

    .footer-nav__link {
        position: static;
        padding-bottom: 0;
    }

    .footer-nav__link::after {
        display: none;
    }

    .footer-copyright {
        font-size: 12px;
        letter-spacing: 0;
    }

    /* about SP-small
    -------------------*/

    .about-mainVisual {
        height: 387px;
        margin-top: 24px;
    }

    .about-mainVisual__text {
        left: 50%;
        padding: 37px 33px;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: -moz-fit-content;
        width: fit-content;
        width: -webkit-fit-content;
    }

    .about-mainVisual__text p {
        font-size: 18px;
    }

    .about-top-text {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 2;
        margin-top: 37px;
    }

    .about-top-text p {
        margin-top: 28px;
    }

    .about-top-text p:last-child {
        margin-top: 60px;
    }

    .about-product__title {
        font-size: 23px;
        margin-left: 26px;
        line-height: 1.6;
    }

    .about-product__title-lead {
        font-size: 20px;
        margin-left: 26px;
        margin-top: 7px;
    }

    .about-product__text-btn span {
        font-size: 20px;
    }

    .about-product__foot-text {
        font-size: 14px;
        letter-spacing: 0;
        margin-top: 30px;
    }

    .about-product1 {
        background: none;
        margin-top: 37px;
        position: relative;
    }

    .about-product1::after {
        background-size: 200%;
        background-position: right;
        height: 390px;
    }

    .about-product1 .about-product__text {
        width: 100%;
        margin-top: 43px;
        margin-left: 0;
        padding-left: 0;
    }

    .about-product1 .about-product__img {
        position: static;
        width: 84vw;
        margin-top: 28px;
        margin-right: calc(50% - 50vw);
        transform: none;
    }

    .about-product1 .about-product__text .about-product__text-btn {
        margin-top: 25px;
        text-align: center;
    }

    .about-product1 .about-product__text .about-product__foot-text {
        margin-top: 33px;
        margin-left: 15px;
    }

    .about-product1 .about-product__text .about-product__foot-text p {
        margin-top: 30px;
    }

    .about-product2 {
        margin-top: 50px;
        position: relative;
    }

    .about-product2::after {
        content: "";
        width: 100%;
        height: 390px;
        background-image: url(../image/bg2@2x.webp);
        background-size: 200%;
        background-position: left;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .about-product2 .inner {
        flex-direction: column;
    }

    .about-product2 .about-product__text {
        margin-top: 55px;
        margin-left: 0;
        width: 100%;
    }

    .about-product2 .about-product__img {
        position: static;
        width: 84vw;
        margin-top: 44px;
        margin-right: auto;
        margin-left: calc(50% - 50vw);
    }

    .about-product2 .about-product__text-btn {
        text-align: center;
    }

    .about-product2 .about-product__text .about-product__foot-text {
        margin-top: 36px;
        margin-left: 16px;
    }

    /* .about-product1 .about-product__text .about-product__foot-text span {
        margin-top: 30px;
    } */
    .about-origin {
        margin-top: 64px;
    }

    .about-origin__head {
        padding-bottom: 40px;
    }

    .about-origin__head-text {
        font-size: 20px;
        padding: 26px;
    }

    .about-origin__text {
        font-size: 4.25vw;
    }

    .about-origin__foot {
        font-size: 14px;
        line-height: 1.9;
        margin-top: 30px;
    }

    .about-origin__foot-text {
        font-size: 14px;
        padding: 0 5%;
        margin-top: 0;
    }

    .about-origin__foot-text p {
        margin-top: 25px;
    }

    .about-origin__foot-img {
        margin-top: 10px;
        width: 73%;
    }

    .company {
        margin-top: 30px;
    }

    .company-title {
        font-size: 20px;
        margin-left: 6px;
    }

    .company__inner {
        margin-top: 26px;
    }

    .company dl {
        font-size: 12px;
    }

    .company dt {
        width: 26%;
        padding-left: 10px;
    }

    .company dd {
        width: 74%;
        padding: 19px 0;
        line-height: 1.2;
        position: static;
    }

    .company dd p:nth-child(2) {
        margin-top: 17px;
    }

    .dd-link {
        position: static;
        text-align: right;
    }

    /* payment-postage SP-small
    -------------------*/

    .payment {
        margin-top: 20px;
    }

    .payment-item {
        margin-top: 20px;
    }

    .payment-item__text {
        line-height: 1.5;
    }

    .postage-item1__sp-shipping-fee {
        color: #55555C;
        font-family: "Noto Sans JP", sans-serif;
        font-size: 20px;
        margin-top: 20px;
    }

    .postage-item1__sp-title {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 16px;
        margin-top: 20px;
    }

    .p-payment-postage__text1 {
        line-height: 1.6;
    }

    .postage-item1__sp-text {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        margin-top: 20px;
    }

    .postage-item1__sp-text-foot {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 700;
        margin-top: 20px;
    }

    .payment-item__head {
        font-size: 18px;
    }

    .payment-item__body {
        width: 100%;
    }

    .payment-item__text {
        margin-top: 16px;
    }

    .payment-font-bg {
        font-size: 22px;
    }

    .right {
        margin-left: 0;
        text-align: right;
    }

    .postage-item2 {
        margin-top: 24px;
    }

    .p-payment-postage__text2 {
        line-height: 1.6;
    }

    .p-payment-area dt {
        display: grid;
        padding: 0;
        width: 18%;
    }

    .p-payment-area dd {
        background: #F5F4F2;
        padding: 15px;
        width: 82%;
    }

    .payment-commission {
        margin-top: 30px;
    }

    .p-payment-commission__sp {
        font-size: 16px;
    }

    .commission__sp-text {
        font-size: 15px;
    }

    .payment-commission .right {
        width: 100%;
        text-align: right;
    }

    .commission__sp-text {
        line-height: 1.5;
        margin-top: 10px;
    }

    /* product-list SP-small
    -------------------*/

    .product-item__card {
        margin-left: 20px;
        width: calc(50% - 10px);
    }

    .product-item__card:first-child {
        margin-left: 0;
    }

    .product-item__card:nth-child(2n-1) {
        margin-left: 0;
    }

    .product-item__card:nth-child(n+3) {
        margin-top: 30px;
    }

    .product-list-info {
        margin-top: 80px;
    }

    .product-list__content {
        flex-wrap: wrap;
    }

    .page {
        margin-left: 16px;
    }

    .privacy-item {
        margin-top: 30px;
    }

    /* product SP-small
    -------------------*/

    .seller {
        margin-top: 20px;
    }

    .seller dl {
        margin-top: 10px;
    }

    .seller dt {
        padding-left: 2%;
        width: 32%;
    }

    .seller dd {
        padding-left: 2%;
        width: 68%;
    }

    .product-sales dl {
        margin-top: 10px;
    }

    .product-sales dt {
        padding-left: 0;
        width: 35%;
    }

    .product-sales dd {
        padding-left: 2%;
        width: 65%;
    }

    .terms-conditions-info {
        margin-top: 50px;
    }

    .contact-head__title {
        margin-top: 15px;
    }

    .product-img__bg .slick-track {
        height: 90vw;
    }

    .product-img {
        width: 100%;
    }

    .product-detail {
        margin-left: 0;
        margin-top: 35px;
        width: 100%;
    }

    .product-detail__head {
        padding-bottom: 32px;
        padding-left: 0;
    }

    .product-detail__head .tag,
    .product-detail__head .stock {
        padding: 3px 32px;
    }

    .order-btn a {
        width: 90%;
    }

    .order-btn a::after {
        left: 20%;
    }

    .product-detail__text {
        font-size: 17px;
        margin-top: 24px;
    }

    .product-detail__content {
        margin-top: 16px;
        padding: 25px 40px 42px;
    }

    /* contact SP-small
    -------------------*/

    .contact-form {
        margin-top: 35px;
    }

    .contact-form dl {
        margin-left: 0;
        font-size: 18px;
    }

    .contact-form dt,
    .contact-form dd,
    .order-info-area .address dt,
    .delivery-info-area .address dt {
        width: 100%;
    }

    .contact-form dt {
        padding-left: 0;
        font-size: 20px;
        font-weight: 500;
    }

    .contact-form dd {
        margin-top: 10px;
    }

    .contact-item {
        margin-top: 28px;
    }

    .contact-info {
        margin-top: 150px;
    }

    .contact-form .name ul.name {
        width: 100%;
    }

    .contact-form .name li {
        width: 100%;
        justify-content: flex-start;
    }

    .contact-form .post-code .example {
        margin-left: 25px;
    }

    .contact-form input,
    .contact-form textarea {
        padding: 10px;
        font-size: 16px;
    }

    .contact-form .name li input {
        font-size: 16px;
        width: 60%;
        margin: 0 1em;
    }

    .contact-form .name {
        margin-top: 36px;
    }

    .contact .tel dd {
        padding: 0 10px;
    }

    .contact .tel dd {
        margin-left: -10px;
    }

    .contact .tel dd input {
        font-size: 16px;
        width: 25%;
    }

    .contact .email dd {
        padding: 0 10px;
        width: 100%;
    }

    .contact .email input {
        width: 100%;
        margin-right: 0;
    }

    .contact .message dd {
        padding: 0 10px;
    }

    .btn-area button {
        width: 90%;
        font-size: 22px;
    }

    .contact .btn-area .btn::after {
        right: 25%;
    }

    .name {
        margin-top: 20px;
        width: 100%;
    }

    .name:first-child {
        margin-top: 0;
    }

    .name::before {
        font-size: 14px;
    }

    .contact-item__input-btn::after {
        right: 100px;
    }

    .contact-btn dd {
        text-align: center;
    }

    .contact-btn dd .contact-item__input-btn {
        width: 94%;
    }

    .contact .contact-item .address,
    .contact .contact-item .message {
        align-items: baseline;
    }

    .contact .contact-item .address dt {
        width: 20%;
    }

    .contact .contact-item .address dd {
        width: 80%;
    }

    .contact-form .name .error,
    .contact-form .post-code .error,
    .contact-form .address2 .error,
    .contact-form .tel .error,
    .contact-form .email .error {
        position: unset;
    }

    .mw_wp_form .error {
        font-size: 14px;
    }

    .mw_wp_form_confirm .name ul {
        display: unset;
    }

    .mw_wp_form_confirm .name ul li {
        display: unset;
        margin-left: 10px;
    }

    .mw_wp_form_confirm .tel dd,
    .mw_wp_form_confirm .customer-fax dd,
    .mw_wp_form_confirm .email dd,
    .mw_wp_form_confirm .message dd {
        font-size: 18px;
        margin-left: 10px;
        align-items: unset;
    }

    .mw_wp_form_confirm .address .address1 {
        flex-direction: row;
    }

    .mw_wp_form_complete p {
        font-size: 3vw;
    }

    /* privacy SP-small
    -------------------*/

    /* order SP-small
    -------------------*/

    .order-head__text {
        font-size: 17px;
        padding: 0 5px;
        margin-top: 20px;
        line-height: 1.8;
    }

    .order-nav__head-text {
        margin-top: 15px;
        font-size: 16px;
        padding: 0 5px;
    }

    .order-nav {
        margin-top: 30px;
    }

    .order-nav__text {
        font-size: 18px;
    }

    .order-nav__item-link {
        font-size: 14px;
    }

    .order-nav__item-link::before {
        height: 20px;
        width: 20px;
    }

    .order-nav__item-arrow::before {
        height: 24px;
        width: 24px;
        right: -32px;
    }

    .order-nav__item-link::after {
        border-width: 6px 6px 0 6px;
    }

    .order-nav__item-arrow::after {
        border-width: 6px 6px 0 6px;
        right: -26px;
    }

    .order-nav__inner {
        margin-left: 8px;
        font-size: 14px;
        margin-top: 13px;
    }

    .order-nav__item:nth-child(n + 3) {
        margin-top: 22px;
    }

    .order-product__list-title {
        background: #44467D;
        color: #fff;
        width: 100vw;
        margin: 50px calc(50% - 50vw) 30px;
        padding: 0 5%;
        font-size: 27px;
    }

    .order-kinds__title {
        font-size: 24px;
        margin-top: 22px;
        display: inline;
    }

    .order-kinds__title::before {
        width: 12px;
        height: 12px;
        left: 2px;
        top: 20px;
    }

    .order-nav__item {
        width: 100%;
        margin-top: 26px;
    }

    .order-nav__item:nth-child(n + 1) {
        margin-left: 0;
    }

    .order-nav__item:first-child {
        margin-top: 0;
    }

    .product-page__link {
        display: inline;
        float: right;
        margin-top: 6px;
    }

    .product-page__link a {
        margin-left: 10px;
    }

    .product-page__link span {
        margin-left: -10px;
    }

    .product-page__link_anago {
        text-align: right;
        margin-top: 0;
    }

    .product-page__link_anago a {
        margin-left: 52px;
    }

    .product-page__link_anago span {
        display: block;
        font-size: 14px;
    }

    /* yagi-sp */
    .p-area-flex dt {
        margin: 1em 0;
    }

    .p-area-flex dd.noshi {
        margin-left: auto;
    }

    ul.order-select__list li {
        display: unset;
    }

    .order-select__list .select-wrapper,
    .order-select__list .select-wrapper select {
        width: 100%;
    }

    .total-price__area {
        background: #fff;
        padding: 0;
    }

    .total-price__area .total-price {
        text-align: center;
        margin-top: 5px;
        background: #FFFFC3;
        padding: 10px;
        width: 100%;
    }

    .orderer-information {
        margin-top: 12px;
    }

    .orderer-information__top-text {
        line-height: 1.8;
        margin-left: 0;
        padding: 0 2%;
    }

    .orderer-information__top-text::before {
        left: -20px;
    }

    .orderer-information .section-title {
        margin-top: 45px;
    }

    .order-info-area dd,
    .delivery-info-area dd input {
        width: 93%;
        padding: 10px;
        margin-top: 12px;
    }

    .order-info-area {
        margin-top: 0;
    }

    .order-info-area .row {
        margin-top: 20px;
    }

    .order-info-area .name li {
        justify-content: space-between;
    }

    .order-info-area .name li input {
        width: 80%;
        margin: 0 0.5em;
    }

    .name li:nth-child(2n) {
        margin-left: 20px;
    }

    .order-info-area .organization-name {
        margin-top: 18px;
    }

    .order-info-area dt {
        width: 100%;
        padding: 0;
    }

    .order-info-area dd {
        width: 100%;
    }

    .name dt {
        width: 100%;
    }

    .name dd ul {
        flex-direction: column;
        align-items: baseline;
        width: 80%;
    }

    .name dd ul li:nth-child(2) {
        margin-left: 0;
        margin-top: 18px;
    }

    .name li {
        width: 100%;
        margin-left: 0;
    }

    .order-info-area .address,
    .delivery-info-area .address {
        margin: 25px 0;
        padding: 20px 0;
        border-top: 1px dashed #333;
        border-bottom: 1px dashed #333;
    }

    .address .post-code {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 15px;
    }

    .post-code .example {
        margin-left: 24px;
    }

    .post-code span input {
        margin: 4px 10px 0;
    }

    .post-code span {
        margin-left: 0;
    }

    .post-code .example {
        margin-top: 14px;
    }

    .address1,
    .address2,
    .address3 {
        flex-direction: column;
        align-items: baseline;
        margin-left: 0;
        margin-top: 18px;
    }

    .address .address1 select,
    .address .address2 input,
    .address .address3 input {
        margin-left: 0;
    }

    .address .address2 input,
    .address .address3 input {
        width: 100%;
        margin-top: 4px;
    }

    .address dd,
    .name dd,
    .organization-name dd {
        padding: 0 10px;
    }

    .order-info-area .email dd {
        margin-left: 0;
    }

    .address .address1 .select-wrapper {
        margin-left: 0;
        margin-top: 4px;
        width: 55%;
    }

    .order-info-area .email dd {
        align-items: baseline;
        width: 100%;
        padding: 0 10px;
    }

    .order-info-area .email dd input {
        width: 100%;
    }

    .tel dd span,
    .customer-fax dd span,
    .email dd span {
        width: 100%;
        margin-top: 4px;
    }

    .tel dd .item-note,
    .customer-fax dd .item-note,
    .email dd .item-note {
        margin-top: 5px;
        margin-left: 20px;
    }

    .order-info-area .tel dd,
    .order-info-area .customer-fax dd,
    .delivery-info-area .tel dd {
        width: 100%;
        flex-direction: column;
        padding: 0 10px;
        margin: 0;
    }

    .order-info-area .tel dd input,
    .order-info-area .customer-fax dd input,
    .delivery-info-area .tel dd input {
        width: 25%;
    }

    .order-info-area .tel dt,
    .delivery-info-area .tel dt,
    .order-info-area .customer-fax dt,
    .delivery-info-area .customer-fax dt,
    .order-info-area .email dt,
    .delivery-info-area .email dt {
        width: 100%;
    }

    .email dd {
        flex-direction: column;
    }

    .order-info-area .row {
        align-items: baseline;
    }

    .order-info-area {
        margin-bottom: 40px;
    }

    .delivery-info-area {
        margin-bottom: 0;
    }

    .delivery-info__top-text {
        margin-top: 8px;
    }

    .order-caution {
        margin: 24px 10px;
    }

    .order-caution li {
        line-height: 1.8;
        margin-left: 0;
        padding: 0;
    }

    .order-privacy {
        margin-top: 30px;
        display: flex;
    }

    .order-privacy__text {
        margin-left: 12px;
        text-align: left;
    }

    .btn-area {
        margin-top: 45px;
    }

    .delivery-info-area dt {
        width: 100%;
    }

    .delivery-info-area dd {
        padding: 0 10px;
        width: 100%;
    }

    .delivery-info-area .row {
        margin-top: 14px;
    }

    .delivery-body {
        padding: 1px 10px 20px 10px;
    }

    .order-info-area .address,
    .delivery-info-area .delivery-body .address {
        margin-top: 34px;
        align-items: baseline;
    }

    .order-info-area dd input {
        padding: 12px 10px;
    }

    .delivery-info-area .others {
        align-items: baseline;
    }

    .delivery-info-area .others dt {
        width: 100%;
    }

    .delivery-info-area .others dd {
        margin-top: 4px;
        width: 100%;
    }

    .order-privacy span a::after {
        width: 100%;
    }

    .order .name .error,
    .order .post-code .error,
    .order .address2 .error,
    .order .tel .error,
    .order .email .error {
        position: unset;
        width: 100%;
    }

    .order .name dd ul {
        width: 100%;
    }

    .order .order-privacy {
        display: unset;
    }

    .mw_wp_form_confirm ul.order-select__list li {
        display: flex;
    }

    .mw_wp_form_confirm .order-select__list .select-wrapper {
        width: auto;
    }

    .mw_wp_form_confirm .total-price__area .total-price {
        background: #ececec;
    }

    .mw_wp_form_confirm .set-natsu {
        padding-bottom: 0;
    }

    .mw_wp_form_confirm .order-info-area .address,
    .mw_wp_form_confirm .delivery-info-area .address {
        border: none;
    }

    .mw_wp_form_confirm .order-info-area div,
    .mw_wp_form_confirm .delivery-info-area .delivery-body div {
        align-items: unset;
    }

    .mw_wp_form_confirm .order .tel dd,
    .mw_wp_form_confirm .order .customer-fax dd,
    .mw_wp_form_confirm .order .email dd,
    .mw_wp_form_confirm .order .message dd {
        font-size: 18px;
    }

}

@supports (-webkit-appearance: none) {
  @media screen and (max-width: 767px) {
    .order-kinds__title {
      display: block;
    }
  }
}