@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/


body {
    font-family: 'Noto Sans JP', sans-serif;
    background: #f9fbf9!important;
    }
p {
    margin-block-start: 0;
    margin-block-end: 0;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーー
共通部分開始
ーーーーーーーーーーーーーーーーーー ーーーーーーーーーー*/

main {
    overflow: hidden;
    }

.container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    }

.flex_row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .flex_row {
    flex-direction: column;
  }
}

@media screen and (max-width: 500px) {
    .container {
        padding: 0 10px;
    }
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    }
a:hover {
    opacity: 0.7;
    }
img {
    width: 100%;
    vertical-align: bottom;
    }
.sp-show {
    display: none;
    }

@media screen and (max-width: 500px) {
    .sp-show {
        display: block;
    }
}
.header-bottom-text {
    font-weight: bold;
    color: #6e4608;
    font-size: 12px;
}
@media screen and (max-width: 900px) {
    .header-bottom-text {
        font-size: 9px;
    }
}
.top-parallax {
    background-image: url(../images/fv-parallax.png);
    background-repeat: repeat-x;
    background-size: cover;
    height: 110px;
}
@media screen and (max-width: 900px) {
    .top-parallax {
        height: 50px;
    }
}
@media screen and (max-width: 500px) {
    .top-parallax {
        height: 0px;
    }
}
.section-title {
    text-align: center;
    color: #b40a14;
    font-size: 2rem;
    line-height: 1.2;
    position: relative;
}
.section-title h2 {
    font-size: 2rem;
}
@media screen and (max-width: 900px) {
    .section-title h2 {
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 500px) {
    .section-title h2 {
        font-size: 1.25rem;
        font-size: 30px;
        margin: 0 auto 0px;
    }
}
.section-title h2 img {
    width: 100px;
}
@media screen and (max-width: 900px) {
    .section-title h2 img {
        width: 75px;
    }
}
@media screen and (max-width: 500px) {
    .section-title h2 img {
        width: 60px;
    }
}
.section-title .human {
    width: 135px;
    position: absolute;
    left: 3%;
    top: -110px;
}
@media screen and (max-width: 500px) {
    .section-title .human {
        left: 2%;
        width: 80px;
        top: -10px;
    }
}
.items {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-bottom: 40px;
}
@media screen and (max-width: 1050px) {
    .items {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
.items .item {
    background-color: #fff;
    border-radius: 0 0 3px 3px;
}
.items .item .item-img {
    position: relative;
}
.items .item .item-img img {
    min-height: 280px;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 900px) {
    .items .item .item-img img {
        min-height: 100px;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
.items .item .item-img .right-circle {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #B40A14;
    background-color: #fff;
    font-size: 1.125rem;
}
@media screen and (max-width: 900px) {
    .items .item .item-img .right-circle {
        font-size: 1rem;
    }
}
.items .item .item-img .size {
    top: 60px;
}
.items .item .item-img .quantity {
    top: 115px;
    font-size: 0.7rem;
    line-height: 1.2;
    padding-top: 14px;
}
.items .item .item-img .img-top-text {
    position: absolute;
    padding-left: 10px;
    bottom: 15px;
    color: white;
    text-shadow: 1px 1px 2px #6e4608;
}
.items .item .item-img .img-top-text .item-title {
    font-size: 28px;
}
@media screen and (max-width: 1050px) {
    .items .item .item-img .img-top-text .item-title {
        font-size: 22px;
    }
}
.items .item .item-img .img-top-text .lead-text {
    font-size: 15px;
}
@media screen and (max-width: 1050px) {
    .items .item .item-img .img-top-text .lead-text {
        font-size: 13px;
    }
}
.items .item .item-bottom {
    padding: 10px 10px 10px;
}
@media screen and (max-width: 500px) {
    .items .item .item-bottom {
        padding: 5px 10px 5px;
    }
}
.items .item .item-bottom .bottom-price {
    font-size: 20px;
    text-align: right;
}
@media screen and (max-width: 500px) {
    .items .item .item-bottom .bottom-price {
        font-size: 18px;
    }
}
.items .item .item-bottom .bottom-price span {
    font-size: 14px;
}
@media screen and (max-width: 500px) {
    .items .item .item-bottom .bottom-price span {
        font-size: 12px;
    }
}
.items .item .item-bottom .santi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.items .item .item-bottom .santi .producer {
    width: 35%;
}
.items .item .item-bottom .santi .icon {
    width: 13px;
    margin-left: 10px;
    margin-top: -15px;
    margin-right: 5px;
}
@media screen and (max-width: 500px) {
    .items .item .item-bottom .santi .icon {
        width: 10px;
        margin-left: 5px;
        margin-right: 2px;
    }
}
@media screen and (max-width: 500px) {
    .items .item .item-bottom .santi .text {
        font-size: 10px;
    }
}
.items .item .item-bottom .buy-btn {
    margin-top: 5px;
}
.h1 {
  margin: 0;
}
/* ーーーーーーーーーーーーーーーーーーーーーーーーーーー
トップページ開始
ーーーーーーーーーーーーーーーーーーーーーーーーーーーー  */

#header {
    /* position: fixed; */
    z-index: 1000000;
    width: 100%;
}
.header_cont {
    padding: 80px 0;
}
header .header-news {
    background-color: #f4f3e9;
    padding: 7px 0;
    }

@media screen and (max-width:768px) {
    header .header-news {
        background-color: #f4f3e9;
        padding: 7px 0;
        overflow-x: scroll;
        }
    }

header .header-news .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    max-width: 1000px;
    width: 130%;
    }
.title a {
  color: #000;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
    header .header-news .container {
        width: 150% !important;
        }
    }

header .header-news .container .category {
    background-color: #e38f0d;
    color: white;
    padding: 0 10px;
    border-radius: 2px;
    white-space: nowrap;
}
@media screen and (max-width: 500px) {
    header .header-news .container .category {
        font-size: 10px;
    }
}
@media screen and (max-width: 500px) {
    header .header-news .container .time {
        font-size: 12px;
    }
}
@media screen and (max-width: 500px) {
    header .header-news .container .title {
        font-size: 12px;
    }
}
header .header-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 10px;
    max-width: 1000px;
}
header .header-main h2 {
    width: 200px;
    margin: 0;
}
@media screen and (max-width: 500px) {
    header .header-main h2 {
        width: 120px;
    }
}
@media screen and (max-width: 500px) {
    header .header-main h2 img {
        width: 120px;
    }
}
ul.pc_header-nav {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 250px;
    margin: 0 30px 0;
}
ul.pc_header-nav li {
    width: calc(96%/3);
    height: auto;
    border-right: 2px dotted #B40A14;
}
ul.pc_header-nav li:first-child {
    border-left: 2px dotted #B40A14;
}
ul.pc_header-nav li img {
    max-width: 96%;
    display: block;
    margin: 0 auto;
}
header .header-main .header-main-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    gap: 20px;
    width: 400px;
    width: 460px;
    justify-content: space-between;
}
@media screen and (max-width: 500px) {
    header .header-main .header-main-right {
        gap: 12px;
    }
}
header .header-main .header-main-right .header-icon-item {
    text-align: center;
    padding: 12px 0 0;
}
header .header-main .header-main-right .header-icon-item img {
    width: auto;
    height: 56px;
}
@media screen and (max-width: 500px) {
    header .header-main .header-main-right .header-icon-item img {
        width: auto !important;
        height: 33px !important;
    }
}
header .header-main .header-main-right .hamburger {
    xmargin-left: auto;
    position: relative;
    width: 40px;
    height: 65px;
    cursor: pointer;
}
@media screen and (max-width: 900px) {
    header .header-main .header-main-right .hamburger {
        height: 60px;
    }
}
@media screen and (max-width: 500px) {
    header .header-main .header-main-right .hamburger {
        display: block;
        height: 54px;
    }
}
header .header-main .header-main-right .hamburger .bar {
    background-color: black;
    width: 40px;
    height: 2px;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
    header .header-main .header-main-right .hamburger .bar {
        width: 30px;
    }
}
header .header-main .header-main-right .hamburger .bar1 {
    top: 10px;
}
header .header-main .header-main-right .hamburger .bar1.on {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: 0px;
}
@media screen and (max-width: 500px) {
    header .header-main .header-main-right .hamburger .bar1.on {
        left: 5px;
    }
}
header .header-main .header-main-right .hamburger .bar2 {
    top: 22px;
}
@media screen and (max-width: 500px) {
    header .header-main .header-main-right .hamburger .bar2 {
        top: 18px;
    }
}
header .header-main .header-main-right .hamburger .bar2.on {
    opacity: 0;
}
header .header-main .header-main-right .hamburger .bar3 {
    top: 34px;
}
@media screen and (max-width: 500px) {
    header .header-main .header-main-right .hamburger .bar3 {
        top: 26px;
    }
}
header .header-main .header-main-right .hamburger .bar3.on {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px;
    left: 0px;
}
@media screen and (max-width: 500px) {
    header .header-main .header-main-right .hamburger .bar3.on {
        left: 5px;
    }
}
header .header-main .header-main-right .hamburger .header-bottom-text {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
    header .header-main .header-main-right .hamburger .header-bottom-text {
        bottom: 1px;
    }
}
header .header-free {
    background-color: #b40a14;
    padding: 8px 0;
    text-align: center;
}
header .header-free .inner-text {
    font-size: 16px;
    color: white;
    padding: 0 5px;
}
@media screen and (max-width: 500px) {
    header .header-free .inner-text {
        font-size: 10px;
    }
}
header .header-free .inner-text span {
    background-color: white;
    color: #b40a14;
    font-weight: bold;
    font-size: 1.4em;
    padding: 2px 10px;
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 3px;
}
@media screen and (max-width: 900px) {
    header .header-free .inner-text span {
        padding: 1px 3px;
    }
}
header .header-free .inner-text .free {
    background-color: #fdf402;
}
header .hot-words {
    padding-top: 10px;
    padding-bottom: 5px;
}
@media screen and (max-width: 500px) {
    header .hot-words {
        padding-top: 5px;
        overflow-x: scroll;
    }
}

header .hot-words .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    max-width: 1000px;
    xwhite-space: nowrap;
    xoverflow-x: scroll;
    font-size: 15.5px;
    }
