
@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;
}
/*--------------------------------------------------- */
/* /*--------------------------------------------------- */
/*--------------------------------------------------- */
/* /*--------------------------------------------------- */
main .top_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main .top_block .right {
  max-width: 609px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
}
main .top_block .left {
  width: 300px;
}
main .top_block .text_white {
  color: #fff;
  padding-right: 30px;
}
main .heading_common {
  position: relative;
  padding-left: 24px;
}
main .heading_common:before {
  content: "";
  content: "";
  border-left: 12px solid #d81722;
  width: 1px;
  height: calc(100% + 4px);
  position: absolute;
  top: 0;
  left: -2px;
  bottom: 0;
  margin: auto;
  /* style */
}
main .heading_common .jap {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 16px;
  line-height: 1.1em;
}
main .heading_common_white:before {
  border-left: 12px solid #fff;
}
main .heading_common_white .jap {
  color: #fff;
}
main .common_btn a, main .common_btn a:visited {
  padding: 12px 24px;
  font-size: 16px;
  font-size: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  position: relative;
  color: #fff;
  background-color: #1fbf7d;
  border: 1px solid #1fbf7d;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*--------------------------------------------------- */
/* mainimg */
/*--------------------------------------------------- */
.mainimg {
  position: relative;
}
.mainimg .img_top_wrap {
  position: relative;
}
.mainimg .img_top_wrap .bgimg img {
  width: 100%;
  height: 904px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainimg .img_down_wrap {
  position: relative;
}
.mainimg .img_down_wrap .bgimg img {
  height: 215px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainimg .heading_wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  margin: auto;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainimg .heading_wrap .heading_inner {
  position: relative;
}
.mainimg .heading_wrap .heading_inner .jap {
  text-align: center;
  margin-top: 22px;
}
.mainimg .heading_wrap .heading_inner .jap .wrap {
  margin: auto;
  display: inline-block;
  background-color: #d81722;
  padding: 17px 38px;
}
.mainimg .heading_wrap .heading_inner .btn_down {
  margin-top: 55px;
  display: flex;
  justify-content: center;
}
.mainimg .heading_wrap .heading_inner .btn_down a {
  display: inline-block;
  margin: auto;
}
.mainimg .heading_wrap .heading_inner .btn_down img {
  margin: auto;
}
/*--------------------------------------------------- */
/* recommend */
/*--------------------------------------------------- */
.recommend {
  margin-top: 186px;
  position: relative;
  z-index: 1;
  padding-top: 78px;
}
.recommend .back_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1000px;
}
.recommend .back_image .back_image_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.recommend .back_image .back_image_inner:before {
  content: "";
  background-color: #d81722;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  height: 80%;
  width: 200%;
  /* style */
  z-index: -1;
}
.recommend .image_block {
  margin-top: 42px;
  position: relative;
}
.recommend .image_block .image_wrap {
  position: relative;
  background-color: #fff;
}
.recommend .image_block .image_wrap .slick {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  margin: auto;
  max-width: 100vw;
}
.recommend .image_block .image_wrap .slick li {
  background-color: #fff;
}
.recommend .image_block .image_wrap .slick img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend .catch_wrap {
  position: absolute;
  right: 0;
  bottom: -27px;
  margin: auto;
}
.recommend .catch_wrap .catch_inner {
  position: relative;
  display: inline-block;
  background-color: #d81722;
  padding: 27px 24px;
  color: #fff;
  text-align: right;
}
.recommend .catch_wrap .price {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.1em;
  font-weight: 700;
}
.recommend .catch_wrap h3 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2em;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.recommend .arrow .slick-custom-next {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.recommend .arrow .slick-custom-prev {
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
/*--------------------------------------------------- */
/* about */
/*--------------------------------------------------- */
.about {
  margin-top: 229px;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}
.about:before {
  content: "";
  background-color: #e5e5e5;
  width: 56%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.about .heading_common .jap {
  margin-top: 14px;
}
.about .flex {
  display: flex;
  justify-content: space-between;
}
.about .imgFlex {
  width: 54.5%;
}
.about .imgFlex img {
  -o-object-fit: contain;
     object-fit: contain;
}
.about .imgFlex .img_block {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.about .imgFlex .img_block .img1 {
  position: relative;
  top: -76px;
  margin-right: 8px;
}
.about .imgFlex .img_block .img2 {
  margin-top: 84px;
}
.about .textFlex {
  width: 41%;
  padding-top: 90px;
}
.about .textFlex .catch {
  margin-top: 36px;
}
.about .textFlex .wrap {
  display: inline-block;
  background-color: #d81722;
  color: #fff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: 700;
  padding: 10px 12px;
}
.about .textFlex .wrap:nth-last-of-type(1) {
  margin-top: 6px;
}
.about .textFlex .text {
  margin-top: 29px;
}
.about .textFlex .text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.63em;
}
.about .common_btn {
  margin-top: 24px;
}
/*--------------------------------------------------- */
/* category */
/*--------------------------------------------------- */
.category {
  margin-top: 150px;
  position: relative;
  z-index: 1;
}
.category .bgimg svg {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
}
.category .heading_common .jap {
  margin-top: 7px;
}
.category .flex {
  margin-top: 42px;
  justify-content: space-between;
}
.category .flex .inner {
  position: relative;
  background-color: #fff;
}
.category .flex .inner .catch {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin: auto;
}
.category .flex .inner .catch .catch_back {
  display: inline-block;
  background-color: #d81722;
  mix-blend-mode: multiply;
}
.category .flex .inner .catch .catch_common {
  padding: 18px 22px 14px;
  padding-right: 60px;
}
.category .flex .inner .catch .catch_front {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.category .flex .inner .catch .catch_inner {
  display: inline-block;
  font-weight: 700;
  position: relative;
}
.category .flex .inner .catch .catch_inner .jap {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1em;
}
.category .flex .inner .catch .catch_inner .eng {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.1em;
}
.category .leftFlex {
  width: 50%;
}
.category .rightFlex {
  width: calc(50% - 20px);
}
.category .rightFlex .child_block:nth-last-of-type(1) {
  margin-top: 20px;
}
/*--------------------------------------------------- */
/* product */
/*--------------------------------------------------- */
.product {
  margin-top: 200px;
}
.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(33.333% - 20px);
}
.product ul:before {
  order: 1;
}
.product ul li {
  width: calc(33.333% - 20px);
  margin-bottom: 62px;
}
.product ul li a {
  color: #000;
}
.product ul li a:visited {
  color: #000;
}
.product .image img {
  width: 320px;
  height: 250px;
  -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: 18px;
  font-size: 1.8rem;
  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;
}
/*--------------------------------------------------- */
/* contact_block */
/*--------------------------------------------------- */
.contact_block {
  margin-top: 190px;
  margin-bottom: 166px;
}
.contact_block .flex {
  display: flex;
  justify-content: space-between;
}
.contact_block .leftFlex, .contact_block .rightFlex {
  width: 28.7%;
}
.contact_block .leftFlex img, .contact_block .rightFlex img {
  -o-object-fit: cover;
     object-fit: cover;
}
.contact_block .leftFlex .image_block1 img, .contact_block .rightFlex .image_block1 img {
  height: 500px;
}
.contact_block .leftFlex .image_block2 img, .contact_block .leftFlex .image_block3 img, .contact_block .rightFlex .image_block2 img, .contact_block .rightFlex .image_block3 img {
  height: 247px;
}
.contact_block .rightFlex .image_block2 {
  margin-bottom: 6px;
}
.contact_block .centerFlex {
  width: 41.5%;
}
.contact_block .centerFlex .inner {
  height: 100%;
  background-color: #d81722;
  padding: 84px 32px 50px;
}
.contact_block .centerFlex .heading {
  margin: auto;
}
.contact_block .centerFlex .heading .eng {
  margin: auto;
}
.contact_block .centerFlex .heading .eng img {
  margin: auto;
  text-align: center;
}
.contact_block .centerFlex .heading .jap {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 1.1em;
}
.contact_block .centerFlex .catch {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
  line-height: 1.2em;
  text-align: center;
}
.contact_block .centerFlex .text {
  margin: auto;
  margin-top: 14px;
  text-align: center;
  color: #fff;
  max-width: 300px;
}
.contact_block .centerFlex .text p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.66em;
  color: #fff;
  text-align: left;
  display: inline-block;
}
.contact_block .btn_wrap {
  margin-top: 32px;
}
.contact_block .btn_wrap a, .contact_block .btn_wrap a:visited {
  margin: auto;
  font-weight: 700;
  padding: 12px 24px;
  font-size: 16px;
  font-size: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 481px) {
  .mainimg .mbup_invi {
    display: none;
  }
}
@media (min-width: 769px) {
  header:not(.fixed) .ec-headerNav .ec-headerNav__itemLink, header:not(.fixed) .ec-cartNavi {
    color: #fff;
  }
  header:not(.fixed) .ec-headerNav .ec-headerNav__itemLink:visited, header:not(.fixed) .ec-cartNavi:visited {
    color: #fff;
  }
  header:not(.fixed) .ec-headerNav .ec-headerNav__itemLink:hover, header:not(.fixed) .ec-cartNavi:hover {
    color: #aaa;
  }
  main .common_btn a:hover, main .common_btn a:visited:hover {
    background-color: #fff;
    color: #1fbf7d;
    border: 1px solid #1fbf7d;
    transition-duration: 0.5s;
  }
  .mainimg .heading_wrap .heading_inner .btn_down img:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
  .recommend .image_block:hover img {
    transition-duration: 0.5s;
    opacity: 0.7;
  }
  .recommend .image_block:hover .catch_inner {
    transition-duration: 0.5s;
    background-color: #E45C64;
  }
  .category .pcInvi {
    display: none;
  }
  .category .flex a:hover {
    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;
  }
  .contact_block .btn_wrap a:hover, .contact_block .btn_wrap a:visited:hover {
    background-color: #fff;
    color: #d81722;
    border: 1px solid #fff;
    transition-duration: 0.5s;
  }
}
@media (min-width: 1001px) {
  .recommend .image_block .image_wrap .slick {
    width: calc(1000px + (100vw - 1000px) / 2);
  }
}
@media (min-width: 1201px) {
  .recommend .image_block .image_wrap .slick {
    height: 800px;
  }
  .recommend .image_block .image_wrap .slick img {
    height: 800px;
  }
}
@media (max-width: 1000px) {
  main .top_block .right {
    margin-top: 24px;
    width: 100%;
    max-width: initial;
  }
  main .top_block .left {
    width: 100%;
  }
  main .top_block .text_white {
    color: #fff;
    padding-right: 80px;
  }
  .mainimg .img_top_wrap .bgimg img {
    height: 700px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainimg .heading_wrap {
    bottom: 24px;
  }
  .mainimg .heading_wrap .heading_inner .btn_down {
    margin-top: 24px;
  }
  .recommend .back_image .back_image_inner:before {
    width: calc(100% - 80px);
    left: 0;
    right: auto;
  }
  .about .imgFlex .img_block .img1, .about .imgFlex .img_block .img2 {
    width: calc(50% - 8px);
  }
  .about .textFlex .wrap {
    line-height: 1.2em;
  }
  .contact_block .centerFlex .inner {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .contact_block .centerFlex .catch br {
    display: none;
  }
}
@media (max-width: 768px) {
  .instagram .videos:before {
    background-image: url(common/img/icon-movie@2x.png);
  }
  .instagram li figcaption {
    display: none;
  }
  .mainimg .img_top_wrap .bgimg img {
    height: 500px;
  }
  .mainimg .heading_wrap {
    bottom: -24px;
  }
  .mainimg .heading_wrap .heading_inner .jap {
    margin-top: 22px;
  }
  .mainimg .heading_wrap .heading_inner .jap .wrap {
    padding: 16px 32px;
    display: inline-block;
    margin: auto;
    max-width: 70%;
  }
  .mainimg .heading_wrap .heading_inner .jap .wrap img {
    max-width: 100%;
  }
  .mainimg .heading_wrap .heading_inner .btn_down {
    margin-top: 24px;
  }
  .mainimg .heading_wrap .heading_inner .btn_down img {
    max-width: 220px;
  }
  .recommend {
    margin-top: 150px;
    padding-top: 60px;
  }
  .recommend .back_image .back_image_inner:before {
    width: calc(100% - 80px);
    left: 0;
    right: auto;
  }
  .recommend .image_block {
    margin-top: 32px;
  }
  .recommend .image_block .image_wrap .slick {
    height: 400px;
  }
  .recommend .image_block .image_wrap .slick img {
    height: 400px;
  }
  .recommend .catch_wrap {
    bottom: -32px;
    right: -20px;
  }
  .recommend .catch_wrap .catch_inner {
    padding: 16px 24px;
  }
  .recommend .catch_wrap .price {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .recommend .catch_wrap h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
  .about {
    margin-top: 229px;
    padding-bottom: 60px;
  }
  .about:before {
    width: calc(100% - 40px);
    height: 80%;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
  }
  .about .heading_common .jap {
    margin-top: 14px;
  }
  .about .flex {
    flex-wrap: wrap;
  }
  .about .imgFlex {
    order: 2;
    width: 80%;
  }
  .about .imgFlex img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about .imgFlex .img_block {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .about .imgFlex .img_block .img1, .about .imgFlex .img_block .img2 {
    width: calc(50% - 24px);
  }
  .about .imgFlex .img_block .img1 {
    top: 0;
    margin-right: 0;
  }
  .about .imgFlex .img_block .img2 {
    margin-top: 120px;
  }
  .about .textFlex {
    width: 100%;
    order: 1;
    padding-top: 90px;
  }
  .about .textFlex .catch {
    margin-top: 36px;
    width: 70%;
  }
  .about .textFlex .wrap {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 10px 12px;
  }
  .about .textFlex .wrap:nth-last-of-type(1) {
    margin-top: 6px;
  }
  .about .textFlex .text {
    margin-top: 32px;
  }
  .about .textFlex .text p {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: calc(100% - 80px);
  }
  .about .common_btn {
    margin-top: 32px;
  }
  .category .tabInvi {
    display: none;
  }
  .category .flex {
    flex-wrap: wrap;
  }
  .category .leftFlex {
    width: 100%;
  }
  .category .rightFlex {
    width: 100%;
  }
  .category .rightFlex .child_block {
    width: 100%;
    margin-top: 20px;
  }
  .product .catch_flex .view .inner span {
    display: none;
  }
  .product {
    margin-top: 100px;
    padding-bottom: 80px;
  }
  .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;
  }
  .contact_block {
    margin-top: 190px;
    margin-bottom: 166px;
  }
  .contact_block .flex {
    display: flex;
    justify-content: space-between;
  }
  .contact_block .rightFlex {
    display: none;
  }
  .contact_block .leftFlex {
    width: 30%;
  }
  .contact_block .leftFlex .image_block1 {
    height: 100%;
  }
  .contact_block .leftFlex .image_block1 img {
    height: 100%;
  }
  .contact_block .centerFlex {
    width: 70%;
  }
  .contact_block .centerFlex .inner {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .contact_block .centerFlex .heading .jap {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .contact_block .centerFlex .catch {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 40px;
  }
  .contact_block .btn_wrap {
    margin-top: 32px;
  }
}
@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;
  }
  main .top_block .right {
    display: none;
  }
  main .top_block .right p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  main .heading_common {
    padding-left: 16px;
  }
  main .heading_common:before {
    border-left: 8px solid #d81722;
  }
  main .heading_common .eng img {
    height: 20px;
  }
  main .heading_common .jap {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 8px;
  }
  main .heading_common_white:before {
    border-left: 8px solid #fff;
  }
  main .heading_common_white .jap {
    color: #fff;
  }
  .mainimg .mb_invi {
    display: none;
  }
  .mainimg .img_top_wrap .bgimg img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainimg .img_down_wrap .bgimg img {
    height: 100px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainimg .heading_wrap {
    bottom: -20px;
  }
  .mainimg .heading_wrap .heading_inner .jap {
    margin-top: 12px;
  }
  .mainimg .heading_wrap .heading_inner .jap .wrap {
    padding: 10px 16px;
    max-width: 80%;
  }
  .mainimg .heading_wrap .heading_inner .btn_down {
    margin-top: 24px;
  }
  .mainimg .heading_wrap .heading_inner .btn_down img {
    max-width: 180px;
  }
  .recommend {
    margin-top: 120px;
  }
  .recommend .back_image .back_image_inner:before {
    width: calc(100% - 60px);
  }
  .recommend .top_block .right {
    display: none;
  }
  .recommend .image_block {
    margin-top: 24px;
  }
  .recommend .image_block .image_wrap .slick {
    height: 300px;
  }
  .recommend .image_block .image_wrap .slick img {
    height: 300px;
  }
  .recommend .catch_wrap .catch_inner {
    padding: 12px 20px;
  }
  .recommend .catch_wrap .price {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .recommend .catch_wrap h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .about {
    margin-top: 180px;
    padding-bottom: 60px;
  }
  .about:before {
    width: calc(100% - 40px);
    height: 80%;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
  }
  .about .heading_common .jap {
    margin-top: 8px;
  }
  .about .imgFlex {
    order: 2;
    width: 100%;
  }
  .about .imgFlex img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .about .imgFlex .img_block {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .about .imgFlex .img_block .img1, .about .imgFlex .img_block .img2 {
    width: calc(50% - 8px);
  }
  .about .imgFlex .img_block .img2 {
    margin-top: 120px;
  }
  .about .textFlex {
    padding-top: 60px;
  }
  .about .textFlex .catch {
    margin-top: 24px;
    width: 90%;
  }
  .about .textFlex .wrap {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 10px;
  }
  .about .textFlex .wrap:nth-last-of-type(1) {
    margin-top: 4px;
  }
  .about .textFlex .text {
    margin-top: 24px;
  }
  .about .textFlex .text p {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: calc(100% - 60px);
  }
  .about .common_btn {
    margin-top: 32px;
  }
  .category {
    margin-top: 120px;
  }
  .category .heading_common .jap {
    margin-top: 5px;
  }
  .category .flex {
    flex-wrap: wrap;
  }
  .category .flex .inner .catch {
    left: 10px;
    bottom: 10px;
  }
  .category .flex .inner .catch .catch_common {
    padding: 12px 24px 10px;
    padding-right: 40px;
  }
  .category .flex .inner .catch .catch_inner .jap {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1em;
  }
  .category .flex .inner .catch .catch_inner .eng {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 4px;
  }
  .category .leftFlex {
    width: 100%;
  }
  .category .rightFlex {
    width: 100%;
  }
  .category .rightFlex .child_block {
    width: 100%;
    margin-top: 20px;
  }
  .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;
  }
  .contact_block {
    margin-top: 100px;
  }
  .contact_block .flex {
    flex-wrap: wrap;
  }
  .contact_block .leftFlex {
    display: none;
  }
  .contact_block .centerFlex {
    width: 100%;
  }
  .contact_block .centerFlex .inner {
    padding: 60px 24px 60px;
  }
  .contact_block .centerFlex .heading .eng img {
    height: 24px;
  }
  .contact_block .centerFlex .heading .jap {
    margin-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact_block .centerFlex .catch {
    font-size: 18px;
    font-size: 1.8rem;
    margin: auto;
    margin-top: 32px;
    max-width: 260px;
  }
  .contact_block .centerFlex .text {
    margin-top: 12px;
  }
  .contact_block .btn_wrap {
    margin-top: 24px;
  }
}
@media all and (-ms-high-contrast: none) {
  .ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
  }
}