/* adjust
------------------------------------------------------------ */
body {
  overflow: hidden;
}

body.scroll01 header {
  position: relative;
}

body.scroll01 {
  padding-top: 0 !important;
}

body.scroll01 header {
  position: relative;
  padding: 20px 0 0;
  border-top-width: 5px;
}

body.scroll01 .header-unit {
  display: block !important;
}

@media only screen and (max-width: 1199px) {
  .header {
    position: absolute;
  }
}


/* 浅漬けポータル配下共通
------------------------------------------------------------ */
.main_content {
  font-family: "Noto Sans Japanese", "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
}

img.only-pc {
  display: inline-block;
}
img.only-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  img.only-pc {
    display: none;
  }
  img.only-sp {
    display: inline-block;
  }
}
br.only-pc {
  display: inline;
}
br.only-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  br.only-pc {
    display: none;
  }
  br.only-sp {
    display: inline;
  }
}

/* header
------------------------------------------------------------ */
.brand-header-wrap {
  position: relative;
  height: 83px;
}

.brand-header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 9px 0 8px;
  background-color: #fff;
}
.brand-header.is-fixed {
  position: fixed;
}
@media only screen and (max-width: 640px) {
  .brand-header {
    padding: 0 10px;
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
  }
}

.brand-header_inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
  padding-left: 160px;
}
@media only screen and (max-width: 640px) {
  .brand-header_inner {
    max-width: none;
    width: auto;
    padding-left: 130px;
  }
}

.brand-header_logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 160px;
}
@media only screen and (max-width: 640px) {
  .brand-header_logo {
    width: 130px;
  }
}

.brand-header_logo > a {
  display: block;
  width: 100%;
  height: 100%;
}

.brand-header_logo > a:hover,
.brand-header_logo > a:active {
  opacity: .8;
}
@media only screen and (max-width: 640px) {
  .brand-header_logo > a:hover,
  .brand-header_logo > a:active {
    opacity: 1;
  }
}

.brand-header_logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .brand-header_logo img {
    max-width: 76.15%;
  }
}

.brand-header_logo img:hover,
.brand-header_logo img:active {
  opacity: 1;
}

.brand-header_body {
  padding: 10px 0;
}
@media only screen and (max-width: 640px) {
  .brand-header_body {
    padding: 0;
  }
}

.brand-header_navi {
}

.brand-header_navi_inner {
  display: table;
  margin-right: 0;
  margin-left: auto;
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,.8) 5%);
}

.brand-header_navi_inner.is-moving {
  cursor: w-resize;
}

.brand-header_navi_inner.is-moving a {
  pointer-events: none;
}

.brand-header_navi_inner > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.brand-header_navi_item {
  display: table;
  width: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .brand-header_navi_item {
    font-size: 14px;
    white-space: nowrap;
  }
}

.brand-header_navi_item a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 15px;
  border-bottom: 3px solid #fff;
}
@media only screen and (max-width: 640px) {
  .brand-header_navi_item a {
    padding: 11px 9px;
  }
}

.brand-header_navi_item a:hover,
.brand-header_navi_item a:active,
.brand-header_navi_item a.is-current {
  text-decoration: none;
  border-bottom-color: #d2161a;
}

.brand-header_lower-navi {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  padding-top: 12px;

  pointer-events: none;
  opacity: 0;
  transition: opacity .2s ease;
}
@media only screen and (max-width: 1199px) {
  .brand-header_lower-navi {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .brand-header_lower-navi {
    padding-top: 0;
    overflow-y: auto;
    max-height: calc(100vh - 97px);
  }
  .is-fixed .brand-header_lower-navi {
    max-height: calc(100vh - 50px);
  }
}
.brand-header_lower-navi.is-current {
  pointer-events: auto;
  opacity: 1;
}
.brand-header_lower-navi::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 25px;
  border-style: solid;
  border-width: 0 8px 12px 8px;
  border-color: transparent transparent #d2161a transparent;
}
@media only screen and (max-width: 1199px) {
  .brand-header_lower-navi::after {
    left: auto;
    right: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .brand-header_lower-navi::after {
    display: none;
  }
}

.brand-header_lower-navi_item {
  border: solid 1px #d2161a;
  border-top: none;
  font-size: 15px;
  text-align: left;
  background-color: #d2161a;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .brand-header_lower-navi_item {
    border: solid 1px #e5e5e5;
    border-top: none;
  }
}

.brand-header_lower-navi_item:first-child {
  border-top: solid 1px #d2161a;
}
@media only screen and (max-width: 640px) {
  .brand-header_lower-navi_item:first-child {
    border-top: solid 1px #d2161a;
  }
}

.brand-header_lower-navi_item > a {
  display: block;
  padding: 12px 28px 12px 12px;
  background: #d2161a url(/shared/img/svg/ar02.svg)no-repeat center right 20px;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .brand-header_lower-navi_item > a {
    padding: 10px 28px 10px 10px;
  }
}

.brand-header_lower-navi_item > a:hover,
.brand-header_lower-navi_item > a:active {
  background-color: #fff;
  background-image: url(/shared/img/svg/ar01.svg);
  color: #231815;
  text-decoration: none;
}


/* header
------------------------------------------------------------ */
#breadcrumb {
  margin-bottom: 0;
  padding-bottom: 15px;
  background-color: #e7e7e7;
}