header .hot-words .container::-webkit-scrollbar {
    display: none;
    }


@media screen and (max-width: 500px) {
    header .hot-words .container {
        font-size: 10px;
        xwidth: 170%;
        width: 200%;
        max-width: 1000px;
        /*justify-content: space-around;*/
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}
header .hot-words .container .category {
    background-color: #e38f0d;
    color: white;
    padding: 0 5px;
    border-radius: 2px;
}
.sp-nav-menu {
    background-color: white;
    width: 100%;
    height: calc(100% - 167px);
    top: 167px;
    /* position: fixed; */
    z-index: 10011111111;
    display: none;
}
@media screen and (max-width: 500px) {
    .sp-nav-menu {
        top: 104px;
        height: calc(100% - 104px);
    }

header .hot-words .container p {

    }
}
.sp-nav-menu .sp-nav-menu-wrapper {
    width: 100%;
    height: 100%;
    overflow: scroll;
}
.sp-nav-menu .sp-nav-categories-wrapper {
    background-color: #f5f1ed;
    padding: 40px 0;
    padding: 20px 0;
}
.sp-nav-menu .sp-nav-categories-wrapper .sp-nav-categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
    .sp-nav-menu .sp-nav-categories-wrapper .sp-nav-categories {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}
@media screen and (max-width: 500px) {
    .sp-nav-menu .sp-nav-categories-wrapper .sp-nav-categories {
        gap: 12px;
    }
}
.sp-nav-menu .sp-nav-categories-wrapper .sp-nav-categories a {
    width: 12em;
    background-color: #c3ad8b;
    padding: 8px 0;
    border-radius: 100vh;
    color: white;
    -webkit-transition: none;
    transition: none;
}
@media screen and (max-width:768px) {
    ul.sp-nav-categories {
        display: flex !important;
        justify-content: space-between !important;
        flex-wrap: wrap !important;
    }
    ul.sp-nav-categories a {
        width: 48% !important;
    }
    ul.sp-nav-categories li {
        width: 100% !important;
        text-align: center !important;
    }
}
@media screen and (max-width: 900px) {
    .sp-nav-menu .sp-nav-categories-wrapper .sp-nav-categories a {
        width: calc(50% - 10px);
    }
}
.sp-nav-menu .sp-nav-categories-wrapper .sp-nav-categories a:last-of-type {
    width: 12em;
}
.sp-nav-menu .sp-nav-categories-wrapper .sp-nav-categories a .category {
    width: 100%;
    text-align: center;
    font-size: 18px;
}
@media screen and (max-width: 900px) {
    .sp-nav-menu .sp-nav-categories-wrapper .sp-nav-categories a .category {
        font-size: 4.5vw;
    }
}
.sp-nav-menu .sp-nav-content {
    padding: 25px 10px 40px;
}
.sp-nav-menu .sp-nav-content .search-part {
    margin-bottom: 50px;
}
.sp-nav-menu .sp-nav-content .search-part .title {
    font-family: serif;
    font-size: 1.4rem;
}
.sp-nav-menu .sp-nav-content .search-part .search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}
@media screen and (max-width: 900px) {
    .sp-nav-menu .sp-nav-content .search-part .search-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.sp-nav-menu .sp-nav-content .search-part .search-item .text {
    font-family: serif;
    font-size: 1.4rem;
}
@media screen and (max-width: 500px) {
    .sp-nav-menu .sp-nav-content .search-part .search-item .text {
        font-size: 1.2rem;
    }
}
.sp-nav-menu .sp-nav-content .search-part .search-item .form input {
    border-bottom: #cacaca 1px solid;
    width: 500px;
    padding: 5px;
}
@media screen and (max-width: 900px) {
    .sp-nav-menu .sp-nav-content .search-part .search-item .form input {
        width: 200px;
    }
}
@media screen and (max-width: 500px) {
    .sp-nav-menu .sp-nav-content .search-part .search-item .form input {
        width: 150px;
    }
}
.sp-nav-menu .sp-nav-content .search-part .search-item .form .submit-link {
    background-color: #c3ad8b;
    color: white;
    padding: 8px 40px;
    border-radius: 5px;
    margin-left: 15px;
}
@media screen and (max-width: 900px) {
    .sp-nav-menu .sp-nav-content .search-part .search-item .form .submit-link {
        padding: 8px 20px;
    }
}
@media screen and (max-width: 500px) {
    .sp-nav-menu .sp-nav-content .search-part .search-item .form .submit-link {
        font-size: 16px;
        padding: 6px 15px;
    }
}
.sp-nav-menu .sp-nav-content .sp-nav-toggle {
    border-top: 1px solid #cacaca;
    padding: 10px 0;
    border-bottom: 1px solid #cacaca;
}
.sp-nav-menu .sp-nav-content .sp-nav-toggle:nth-of-type(2n + 1) {
    border: none;
}
.sp-nav-menu .sp-nav-content .sp-nav-toggle .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
}
.sp-nav-menu .sp-nav-content .sp-nav-toggle .head .plus {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: auto;
    position: relative;
    padding-left: 10px;
    right: 10px;
}
.sp-nav-menu .sp-nav-content .sp-nav-toggle .head .plus span {
    position: absolute;
    right: 0px;
    width: 100%;
    height: 1px;
    margin-top: 10px;
    background-color: #333;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.sp-nav-menu .sp-nav-content .sp-nav-toggle .head .plus .hide {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sp-nav-menu .sp-nav-content .sp-nav-toggle .head .plus .hide.on {
    display: none;
}
.sp-nav-menu .sp-nav-content .sp-nav-toggle .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: none;
}
.sp-nav-menu .sp-nav-content .sp-nav-toggle .content .item {
    width: 50%;
    margin-top: 10px;
}
.sp-nav-menu .sp-nav-content .bottom-links {
    margin-top: 50px;
    max-width: 250px;
    position: relative;
}
.sp-nav-menu .sp-nav-content .bottom-links li {
    margin-bottom: 5px;
}
.sp-nav-menu .sp-nav-content .bottom-links li::before {
    content: ">";
    position: absolute;
    right: 0;
}
.sp-nav-menu .sp-nav-content .bottom-sns-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 350px;
    margin: 40px auto 0;
}
.sp-nav-menu .sp-nav-content .bottom-sns-links li {
    width: 100%;
}
.fv {
    padding-top: 280px;
}
@media screen and (max-width: 500px) {
    .fv {
        /*padding-top: 180px;*/
        padding-top: 210px;
    }
}
.fv .top-parallax {
    background-image: url(../images/fv-parallax.png);
    background-repeat: repeat-x;
    background-size: cover;
    xheight: 110px;
    height: 0px;
}
@media screen and (max-width: 900px) {
    .fv .top-parallax {
        height: 50px;
    }
}
@media screen and (max-width: 500px) {
    .fv .top-parallax {
        height: 40px;
    }
}
.fv .swiper {
    padding-bottom: 20px;
}
.fv .swiper .swiper-pagination {
    bottom: 0px;
    z-index: 10;
}
.fv .swiper .swiper-pagination-bullet-active {
    background-color: #b40a14;
}
.fv .swiper .swiper-pagination-bullet {
    background-color: #b40a14;
}
.syun {
    /*margin-top: 70px;*/
    background-color: #f4f3e9;
    padding: 30px 0 0;
}
.syun .top-parallax {
    background-image: url(../images/syun-parallax.jpg);
}
.popular {
    background-color: #ebf4e9;
    /*margin-top: 140px;*/
}
@media screen and (max-width: 500px) {
    .syun {
        margin-top: 0;
    }
    .popular {
        margin-top: 0;
        padding: 30px 0 0;
    }
}
.popular .top-parallax {
    top: -100px;
    position: relative;
    background-image: url(../images/popular-parallax.png);
}
@media screen and (max-width: 900px) {
    .popular .top-parallax {
        height: 75px;
        top: -60px;
    }
}
@media screen and (max-width: 500px) {
    .popular .top-parallax {
        height: 0;
        top: -40px;
    }
}
.popular .section-title .human {
    left: auto;
    right: 20%;
}
@media screen and (max-width: 500px) {
    .popular .section-title .human {
        right: 5%;
    }
}
.info {
    /*margin-top: 50px;*/
    background-color: #f4f3e9;
    padding-bottom: 30px;
}
.info .top-parallax {
    background-image: url(../images/syun-parallax.jpg);
}
.info .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 10px;
    gap: 30px;
}
@media screen and (max-width: 900px) {
    .info .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.info .container .about-content {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 20px;
    width: 50%;
}
@media screen and (max-width: 900px) {
    .info .container .about-content {
        width: 100%;
    }
}
.info .container .about-content img {
    width: 40px;
}
.info .container .about-content .btn-wrapper {
    text-align: center;
    margin-bottom: 30px;
}
.info .container .about-content .btn-wrapper a img {
    width: 90%;
    max-width: 450px;
}
.info .container .about-content h2 {
    font-size: 1.5rem;
    text-align: center;
    color: #b40a14;
    border-bottom: 2px solid #b40a14;
    padding-bottom: 5px;
}
.info .container .about-content h2 img {
    padding-right: 5px;
}
.info .container .about-content .lead {
    padding-top: 5px;
    text-align: center;
    font-size: 1.25rem;
}
.info .container .about-content .icon {
    text-align: center;
    padding-top: 5px;
}
.info .container .about-content .tel-fax {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.info .container .about-content .tel-fax .tel-fax-title {
    font-weight: 500;
    color: #b40a14;
    font-size: 1.4rem;
}
.info .container .about-content .tel-fax .tel-fax-number {
    font-weight: bold;
    font-size: 1.4rem;
}
.info .container .about-content .time {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 5px;
    padding-bottom: 10px;
    padding-bottom: 30px;
}
.info .container .about-content .time img {
    width: 30px;
}
.info .container .about-content .fax {
    xborder-top: 2px solid #b40a14;
    padding: 30px 0 10px;
}
.info .container .info-right {
    width: 50%;
}
@media screen and (max-width: 900px) {
    .info .container .info-right {
        width: 100%;
    }
}
.info .container .info-right .pay-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    background-color: #fff;
    border-radius: 3px;
    gap: 30px;
    margin-bottom: 30px;
    position: relative;
}
.info .container .info-right .pay-delivery .free-icon {
    position: absolute;
    left: 0px;
    width: 60px;
    top: -20px;
}
.info .container .info-right .pay-delivery .icon {
    margin: auto;
    width: 20%;
    text-align: center;
    }
    .info .container .info-right .pay-delivery .icon img {
        width: 100px;
        height: auto;
        }

.info .container .info-right .pay-delivery .texts {
    margin: auto;
    width: 60%;
    }
@media screen and (max-width: 900px) {
    .info .container .info-right .pay-delivery .texts {
        width: 70%;
    }
    .info .container .info-right .pay-delivery .icon img {
        width: 70px;
        height: auto;
        }
}

.info .container .info-right .pay-delivery .texts h2 {
    color: #b40a14;
    font-size: 1.5rem;
    font-weight: 500;
    margin: 0 0 10px;
}
@media screen and (max-width: 900px) {
    .info .container .info-right .pay-delivery .texts h2 {
        font-size: 1.25rem;
    }
}
.info .container .info-right .pay-delivery .texts span {
    color: #b40a14;
}
.info .container .info-right .pay-delivery .btn-wrapper img {
    width: 200px;
}
.info .container .info-right .line {
    background-color: #fff;
    border-radius: 3px;
    padding: 20px;
}
.info .container .info-right .line h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-weight: 500;
    gap: 15px;
    color: #b40a14;
    margin: 0 auto 20px;
}
@media screen and (max-width: 900px) {
    .info .container .info-right .line h2 {
        font-size: 1.25rem;
    }
}
.info .container .info-right .line h2 img {
    width: 50px;
}
.info .container .info-right .line .text {
    text-align: center;
    margin-top: 10px;
}
.info .container .info-right .line .line-link {
    text-align: center;
    margin-top: 10px;
}
.info .container .info-right .line .line-link a {
    display: inline-block;
    background-color: #b40a14;
    color: white;
    padding: 4px 15px;
    font-size: 1.25rem;
    border-radius: 5px;
}
.info .right-btn-wrapper {
    text-align: center;
}
.info .right-btn-wrapper a img {
    width: 90%;
    max-width: 450px;
    }
