@charset "UTF-8";
html {
  font-size: 10px;
}

body.shop {
  font-family: "Noto Sans JP","メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
  -moz-font-feature-settings: "palt";
       font-feature-settings: "palt";
  letter-spacing: 0.04em;
  /* clearfix (micro) */
  /* For IE 6/7 only */
}

body.shop a,
body.shop a:link,
body.shop a:visited,
body.shop a:active,
body.shop a:hover,
body.shop a:hover img {
  color: #000;
  text-decoration: none;
  /*
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: .80;
  */
}

body.shop a:hover {
  text-decoration: none;
}

body.shop a:hover,
body.shop a:hover img,
body.shop .img_hover:hover {
  /*
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    opacity: .80;
  */
}

body.shop img {
  vertical-align: bottom;
}

body.shop .img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

body.shop .clearfix:before,
body.shop .clearfix:after {
  content: ' ';
  display: table;
}

body.shop .clearfix:after {
  clear: both;
}

body.shop .clearfix {
  *zoom: 1;
}

body.shop p {
  /*word-break: break-all;*/
}

body.shop h1,
body.shop h2,
body.shop h3,
body.shop h4,
body.shop h5,
body.shop h6,
body.shop ul,
body.shop ol,
body.shop li,
body.shop dl,
body.shop dt,
body.shop dd,
body.shop img,
body.shop nav {
  margin: 0;
  padding: 0;
}

body.shop ul,
body.shop ol,
body.shop li {
  list-style: none;
}

body.shop h1,
body.shop h2,
body.shop h3,
body.shop h4,
body.shop h5,
body.shop h6 {
  color: #000;
}

body.shop div, body.shop p {
  padding: 0;
}

