
@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_wrap .common_heading {
  margin: auto;
  text-align: center;
}
main .heading_wrap .common_heading .eng {
  margin: auto;
  text-align: center;
}
main .heading_wrap .common_heading .eng img {
  margin: auto;
}
main .heading_wrap .common_heading .jap {
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 16px;
  font-family: "fot-tsukuardgothic-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
main .heading_wrap .description {
  text-align: center;
  margin-top: 28px;
}
main .heading_wrap .description p {
  text-align: left;
  display: inline-block;
  max-width: 550px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
}
main .common_btn a, main .common_btn a:visited, main .common_btn .btn_link {
  padding: 6px 26px;
  padding-right: 12px;
  font-size: 16px;
  font-size: 1.6rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #fff;
  background-color: #ff752a;
  border: 1px solid #ff752a;
  line-height: 1em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
main .common_btn a .arrow, main .common_btn a .btn_text, main .common_btn a:visited .arrow, main .common_btn a:visited .btn_text, main .common_btn .btn_link .arrow, main .common_btn .btn_link .btn_text {
  color: #fff;
}
main .common_btn a .arrow, main .common_btn a:visited .arrow, main .common_btn .btn_link .arrow {
  margin-left: 8px;
}
/*--------------------------------------------------- */
/* mainimg */
/*--------------------------------------------------- */
.mainimg {
  position: relative;
}
.mainimg .bgimg img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainimg .catch_block {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1000px;
}
.mainimg .catch_block .catch_wrap {
  position: relative;
}
.mainimg .catch_block .text_block .catch {
  background-color: #44b0ee;
  display: inline-block;
  padding: 8px 12px;
  line-height: 1.2em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.2px;
}
.mainimg .catch_block .text_block .title {
  margin-top: 16px;
}
.mainimg .catch_block .text_block .description {
  margin-top: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6em;
  position: relative;
  display: inline-block;
  z-index: 1;
  font-weight: 500;
}
.mainimg .catch_block .text_block .description:before {
  content: "";
  display: inline-block;
  width: 464px;
  height: 222px;
  background-image: url(../../../img/top/mainimg_shadow.png);
  background-size: auto;
  vertical-align: middle;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  margin: auto;
  content: "";
  /* style */
}
.mainimg .icon_block {
  margin-top: 38px;
}
.mainimg .icon_block .flex3 {
  margin-right: 4px;
}
.mainimg .btn_block {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -87px;
  margin: auto;
  max-width: 1000px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.mainimg .btn_block .btn_wrap {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
}
/*--------------------------------------------------- */
/* recommend */
/*--------------------------------------------------- */
.recommend {
  margin-top: 140px;
  position: relative;
  z-index: 1;
}
.recommend .slick .wrap * {
  color: #000;
}
.recommend .slick .wrap .image {
  height: 450px;
  background-color: #eaeaea;
  border-radius: 10px;
  width: 100%;
  padding: 24px;
  display: flex;
  align-items: center;
}
.recommend .slick .wrap .image img {
  height: 100%;
  max-width: calc(70% - 50px);
  max-height: calc(100% - 50px);
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  margin: auto;
}
.recommend .slick .wrap .title {
  margin-top: 23px;
}
.recommend .slick .wrap .title .price {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1em;
  font-weight: 700;
}
.recommend .slick .wrap .title h3 {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "fot-tsukuardgothic-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.2em;
}
.recommend .slick .wrap .text_wrap p {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5em;
}
.recommend .slick .wrap .btn_wrap {
  margin-top: 16px;
}
.recommend .slick .slick-slide {
  width: 700px;
  margin-left: 25px;
  margin-right: 25px;
}
.recommend .slide_block {
  margin-top: 58px;
  position: relative;
}
.recommend .slide_block .arrow_container_block {
  position: absolute;
  top: 182px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1000px;
  pointer-events: none;
}
.recommend .slide_block .arrow_container_block .flex {
  display: flex;
  justify-content: space-between;
}
.recommend .slide_block .arrow_container_block button {
  pointer-events: auto;
}
/*--------------------------------------------------- */
/* category */
/*--------------------------------------------------- */
.category {
  margin-top: 194px;
}
.category .top_image {
  position: relative;
  margin-bottom: 65px;
}
.category .top_image .bgimage img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.category .top_image .hide_block .bg1 {
  position: absolute;
  top: -112px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.category .top_image .hide_block .bg2 {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.category .top_image .illust_block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 1000px;
}
.category .top_image .illust_block .inner_block {
  position: relative;
  height: 100%;
}
.category .top_image .illust_block .inner_block .bg3 {
  position: absolute;
  top: -64px;
  left: -150px;
  margin: auto;
}
.category .top_image .illust_block .inner_block .bg4 {
  position: absolute;
  bottom: -70px;
  right: -120px;
  margin: auto;
}
.category .heading_wrap .description p {
  max-width: 610px;
}
.category .cat_list {
  margin-top: 115px;
}
.category .cat_list .cat_blocks {
  margin-bottom: 123px;
}
.category .cat_list .cat_blocks:nth-last-of-type(1) {
  margin-bottom: 0;
}
.category .cat_list .flex {
  display: flex;
  justify-content: space-between;
}
.category .cat_list .flex .textFlex {
  width: calc(50% - 80px);
  padding-top: 35px;
}
.category .cat_list .flex .textFlex .title_wrap .title_inner {
  position: relative;
  padding-left: 16px;
}
.category .cat_list .flex .textFlex .title_wrap .title_inner:before {
  content: "";
  /* style */
  border-left: 7px solid #44b0ee;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.category .cat_list .flex .textFlex .title_wrap .title_inner .eng {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1em;
  padding-left: 1px;
}
.category .cat_list .flex .textFlex .title_wrap .title_inner .jap {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1em;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.category .cat_list .flex .textFlex .catch_wrap {
  margin-top: 24px;
}
.category .cat_list .flex .textFlex .catch_wrap .catch {
  font-family: "fot-tsukuardgothic-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  line-height: 1.2em;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 700;
}
.category .cat_list .flex .textFlex .text_wrap {
  margin-top: 13px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75em;
}
.category .cat_list .flex .textFlex .btn_wrap {
  margin-top: 18px;
}
.category .cat_list .flex .imgFlex {
  width: 50%;
  position: relative;
}
.category .cat_list .flex .imgFlex .image_block {
  display: flex;
  justify-content: center;
}
.category .cat_list .flex .imgFlex .image_block img {
  width: auto;
  max-width: initial;
}
.category .cat_list .flex .imgFlex .item_block {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
}
.category .cat_list .flex .imgFlex .item_block .item_inner {
  position: relative;
}
.category .cat_list .cat_blocks .imgFlex .item_block .item_inner {
  position: relative;
  z-index: 1;
}
.category .cat_list .cat_blocks .imgFlex .item_block .item_inner:before {
  content: "";
  content: "";
  display: inline-block;
  background-size: auto;
  vertical-align: middle;
  background-repeat: repeat;
  position: absolute;
  top: 18px;
  left: -10px;
  right: 0;
  z-index: 0;
  bottom: 0;
  margin: auto;
}
.category .cat_list .cat_blocks .imgFlex .item_block .item_inner img {
  position: relative;
  z-index: 1;
}
.category .cat_list .block1 .imgFlex .item_block {
  left: -10px;
  bottom: -18px;
}
.category .cat_list .block1 .imgFlex .item_block .item_inner:before {
  width: 222px;
  height: 318px;
  background-image: url(../../../img/top/category_item1_bg.png);
}
.category .cat_list .block2 .imgFlex .item_block {
  left: auto;
  right: -37px;
  bottom: -24px;
}
.category .cat_list .block2 .imgFlex .item_block .item_inner:before {
  width: 203px;
  height: 321px;
  background-image: url(../../../img/top/category_item2_bg.png);
}
.category .cat_list .block3 .imgFlex .item_block {
  left: -10px;
  bottom: -18px;
}
.category .cat_list .block3 .imgFlex .item_block .item_inner:before {
  width: 296px;
  height: 223px;
  background-image: url(../../../img/top/category_item3_bg.png);
}
/*--------------------------------------------------- */
/* /*--------------------------------------------------- */
/*--------------------------------------------------- */
/* product */
/*--------------------------------------------------- */
.product {
  margin-top: 240px;
  margin-bottom: 170px;
  position: relative;
  z-index: 1;
}
.product .heading_wrap .description p {
  max-width: 610px;
}
.product .bgimg .bg1 {
  position: absolute;
  top: -80px;
  right: 0;
  margin: auto;
  z-index: -1;
}
.product .bgimg .bg2 {
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: -1;
  margin: auto;
}
.product .new_item {
  margin-top: 67px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .new_item:before, .product .new_item:after {
  content: "";
  display: block;
  width: calc(33.333% - 32px);
}
.product .new_item:before {
  order: 1;
}
.product .new_item li {
  width: calc(33.333% - 32px);
  margin-bottom: 60px;
}
.product .new_item li .image {
  height: 230px;
  background-color: #eaeaea;
  border-radius: 10px;
  width: 100%;
  padding: 24px;
  display: flex;
  align-items: center;
}
.product .new_item li .image img {
  height: 100%;
  max-width: calc(100% - 50px);
  max-height: calc(100% - 16px);
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.product .new_item li .catch_block {
  margin-top: 22px;
}
.product .new_item li .catch_block h3 {
  margin-top: 4px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  display: block;
  color: #000;
}
.product .new_item li .catch_block .price_wrap {
  display: flex;
  align-items: center;
}
.product .new_item li .catch_block .price_wrap .price {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
}
.product .new_item li .catch_block .price_wrap span {
  color: #000;
  margin-left: 4px;
}
.product .new_item li .product_btn {
  width: 100%;
  margin-top: 17px;
}
.product .new_item li .product_btn .inner {
  padding: 13px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  width: 100%;
  position: relative;
  border-radius: 50px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .btn_wrap a {
  margin: auto;
}
@media (min-width: 481px) {
  .mainimg .pc_invi {
    display: none;
  }
}
@media (min-width: 769px) {
  main .common_btn a:hover, main .common_btn a:visited:hover, main .common_btn .btn_link:hover {
    background-color: #fff;
    color: #ff752a;
    border: 1px solid #ff752a;
    transition-duration: 0.5s;
  }
  main .common_btn a:hover .arrow, main .common_btn a:hover .btn_text, main .common_btn a:visited:hover .arrow, main .common_btn a:visited:hover .btn_text, main .common_btn .btn_link:hover .arrow, main .common_btn .btn_link:hover .btn_text {
    color: #ff752a;
    transition-duration: 0.5s;
  }
  .mainimg .catch_block .text_block .catch {
    padding: 10px 12p 8px;
  }
  .mainimg .btn_block .btn_wrap img:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
  .recommend .slick .wrap:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
  .recommend .slick .wrap:hover .common_btn a, .recommend .slick .wrap:hover .common_btn a:visited, .recommend .slick .wrap:hover .common_btn .btn_link {
    background-color: #fff;
    color: #ff752a;
    border: 1px solid #ff752a;
    transition-duration: 0.5s;
  }
  .recommend .slick .wrap:hover .common_btn a .arrow, .recommend .slick .wrap:hover .common_btn a .btn_text, .recommend .slick .wrap:hover .common_btn a:visited .arrow, .recommend .slick .wrap:hover .common_btn a:visited .btn_text, .recommend .slick .wrap:hover .common_btn .btn_link .arrow, .recommend .slick .wrap:hover .common_btn .btn_link .btn_text {
    color: #ff752a;
    transition-duration: 0.5s;
  }
  .recommend .slide_block .arrow_container_block button:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
  .category .cat_list .block1 .imgFlex .image_block img {
    position: relative;
    left: -12px;
  }
  .category .cat_list .block2 .imgFlex .image_block img {
    position: relative;
    right: -12px;
  }
  .category .cat_list .block3 .imgFlex .image_block img {
    position: relative;
    left: -12px;
  }
  .product .new_item li .wrap:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
}
@media (min-width: 1001px) {
  .mainimg .bgimg .pcsmall_size {
    display: none;
  }
}
@media (max-width: 1200px) {
  .category .top_image .bgimage img {
    height: 481px;
  }
  .category .top_image .hide_block .bg1 {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .category .top_image .hide_block .bg2 {
    height: 151px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 1000px) {
  .mainimg .bgimg .pcbig_size {
    display: none;
  }
  .category .cat_list .flex .imgFlex .image_block {
    align-items: center;
    height: 100%;
  }
  .category .cat_list .flex .imgFlex .image_block img {
    width: 120%;
    max-width: 120%;
  }
}
@media (max-width: 768px) {
  .instagram .videos:before {
    background-image: url(common/img/icon-movie@2x.png);
  }
  .instagram li figcaption {
    display: none;
  }
  main .heading_wrap .common_heading .eng img {
    margin: auto;
    max-height: 35px;
  }
  main .heading_wrap .common_heading .jap {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 12px;
  }
  main .heading_wrap .description {
    margin-top: 24px;
  }
  main .heading_wrap .description p {
    line-height: 1.5em;
  }
  .mainimg .bgimg img {
    height: 500px;
    -o-object-position: 30%;
       object-position: 30%;
  }
  .mainimg .catch_block {
    top: 120px;
  }
  .mainimg .catch_block .text_block .catch {
    padding: 6px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2em;
  }
  .mainimg .catch_block .text_block .title {
    margin-top: 16px;
  }
  .mainimg .catch_block .text_block .title img {
    max-width: 50vw;
  }
  .mainimg .catch_block .text_block .description {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 50%;
  }
  .mainimg .catch_block .text_block .description br {
    display: none;
  }
  .mainimg .icon_block {
    margin-top: 38px;
    max-width: 45%;
  }
  .mainimg .btn_block {
    right: 20px;
    bottom: -60px;
  }
  .mainimg .btn_block .btn_wrap img {
    max-width: 170px;
  }
  .recommend {
    margin-top: 140px;
  }
  .recommend .slick .wrap .image {
    height: 400px;
  }
  .recommend .slick .slick-slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .recommend .slide_block {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .recommend .slide_block .arrow_container_block {
    top: 170px;
  }
  .recommend .slide_block .arrow_container_block .flex {
    padding-left: 20px;
    padding-right: 20px;
  }
  .category {
    margin-top: 180px;
  }
  .category .top_image {
    margin-bottom: 50px;
  }
  .category .top_image .bgimage img {
    height: 300px;
  }
  .category .top_image .hide_block .bg1 {
    top: -60px;
    height: 133px;
  }
  .category .top_image .hide_block .bg2 {
    bottom: -40px;
    height: 85px;
  }
  .category .top_image .illust_block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 1000px;
  }
  .category .top_image .illust_block .inner_block {
    position: relative;
    height: 100%;
  }
  .category .top_image .illust_block .inner_block .bg3 {
    top: -34px;
    left: 20px;
    max-width: 140px;
  }
  .category .top_image .illust_block .inner_block .bg4 {
    bottom: -50px;
    right: 20px;
    max-width: 140px;
  }
  .category .cat_list {
    margin-top: 90px;
  }
  .category .cat_list .cat_blocks {
    margin-bottom: 120px;
  }
  .category .cat_list .cat_blocks:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .category .cat_list .flex {
    flex-wrap: wrap;
  }
  .category .cat_list .flex .textFlex {
    width: 100%;
    order: 2;
    padding-top: 0;
    margin-top: 32px;
  }
  .category .cat_list .flex .textFlex .title_wrap .title_inner {
    padding-left: 16px;
  }
  .category .cat_list .flex .textFlex .title_wrap .title_inner:before {
    border-left: 7px solid #44b0ee;
  }
  .category .cat_list .flex .textFlex .text_wrap {
    margin-top: 13px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6em;
  }
  .category .cat_list .flex .imgFlex {
    width: 100%;
    order: 1;
    position: relative;
  }
  .category .cat_list .flex .imgFlex .image_block img {
    width: 100%;
    max-width: 100%;
  }
  .category .cat_list .cat_blocks .imgFlex .item_block .item_inner {
    max-width: 30vw;
  }
  .category .cat_list .cat_blocks .imgFlex .item_block .item_inner:before {
    top: 68px;
    left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .category .cat_list .block1 .imgFlex .item_block {
    left: 0px;
    bottom: 10px;
  }
  .category .cat_list .block1 .imgFlex .item_block .item_inner:before {
    width: 100%;
    height: 100%;
  }
  .category .cat_list .block2 .imgFlex .item_block {
    left: auto;
    right: -20px;
    bottom: 10px;
  }
  .category .cat_list .block2 .imgFlex .item_block .item_inner:before {
    width: 100%;
    height: 100%;
  }
  .category .cat_list .block3 .imgFlex .item_block {
    left: 0px;
    bottom: 10px;
  }
  .category .cat_list .block3 .imgFlex .item_block .item_inner {
    max-width: 40vw;
  }
  .category .cat_list .block3 .imgFlex .item_block .item_inner:before {
    top: 20%;
    left: 12%;
    width: 100%;
    height: 100%;
  }
  .product .new_item {
    margin-top: 46px;
  }
  .product .new_item:before, .product .new_item:after {
    width: calc(50% - 10px);
  }
  .product .new_item li {
    width: calc(50% - 10px);
  }
  .product .new_item li .image {
    height: 250px;
  }
}
@media (max-width: 480px) {
  .instagram .videos:before {
    width: 50px;
    height: 50px;
  }
  main .heading_wrap .common_heading .eng img {
    margin: auto;
    max-height: 30px;
  }
  main .heading_wrap .common_heading .jap {
    font-size: 20px;
    font-size: 2rem;
    margin-top: 12px;
  }
  main .heading_wrap .description {
    margin-top: 16px;
  }
  main .heading_wrap .description p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .mainimg .mb_invi {
    display: none;
  }
  .mainimg .bgimg img {
    height: 350px;
    -o-object-position: 60%;
       object-position: 60%;
  }
  .mainimg .catch_block {
    top: 115px;
  }
  .mainimg .catch_block .text_block .catch {
    padding: 4px 6px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.2em;
    max-width: initial;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .mainimg .catch_block .text_block .title {
    margin-top: 8px;
    position: relative;
    z-index: 1;
  }
  .mainimg .catch_block .text_block .title img {
    max-width: 70vw;
  }
  .mainimg .catch_block .text_block .title:before {
    content: "";
    display: inline-block;
    width: 464px;
    height: 222px;
    background-image: url(../../../img/top/mainimg_shadow.png);
    background-size: auto;
    vertical-align: middle;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    margin: auto;
    content: "";
    /* style */
  }
  .mainimg .catch_block .text_block .title:after {
    content: "";
    display: inline-block;
    width: 464px;
    height: 222px;
    background-image: url(../../../img/top/mainimg_shadow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    margin: auto;
    content: "";
    /* style */
  }
  .mainimg .catch_block .text_block .description {
    display: none;
  }
  .mainimg .icon_block {
    margin-top: 12px;
    max-width: 55%;
  }
  .mainimg .btn_block {
    right: 20px;
    bottom: -50px;
  }
  .mainimg .btn_block .btn_wrap img {
    max-width: 120px;
  }
  .recommend {
    margin-top: 140px;
  }
  .recommend .slick .wrap .image {
    height: 300px;
  }
  .recommend .slick .wrap .image img {
    max-width: calc(90% - 20px);
  }
  .recommend .slick .wrap .title {
    margin-top: 23px;
  }
  .recommend .slick .wrap .title .price {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.1em;
    font-weight: 700;
  }
  .recommend .slick .wrap .title h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2em;
    margin-top: 4px;
  }
  .recommend .slick .wrap .text_wrap p {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .recommend .slick .wrap .btn_wrap {
    margin-top: 16px;
  }
  .recommend .slick .slick-slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .recommend .slide_block {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  .recommend .slide_block .arrow_container_block {
    top: 135px;
  }
  .recommend .slide_block .arrow_container_block .flex {
    padding-left: 10px;
    padding-right: 10px;
  }
  .recommend .slide_block button img {
    max-width: 30px;
  }
  .category {
    margin-top: 180px;
  }
  .category .top_image {
    margin-bottom: 50px;
  }
  .category .top_image .bgimage img {
    height: 230px;
  }
  .category .top_image .hide_block .bg1 {
    top: -34px;
    height: 73px;
  }
  .category .top_image .hide_block .bg2 {
    bottom: -20px;
    height: 46px;
  }
  .category .top_image .illust_block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 1000px;
  }
  .category .top_image .illust_block .inner_block {
    position: relative;
    height: 100%;
  }
  .category .top_image .illust_block .inner_block .bg3 {
    top: -20px;
    left: -10px;
    max-width: 100px;
  }
  .category .top_image .illust_block .inner_block .bg4 {
    bottom: -30px;
    right: -10px;
    max-width: 90px;
  }
  .category .cat_list {
    margin-top: 90px;
  }
  .category .cat_list .cat_blocks {
    margin-bottom: 100px;
  }
  .category .cat_list .cat_blocks:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .category .cat_list .flex {
    flex-wrap: wrap;
  }
  .category .cat_list .flex .textFlex {
    width: 100%;
    order: 2;
    padding-top: 0;
    margin-top: 32px;
  }
  .category .cat_list .flex .textFlex .title_wrap .title_inner {
    padding-left: 14px;
  }
  .category .cat_list .flex .textFlex .title_wrap .title_inner:before {
    border-left: 6px solid #44b0ee;
  }
  .category .cat_list .flex .textFlex .title_wrap .title_inner .eng {
    font-size: 10px;
    font-size: 1rem;
  }
  .category .cat_list .flex .textFlex .title_wrap .title_inner .jap {
    margin-top: 2px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .category .cat_list .flex .textFlex .catch_wrap {
    margin-top: 20px;
  }
  .category .cat_list .flex .textFlex .catch_wrap .catch {
    font-size: 20px;
    font-size: 2rem;
  }
  .category .cat_list .flex .textFlex .text_wrap {
    margin-top: 12px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
  }
  .category .cat_list .flex .textFlex .btn_wrap {
    margin-top: 20px;
  }
  .category .cat_list .flex .imgFlex {
    width: 100%;
    order: 1;
    position: relative;
  }
  .category .cat_list .flex .imgFlex .image_block img {
    width: 100%;
    max-width: 100%;
  }
  .category .cat_list .cat_blocks .imgFlex .item_block .item_inner {
    max-width: 30vw;
  }
  .category .cat_list .cat_blocks .imgFlex .item_block .item_inner:before {
    top: 68px;
    left: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.7;
  }
  .category .cat_list .block1 .imgFlex .item_block {
    left: 0px;
    bottom: 10px;
  }
  .category .cat_list .block1 .imgFlex .item_block .item_inner:before {
    width: 100%;
    height: 100%;
    top: 26%;
    left: 13%;
  }
  .category .cat_list .block2 .imgFlex .item_block {
    left: auto;
    right: 0px;
    bottom: -30px;
  }
  .category .cat_list .block2 .imgFlex .item_block .item_inner:before {
    width: 100%;
    height: 100%;
    top: 23%;
    left: 10%;
  }
  .category .cat_list .block3 .imgFlex .item_block {
    left: -10px;
    bottom: 10px;
  }
  .category .cat_list .block3 .imgFlex .item_block .item_inner {
    max-width: 45vw;
  }
  .category .cat_list .block3 .imgFlex .item_block .item_inner:before {
    top: 20%;
    left: 12%;
    width: 100%;
    height: 100%;
  }
  .product .bgimg .bg1 {
    top: -80px;
    max-width: 200px;
  }
  .product .bgimg .bg2 {
    bottom: -100px;
    max-width: 200px;
    z-index: -1;
    margin: auto;
  }
  .product .new_item {
    margin-top: 46px;
  }
  .product .new_item:before, .product .new_item:after {
    width: 100%;
  }
  .product .new_item li {
    width: 100%;
  }
  .product .new_item li .image img {
    max-width: calc(90% - 50px);
    max-height: calc(100% - 16px);
  }
  .product .new_item li .catch_block {
    margin-top: 22px;
  }
  .product .new_item li .catch_block h3 {
    margin-top: 4px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    display: block;
    color: #000;
  }
  .product .new_item li .catch_block .price_wrap {
    display: flex;
    align-items: center;
  }
  .product .new_item li .catch_block .price_wrap .price, .product .new_item li .catch_block .price_wrap span {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .product .new_item li .product_btn {
    margin-top: 16px;
  }
  .product .new_item li .product_btn .inner {
    padding: 12px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media all and (-ms-high-contrast: none) {
  .ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
  }
}