html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 769px) {
  img {
    max-width: 100%;
  }
  img[src$=".svg"] {
    width: 100%;
  }
  .l-page {
    padding: 48px 0;
    background: #FFFBF2;
    position: relative;
  }
  .l-page h2 {
    font-size: 28px;
    margin-bottom: 32px;
    padding-left: 16px;
    border-left: 2px solid #7ebe57;
  }
  .l-page h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .l-page p {
    line-height: 1.8;
    margin-bottom: 24px;
  }
  .l-page table {
    line-height: 1.6;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
  }
  .l-page table th {
    padding: 1rem 2rem;
    border-bottom: 3px solid #f9f5ec;
  }
  .l-page table td {
    padding: 1rem;
    border-bottom: 1px solid #f9f5ec;
    border-left: 1px solid #f9f5ec;
  }
  .l-page .caption {
    font-size: 13px;
    margin: 24px 0 60px;
  }
  .l-page .section {
    margin-bottom: 56px;
  }
  .section-sub {
    padding: 56px 72px;
    margin-bottom: 32px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    background: #fff;
  }
  .content-list {
    border: 1px solid #eee;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    background: #fff;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .content-list dt {
    width: 30%;
  }
  .content-list dt .image {
    padding: 16px;
  }
  .content-list dt .image img {
    width: 100%;
  }
  .content-list dd {
    line-height: 1.6;
    width: 70%;
    padding: 24px;
  }
  .content-list dd .name {
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 20px;
  }
  .flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .flow-list li {
    width: 49%;
    margin-bottom: 24px;
    list-style: none;
    padding: 24px;
    border: 1px solid #eee;
    border-top: 3px solid #7ebe57;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flow-list li .img {
    width: 40%;
    padding-right: 16px;
  }
  .flow-list li .info {
    width: 60%;
  }
  .flow-list li .label {
    font-weight: bold;
    margin: 8px 0;
    font-size: 20px;
    color: #7ebe57;
  }
  .flow-list li .label span {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
  }
  .shoplist-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shoplist-img div {
    border: 1px solid #eee;
  }
  .shoplist-img div img {
    width: 100%;
  }
  .product-logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin: 32px auto;
  }
  .product-logo-list li {
    width: 200px;
    padding: 12px;
    background: #fff;
    margin: 0 16px 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .product-logo-list li div {
    margin: auto 0 auto;
    position: relative;
    width: 100%;
  }
  .product-logo-list li div img {
    width: 100%;
    height: auto;
  }
  .product-list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 48px;
    margin-bottom: 32px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    background: #fff;
  }
  .product-list .list-item .main-infomation {
    width: 50%;
  }
  .product-list .list-item .main-infomation .name {
    font-size: 26px;
    line-height: 1.2;
    color: #7ebe57;
    margin-bottom: 12px;
    font-weight: bold;
  }
  .product-list .list-item .main-infomation .description {
    font-size: 18px;
    line-height: 1.8;
    color: #7ebe57;
    margin-bottom: 24px;
  }
  .product-list .list-item .image {
    width: 50%;
    border: 1px solid #eee;
  }
  .product-list .list-item .sub-infomation {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #efe;
  }
  .product-list .list-item .sub-infomation p {
    line-height: 1.8;
    font-size: 16px;
  }
  .product-list .list-item .icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-list .list-item .icon-list li {
    background: #ddd;
    border-radius: 20px;
    padding: 12px 16px;
    margin: 0 4px 12px 0;
    font-size: 14px;
    color: #fff;
  }
  .product-list .list-item .icon-list .on {
    background: #7ebe57;
  }
  .product-list .list-item .star-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-list .list-item .star-item .label {
    border-radius: 20px 0 0 20px;
    background: #7ebe57;
    color: #fff;
    font-size: 14px;
    padding: 14px 16px 12px;
  }
  .product-list .list-item .star-item .stars {
    border-radius: 0 20px 20px 0;
    border: 1px solid #7ebe57;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #7ebe57;
    font-size: 14px;
    padding: 12px;
  }
  .product-list .list-item .star-item .stars .star-on {
    margin: 0 2px 0 0;
    font-size: 15px;
  }
  .product-list .list-item .star-item .stars .star-off {
    margin: 0 2px 0 0;
    font-size: 15px;
  }
  .container {
    width: 100%;
    max-width: 1112px;
    margin: 0 auto;
  }
  .main-header {
    background: #fff;
    border-top: 4px solid #7ebe57;
    z-index: 1000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }
  .main-header .logo {
    padding: 12px 0px 12px 8px;
    margin-right: 0;
  }
  .main-header .logo img {
    height: auto;
    width: 200px;
  }
  .header-copy {
    font-size: 10px;
    line-height: 1.4;
    margin: auto auto auto 4px;
    width: 155px;
  }
  .c-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: auto;
  }
  .c-global-cta {
    padding: 16px 16px 16px 0;
    min-width: 215px;
  }
  .c-global-cta .c-tel-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-global-cta .c-tel-number svg {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    color: #f18655;
    fill: #f18655;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .c-global-cta .c-tel-number .tel-number a {
    font-weight: bold;
    color: #f18655;
    font-size: 20px;
    text-decoration: none;
  }
  .c-global-cta .c-tel-caution {
    padding-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-global-cta .c-tel-caution .tel-caution-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #f18655;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 10px;
    margin-right: 8px;
    font-size: 10px;
  }
  .c-global-cta .c-tel-caution .tel-caution-content {
    color: #60625a;
    font-size: 12px;
  }
  .menu-toggle {
    display: none;
  }
  .global-nav {
    font-size: 12px;
  }
  .global-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .global-nav ul .global-nav-item {
    padding: 0 12px;
    min-width: 96px;
    position: relative;
    text-align: center;
  }
  .global-nav ul .global-nav-item:before {
    content: "";
    width: 1px;
    height: 32px;
    background: #e1e3df;
    position: absolute;
    left: 0;
    top: calc(50% - 16px);
  }
  .global-nav ul .global-nav-item:first-child:before {
    display: none;
  }
  .global-nav ul .global-nav-item.active:after {
    content: "";
    width: 56px;
    height: 4px;
    background: #7ebe57;
    position: absolute;
    left: calc(50% - 28px);
    bottom: 0;
  }
  .global-nav ul .global-nav-item.active a {
    color: #7ebe57;
  }
  .global-nav ul .global-nav-item.active a .label {
    color: #7ebe57;
  }
  .global-nav ul .global-nav-item.active a svg {
    fill: #7ebe57;
  }
  .global-nav ul .global-nav-item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 0;
    text-decoration: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #c8cac5;
  }
  .global-nav ul .global-nav-item a svg {
    fill: #c8cac5;
    width: 24px;
    height: 24px;
  }
  .global-nav ul .global-nav-item a .label {
    padding-top: 8px;
    color: #383a35;
    font-weight: bold;
    display: inline-block;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .global-nav ul .global-nav-item a:hover {
    color: #7ebe57;
  }
  .global-nav ul .global-nav-item a:hover .label {
    color: #7ebe57;
  }
  .global-nav .icon-youtube {
    display: flex;
    align-items: center;
    margin-right: 15px;
    padding-left: 0;
  }
  .global-nav .icon-youtube img{
    width: 140px;
  }
  .global-nav .icon-youtube:before {
    display: none;
  }
  .main-footer {
    width: 100%;
  }
  .main-footer .to-top-bar {
    padding: 8px;
    background: #f9f5ec;
    position: relative;
  }
  .main-footer .to-top-bar a {
    width: 80px;
    height: 40px;
    border-radius: 40px 40px 0 0;
    padding-bottom: 8px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    background: #f9f5ec;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .main-footer .to-top-bar a:after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border-top: 2px solid #f18655;
    border-right: 2px solid #f18655;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .main-footer .c-footer-top {
    padding: 32px 24px;
    background: #7ebe57;
  }
  .main-footer .c-footer-top .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-footer .c-footer-top .footer-nav .footer-nav-item {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 24px;
  }
  .main-footer .c-footer-top .footer-nav .footer-nav-item:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
  .main-footer .c-footer-top .footer-nav .footer-nav-item a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
  }
  .main-footer .c-footer-copyright {
    background: #65a33f;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 16px 24px;
  }
  .main-footer .c-footer-copyright .copyright {
    opacity: 0.75;
    font-size: 10px;
    text-align: center;
    color: #fff;
  }
  .fixed-footer-button {
    display: none;
  }
  .l-hero-area {
    position: relative;
    background: #f1f3ef;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-hero-area .hero-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: auto;
  }
  .l-hero-area .hero-image img {
    width: 100%;
    height: auto;
  }
  .l-hero-area .c-hero-description {
    width: 320px;
    background: #7ebe57;
  }
  .l-hero-area .c-hero-description .hero-lead {
    position: absolute;
    top: calc(50% - 180px);
    right: 40px;
    width: 360px;
    height: 360px;
    background: #fff;
    font-size: 28px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 20px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 20px 20px rgba(0, 0, 0, 0.05);
  }
  .l-hero-area .c-hero-description span {
    display: inline-block;
    line-height: 1.4;
    padding: 2px 0;
    color: #30322a;
  }
  .l-hero-area .c-hero-description span:first-letter {
    color: #7ebe57;
    font-size: 32px;
  }
  .l-product {
    background: #f9f5ec;
    padding: 48px 0;
    position: relative;
  }
  .l-product .product-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-product .product-item {
    width: calc(50% - 8px);
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    background: #fff;
    position: relative;
    margin-bottom: 16px;
  }
  .l-product .product-item a {
    text-decoration: none;
    color: #7ebe57;
  }
  .l-product .product-item.full-item {
    width: 100%;
  }
  .l-product .product-item.full-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-product .product-item.full-item .product-image {
    width: 40%;
    min-height: 400px;
  }
  .l-product .product-item.full-item .product-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-product .product-item.full-item .product-content-image {
    margin: 0 auto 32px;
    padding-bottom: 32px;
    max-width: 86%;
    border-bottom: 1px solid #e1e3df;
  }
  .l-product .product-item.full-item .product-content-image img {
    max-width: 100%;
  }
  .l-product .product-item.full-item .product-content-image .product {
    width: 86%;
    margin: 0 auto 16px;
  }
  .l-product .product-item.full-item .product-content-image .logo {
    height: 48px;
    text-align: center;
  }
  .l-product .product-item.full-item .product-content-image .logo img {
    height: 100%;
    width: auto;
    display: inline-block;
  }
  .l-product .product-item .product-image {
    background: #f1f3ef;
    min-height: 320px;
    width: 100%;
    position: relative;
  }
  .l-product .product-item .product-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-product .product-item .product-content {
    padding: 32px 24px;
  }
  .l-product .product-item .product-title {
    font-size: 24px;
    color: #383a35;
    margin-bottom: 12px;
  }
  .l-product .product-item .product-description {
    font-size: 12px;
    letter-spacing: 4px;
  }
  .l-product .product-item-bnr {
    display: flex;
    justify-content: space-between;
    margin: 45px auto 50px;
  }
  .l-product .product-item-bnr a{
    display: block;
    width: 49%;
  }
  .l-news {
    padding: 64px 0 80px;
    background: #fff;
  }
  .section-header {
    text-align: center;
    margin-bottom: 40px;
  }
  .section-header .section-title {
    font-size: 28px;
    margin-bottom: 12px;
    padding: 0;
    border: none;
  }
  .section-header .section-title-decoration {
    font-size: 12px;
    font-weight: bold;
    color: #7ebe57;
    letter-spacing: 2px;
  }
  .section-header .section-image {
    margin: 32px auto;
    width: 100%;
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  }
  .l-news-post-lists {
    max-width: 720px;
    margin: 0 auto;
  }
  .l-news-post-lists .post-item {
    border-bottom: 1px dotted #e1e3df;
  }
  .l-news-post-lists .post-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 24px 16px 8px;
    text-decoration: none;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .l-news-post-lists .post-item a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #7ebe57;
    border-right: 2px solid #7ebe57;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: calc(50% - 4px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .l-news-post-lists .post-item a:hover .post-title {
    text-decoration: underline;
  }
  .l-news-post-lists .post-item a:hover:after {
    right: 4px;
  }
  .l-news-post-lists .post-item .posted-date {
    color: #7ebe57;
    min-width: 128px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
  }
  .l-news-post-lists .post-item .post-title {
    padding-left: 8px;
    font-size: 16px;
    color: #383a35;
    line-height: 1.4;
  }
  .c-news-lists-footer {
    padding: 40px 0 0;
    text-align: center;
  }
  .c-news-lists-footer .view-more-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 240px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #7ebe57;
    padding: 16px 40px;
    line-height: 1;
    border-radius: 24px;
    position: relative;
  }
  .c-news-lists-footer .view-more-button:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
  }
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  body {
    font-family: sans-serif;
  }
  img {
    max-width: 100%;
  }
  .l-page {
    padding: 48px 0;
    background: #FFFBF2;
    position: relative;
  }
  .l-page .section-image {
    height: 22vh;
    min-height: 150px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
  }
  .l-page h2 {
    font-size: 20px;
    margin-bottom: 32px;
    padding: 0 16px;
    border-left: 2px solid #7ebe57;
  }
  .l-page h3 {
    font-size: 16px;
    padding: 0 16px;
    margin-bottom: 24px;
  }
  .l-page p {
    line-height: 1.8;
    margin-bottom: 24px;
  }
  .l-page table {
    line-height: 1.6;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 32px;
  }
  .l-page table th {
    padding: 8px;
    border-bottom: 3px solid #f9f5ec;
  }
  .l-page table td {
    padding: 8px;
    border-bottom: 1px solid #f9f5ec;
    border-left: 1px solid #f9f5ec;
  }
  .l-page .caption {
    font-size: 12px;
    margin: 24px 2% 60px;
  }
  .l-page .section {
    margin-bottom: 56px;
  }
  .section-sub {
    padding: 24px 16px;
    margin-bottom: 32px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    background: #fff;
  }
  .content-list {
    border: 1px solid #eee;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    background: #fff;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .content-list dt {
    width: 100%;
    margin-bottom: 8px;
  }
  .content-list dt .image {
    padding: 16px;
  }
  .content-list dt .image img {
    width: 100%;
  }
  .content-list dd {
    line-height: 1.6;
    width: 100%;
    padding: 24px;
  }
  .content-list dd .name {
    font-weight: bold;
    margin-bottom: 12px;
    font-size: 20px;
  }
  .flow-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 96%;
    margin: 0 auto;
  }
  .flow-list li {
    width: 100%;
    margin-bottom: 24px;
    list-style: decimal inside;
    padding: 16px;
    border: 1px solid #eee;
    border-top: 3px solid #7ebe57;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    font-size: 14px;
  }
  .flow-list li .img {
    width: 100%;
    padding: 24px;
    margin: 0 0 12px;
    border: 1px solid #eee;
  }
  .flow-list li .info {
    width: 100%;
  }
  .flow-list li .label {
    font-weight: bold;
    margin: 8px 0;
    font-size: 16px;
    color: #7ebe57;
  }
  .flow-list li .label span {
    font-size: 14px;
    margin-right: 8px;
  }
  .shoplist-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .shoplist-img div {
    border: 1px solid #eee;
  }
  .product-logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin: 32px auto;
  }
  .product-logo-list li {
    width: 48%;
    padding: 12px;
    background: #fff;
    margin: 0 auto 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-logo-list li div {
    margin: auto 0 auto;
  }
  .product-list .list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 24px;
    margin-bottom: 32px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    background: #fff;
  }
  .product-list .list-item .main-infomation {
    width: 100%;
    margin-bottom: 16px;
  }
  .product-list .list-item .main-infomation .name {
    font-size: 20px;
    line-height: 1.2;
    color: #7ebe57;
    margin-bottom: 12px;
    font-weight: bold;
  }
  .product-list .list-item .main-infomation .description {
    font-size: 16px;
    line-height: 1.8;
    color: #7ebe57;
    margin-bottom: 24px;
  }
  .product-list .list-item .image {
    width: 100%;
    border: 1px solid #eee;
  }
  .product-list .list-item .sub-infomation {
    margin-top: 8px;
    padding-top: 24px;
    border-top: 1px solid #efe;
  }
  .product-list .list-item .sub-infomation p {
    line-height: 1.8;
    font-size: 16px;
  }
  .product-list .list-item .icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-list .list-item .icon-list li {
    background: #ddd;
    border-radius: 20px;
    padding: 12px 12px;
    margin: 0 4px 12px 0;
    font-size: 14px;
    color: #fff;
  }
  .product-list .list-item .icon-list .on {
    background: #7ebe57;
  }
  .product-list .list-item .star-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-list .list-item .star-item .label {
    border-radius: 20px 0 0 20px;
    background: #7ebe57;
    color: #fff;
    font-size: 14px;
    padding: 14px 16px 12px;
  }
  .product-list .list-item .star-item .stars {
    border-radius: 0 20px 20px 0;
    border: 1px solid #7ebe57;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #7ebe57;
    font-size: 14px;
    padding: 12px;
  }
  .product-list .list-item .star-item .stars .star-on {
    margin: 0 2px 0 0;
    font-size: 15px;
  }
  .product-list .list-item .star-item .stars .star-off {
    margin: 0 2px 0 0;
    font-size: 15px;
  }
  .container {
    width: 100%;
    max-width: 100vw;
    margin: 0 auto;
  }
  .main-header {
    background: #fff;
    border-top: 4px solid #7ebe57;
    z-index: 1000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-right: 56px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    height: 64px;
  }
  .main-header .logo {
    padding: 8px 8px;
    margin-right: auto;
  }
  .main-header .logo img {
    height: 30px;
    width: auto;
  }
  .c-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: auto;
  }
  .header-copy {
    display: none;
  }
  .c-global-cta {
    padding: 8px 8px;
  }
  .c-global-cta .c-tel-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-global-cta .c-tel-number svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    color: #f18655;
    fill: #f18655;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .c-global-cta .c-tel-number .tel-number a {
    font-weight: bold;
    color: #f18655;
    font-size: 11px;
    text-decoration: none;
  }
  .c-global-cta .c-tel-caution {
    padding-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-global-cta .c-tel-caution .tel-caution-label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #f18655;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    padding: 4px 4px;
    border-radius: 8px;
    margin-right: 4px;
    font-size: 10px;
  }
  .c-global-cta .c-tel-caution .tel-caution-content {
    color: #60625a;
    font-size: 10px;
  }
  .menu-toggle {
    position: absolute;
    right: 16px;
    top: calc(50% - 2px);
    width: 32px;
    height: 3px;
    background: #7ebe57;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .menu-toggle:before, .menu-toggle:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #7ebe57;
    position: absolute;
    left: 0;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .menu-toggle:before {
    top: -10px;
  }
  .menu-toggle:after {
    bottom: -10px;
  }
  .menu-toggle.toggle-on {
    background: transparent;
  }
  .menu-toggle.toggle-on:before, .menu-toggle.toggle-on:after {
    top: 0;
    bottom: auto;
  }
  .menu-toggle.toggle-on:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu-toggle.toggle-on:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header-open .global-nav {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
  }
  .global-nav {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    background: rgba(255, 255, 255, 0.95);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .global-nav:before {
    content: "";
    height: calc(100vh - 64px);
    width: 100%;
    background: rgba(56, 58, 53, 0.75);
    position: fixed;
    left: 0;
    top: 64px;
    z-index: -1;
  }
  .global-nav .global-nav-item {
    background: #fff;
    border-bottom: 1px solid #e1e3df;
  }
  .global-nav .global-nav-item a {
    display: block;
    padding: 16px 32px 16px 16px;
    position: relative;
    text-decoration: none;
    color: #7ebe57;
    font-size: 16px;
  }
  .global-nav .global-nav-item a i {
    color: #7ebe57;
  }
  .global-nav .global-nav-item a svg {
    fill: #7ebe57;
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .global-nav .global-nav-item a .label {
    color: #383a35;
    font-weight: bold;
  }
  .global-nav .global-nav-item a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #7ebe57;
    border-right: 2px solid #7ebe57;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 16px;
    top: calc(50% - 4px);
  }
  .global-nav .icon-youtube{
    display: block;
  }
  .global-nav .icon-youtube img{
    width: 95px;
  }
  .main-footer {
    width: 100%;
    padding-bottom: 66px;
  }
  .main-footer .to-top-bar {
    padding: 8px;
    background: #f9f5ec;
    position: relative;
  }
  .main-footer .to-top-bar a {
    width: 80px;
    height: 40px;
    border-radius: 40px 40px 0 0;
    padding-bottom: 8px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    background: #f9f5ec;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .main-footer .to-top-bar a:after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    border-top: 2px solid #f18655;
    border-right: 2px solid #f18655;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .main-footer .c-footer-top {
    background: #7ebe57;
  }
  .main-footer .c-footer-top .footer-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-footer .c-footer-top .footer-nav .footer-nav-item {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-footer .c-footer-top .footer-nav .footer-nav-item:nth-child(2n+1) {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
  .main-footer .c-footer-top .footer-nav .footer-nav-item:nth-child(5), .main-footer .c-footer-top .footer-nav .footer-nav-item:nth-child(6) {
    border-bottom: none;
  }
  .main-footer .c-footer-top .footer-nav .footer-nav-item a {
    padding: 16px 24px;
    display: block;
    text-align: center;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
  }
  .main-footer .c-footer-copyright {
    background: #65a33f;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 16px 24px;
  }
  .main-footer .c-footer-copyright .copyright {
    opacity: 0.75;
    font-size: 10px;
    text-align: center;
    color: #fff;
  }
  .fixed-footer-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    padding: 16px 10px 16px;
    color: #fff;
    background: rgba(126, 190, 87, 0.85);
    font-size: 13px;
    text-decoration: none;
  }
  .fixed-footer-button .icon {
    width: 30px;
    font-size: 30px;
    margin: auto 8px auto auto;
  }
  .fixed-footer-button .shop-info {
    margin: auto auto auto 0;
  }
  .fixed-footer-button .number {
    font-size: 18px;
    font-weight: bold;
    display: block;
  }
  .fixed-footer-button .shopname {
    display: block;
    margin-bottom: 4px;
  }
  .l-hero-area {
    position: relative;
    background: #f1f3ef;
  }
  .l-hero-area .hero-image {
    width: 100%;
    height: auto;
    max-height: 150px;
    overflow: hidden;
  }
  .l-hero-area .hero-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .l-hero-area .c-hero-description {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .l-hero-area .c-hero-description .hero-lead {
    font-size: 20px;
    padding: 40px 20px;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .l-hero-area .c-hero-description span {
    display: inline-block;
    line-height: 1.4;
    color: #fff;
  }
  .swiper-container {
    margin-bottom: 32px;
  }
  .l-product {
    background: #f9f5ec;
    padding: 104px 20px 32px;
    margin-top: 1px;
    position: relative;
  }
  .l-product .product-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -80px;
  }
  .l-product .product-item {
    width: 100%;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
    background: #fff;
    position: relative;
    margin-bottom: 16px;
  }
  .l-product .product-item a {
    text-decoration: none;
    color: #7ebe57;
  }
  .l-product .product-item.full-item .product-content-image {
    display: none;
  }
  .l-product .product-item .product-image {
    background: #f1f3ef;
    height: 200px;
    width: 100%;
    position: relative;
  }
  .l-product .product-item .product-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-product .product-item .product-content {
    padding: 20px 16px;
  }
  .l-product .product-item .product-title {
    font-size: 18px;
    color: #383a35;
    margin-bottom: 8px;
    line-height: 1.25;
  }
  .l-product .product-item .product-description {
    font-size: 12px;
    letter-spacing: 4px;
  }
  .l-product .product-item-bnr {
    margin: 25px auto 0px;
  }
  .l-product .product-item-bnr a{
    display: block;
  }
  .l-product .product-item-bnr a:first-child{
    display: block;
    margin-bottom: 15px;
  }
  .l-news {
    padding: 48px 0 72px;
    background: #fff;
  }
  .section-header {
    text-align: center;
    margin-bottom: 40px;
  }
  .section-header .section-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .section-header .section-title-decoration {
    font-size: 10px;
    font-weight: bold;
    color: #7ebe57;
    letter-spacing: 2px;
  }
  .l-news-post-lists {
    margin: 0 auto;
    padding: 0 16px;
  }
  .l-news-post-lists .post-item {
    border-bottom: 1px dotted #e1e3df;
  }
  .l-news-post-lists .post-item:first-child {
    border-top: 1px dotted #e1e3df;
  }
  .l-news-post-lists .post-item a {
    display: block;
    padding: 12px 24px 12px 0;
    text-decoration: none;
    position: relative;
  }
  .l-news-post-lists .post-item a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #7ebe57;
    border-right: 2px solid #7ebe57;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 8px;
    top: calc(50% - 4px);
  }
  .l-news-post-lists .post-item .posted-date {
    display: inline-block;
    background: #7ebe57;
    padding: 3px 8px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.4;
  }
  .l-news-post-lists .post-item .post-title {
    font-size: 14px;
    color: #383a35;
    line-height: 1.4;
  }
  .c-news-lists-footer {
    padding: 40px 0 0;
    text-align: center;
  }
  .c-news-lists-footer .view-more-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 240px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: #7ebe57;
    padding: 16px 40px;
    line-height: 1;
    border-radius: 24px;
    position: relative;
  }
  .c-news-lists-footer .view-more-button:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: calc(50% - 4px);
  }
  body {
    max-width: 100vw;
  }
  body img {
    max-width: 100%;
  }
  .pc-only {
    display: none !important;
  }
}
