@charset "utf-8";

body {
    background: var(--bg-color);
    color: var(--text-color);
    font-size: 16px;
    font-family: 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo,sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

/* utility */

.pc-show {
    display: none;
}
.sp-show {
    display: block;
}

@media screen and (min-width: 768px) {
    .pc-show {
        display: block;
    }
    .sp-show {
        display: none;
    }
}

iframe {
    max-width: 100%;
}
figure.wp-block-embed iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
blockquote {
    position: relative;
    padding: 35px 15px 10px 15px;
    box-sizing: border-box;
    font-style: italic;
    background: var(--light-color);
    border-left: 4px solid var(--main-color);
}
blockquote:before{
    position: absolute;
    content: "";
    top: 10px;
    left: 15px;
    color: #babdbf;
    font-size: 28px;
    line-height: 1;
    font-weight: 900;
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2024%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2023V12.4777C0%205.30769%201.41176%202.70041%206.61765%200L9.2647%203.53846C5.02941%205.3077%204.32353%206.61134%204.23529%2012.4777H10.0588V23H0ZM13.9412%2023V12.4777C13.9412%205.30769%2015.3529%202.70041%2020.5588%200L23.2059%203.53846C18.9706%205.3077%2018.2647%206.61134%2018.1765%2012.4777H24V23H13.9412Z%22%20fill%3D%22%23F58B4F%22%2F%3E%3C%2Fsvg%3E');
    mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2024%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2023V12.4777C0%205.30769%201.41176%202.70041%206.61765%200L9.2647%203.53846C5.02941%205.3077%204.32353%206.61134%204.23529%2012.4777H10.0588V23H0ZM13.9412%2023V12.4777C13.9412%205.30769%2015.3529%202.70041%2020.5588%200L23.2059%203.53846C18.9706%205.3077%2018.2647%206.61134%2018.1765%2012.4777H24V23H13.9412Z%22%20fill%3D%22%23F58B4F%22%2F%3E%3C%2Fsvg%3E');
    width: 24px;
    height: 24px;
    background: var(--main-color);
}
blockquote p {
    padding: 0;
    margin: 7px 0;
    line-height: 1.7;
}
blockquote cite {
    display: block;
    color: #888888;
}
.entry-body .wp-caption {
    width: auto!important;
}




/* header */

.header-site-logo {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    border-bottom-right-radius: 20px;
    background: var(--white);
}
.header-site-logo a {
    padding: 15px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: var(--main-color);
    overflow: hidden;
    vertical-align: bottom;
}
.header-site-logo img {
    max-height: 34px;
}
.header-menu {
    position: fixed;
    z-index: 10000;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 0 20px;
    background: var(--white);
    border-top-left-radius: 15px;
    padding: 18px 15px 18px 24px;
}
.header-menu li {
    width: 23px;
    height: 23px;
}
.header-menu li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.header-menu li.favorite a {
    background: url(../img/icon/favorite.svg) no-repeat center center / contain;
}   
.header-menu li.cart a {
    background: url(../img/icon/cart.svg) no-repeat center center / contain;
}   
.header-menu li.account a {
    background: url(../img/icon/account.svg) no-repeat center center / contain;
} 
.header-menu li.cart a {
    position: relative;
}
.header-menu li.cart a span {
    background: var(--red);
    border-radius: 50%;
    display: inline-block;
    width: 20px;
    height: 20px;
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    line-height: 1;
    position: absolute;
    top: -11px;
    right: -15px;
    font-weight: 500;
    white-space: nowrap;
}
.header-menu .favorite.is-active a {
    mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2025%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.4521%203.64548L10.8428%201.99832C8.3623%20-0.539886%204.34082%20-0.539886%201.86035%201.99832C-0.620117%204.53647%20-0.620117%208.6517%201.86035%2011.1898L12.4248%2022L12.5459%2021.8768L12.5732%2021.9055L23.1377%2011.0952C25.6182%208.55704%2025.6182%204.4418%2023.1377%201.90366C20.6572%20-0.634552%2016.6357%20-0.634552%2014.1553%201.90366L12.4521%203.64548Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fsvg%3E') center center / contain no-repeat;
    -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2025%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.4521%203.64548L10.8428%201.99832C8.3623%20-0.539886%204.34082%20-0.539886%201.86035%201.99832C-0.620117%204.53647%20-0.620117%208.6517%201.86035%2011.1898L12.4248%2022L12.5459%2021.8768L12.5732%2021.9055L23.1377%2011.0952C25.6182%208.55704%2025.6182%204.4418%2023.1377%201.90366C20.6572%20-0.634552%2016.6357%20-0.634552%2014.1553%201.90366L12.4521%203.64548Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fsvg%3E') center center / contain no-repeat;
    background: var(--red);
}
.header-menu li.drawer-icon {
    display: block;
    height: 17px;
    position: relative;
    cursor: pointer;
}
.drawer-icon span {
    width: 100%;
    height: 2px;
    background: var(--gray);
    position: absolute;
    left: 0;
    transition: all .4s ease;
}
.drawer-icon span:nth-child(1) {
    top: 0;
}
.drawer-icon span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.drawer-icon span:nth-child(3) {
    bottom: 0;
}
.drawer-icon.is-open span:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
}
.drawer-icon.is-open span:nth-child(2) {
    opacity: 0;
}
.drawer-icon.is-open span:nth-child(3) {
    bottom: auto;
    top: 50%;
    transform: rotate(-45deg);
}



.drawer {
    position: fixed;
    z-index: 999;
    bottom: -100%;
    left: 0;
    width: 100%;
    background: var(--main-color);
    color: var(--white);
    padding: 0 20px 75px;
    /* clip-path: circle(100% at 50% 95%); */
    transition: all 1s ease;
}
.drawer::before {
    content: "";
    width: 130%;
    height: 150px;
    background: var(--main-color);
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50% 50% 100% 0% / 100% 100% 0% 0%;
    z-index: -1;
}
.drawer.is-open {
    bottom: 0;
}
.drawer-sns-list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.drawer-sns-list li a {
    display: inline-block;
    margin: 10px;
    width: 30px;
    height: 30px;
}
.drawer-sns-list li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.drawer-menu-list {
    text-align: center;
}
.drawer-menu-list li a {
    font-size: 18px;
    padding: 6px 0;
    font-weight: 600;
    display: inline-block;
}

/* footer */
.footer {
    background: var(--footer-color);
}
.footer-inner {
    padding: 35px 20px 70px;
}
.footer-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 16px;
    margin-bottom: 27px;
}
.footer-icons li {
    width: 24px;
    height: 24px;
}
.footer-icons li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.footer-icons li.favorite a {
    background: url(../img/icon/favorite.svg) no-repeat center center / contain;
}   
.footer-icons li.cart a {
    background: url(../img/icon/cart.svg) no-repeat center center / contain;
}   
.footer-icons li.account a {
    background: url(../img/icon/account.svg) no-repeat center center / contain;
}

.footer-links {
    margin-bottom: 30px;
}
.footer-link {
    text-align: center;
    font-size: 12px;
    margin-bottom: 4px;
}
.copyright {
    text-align: center;
    font-size: 12px;
}
.pagetop {
    position: fixed;
    right: 10px;
    bottom: 67px;
    z-index: 800;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}
.pagetop .arrow {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-top: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    transform: translateX(-50%) rotate(-45deg);
    position: absolute;
    top: 8px;
    left: 50%;
}
.pagetop .top {
    display: inline-block;
    padding-top: 20px;
    font-size: 13px;
    font-weight: 600;
    color: var(--main-color);
}

/* top */
.main {
    min-height: calc(100svh - 194px - 70px);
}
.main-inner {
    padding: 50px 15px 0;
}
.woocommerce-inner {
    padding-top: 0;
    margin-top: 60px;
}
.page-top {
    background: var(--main-color);
    color: var(--white);
    padding: 70px 15px 15px;
    border-bottom-right-radius: 35px;
}
.page-top .page-title {
    font-size: 28px;
    font-weight: 600;
}
.breadcrumb {
    display: flex;
    list-style: none!important;
    padding: 5px 15px!important;
    align-items: center;
}
.breadcrumb li {
    font-size: 14px;
    white-space: nowrap;
    font-weight: 500;
}
.breadcrumb li:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
}
.breadcrumb li + li::before {
    content: "";
    width: 4px;
    height: 4px;
    background: var(--main-color);
    border-radius: 50%;
    display: inline-block;
    margin: 0 7px;
    vertical-align: middle;
}
.foot-breadcrumb {
    background: var(--main-color);
    color: var(--white);
    padding: 10px 0;
}
.foot-breadcrumb .breadcrumb li {
    font-weight: 500;
    font-size: 13px;
}
.foot-breadcrumb .breadcrumb li + li::before {
    background: var(--white);
}
.main .main-inner a {
    color: var(--main-color);
    text-decoration: underline;
}

/* 記事一覧 */

.news-list {
    margin-bottom: 47px;
}
.news-item {
    border-bottom: 1px solid var(--main-color);
    padding: 20px 0;
}
.news-meta {
    /* margin-bottom: 6px; */
}
.news-date {
    font-size: 14px;
    white-space: nowrap;
    margin-bottom: 5px;
    display: inline-block;
}
.news-cate {
    
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
}
.news-cate:blank {
    margin-top: 0;
}
.main a.cate-tag {
    font-size: 12px;
    font-weight: 700;
    color: var(--white);
    background: var(--main-color);
    padding: 2px 7px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
}
.main .news-list a.cate-tag {
    margin-bottom: 5px;
}
.main .news-title a {
    color: var(--text-color);
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pagination {
    margin: 47px 0 0;
}
.screen-reader-text {
    display: none;
}
.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
}
.pagination .nav-links .page-numbers {
    width: 34px;
    height: 34px;
    background: var(--white);
    border: 2px solid var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 50%;
    text-decoration: none;
    font-weight: 600;
    color: var(--text-color);
}
.pagination .nav-links :is(.prev, .next) {
    display: none;
}
.pagination .nav-links .page-numbers.current {
    background: var(--main-color);
    color: var(--white);
}