@media screen and (min-width: 768px), print {
  body.shop {
    background: url(https://basefile.akamaized.net/ecohansoku-base-shop/63edc9298b5b7/bg.png) repeat center center;
    -moz-background-size: auto;
         background-size: auto;
  }
  body.shop .show_sp {
    display: none !important;
  }
  body.shop img {
    max-width: 100%;
  }
  body.shop .root {
    min-width: 1200px;
  }
  body.shop .inner {
    width: 1200px;
    margin: 0 auto;
  }
  body.shop .header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 180px 0 60px;
    height: 100px;
    min-width: 1200px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
  }
  body.shop .header__logo {
    font-size: 0;
  }
  body.shop .header__logo a {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  body.shop .header__logo a:hover {
    opacity: 0.6;
  }
  body.shop .header__logo img {
    width: 280px;
  }
  body.shop .header__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.shop .header__menu__link a {
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
  }
  body.shop .header__menu__link a:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  body.shop .header__menu__link a:hover:after {
    width: 100%;
  }
  body.shop .header__menu__link a + a {
    margin-left: 50px;
  }
  body.shop .header__menu__link__search {
    margin-left: 50px;
  }
  body.shop .header__menu__link__search form {
    width: 290px;
    height: 38px;
    -moz-border-radius: 18px;
         border-radius: 18px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border: 1px solid #000;
    padding: 4px 14px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
  }
  body.shop .header__menu__link__search form input, body.shop .header__menu__link__search form button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    border: none;
    background: none;
  }
  body.shop .header__menu__link__search form button {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body.shop .header__menu__link__search form button:before, body.shop .header__menu__link__search form button:after {
    content: "";
    display: block;
    position: absolute;
  }
  body.shop .header__menu__link__search form button:before {
    width: 12px;
    height: 12px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 2px solid #000;
    top: 0;
    left: 0;
  }
  body.shop .header__menu__link__search form button:after {
    width: 2px;
    height: 6px;
    background-color: #000;
    -webkit-transform: rotate(-50deg);
       -moz-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
            transform: rotate(-50deg);
    bottom: 2px;
    right: 2px;
  }
  body.shop .footer {
    background-color: #fff;
    padding: 38px 0 80px;
    text-align: center;
    color: #030303;
    min-width: 1200px;
  }
  body.shop .footer .to-top {
    background-color: #000000;
    position: fixed;
    right: 50px;
    bottom: 80px;
    width: 54px;
    height: 54px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
  }
  body.shop .footer .to-top:hover {
    bottom: 85px;
  }
  body.shop .footer .to-top:before {
    content: '↑';
    color: #fff;
  }
  body.shop .footer__logo a {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  body.shop .footer__logo a:hover {
    opacity: 0.6;
  }
  body.shop .footer__menu {
    margin-top: 32px;
  }
  body.shop .footer__menu__link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.shop .footer__menu__link a {
    position: relative;
  }
  body.shop .footer__menu__link a:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  body.shop .footer__menu__link a:hover:after {
    width: 100%;
  }
  body.shop .footer__menu__link a + a {
    margin-left: 56px;
  }
  body.shop .footer__menu__link__small {
    margin-top: 62px;
  }
  body.shop .footer__menu__link__small a {
    margin: 0 28px;
    font-size: 1.3rem;
    line-height: 1;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  body.shop .footer__menu__link__small a:hover {
    opacity: 0.6;
  }
  body.shop .footer__menu__link__small a + a {
    position: relative;
  }
  body.shop .footer__menu__link__small a + a:before {
    content: "";
    display: block;
    position: absolute;
    left: -28px;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #030303;
    margin: auto;
  }
  body.shop .footer_copyright {
    font-size: 1.3rem;
    margin-top: 10px;
    text-align: center;
  }
  body.shop main {
    padding-bottom: 160px;
    min-height: -webkit-calc(100vh - 523px);
    min-height: -moz-calc(100vh - 523px);
    min-height: calc(100vh - 523px);
    position: relative;
  }
  body.shop main .not-public {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1.5em;
  }
  body.shop main .sec-ttl {
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
  }
  body.shop main .sec-ttl .en {
    color: #1daa48;
    font-size: 1.8rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
  }
  body.shop main .copy {
    text-align: center;
    margin-top: 40px;
    line-height: 1.8;
  }
  body.shop main .detail_btn {
    margin-top: 65px;
    width: 322px;
    height: 62px;
    background-color: #fff;
    border: 1px solid #000;
    -moz-border-radius: 34px;
         border-radius: 34px;
    margin: 65px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 1.5px;
    -moz-box-shadow: 6px 6px 0px 0px #000;
         box-shadow: 6px 6px 0px 0px #000;
    -webkit-transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
    transition: box-shadow 0.3s ease, -webkit-transform 0.3s ease;
    -moz-transition: transform 0.3s ease, box-shadow 0.3s ease, -moz-transform 0.3s ease, -moz-box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -moz-box-shadow 0.3s ease;
  }
  body.shop main .detail_btn:hover {
    -webkit-transform: translate(4px, 6px);
       -moz-transform: translate(4px, 6px);
        -ms-transform: translate(4px, 6px);
            transform: translate(4px, 6px);
    -moz-box-shadow: 0 0 0 0;
         box-shadow: 0 0 0 0;
  }
  body.shop main .under-sec + .under-sec {
    margin-top: 150px;
  }
  body.shop main .under-sec .sec-image {
    text-align: center;
    margin-top: 50px;
  }
  body.shop main .mv {
    position: relative;
    overflow: hidden;
    padding-bottom: 35px;
    min-width: 1200px;
  }
  body.shop main .mv_copy {
    position: absolute;
    bottom: 73px;
    left: 50%;
    margin-left: -600px;
    z-index: 10;
  }
  body.shop main .mv_copy span {
    color: #00873c;
    font-size: 4rem;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 2.4;
    padding: 10px 26px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
  }
  body.shop main .mv .swiper-slide {
    -moz-border-radius: 18px;
         border-radius: 18px;
    overflow: hidden;
  }
  body.shop main .mv .swiper-slide img {
    width: 100%;
  }
  body.shop main .mv .swiper-pagination {
    bottom: 0px;
  }
  body.shop main .mv .swiper-pagination-bullet {
    background-color: #d3d3d3;
    margin: 0;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  body.shop main .mv .swiper-pagination-bullet-active {
    background-color: #1daa48;
  }
  body.shop main .mv .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 20px;
  }
  body.shop main .sec-cont {
    margin-top: 73px;
    overflow: hidden;
    position: relative;
    min-width: 1200px;
  }
  body.shop main .sec-cont .sec-slide {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-width: 1200px;
    margin: 84px auto 0;
  }
  body.shop main .sec-cont .sec-slide .swiper-wrapper {
    width: 100%;
  }
  body.shop main .sec-cont .sec-slide .swiper-slide a {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  body.shop main .sec-cont .sec-slide .swiper-slide a:hover {
    opacity: 0.6;
  }
  body.shop main .sec-cont .swiper-button-next, body.shop main .sec-cont .swiper-button-prev {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #000;
    -moz-border-radius: 50%;
         border-radius: 50%;
    left: 50%;
    top: auto;
    bottom: 75px;
    position: absolute;
    margin: 0;
    -webkit-transition: margin 0.3s ease;
    -moz-transition: margin 0.3s ease;
    transition: margin 0.3s ease;
  }
  body.shop main .sec-cont .swiper-button-next:before, body.shop main .sec-cont .swiper-button-prev:before {
    content: "←";
    color: #fff;
    font-size: 2rem;
  }
  body.shop main .sec-cont .swiper-button-next:after, body.shop main .sec-cont .swiper-button-prev:after {
    content: none;
  }
  body.shop main .sec-cont .swiper-button-prev {
    margin-left: -625px;
  }
  body.shop main .sec-cont .swiper-button-prev:hover {
    margin-left: -630px;
  }
  body.shop main .sec-cont .swiper-button-next {
    margin-left: 575px;
  }
  body.shop main .sec-cont .swiper-button-next:hover {
    margin-left: 580px;
  }
  body.shop main .sec-cont .swiper-button-next:before {
    content: "→";
  }
  body.shop main .about {
    padding-top: 118px;
  }
  body.shop main .about_list {
    margin-top: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.shop main .about_list_item {
    width: 32%;
    background-color: #fff;
    border: 1px solid #000;
    -moz-border-radius: 18px;
         border-radius: 18px;
    position: relative;
    padding: 48px 40px 45px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  body.shop main .about_list_item .item_num {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -45px;
    width: 90px;
    height: 90px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.4rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border: 1px solid #000;
    letter-spacing: 2px;
  }
  body.shop main .about_list_item .item_img {
    height: 174px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.shop main .about_list_item .item_name {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 18px;
  }
  body.shop main .about_list_item .item_text {
    text-align: center;
  }
  body.shop main .about_list_item:nth-child(n+4) {
    margin-top: 86px;
  }
  body.shop main .about_list_item:nth-of-type(1) .item_img img {
    height: 80px;
  }
  body.shop main .about_list_item:nth-of-type(2) .item_img img {
    height: 113px;
  }
  body.shop main .about_list_item:nth-of-type(3) .item_img img {
    height: 112px;
  }
  body.shop main .about_list_item:nth-of-type(4) .item_img img {
    height: 106px;
  }
  body.shop main .about_list_item:nth-of-type(5) .item_img img {
    height: 120px;
  }
  body.shop main .about_list_item:nth-of-type(6) .item_img img {
    height: 82px;
  }
  body.shop main .pickup {
    margin-top: 128px;
  }
  body.shop main .pickup .inner {
    position: relative;
  }
  body.shop main .pickup__contribution {
    position: absolute;
    top: 46px;
    right: 10px;
  }
  body.shop main .pickup__contribution img {
    width: 22px;
  }
  body.shop main .pickup__contribution span {
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 7px;
  }
  body.shop main .pickup_list {
    margin-top: 48px;
  }
  body.shop main .pickup .product_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.shop main .pickup .product_list li {
    margin-left: 18px;
    width: 23.8%;
  }
  body.shop main .pickup .product_list li a {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  body.shop main .pickup .product_list li a:hover {
    opacity: 0.6;
  }
  body.shop main .pickup .product_list li img {
    -moz-border-radius: 12px;
         border-radius: 12px;
    background-color: #fff;
  }
  body.shop main .pickup .product_list li:nth-child(4n+1) {
    margin-left: 0;
  }
  body.shop main .pickup .product_list li:nth-child(n+5) {
    margin-top: 30px;
  }
  body.shop main .pickup .product_list li .product_name {
    margin-top: 16px;
  }
  body.shop main .pickup .product_list li .product_price {
    margin-top: 16px;
    color: #999999;
  }
  body.shop main .pickup .product_list .item {
    margin-left: 18px;
    width: 23.8%;
  }
  body.shop main .pickup .product_list .item a {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  body.shop main .pickup .product_list .item a:hover {
    opacity: 0.6;
  }
  body.shop main .pickup .product_list .item img {
    -moz-border-radius: 12px;
         border-radius: 12px;
    background-color: #fff;
  }
  body.shop main .pickup .product_list .item:nth-child(4n+1) {
    margin-left: 0;
  }
  body.shop main .pickup .product_list .item:nth-child(n+5) {
    margin-top: 30px;
  }
  body.shop main .pickup .product_list .item .itemTitle {
    margin-top: 16px;
  }
  body.shop main .pickup .product_list .item .itemTitle h2 {
    font-size: 1.6rem;
    font-weight: 500;
  }
  body.shop main .pickup .product_list .item .itemPrice {
    margin-top: 16px;
    color: #999999;
  }
  body.shop main .category {
    margin-top: 110px;
  }
  body.shop main .category_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -13px;
  }
  body.shop main .category_list li {
    width: 32%;
    margin-left: 2%;
    margin-top: 57px;
  }
  body.shop main .category_list li:nth-child(3n+1) {
    margin-left: 0;
  }
  body.shop main .category_list li a {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  body.shop main .category_list li a:hover {
    opacity: 0.6;
  }
  body.shop main .category_list li a img {
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
  body.shop main .category_list li a p {
    margin-top: 18px;
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 40px;
  }
  body.shop main .category_list li a p:before, body.shop main .category_list li a p:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body.shop main .category_list li a p:before {
    width: 30px;
    height: 30px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #1daa48;
  }
  body.shop main .category_list li a p:after {
    content: "→";
    color: #fff;
    font-size: 1.4rem;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.shop main .sdgs {
    margin-top: 128px;
  }
  body.shop main .sdgs_image {
    margin-top: 80px;
    text-align: center;
  }
  #baseMenu {
    top: 28px;
    position: absolute;
    right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  body.shop {
    background: url(https://basefile.akamaized.net/ecohansoku-base-shop/63edc9298b5b7/bg.png) repeat center center;
    -moz-background-size: auto;
         background-size: auto;
    font-size: 3.73333vw;
  }
  body.shop.active {
    height: 100vh;
    overflow: hidden;
  }
  body.shop.active:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 99;
  }
  body.shop .show_pc {
    display: none !important;
  }
  body.shop img {
    max-width: 100%;
  }
  body.shop .inner {
    width: 92vw;
    margin: 0 auto;
  }
  body.shop .header {
    position: relative;
    min-height: 37.33333vw;
  }
  body.shop .header__logo {
    position: absolute;
    top: 4.8vw;
    left: 5.33333vw;
    font-size: 0;
  }
  body.shop .header__logo img {
    width: 52vw;
  }
  body.shop .header__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.shop .header__menu .menu-trigger {
    position: fixed;
    width: 6.13333vw;
    height: 6.13333vw;
    right: 5.33333vw;
    top: 5.33333vw;
    display: block;
    z-index: 101;
  }
  body.shop .header__menu .menu-trigger:before, body.shop .header__menu .menu-trigger:after {
    content: "";
    width: 100%;
    height: 0.66667vw;
    display: block;
    background: #1daa48;
    position: absolute;
  }
  body.shop .header__menu .menu-trigger:before {
    top: 0.4vw;
  }
  body.shop .header__menu .menu-trigger:after {
    top: 4vw;
  }
  body.shop .header__menu .menu-trigger span {
    width: 100%;
    height: 0.66667vw;
    display: block;
    background: #1daa48;
    position: absolute;
    top: 2.13333vw;
  }
  body.shop .header__menu__logo {
    position: absolute;
    top: 4.8vw;
    left: 5.33333vw;
  }
  body.shop .header__menu__logo img {
    width: 52vw;
  }
  body.shop .header__menu__link {
    position: fixed;
    top: 0vw;
    z-index: 100;
    background-color: #fff;
    width: 100%;
    right: -100%;
    padding-top: 16vw;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    transition: right 0.3s ease;
  }
  body.shop .header__menu__link > a {
    font-size: 4.26667vw;
    font-weight: bold;
    position: relative;
    padding: 5.06667vw 0;
    margin: 0 5.33333vw;
    border-bottom: 1px solid #d3d3d3;
    display: block;
  }
  body.shop .header__menu__link > a:after {
    content: "→";
    display: block;
    color: #1daa48;
    right: 0;
    position: absolute;
    top: 4vw;
    margin: auto;
  }
  body.shop .header__menu__link__search {
    margin-top: 17.33333vw;
    margin-left: 5.06667vw;
    position: relative;
    padding-right: 170px;
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px);
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  body.shop .header__menu__link__search form {
    width: 100%;
    height: 10.66667vw;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border: 1px solid #000;
    padding: 2.13333vw 6.13333vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    position: relative;
  }
  body.shop .header__menu__link__search form input, body.shop .header__menu__link__search form button {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    -moz-box-shadow: none;
         box-shadow: none;
    border: none;
    background: none;
  }
  body.shop .header__menu__link__search form button {
    position: absolute;
    width: 5.6vw;
    height: 5.6vw;
    right: 4vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body.shop .header__menu__link__search form button:before, body.shop .header__menu__link__search form button:after {
    content: "";
    display: block;
    position: absolute;
  }
  body.shop .header__menu__link__search form button:before {
    width: 3.73333vw;
    height: 3.73333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    border: 0.53333vw solid #000;
    top: 0;
    left: 0;
  }
  body.shop .header__menu__link__search form button:after {
    width: 0.53333vw;
    height: 1.86667vw;
    background-color: #000;
    -webkit-transform: rotate(-50deg);
       -moz-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
            transform: rotate(-50deg);
    bottom: 0.53333vw;
    right: 0.53333vw;
  }
  body.shop .header__menu__link__search #baseMenu {
    position: absolute;
    z-index: 99;
    right: 5.33333vw;
    top: 1vw;
  }
  body.shop .header__menu__link__small {
    padding: 13.33333vw 0;
  }
  body.shop .header__menu__link__small a {
    font-size: 3.2vw;
    font-weight: 500;
    margin: 0 5.33333vw;
    display: block;
  }
  body.shop .header__menu__link__small a + a {
    margin-top: 6.4vw;
  }
  body.shop .header.active .menu-trigger:before, body.shop .header.active .menu-trigger:after {
    top: 2.66667vw;
  }
  body.shop .header.active .menu-trigger:before {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  body.shop .header.active .menu-trigger:after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  body.shop .header.active .menu-trigger span {
    display: none;
  }
  body.shop .header.active .header__menu__link {
    right: 0;
  }
  body.shop .footer {
    background-color: #fff;
    padding: 8.4vw 0 0;
    color: #030303;
    position: relative;
  }
  body.shop .footer .to-top {
    background-color: #000000;
    position: absolute;
    right: 5.33333vw;
    top: 7.33333vw;
    width: 10.13333vw;
    height: 10.13333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.shop .footer .to-top:before {
    content: '↑';
    color: #fff;
  }
  body.shop .footer__logo {
    padding: 0 6.66667vw;
  }
  body.shop .footer__logo img {
    width: 54.93333vw;
  }
  body.shop .footer__menu {
    margin-top: 6.66667vw;
  }
  body.shop .footer__menu__link {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 6.66667vw;
  }
  body.shop .footer__menu__link a {
    font-size: 3.46667vw;
  }
  body.shop .footer__menu__link a + a {
    margin-top: 6.66667vw;
  }
  body.shop .footer__menu__link__small {
    margin-top: 9.33333vw;
    padding: 8vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 1px solid #d3d3d3;
  }
  body.shop .footer__menu__link__small a {
    font-size: 2.93333vw;
    line-height: 1;
  }
  body.shop .footer__menu__link__small a + a {
    margin-left: 6.66667vw;
    position: relative;
  }
  body.shop .footer__menu__link__small a + a:before {
    content: "";
    display: block;
    position: absolute;
    left: -3.33333vw;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #030303;
    margin: auto;
  }
  body.shop .footer_copyright {
    font-size: 2.66667vw;
    margin-top: 3.2vw;
    text-align: center;
    padding-bottom: 6.66667vw;
  }
  body.shop main {
    padding-bottom: 21.33333vw;
  }
  body.shop main .sec-ttl {
    text-align: center;
    font-size: 6.66667vw;
    font-weight: 600;
  }
  body.shop main .sec-ttl .en {
    color: #1daa48;
    font-size: 3.2vw;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
  }
  body.shop main .copy {
    text-align: center;
    margin-top: 6.13333vw;
    line-height: 1.8;
  }
  body.shop main .detail_btn {
    width: 60vw;
    height: 14.66667vw;
    background-color: #fff;
    border: 1px solid #000;
    -moz-border-radius: 7.33333vw;
         border-radius: 7.33333vw;
    margin: 10.4vw auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    letter-spacing: 0.26667vw;
    -moz-box-shadow: 0.8vw 0.8vw 0px 0px #000;
         box-shadow: 0.8vw 0.8vw 0px 0px #000;
  }
  body.shop main .under-sec + .under-sec {
    margin-top: 20vw;
  }
  body.shop main .under-sec .sec-image {
    text-align: center;
    margin-top: 6.66667vw;
  }
  body.shop main .mv {
    overflow: hidden;
    position: relative;
  }
  body.shop main .mv_copy {
    margin-top: 13.33333vw;
    text-align: center;
  }
  body.shop main .mv_copy span {
    color: #00873c;
    font-size: 7.2vw;
    background-color: #fff;
    line-height: 2.4;
    padding: 1.6vw 4.8vw;
    font-family: 'Noto Serif JP', serif;
    font-weight: 700;
  }
  body.shop main .mv .swiper-slide {
    -moz-border-radius: 15px;
         border-radius: 15px;
    overflow: hidden;
  }
  body.shop main .mv .swiper-pagination {
    bottom: 37.33333vw;
  }
  body.shop main .mv .swiper-pagination-bullet {
    background-color: #d3d3d3;
    margin: 0;
    width: 2.26667vw;
    height: 2.26667vw;
    opacity: 1;
  }
  body.shop main .mv .swiper-pagination-bullet-active {
    background-color: #1daa48;
  }
  body.shop main .mv .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 2.66667vw;
  }
  body.shop main .sec-cont {
    margin-top: 8.93333vw;
    overflow: hidden;
    position: relative;
  }
  body.shop main .sec-cont .inner {
    width: 100%;
  }
  body.shop main .sec-cont .sec-slide {
    width: 100%;
    margin-top: 9.86667vw;
    overflow: hidden;
    position: relative;
  }
  body.shop main .sec-cont .sec-slide .swiper-wrapper {
    width: 100%;
  }
  body.shop main .sec-cont .swiper-button-next, body.shop main .sec-cont .swiper-button-prev {
    position: absolute;
    width: 10.13333vw;
    height: 10.13333vw;
    background-color: #000;
    -moz-border-radius: 50%;
         border-radius: 50%;
    top: auto;
    bottom: 10.66667vw;
    position: absolute;
    margin: 0;
  }
  body.shop main .sec-cont .swiper-button-next:before, body.shop main .sec-cont .swiper-button-prev:before {
    content: "←";
    color: #fff;
    font-size: 3.2vw;
  }
  body.shop main .sec-cont .swiper-button-next:after, body.shop main .sec-cont .swiper-button-prev:after {
    content: none;
  }
  body.shop main .sec-cont .swiper-button-prev {
    left: 5.33333vw;
  }
  body.shop main .sec-cont .swiper-button-next {
    right: 5.33333vw;
  }
  body.shop main .sec-cont .swiper-button-next:before {
    content: "→";
  }
  body.shop main .about {
    padding-top: 16.8vw;
  }
  body.shop main .about_list {
    margin-top: 2.66667vw;
    width: 100%;
  }
  body.shop main .about_list_item {
    background-color: #fff;
    border: 1px solid #000;
    -moz-border-radius: 2.13333vw;
         border-radius: 2.13333vw;
    position: relative;
    padding: 9.86667vw 11.2vw 6.66667vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-top: 13.33333vw;
  }
  body.shop main .about_list_item .item_num {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -8.4vw;
    width: 16.8vw;
    height: 16.8vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 4.8vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #fff;
    border: 1px solid #000;
    letter-spacing: 0.4vw;
  }
  body.shop main .about_list_item .item_img {
    height: 27.73333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.shop main .about_list_item .item_name {
    font-size: 4.8vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5.33333vw;
  }
  body.shop main .about_list_item .item_text {
    text-align: center;
  }
  body.shop main .about_list_item:nth-of-type(1) .item_img img {
    height: 16vw;
  }
  body.shop main .about_list_item:nth-of-type(2) .item_img img {
    height: 21.06667vw;
  }
  body.shop main .about_list_item:nth-of-type(3) .item_img img {
    height: 21.33333vw;
  }
  body.shop main .about_list_item:nth-of-type(4) .item_img img {
    height: 19.46667vw;
  }
  body.shop main .about_list_item:nth-of-type(5) .item_img img {
    height: 22.66667vw;
  }
  body.shop main .about_list_item:nth-of-type(6) .item_img img {
    height: 16vw;
  }
  body.shop main .pickup {
    margin-top: 19.33333vw;
  }
  body.shop main .pickup__contribution {
    margin-top: 7.46667vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.shop main .pickup__contribution img {
    width: 3.73333vw;
  }
  body.shop main .pickup__contribution span {
    font-size: 3.2vw;
    font-weight: 500;
    margin-left: 1.33333vw;
  }
  body.shop main .pickup_list {
    margin-top: 7.46667vw;
  }
  body.shop main .pickup .product_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body.shop main .pickup .product_list li {
    width: 47%;
  }
  body.shop main .pickup .product_list li:nth-child(n+3) {
    margin-top: 6.66667vw;
  }
  body.shop main .pickup .product_list li img {
    -moz-border-radius: 1.73333vw;
         border-radius: 1.73333vw;
    background-color: #fff;
  }
  body.shop main .pickup .product_list li .product_name {
    margin-top: 3.73333vw;
  }
  body.shop main .pickup .product_list li .product_price {
    margin-top: 1.86667vw;
    color: #999999;
  }
  body.shop main .pickup .product_list .item {
    width: 47%;
  }
  body.shop main .pickup .product_list .item:nth-child(n+3) {
    margin-top: 6.66667vw;
  }
  body.shop main .pickup .product_list .item img {
    -moz-border-radius: 1.73333vw;
         border-radius: 1.73333vw;
    background-color: #fff;
  }
  body.shop main .pickup .product_list .item .itemTitle {
    margin-top: 3.73333vw;
  }
  body.shop main .pickup .product_list .item .itemTitle h2 {
    font-size: 4vw;
    font-weight: 500;
  }
  body.shop main .pickup .product_list .item .itemPrice {
    margin-top: 1.86667vw;
    color: #999999;
  }
  body.shop main .category {
    margin-top: 19.46667vw;
  }
  body.shop main .category_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -0.8vw;
  }
  body.shop main .category_list li {
    width: 47%;
    margin-top: 8.8vw;
  }
  body.shop main .category_list li:nth-child(3n+1) {
    margin-left: 0;
  }
  body.shop main .category_list li a img {
    -moz-border-radius: 1.33333vw;
         border-radius: 1.33333vw;
  }
  body.shop main .category_list li a p {
    margin-top: 4vw;
    position: relative;
    font-size: 3.2vw;
    font-weight: bold;
    padding-left: 6.66667vw;
  }
  body.shop main .category_list li a p:before, body.shop main .category_list li a p:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  body.shop main .category_list li a p:before {
    width: 5.33333vw;
    height: 5.33333vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background-color: #1daa48;
  }
  body.shop main .category_list li a p:after {
    content: "→";
    color: #fff;
    font-size: 2.66667vw;
    width: 5.33333vw;
    height: 5.33333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.shop main .sdgs {
    margin-top: 18.66667vw;
  }
  body.shop main .sdgs_image {
    margin-top: 9.86667vw;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1520px), print {
  body.shop .header {
    padding-left: 40px;
  }
  body.shop .header__logo {
    width: 220px;
  }
  body.shop .header__menu__link a {
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
  }
  body.shop .header__menu__link a + a {
    margin-left: 20px;
  }
  body.shop .header__menu__link__search {
    margin-left: 10px;
  }
  body.shop .header__menu__link__search form {
    width: 234px;
  }
}