footer {
    margin-top: 40px;
    }
footer .container .footer-nav {
    width: 1000px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    }
@media screen and (max-width: 500px) {
    footer .container .footer-nav {
        width: 96%;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        gap: 0 !important;
        padding: 0 2%;
        margin: 0 auto 20px;
    }
}
footer .container .footer-nav ul.footer-nav-list {
    width: 28%;
    margin-right: 5%;
    }
footer .container .footer-nav .footer-nav-list .list-title {
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 2px solid #B40A14;
    padding: 0 0 6px;
    }

@media screen and (max-width: 500px) {
    footer .container .footer-nav .footer-nav-list .list-title {
        font-size: 0.9em;
        }
    footer .container .footer-nav ul.footer-nav-list {
        width: 100%;
        margin: 0 0 30px;
        }
}
footer .container .footer-nav .footer-nav-list .list-link {
    margin-top: 5px;
}
@media screen and (max-width: 500px) {
    footer .container .footer-nav .footer-nav-list .list-link {
        font-size: 0.75rem;
    }
}
footer .container .footer-icon1 {
    margin: auto;
    margin-top: 40px;
    max-width: 200px;
    }
footer .container .bnr-noukajoin {
    margin: auto;
    margin-top: 40px;
    max-width: 400px;
    }

@media screen and (max-width: 500px) {
    footer .container .footer-icon1 {
        max-width: 150px;
        margin: 0 auto 30px;
    }
}
footer .container .footer-icon2 {
    margin: auto;
    margin-top: 15px;
    max-width: 250px;
    text-align: center;
    position: relative;
}
@media screen and (max-width: 500px) {
    footer .container .footer-icon2 {
        max-width: 200px;
    }
}
footer .container .footer-icon2 .footer-bird {
    position: absolute;
    width: 50px;
    top: 40px;
    right: -120px;
}
@media screen and (max-width: 900px) {
    footer .container .footer-icon2 .footer-bird {
        right: -70px;
    }
}
@media screen and (max-width: 500px) {
    footer .container .footer-icon2 .footer-bird {
        width: 30px;
        top: 60px;
        right: -55px;
    }
}
footer .footer-bottom {
    position: relative;
}
footer .footer-bottom .bg-img {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    bottom: 60px;
}
footer .footer-bottom .sns-icons {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 24vw;
    max-width: 35%;
    gap: 20px;
    margin: auto;
}
footer .footer-bottom .sns-icons li {
    width: 60px !important;
    height: auto;
}
@media screen and (max-width: 900px) {
    footer .footer-bottom .sns-icons {
        max-width: 42%;
        gap: 10px;
        padding-top: 20%;
    }
footer .footer-bottom .bg-img {
    bottom: 60px;
    }
}