.article-side {
    margin-top: 70px;
}
.artside-block + .artside-block {
    margin-top: 24px;
}
.artside-block .artside-ttl {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}
.art-search {
    display: flex;
    border: 2px solid var(--main-color);
    border-radius: 3px;
}
.art-search-input {
    background: var(--white);
    border: none;
    border-radius: 0;
    width: 80%;
    font-size: 16px;
    padding: 7px 10px;
}
.art-search-input:focus {
    outline: none;
}
.art-search-btn {
    width: 20%;
    background: var(--main-color);
    color: var(--white);
    font-weight: 600;
    text-align: center;
    font-size: 16px;
}
.article-side .side-cate-list,
.article-side .side-aco ul {
    list-style: none;
    padding: 0;
}
.article-side .side-cate-list li + li {
    margin-top: 4px;
}
.article-side .side-cate-list li a {
    background: var(--light-color);
    color: var(--text-color);
    font-size: 16px;
    display: inline-block;
    padding: 8px 12px;
    width: 100%;
    text-decoration: none;
    font-weight: 600;
    transition: all .4s ease;
}
.article-side .side-cate-list li a:hover {
    color: var(--main-color);
}

.side-aco + .side-aco {
    margin-top: 4px;
}
.side-aco dt {
    background: var(--main-color);
    color: var(--white);
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
}
.side-aco dt::before {
    content: "";
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2022%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M21%2010L11%202L1%2010%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%2F%3E%3C%2Fsvg%3E') no-repeat center center / contain;
    width: 20px;
    height: 11px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(180deg);
    transition: all .4s ease;
}
.side-aco dt.is-open::before {
    transform: translateY(-50%);
}
.side-aco dd {
    display: none;
    background: var(--white);
    border: 1px solid var(--main-color);
    border-radius: 3px;
}
.article-side .side-aco dd ul li a {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
}
.side-aco dd ul li + li {
    border-top: 1px solid var(--main-color);
}
.side-tag-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none!important;
    padding-left: 0!important;
    gap: 7px;
}


.blog-item + .blog-item {
    margin-top: 40px;
}
.blog-item {
    position: relative;
}
.blog-list .blog-item .blog-link {
    color: var(--text-color);
    text-decoration: none;
}
.blog-img {
    margin-bottom: 8px;
}
.blog-img img {
    aspect-ratio: 16 / 9;
    width: 100%;
    object-fit: cover;
}
.blog-item .blog-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.blog-date {
    font-size: 14px;
}
.blog-author {
    margin-top: 2px;
}
.blog-item .blog-author a {
    font-size: 15px;
    text-decoration: none;
}
.blog-tags {
    margin-top: 7px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
}
.blog-tags .blog-tag a,
.article-side .side-tag-list li a {
    border: 2px solid var(--main-color);
    border-radius: 3px;
    display: inline-block;
    padding: 3px 8px 3px 20px;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    color: var(--text-color);
    line-height: 1.3;
    transition: all .4s ease;
}
.blog-tags .blog-tag a::before,
.article-side .side-tag-list li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--main-color);
    transform: translateY(-50%);
}
.blog-tags .blog-tag a:hover,
.article-side .side-tag-list li a:hover {
    background: var(--light-color);
}
.blog-tags .blog-tag a::after,
.article-side .side-tag-list li a::after {
    content: "";
    width: 0;
    height: 100%;
    background: var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .4s ease;
}
/* .blog-tags .blog-tag a:hover,
.article-side .side-tag-list li a:hover {
    color: var(--white);
    font-weight: 600;
}
.blog-tags .blog-tag a:hover::before,
.article-side .side-tag-list li a:hover::before {
    background: var(--white);
}
.blog-tags .blog-tag a:hover::after,
.article-side .side-tag-list li a:hover::after {
    width: 100%;
} */
.blog-category {
    position: absolute;
    top: 5px;
    left: 5px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.blog-list .blog-category a {
    background: var(--main-color);
    color: var(--white);
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-weight: 700;
    padding: 2px 8px;
    border-radius: 3px;
}

/* 記事詳細 */
.entry-head {
    margin-bottom: 30px;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--light-color);
}
.entry-content .entry-head a {
    text-decoration: none;
}
.entry-img {
    margin-bottom: 7px;
}
.entry-img img {
    width: 100%;
}
.entry-title {
    font-size: 18px!important;
    font-weight: 600;
    margin-bottom: 5px;
}
.entry-meta {
}
.entry-date {
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 5px;
    display: inline-block;
}
.entry-category a {
    background: var(--main-color);
    color: var(--white)!important;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 1px 5px;
    border-radius: 3px;
    vertical-align: 4px;
}
.entry-author a {
    font-size: 16px;
    font-weight: bold;
}
.entry-content {
    background: var(--white);
    margin: 0 -15px;
    padding: 20px 15px 50px;
}
.entry-content .entry-body {
    overflow-wrap: break-word;
    font-size: 16px;
    margin-bottom: 50px;
}
.entry-content .entry-body > * + * {
    margin-top: 30px;
}
.entry-content .entry-body h1 {
    background: var(--main-color);
    color: var(--white);
    padding: 4px 10px;
}
.entry-content .entry-body h2 {
    font-size: 20px;
    background: var(--light-color);
    border-bottom: 4px solid var(--main-color);
    padding: 5px 10px;
}
.entry-content .entry-body h3 {
    font-size: 18px;
    border-left: 3px solid var(--main-color);
    padding-left: 12px;
}
.entry-content .entry-body h4 {
    color: var(--main-color);
}
.entry-content .entry-body h5 {
    font-size: 16px;
    font-weight: 700;
}
.entry-content .entry-body h6 {
    font-size: 16px;
    font-weight: 600;
}
.entry-content .entry-body li + li {
    margin-top: 10px;
}
.entry-content .entry-body figcaption {
    margin-top: 4px;
    font-size: 12px;
}
.entry-content .entry-body blockquote {
    background: var(--white);
    padding: 10px 20px;
    border-color: var(--light-color);
    border-width: 13px 15px;
    position: relative;
}
.entry-content .entry-body blockquote p {
    margin: 0;
}
.entry-content .entry-body blockquote::before {
    content: "";
    mask-position: center center;
    -webkit-mask-position: center center;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2024%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2023V12.4777C0%205.30769%201.41176%202.70041%206.61765%200L9.2647%203.53846C5.02941%205.3077%204.32353%206.61134%204.23529%2012.4777H10.0588V23H0ZM13.9412%2023V12.4777C13.9412%205.30769%2015.3529%202.70041%2020.5588%200L23.2059%203.53846C18.9706%205.3077%2018.2647%206.61134%2018.1765%2012.4777H24V23H13.9412Z%22%20fill%3D%22%23F58B4F%22%2F%3E%3C%2Fsvg%3E');
    mask-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2024%2023%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2023V12.4777C0%205.30769%201.41176%202.70041%206.61765%200L9.2647%203.53846C5.02941%205.3077%204.32353%206.61134%204.23529%2012.4777H10.0588V23H0ZM13.9412%2023V12.4777C13.9412%205.30769%2015.3529%202.70041%2020.5588%200L23.2059%203.53846C18.9706%205.3077%2018.2647%206.61134%2018.1765%2012.4777H24V23H13.9412Z%22%20fill%3D%22%23F58B4F%22%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    top: -6px;
    left: -7px;
    width: 24px;
    height: 24px;
    background: var(--main-color);
}
.entry-content .entry-body cite {
    opacity: 0.8;
    text-align: right;
    display: block;
}
.entry-foot-links {
    border-top: 1px solid var(--light-color);
    margin-top: 24px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
}
.entry-foot-link a {
    text-decoration: none!important;
    font-size: 16px;
    font-weight: 600;
}
.entry-foot-links .entry-foot-link:nth-child(2) {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

/* お問い合わせ */
.contact-content {
    background: var(--white);
    padding: 40px 15px 100px;
    margin: 0 -15px;
}
.form-wrap {
    margin-bottom: 30px;
}
.form-dl + .form-dl {
    margin-top: 20px;
}
.form-dl dt {
    font-weight: 600;
    margin-bottom: 7px;
}
.form-dl dt .req {
    background: var(--red);
    color: var(--white);
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 10px;
    padding: 1px 6px;
    vertical-align: 1px;
}
.input-text,
.form-dl dd select {
    width: 100%;
    max-width: none;
    border: 2px solid var(--main-color);
    padding: 7px 9px;
    font-size: 16px;
    border-radius: 3px;
    background: var(--white);
}
.form-dl dd select {
    padding: 7px 36px 7px 9px;
}
.select-wrap {
    position: relative;
}
.select-wrap::before {
    content: "";
    position: absolute;
    top: 43%;
    right: 14px;
    border-bottom: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
}
.form-dl dd.column {
    display: flex;
    flex-direction: column;
    gap: 5px 0;
}
.post-code {
    margin-left: 10px;
}
.short-input {
    width: 120px;
    margin-left: 10px;
}
.input-text.--textarea {
    height: 170px;
}
.contact-block {
    background: var(--bg-color);
    padding: 30px 10px;
    text-align: center;
}
.contact-block .ttl {
    font-size: 16px!important;
    font-weight: 600;
    margin-bottom: 13px;
}
.contact-block .txt {
    font-size: 14px;
    margin-bottom: 20px;
}
.contact-block .txt a {
    color: var(--text-color);
    font-weight: 600;
}
.contact-checkbox {
    width: 24px;
    height: 24px;
    background: var(--white);
    border: 2px solid var(--main-color);
    display: inline-block;
    border-radius: 3px;
}
.contact-check-parts {
    padding-left: 12px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.contact-check-parts::after {
    content: "";
    position: absolute;
    top: 6px;
    left: -20px;
    width: 16px;
    height: 10px;
    border-left: 3px solid var(--main-color);
    border-bottom: 3px solid var(--main-color);
    transform: rotate(-45deg);
    opacity: 0;
}
.contact-checkbox:checked + .contact-check-parts::after {
    opacity: 1;
}
.contact-btn {
    margin-top: 70px;
}
.contact-btn .btn {
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    background: var(--main-color);
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 18px 0;
    color: var(--white);
    box-shadow: 0 5px 0 var(--dark-color);
    transition: all .4s ease;
    display: block;
}
.contact-btn .btn:hover {
    box-shadow: none;
    transform: translateY(5px);
}

.contact-content.--confirm {
    overflow-wrap: break-word;
}
.contact-content.--confirm .form-dl + .form-dl {
    margin-top: 27px;
}
.contact-content.--confirm .form-dl dd {
    min-height: 24px;
}
.contact-content.--confirm .post-code {
    margin-left: 0;
}
.contact-content.--confirm .contact-btn {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
}
.contact-btn .back-btn {
    background: #929292;
    box-shadow: 0 5px 0 var(--gray);
    padding: 9px 0;
}

.top-main {
    width: 100%;
    height: 100svh;
    position: relative;
}
.top-slider {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.top-slider-item {
    position: relative;
}
.top-slider-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.top-slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 3;
    pointer-events: none;
}
.top-slider-item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 20px);
    height: calc(100svh - 20px);
    border-radius: 15px;
    border: 1px solid var(--white);
    pointer-events: none;
    z-index: 4;
}
.top-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-slider-block {
    position: absolute;
    bottom: 110px;
    left: 0;
    z-index: 5;
    padding: 0 30px;
    color: #fff;
    text-shadow: 0 0 2px var(--gray);
}
.top-slider-heading {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.35;
}
.top-slider-text {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.07em;
}

