
@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 .heading .eng {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  margin-left: 2px;
}
main .heading .jap {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.1em;
  margin-top: 4px;
}
main .heading_common .eng, main .heading_common .jap {
  text-align: center;
}
main .common_btn a, main .common_btn a:visited {
  font-weight: 700;
  padding: 12px 16px;
  font-size: 18px;
  font-size: 1.8rem;
  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;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  justify-content: center;
  align-items: center;
}
/*--------------------------------------------------- */
/* mainimg */
/*--------------------------------------------------- */
.mainimg {
  position: relative;
}
.mainimg .bgimg img {
  width: 100%;
  height: 767px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainimg .heading_wrap {
  position: absolute;
  top: 234px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 658px;
}
.mainimg .heading_wrap h2 {
  display: inline-block;
  position: relative;
  z-index: 3;
}
.mainimg .heading_wrap h2 img {
  position: relative;
  z-index: 4;
}
.mainimg .heading_wrap h2:after {
  content: "";
  content: "";
  display: inline-block;
  width: 269px;
  height: 532px;
  background-image: url(../../../img/top/mainimg_heading_bg.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -100px;
  right: 0;
  bottom: 0;
  z-index: 2;
  margin: auto;
  /* style */
}
/*--------------------------------------------------- */
/* about */
/*--------------------------------------------------- */
.about {
  margin-top: 173px;
}
.about .flex {
  display: flex;
  justify-content: space-between;
}
.about .flex .imgFlex {
  width: 50%;
}
.about .flex .imgFlex .image_block {
  position: relative;
}
.about .flex .imgFlex .image_block .img2 {
  position: absolute;
  right: 0;
  bottom: -190px;
  margin: auto;
}
.about .flex .textFlex {
  width: calc(50% - 63px);
  padding-top: 30px;
}
.about .flex .textFlex .catch_wrap {
  margin-top: 24px;
}
.about .flex .textFlex .catch_wrap .line_wrap {
  display: block;
}
.about .flex .textFlex .catch_wrap .line_wrap:nth-last-of-type(1) {
  margin-top: 4px;
}
.about .flex .textFlex .catch_wrap .line_wrap span {
  display: inline-block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  background-color: #000;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 12px 16px;
  color: #fff;
}
.about .flex .textFlex .text {
  margin-top: 26px;
}
.about .flex .textFlex .text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2em;
}
.about .flex .textFlex .btn_wrap {
  margin-top: 24px;
}
/*--------------------------------------------------- */
/* recommend */
/*--------------------------------------------------- */
.recommend {
  margin-top: 260px;
  position: relative;
}
.recommend:before {
  content: "";
  content: "";
  display: inline-block;
  width: calc(1000px + (100vw - 1000px) / 2);
  height: 100%;
  background-image: url(../../../img/top/recommend_bg.png);
  background-size: cover;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.recommend .gift_wrap {
  position: relative;
}
.recommend .gift_wrap img {
  position: absolute;
  top: -118px;
  right: -54px;
  margin: auto;
}
.recommend .image_block img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend .side_block {
  position: relative;
  z-index: 1;
}
.recommend .side_block:before {
  content: "";
  background-color: #000;
  height: calc(100% + 100px + 110px);
  width: 50%;
  position: absolute;
  top: -100px;
  left: 0;
  margin: auto;
  /* style */
  z-index: 1;
  border-top-right-radius: 10px;
}
.recommend .side_wrap {
  position: relative;
  z-index: 2;
}
.recommend .side_wrap .heading * {
  color: #fff;
}
.recommend .side_wrap .text {
  margin-top: 33px;
}
.recommend .side_wrap .text p {
  max-width: 350px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2em;
  color: #fff;
}
.recommend .side_wrap .btn_wrap {
  margin-top: 36px;
}
.recommend .slider_block {
  position: relative;
  z-index: 3;
  max-width: 60%;
  margin-left: auto;
  margin-right: 0;
}
.recommend .slider_block .slider_wrap {
  margin-top: -280px;
  width: 940px;
  margin-left: auto;
}
.recommend .slider_block .slider_wrap .slider_item {
  margin-right: 20px;
  position: relative;
}
.recommend .slider_block .slider_wrap .slider_item .image {
  background-color: #fff;
}
.recommend .slider_block .slider_wrap .slider_item .image img {
  height: 450px;
  width: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recommend .slider_block .slider_wrap .slider_item .catch_wrap {
  position: absolute;
  left: 20px;
  bottom: 20px;
  margin: auto;
}
.recommend .slider_block .slider_wrap .slider_item .catch {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 12px;
}
.recommend .slider_block .slider_wrap .slider_item .catch .title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1em;
  color: #fff;
}
.recommend .slider_block .slider_wrap .slider_item .catch .price {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
  color: #fff;
  margin-top: 2px;
}
.recommend .down_inner {
  margin-top: 16px;
  padding-bottom: 32px;
}
.recommend .arrow_container .flex {
  justify-content: flex-end;
}
.recommend .arrow_container .flex .leftFlex {
  margin-right: 8px;
}
.recommend .arrow_container .flex button {
  width: 40px;
  height: 40px;
  background-color: #000;
  position: relative;
}
.recommend .arrow_container .flex button:before {
  content: "";
  /* style */
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.5px 16px 9.5px 0;
  border-color: transparent #FFFFFF transparent transparent;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.recommend .arrow_container .flex .slick-custom-prev:before {
  border-width: 9.5px 16px 9.5px 0;
  border-color: transparent #FFFFFF transparent transparent;
}
.recommend .arrow_container .flex .slick-custom-next:before {
  border-width: 9.5px 0 9.5px 16px;
  border-color: transparent transparent transparent #FFFFFF;
}
/*--------------------------------------------------- */
/* category */
/*--------------------------------------------------- */
.category {
  margin-top: 172px;
}
.category ul {
  display: flex;
  justify-content: space-between;
  margin-top: 54px;
  flex-wrap: wrap;
}
.category ul li {
  width: calc(20% - 10px);
}
.category ul li .wrap {
  position: relative;
}
.category ul li .bgimg img {
  height: 350px;
  width: 100%;
}
.category ul li .catch_wrap {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: auto;
}
.category ul li .catch_wrap .catch_inner {
  background-color: #000;
  padding: 12px 8px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 18px;
  font-size: 1.8rem;
}
.category ul li .viewmore {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  opacity: 0.8;
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 1em;
  margin: auto;
}
.category ul .season_wrap {
  width: 100%;
  margin-bottom: 20px;
}
.category ul .season_wrap * {
  color: #fff;
}
.category ul .season_wrap .season_img img {
  width: auto;
  height: 264px;
  -o-object-fit: cover;
     object-fit: cover;
}
.category ul .season_wrap .text_wrap {
  position: absolute;
  top: 0;
  left: 52px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
}
.category ul .season_wrap .text_wrap .title_wrap {
  display: block;
}
.category ul .season_wrap .text_wrap .title_wrap .title {
  font-size: 28px;
  font-size: 2.8rem;
  display: inline-block;
  line-height: 1.1em;
  background-color: #000;
  padding: 12px 16px 8px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  font-weight: 700;
}
.category ul .season_wrap .text_wrap .text {
  margin-top: 14px;
}
.category ul .season_wrap .text_wrap .text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em;
}
.category ul .season_wrap .text_wrap .view_wrap {
  margin-top: 12px;
}
.category ul .season_wrap .text_wrap .view_wrap .view_inner {
  display: inline-block;
  border: 1px solid #fff;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  line-height: 1.1em;
  padding: 8px 8px 6px;
}
/*--------------------------------------------------- */
/* product */
/*--------------------------------------------------- */
.product {
  margin-top: 200px;
  margin-bottom: 200px;
}
.product ul {
  margin-top: 58px;
  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% - 22px);
}
.product ul:before {
  order: 1;
}
.product ul li {
  width: calc(33.333% - 22px);
  margin-bottom: 62px;
}
.product ul li a {
  color: #000;
}
.product ul li a:visited {
  color: #000;
}
.product .wrap .image_block {
  position: relative;
}
.product .wrap .image_block .cat_block {
  position: absolute;
  top: 10px;
  left: 10px;
  margin: auto;
}
.product .wrap .image_block .cat_block .cat_inner {
  display: inline-block;
  padding: 6px 12px;
  background-color: #000;
  color: #fff;
  border-radius: 11px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
}
.product .wrap .image_block .image img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
}
.product .wrap .catch_wrap {
  position: relative;
}
.product .wrap .catch_wrap .catch {
  position: relative;
  top: -20px;
  left: -10px;
  margin: auto;
}
.product .wrap .catch_wrap .catch h3 {
  display: inline-block;
  padding: 8px 12px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2em;
}
.product .wrap .catch_wrap .catch_inner {
  margin-top: -10px;
}
.product .wrap .catch_wrap .catch_inner .price {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.product .wrap .catch_wrap .catch_inner .price .tax {
  font-size: 12px;
  font-size: 1.2rem;
  margin-left: 2px;
  position: relative;
  top: -2px;
}
.product .wrap .catch_wrap .catch_inner .detail {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
  margin-top: 4px;
}
.product .wrap .catch_wrap .catch_inner .view_wrap {
  margin-top: 8px;
}
.product .wrap .catch_wrap .catch_inner .view_wrap .view_inner {
  margin-left: auto;
  margin-right: 0;
  padding: 4px 10px;
  font-size: 12px;
  font-size: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #926a1c;
  background-color: #fff;
  border: 1px solid #926a1c;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 700;
}
.product .btn_wrap {
  margin-top: 48px;
}
.product .btn_wrap a {
  margin: auto;
}
@media (min-width: 769px) {
  main .common_btn a:hover, main .common_btn a:visited:hover {
    background-color: #fff;
    color: #926a1c;
    border: 1px solid #926a1c;
    transition-duration: 0.5s;
  }
  .recommend .tab_visible {
    display: none;
  }
  .recommend .side_block {
    top: -21px;
  }
  .recommend .slider_block .slider_wrap .slider_item:hover img, .recommend .slider_block .slider_wrap .slider_item:hover .catch_wrap {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
  .category ul li .wrap:hover {
    opacity: 0.7;
    transition-duration: 0.5s;
  }
  .product ul li:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
}
@media (min-width: 1201px) {
  .recommend .side_wrap .text p {
    max-width: 300px;
  }
  .recommend .slider_block .slider_wrap {
    width: 1050px;
  }
  .recommend .slider_block .slider_wrap .slider_item .image img {
    height: 600px;
    width: 600px;
  }
}
@media (max-width: 1000px) {
  .recommend .gift_wrap img {
    right: 0;
  }
  .recommend .side_wrap .text p {
    max-width: 35%;
  }
}
@media (max-width: 1000px) and (min-width: 769px) {
  .mainimg .bgimg img {
    -o-object-position: 60%;
       object-position: 60%;
  }
}
@media (max-width: 768px) {
  .instagram .videos:before {
    background-image: url(common/img/icon-movie@2x.png);
  }
  .instagram li figcaption {
    display: none;
  }
  .mainimg {
    position: relative;
  }
  .mainimg .bgimg img {
    width: 100%;
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainimg .heading_wrap {
    top: 144px;
    left: 50px;
    margin: auto;
    max-width: initial;
  }
  .mainimg .heading_wrap h2 {
    display: inline-block;
    position: relative;
    z-index: 3;
  }
  .mainimg .heading_wrap h2 img {
    max-width: 70px;
  }
  .mainimg .heading_wrap h2:after {
    width: 189px;
    height: 302px;
    top: 30px;
    left: -40px;
    right: 0;
  }
  .about {
    margin-top: 120px;
  }
  .about .flex {
    flex-wrap: wrap;
  }
  .about .flex .imgFlex {
    width: 100%;
    order: 2;
    margin-top: 32px;
  }
  .about .flex .imgFlex .image_block {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .about .flex .imgFlex .image_block img {
    width: 50%;
  }
  .about .flex .imgFlex .image_block .img1 {
    padding-right: 10px;
  }
  .about .flex .imgFlex .image_block .img2 {
    position: relative;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-left: 10px;
  }
  .about .flex .textFlex {
    order: 1;
    width: 100%;
    padding-top: 0px;
  }
  .about .flex .textFlex .catch_wrap {
    margin-top: 24px;
  }
  .about .flex .textFlex .catch_wrap .line_wrap {
    display: block;
  }
  .about .flex .textFlex .catch_wrap .line_wrap:nth-last-of-type(1) {
    margin-top: 4px;
  }
  .about .flex .textFlex .catch_wrap .line_wrap span {
    display: inline-block;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
    background-color: #000;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 12px 16px;
    color: #fff;
  }
  .about .flex .textFlex .text {
    margin-top: 26px;
  }
  .about .flex .textFlex .text p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2em;
  }
  .about .flex .textFlex .btn_wrap {
    margin-top: 24px;
  }
  .recommend .pc_visible {
    display: none;
  }
  .recommend {
    margin-top: 150px;
  }
  .recommend:before {
    width: 100%;
    height: 100%;
  }
  .recommend .gift_wrap {
    position: relative;
  }
  .recommend .gift_wrap img {
    max-width: 180px;
    top: -70px;
    right: 20px;
  }
  .recommend .image_block img {
    height: 200px;
  }
  .recommend .side_block {
    position: relative;
    z-index: 1;
  }
  .recommend .side_block:before {
    height: calc(100% + 100px + 110px);
    width: calc(100% - 80px);
    top: -60px;
  }
  .recommend .side_wrap {
    position: relative;
    z-index: 2;
  }
  .recommend .side_wrap .text {
    margin-top: 33px;
  }
  .recommend .side_wrap .text p {
    max-width: 70%;
    line-height: 2em;
  }
  .recommend .side_wrap .btn_wrap {
    margin-top: 36px;
  }
  .recommend .slider_block {
    margin-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 3;
    max-width: 100%;
    margin-left: auto;
    margin-right: 0;
  }
  .recommend .slider_block .slider_wrap {
    margin-top: 0px;
    width: initial;
    margin-left: -10px;
    margin-right: -10px;
  }
  .recommend .slider_block .slider_wrap .slider_item {
    margin-right: 10px;
    margin-left: 10px;
    position: relative;
  }
  .recommend .slider_block .slider_wrap .slider_item .image img {
    height: 300px;
    width: 100%;
  }
  .recommend .slider_block .slider_wrap .slider_item .catch_wrap {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin: auto;
  }
  .recommend .slider_block .slider_wrap .slider_item .catch {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 12px;
  }
  .recommend .slider_block .slider_wrap .slider_item .catch .title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1em;
    color: #fff;
  }
  .recommend .slider_block .slider_wrap .slider_item .catch .price {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2em;
    color: #fff;
    margin-top: 2px;
  }
  .recommend .down_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    padding-bottom: 32px;
  }
  .recommend .arrow_container .flex {
    justify-content: flex-end;
  }
  .recommend .arrow_container .flex .leftFlex {
    margin-right: 8px;
  }
  .recommend .arrow_container .flex button {
    width: 40px;
    height: 40px;
    background-color: #000;
    position: relative;
  }
  .recommend .arrow_container .flex button:before {
    content: "";
    /* style */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9.5px 16px 9.5px 0;
    border-color: transparent #FFFFFF transparent transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
  .recommend .arrow_container .flex .slick-custom-prev:before {
    border-width: 9.5px 16px 9.5px 0;
    border-color: transparent #FFFFFF transparent transparent;
  }
  .recommend .arrow_container .flex .slick-custom-next:before {
    border-width: 9.5px 0 9.5px 16px;
    border-color: transparent transparent transparent #FFFFFF;
  }
  .category {
    margin-top: 150px;
  }
  .category ul {
    margin-top: 32px;
    flex-wrap: wrap;
  }
  .category ul li {
    width: calc(33.333% - 10px);
  }
  .category ul .season_wrap {
    width: 100%;
    margin-bottom: 15px;
  }
  .category ul .season_wrap .season_img img {
    -o-object-position: 70%;
       object-position: 70%;
  }
  .category ul .season_wrap .text_wrap {
    left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .category ul .season_wrap .text_wrap .title_wrap {
    display: block;
  }
  .category ul .season_wrap .text_wrap .title_wrap .title {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 10px 16px;
  }
  .category ul .season_wrap .text_wrap .text {
    margin-top: 14px;
  }
  .category ul .season_wrap .text_wrap .text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .product {
    margin-top: 150px;
  }
  .product ul {
    margin-top: 58px;
  }
  .product ul:before, .product ul:after {
    content: "";
    display: block;
    width: calc(50% - 20px);
  }
  .product ul:before {
    order: 1;
  }
  .product ul li {
    width: calc(50% - 20px);
    margin-bottom: 62px;
  }
}
@media (max-width: 768px) and (min-width: 481px) {
  .category ul li:nth-last-of-type(1), .category ul li:nth-last-of-type(2) {
    margin-top: 15px;
    width: calc(50% - 8px);
  }
  .category ul li:nth-last-of-type(1) .wrap, .category ul li:nth-last-of-type(2) .wrap {
    max-width: calc(66.666% - 3px);
  }
  .category ul li:nth-last-of-type(1) .bgimg img, .category ul li:nth-last-of-type(2) .bgimg img {
    height: 350px;
    width: 100%;
  }
  .category ul li:nth-last-of-type(2) .wrap {
    margin-left: auto;
  }
}
@media (max-width: 768px) and (min-width: 769px) {
  .recommend .side_block {
    top: -21px;
  }
}
@media (max-width: 480px) {
  .instagram .videos:before {
    width: 50px;
    height: 50px;
  }
  main .heading .eng {
    font-size: 14px;
    font-size: 1.4rem;
  }
  main .heading .jap {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
    font-size: 24px;
    font-size: 2.4rem;
  }
  main .common_btn a, main .common_btn a:visited {
    padding: 12px 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .mainimg {
    position: relative;
  }
  .mainimg .bgimg img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 60%;
       object-position: 60%;
  }
  .mainimg .heading_wrap {
    top: 120px;
    left: 20px;
    margin: auto;
    max-width: initial;
  }
  .mainimg .heading_wrap h2 {
    display: inline-block;
    position: relative;
    z-index: 3;
  }
  .mainimg .heading_wrap h2 img {
    max-width: 58px;
  }
  .mainimg .heading_wrap h2:after {
    width: 189px;
    height: 302px;
    top: 30px;
    left: -40px;
    right: 0;
  }
  .about {
    margin-top: 80px;
  }
  .about .flex {
    flex-wrap: wrap;
  }
  .about .flex .imgFlex {
    width: 100%;
    order: 2;
    margin-top: 32px;
  }
  .about .flex .imgFlex .image_block {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .about .flex .imgFlex .image_block img {
    width: 50%;
  }
  .about .flex .imgFlex .image_block .img1 {
    padding-right: 5px;
  }
  .about .flex .imgFlex .image_block .img2 {
    padding-left: 5px;
  }
  .about .flex .textFlex .catch_wrap {
    margin-top: 16px;
  }
  .about .flex .textFlex .catch_wrap .line_wrap {
    display: block;
  }
  .about .flex .textFlex .catch_wrap .line_wrap:nth-last-of-type(1) {
    margin-top: 4px;
  }
  .about .flex .textFlex .catch_wrap .line_wrap span {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 12px;
  }
  .about .flex .textFlex .text {
    margin-top: 16px;
  }
  .about .flex .textFlex .text p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8em;
  }
  .about .flex .textFlex .btn_wrap {
    margin-top: 24px;
  }
  .recommend {
    margin-top: 150px;
  }
  .recommend:before {
    width: 100%;
    height: 100%;
  }
  .recommend .gift_wrap {
    position: relative;
  }
  .recommend .gift_wrap img {
    max-width: 160px;
    z-index: 4;
    top: -45px;
    right: -10px;
  }
  .recommend .image_block img {
    height: 150px;
    -o-object-position: 40%;
       object-position: 40%;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    z-index: -1;
    position: relative;
  }
  .recommend .side_block {
    position: relative;
    z-index: 1;
  }
  .recommend .side_block:before {
    height: calc(100% + 100px + 110px);
    width: calc(100% - 40px);
    top: -60px;
  }
  .recommend .side_wrap {
    position: relative;
    z-index: 2;
  }
  .recommend .side_wrap .text {
    margin-top: 16px;
  }
  .recommend .side_wrap .text p {
    max-width: calc(100% - 80px);
    line-height: 1.8em;
  }
  .recommend .slider_block {
    margin-right: 0;
  }
  .recommend .slider_block .slider_wrap {
    margin-top: 0px;
    width: initial;
    margin-left: 0;
    margin-right: 0;
  }
  .recommend .slider_block .slider_wrap .slider_item {
    margin-right: 0;
    margin-left: 0;
  }
  .recommend .slider_block .slider_wrap .slider_item .image img {
    height: 300px;
    width: 100%;
  }
  .recommend .slider_block .slider_wrap .slider_item .catch_wrap {
    position: absolute;
    left: 20px;
    bottom: 20px;
    margin: auto;
  }
  .recommend .slider_block .slider_wrap .slider_item .catch {
    padding: 8px 12px;
  }
  .recommend .slider_block .slider_wrap .slider_item .catch .title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .recommend .slider_block .slider_wrap .slider_item .catch .price {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .recommend .down_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
    padding-bottom: 32px;
  }
  .recommend .arrow_container .flex {
    justify-content: flex-end;
  }
  .recommend .arrow_container .flex .leftFlex {
    margin-right: 8px;
  }
  .recommend .arrow_container .flex button {
    width: 40px;
    height: 40px;
  }
  .category {
    margin-top: 150px;
  }
  .category ul {
    margin-top: 32px;
    flex-wrap: wrap;
  }
  .category ul li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
  .category ul li .bgimg img {
    height: auto;
    width: 100%;
  }
  .category ul li .catch_wrap {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: auto;
  }
  .category ul li .catch_wrap .catch_inner {
    background-color: #000;
    padding: 12px 8px;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
    font-weight: 700;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .category ul li .viewmore {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
    opacity: 0.8;
    position: absolute;
    right: 10px;
    bottom: 10px;
    line-height: 1em;
    margin: auto;
  }
  .category ul .season_wrap {
    width: 100%;
    margin-bottom: 10px;
  }
  .category ul .season_wrap .text_wrap {
    left: 0;
    align-items: baseline;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .category ul .season_wrap .text_wrap .title_wrap {
    display: block;
  }
  .category ul .season_wrap .text_wrap .title_wrap .title {
    font-size: 20px;
    font-size: 2rem;
    padding: 8px 16px;
  }
  .category ul .season_wrap .text_wrap .text {
    margin-top: 10px;
  }
  .category ul .season_wrap .text_wrap .text p {
    font-size: 12px;
    font-size: 1.2rem;
    max-width: 70%;
  }
  .category ul .season_wrap .text_wrap .text p br {
    display: none;
  }
  .category ul .season_wrap .text_wrap .view_wrap {
    margin-top: 12px;
  }
  .category ul .season_wrap .text_wrap .view_wrap .view_inner {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 4px 8px;
  }
  .product ul {
    margin-top: 24px;
  }
  .product ul:before, .product ul:after {
    content: "";
    display: block;
    width: 100%;
  }
  .product ul:before {
    order: 1;
  }
  .product ul li {
    width: 100%;
    margin-bottom: 56px;
  }
  .product .wrap .image_block {
    position: relative;
  }
  .product .wrap .image_block .image img {
    width: 100%;
    height: 270px;
  }
  .product .wrap .catch_wrap {
    position: relative;
  }
  .product .wrap .catch_wrap .catch {
    position: relative;
    top: -20px;
    left: -10px;
    margin: auto;
  }
  .product .wrap .catch_wrap .catch h3 {
    padding: 12px 16px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .product .wrap .catch_wrap .catch_inner {
    margin-top: -8px;
  }
  .product .wrap .catch_wrap .catch_inner .price {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .product .wrap .catch_wrap .catch_inner .price .tax {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 2px;
    position: relative;
    top: -2px;
  }
  .product .wrap .catch_wrap .catch_inner .detail {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .product .wrap .catch_wrap .catch_inner .view_wrap {
    margin-top: 8px;
  }
  .product .btn_wrap {
    margin-top: 32px;
  }
  .product .btn_wrap a {
    margin: auto;
  }
}
@media (max-width: 480px) and (min-width: 769px) {
  .recommend .side_block {
    top: -21px;
  }
}
@media all and (-ms-high-contrast: none) {
  .ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
  }
}