footer .footer-bottom .sns-icons .sns-icon {
    width: 100%;
}
footer .footer-bottom .copyright {
    position: relative;
    padding: 16px 0 30px;
    font-family: 'Outfit','Zen Kaku Gothic New',sans-serif;
    color: #294224;
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center;
}
@media screen and (max-width: 500px) {
    footer .footer-bottom .copyright {
        font-size: 12px;
        margin-top: 5px;
    }
}
/*# sourceMappingURL=style.css.map */

/*  ------------------------------------------------
system
-------------------------------------------------  */

/* -----------------------------------------------------------------
   main
----------------------------------------------------------------- */

.main {
    width: 1040px;
    margin: 0 auto;
    display: block;
    margin-top: 310px;
}
.border:after {
    content: "";
    display: block;
    width: 100%;
    border: 1px solid #CBCBCB;
    margin: 30px 0 60px;
}
h2 {
    font-size: 18px;
    /* margin-bottom: 40px; */
}
div.category-title h2 {
    font-size: 32px;
    margin-bottom: 16px;
    }

@media screen and (max-width: 500px) {
div.category-title h2 {
    font-size: 26px;
    margin-bottom: 10px;
    }
div.category-title {
    width: 100%;
    }
}


h2 span {
    /* font-size: 12px; */
    margin-left: 8px;
}
.shop-comment {
    margin-bottom: 40px;
}
.item-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 1040px;
    margin: 0 auto;
}
.item-list li {
    width: calc((100% - 90px) / 4);
    margin-bottom: 40px;
    margin-right: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
}
.item-list li:nth-child(4n) {
    margin-right: 0;
}
.item-list li img {
    width: 100%;
    margin-bottom: 4px;
    position: relative;
}
.item-list-review {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.item-list-review .item-list-review-rate {
    margin: 0 6px;
}
.ranking-icon {
    position: absolute;
    top: 8px;
    left: 8px;
    text-align: center;
    background-color: white;
    border-radius: 50%;
    font-size: 12px;
    color: #333333;
    width: 30px;
    height: 30px;
    line-height: 2.5;
}
.rank-1 {
    background: #D1AF28;
    color: #fff;
}
.rank-2 {
    background: #ABA8A8;
    color: #fff;
}
.rank-3 {
    background: #D18858;
    color: #fff;
}
.item-icon {
    position: absolute;
    top: -10px;
    font-size: 12px;
    right: -8px;
    color: #fff;
    padding: 0 3px;
    z-index: 1;
}
.item-icon p {
    padding: 0 3px;
}
.item-icon .item-soldout {
    background: #B5B5B5;
}
.item-icon .item-sale {
    background: #F23E0C;
}
.item-category {
    margin-bottom: 8px;
    font-size: 12px;
}
.item-category a {
    color: #000;
}
.original-price {
    text-decoration: line-through;
}
.item-sale-price {
    color: #F23E0C;
}
.news-list {
    margin-bottom: 10px;
}
.news-list li {
    border-bottom: 1px solid #CBCBCB;
    padding: 14px 0;
}
.news-list li:first-child {
    padding-top: 0;
}
.news-list dl dt {
    margin-bottom: 8px;
}
.news-list dl dd {
    font-size: 12px;
}
.news-wrap {
    display: flex;
}
.news-wrap dl dt a {
    text-decoration: underline;
}
.news-wrap dl dt a:hover {
    text-decoration: none;
}
.news-more a {
    text-decoration: underline;
}
.news-more a:hover {
    text-decoration: none;
}
.news-date {
    font-size: 12px;
    color: #B5B5B5 !important;
    min-width: 120px;
}
.news-content:after {
    content: "…";
}
.news-more {
    text-align: right;
    padding-bottom: 60px;
}
.index-review-list li {
    display: flex;
    margin-bottom: 60px;
}
.index-review-list li .index-review-image {
    margin-right: 18px;
    width: 140px;
    min-width: 140px;
}
.index-review-list li .index-review-image img {
    width: 100%;
}
.review-list-category {
    margin-bottom: 8px;
    font-size: 12px;
}
.review-index-score {
    display: flex;
    align-items: baseline;
}
.review-index-score p {
    margin-right: 16px;
}
.foot-category {
    background: #f2f2f2;
    padding: 60px 0;
}
.foot-category h2 {
    text-align: center;
}
.main-category-list {
    width: 1000px;
    margin: 0 auto;
}
.main-category-list li {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 40px;
    width: 197px;
}
.main-category-list li a {
    width: 100%;
    display: block;
}
@media screen and (max-width:768px) {
    .main {
        width: 96%;
        margin: 0 auto;
        margin-top: 220px;
        display: block;
    }
    ul.item-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    ul.item-list li {
        width: calc(92%/2);
        margin: 0 2% 20px;
    }
    ul.item-list p.item-name {
        font-size: 14px;
    }

}
/* -----------------------------------------------------------------
   item-list-cart
----------------------------------------------------------------- */

.item-list-cart {
    margin: auto 0 0 0;
}
.item-list-btn {
    width: 100%;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    padding: 8px 0;
    font-weight: bold;
    font-size: 13px;
}
.item-list-sold {
    background: #B5B5B5;
    color: #fff;
}
.option-list-cart {
    border: 1px solid #808080;
    color: #808080;
    ;
}
.add-list-cart {
    background: #B40A14;
    color: #fff!important;
}
.price {
    margin-bottom: 8px;
    text-align: right;
    font-size: 16px;
    font-weight: 900;
    }
.price span {
    font-size: 12px;
    font-weight: 300;
    padding-left: 3px;
    }

/* -----------------------------------------------------------------
   category
----------------------------------------------------------------- */

.breadcrumb {
    font-size: 12px;
    padding-top: 10px;
}
.breadcrumb-item {
    margin-right: 8px;
}
.breadcrumb-item::after {
    content: ">";
    margin-left: 12px;
}
.breadcrumb-item:last-child::after {
    display: none;
}
.category-image {
    margin-bottom: 20px !important;
    display: flex;
}
.category-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1040px;
    margin: 0 auto;
}
.category-title dl {
    display: flex;
    font-size: 12px;
    margin-bottom: 40px;
}
.category-title dd {
    margin-right: 8px;
}
.category-child-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.category-child-item li {
    margin: 0 20px 12px 0;
}
.total-count span {
    font-weight: bold;
}
.pager-wrap {
    width: 20em;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin: 0 auto;
    flex-wrap: wrap;
}
.pager {
    display: flex;
}
.pager li {
    margin-right: 16px;
}
.pager li:last-child {
    margin-right: 0;
}
.bulk-group {
    margin-bottom: 40px;
    font-size: 12px;
    font-weight: bold;
}
.bulk-group a {
    color: #B5B5B5;
}