.swiper-pagination {
    right: 20px!important;
}
.swiper-pagination-bullet {
    background: var(--white);
    opacity: 1;
    width: 10px!important;
    height: 10px!important;
    margin: 10px 0!important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--main-color);
}
.scrollbar {
    position: absolute;
    bottom: 0;
    left: 23px;
    z-index: 10;
    height: 72px;
}
.scrollbar .scroll {
    color: var(--white);
    font-size: 14px;
    letter-spacing: 0.05em;
}
.scrollbar .line {
    display: inline-block;
    width: 1px;
    height: 40px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    margin: auto;
    animation: scroll 2s infinite;
}
@keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
}



@media screen and (min-width: 768px) {


    /* header */
    .header-site-logo a {
        font-size: 28px;
        padding: 14px 23px 14px 28px;
    }
    .header-site-logo img {
        max-height: 40px;
    }
    .header-menu {
        top: 0;
        bottom: auto;
        border-radius: 0 0 0 20px;
        padding: 21px 22px 21px 30px;
        gap: 0 30px;
    }
    .header-menu li {
        width: 26px;
        height: 26px;
    }
    .fixed-sns-list {
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 10000;
    }
    .sns-list {
        display: flex;
        align-items: center;
        gap: 0 18px;
        padding: 20px 20px 20px 30px;
        border-top-left-radius: 20px;
        background: var(--main-color);
    }
    .sns-list li a {
        width: 23px;
        height: 23px;
        display: inline-block;
    }
    .sns-list li a img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .drawer {
        left: auto;
        right: -500px;
        bottom: auto;
        top: 0;
        width: 320px;
        height: 100vh;
    }
    .drawer::before {
        background: var(--main-color);
        left: -100px;
        top: 50%;
        width: 150px;
        height: 120vh;
        border-radius: 100% 0% 0% 100% / 50% 100% 0% 50%;
        transform: translateY(-50%);
    }
    .drawer.is-open {
        right: 0;
    }
    .drawer-menu-list {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(30%, -50%);
        text-align: left;
    }
    .drawer-menu-list li a {
        padding: 8px 0 8px 30px;
        position: relative;
    }
    .drawer-menu-list li a::before {
        content: "";
        width: 8px;
        height: 8px;
        background: var(--white);
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%) scale(0, 0);
        transition: all .4s ease;
    }
    .drawer-menu-list li a:hover::before {
        transform: translateY(-50%) scale(1, 1);

    }

    /* footer */

    .footer-inner {
        max-width: 1280px;
        margin: 0 auto;
        padding: 35px 40px 30px;
    }
    .footer-flex {
        display: flex;
        justify-content: space-between;
        margin-bottom: 35px;
    }
    .footer-left {
        display: flex;
        gap: 0 60px;
        width: 70%;
        font-size: 14px;
    }
    .footer-right {
        width: 30%;
        display: flex;
        flex-direction: column;
    }
    .footer-menu-list {
        min-width: 100px;
    }
    .footer-menu-list li a {
        padding: 3px 0;
        display: inline-block;
    }
    .footer-category {
        width: calc(100% - 100px - 70px);
        flex: 1;
    }
    .footer-cate-list {
        column-count: 3;
        margin-top: 7px;
    }
    .footer-cate-list li {
        padding-left: 12px;
        position: relative;
    }
    .footer-cate-list li::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: var(--text-color);
    }
    .footer-cate-list li a {
        padding: 3px 0;
        display: inline-block;
        line-height: 1.3;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .footer-icons {
        justify-content: flex-end;
        align-items: flex-start;
        gap: 0 22px;
        flex-grow: 1;
        margin-bottom: 0;
    }
    .footer-links {
        display: flex;
        margin-bottom: 0;
        justify-content: flex-end;
        gap: 0 28px;
    }
    .footer-link {
        margin-bottom: 0;
    }
    .pagetop {
        right: 12px;
        bottom: 72px;
        width: 45px;
        height: 45px;
    }
    .pagetop.down {
        bottom: 13px;
    }
    .pagetop .arrow {
        width: 16px;
        height: 16px;
        transition: transform .2s ease;
    }
    .pagetop:hover .arrow {
        transform: translate(-50%, -4px) rotate(-45deg);
    }
    .pagetop .top {
        padding-top: 21px;
    }

    /* top */
    .main {
        min-height: calc(100svh - 280px - 70px);
        margin-bottom: 120px;
    }
    .page-top {
        padding: 90px 0 20px;
    }
    .page-top .page-title {
        max-width: 1200px;
        padding: 0 60px;
        margin: 0 auto;
        font-size: 48px;
    }
    .breadcrumb {
        max-width: 1200px;
        padding: 10px 60px!important;
        margin: 0 auto;
    }
    .breadcrumb li {
        font-size: 16px;
    }
    .breadcrumb li a {
        position: relative;
        transition: color .2s ease;
    }
    .breadcrumb li a:hover {
        color: var(--main-color);
    }
    /* .breadcrumb li a::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 1px;
        background: var(--text-color);
        bottom: -2px;               
        transform: scale(0, 1);     
        transform-origin: left top; 
        transition: transform 0.3s;
    }
    .breadcrumb li a:hover::after {
        transform: scale(1, 1); 
    } */
    .foot-breadcrumb {
        padding: 12px 0;
    }
    .foot-breadcrumb .breadcrumb {
        max-width: 1290px;
        padding: 0 40px!important;
    }
    .foot-breadcrumb .breadcrumb li {
        font-size: 14px;
    }
    .foot-breadcrumb .breadcrumb li a:hover {
        color: var(--light-color);
    }
    /* .foot-breadcrumb .breadcrumb li a::after {
        background: var(--white);
    } */
    
    .main-inner {
        max-width: 1020px;
        padding: 45px 60px 0;
        margin: 0 auto;
    }

    .woocommerce-inner {
        max-width: 1200px;
        padding: 45px 60px 0;
    }

    /* 記事一覧 */

    .contents-page .main-inner {
        max-width: 1160px;
        padding: 65px 40px 0;
        margin: 0 auto;
    }
    .article-content {
        display: flex;
        justify-content: space-between;
    }
    .article-main {
        width: 66%;
    }
    .article-side {
        width: 28%;
        margin-top: 0;
    }

    .news-date {
        font-size: 16px;
    }
    .main a.cate-tag {
        font-size: 13px;
    }
    .main .news-title a {
        font-size: 20px;
        transition: all .4s ease;
    }
    .main .news-title a:hover {
        color: var(--main-color);
    }
    .pagination {
        margin-top: 86px;
    }
    .pagination .nav-links {
        gap: 0 8px;
    }
    .pagination .nav-links .page-numbers {
        font-size: 18px;
        width: 50px;
        height: 50px;
        transition: all .4s ease;
    }
    .pagination .nav-links a.page-numbers:not(.prev, .next):hover {
        background: var(--light-color);
    }


    .artside-block + .artside-block {
        margin-top: 30px;
    }
    .artside-block .artside-ttl {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .art-search-input {
        font-size: 18px;
    }
    .art-search-btn {
        font-size: 18px;
    }
    .article-side .side-cate-list li + li {
        margin-top: 7px;
    }
    .article-side .side-cate-list li a {
        font-size: 15px;
        padding: 8px 20px;
    }
    .side-aco + .side-aco {
        margin-top: 7px;
    }
    .side-aco dt {
        font-size: 16px;
        padding: 11px 20px;
    }
    .article-side .side-aco dd ul li a {
        font-size: 15px;
        transition: all .4s ease;
    }
    .article-side .side-aco dd ul li a:hover {
        background: var(--light-color);
    }

    .blog-list {
        display: flex;
        flex-wrap: wrap;
        gap: 50px 4.23%;
    }
    .blog-item {
        width: calc(50% - 4.23% / 2);
    }
    .blog-item + .blog-item {
        margin-top: 0;
    }
    .blog-img {
        overflow: hidden;
    }
    .blog-img img {
        transition: all 1s ease;
    }
    .blog-item .blog-title {
        transition: all .4s ease;
        font-size: 18px;
    }
    .blog-list .blog-item .blog-link:hover .blog-img img {
        transform: scale(1.1);
    }
    .blog-list .blog-item .blog-link:hover .blog-title {
        color: var(--main-color);
    }
    .blog-date {
    }
    .blog-item .blog-author a {
        font-size: 16px;
    }
    .blog-tags .blog-tag a {
        font-size: 13px;
        padding: 2px 6px 2px 18px;
    }
    .blog-tags .blog-tag a::before {
        left: 7px;
        width: 5px;
        height: 5px;
    }

    /* 記事詳細 */
    .entry-content {
        margin: 0 -30px;
        padding: 35px 40px 70px;
    }
    .entry-head {
        padding-bottom: 10px;
    }
    .entry-img {
        margin-bottom: 12px;
    }
    .entry-title {
        font-size: 24px!important;
        margin-bottom: 8px;
    }
    .entry-date {
        font-size: 16px;
    }
    .entry-category a {
        font-size: 14px;
        padding: 1px 7px;
    }
    .entry-meta {
        margin-bottom: 6px;
    }
    .entry-content .entry-body {
        margin-bottom: 70px;
        font-size: 18px;
    }
    .entry-content .entry-body h1 {
        padding: 4px 17px;
        font-size: 32px;
    }
    .entry-content .entry-body h2 {
        font-size: 26px;
        padding: 7px 17px;
    }
    .entry-content .entry-body h3 {
        font-size: 24px;
    }
    .entry-content .entry-body h4 {
        font-size: 22px;
    }
    .entry-content .entry-body h5 {
        font-size: 20px;
    }
    .entry-content .entry-body h6 {
        font-size: 18px;
    }
    .entry-content .entry-body figcaption {
        font-size: 14px;
    }
    .entry-content .entry-body blockquote {
        border-width: 17px 20px;
        padding: 16px 45px;
    }
    .entry-content .entry-body blockquote::before {
        width: 28px;
        height: 28px;
        top: -7px;
        left: 8px;
    }
    .entry-content .entry-body blockquote p {
        font-size: 18px;
    }
    .entry-foot-links {
        margin-top: 35px;
        padding-top: 13px;
    }
    .entry-foot-links .entry-foot-link:nth-child(2) {
        top: 13px;
    }


    /* お問い合わせ */
    .contact-content {
        padding: 90px 40px;
    }
    .form-wrap {
        margin-bottom: 40px;
    }
    .form-dl {
        display: flex;
        justify-content: center;
        gap: 0 60px;
    }
    .form-dl + .form-dl {
        margin-top: 37px;
    }
    .form-dl dt {
        margin-bottom: 0;
        padding-top: 9px;
        width: 170px;
        position: relative;
        font-size: 18px;
    }
    .form-dl dt .req {
        position: absolute;
        top: 14px;
        left: -50px;
        margin-left: 0;
    }
    .form-dl dd {
        width: 40%;
    }
    .input-text, .form-dl dd select {
        font-size: 18px;
    }
    .contact-block {
        width: 540px;
        margin: 0 auto;
    }
    .contact-block {
        padding: 35px 10px;
    }
    .contact-block .txt {
        font-size: 16px;
    }
    .contact-check-parts {
        font-size: 18px;
    }
    .contact-check-parts::after {
        top: 8px;
    }

    .contact-content.--confirm .form-dl dt {
        padding-top: 0;
    }
    .contact-content.--confirm .form-dl + .form-dl {
        margin-top: 45px;
    }
    .contact-content.--confirm .form-dl dt .req {
        top: 4px;
    }
    .contact-content.--confirm .contact-btn {
        flex-direction: row-reverse;
        justify-content: center;
        gap: 0 28px;
    }
    .contact-content.--confirm .contact-btn .btn {
        margin: 0;
    }
    .contact-content.--confirm .contact-btn .btn.submit-btn {
        width: 300px;
    }
    .contact-btn .back-btn {
        width: 190px;
    }


    .top-slider-block {
        bottom: 90px;
        padding: 0 117px;
        width: 100%;
    }
    .top-slider-item:nth-child(even) .top-slider-block {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    .top-slider-item:nth-child(even) .top-slider-block .top-slider-heading {
        text-align: right;
    }
    .top-slider-heading {
        font-size: 46px;
        margin-bottom: 20px;
    }
    .top-slider-text {
        max-width: 550px;
        font-size: 18px;
    }
    .top-slider-link::after {
        width: calc(100% - 40px);
        height: calc(100svh - 40px);
        border-radius: 25px;
    }
    .swiper-pagination {
        right: 47px!important;
    }
    .scrollbar {
        left: 32px;
        height: 200px;
    }
    .scrollbar .scroll {
        transform: rotate(90deg);
        display: inline-block;
    }
    .scrollbar .line {
        height: 150px;
    }


}

@media screen and (min-width: 1080px) {
    .pagination .nav-links :is(.prev, .next) {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0;
        background: transparent;
        border: none;
        width: 30px;
    }
    .pagination .nav-links .prev::before {
        content: "";
        width: 25px;
        height: 25px;
        border-left: 4px solid var(--main-color);
        border-bottom: 4px solid var(--main-color);
        transform: rotate(45deg);
        display: inline-block;        
    }
    .pagination .nav-links .next::before {
        content: "";
        width: 25px;
        height: 25px;
        border-top: 4px solid var(--main-color);
        border-right: 4px solid var(--main-color);
        transform: rotate(45deg);
        display: inline-block;        
    }
}

/* ブロックエディタ */

/* util */
.wp-block-buttons a {
    background: var(--main-color);
    color: var(--white)!important;
    text-decoration: none!important;
    box-shadow: 0 4px 0 var(--dark-color);
    transition: all .4s ease;
}
.wp-block-buttons a:hover {
    box-shadow: none;
    transform: translateY(4px);
}
.wp-block-table :is(table, th, td) {
    border: none;
}
.wp-block-table tr:nth-child(odd) {
    background: var(--white);
}


.front-page :is(.page-top, .breadcrumb) {
    display: none;
}
.front-page .main-inner {
    padding: 0;
    margin: 0;
    max-width: none;
}
.front-page .insta-block {
    margin: 90px 0;
    padding: 0 15px;
}
.front-page .insta-block .wp-block-heading {
    display: flex;
    align-items: center;
    gap: 0 12px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.front-page .insta-block .wp-block-heading::before {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--main-color);
}
.front-page .insta-block .wp-block-buttons {
    justify-content: center;
    margin-top: 40px;
}
.front-page .insta-block .wp-block-button__link {
    background: var(--main-color);
    color: var(--white);
    text-decoration: none;
    font-size: 16px;
    width: 220px;
    box-shadow: 0 4px 0 var(--dark-color);
    transition: all .2s ease;
    font-weight: 500;
    letter-spacing: .07em;
}
.front-page .insta-block .wp-block-button__link:hover {
    box-shadow: none;
    transform: translateY(4px);
}
.front-page .insta-block #sb_instagram #sbi_images {
    display: flex;
    flex-wrap: wrap;
}
.front-page .insta-block #sb_instagram #sbi_images .sbi_item {
    width: calc(50% - 10px / 2);
}