/* title
------------------------------------------------------------ */
.content-title {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 62px;
}
 .content-title + .lead {
  margin-top: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 640px){
   .content-title + .lead {
    margin-top: 24px;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
/* contents
------------------------------------------------------------ */
.content-inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 96%;
}
@media only screen and (max-width: 640px){
  .content-inner {
    width: auto;
    padding: 0 15px;
  }

  .content-inner .slick-slider {
    width: auto !important;
    margin-right: -15px;
    margin-left: -15px;
  }
}

/* 商品ラインナップ
------------------------------------------------------------ */
.asaduke_top_content {
  padding-top: 70px;
}
.asaduke_top_content.product {
  padding-top: 96px;
  background: url(/sp/asaduke/common/img/product_bg01.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 640px){
  .asaduke_top_content.product {
    padding-top: 45px;
    padding-bottom: 72px;
  }
}
.asaduke_top_content.product .content-inner {
  position: relative;
  width: 100%;
}
.product .content-inner:before,
.product .content-inner:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.product .content-inner:before {
  background-image: url(/sp/asaduke/common/img/product_bg02.png);
  width: 26.83%;
  max-width: 322px;
  min-height: 91px;
  padding-top: 7.583333%;
  top: 0;
  left: 5.58%;
}
.product .content-inner:after {
  background-image: url(/sp/asaduke/common/img/product_bg03.png);
  width: 18.58%;
  max-width: 223px;
  padding-top: 11.666667%;
  min-height: 140px;
  top: -13px;
  right: 12.41%;
}
.product .content-title{
  max-width: 379px;
  background: url(/sp/asaduke/img/title_ribbon_product.png) no-repeat center top;
  background-size: 176px auto;
  padding-top: 89px;
}
@media only screen and (max-width: 640px){
  .product .content-title{
    max-width: 274px;
    background: url(/sp/asaduke/img/title_ribbon_product.png) no-repeat center top;
    background-size: 176px auto;
    padding-top: 75px;
  }
  .product .content-inner:before,
  .product .content-inner:after {
    content: normal;
  }
}
@media only screen and (max-width: 640px){
  .product_dish {
    width: 96.8%;
  }
}

/* fixed banner
------------------------------------------------------------ */
.fixedbanner {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 0;
  width: 374px;
  background-color: #fff;
  z-index: 1000;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.3);
}
@media only screen and (max-width: 640px){
.fixedbanner {
  right: 0;
  width: 60%;
}
}

.fixedbanner img {
  width: 100%;
  height: auto;
}

.fixedbanner_close {
  position: absolute;
  top: -24px;
  right: 0;
}

.fixedbanner_close button {
  width: 24px;
  height: 24px;
  border: none;
  outline: 0;
  padding: 0;
  background: url(/sp/asaduke/common/img/banner_btn01.png) no-repeat right top;
  background-size: 100% 100%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fixedbanner_close button:hover,
.fixedbanner_close button:active {
  opacity: .7;
}
/* recipe_3col
------------------------------------------------------------ */
.recipe_3col {
  width: 100%;
  overflow: hidden;
  font-size: 0;
  text-align: center;
}
.recipe_3col .recipe_3col_item{
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.recipe_3col .recipe_3col_item:nth-child(2){
  margin-left: 5%;
  margin-right: 5%;
}
.recipe_3col .recipe_3col_item a{
  display: block;
}
.recipe_3col.opt-vege .recipe_3col_item a{
  background: #fff;
}
@media only screen and (max-width: 640px){
  .recipe_3col.opt-vege .recipe_3col_item a{
    background: none;
  }
}
.recipe_img_wrap{
  width: 100%;
  position: relative;
  padding-top: 68.89%;
  overflow: hidden;
}
@media only screen and (max-width: 640px){
  .recipe_3col.opt-vege .recipe_img_wrap{
    background: #fff;
  }
}
.recipe_3col .recipe_3col_item .recipe_img{
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.recipe_3col .recipe_3col_item .recipe_img.opt-movie > img {
  position: absolute;
  bottom: -11px;
  left: 0;
}
@media only screen and (max-width: 1200px){
  .recipe_3col .recipe_3col_item .recipe_img.opt-movie > img {
    bottom: -0.83333vw;
  }
}
@media only screen and (max-width: 640px) {
  .recipe_3col .recipe_3col_item .recipe_img.opt-movie > img {
    bottom: -2vw;
  }
}
.recipe_3col .recipe_3col_item .note{
  padding: 21px 5px;
  background: #fff;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 640px){
  .recipe_3col .recipe_3col_item .note{
    padding: 14px 0;
  }
}
.recipe_3col .recipe_3col_item .note p{
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
@media only screen and (max-width: 640px){
  .recipe_3col .recipe_3col_item .note p{
    font-size: 15px;
  }
}
.recipe_3col .recipe_3col_item a:hover{
  text-decoration: none;
}
.recipe_3col .recipe_3col_item a:hover .recipe_img{
  width: 100%;
  opacity: 0.8;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.recipe_3col .recipe_3col_item a:hover .note{
  background: rgba(146, 135, 105, 0.2);
  transition: all 0.2s ease-out;
}
.recipe_3col.opt-vege .recipe_3col_item a:hover .note{
  background: #fff;
  color: #9a918f;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 640px){
  .recipe_3col .recipe_3col_item{
    padding: 0 12px;
  }
  .recipe_3col .recipe_3col_item:nth-child(2){
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 640px){
  .recipe_3col.col1 .recipe_3col_item {
    width: 90%;
  }
}
/* vegetables_list
------------------------------------------------------------ */
.vegetables_list {
  position: relative;
  width: 96%;
  max-width: 1200px;
  margin: 5.5% auto 0;
  padding: 2.17% 0;
}
.vegetables_list::before,
.vegetables_list::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  width: 4.75%;
  height: 100%;
  margin: auto 0;
  background: no-repeat center center;
  background-size: 100% 100%;
  z-index: 1;
}
.vegetables_list::before {
  left: 0;
  background-image: url(/sp/asaduke/common/img/slide_bg03.png);
}
.vegetables_list::after {
  right: 0;
  background-image: url(/sp/asaduke/common/img/slide_bg04.png);
}
@media only screen and (max-width: 640px){
  .vegetables_list {
    margin-top: 9.86%;
    max-width: none;
    padding: 0;
  }
  .vegetables_list::before,
  .vegetables_list::after {
    width: 8.8%;
  }
}

.vegetables_list_item {
  position: relative;
  padding: 0 8px;
}
.vegetables_list_item:before {
  position: absolute;
  width: 4.87%;
  height: 15.32%;
  top: 10.34%;
  left: 6.71%;
  content: "";
  background: url(/sp/asaduke/vege_plaza/img/content_link_title_ribbon_icon.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 640px){
  .vegetables_list_item {
    padding-left: 5px;
    padding-right: 5px;
  }
  .vegetables_list_item:before {
    top: 11.4%;
    left: 7.87%;
  }
}

.vegetables_list_item a {
  display: block;
}

.vegetables_list_item a .circle {
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  background-color: #f7f6f4;
  transition: background .2s ease;
}

.vegetables_list_item.opt-radish a:hover .circle,
.vegetables_list_item.opt-radish a:active .circle {
  background-color: #dff5ff;
}
.vegetables_list_item.opt-chinese-cabbage a:hover .circle,
.vegetables_list_item.opt-chinese-cabbage a:active .circle {
  background-color: #edf1e3;
}
.vegetables_list_item.opt-turnip a:hover .circle,
.vegetables_list_item.opt-turnip a:active .circle {
  background-color: #f5ecdf;
}
.vegetables_list_item.opt-cabbage a:hover .circle,
.vegetables_list_item.opt-cabbage a:active .circle {
  background-color: #ecf4c2;
}
.vegetables_list_item.opt-cucumber a:hover .circle,
.vegetables_list_item.opt-cucumber a:active .circle {
  background-color: #e2f5e6;
}
.vegetables_list_item.opt-eggplant a:hover .circle,
.vegetables_list_item.opt-eggplant a:active .circle {
  background-color: #ece2f5;
}
.vegetables_list_item.opt-burdockroot a:hover .circle,
.vegetables_list_item.opt-burdockroot a:active .circle {
  background-color: #f9daca;
}
.vegetables_list_item.opt-bunashimeji a:hover .circle,
.vegetables_list_item.opt-bunashimeji a:active .circle {
  background-color: #ffd9b4;
}
.vegetables_list_item.opt-lotusroot a:hover .circle,
.vegetables_list_item.opt-lotusroot a:active .circle {
  background-color: #fbf5c4;
}
.vegetables_list_item.opt-chinese_yam a:hover .circle,
.vegetables_list_item.opt-chinese_yam a:active .circle {
  background-color: #ffe4bd;
}
.vegetables_list_item.opt-onion a:hover .circle,
.vegetables_list_item.opt-onion a:active .circle {
  background-color: #fcdfc3;
}
.vegetables_list_item.opt-lettuce a:hover .circle,
.vegetables_list_item.opt-lettuce a:active .circle {
  background-color: #e9f5c7;
}


.vegetables_list_item a .circle .link_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
}

.vegetables_list_item a:hover .circle .link_img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.vegetables_list_item .title {
  position: absolute;
  width: 55.75%;
  height: 13.58%;
  top: 8.6%;
  left: 6.71%;
  z-index: 3;
}
@media only screen and (max-width: 640px){
  .vegetables_list_item .title{
    position: absolute;
    width: 70%;
    height: auto;
    top: 5%;
    left: 4.1%;
    z-index: 2;
  }
}
.vegetables_list_item .title img {
  display: block;
}
.vegetables_list_item a:hover img{
  opacity: 1;
}

.vegetables_list_item .text {
  position: absolute;
  top: 79.72%;
  left: 0;
  right: 0;
  width: 74.44%;
  margin: 0 auto;
  z-index: 2;
}
.vegetables_list_item:nth-child(2) .text {
  top: -16.94%;
}
@media only screen and (max-width: 640px){
  .vegetables_list_item .text {
    top: 4.63%;
    bottom: -4.63%;
    left: -60.18%;
    right: auto;
    width: 86.57%;
    margin: auto 0;
  }
  .vegetables_list_item:nth-child(2) .text {
    top: 0;
    left: auto;
    right: -60.18%;
  }
}

.vegetables_list_item .text img {
  max-width: 100%;
}

.vegetables_list_item .text .text_sp {
  display: none;
}
@media only screen and (max-width: 640px){
.vegetables_list_item .text .text_pc {
  display: none;
}
.vegetables_list_item .text .text_sp {
  display: inline;
}
}

/* style for slick DOM */
@media only screen and (max-width: 640px){
.content-inner .vegetables_list.slick-slider {
  margin-right: 0;
  margin-left: 0;
}
}

.vegetables_list .slick-prev,
.vegetables_list .slick-next {
  top: 0;
  bottom: 0;
  width: 1.67%;
  height: 23.79%;
  margin: auto 0;
  z-index: 10;
  background-size: 100% 100%;
  transition: all .2s ease;
  transform: translate(0,0);
}
.vegetables_list .slick-prev {
  left: 3px;
  background-image: url(/sp/asaduke/common/img/slide_bg01.png);
}
.vegetables_list .slick-next {
  right: 3px;
  background-image: url(/sp/asaduke/common/img/slide_bg02.png);
}
.vegetables_list .slick-prev:hover,
.vegetables_list .slick-prev:active {
  left: 0;
}
.vegetables_list .slick-next:hover,
.vegetables_list .slick-next:active {
  right: 0;
}
.vegetables_list .slick-prev::before,
.vegetables_list .slick-next::before {
  display: none;
}
@media only screen and (max-width: 640px){
.vegetables_list .slick-prev,
.vegetables_list .slick-next {
  width: 3.2%;
  height: 22.73%;
}
.vegetables_list .slick-prev {
  left: 0;
}
.vegetables_list .slick-next {
  right: 0;
}
}

/* Product
========================================================================== */
.product_content {
  padding-bottom: 134px;
}
@media screen and (max-width: 640px) {
  .product_content {
    padding-bottom: 0;
  }
}
.product_catch {
  max-width: 379px;
  margin: 0 auto;
  padding-top: 89px;
  background: url(/sp/asaduke/common/img/product_title01.png) no-repeat center top;
  background-size: 176px auto;
}
.product_catch img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .product_catch {
    max-width: 274px;
    padding-top: 70px;
  }
}
.product_title {
  max-width: 340px;
  margin: 18px auto 0;
}
.product_title img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .product_title {
    max-width: 237px;
    margin: 11px auto 0;
  }
}
.product_item_list_anchor {
  display: none;
  margin-top: 40px;
  font-size: 0;
  text-align: center;
}
.product_item_list_anchor > li {
  position: relative;
  display: inline-block;
  width: 0vw;
  max-width: 0px;
  margin-right: 0vw;
  margin-left: 0vw;
}
@media screen and (max-width: 640px) {
  .product_item_list_anchor > li {
    width: 12.26666667vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .product_item_list_anchor > li {
    margin-right: 3.46666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_list_anchor > li {
    margin-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  .product_item_list_anchor > li {
    margin-left: 3.46666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_list_anchor > li {
    margin-left: 0px;
  }
}
.product_item_list_anchor > li a {
  display: block;
}
.product_item_list_anchor > li a img {
  width: 100%;
}
.product_item_list_anchor > li a:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  left: 0;
  width: 0vw;
  max-width: 0px;
  height: 0;
  margin-right: auto;
  margin-bottom: 0vw;
  margin-left: auto;
  padding-top: 0vw;
  background: url(/sp/asaduke/common/img/product_icon01.png) 0 0 no-repeat;
  background-size: 100% 100%;
  opacity: 0;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: opacity .3s ease, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .3s ease;
  transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .product_item_list_anchor > li a:after {
    width: 4vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .product_item_list_anchor > li a:after {
    margin-bottom: -5.06666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_list_anchor > li a:after {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 640px) {
  .product_item_list_anchor > li a:after {
    padding-top: 2.93333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_list_anchor > li a:after {
    padding-top: 0px;
  }
}
.product_item_list_anchor > li a.is-active:after {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.product_item_list_anchor.opt-wide > li {
  width: 0vw;
  max-width: 0px;
  margin-right: 0vw;
  margin-left: 0vw;
}
@media screen and (max-width: 640px) {
  .product_item_list_anchor.opt-wide > li {
    width: 21.33333333vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .product_item_list_anchor > li.opt-small {
    width: 10.667vw;
  }
}
@media screen and (max-width: 640px) {
  .product_item_list_anchor.opt-wide > li {
    margin-right: 3.2vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_list_anchor.opt-wide > li {
    margin-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  .product_item_list_anchor.opt-wide > li {
    margin-left: 3.2vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_list_anchor.opt-wide > li {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .product_item_list_anchor {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
.product_item {
  width: 100vw;
  max-width: 1200px;
  margin-top: 3.16666667vw;
  padding-top: 5.83333333vw;
  padding-right: 5vw;
  padding-bottom: 5.83333333vw;
  padding-left: 5vw;
  border-radius: 0.83333333vw;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.55);
}
@media screen and (max-width: 640px) {
  .product_item {
    width: 92vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .product_item {
    margin-top: 6.93333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item {
    margin-top: 38px;
  }
}
@media screen and (max-width: 640px) {
  .product_item {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item {
    padding-top: 70px;
  }
}
@media screen and (max-width: 640px) {
  .product_item {
    padding-right: 5.33333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item {
    padding-right: 60px;
  }
}
@media screen and (max-width: 640px) {
  .product_item {
    padding-bottom: 9.33333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 640px) {
  .product_item {
    padding-left: 5.33333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item {
    padding-left: 60px;
  }
}
@media screen and (min-width: 640px) {
  .product_item {
    border-radius: 10px;
  }
}
@media screen and (max-width: 640px) {
  .product_item {
    border-radius: 2.66666667vw;
  }
}
.product_item + .product_item {
  margin-top: 4.16666667vw;
}
@media screen and (max-width: 640px) {
  .product_item + .product_item {
    margin-top: 6.93333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item + .product_item {
    margin-top: 50px;
  }
}
.product_item_list {
  font-size: 0;
  text-align: center;
}
.product_item_list > li {
  display: inline-block;
  vertical-align: top;
  width: 22.5vw;
  max-width: 270px;
}
@media screen and (max-width: 640px) {
  .product_item_list > li {
    width: 81.33333333vw;
    max-width: none;
  }
}
.product_item_list > li > a {
  display: block;
}
.product_item_list > li > a:hover {
  text-decoration: none;
  opacity: .7;
}
.product_item_list > li > a:hover img {
  opacity: 1;
}
.product_item_list.opt-wide > li {
  width: 29.16666667vw;
  max-width: 350px;
}
.product_item_list > li.opt-new {
  position: relative;

}
@media screen and (max-width: 640px) {
  .product_item_list > li.opt-new {
    position: absolute;
  }
}
.product_item_list > li.opt-new::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  background-image: url(/sp/asaduke/common/img/icon_new.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  max-width: 42px;
  width: 3.5vw;
  height: 20px;
}
@media screen and (max-width: 640px) {
  .product_item_list > li.opt-new::after {
    content: none;
  }
}
.product_item_list > li.opt-renewal {
  position: relative;
}
@media screen and (max-width: 640px) {
  .product_item_list > li.opt-renewal {
    position: absolute;
  }
}
.product_item_list > li.opt-renewal::after {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  background-image: url(/sp/asaduke/common/img/icon_renewal.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  max-width: 78px;
  width: 7vw;
  height: 20px;
}
@media screen and (max-width: 640px) {
  .product_item_list > li.opt-renewal::after {
    content: none;
  }
}
@media screen and (max-width: 640px) {
  .product_item_list.opt-wide > li {
    width: 81.33333333vw;
    max-width: none;
  }
}
@media only screen and (max-width: 640px) {
  .product_item_list {
    position: relative;
    -webkit-transition: height .3s ease;
    transition: height .3s ease;
  }
  .product_item_list > li {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
  }
  .product_item_list > li.is-active {
    z-index: 1;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
  }
}
.product_item_list_inner {
  margin-top: 0vw;
  font-size: 0;
}
@media screen and (max-width: 640px) {
  .product_item_list_inner {
    margin-top: 4.26666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_list_inner {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .product_item_list_inner {
    display: table;
  }
}
.product_item_image {
  width: 5.58333333vw;
  max-width: 67px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0vw;
  padding-left: 0vw;
}
.product_item_image.opt-small {
  margin-top: 1.41667vw;
  width: 4.834vw;
  max-width: 58px;
}
@media screen and (max-width: 640px) {
  .product_item_image.opt-small {
    width: 39.734vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .product_item_image {
    width: 41.33333333vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .product_item_image {
    padding-right: 13.06666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_image {
    padding-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  .product_item_image {
    padding-left: 10.66666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_image {
    padding-left: 0px;
  }
}
.product_item_image img {
  width: 100%;
}
.opt-wide .product_item_image {
  width: 9.75vw;
  max-width: 117px;
  padding-right: 0vw;
  padding-left: 0vw;
}
@media screen and (max-width: 640px) {
  .opt-wide .product_item_image {
    width: 41.33333333vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .opt-wide .product_item_image {
    padding-right: 6.13333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .opt-wide .product_item_image {
    padding-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  .opt-wide .product_item_image {
    padding-left: 0vw;
  }
}
@media screen and (min-width: 1200px) {
  .opt-wide .product_item_image {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 640px) {
  .product_item_image {
    display: table-cell;
    vertical-align: top;
  }
}
.type-regular .product_item_name_pc,
.type-regular .product_item_name_sp {
  color: #1c73be;
}
.type-kelp .product_item_name_pc,
.type-kelp .product_item_name_sp {
  color: #009741;
}
.type-bonito .product_item_name_pc,
.type-bonito .product_item_name_sp {
  color: #d2070d;
}
.type-vinegar .product_item_name_pc,
.type-vinegar .product_item_name_sp {
  color: #eb4900;
}
.type-stock .product_item_name_pc,
.type-stock .product_item_name_sp {
  color: #0f78c7;
}
.type-koji .product_item_name_pc,
.type-koji .product_item_name_sp {
  color: #f56a94;
}
.product_item_name_pc {
  margin-top: 1.33333333vw;
  font-size: 1.66666667vw;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .product_item_name_pc {
    margin-top: 0vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_name_pc {
    margin-top: 16px;
  }
}
@media screen and (max-width: 640px) {
  .product_item_name_pc {
    font-size: 0vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_name_pc {
    font-size: 1.25rem;
  }
}
.product_item_catch + .product_item_name_pc {
  margin-top: 0.33333333vw;
}
@media screen and (max-width: 640px) {
  .product_item_catch + .product_item_name_pc {
    margin-top: 0vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_catch + .product_item_name_pc {
    margin-top: 4px;
  }
}
@media only screen and (max-width: 640px) {
  .product_item_name_pc {
    display: none;
  }
}
.product_item_name_sp {
  display: none;
  font-size: 0vw;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .product_item_name_sp {
    font-size: 5.33333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_name_sp {
    font-size: 0rem;
  }
}
@media only screen and (max-width: 640px) {
  .product_item_name_sp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .product_item_name_sp.opt-new {
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .product_item_name_sp.opt-new::after {
    content: "";
    position: absolute;
    top: -5.33333vw;
    right: -2.666666vw;
    background-image: url(/sp/asaduke/common/img/icon_new.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 8.534vw;
    min-height: 18px;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .product_item_name_sp.opt-renewal {
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .product_item_name_sp.opt-renewal::after {
    content: "";
    position: absolute;
    top: -5.33333vw;
    right: -2.666666vw;
    background-image: url(/sp/asaduke/common/img/icon_renewal.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 18.133333vw;
    min-height: 18px;
    height: 100%;
  }
}
.product_item_catch {
  margin-top: 1.5vw;
  font-size: 1.33333333vw;
  font-weight: bold;
  color: #131313;
}
@media screen and (max-width: 640px) {
  .product_item_catch {
    margin-top: 0vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_catch {
    margin-top: 18px;
  }
}
@media screen and (max-width: 640px) {
  .product_item_catch {
    font-size: 0vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_catch {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .product_item_catch {
    display: none;
  }
}
.product_item_text_wrap {
  position: relative;
  width: 22.5vw;
  max-width: 270px;
  padding-bottom: 0vw;
}
@media screen and (max-width: 640px) {
  .product_item_text_wrap {
    width: 40vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .product_item_text_wrap {
    padding-bottom: 13.33333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_text_wrap {
    padding-bottom: 0px;
  }
}
.opt-wide .product_item_text_wrap {
  width: 29.16666667vw;
  max-width: 350px;
}
@media screen and (max-width: 640px) {
  .opt-wide .product_item_text_wrap {
    width: 40vw;
    max-width: none;
  }
}
@media only screen and (max-width: 640px) {
  .product_item_text_wrap {
    display: table-cell;
    vertical-align: top;
  }
}
.product_item_text {
  margin-top: 0.33333333vw;
  font-size: 1.33333333vw;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .product_item_text {
    margin-top: 0vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_text {
    margin-top: 4px;
  }
}
@media screen and (max-width: 640px) {
  .product_item_text {
    font-size: 3.73333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_text {
    font-size: 1rem;
  }
}
.product_item_text.opt-narrow {
  font-size: 1.16666667vw;
}
@media screen and (max-width: 640px) {
  .product_item_text.opt-narrow {
    font-size: 3.73333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_text.opt-narrow {
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 640px) {
  .product_item_text {
    text-align: left;
  }
}
.product_item_btn {
  width: 12.5vw;
  max-width: 150px;
  margin-top: 1vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .product_item_btn {
    width: 40vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .product_item_btn {
    margin-top: 0vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_item_btn {
    margin-top: 12px;
  }
}
.product_item_btn img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .product_item_btn {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.product_feature {
  position: relative;
  width: 66.66666667vw;
  max-width: 800px;
  margin-top: 4.91666667vw;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2.91666667vw;
}
@media screen and (max-width: 640px) {
  .product_feature {
    width: 81.33333333vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .product_feature {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_feature {
    margin-top: 59px;
  }
}
@media screen and (max-width: 640px) {
  .product_feature {
    padding-bottom: 6.93333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_feature {
    padding-bottom: 35px;
  }
}
.product_feature:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  left: 0;
  width: 66.66666667vw;
  max-width: 800px;
  height: 0;
  margin: auto;
  padding-top: 0.83333333vw;
  background: url(/sp/asaduke/common/img/product_bg05_pc.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 640px) {
  .product_feature:after {
    width: 81.33333333vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .product_feature:after {
    padding-top: 2.13333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_feature:after {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .product_feature:after {
    background: url(/sp/asaduke/common/img/product_bg05_sp.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.product_feature_catch {
  position: relative;
  width: 66.66666667vw;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .product_feature_catch {
    width: 81.33333333vw;
    max-width: none;
  }
}
.product_feature_catch:before,
.product_feature_catch:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  width: 20.83333333vw;
  max-width: 250px;
  height: 0;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .product_feature_catch:before,
  .product_feature_catch:after {
    width: 81.33333333vw;
    max-width: none;
  }
}
.product_feature_catch:before {
  left: 0;
  padding-top: 0.83333333vw;
  max-width: 210px;
  background: url(/sp/asaduke/common/img/product_bg04_pc.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 640px) {
  .product_feature_catch:before {
    padding-top: 2.13333333vw;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .product_feature_catch:before {
    padding-top: 10px;
  }
}
.product_feature_catch:after {
  right: 0;
  padding-top: 0.83333333vw;
  max-width: 210px;
  background: url(/sp/asaduke/common/img/product_bg04_pc.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 640px) {
  .product_feature_catch:after {
    padding-top: 0vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_feature_catch:after {
    padding-top: 10px;
  }
}
.product_feature_catch img {
  width: 21.58333333vw;
  max-width: 352px;
  padding-top: 0vw;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 640px) {
  .product_feature_catch img {
    width: 72.66666667vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .product_feature_catch img {
    padding-top: 7.46666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_feature_catch img {
    padding-top: 0px;
  }
}
.product_feature_catch.opt-wide:before,
.product_feature_catch.opt-wide:after {
  width: 20vw;
  max-width: 240px;
}
@media screen and (max-width: 640px) {
  .product_feature_catch.opt-wide:before,
  .product_feature_catch.opt-wide:after {
    width: 81.33333333vw;
    max-width: none;
  }
}
.product_feature_catch.opt-wide img {
  width: 23vw;
  max-width: 276px;
}
@media screen and (max-width: 640px) {
  .product_feature_catch.opt-wide img {
    width: 62.4vw;
    max-width: none;
  }
}
@media only screen and (max-width: 640px) {
  .product_feature_catch:before {
    left: 0;
    bottom: auto;
  }
  .product_feature_catch:after {
    display: none;
  }
}
.product_feature_text {
  width: 52.66666667vw;
  max-width: 632px;
  margin-top: 2vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .product_feature_text {
    width: 76vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .product_feature_text {
    margin-top: 4.8vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_feature_text {
    margin-top: 24px;
  }
}
.product_feature_text img {
  width: 100%;
}
.product_feature_text.opt-narrow {
  width: 48.66666667vw;
  max-width: 584px;
}
@media screen and (max-width: 640px) {
  .product_feature_text.opt-narrow {
    width: 69.86666667vw;
    max-width: none;
  }
}
.product_feature_anniversary {
  width: 22.5vw;
  max-width: 270px;
  margin-top: 1.33333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .product_feature_anniversary {
    width: 62.93333333vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .product_feature_anniversary {
    margin-top: 4.8vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_feature_anniversary {
    margin-top: 16px;
  }
}
.product_feature_anniversary img {
  width: 100%;
}
.product_feature_banner {
  width: 43.91666667vw;
  max-width: 527px;
  margin-top: 1.58333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .product_feature_banner {
    width: 80.8vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .product_feature_banner {
    margin-top: 4.26666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_feature_banner {
    margin-top: 19px;
  }
}
.product_feature_banner img {
  width: 100%;
}
.product_feature_note {
  width: 43.91666667vw;
  max-width: 527px;
  margin-top: 0.33333333vw;
  margin-right: auto;
  margin-left: auto;
  font-size: 1vw;
  color: #333;
}
@media screen and (max-width: 640px) {
  .product_feature_note {
    width: 80.8vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .product_feature_note {
    margin-top: 0.53333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_feature_note {
    margin-top: 4px;
  }
}
@media screen and (max-width: 640px) {
  .product_feature_note {
    font-size: 2.93333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .product_feature_note {
    font-size: 0.75rem;
  }
}
/* Merit
========================================================================== */
.merit_wrap:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 0;
  margin-top: -2.91666667vw;
  padding-top: 2.91666667vw;
  background: url(/sp/asaduke/img/index_merit_bg01_pc.png) center 0 repeat-x;
  background-size: auto 100%;
}
@media screen and (max-width: 640px) {
  .merit_wrap:before {
    margin-top: -4.8vw;
  }
}
@media screen and (min-width: 1200px) {
  .merit_wrap:before {
    margin-top: -35px;
  }
}
@media screen and (max-width: 640px) {
  .merit_wrap:before {
    padding-top: 4.8vw;
  }
}
@media screen and (min-width: 1200px) {
  .merit_wrap:before {
    padding-top: 35px;
  }
}
.merit_content {
  position: relative;
  overflow: hidden;
  padding-bottom: 8.33333333vw;
}
@media screen and (max-width: 640px) {
  .merit_content {
    padding-bottom: 9.6vw;
  }
}
@media screen and (min-width: 1200px) {
  .merit_content {
    padding-bottom: 100px;
  }
}
.merit_content:before,
.merit_content:after {
  position: absolute;
  content: "";
  top: 0;
  height: 0;
  z-index: 0;
}
.merit_content:before {
  left: 0;
  width: 20.5vw;
  max-width: 246px;
  margin-top: 38.33333333vw;
  padding-top: 37.58333333vw;
  background: url(/sp/asaduke/img/index_merit_bg02_pc.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 640px) {
  .merit_content:before {
    width: 20vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .merit_content:before {
    margin-top: 167.73333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .merit_content:before {
    margin-top: 460px;
  }
}
@media screen and (max-width: 640px) {
  .merit_content:before {
    padding-top: 59.46666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .merit_content:before {
    padding-top: 451px;
  }
}
.merit_content:after {
  right: 0;
  width: 21.75vw;
  max-width: 261px;
  margin-top: 38.75vw;
  padding-top: 33.91666667vw;
  background: url(/sp/asaduke/img/index_merit_bg03_pc.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 640px) {
  .merit_content:after {
    width: 21.86666667vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .merit_content:after {
    margin-top: 170.4vw;
  }
}
@media screen and (min-width: 1200px) {
  .merit_content:after {
    margin-top: 465px;
  }
}
@media screen and (max-width: 640px) {
  .merit_content:after {
    padding-top: 58.4vw;
  }
}
@media screen and (min-width: 1200px) {
  .merit_content:after {
    padding-top: 407px;
  }
}
@media only screen and (max-width: 640px) {
  .merit_content:before {
    background: url(/sp/asaduke/img/index_merit_bg02_sp.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .merit_content:after {
    background: url(/sp/asaduke/img/index_merit_bg03_sp.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.merit_content_inner {
  position: relative;
  z-index: 1;
}
.merit_text {
  width: 49.33333333vw;
  max-width: 592px;
  margin-top: 3.33333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .merit_text {
    width: 69.6vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .merit_text {
    margin-top: 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .merit_text {
    margin-top: 40px;
  }
}
.merit_text img {
  width: 100%;
}
.merit_charm {
  margin-top: 5.83333333vw;
}
@media screen and (max-width: 640px) {
  .merit_charm {
    margin-top: 10.66666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .merit_charm {
    margin-top: 70px;
  }
}
.merit_charm_catch {
  width: 32.08333333vw;
  max-width: 385px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .merit_charm_catch {
    width: 84vw;
    max-width: none;
  }
}
.merit_charm_catch img {
  width: 100%;
}
.merit_charm_list {
  margin-top: 3vw;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .merit_charm_list {
    margin-top: 6.93333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .merit_charm_list {
    margin-top: 36px;
  }
}
.merit_charm_list > li {
  display: inline-block;
  margin-right: 1.41666667vw;
  margin-left: 1.41666667vw;
}
@media screen and (max-width: 640px) {
  .merit_charm_list > li {
    margin-right: 0vw;
  }
}
@media screen and (min-width: 1200px) {
  .merit_charm_list > li {
    margin-right: 17px;
  }
}
@media screen and (max-width: 640px) {
  .merit_charm_list > li {
    margin-left: 0vw;
  }
}
@media screen and (min-width: 1200px) {
  .merit_charm_list > li {
    margin-left: 17px;
  }
}
.merit_charm_list > li:first-child {
  width: 25.75vw;
  max-width: 309px;
}
@media screen and (max-width: 640px) {
  .merit_charm_list > li:first-child {
    width: 77.6vw;
    max-width: none;
  }
}
.merit_charm_list > li:nth-child(2) {
  width: 25.58333333vw;
  max-width: 307px;
}
@media screen and (max-width: 640px) {
  .merit_charm_list > li:nth-child(2) {
    width: 77.06666667vw;
    max-width: none;
  }
}
.merit_charm_list > li:last-child {
  width: 25.41666667vw;
  max-width: 305px;
}
@media screen and (max-width: 640px) {
  .merit_charm_list > li:last-child {
    width: 76.53333333vw;
    max-width: none;
  }
}
.merit_charm_point img {
  width: 100%;
}
.merit_charm_btn ,.products_list_btn {
  width: 26.66666667vw;
  max-width: 320px;
  margin-top: 4.58333333vw;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 640px) {
  .merit_charm_btn ,.products_list_btn {
    width: 62.66666667vw;
    max-width: none;
  }
  
  .products_list_btn.opt-listbtn2 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 640px) {
  .merit_charm_btn ,.products_list_btn {
    margin-top: 5.86666667vw;
  }
}
@media screen and (min-width: 1200px) {
  .merit_charm_btn ,.products_list_btn {
    margin-top: 55px;
  }
  .products_list_btn.opt-listbtn2 {
    margin-top: 40px;
  }
}
.merit_charm_btn a ,.products_list_btn a {
  display: block;
}

/* 野菜を食べようプロジェクト
------------------------------------------------------------ */
.project_content {
  padding-bottom: 134px;
}
@media screen and (max-width: 640px) {
  .project_content {
    padding-bottom: 0;
  }
}
.project_title {
  max-width: 379px;
  margin: 0 auto;
  padding-top: 89px;
  background: url(/sp/asaduke/common/img/project_title01.png) no-repeat center top;
  background-size: 176px auto;
}
.project_title img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .project_title {
    max-width: 210px;
    padding-top: 70px;
  }
}
.project_catch {
  max-width: 680px;
  margin: 35px auto 0;
}
.project_catch img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .project_catch {
    max-width: 100%;
    margin: 25px auto 0;
  }
}

.asaduke_top_content {
  padding-top: 70px;
}
.asaduke_top_content.project {
  padding-top: 96px;
  background: url(/sp/asaduke/common/img/project_bg01.png) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 640px){
  .asaduke_top_content.project {
    padding-top: 45px;
    padding-bottom: 72px;
  }
}
.asaduke_top_content.project .content-inner {
  position: relative;
  width: 100%;
}
.project .content-inner:before,
.project .content-inner:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.project .content-inner:before {
  background-image: url(/sp/asaduke/common/img/project_bg02.png);
  width: 18.58%;
  max-width: 135px;
  min-height: 110px;
  padding-top: 11.666667%;
  top: -10px;
  left: 10%;
}
.project .content-inner:after {
  background-image: url(/sp/asaduke/common/img/project_bg03.png);
  width: 18.58%;
  max-width: 130px;
  padding-top: 11.666667%;
  min-height: 130px;
  top: 10px;
  right: 10%;
}
.project .content-title{
  max-width: 379px;
  background: url(/sp/asaduke/img/title_ribbon_project.png) no-repeat center top;
  background-size: 176px auto;
  padding-top: 89px;
}
@media only screen and (max-width: 640px){
  .project .content-title{
    max-width: 274px;
    background: url(/sp/asaduke/img/title_ribbon_project.png) no-repeat center top;
    background-size: 176px auto;
    padding-top: 75px;
  }
  .project .content-inner:before,
  .project .content-inner:after {
    content: normal;
  }
}
@media only screen and (max-width: 640px){
  .project_dish {
    width: 96.8%;
  }
}
.project_item {
  width: 100vw;
  max-width: 1200px;
  margin-top: 3.16666667vw;
  padding-top: 5.83333333vw;
  padding-right: 5vw;
  padding-bottom: 5.83333333vw;
  padding-left: 5vw;
  border-radius: 0.83333333vw;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  .project_item {
    width: 92vw;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .project_item {
    margin-top: 6.93333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .project_item {
    margin-top: 50px;
  }
}
@media screen and (max-width: 640px) {
  .project_item {
    padding-top: 8vw;
  }
}
@media screen and (min-width: 1200px) {
  .project_item {
    padding-top: 70px;
  }
}
@media screen and (max-width: 640px) {
  .project_item {
    padding-right: 5.33333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .project_item {
    padding-right: 60px;
  }
}
@media screen and (max-width: 640px) {
  .project_item {
    padding-bottom: 9.33333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .project_item {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 640px) {
  .project_item {
    padding-left: 5.33333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .project_item {
    padding-left: 60px;
  }
}
@media screen and (min-width: 640px) {
  .project_item {
    border-radius: 100px;
  }
}
@media screen and (max-width: 640px) {
  .project_item {
    border-radius: 10vw;
  }
}
.project_item + .project_item {
  margin-top: 4.16666667vw;
}
@media screen and (max-width: 640px) {
  .project_item + .project_item {
    margin-top: 6.93333333vw;
  }
}
@media screen and (min-width: 1200px) {
  .project_item + .project_item {
    margin-top: 50px;
  }
}
.project_item_content {
  text-align: center;
}
.project_item_content_img {
  max-width: 750px;
  margin: 0 auto;
}
.project_item_content_text {
  max-width: 800px;
  margin: 50px auto 0;
}
@media screen and (max-width: 640px) {
  .project_item_content_text {
    margin-top: 30px;
  }
}

/* おすすめレシピ
------------------------------------------------------------ */
.recipe_content {
  padding-bottom: 134px;
}
@media screen and (max-width: 640px) {
  .recipe_content {
    padding-bottom: 0;
  }
}
.recipe_title {
  max-width: 285px;
  margin: 20px auto 0;
}
.recipe_title img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .recipe_title {
    max-width: 190px;
    margin: 10px auto 0;
  }
}
.recipe_subtitle {
  max-width: 260px;
  margin: 0 auto;
  padding-top: 89px;
  background: url(/sp/asaduke/common/img/recipe_title01.png) no-repeat center top;
  background-size: 176px auto;
}
.recipe_subtitle img {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .recipe_subtitle {
    max-width: 180px;
    padding-top: 70px;
  }
}

.asaduke_top_content {
  padding-top: 70px;
}
.asaduke_top_content.recipe {
  margin-bottom: 130px;
  padding-top: 96px;
}
@media only screen and (max-width: 640px){
  .asaduke_top_content.recipe {
    margin-bottom: 0;
    padding-top: 45px;
    padding-bottom: 72px;
  }
}
.asaduke_top_content.recipe .content-inner {
  position: relative;
  width: 100%;
}
.asaduke_top_content.recipe .recipe_3col {
  margin-top: 50px;
}
@media only screen and (max-width: 640px){
  .asaduke_top_content.recipe .recipe_3col {
    margin-top: 20px;
  }
}
.recipe .recipe_3col .recipe_3col_item .recipe_note {
  padding: 21px 5px;
  background: #f1ede3;
  transition: opacity .2s ease;
}
.recipe .recipe_3col .recipe_3col_item a:hover .recipe_note {
  opacity: .7;
}
.recipe .recipe_3col .recipe_3col_item a .recipe_note p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.recipe .content-title{
  max-width: 379px;
  background: url(/sp/asaduke/img/title_ribbon_recipe.png) no-repeat center top;
  background-size: 176px auto;
  padding-top: 89px;
}
@media only screen and (max-width: 640px){
  .recipe .content-title{
    max-width: 274px;
    background: url(/sp/asaduke/img/title_ribbon_recipe.png) no-repeat center top;
    background-size: 176px auto;
    padding-top: 75px;
  }
  .recipe .content-inner:before,
  .recipe .content-inner:after {
    content: normal;
  }
}