@media screen and (max-width: 500px) {
    .category-child-item {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
}

/* -----------------------------------------------------------------
   cart
----------------------------------------------------------------- */

.cart {
    margin-bottom: 100px;
}
.cart-section-title {
    padding-top: 20px;
}
.free-shipping-wrap {
    text-align: right;
    margin-bottom: 16px;
    font-size: 12px;
}
.free-shipping-wrap .free-shipping-text em {
    color: #F23E0C;
}
.cart-list-table {
    width: 100%;
    padding: 20px;
}
.cart-list-table th {
    background: #E6E6E6;
    padding: 8px 12px;
    text-align: left;
    border-right: 1px solid #fff;
    box-sizing: border-box;
}
.cart-list-table th:first-child {
    width: 360px;
}
.cart-list-table th:nth-child(2) {
    width: 190px;
}
.cart-list-table th:nth-child(3) {
    width: 200px;
}
.cart-list-table th:last-child {
    width: 200px;
}
.cart-list-table tbody tr {
    border-bottom: 1px solid #E6E6E6;
}
.cart-list-table tbody td {
    vertical-align: middle;
    padding: 20px;
}
.cart-list-table tbody td:first-child {
    display: flex;
}
.cart-list-info {
    font-size: 12px;
}
.cart-list-image {
    width: 100px;
    min-width: 100px;
    margin-right: 12px;
}
.cart-list-image img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.item-cart-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 8px;
}
.item-cart-price {
    font-size: 24px;
}
.item-cart-quantity input {
    width: 40px;
    border: 1px solid #333333;
    margin-right: 12px;
}
.item-cart-delete {
    float: right;
}
.item-cart-delete a {
    font-size: 10px;
    border: 1px solid #333333;
    padding: 2px 8px;
}
.item-cart-subtotal {
    font-size: 24px;
    font-weight: bold;
}
.cart-total {
    background: #E6E6E6;
}
.cart-total td {
    display: table-cell !important;
}
.cart-total .cart-total-title {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
}
.cart-total .cart-total-price {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
}
.cart-total .cart-total-point {
    font-size: 12px;
}
.cart-total .cart-bulk {
    margin-top: 6px;
    font-size: 12px;
}
.cart-button-wrap {
    text-align: right;
    text-align: center;
    margin-top: 30px;
}
.cart-button-wrap .cart-button a {
    width: 320px;
    display: inline-block;
    text-align: center;
    background: #B40A14;
    border-radius: 5px;
    padding: 20px 0;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.cart-button-wrap .cart-back-button a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f053";
    font-size: 12px;
    font-weight: bold;
    padding-right: 8px;
    color: #707070;
}
@media screen and (max-width:768px) {
    .cart-list-table {
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        display: block;
    }
    .cart-list-table tr {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .cart-list-table th:first-child, .cart-list-table th {
        width: 25% !important;
        padding: 10px 0;
        text-align: center;
        font-size: 12px;
    }
    .cart-list-table tbody td:first-child {
        display: flex;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .cart-list-info {
        font-size: 12px;
        width: calc( 100% - 100px);
    }
    .cart-list-table td.item-cart-price, .cart-list-table td.item-cart-subtotal {
        font-size: 14px;
        width: 20%;
        padding: 0 !important;
        line-height: 28px;
    }
    .cart-list-table td.item-cart-quantity {
        font-size: 14px;
        width: 40%;
        padding: 0 !important;
        line-height: 28px;
    }
    .cart-list-table td.item-cart-subtotal {
        font-size: 24px;
        width: 40%;
        padding: 0 !important;
        text-align: right;
        margin: 0 0 20px;
    }
    .cart-total-title {
        text-align: left !important;
        padding: 16px 20px 0 !important;
    }
    .cart-total-price-wrap {
        padding: 16px 20px !important;
    }
    .cart-button-wrap {
        width: 96%;
        margin: 0 auto;
    }
    .cart-button-wrap .cart-button a {
        width: 100%;
        display: inline-block;
        text-align: center;
        background: #B40A14;
        border-radius: 5px;
        padding: 20px 0;
        font-weight: bold;
        font-size: 18px;
        color: #fff;
        margin-bottom: 20px;
        margin: 20px auto;
    }
    li.cart-back-button {
        text-align: center;
    }
}
/* -----------------------------------------------------------------
   check
----------------------------------------------------------------- */

.checked-contents {
    padding-bottom: 60px;
    display: inline-block;
}
.checked-item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.checked-item-list li {
    width: calc( 92%/4);
    position: relative;
    margin:0 1% 30px;
    display: flex;
    flex-direction: column;
}
.checked-item-list li:last-child {
    margin-right: 0;
}
.checked-item-list li img {
    width: 100%;
}
@media screen and (max-width:768px) {
    .checked-item-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .checked-item-list li {
        width: calc( 90%/2);
        position: relative;
        margin: 0 auto 20px;
        display: flex;
        flex-direction: inherit;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .checked-item-list li:last-child {
        margin: 0 2.5% 20px;
    }
    .item-list-cart {
        margin: auto 0 0 0;
        width: 100%;
    }
}
/* -----------------------------------------------------------------
item-unit
----------------------------------------------------------------- */

/*.container {
  margin: 30px auto 0;
  max-width: 800px;
  width: 100%;
}*/

img {
    height: auto;
    width: 100%;
}
#item_wrap .part {
    /*max-width: 600px;*/
    max-width: 800px;
    margin: auto;
}
#item_wrap .item_lead {
    padding: 60px 0 40px;
}
.to_unit {
    padding: 40px 0;
}
.to_unit .a {
    background: #000000;
}
.to_unit .a:after {
    border-right-color: #FFFFFF;
    border-top-color: #FFFFFF;
}
.to_unit .a span {
    color: #FFFFFF;
}
.cause {
    background-color: #f5f1ed;
}
.cause .point_list img:not(:first-child) {
    margin-top: -5%;
}
.cause .link_bg {
    padding: 40px 0;
}
.section.section_cont {
    margin-bottom: 0;
}
.section.section_color {
    padding: 60px 0 20px;
}
#schedule .box_wrap {
    max-width: 700px;
}
#contact {
    padding: 20px 0 20px;
}
@media (min-width: 960px) {
    #contact {
        padding: 20px 0 60px;
    }
}
#sns {
    padding: 40px 0;
}
#sns .coupon {
    max-width: 240px;
    margin: 30px auto 0;
}
@media (min-width: 960px) {
    #sns .block {
        display: block;
    }
}
@media (min-width: 960px) {
    #ranking {
        background-color: #f5f1ed;
    }
    #ranking .lineup_wrap .slick-arrow {
        background-color: #FFFFFF;
    }
    #ranking .lineup_wrap .slick-arrow.slick-prev {
        left: 0;
    }
    #ranking .lineup_wrap .slick-arrow.slick-next {
        right: 0;
    }
}
@media (min-width: 960px) {
    .cont_block[key="schedule"] {
        margin-bottom: 60px;
    }
}
#unit {
    padding-top: 40px;
    margin-top: -40px;
}
#unit .box_wrap {
    xmax-width: 800px;
}
#unit .right {
    margin-bottom: 40px;
}
#unit .container .thumbnail {
    width: 90%;
    margin: 10px auto 0;
    position: relative;
    display: flex;
    align-items: center;
}
#unit .container .thumbnail .thumbnail-img {
    margin: 0 5px;
}
#unit .container .thumbnail .slick-arrow {
    font-size: 0;
    position: absolute;
    width: 5%;
}
#unit .container .thumbnail .slick-arrow:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    transform: translate(0px, 0px) rotate(45deg);
    display: inline-block;
    position: absolute;
    right: 15px;
    box-sizing: border-box;
    border-width: 1px;
    transition: .4s;
}
#unit .container .thumbnail .slick-arrow.slick-prev {
    left: 0;
}
#unit .container .thumbnail .slick-arrow.slick-prev:after {
    border-left-color: #000000;
    border-bottom-color: #000000;
}
#unit .container .thumbnail .slick-arrow.slick-next {
    right: -30px;
}
#unit .container .thumbnail .slick-arrow.slick-next:after {
    border-right-color: #000000;
    border-top-color: #000000;
}
#unit .block.flex {
    display: block;
}
#unit .block.flex .icon_list {
    grid-gap: 10px;
}
#unit .block.flex .icon_list .icon {
    width: calc((100% - 40px)/3);
}
#unit .block.flex .icon_list .icon span {
    display: block;
    text-align: center;
}
#unit .block.flex .icon_list .icon span.flag img {
    width: 40%;
}
#unit .block.flex .icon_list .icon span img {
    width: 60%;
    margin-bottom: 5px;
}
#unit .block.flex .name {
    font-size: 180%;
    margin: 20px 0 10px;
}
#unit .block.flex .name span {
    font-weight: bold;
}
#unit .block.flex .comment {
    font-size: 110%;
    border-bottom: 2px solid #000000;
    padding-bottom: 20px;
    margin-bottom: 15px;
}
#unit .block.flex .manufacturer {
    margin-bottom: 10px;
    flex-wrap: nowrap;
    align-items: flex-start;
}
#unit .block.flex .manufacturer .label {
    font-weight: bold;
    white-space: nowrap;
}
#unit .block.flex .manufacturer span {
    font-weight: bold;
}
#unit .block.flex .price {
    font-size: 120%;
    font-weight: bold;
}
#unit .block.flex .price span {
    font-size: 170%;
}
#unit .block.flex .price span span {
    font-size: 100%;
}
#unit .block.flex .point {
    margin-bottom: 10px;
}
#unit .block.flex .quantity {
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#unit .block.flex .quantity .select {
    position: relative;
}
#unit .block.flex .quantity .select:after {
    content: '▼';
    position: absolute;
    font-size: 10px;
    pointer-events: none;
    top: 13px;
    right: 10px;
}
#unit .block.flex .quantity select {
    border: 1px solid #000000;
    width: 100px;
    height: 40px;
    padding-left: 1rem;
    margin-left: 10px;
}
#unit .block.flex .to_link {
    margin: 0 0 40px 0;
}
#unit .block.flex .to_link .a {
    color: #FFFFFF;
    background: #B40A14;
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
    font-weight: bold;
}
#unit .block.flex .to_link .a:after {
    border-right-color: #FFFFFF;
    border-top-color: #FFFFFF;
    width: 15px;
    height: 15px;
}
#unit .block .deadline {
    margin-bottom: 30px;
    display: block;
}
#unit .block .deadline .expiry_date span {
    font-weight: bold;
}
#unit .block .deadline .expiry_date:not(.service) {
    margin: 0 20px 10px 0;
}
#unit .block .deadline .expiry_date .label {
    background-color: #000000;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 20px 0 0 20px;
}
#unit .block .deadline .expiry_date .cont {
    background-color: #f5f1ed;
    padding: 5px 30px 5px 15px;
    border-radius: 0px 20px 20px 0;
}
#unit .block .deadline .expiry_date .cont span span {
    font-size: 120%;
}
#unit .block .allergen {
    margin-bottom: 40px;
}
#unit .block .allergen .tab {
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 120%;
}
#unit .block .allergen .list {
    margin-bottom: 20px;
}
#unit .block .allergen .list li {
    background-color: #f5f1ed;
    margin: 0 5px 5px 0;
    padding: 2px 8px;
}
#unit .block .allergen .list li span {
    font-weight: bold;
}
#unit .block .allergen .notes {
    padding: 0 10px;
}
#unit .block .detail {
    margin-bottom: 40px;
}
#unit .block .detail .tab {
    padding: 0 0 5px 5px;
    border-bottom: 2px solid #000000;
    margin-bottom: 15px;
}
#unit .block .detail .table {
    border-bottom: 2px solid #000000;
}
#unit .block .detail .table .row {
    margin-bottom: 10px;
}
#unit .block .detail .table .row .label {
    background-color: #6a6d73;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    padding: 4px 0;
}
#unit .block .detail .table .row .label span {
    color: #FFFFFF;
}
@media (min-width: 960px) {
    #unit {
        padding-top: 80px;
        margin-top: -80px;
    }
    #legacy--item  p {
        margin: 0 auto 1.5em;
    }
    #unit .block.flex {
        display: flex;
        align-items: flex-start;
    }
    #unit .block.flex .right {
        width: calc(50% - 40px);
        margin-right: 40px;
    }
    #unit .block.flex .left {
        width: calc(50%);
    }
    #unit .block .deadline {
        justify-content: space-between;
        display: flex;
    }
    #unit .block .deadline .expiry_date:not(.service) {
        margin: 0;
    }
    #unit .block .deadline .expiry_date .label {
        padding: 10px 50px 10px 50px;
        border-radius: 30px 0 0 30px;
    }
    #unit .block .deadline .expiry_date .cont {
        padding: 10px 60px 10px 20px;
        border-radius: 0px 30px 30px 0;
    }
    #unit .block .allergen .list li {
        padding: 2px 15.6px;
    }
    #unit .block .allergen .list li:last-child {
        margin-right: 0;
    }
    #unit .block .container {
        margin-top: 0;
    }
    #unit .block .detail .tab {
        margin-bottom: 20px;
    }
    #unit .block .detail .table {
        padding-bottom: 20px;
    }
    #unit .block .detail .table .row {
        display: flex;
    }
    #unit .block .detail .table .row .label {
        width: calc(25% - 20px);
        margin: 0 20px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #unit .block .detail .table .row .cont {
        width: 75%;
    }
}
#about {
    margin-bottom: 80px;
}
@media (min-width: 960px) {
    #about .cont_block[key=about] .box_wrap {
        width: 90%;
        /*max-width: none;*/
    }
}
#item_wrap h4 {
    font-size: 24px;
    line-height: 1.6em;
    font-weight: normal;
    margin: 0 0 30px;
    padding: 16px 30px;
    background-color: #F4F3F0;
    border-left: 5px solid #ba0f1e;
    background: #F4F3F0;
    background: -moz-linear-gradient(45deg, #F4F3F0 0%, #ffffff 100%);
    background: -webkit-linear-gradient(45deg, #F4F3F0 0%, #ffffff 100%);
    background: linear-gradient(45deg, #F4F3F0 0%, #ffffff 100%);
}
#item_wrap h5 {
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 900;
    margin: 0 0 0.5em;
    padding: 0;
    }
#item_wrap h6 {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 900;
    margin: 1em 0 1em;
    padding: 0;
    }