.front-page + .foot-breadcrumb {
    display: none;
}
.front-page .wp-block-image {
    margin: 30px auto;
    text-align: center;
    padding: 0 15px;
}

.contact_send .contact-bg {
    background: var(--white);
    margin: 0 -15px;
    padding: 60px 15px 70px;
}
.contact_send .wp-block-heading {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.contact_send p + p {
    margin-top: 20px;
}
.contact_send .wp-block-buttons {
    margin-top: 60px;
    text-align: center;
}
.contact_send .wp-block-button {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
.contact_send .wp-block-buttons a {
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 16px 0;
    letter-spacing: .04em;
}

.about .wp-block-table {
    margin: 0 -15px 50px;
}
.about .wp-block-table td {
    padding: 12px 15px;
}
.about .wp-block-table td:first-child {
    font-weight: 600;
    width: 35%;
}
.about .wp-block-table td:nth-child(2) {
    width: 65%;
    padding-left: 0;
}
.about .about-block {
    margin-top: 76px;
}
.about .about-block .wp-block-heading {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.about .about-block .wp-block-image {
    text-align: center;
}
.about .about-block .wp-block-image img {
    width: 200px;
    height: 200px;
    object-fit: contain;
} 
.about .about-block p + p {
    margin-top: 20px;
}
.about iframe {
    margin: 0 -15px;
    width: 100vw;
    max-width: 100vw;
    aspect-ratio: 16 / 10;
    height: auto;
}

.term .wp-block-table {
    margin: 0 -15px 70px;
}
.term .wp-block-table tr {
    display: block;
    padding: 12px 15px;
}
.term .wp-block-table td {
    width: 100%;
    display: block;
    padding: 0;
}
.term .wp-block-table td:first-child {
    font-weight: 600;
}
.term .wp-block-table td:nth-child(2) {
    padding: 4px 0 0 16px;
}

.privacy_policy .wp-block-heading {
    margin: 30px 0 11px;
}
.privacy_policy h2.wp-block-heading {
    padding-bottom: 5px;
    border-bottom: 2px solid var(--main-color);
    font-size: 20px;
    font-weight: 600;
}
.privacy_policy .wp-block-heading:first-child {
    margin-top: 0;
}

.not_found .main-inner h2.wp-block-heading {
    font-size: 80px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 26px;
    color: var(--main-color);
}
.not_found .main-inner p + p {
    margin-top: 20px;
}
.not_found .main-inner .wp-block-buttons {
    margin-top: 50px;
}
.not_found .main-inner .wp-block-buttons .wp-block-button {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}
.not_found .main-inner .wp-block-buttons a {
    border-radius: 4px;
    width: 100%;
    font-weight: 600;
}

/* 商品一覧 */
body {
    word-break: break-all;
}


.products {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 15px;
    margin-bottom: 60px;
}
.products .product {
    width: calc(50% - 15px / 2);
    position: relative;
}
.product .onsale {
    position: absolute;
    top: 3px;
    left: 5px;
    background: var(--white);
    color: var(--main-color);
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
    border-radius: 3px;
    padding: 2px 5px;
}
.product a > img {
    aspect-ratio: 1;
    width: 100%;
    object-fit: cover;
    margin-bottom: 3px;
}
.product .woocommerce-loop-product__title {
    font-size: 16px;
}
.product .price {
    color: var(--main-color);
    font-weight: 600;
    font-size: 18px;
}
.product .price .woocommerce-Price-currencySymbol {
    font-size: 14px;
    display: inline-block;
    padding-left: 2px;
}
.product .product-cart-btn {
    background: var(--main-color);
    color: var(--white);
    text-align: center;
    border-radius: 3px;
    padding: 7px 0;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    letter-spacing: 0.15em;
    margin: 10px 0 5px;
}
.product .product-keep-btn {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, .7);
    border-radius: 50%;
}
.product .product-keep-btn span {
    display: inline-block;
    width: 18px;
    height: 18px;
    mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2025%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22path-1-inside-1_696_2212%22%20fill%3D%22white%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.4537%203.64501L10.8442%201.99827C8.36346%20-0.539906%204.34135%20-0.539898%201.86058%201.99828C-0.620192%204.53646%20-0.620192%208.65166%201.86058%2011.1898L12.4262%2022L12.5461%2021.8773L12.5736%2021.9055L23.1394%2011.0952C25.6201%208.55702%2025.6201%204.44182%2023.1394%201.90364C20.6586%20-0.634541%2016.6365%20-0.634548%2014.1557%201.90363L12.4537%203.64501Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M10.8442%201.99827L9.41393%203.39622L9.41393%203.39622L10.8442%201.99827ZM12.4537%203.64501L11.0234%205.04296L12.4537%206.50635L13.884%205.04296L12.4537%203.64501ZM1.86058%201.99828L0.43028%200.600335L1.86058%201.99828ZM1.86058%2011.1898L0.430281%2012.5878L1.86058%2011.1898ZM12.4262%2022L10.9959%2023.3979L12.4262%2024.8613L13.8565%2023.3979L12.4262%2022ZM12.5461%2021.8773L13.9764%2020.4794L12.5461%2019.016L11.1158%2020.4794L12.5461%2021.8773ZM12.5736%2021.9055L11.1433%2023.3034L12.5736%2024.7668L14.0039%2023.3034L12.5736%2021.9055ZM23.1394%2011.0952L21.7091%209.69725L21.7091%209.69725L23.1394%2011.0952ZM23.1394%201.90364L21.7091%203.30158L21.7091%203.30158L23.1394%201.90364ZM14.1557%201.90363L15.586%203.30158L15.586%203.30158L14.1557%201.90363ZM9.41393%203.39622L11.0234%205.04296L13.884%202.24706L12.2745%200.600328L9.41393%203.39622ZM3.29087%203.39623C4.98706%201.66078%207.71775%201.66078%209.41393%203.39622L12.2745%200.600328C9.00917%20-2.74059%203.69563%20-2.74058%200.43028%200.600335L3.29087%203.39623ZM3.29087%209.79189C1.56971%208.0309%201.56971%205.15722%203.29087%203.39623L0.43028%200.600335C-2.81009%203.9157%20-2.81009%209.27242%200.430281%2012.5878L3.29087%209.79189ZM13.8565%2020.602L3.29087%209.79189L0.430281%2012.5878L10.9959%2023.3979L13.8565%2020.602ZM11.1158%2020.4794L10.9959%2020.6021L13.8565%2023.3979L13.9764%2023.2753L11.1158%2020.4794ZM11.1158%2023.2753L11.1433%2023.3034L14.0039%2020.5075L13.9764%2020.4794L11.1158%2023.2753ZM14.0039%2023.3034L24.5697%2012.4931L21.7091%209.69725L11.1433%2020.5075L14.0039%2023.3034ZM24.5697%2012.4931C27.81%209.17778%2027.81%203.82105%2024.5697%200.505692L21.7091%203.30158C23.4302%205.06258%2023.4302%207.93626%2021.7091%209.69725L24.5697%2012.4931ZM24.5697%200.505692C21.3043%20-2.83522%2015.9908%20-2.83524%2012.7254%200.505685L15.586%203.30158C17.2822%201.56614%2020.0129%201.56614%2021.7091%203.30158L24.5697%200.505692ZM12.7254%200.505685L11.0234%202.24706L13.884%205.04296L15.586%203.30158L12.7254%200.505685Z%22%20fill%3D%22%23727272%22%20mask%3D%22url(%23path-1-inside-1_696_2212)%22%2F%3E%3C%2Fsvg%3E') center center / contain no-repeat;
    -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2025%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cmask%20id%3D%22path-1-inside-1_696_2212%22%20fill%3D%22white%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.4537%203.64501L10.8442%201.99827C8.36346%20-0.539906%204.34135%20-0.539898%201.86058%201.99828C-0.620192%204.53646%20-0.620192%208.65166%201.86058%2011.1898L12.4262%2022L12.5461%2021.8773L12.5736%2021.9055L23.1394%2011.0952C25.6201%208.55702%2025.6201%204.44182%2023.1394%201.90364C20.6586%20-0.634541%2016.6365%20-0.634548%2014.1557%201.90363L12.4537%203.64501Z%22%2F%3E%3C%2Fmask%3E%3Cpath%20d%3D%22M10.8442%201.99827L9.41393%203.39622L9.41393%203.39622L10.8442%201.99827ZM12.4537%203.64501L11.0234%205.04296L12.4537%206.50635L13.884%205.04296L12.4537%203.64501ZM1.86058%201.99828L0.43028%200.600335L1.86058%201.99828ZM1.86058%2011.1898L0.430281%2012.5878L1.86058%2011.1898ZM12.4262%2022L10.9959%2023.3979L12.4262%2024.8613L13.8565%2023.3979L12.4262%2022ZM12.5461%2021.8773L13.9764%2020.4794L12.5461%2019.016L11.1158%2020.4794L12.5461%2021.8773ZM12.5736%2021.9055L11.1433%2023.3034L12.5736%2024.7668L14.0039%2023.3034L12.5736%2021.9055ZM23.1394%2011.0952L21.7091%209.69725L21.7091%209.69725L23.1394%2011.0952ZM23.1394%201.90364L21.7091%203.30158L21.7091%203.30158L23.1394%201.90364ZM14.1557%201.90363L15.586%203.30158L15.586%203.30158L14.1557%201.90363ZM9.41393%203.39622L11.0234%205.04296L13.884%202.24706L12.2745%200.600328L9.41393%203.39622ZM3.29087%203.39623C4.98706%201.66078%207.71775%201.66078%209.41393%203.39622L12.2745%200.600328C9.00917%20-2.74059%203.69563%20-2.74058%200.43028%200.600335L3.29087%203.39623ZM3.29087%209.79189C1.56971%208.0309%201.56971%205.15722%203.29087%203.39623L0.43028%200.600335C-2.81009%203.9157%20-2.81009%209.27242%200.430281%2012.5878L3.29087%209.79189ZM13.8565%2020.602L3.29087%209.79189L0.430281%2012.5878L10.9959%2023.3979L13.8565%2020.602ZM11.1158%2020.4794L10.9959%2020.6021L13.8565%2023.3979L13.9764%2023.2753L11.1158%2020.4794ZM11.1158%2023.2753L11.1433%2023.3034L14.0039%2020.5075L13.9764%2020.4794L11.1158%2023.2753ZM14.0039%2023.3034L24.5697%2012.4931L21.7091%209.69725L11.1433%2020.5075L14.0039%2023.3034ZM24.5697%2012.4931C27.81%209.17778%2027.81%203.82105%2024.5697%200.505692L21.7091%203.30158C23.4302%205.06258%2023.4302%207.93626%2021.7091%209.69725L24.5697%2012.4931ZM24.5697%200.505692C21.3043%20-2.83522%2015.9908%20-2.83524%2012.7254%200.505685L15.586%203.30158C17.2822%201.56614%2020.0129%201.56614%2021.7091%203.30158L24.5697%200.505692ZM12.7254%200.505685L11.0234%202.24706L13.884%205.04296L15.586%203.30158L12.7254%200.505685Z%22%20fill%3D%22%23727272%22%20mask%3D%22url(%23path-1-inside-1_696_2212)%22%2F%3E%3C%2Fsvg%3E') center center / contain no-repeat;
    background: var(--gray);
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product .product-keep-btn.okiniiri-color span {
    mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2025%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.4521%203.64548L10.8428%201.99832C8.3623%20-0.539886%204.34082%20-0.539886%201.86035%201.99832C-0.620117%204.53647%20-0.620117%208.6517%201.86035%2011.1898L12.4248%2022L12.5459%2021.8768L12.5732%2021.9055L23.1377%2011.0952C25.6182%208.55704%2025.6182%204.4418%2023.1377%201.90366C20.6572%20-0.634552%2016.6357%20-0.634552%2014.1553%201.90366L12.4521%203.64548Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fsvg%3E') center center / contain no-repeat;
    -webkit-mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2025%2022%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M12.4521%203.64548L10.8428%201.99832C8.3623%20-0.539886%204.34082%20-0.539886%201.86035%201.99832C-0.620117%204.53647%20-0.620117%208.6517%201.86035%2011.1898L12.4248%2022L12.5459%2021.8768L12.5732%2021.9055L23.1377%2011.0952C25.6182%208.55704%2025.6182%204.4418%2023.1377%201.90366C20.6572%20-0.634552%2016.6357%20-0.634552%2014.1553%201.90366L12.4521%203.64548Z%22%20fill%3D%22%23D9D9D9%22%2F%3E%3C%2Fsvg%3E') center center / contain no-repeat;
    background: var(--red);
}
.product .star-rating {
    display: none;
}

.page-sub-ttl {
    margin: 30px 0;
}
.page-sub-ttl h3 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 6px;
    border-bottom: 2px solid var(--main-color);
    margin-bottom: 20px;
}
.page-sub-ttl .flex {
    display: flex;
    justify-content: space-between;
}
.select-wrap {
    position: relative;
}
.select-wrap::before {
    content: "";
    position: absolute;
    mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2016%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1%201L8%206L15%201%22%20stroke%3D%22%23F58B4F%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E') center center / contain no-repeat;
    background: var(--main-color);
    width: 15px;
    height: 10px;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}
.sort-select {
    background: var(--white);
    border: 1px solid var(--main-color);
    border-radius: 3px;
    font-size: 14px;
    padding: 2px 30px 2px 8px;
}

.search-foot {
    background: var(--white);
    margin: 70px -15px;
}
.search-foot-inner {
    padding: 30px 15px 40px;
}
.search-foot-ttl {
    border-left: 4px solid var(--main-color);
    padding-left: 12px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.search-foot-block + .search-foot-block {
    margin-top: 26px;
}
.search-foot-block dt {
    font-weight: 600;
    margin-bottom: 7px;
}
.search-foot-block form {
    display: flex;
    gap: 0 10px;
}
.search-foot-input{
    background: var(--white);
    border: 1px solid var(--main-color);
    border-radius: 3px;
    padding: 4px 8px;
    width: calc(80% - 10px);
}
.search-foot-btn {
    background: var(--main-color);
    color: var(--white);
    text-align: center;
    font-weight: 600;
    padding: 4px 0;
    border-radius: 3px;
    width: 20%;
}
.search-foot-category {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.search-foot-category li a {
    display: inline-block;
    border: 1px solid var(--main-color);
    border-radius: 50px;
    padding: 4px 14px;
    font-size: 14px;
}
.article-main .page-sub-ttl {
    padding: 0;
    margin: 0 0 40px;
}


@media screen and (min-width: 768px) {
    .front-page .insta-block {
        margin: 110px auto 120px;
        max-width: 1100px;
        padding: 0 40px;
    }
    .front-page .insta-block .wp-block-heading {
        margin-bottom: 30px;
    }
    .front-page .insta-block .wp-block-heading::before {
        width: 60px;
    }
    .front-page .insta-block .wp-block-buttons {
        margin-top: 60px;
    }
    .front-page .insta-block #sb_instagram #sbi_images .sbi_item {
        width: calc(20% - 10px * 4 / 5);
    }

    .contact_send .main-inner {
        max-width: 1080px;
        padding: 45px 0 0;
    }
    .contact_send .contact-bg {
        margin: 0;
        padding: 100px 40px 120px;
    }
    .contact_send .wp-block-heading {
        font-size: 24px;
    }
    .contact_send .wp-block-heading + .wp-block-group {
        max-width: 780px;
        margin: 0 auto;
    }
    .contact_send .wp-block-button {
        max-width: 300px;
    }

    .about .main-inner {
        max-width: 990px;
        padding-top: 80px;
    }
    .about .wp-block-table {
        font-size: 18px;
        margin: 0 0 50px;
    }
    .about .wp-block-table td:first-child {
        padding-left: 95px;
    }
    .about .about-block {
        margin: 90px 0 120px;
    }
    .about .about-block .wp-block-heading {
        font-size: 24px;
        margin-bottom: 37px;
    }
    .about .about-block .wp-block-image img {
        width: 300px;
        height: 300px;
    }
    .about .about-block .wp-block-columns {
        gap: 2rem 60px;
    }
    .about .about-block .wp-block-columns .wp-block-column:first-child {
        flex-grow: 0;
        flex-basis: 300px;
    }
    .about iframe {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 900 / 290;
        margin: 0;
    }

    .term .main-inner {
        padding-top: 70px;
        max-width: 1170px;
    }
    .term .wp-block-table {
        font-size: 18px;
    }
    .term .wp-block-table tr {
        display: table-row;
        padding: 0;
    }
    .term .wp-block-table td {
        display: table-cell;
        padding: 18px;
    }
    .term .wp-block-table td:first-child {
        padding-left: 70px;
        padding-right: 30px;
        width: 30%;
    }
    .term .wp-block-table td:nth-child(2) {
        padding: 18px;
        padding-right: 70px;
        width: 70%;
    }

    .privacy_policy .main-inner {
        font-size: 18px;
        margin: 30px auto 120px;
    }
    .privacy_policy .wp-block-heading {
        margin-top: 60px;
    }
    .privacy_policy h2.wp-block-heading {
        font-size: 24px;
    }

    .not_found .main-inner h2.wp-block-heading {
        font-size: 100px;
    }
    .not_found .main-inner p {
        text-align: center;
    }
    .not_found .main-inner .wp-block-buttons {
        margin-top: 70px;
    }
    .not_found .main-inner .wp-block-buttons .wp-block-button {
        max-width: 300px;
    }

    /* 商品一覧 */
    .products {
        gap: 45px 26px;
    }
    .products .product {
        width: calc(25% - 26px * 3 / 4);
    }
    .page-sub-ttl {
        padding: 0;
    }
    .page-sub-ttl h3 {
        font-size: 24px;
    }
    .page-sub-ttl .num {
        font-size: 18px;
    }
    .sort-select {
        padding: 4px 30px 4px 8px;
    }
    .product .product-cart-btn {
        font-size: 16px;
    }
    .product .product-keep-btn {
        width: 30px;
        height: 30px;
    }
    .product .product-keep-btn span {
        width: 19px;
        height: 19px;
    }

    .search-foot {
        margin: 100px calc(50% - 50vw) 60px;
        width: 100vw;
    }
    .search-foot-inner {
        max-width: 1160px;
        margin: 0 auto;
        padding: 40px 40px 50px;
    }
    .search-foot-ttl {
        font-size: 20px;
        padding-left: 17px;
        margin-bottom: 20px;
    }
    .search-foot-block {
        display: flex;
        align-items: center;
        gap: 0 50px;
    }
    .search-foot-block + .search-foot-block {
        margin-top: 30px;
    }
    .search-foot-block dt {
        margin-bottom: 0;
        font-size: 20px;
        width: 180px;
    }
    .search-foot-block dd {
        width: calc(100% - 180px - 50px);
    }
    .search-foot-input {
        font-size: 20px;
        padding: 6px 14px;
        width: 300px;
    }
    .search-foot-btn {
        font-size: 20px;
        width: 80px;
        transition: all .2s ease;
    }
    .search-foot-btn:hover {
        opacity: .7;
    }
    .search-foot-category li a {
        font-size: 17px;
        transition: all .2s ease;
    }
    .search-foot-category li a:hover {
        background: var(--main-color);
        color: var(--white);
    }
    
}

/* 商品詳細 */
.woocommerce-product-gallery {
    margin-bottom: 15px;
}
.product-main-slider-wrap {
    position: relative;
}
.product-main-slider {
    position: static;
}
.product-main-slide {
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-main-slide img {
    object-fit: contain;
}
.product-main-slider .swiper-button-prev {
    width: 36px;
    height: 36px;
    left: -10px;
}
.product-main-slider .swiper-button-next {
    width: 36px;
    height: 36px;
    right: -10px;
}
.product-main-slider .swiper-button-prev::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 3px solid var(--white);
    border-left: 3px solid var(--white);
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) rotate(-45deg);
}
.product-main-slider .swiper-button-next::before {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 3px solid var(--white);
    border-right: 3px solid var(--white);
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.product-main-slider :is(.swiper-button-prev, .swiper-button-next)::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--main-color);
}
.product-main-slider :is(.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled) {
    opacity: 1;
}
.product-main-slider :is(.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled)::before {
    border-color: var(--main-color);
}
.product-main-slider :is(.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled)::after {
   background: var(--white);
   border: 3px solid var(--main-color);
}

.product-thumb-slider {
    margin-top: 4px;
}
.product-thumb-slider .swiper-wrapper {
    flex-wrap: wrap;
    gap: 6px;
}
.product-thumb-slide {
    width: calc(100% / 6 - 6px * 5 / 6);
    position: relative;
    cursor: pointer;
}
.product-thumb-slide img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 6px;
}
.product-thumb-slide.swiper-slide-thumb-active img {
    opacity: .5;
}
.product-thumb-slide.swiper-slide-thumb-active::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 2px solid var(--main-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

.entry-summary .posted_in {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 6px;
}
.entry-summary .posted_in a {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 3px;
    background: var(--main-color);
    color: var(--white);
    font-size: 13px;
}
.entry-summary .product_title {
    font-size: 21px!important;
    font-weight: 600;
    margin: 12px 0 3px;
}
.entry-summary .woocommerce-product-rating {
    margin: 10px 0;
}
.entry-summary .tagged_as {
    background: var(--white);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 16px;
    margin: 20px 0;
}
.entry-summary .tagged_as a {
    font-size: 13px;
}
.entry-summary .tagged_as a::before {
    content: "#";
}
.entry-summary .price {
    font-size: 21px;
    margin-bottom: 10px;
}
.entry-summary .single-onsale-wrap {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    gap: 0 14px;
    margin: 10px 0;
}
.entry-summary .single-onsale {
    color: var(--dark-color);
    font-weight: 600;
    font-size: 12px;
    padding: 5px 11px;
    background: var(--white);
    border-radius: 30px;
}
.entry-summary .single-onsale-wrap .price {
    margin: 0;
}
.entry-summary .woocommerce-review-link {
    display: none;
}
.entry-summary .woocommerce-product-details__short-description {
    margin: 20px 0;
}
.entry-summary .woocommerce-product-details__short-description > * + * {
    margin-top: 16px;
}
.entry-summary :is(.woocommerce-product-details__short-description, .woocommerce-Tabs-panel--description) a {
    color: var(--main-color);
    text-decoration: underline;
}
.entry-summary :is(.woocommerce-product-details__short-description, .woocommerce-Tabs-panel--description) a:hover {
    opacity: .8;
}
.entry-summary :is(.woocommerce-product-details__short-description, .woocommerce-Tabs-panel--description) h1 {
    font-size: 20px;
    background: var(--main-color);
    font-weight: 700;
    color: var(--white);
    padding: 2px 5px;
}
.entry-summary :is(.woocommerce-product-details__short-description, .woocommerce-Tabs-panel--description) h2 {
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid var(--main-color);
}
.entry-summary :is(.woocommerce-product-details__short-description, .woocommerce-Tabs-panel--description) h3 {
    font-size: 18px;
    font-weight: 600;
    border-left: 2px solid var(--main-color);
    padding-left: 10px;
}
.entry-summary :is(.woocommerce-product-details__short-description, .woocommerce-Tabs-panel--description) h4 {
    font-size: 17px;
    font-weight: 600;
   color: var(--main-color);
}
.entry-summary :is(.woocommerce-product-details__short-description, .woocommerce-Tabs-panel--description) :is(h5, h6) {
    font-size: 16px;
    font-weight: 600;
}
.entry-summary :is(.woocommerce-product-details__short-description, .woocommerce-Tabs-panel--description) ul {
    list-style: disc;
    padding-left: 20px;
}
.entry-summary :is(.woocommerce-product-details__short-description, .woocommerce-Tabs-panel--description) ol {
    list-style: decimal;
    padding-left: 20px;
}
.entry-summary form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
}
.entry-summary form.cart .quantity {
    width: 110px;
    text-align: center;
}
.entry-summary form.cart .quantity:has(input[type="hidden"]) {
    display: none;
}
.entry-summary form.cart .button {
    width: 100%;
    margin: 0;
}
.entry-summary form.cart .quantity + .button {
    width: calc(100% - 120px);
    margin: 0;
}
.entry-summary form.cart .quantity:has(input[type="hidden"]) + .button {
    width: 100%;
}
.entry-summary form.cart.grouped_form table {
    width: 100%;
}
.entry-summary form.cart.grouped_form tr {
    display: flex;
    align-items: center;
    gap: 10px;
}
.woocommerce-grouped-product-list-item__label,
.woocommerce-grouped-product-list-item__price {
    width: calc(100% - 120px / 2);
}
.woocommerce-grouped-product-list-item__price del {
    text-decoration-color: var(--main-color);
}
.woocommerce-grouped-product-list-item__price ins {
    text-decoration-color: var(--main-color);
}
.woocommerce-grouped-product-list-item__label a {
    color: var(--main-color);
    text-decoration: underline;
}
.entry-summary form.cart.grouped_form .amount {
    color: var(--main-color);
    font-weight: 600;
    font-size: 18px;
}
.entry-summary form.cart.grouped_form .button {
    width: 100%;
}

