
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@charset "UTF-8";
/*グラデーションsass*/
/*グラデーションsass*/
/*--------------------------------------------------- */
/* instagram */
/*--------------------------------------------------- */
.instagram ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.instagram li {
  width: calc(20% - 13px);
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}
.instagram li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram li figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.3s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.instagram li figcaption p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
}
.instagram li figcaption p:after {
  content: "";
  /* style */
  width: calc(100% + 30px);
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  z-index: 3;
  border: 1px solid #fff;
}
.instagram li:hover figcaption {
  opacity: 1;
}
.instagram video {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  position: relative;
}
.instagram .videos {
  position: relative;
  height: 100%;
}
.instagram .videos:before {
  content: "";
  content: "";
  display: inline-block;
  width: 78px;
  height: 78px;
  background-image: url(common/img/icon-movie.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  /* style */
}
/*グラデーションsass*/
/*--------------------------------------------------- */
/* /*--------------------------------------------------- */
.slick li .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@font-face {
  font-family: "rodinb";
  font-display: swap;
  src: url("../../../font/rodin-b.woff") format("woff"), url("../../../font/rodin-b.otf") format("truetype");
}
@font-face {
  font-family: "rodinm";
  font-display: swap;
  src: url("../../../font/rodin-m.woff") format("woff"), url("../../../font/rodin-m.otf") format("truetype");
}
@font-face {
  font-family: "matissem";
  font-display: swap;
  src: url("../../../font/matisse-m.woff") format("woff"), url("../../../font/matisse-m.otf") format("truetype");
}
/*--------------------------------------------------- */
/*リセットCSS */
/*--------------------------------------------------- */
.ec-layoutRole .ec-layoutRole__contents {
  max-width: initial;
}
section img {
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;"/9;
}
.ec-newItemRole .ec-newItemRole__listItemHeading {
  margin-top: 0;
}
/*--------------------------------------------------- */
/* /*--------------------------------------------------- */
/*--------------------------------------------------- */
/* header */
/*--------------------------------------------------- */
header .ec-headerNaviRole .ec-headerNaviRole__left h1 .normal_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1000px;
  z-index: 5;
  pointer-events: none;
}
header .ec-headerNaviRole .ec-headerNaviRole__left h1 .normal_logo img {
  width: auto;
}
/*--------------------------------------------------- */
/* /*--------------------------------------------------- */
main .common_heading {
  display: flex;
  align-items: center;
}
main .common_heading .jap {
  position: relative;
  padding-left: 23px;
  margin-left: 8px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  line-height: 1.1em;
  color: #15310d;
}
main .common_heading .jap:before {
  content: "";
  content: "";
  border-bottom: 1px solid #15310d;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  /* style */
}
main .common_btn a, main .common_btn a:visited, main .common_btn .btn_link {
  padding: 12px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #fff;
  background-color: #926a1c;
  border: 1px solid #926a1c;
  line-height: 1em;
  display: flex;
  justify-content: center;
  font-weight: 700;
}
main .common_btn a .arrow, main .common_btn a:visited .arrow, main .common_btn .btn_link .arrow {
  margin-left: 8px;
  background-color: #fff;
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
main .common_btn a .arrow:before, main .common_btn a:visited .arrow:before, main .common_btn .btn_link .arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 5px solid #926a1c;
  border-right: 0;
  position: absolute;
  top: 0;
  left: 2px;
  right: 0;
  bottom: 0;
  margin: auto;
}
/*--------------------------------------------------- */
/* /*--------------------------------------------------- */
.mainimg {
  position: relative;
  z-index: 2;
}
.mainimg .bgimg img {
  width: 100%;
  height: 675px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainimg .heading_wrap {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1000px;
}
.mainimg .heading_wrap .heading_inner {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.mainimg .heading_wrap .heading_inner .catch_wrap {
  text-align: right;
}
.mainimg .heading_wrap .heading_inner .catch_inner span {
  padding: 16px 30px;
  display: inline-block;
  background-color: #15310d;
}
.mainimg .front_img_block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1000px;
}
.mainimg .front_img_block .front_img_inner {
  position: relative;
}
.mainimg .front_img_block .front_img_inner .soba_wrap {
  position: absolute;
  left: -90px;
  bottom: -108px;
  margin: auto;
}
.mainimg .front_img_block .front_img_inner .soba_wrap .soba_inner {
  position: relative;
  z-index: 1;
}
.mainimg .front_img_block .front_img_inner .soba_wrap .soba_inner:before {
  content: "";
  display: inline-block;
  width: 621px;
  height: 442px;
  background-image: url(../../../img/top/mainimg_soba_bg.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: -20px;
  z-index: -1;
  bottom: -20px;
  margin: auto;
  /* style */
}
.mainimg .front_img_block .front_img_inner .btn_wrap {
  position: absolute;
  right: 0;
  bottom: 100px;
  margin: auto;
}
.mainimg .front_img_block .front_img_inner .btn_wrap .img_inner {
  background-color: #fff;
}
.mainimg .front_img_block .front_img_inner .btn_wrap img {
  display: block;
}
/*--------------------------------------------------- */
/* recommend */
/*--------------------------------------------------- */
.recommend {
  margin-top: 214px;
  position: relative;
  z-index: 2;
}
.recommend .maxWid {
  position: relative;
}
.recommend .bg .bg1 {
  position: absolute;
  top: -340px;
  right: -82px;
  margin: auto;
  z-index: -1;
}
.recommend .bg .bg2 {
  position: absolute;
  bottom: -130px;
  left: -160px;
  margin: auto;
  z-index: -1;
}
.recommend .top_block {
  margin-bottom: 34px;
}
.recommend .top_block .top_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommend .top_block .top_flex .common_arrow_container .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.recommend .top_block .top_flex .common_arrow_container .leftFlex, .recommend .top_block .top_flex .common_arrow_container .rightFlex {
  display: flex;
}
.recommend .top_block .top_flex .common_arrow_container button {
  background-color: #15310d;
  width: 24px;
  height: 24px;
  position: relative;
}
.recommend .top_block .top_flex .common_arrow_container button .tri {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.recommend .top_block .top_flex .common_arrow_container .slick-custom-next .tri {
  border-left: 7.27px solid #fff;
  border-right: 0;
}
.recommend .top_block .top_flex .common_arrow_container .slick-custom-prev .tri {
  border-left: 0;
  border-right: 7.27px solid #fff;
}
.recommend .top_block .top_flex .common_arrow_container .number_flex {
  display: flex;
  align-items: center;
  margin: 0 12px;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.recommend .top_block .top_flex .common_arrow_container .number_flex .number_wrap {
  letter-spacing: -1px;
}
.recommend .top_block .top_flex .common_arrow_container .number_flex .number_center {
  position: relative;
}
.recommend .slick {
  margin-left: -30px;
  margin-right: -30px;
}
.recommend .slick .wrap {
  margin-left: 30px;
  margin-right: 30px;
}
.recommend .slick .wrap .image img {
  width: 100%;
  height: 313px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend .slick .title {
  margin-top: 16px;
}
.recommend .slick .title .price {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #000;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
}
.recommend .slick .title h3 {
  color: #000;
  margin-top: 4px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
}
.recommend .slick .text_wrap {
  margin-top: 12px;
  color: #000;
}
.recommend .slick .text_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.recommend .slick .text_wrap .btn_wrap {
  margin-top: 10px;
}
/*--------------------------------------------------- */
/* about */
/*--------------------------------------------------- */
.about {
  margin-top: 270px;
}
.about .image_block {
  position: relative;
}
.about .image_block .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 435px;
}
.about .image_block .catch_wrap {
  position: absolute;
  top: -73px;
  left: 86px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.about .image_block .catch_inner {
  display: flex;
}
.about .image_block .catch_inner .wrap:nth-of-type(1) {
  order: 2;
  margin-left: 12px;
}
.about .image_block .catch_inner .wrap:nth-of-type(2) {
  order: 1;
}
.about .image_block .catch_inner .wrap span {
  background-color: #15310d;
  padding: 16px;
  display: inline-block;
}
.about .down_block {
  position: relative;
  margin-top: 48px;
  z-index: 1;
}
.about .down_block .bgimg img {
  position: absolute;
  right: -264px;
  bottom: -126px;
  margin: auto;
  z-index: -1;
}
.about .down_block .maxWid {
  position: relative;
}
.about .down_block .maxWid .flex {
  display: flex;
  justify-content: space-between;
}
.about .down_block .maxWid .imgFlex {
  width: calc(50% - 50px);
}
.about .down_block .maxWid .imgFlex img {
  height: 278px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .down_block .maxWid .textFlex {
  width: 50%;
  padding-top: 6px;
}
.about .down_block .maxWid .textFlex h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2em;
  font-weight: 700;
  margin-top: 40px;
}
.about .down_block .maxWid .textFlex .text {
  margin-top: 24px;
}
.about .down_block .maxWid .textFlex .text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.61em;
}
.about .down_block .maxWid .btn_wrap {
  margin-top: 24px;
}
/*--------------------------------------------------- */
/* category */
/*--------------------------------------------------- */
.category {
  margin-top: 150px;
  padding-bottom: 140px;
  position: relative;
}
.category .bgimg {
  position: absolute;
  left: 0;
  bottom: 0px;
  margin: auto;
  z-index: -1;
  background-color: #19331c;
  height: 384px;
  width: 80%;
}
.category .bgimg .bg_inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.category .bgimg .bg_inner img {
  mix-blend-mode: multiply;
  max-width: initial;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}
.category .flex {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
}
.category .flex .flex2 {
  width: calc(50% - 20px);
}
.category .flex .wrap {
  position: relative;
}
.category .flex .wrap .image {
  background-color: #fff;
}
.category .flex .wrap .image img {
  height: 370px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category .flex .wrap .catch_wrap {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: auto;
  z-index: 1;
}
.category .flex .wrap .catch_wrap .catch_inner {
  position: relative;
}
.category .flex .wrap .catch_wrap .catch {
  background-color: #15310d;
  padding: 12px;
  text-align: center;
}
.category .flex .wrap .catch_wrap .catch img {
  margin: auto;
}
.category .flex .wrap .catch_wrap .catch .eng {
  position: relative;
  padding-top: 19px;
  margin-top: 8px;
}
.category .flex .wrap .catch_wrap .catch .eng img {
  position: relative;
  left: 1px;
}
.category .flex .wrap .catch_wrap .catch .eng:before {
  content: "";
  content: "";
  border-left: 1px solid #fff;
  width: 1px;
  height: 11px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  /* style */
}
.category .flex .wrap .view_wrap {
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: auto;
}
.category .flex .wrap .view_wrap .view_more {
  background-color: #926a1c;
  padding: 8px 16px;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 50px;
}
/*--------------------------------------------------- */
/* product */
/*--------------------------------------------------- */
.product {
  margin-top: 133px;
}
.product ul {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product ul:before, .product ul:after {
  content: "";
  display: block;
  width: calc(25% - 20px);
}
.product ul:before {
  order: 1;
}
.product ul li {
  width: calc(25% - 20px);
  margin-bottom: 42px;
}
.product ul li a {
  color: #000;
}
.product ul li a:visited {
  color: #000;
}
.product .image img {
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .catch_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8px;
}
.product .catch_flex h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2em;
  padding-right: 8px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1px;
}
.product .catch_flex .view .inner {
  border: 1px solid #000;
  padding: 5px 6px;
  color: #000;
  line-height: 1em;
  font-size: 12px;
  font-size: 1.2rem;
}
.product .catch_flex .price {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, sans-serif;
  line-height: 1.2em;
  margin-top: 2px;
}
.product .btn_wrap .common_btn a {
  margin: auto;
}
.product .bgimg {
  position: relative;
  height: 200px;
}
.product .bgimg img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  margin: auto;
  width: 100%;
}
@media (min-width: 769px) {
  header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  main .common_btn a:hover, main .common_btn a:visited:hover, main .common_btn .btn_link:hover {
    background-color: #fff;
    color: #926a1c;
    border: 1px solid #926a1c;
    transition-duration: 0.5s;
  }
  main .common_btn a:hover .arrow, main .common_btn a:visited:hover .arrow, main .common_btn .btn_link:hover .arrow {
    background-color: #926a1c;
    transition-duration: 0.5s;
  }
  main .common_btn a:hover .arrow:before, main .common_btn a:visited:hover .arrow:before, main .common_btn .btn_link:hover .arrow:before {
    content: "";
    transition-duration: 0.5s;
    border-left: 5px solid #fff;
  }
  .mainimg .front_img_block .front_img_inner .btn_wrap img:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
  .recommend .wrap:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
  .recommend .wrap:hover .common_btn a, .recommend .wrap:hover .common_btn a:visited, .recommend .wrap:hover .common_btn .btn_link {
    background-color: #fff;
    color: #926a1c;
    border: 1px solid #926a1c;
    transition-duration: 0.5s;
  }
  .recommend .wrap:hover .common_btn a .arrow, .recommend .wrap:hover .common_btn a:visited .arrow, .recommend .wrap:hover .common_btn .btn_link .arrow {
    background-color: #926a1c;
    transition-duration: 0.5s;
  }
  .recommend .wrap:hover .common_btn a .arrow:before, .recommend .wrap:hover .common_btn a:visited .arrow:before, .recommend .wrap:hover .common_btn .btn_link .arrow:before {
    content: "";
    transition-duration: 0.5s;
    border-left: 5px solid #fff;
  }
  .recommend .top_block .top_flex .common_arrow_container button:hover {
    transition-duration: 0.5s;
    background-color: #fff;
    border: 1px solid #15310d;
  }
  .recommend .top_block .top_flex .common_arrow_container button:hover.slick-custom-next .tri {
    transition-duration: 0.5s;
    border-left: 7.27px solid #15310d;
  }
  .recommend .top_block .top_flex .common_arrow_container button:hover.slick-custom-prev .tri {
    transition-duration: 0.5s;
    border-right: 7.27px solid #15310d;
  }
  .recommend .top_block .top_flex .common_arrow_container .number_flex .number_wrap {
    position: relative;
    left: -1px;
  }
  .category .flex .wrap:hover img, .category .flex .wrap:hover .catch_wrap, .category .flex .wrap:hover .view_wrap {
    opacity: 0.7;
    transition-duration: 0.5s;
  }
  .product ul li:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
  .product .catch_flex .view {
    min-width: 71px;
  }
}
@media (min-width: 1001px) {
  .mainimg .bgimg .pcsmall_size {
    display: none;
  }
}
@media (max-width: 1000px) {
  header .ec-headerNaviRole .ec-headerNaviRole__left h1 .normal_logo {
    padding-left: 20px;
  }
  .mainimg .bgimg .pcbig_size {
    display: none;
  }
  .mainimg .front_img_block .front_img_inner .soba_wrap .soba_inner:before {
    width: 521px;
    height: 366px;
    right: -10px;
    bottom: 0;
  }
  .mainimg .front_img_block .front_img_inner .soba_wrap .soba_inner img {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .instagram .videos:before {
    background-image: url(common/img/icon-movie@2x.png);
  }
  .instagram li figcaption {
    display: none;
  }
  header:not(.fixed) {
    position: relative;
  }
  header:not(.fixed) .ec-headerNaviRole h1 {
    position: static;
  }
  header:not(.fixed) .ec-headerNaviRole h1 .normal_logo img {
    max-width: 90px;
  }
  header:not(.fixed) .ec-headerNaviRole .ec-headerNavSP {
    top: 12px;
  }
  main .common_heading {
    flex-wrap: wrap;
  }
  main .common_heading .jap {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 0;
    margin-left: 0;
    margin-top: 8px;
    color: #15310d;
  }
  main .common_heading .jap:before {
    display: none;
  }
  .mainimg .bgimg img {
    height: 500px;
  }
  .mainimg .heading_wrap {
    top: 80px;
  }
  .mainimg .heading_wrap .heading_inner .catch_inner span {
    padding: 12px 24px;
  }
  .mainimg .heading_wrap .heading_inner .catch_inner span img {
    max-height: 32px;
  }
  .mainimg .front_img_block .front_img_inner {
    position: relative;
  }
  .mainimg .front_img_block .front_img_inner .soba_wrap .soba_inner:before {
    width: 100%;
    height: 100%;
    right: -20px;
    bottom: -20px;
  }
  .mainimg .front_img_block .front_img_inner .soba_wrap .soba_inner img {
    max-width: 70vw;
  }
  .mainimg .front_img_block .front_img_inner .btn_wrap .img_inner {
    background-color: #fff;
    position: relative;
    z-index: 1;
  }
  .mainimg .front_img_block .front_img_inner .btn_wrap .img_inner img {
    max-width: 50vw;
  }
  .recommend {
    margin-top: 220px;
  }
  .recommend .bg .bg1 {
    top: -173px;
    right: 0;
    max-width: 360px;
  }
  .recommend .bg .bg2 {
    bottom: -69px;
    left: -50px;
    max-width: 380px;
  }
  .recommend .slick {
    margin-left: 0px;
    margin-right: 0px;
  }
  .recommend .slick .wrap {
    margin-left: 0px;
    margin-right: 0px;
  }
  .recommend .slick .wrap .image img {
    height: 350px;
  }
  .recommend .top_block {
    margin-bottom: 44px;
  }
  .recommend .top_block .top_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .recommend .top_block .top_flex .no2 {
    width: 140px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .about .image_block {
    position: relative;
    z-index: 2;
  }
  .about .image_block .image img {
    height: 350px;
  }
  .about .image_block .catch_inner {
    display: flex;
  }
  .about .image_block .catch_inner .wrap span {
    padding: 16px;
  }
  .about .down_block {
    margin-top: 32px;
  }
  .about .down_block .bgimg img {
    bottom: -60px;
    right: -160px;
    max-width: 450px;
    opacity: 0.8;
  }
  .about .down_block .maxWid {
    position: relative;
  }
  .about .down_block .maxWid .flex {
    display: flex;
    justify-content: space-between;
  }
  .about .down_block .maxWid .imgFlex {
    display: none;
  }
  .about .down_block .maxWid .textFlex {
    width: 100%;
    padding-top: 0px;
  }
  .category .flex .flex2 {
    width: calc(50% - 10px);
  }
  .product .catch_flex .view .inner span {
    display: none;
  }
  .product {
    margin-top: 100px;
  }
  .product .top_bg .bg2 {
    position: absolute;
    top: -60px;
    max-width: 300px;
  }
  .product ul {
    margin-top: 32px;
  }
  .product ul:before, .product ul:after {
    content: "";
    display: block;
    width: calc(50% - 15px);
  }
  .product ul:before {
    order: 1;
  }
  .product ul li {
    width: calc(50% - 15px);
    margin-bottom: 62px;
  }
  .product ul li a {
    color: #000;
  }
  .product ul li a:visited {
    color: #000;
  }
  .product ul .wrap .image {
    height: 240px;
  }
  .product ul .wrap .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .product ul .wrap .catch_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 8px;
  }
  .product ul .wrap .catch_flex h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2em;
    padding-right: 8px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 1px;
  }
  .product ul .wrap .catch_flex .view .inner {
    border: 1px solid #000;
    padding: 5px 6px;
    color: #000;
    line-height: 1em;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .product ul .wrap .catch_flex .price {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif, sans-serif;
    line-height: 1.2em;
    margin-top: 2px;
  }
  .product .down_bg img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    margin: auto;
    width: 100%;
  }
  .product .btn_wrap a {
    margin: auto;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .product ul .wrap .catch_flex .view .inner span {
    display: none;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .product ul li:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
}
@media (max-width: 480px) {
  .instagram .videos:before {
    width: 50px;
    height: 50px;
  }
  header:not(.fixed) {
    position: relative;
  }
  header:not(.fixed) .ec-headerNaviRole h1 {
    position: static;
  }
  header:not(.fixed) .ec-headerNaviRole h1 .normal_logo img {
    max-width: 70px;
  }
  header:not(.fixed) .ec-headerNaviRole .ec-headerNavSP {
    top: 8px;
  }
  main .common_heading .eng img {
    max-height: 25px;
  }
  main .common_heading .jap {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 0;
    margin-left: 0;
    margin-top: 8px;
    color: #15310d;
  }
  main .common_heading .jap:before {
    display: none;
  }
  .mainimg .bgimg img {
    height: 350px;
  }
  .mainimg .heading_wrap {
    top: 60px;
  }
  .mainimg .heading_wrap .heading_inner .catch_inner span {
    padding: 10px 20px;
  }
  .mainimg .heading_wrap .heading_inner .catch_inner span img {
    max-height: 20px;
  }
  .mainimg .front_img_block {
    bottom: 40px;
  }
  .mainimg .front_img_block .front_img_inner {
    position: relative;
  }
  .mainimg .front_img_block .front_img_inner .soba_wrap {
    left: -60px;
    bottom: auto;
    top: -100px;
  }
  .mainimg .front_img_block .front_img_inner .soba_wrap .soba_inner:before {
    width: 100%;
    height: 100%;
    right: -10px;
    bottom: -10px;
    opacity: 0.8;
  }
  .mainimg .front_img_block .front_img_inner .soba_wrap .soba_inner img {
    max-width: 70vw;
  }
  .mainimg .front_img_block .front_img_inner .btn_wrap {
    top: -120px;
    bottom: auto;
  }
  .recommend {
    margin-top: 170px;
  }
  .recommend .bg .bg1 {
    max-width: 250px;
    top: -163px;
  }
  .recommend .bg .bg2 {
    bottom: 11px;
    left: 0;
    max-width: 250px;
    opacity: 0.8;
  }
  .recommend .top_block {
    margin-bottom: 24px;
    position: relative;
  }
  .recommend .top_block .top_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .recommend .top_block .top_flex .no1 {
    width: 100%;
  }
  .recommend .top_block .top_flex .no2 {
    width: 0px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .recommend .top_block .top_flex .common_arrow_container .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    padding-left: 20px;
    padding-right: 20px;
  }
  .recommend .top_block .top_flex .common_arrow_container button {
    background-color: #15310d;
    width: 30px;
    height: 30px;
  }
  .recommend .top_block .top_flex .common_arrow_container .number_flex {
    display: none;
  }
  .recommend .slick .wrap .image img {
    height: 250px;
  }
  .recommend .slick .title {
    margin-top: 16px;
  }
  .recommend .slick .title .price {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .recommend .slick .title h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .recommend .slick .text_wrap {
    margin-top: 16px;
  }
  .about {
    margin-top: 120px;
  }
  .about .maxWid {
    position: relative;
  }
  .about .image_block {
    position: relative;
    z-index: 2;
  }
  .about .image_block .image img {
    height: 220px;
  }
  .about .image_block .catch_wrap {
    top: -60px;
    left: auto;
    right: 40px;
  }
  .about .image_block .catch_inner {
    display: flex;
  }
  .about .image_block .catch_inner .wrap:nth-of-type(1) {
    margin-left: 8px;
  }
  .about .image_block .catch_inner .wrap span {
    padding: 12px 12px;
  }
  .about .image_block .catch_inner .wrap span img {
    max-width: 18px;
  }
  .about .down_block {
    margin-top: 32px;
  }
  .about .down_block .bgimg img {
    bottom: -60px;
    right: -60px;
    max-width: 350px;
    opacity: 0.5;
  }
  .about .down_block .maxWid {
    position: relative;
  }
  .about .down_block .maxWid .flex {
    display: flex;
    justify-content: space-between;
  }
  .about .down_block .maxWid .imgFlex {
    display: none;
  }
  .about .down_block .maxWid .textFlex {
    width: 100%;
    padding-top: 0px;
  }
  .about .down_block .maxWid .textFlex h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 22px;
  }
  .about .down_block .maxWid .textFlex .text {
    margin-top: 20px;
  }
  .about .down_block .maxWid .textFlex .text p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.7em;
  }
  .category {
    margin-top: 200px;
    padding-bottom: 100px;
  }
  .category .bgimg {
    height: 70%;
    width: 80%;
  }
  .category .bgimg .bg_inner img {
    margin: auto;
  }
  .category .flex {
    flex-wrap: wrap;
  }
  .category .flex .flex2 {
    width: 100%;
  }
  .category .flex .flex2:nth-last-of-type(1) {
    margin-top: 16px;
  }
  .category .flex .wrap {
    position: relative;
  }
  .category .flex .wrap .image img {
    height: auto;
  }
  .category .flex .wrap .catch_wrap {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: auto;
    z-index: 1;
  }
  .category .flex .wrap .catch_wrap .catch_inner {
    position: relative;
  }
  .category .flex .wrap .catch_wrap .catch {
    background-color: #15310d;
    padding: 12px;
    text-align: center;
  }
  .category .flex .wrap .catch_wrap .catch img {
    margin: auto;
  }
  .category .flex .wrap .catch_wrap .catch .jap img {
    max-width: 20px;
  }
  .category .flex .wrap .catch_wrap .catch .eng {
    position: relative;
    padding-top: 14px;
    margin-top: 6px;
  }
  .category .flex .wrap .catch_wrap .catch .eng img {
    position: relative;
    left: 1px;
    max-width: 8px;
  }
  .category .flex .wrap .catch_wrap .catch .eng:before {
    content: "";
    content: "";
    border-left: 1px solid #fff;
    width: 1px;
    height: 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* style */
  }
  .category .flex .wrap .view_wrap {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: auto;
  }
  .category .flex .wrap .view_wrap .view_more {
    background-color: #926a1c;
    padding: 8px 16px;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 50px;
  }
  .product ul:before, .product ul:after {
    content: "";
    display: block;
    width: calc(50% - 10px);
  }
  .product ul:before {
    order: 1;
  }
  .product ul li {
    width: calc(50% - 10px);
  }
  .product ul .wrap .image {
    height: 180px;
  }
  .product .down_bg img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -2;
    margin: auto;
    width: 100%;
  }
  .product .btn_wrap a {
    margin: auto;
  }
  .product .bgimg {
    position: relative;
    height: 150px;
  }
  .product .bgimg img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    width: 100%;
    min-height: 200px;
  }
}
@media all and (-ms-high-contrast: none) {
  .ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
  }
}