.box_wrap p, .block p {
    font-size: 16px;
    padding: 0 0 0;
    }
.attention_box {
    border: 2px solid #B20F1D;
    border-radius: 4px;
    margin: 16px 0 40px;
    padding: 1em 2em;
    background-color: #ffeeee;
    }
.attention_box h5 {
    font-size: 20px;
    line-height: 1.6em;
}
section.youtube iframe {
    width: 960px;
    height: calc( 960px / 1.77777777);
    margin: 20px auto 40px;
    display: block;
    }
.item-info-wrap img{
    display: block;
    width: auto;
    max-width: 100%;
    }
#legacy--item img {
    margin: 20px auto;
    }


.old-iteminfo-block {
    width: 90%;
    margin: 0 auto 60px;
    }
.old-iteminfo-block h4 {
    font-size: 24px;
    line-height: 2.6em;
    font-weight: 500;
    margin: 0 0 30px;
    padding: 0 30px;
    }
.old-iteminfo-block h5 {
    border-bottom: 5px solid #f00;
    line-height: 2.3em !important;
    margin: 0 auto 1em !important;
    }
.old-iteminfo-block img {margin: 0 auto 30px;}
.old-iteminfo-block p {padding: 0 0 1em;}

@media screen and (max-width:768px) {
    #item_wrap h4 {
        font-size: 18px;
        line-height: 1.4em;
        font-weight: normal;
        margin: 20px 0 20px;
        padding: 8px 1em;
    }
    #unit .block.flex .name {
        font-size: 22px;
    }
    #unit .block.flex .left {
        width: 90%;
        margin: 0 auto;
    }
    .item-info-wrap {
        width: 90%;
        margin: 0 auto;
    }
    #unit .block.flex .to_link + .item-info-wrap {
        margin: -20px auto 40px;
    }

    .attention_box {
        border: 2px solid #B20F1D;
        border-radius: 4px;
        margin: 16px 0 40px;
        padding: 1em 1em;
        background-color: #ffeeee;
        }

    section.youtube iframe {
        width: 100%;
        height: calc( 100% / 1.77777777);
        margin: 20px auto 40px;
        display: block;
        }