.variations {
    width: 100%;
}
.variations tbody tr {
    background: var(--white);
    padding: 4px 10px;
    display: block;
}
.variations tbody th {
    vertical-align: middle;
    padding-right: 14px;
}
.variations tbody td select {
    border-bottom: 2px solid var(--main-color);
    padding: 2px 5px;
    background: var(--white);
}
.single_variation {
    margin-bottom: 10px;
}
.reset_variations {
    display: inline-block;
    margin-left: 10px;
    color: var(--main-color);
}
.woocommerce-variation-description {
    padding: 6px 0 0;
}
.woocommerce-variation-price .price {
    font-size: 26px;
}
.woocommerce-variation-price .price del {
    font-size: 16px;
}
.single_variation_wrap,
.entry-summary form.cart .single_variation_wrap .button {
    width: 100%;
}
.single_add_to_cart_button {
    background: var(--main-color);
    color: var(--white);
    text-align: center;
    width: 100%;
    font-weight: 600;
    padding: 10px 0;
    border-radius: 3px;
    margin: 10px 0;
}
.single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    gap: 10px;
}

.entry-summary .product_meta span {
    display: block;
}
.entry-summary .product_meta span a {
    color: var(--main-color);
}

.woocommerce-tabs {
    margin: 40px 0 70px;
}
.woocommerce-tabs .tabs {
    display: flex;
}
.woocommerce-tabs .tabs li {
    background: var(--light-color);
    padding: 10px 15px;
}
.woocommerce-tabs .tabs li.active {
    background: var(--white);
}
.woocommerce-tabs .tabs li + li {
    border-left: 2px solid var(--white);
}

.woocommerce-Tabs-panel > h2:first-child,
#comments > h2.woocommerce-Reviews-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    border-bottom: none;
    padding: 4px 6px 4px 10px;
    border-left: 3px solid var(--main-color);
    border-bottom: 1px solid var(--main-color);
}
.woocommerce-Tabs-panel--description > * + * {
    margin-top: 15px;
}
table.woocommerce-product-attributes,
table.woocommerce-product-attributes :is(tr, th, td) {
    border: 1px solid var(--main-color);
    padding: 5px 7px;
}
table.woocommerce-product-attributes th {
    white-space: nowrap;
}

#comments .commentlist li + li {
    margin-top: 20px;
}
#comments .commentlist li .comment_container {
    display: flex;
    gap: 0 20px;
    align-items: flex-start;
}
#comments .commentlist li .comment_container img {
    aspect-ratio: 1;
    width: 60px;
}
#comments .commentlist li .comment_container .comment-text .star-rating {
    margin-top: 0;
}
#review_form_wrapper {
    margin-top: 10px;
    padding: 12px 10px;
    background: var(--bg-color);
}
#review_form form.comment-form {
    margin-top: 10px;
}
#review_form #commentform .comment-notes {
    margin-bottom: 10px;
}
#review_form #commentform .comment-notes > span {
    font-size: 12px;
    opacity: .8;
    display: block;
}
#review_form #commentform :is(#comment, #author, #email) {
    width: 100%;
    border: 1px solid var(--gray);
    border-radius: 3px;
    background: var(--white);
    padding: 3px 7px;
}
#review_form .comment-form-rating {
    display: flex;
    gap: 0 10px;
    margin-bottom: 6px;
}
#review_form .comment-form-rating label {
    font-weight: 600;
}
#review_form :is(.comment-form-comment, .comment-form-author, .comment-form-email) {
    margin-bottom: 6px;
}
#review_form .stars > span {
    display: flex;
    flex-direction: column;
    gap: 0 10px;
}
#review_form .stars :is(.star-1, .star-2, .star-3, .star-4, .star-5)::before {
    content: "☆";
}
#review_form .stars :is(.star-1, .star-2, .star-3, .star-4, .star-5).active::before {
    content: "★";
    color: var(--main-color);
}
#review_form .form-submit {
    margin-top: 10px;
}
#review_form .form-submit .submit {
    background: var(--main-color);
    color: var(--white);
    text-align: center;
    font-weight: 600;
    padding: 5px 0;
    border-radius: 3px;
    width: 100%;
}
#review_form .comment-form-comment label {
    font-weight: 600;
}
#reviews .star-rating {
    display: block;
    margin: 4px 0 0;
}