.old-iteminfo-block {
    width: 100%;
    margin: 0 auto 30px;
    }
.old-iteminfo-block h5 {
    border-bottom: 5px solid #f00;
    line-height: 1.6em !important;
    margin: 0 auto 1em !important;
    font-size: 16px !important;
    }
}

/* -----------------------------------------------------------------
under-common
----------------------------------------------------------------- */

.underpage-contents {
    width: 1040px;
    margin: 310px auto 60px;
}
.underpage-contents img {
    max-width: 100%;
    vertical-align: bottom;
}
div.guide-section pre {
    white-space: pre-wrap;
    padding: 0 0 1em;
    }
div.guide-section pre img{
    max-width: 100%;
    width: auto;
    display: block;
    margin: 10px auto 20px;
    }
p.guide-section-title {
    margin: 0 0 16px;
    border-bottom: 4px solid #B20F1D;
    font-size: 24px;
    font-weight: 500;
    padding: 0 0 5px;
    }
dl.contract-section {}
dl.contract-section dt {
    padding: 0 0 6px;
    margin: 0 0 1em;
    border-bottom: 2px solid #B20F1D;
    font-size: 18px;
    font-weight: 900;
}
dl.contract-section dd {
    font-size: 14px;
    margin: 0 0 2em;
}
@media screen and (max-width:768px) {
    .underpage-contents {
        width: 96%;
        margin: 200px auto 10px;
        margin: 240px auto 10px;
        }
    pre {
        white-space: pre-wrap;
        }
}


/* -----------------------------------------------------------------
about-noucyoku
----------------------------------------------------------------- */
.under-system h2.guide-title {
    text-align: center;
    width: 100%;
    position: relative;
    }
.under-system h2.guide-title::after {
    content: '';
    width: 220px;
    height: 4px;
    display: inline-block;
    background-color: #B40A14;
    position: absolute;
    bottom: -10px;
    left: calc(50% - 110px)
    }
.about-nouchoku-box {
    width: 800px;
    margin: 20px auto 90px;
    }
.about-catch {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    padding: 30px 0 60px;
    }
.about-catch span {
    color:#B40A14;
    }
.about-nouchoku-box p {
    font-size: 18px;
    line-height: 1.6em;
    }

@media screen and (max-width:768px) {
.under-system h2.guide-title {
    font-size: 24px;
    }
.under-system h2.guide-title::after {
    content: '';
    width: 160px;
    left: calc(50% - 80px)
    }
.about-nouchoku-box {
    width: 90%;
    margin: 20px auto 40px;
    }
.about-catch {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0 30px;
    }
.about-catch span {
    color:#B40A14;
    }
.about-nouchoku-box p {
    font-size: 16px;
    line-height: 1.6em;
    }

}


/* -------------------------------------
item--detail--slick
------------------------------------- */
/*スライダーcss*/
.gallery li {
list-style: none;
}
.gallery li img {
width: 100%;
}

.slick-prev,
.slick-next {
position: absolute;
z-index: 3;
top: 42%;
cursor: pointer;
outline: none;
border-top: 2px solid #333;
border-right: 2px solid #333;
height: 15px;
width: 15px;
}

.slick-prev:after {
content: "";
position: absolute;
top: -14px;
left: -8px;
width: 40px;
opacity: 0.5;
height: 30px;
transform: rotate(45deg);
xbackground-color: rgba(251, 250, 247, 0.75);
}

.slick-next:after {
content: "";
position: absolute;
top: -14px;
left: -8px;
width: 40px;
opacity: 0.5;
height: 30px;
transform: rotate(45deg);
xbackground-color: rgba(251, 250, 247, 0.75);
}

.slick-prev {
left: 2.5%;
transform: rotate(-135deg);
}

.slick-next {
right: 2.5%;
transform: rotate(45deg);
}

.slick-track {
margin: 0 auto 10px !important;
}

.choice-btn {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
xmargin: 6px 0 40px;
}
.choice-btn li {
cursor: pointer;
xbackground: #333;
background: #fff;
width: calc(94%/6) !important;
margin: 0 0.5% 5px;
}

/*.choice-btn li:nth-child(5n) {
margin-right: 0;
}*/

.choice-btn .slick-track {
width: 100% !important;
}

.choice-btn li img {
opacity: 0.4;
width: 100%;
height: auto;
object-fit: cover;
}
.choice-btn li.slick-current img {
opacity: 1;
}

/*追加*/
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}

.slick-list:focus {
outline: none;
}

.slick-list.dragging {
cursor: pointer;
cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}

.slick-track:before,
.slick-track:after {
display: table;
content: '';
}

.slick-track:after {
clear: both;
}

.slick-loading .slick-track {
visibility: hidden;
}

.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}

[dir='rtl'] .slick-slide {
float: right;
}

.slick-slide img {
display: block;
}

.slick-slide.slick-loading img {
display: none;
}

.slick-slide.dragging img {
pointer-events: none;
}

.slick-initialized .slick-slide {
display: block;
}

.slick-loading .slick-slide {
visibility: hidden;
}

.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
display: none;
}


/* -------------------------------------
item--detail
------------------------------------- */
.item-detail-wrap {
    max-width: 1040px;
    margin: 0 auto;
    }
.contents-img-wrap {
    width: 100%;
    }

ul.item-lineup-unit {
    width: 80%;
    margin: 60px auto 120px;
    }
ul.item-lineup-unit li {
    width: 100%;
    margin: 0 auto 60px;
    }