.nosale {
    display: none;
}

.woocommerce-notices-wrapper {
    position: fixed;
    top: 65px;
    left: 0;
    padding: 0 15px;
    z-index: 10000;
    animation: massege 1s ease 0s 1 forwards;
    animation-delay: 4s;
}
@keyframes massege {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        pointer-events: none;
        visibility: hidden;
    }
}
.woocommerce-message {
    margin: 0;
    border: 3px solid var(--main-color);
    background: var(--light-color);
    padding: 12px 15px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0,0,0, .1);
    outline: none;
    font-size: 14px;
}
.woocommerce-message::before {
    content: "";
}
.woocommerce-message .button,
.woocommerce-error .button {
    background: var(--main-color);
    color: var(--white);
    font-size: 13px;
    border-radius: 3px;
    float: none;
    display: block;
    text-align: center;
    padding: 5px 0;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 600;
    letter-spacing: .07em;
}
.woocommerce-error {
    border: 3px solid #b81c23;
    border-radius: 3px;
    margin: 0;
    outline: none;
}
ul.woocommerce-error {
    padding-left: 50px;
}
.woocommerce-info {
    border: 3px solid #1e85be;
    max-width: 400px;
}
.woocommerce-info .button {
    display: block!important;
    width: 100%;
    text-align: center;
    background: #1e85be!important;
    margin-top: 5px!important;
    color: var(--white)!important;
    text-decoration: none!important;
}

.up-sells.products {
    display: block;
}
.up-sells.products > h2 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}

.related.products > h2 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .product-block {
        display: flex;
        justify-content: space-between;
        margin-bottom: 70px;
    }
    .woocommerce-product-gallery {
        width: 46.3%;
    }
    .entry-summary {
        width: 46.3%;
    }
    .entry-summary .woocommerce-product-details__short-description {
        margin: 0 0 30px;
    }

    .product-main-slider .swiper-button-prev,
    .product-main-slider .swiper-button-next {
        width: 53px;
        height: 53px;
    }
    .product-main-slider .swiper-button-prev {
        left: -26px;
    }
    .product-main-slider .swiper-button-next {
        right: -26px;
    }
    .product-main-slider .swiper-button-prev::before,
    .product-main-slider .swiper-button-next::before {
        width: 16px;
        height: 16px;
    }

    .entry-summary .product_title {
        font-size: 24px!important;
        margin-bottom: 10px;
    }
    .entry-summary .price {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .product .price .woocommerce-Price-currencySymbol {
        padding-left: 4px;
        font-size: 16px;
    }
    .entry-summary .tagged_as {
        gap: 10px 15px;
    }
    .entry-summary .tagged_as a:hover {
        color: var(--main-color);
    }

    .woocommerce-Tabs-panel.entry-content {
        margin: 0;
        padding: 25px 25px 40px;
    }

    .up-sells.products,
    .related.products {
        gap: 27px 0;
    }
    .up-sells.products > h2,
    .related.products > h2 {
        text-align: left;
        font-size: 24px;
    }
    .related.products .products {
        width: 100%;
    }

    .woocommerce-notices-wrapper {
        left: auto;
        right: 0;
        top: 90px;
        padding: 0 20px;
    }
    .woocommerce-message,
    .woocommerce-error {
        padding: 16px 160px 16px 20px;
        font-size: 16px;
        position: relative;
    }
    .woocommerce-message .button,
    .woocommerce-error .button {
        float: right;
        margin: 0 0 0 10px;
        padding: 5px 10px;
        position: absolute;
        top: 12px;
        right: 12px;
    }


}

/* カート */
.wc-block-components-totals-coupon__form button {
    background: var(--main-color);
    color: var(--white);
    border-radius: 6px;
}
.wc-block-cart__submit .wc-block-components-button,
.wc-block-checkout__actions_row button {
    background: var(--main-color);
    color: var(--white)!important;
    border-radius: 3px;
    font-weight: 600;
    text-decoration: none!important;
    letter-spacing: .1em;
    font-size: 18px;
}
.wc-block-cart .wc-block-cart__submit-container--sticky {
    position: static!important;
}
.wc-block-components-sale-badge {
    display: none!important;
}

.woocommerce-order .woocommerce-thankyou-order-received {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 40px;
}
.woocommerce-order .woocommerce-thankyou-order-details {
    padding: 0;
}
.woocommerce-order-details {
    margin-top: 2em;
}
.woocommerce-order-details__title,
.woocommerce-column__title {
    margin-bottom: 5px;
}
.woocommerce-column + .woocommerce-column {
    margin-top: 30px;
}
.wc-block-components-shipping-calculator-address__button {
    background: var(--main-color);
    color: var(--white);
    font-weight: 600;
    border-radius: 5px;
}

/* アカウント */
.woocommerce .woocommerce-MyAccount-navigation {
    margin: 0 -15px;
    margin-bottom: 30px;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding-left: 0;
    background: var(--white);
}
.woocommerce .woocommerce-MyAccount-navigation ul li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 8px 15px 8px 32px;
    text-decoration: none;
    color: var(--main-color);
    font-weight: 600;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    position: relative;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a::before {
    content: "";
    width: 8px;
    height: 8px;
    background: var(--main-color);
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.woocommerce-MyAccount-content .woocommerce-Addresses {
    margin-top: 20px;
}
.woocommerce-MyAccount-content .woocommerce-Address + .woocommerce-Address {
    margin-top: 15px;
}
.woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title {
    margin-bottom: 5px;
}
.woocommerce-MyAccount-content .input-text {
    background: var(--white);
}
.woocommerce-address-fields .select2-selection--single {
    border: 1px solid var(--main-color);
    padding: 7px 9px;
    height: auto;
}
.woocommerce-address-fields .select2-selection__arrow {
    top: 50%!important;
    transform: translateY(-50%);
}
.woocommerce-address-fields .button,
.woocommerce-EditAccountForm .button {
    width: 100%;
    background: var(--main-color)!important;
    color: var(--white)!important;
    text-align: center;
    margin-top: 20px!important;
    padding: 15px 0!important;
}

.woocommerce-MyAccount-content .woocommerce-notices-wrapper {
    position: static;
    padding: 0;
    animation: none;
    margin-bottom: 20px;
}
.woocommerce-MyAccount-content .woocommerce-message {
    box-shadow: none;
}
.woocommerce:has(.login) h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.woocommerce-form.login .woocommerce-Input {
    background: var(--white);
}
.woocommerce-form.login .button {
    background: var(--main-color);
    color: var(--white);
}
.woocommerce-form.login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    appearance: auto;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
    display: none!important;
}
.wp-block-woocommerce-empty-cart-block h2 {
    font-size: 16px!important;
    font-weight: 600!important;
}
.wp-block-woocommerce-empty-cart-block > *:nth-child(n + 2),
.wp-block-woocommerce-cart-cross-sells-block {
    display: none;
}

@media screen and (max-width: 768px) {
    .woocommerce table.woocommerce-orders-table.shop_table tr td:nth-child(2) {
        border-top: none;
    }
}


@media screen and (min-width: 768px) {
    .main-inner > .woocommerce {
        display: flex;
        flex-wrap: wrap;
        gap: 0 5%;
    }
    .woocommerce .woocommerce-MyAccount-navigation {
        margin: 0;
        width: 30%;
    }
    .woocommerce .woocommerce-MyAccount-navigation ul {
        position: sticky;
        top: 100px;
    }
    .woocommerce-MyAccount-content {
        width: 65%;
    }
    .woocommerce-MyAccount-content .woocommerce-notices-wrapper {
        margin-bottom: 0;
    }
    .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message {
        margin-bottom: 20px;
    }
    .woocommerce-MyAccount-content .woocommerce-Address + .woocommerce-Address {
        margin-top: 0;
    }
    .woocommerce .woocommerce-form.login {
        margin: 0 auto;
    }
    .woocommerce-info {
        max-width: none;
    }
    .woocommerce-column + .woocommerce-column {
        margin-top: 0;
    }

}



/* koide 削除してOKです*/
.product-cart-btn button {
    width: 100%;
    background: var(--crt-main-color) url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2217%22%20height%3D%2217%22%20viewBox%3D%220%200%2017%2017%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20clip-path%3D%22url(%23clip0_7_156)%22%3E%3Cpath%20d%3D%22M16.8445%204.20793L4.59361%203.23724L4.40728%202.17935C4.23615%201.21394%203.46783%200.465707%202.4973%200.321904L0.321301%200L0.155518%201.11951L2.33178%201.44224C2.81907%201.51413%203.20642%201.89062%203.29198%202.37638L5.05009%2012.3409C5.21508%2013.2761%206.02729%2013.9575%206.97733%2013.9578H14.605L14.8317%2012.8255H6.97737C6.5773%2012.8261%206.23451%2012.5379%206.16542%2012.1441L5.91905%2010.7498H15.3348L16.8445%204.20793Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M7.40923%2014.5648C6.73677%2014.5648%206.19177%2015.1102%206.19177%2015.7826C6.19177%2016.4551%206.73677%2017%207.40923%2017C8.08186%2017%208.62696%2016.4551%208.62696%2015.7826C8.62696%2015.1102%208.08183%2014.5648%207.40923%2014.5648Z%22%20fill%3D%22white%22%2F%3E%3Cpath%20d%3D%22M12.8186%2014.5648C12.146%2014.5648%2011.6012%2015.1102%2011.6012%2015.7826C11.6012%2016.4551%2012.146%2017%2012.8186%2017C13.4913%2017%2014.0365%2016.4551%2014.0365%2015.7826C14.0365%2015.1102%2013.4913%2014.5648%2012.8186%2014.5648Z%22%20fill%3D%22white%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_7_156%22%3E%3Crect%20width%3D%2217%22%20height%3D%2217%22%20fill%3D%22white%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E') no-repeat center right calc(50% - 82px) / 17px 17px !important;
    color: var(--crt-txt_bg-color);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    padding-right: 30px;
    height: 100%;
    text-align: center;
}
.product-contact-link {
    margin-bottom: 20px;
}
.product-contact-link a {
    font-size: 14px;
    text-decoration: underline;
    text-underline-offset: 2px;
    color: var(--main-color);
}
.product-share {
    display: flex;
    align-items: center;
    gap: 0 18px;
    margin-bottom: 20px;
}
.product-share span {
    font-size: 13px;
}
.share-sns-list {
    display: flex;
    align-items: center;
    gap: 0 18px;
    height: 40px;
}
.share-sns-list :is(.x-link, .line-link) {
    width: 22px;
    height: 22px;
}
.share-sns-list a > img {
    margin: 0;
}
.share-sns-list .copy-link {
    width: fit-content;
}
.copyBtn{
    font-weight: bold;
    font-size: .85em;
    text-align: center;
    margin: 30px auto;
    padding: 5px 10px;
    background: var(--white);
    }
.copyBtn img {
    max-width: 87px;
}
@media (min-width:769px){
    .copyBtn{
    max-width:20em;
    }
}
.copyBtn:hover{
    opacity:0.6;
    cursor:pointer;
}
.copyBtn.isCopied{
    pointer-events:none;
    background:#f7f7f7;
}
.copyBtn.isCopied:hover{
    cursor:auto;
}
.single-favorite {
    display: flex;
    gap: 0 8px;
    margin: 15px 0;
}
.single-favorite .product-keep-btn {
    width: 26px;
    height: 26px;
    position: static;
    background: none;
}
.single-favorite .product-keep-btn span {
    width: 24px;
    height: 24px;
    position: static;
    transform: none;
}
.single-favorite .product-keep-btn + .txt {
    cursor: pointer;
}
.single-favorite .product-keep-btn.okiniiri-color + .txt {
    color: var(--red);
}

.front-page .wp-block-feedzy-rss-feeds-loop > .wp-block-group {
    border: none!important;
    margin: 0!important;
    background: #fff;
}
.front-page .wp-block-feedzy-rss-feeds-loop > .wp-block-group .wp-block-group__inner-container > .wp-block-group:first-child {
    padding-bottom: 5px!important;
}
.front-page .wp-block-feedzy-rss-feeds-loop > .wp-block-group .wp-block-group__inner-container > .wp-block-group:first-child .wp-block-image {
    margin: 0 auto 10px;
}
.front-page .wp-block-feedzy-rss-feeds-loop > .wp-block-group .wp-block-group__inner-container > .wp-block-group:nth-child(2) {
    background: transparent!important;
    border: none;
    padding: 0 10px!important;
}
.front-page .wp-block-feedzy-rss-feeds-loop > .wp-block-group .wp-block-group__inner-container > .wp-block-group:nth-child(2) .has-medium-font-size {
    font-size: 13px !important;
    color: #818181;
}
.front-page .wp-block-feedzy-rss-feeds-loop > .wp-block-group .wp-block-group__inner-container > .wp-block-group:nth-child(3) {
    padding-top: 5px!important;
}
.front-page .wp-block-feedzy-rss-feeds-loop > .wp-block-group .wp-block-group__inner-container > .wp-block-group:nth-child(3) .has-small-font-size {
    display: -webkit-box;             
    -webkit-box-orient: vertical;
    overflow: hidden; 
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;   
}
.front-page .wp-block-feedzy-rss-feeds-loop {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
    .front-page .wp-block-feedzy-rss-feeds-loop {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (min-width: 960px) {
    .front-page .wp-block-feedzy-rss-feeds-loop {
        grid-template-columns: repeat(4, 1fr);
    }
}