ul.item-lineup-unit li div.item-lineup-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    }
.item-lineup-info--ph {
    width: 30%;
    }
.item-lineup-info--ph img {}

.item-lineup-info--info {
    width: 70%;
    padding: 60px 0 0 50px;
    }
.item-lineup-info--info p.sub--catch {
    font-size: 17px;
    font-weight: 500;
    padding: 0;
    margin: 0 0 -5px;
    }
.item-lineup-info--info h3 {
    font-size: 30px;
    font-weight: 500;
    }
.item-lineup-info--info h3 b {
    font-size: 60px;
    }
.item-lineup-info--info p.price {
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    padding: 0 0 1em;
    }
.item-lineup-info--info p.price span {
    font-size: 18px;
    font-weight: 100;
    }
ul.item-lineup-unit li a.img--btn {
    display: block;
    width: 60%;
    margin: 10px auto 60px;
    margin: 40px auto 60px;
    }

ul.thmb-img-list .item-lineup-info--ph {
    width: 45%;
    }
ul.thmb-img-list .item-lineup-info--info {
    width: 55%;
    padding: 60px 0 0 50px;
    }

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

ul.item-lineup-unit {
width: 100%;
margin: 30px auto 60px;
    }
ul.item-lineup-unit li {
    width: 100%;
    margin: 0 auto 60px;
    }
ul.item-lineup-unit li div.item-lineup-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
.item-lineup-info--ph {
    width: 50%;
    margin: 0 auto 10px;
    }
.thmb-img-list .item-lineup-info--ph {
    width: 100%;
    margin: 0 auto 10px;
    }

.item-lineup-info--ph img {}

.item-lineup-info--info {
    width: 100%;
    margin: 10px auto;
    padding: 20px 0 0;
    }
.item-lineup-info--info p.sub--catch {
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    }
.item-lineup-info--info h3 {
font-size: 24px;
font-weight: 500;
    }
.item-lineup-info--info h3 b {
font-size: 40px;
    }
.item-lineup-info--info p.price {
font-size: 28px;
font-weight: 600;
text-align: center;
padding: 0 0 10px;
    }
.item-lineup-info--info p.price span {
    font-size: 18px;
    font-weight: 100;
    }
ul.item-lineup-unit li a.img--btn {
    display: block;
    width: 100%;
    margin: 10px auto 60px;
    }
.tanpopo-contents-img-wrap {
    width: 140%;
    margin-left: -20%;
    }

ul.thmb-img-list .item-lineup-info--ph {
    width: 100%;
    }
ul.thmb-img-list .item-lineup-info--info {
    width: 100%;
    padding: 20px 0 0;
    text-align: center;
    }

}


/* -------------------------------------
header-search
------------------------------------- */
header .header-free {
    background-color: #b40a14;
    padding: 8px 10%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    }
p.head-ship-free {
    width: 60%;
    padding: 8px 5px !important;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    }
div.search {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 38%;
    align-items: center;
    margin-left: 2%;
    }
ul.search-area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 20px 0 0;
    padding: 0;
    align-items: center;
    }
ul.search-area li {
    }
ul.search-area li input {
    background: #fff;
    box-sizing: border-box;
    height: 34px;
    width: 270px;
    padding-left: 8px;
    }

div.s-btn-wrap{
    background: #fff;
    padding: 5px;
    border-radius: 3px;
    width: 50px;
    }
div.s-btn-wrap a{}


@media screen and (max-width:768px) {
header .header-free {
    padding: 8px 1%;
    }
p.head-ship-free {
    padding: 8px 5px !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    width: 85%;
    }
div.search {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 86%;
    align-items: center;
    margin: 0 auto;
    }
ul.search-area {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 20px 0 0;
    padding: 0;
    align-items: center;
    }
ul.search-area li input {
    background: #fff;
    box-sizing: border-box;
    height: 27px;
    width: 240px;
    padding-left: 8px;
    }
div.s-btn-wrap {
    background: #fff;
    padding: 2px;
    border-radius: 3px;
    width: 50px;
    }
}

/* -------------------------------------
header-scroll-hide
------------------------------------- */
#header{
    transition: all 1s ease;
    top: 0;
    }
#header.fixed-hide{
    transition: all 2s ease;
    top: -280px;
    opacity: 0;
    }

/*　上に上がる動き　*/
#header.fixed-hide{
    animation: UpAnime 1.5s forwards;
    }
@keyframes UpAnime{
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-280px);
    }
}

/*　下に下がる動き　*/
#header {
    animation: DownAnime 0.5s forwards;
    }
@keyframes DownAnime{
    from {
        opacity: 0;
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width:768px) {
#header.fixed-hide{
    transition: all 2s ease;
    top: -234px;
    opacity: 0;
    }
}


@media screen and (min-width:769px) {.none_pc, .sp {display: none !important;}}
@media screen and (max-width:768px) {.none_sp, .pc {display: none !important;}}


.inc01 {
  height: 350px!important;
}
.inc02 {
  height: 265px!important;
}

.sp_only {
  display: none!important;
}

@media screen and (max-width:769px) {
  .inc01 {
    height: 540px!important;
  }
  .inc02 {
    height: 240px!important;
  }
  .splide__slide {
    width: 100%!important;
  }

  .pc_only {
    display: none!important;
  }
  .sp_only {
    display: block!important;
  }
}



.wp-block-heading {
  background: #f4f3e9!important;
  color: #000!important;
  padding-left: 10px!important;
}
.wp-block-search__button {
  background: #000!important;
}
.hot-word a {
  color: #000;
}
ul.item-list p.item-name {
    margin: 0;
    line-height: 22px;
    font-family: 'Noto Sans JP', sans-serif;
}
ul.item-list p.item-name a {
    color: #000;
    font-size: 15.5px;
    font-weight: bold;
}
.price {
  margin-top: 0;
}
.title {
  margin: 0;
}
.cat-name {
  background: #f4f3e9!important;
  color: #000;
}
.list-link a {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.head p {
  color: #000;
}
.bottom-links li {
  color: #000;
}

.sidebar {
  margin-left: 20px;
}

.head_logo {
  width: 270px;
}


.left_parts {
  width: 75%;
}
.right_parts {
  width: 25%;
}

.breadcrumb a {
  color: #267326!important;
}
#toc_container, #ez-toc-container {
  border-top: solid 5px #267326;
}
.searchform__submit, .sidebar .wp-block-search .wp-block-search__button, .footer .wp-block-search .wp-block-search__button, .drawer .wp-block-search .wp-block-search__button, #toc_container .toc_title:before, .ez-toc-title-container:before, .cat-name, .pre_tag > span, .pagination .current, .post-page-numbers.current, #submit, .withtag_list > span, .entry-content .main-bc-before li:before, .main-bc-before li:before {
  background: #267326;
}
.fa-check {
  color: #267326!important;
}
#submit {
  background: #267326;
}
#toc_container .toc_title, .entry-content .ez-toc-title-container, #footer_menu .raised, .pagination a, .pagination span, #reply-title:before, .entry-content blockquote:before, .main-c-before li:before, .entry-content .main-c-before li:before, .main-c-b:before, .entry-content .main-c-b:before {
  color: #267326!important;
}
.sgb-toc-button {
  background: #267326!important;
}
.search-title i, .entry-content .acc-bc-before li:before, .acc-bc-before li:before {
  background: #267326!important;
}

@media screen and (max-width: 768px) {
  .header_cont {
    padding: 40px 0;
  }
  .head_logo {
    width: 200px;
    margin: 0 auto;
  }
  .left_parts {
    width: 100%;
  }
  .right_parts {
    width: 100%;
  }
  .sidebar {
    margin-left: 0;
    margin-top: 20px;
  }

  .entry-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
