
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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 section .heading .eng {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
main section .heading .eng .eng_inner {
  width: 117px;
  position: relative;
  text-align: center;
}
main section .heading .eng .eng_inner:before {
  content: "";
  content: "";
  display: inline-block;
  width: 117px;
  height: 38px;
  background-image: url(../../../img/top/common_catch.png);
  background-size: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  margin: auto;
}
main section .heading .jap {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2em;
  margin-top: 6px;
  font-family: "fot-tsukuardgothic-std", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
main section .heading_common {
  text-align: center;
}
main section .heading_common .eng {
  text-align: center;
  z-index: 2;
  font-size: 16px;
  font-size: 1.6rem;
}
main section .heading_common .eng .eng_inner {
  text-align: center;
  margin: auto;
}
main section .heading_white .eng {
  color: #28a7e1;
}
main section .heading_white .eng .eng_inner:before {
  background-image: url(../../../img/top/common_catch_white.png);
}
main section .heading_white .jap {
  color: #fff;
}
main section .common_btn a, main section .common_btn a:visited {
  padding: 12px 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #fff;
  background-color: #c1d05c;
  border: 1px solid #c1d05c;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
main section .common_btn a .arrow, main section .common_btn a:visited .arrow {
  background-color: #fff;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  position: relative;
  margin-left: 8px;
  transition-duration: 0.5s;
}
main section .common_btn a .arrow *, main section .common_btn a:visited .arrow * {
  transition-duration: 0.5s;
}
main section .common_btn a .arrow:before, main section .common_btn a:visited .arrow:before {
  content: "";
  border-bottom: 1px solid #c1d05c;
  position: absolute;
  height: 1px;
  width: 8px;
  top: 0;
  left: -5px;
  right: 0;
  bottom: 0;
  margin: auto;
}
main section .common_btn a .arrow:after, main section .common_btn a:visited .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: -5px;
  bottom: 0;
  margin: auto;
  color: #c1d05c;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  -webkit-transform: translateX(-25%) rotate(45deg);
          transform: translateX(-25%) rotate(45deg);
}
/*--------------------------------------------------- */
/* mainimg */
/*--------------------------------------------------- */
.mainimg {
  position: relative;
  margin-top: 22px;
}
.mainimg .bgimg {
  position: relative;
}
.mainimg .bgimg .top_img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.mainimg .bgimg .image img {
  height: 883px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mainimg .bgimg .bottom_img .img1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -53px;
  margin: auto;
  width: 100%;
}
.mainimg .bgimg .bottom_img .img2 {
  position: absolute;
  left: 223px;
  right: 0;
  bottom: -41px;
  margin: auto;
  z-index: 3;
  width: initial;
}
.mainimg .heading_wrap {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 900px;
  z-index: 5;
}
.mainimg .heading_wrap .heading_inner {
  position: relative;
  display: flex;
}
.mainimg .heading_wrap .heading_inner .catch {
  width: 100%;
}
.mainimg .heading_wrap .heading_inner .catch:nth-of-type(1) {
  margin-left: 13px;
  order: 2;
}
.mainimg .heading_wrap .heading_inner .catch:nth-of-type(2) {
  order: 1;
  /* style */
}
.mainimg .heading_wrap .heading_inner .catch .wrap {
  display: inline-block;
  padding: 23px;
  padding-bottom: 30px;
  font-size: 42px;
  font-size: 4.2rem;
  color: #fff;
  font-weight: 700;
  background-color: #28a7e1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  vertical-align: top;
}
/*--------------------------------------------------- */
/* about */
/*--------------------------------------------------- */
.about {
  position: relative;
  margin-top: 50px;
  padding-top: 150px;
  padding-bottom: 150px;
}
.about .maxWid {
  position: relative;
}
.about .bg_illust_block .bg1 {
  position: absolute;
  top: -130px;
  z-index: -1;
  left: -170px;
  margin: auto;
}
.about .bg_illust_block .bg2 {
  position: absolute;
  left: -85px;
  bottom: -188px;
  margin: auto;
}
.about .bg_illust_block .bg5 {
  position: absolute;
  right: -203px;
  bottom: -227px;
  margin: auto;
}
.about .flex {
  justify-content: space-between;
}
.about .flex .textFlex {
  width: calc(50% - 50px);
  padding-top: 54px;
}
.about .flex .textFlex .text {
  margin-top: 24px;
}
.about .flex .textFlex .text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.85em;
  max-width: 430px;
}
.about .flex .imgFlex {
  width: 50%;
  position: relative;
}
.about .flex .imgFlex .front_img {
  position: absolute;
  top: -144px;
  right: -76px;
  margin: auto;
}
.about .flex .imgFlex .down_img .bg1 {
  position: absolute;
  left: -169px;
  bottom: -102px;
  z-index: -1;
  margin: auto;
}
.about .flex .imgFlex .down_img .bg2 {
  position: absolute;
  left: -78px;
  bottom: -26px;
  margin: auto;
  z-index: 1;
}
.about .flex .btn_wrap {
  margin-top: 32px;
}
/*--------------------------------------------------- */
/* recommend */
/*--------------------------------------------------- */
.recommend {
  margin-top: 216px;
  position: relative;
}
.recommend .wrap_bg {
  background-color: #28a7e1;
  z-index: 1;
}
.recommend .wrap_bg > svg {
  z-index: 2;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  fill: #fff;
  margin: auto;
}
.recommend .maxWid {
  position: relative;
  padding-top: 99px;
}
.recommend .maxWid .illust_top {
  z-index: 3;
  position: absolute;
  top: -36px;
  left: -66px;
  right: 0;
  margin: auto;
  z-index: 3;
  width: 1166px;
  pointer-events: none;
}
.recommend .product_block {
  position: relative;
  z-index: 3;
}
.recommend .product_block .product_wrap {
  position: relative;
}
.recommend .product_block .product_wrap .illust img {
  position: absolute;
  left: -28px;
  bottom: -62px;
  margin: auto;
  z-index: 4;
  pointer-events: none;
}
.recommend .product_block .product_wrap .arrow_container .slick-custom-prev img, .recommend .product_block .product_wrap .arrow_container .slick-custom-next img {
  position: absolute;
  top: 0;
  bottom: -140px;
  margin: auto;
}
.recommend .product_block .product_wrap .arrow_container .slick-custom-prev img {
  left: -60px;
}
.recommend .product_block .product_wrap .arrow_container .slick-custom-next img {
  right: -60px;
}
.recommend .product_block .product_wrap .product_inner {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 140px;
  padding: 43px;
  padding-top: 0;
  padding-right: 32px;
  padding-bottom: 32px;
  position: relative;
}
.recommend .product_block .product_wrap .product_inner .flex {
  display: flex;
  justify-content: space-between;
}
.recommend .product_block .product_wrap .product_inner .flex .textFlex {
  width: 42%;
}
.recommend .product_block .product_wrap .product_inner .flex .textFlex .catchWrap {
  position: relative;
  top: -33px;
  left: 0;
  margin: auto;
}
.recommend .product_block .product_wrap .product_inner .flex .textFlex .catchWrap .catch {
  background-color: #0074a9;
  padding: 12px;
}
.recommend .product_block .product_wrap .product_inner .flex .textFlex .catchWrap .catch * {
  color: #fff;
  font-weight: 700;
}
.recommend .product_block .product_wrap .product_inner .flex .textFlex .catchWrap .title {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2em;
}
.recommend .product_block .product_wrap .product_inner .flex .textFlex .catchWrap .price {
  line-height: 1.1em;
  font-size: 14px;
  font-size: 1.4rem;
}
.recommend .product_block .product_wrap .product_inner .flex .textFlex .text {
  margin-top: -6px;
}
.recommend .product_block .product_wrap .product_inner .flex .textFlex .text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7em;
}
.recommend .product_block .product_wrap .product_inner .flex .btn_wrap {
  margin-top: 24px;
}
.recommend .product_block .product_wrap .product_inner .imgFlex {
  width: 53%;
}
.recommend .product_block .product_wrap .product_inner .img_block {
  width: 100%;
  height: 420px;
  background-color: #eaeaea;
  border: 10px solid #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  margin-top: -100px;
}
.recommend .product_block .product_wrap .product_inner .img_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recommend .bottom_bg {
  position: relative;
  padding-top: 138px;
}
.recommend .bottom_bg svg {
  display: block;
}
.recommend .bottom_bg svg .st0 {
  fill: #CCE8EB;
}
.recommend .bottom_bg svg .st1 {
  fill: #A4D8DC;
}
.recommend .bottom_bg svg .st2 {
  opacity: 0.65;
  fill: #73C7CE;
}
.recommend .bottom_bg .bottom_illust {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.recommend .bottom_bg .bottom_illust .bg2 {
  position: absolute;
  left: 73px;
  width: 1119px;
  right: 0;
  bottom: 0;
  margin: auto;
}
.recommend .bottom_bg .bottom_illust .bg1 {
  position: absolute;
  top: -193px;
  left: 32px;
  right: 0;
  bottom: 0;
  width: 1141px;
  margin: auto;
}
/*--------------------------------------------------- */
/* category */
/*--------------------------------------------------- */
.category {
  position: relative;
  padding-top: 182px;
  padding-bottom: 80px;
}
.category .bg_top img {
  position: absolute;
  top: -80px;
  left: 0px;
  z-index: -1;
  margin: auto;
}
.category .maxWid {
  position: relative;
}
.category .maxWid .bg_middle .bg1 {
  position: absolute;
  top: -80px;
  right: -60px;
  margin: auto;
}
.category .maxWid .bg_middle .bg2 {
  position: absolute;
  bottom: -134px;
  left: -94px;
  margin: auto;
}
.category ul {
  margin-top: 72px;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.category ul:before, .category ul:after {
  content: "";
  display: block;
  width: calc(25% - 20px);
}
.category ul:before {
  order: 1;
}
.category ul li {
  width: calc(25% - 20px);
  margin-bottom: 26px;
}
.category ul li .wrap {
  background-color: #28a7e1;
  height: 90px;
  position: relative;
}
.category ul li .wrap:before, .category ul li .wrap:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-size: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  margin: auto;
}
.category ul li .wrap:before {
  background-image: url(../../../img/top/category_tri_1.png);
  top: 0;
  left: 0;
}
.category ul li .wrap:after {
  background-image: url(../../../img/top/category_tri_2.png);
  bottom: 0;
  right: 0;
}
.category ul li .list_inner {
  padding: 14px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.category ul li .list_inner .flex {
  display: flex;
  align-items: center;
}
.category ul li .list_inner .view {
  width: 10px;
}
.category ul li .list_inner .view img {
  width: auto;
  height: auto;
}
.category ul li .list_inner .number {
  margin-left: 5px;
  width: 44px;
}
.category ul li .list_inner .number .number_inner {
  width: 44px;
  height: 44px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #28a7e1;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-size: 2rem;
}
.category ul li .list_inner .number .number_inner:before {
  content: "";
  content: "";
  display: inline-block;
  width: 44px;
  height: 48px;
  background-image: url(../../../img/top/category_num_bg.png);
  background-size: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: -2px;
  z-index: -1;
  bottom: 0;
  margin: auto;
}
.category ul li .list_inner .title {
  width: calc(100% - 54px);
  margin-left: 12px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.1em;
  color: #fff;
  font-weight: 700;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.category .btn_wrap {
  margin-top: 52px;
}
.category .btn_wrap a {
  margin: auto;
}
/*--------------------------------------------------- */
/* product */
/*--------------------------------------------------- */
.product {
  margin-top: 195px;
}
.product ul {
  margin-top: 82px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product ul:before, .product ul:after {
  content: "";
  display: block;
  width: calc(33.333% - 50px);
}
.product ul:before {
  order: 1;
}
.product ul li {
  width: calc(33.333% - 50px);
  margin-bottom: 90px;
}
.product ul li .image .img_inner {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  padding-top: 16px;
  max-width: 300px;
  max-height: 200px;
}
.product ul li .image .img_inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 250px;
  max-height: 180px;
}
.product ul li .image .img_inner:before, .product ul li .image .img_inner:after {
  content: "";
  display: inline-block;
  width: 298px;
  height: 202px;
  background-size: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
}
.product ul li .image .img_inner:before {
  background-image: url(../../../img/top/new_bg1.png);
  top: 8px;
  right: 0;
  z-index: -1;
  bottom: 0;
  margin: auto;
}
.product ul li .image .img_inner:after {
  width: 298px;
  height: 202px;
  background-image: url(../../../img/top/new_bg2.png);
  top: -20px;
  left: 0;
  right: -20px;
  z-index: -2;
  bottom: 0;
  margin: auto;
}
.product ul li .catch_flex {
  display: flex;
  align-items: center;
  margin-top: 36px;
  justify-content: space-between;
}
.product ul li .catch_flex .number {
  margin-left: 2px;
}
.product ul li .catch_flex .number .number_inner {
  width: 60px;
  height: 66px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Lato", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-size: 2.8rem;
}
.product ul li .catch_flex .number .number_inner:before {
  content: "";
  content: "";
  display: inline-block;
  width: 60px;
  height: 66px;
  background-image: url(../../../img/top/new_num_bg.png);
  background-size: auto;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -2px;
  right: 0;
  z-index: -1;
  bottom: 0;
  margin: auto;
}
.product ul li .catch_flex .catch {
  width: calc(100% - 75px);
  padding-top: 5px;
}
.product ul li .catch_flex .catch .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2em;
  color: #000;
}
.product ul li .catch_flex .catch .price {
  margin-top: 6px;
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.1em;
  font-family: メイリオ, "Meiryo UI", "Meiryo", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", roboto, sans-serif;
}
.product ul li .detail {
  margin-top: 24px;
}
.product ul li .detail p {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.9em;
}
.product .btn_wrap a {
  margin: auto;
}
@media (min-width: 481px) {
  .recommend .only_mb {
    display: none;
  }
}
@media (min-width: 769px) {
  main section .common_btn a:hover, main section .common_btn a:visited:hover {
    background-color: #fff;
    color: #c1d05c;
    border: 1px solid #c1d05c;
    transition-duration: 0.5s;
  }
  .category ul li:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
  }
  .product ul li:hover {
    /* style */
    opacity: 0.5;
    transition-duration: 0.5s;
  }
  .product ul li .image .img_inner .img_child {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .recommend .product_block .product_wrap .arrow_container .slick-custom-prev img, .recommend .product_block .product_wrap .arrow_container .slick-custom-next img {
    -webkit-filter: invert(1);
            filter: invert(1);
    z-index: 2;
    max-width: 24px;
  }
  .recommend .product_block .product_wrap .arrow_container .slick-custom-prev img {
    left: 10px;
  }
  .recommend .product_block .product_wrap .arrow_container .slick-custom-next img {
    right: 10px;
  }
  .recommend .product_block .product_wrap .product_inner {
    padding: 0 50px 50px;
  }
  .category ul li .list_inner .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .product ul:before, .product ul:after {
    width: calc(50% - 50px);
  }
  .product ul:before {
    order: 1;
  }
  .product ul li {
    width: calc(50% - 50px);
  }
  .product ul li .image .img_inner {
    padding: 12px;
    padding-top: 16px;
    max-width: 420px;
    max-height: 280px;
    aspect-ratio: 3/2;
  }
  .product ul li .image .img_inner .img_child {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product ul li .image .img_inner img {
    max-width: 350px;
    max-height: 252px;
    width: 100%;
    height: 100%;
    margin: auto;
  }
  .product ul li .image .img_inner:before, .product ul li .image .img_inner:after {
    content: "";
    display: inline-block;
    width: 417.2px;
    height: 282.8px;
    max-width: 100%;
    background-size: contain;
  }
  .product ul li .image .img_inner:before {
    background-image: url(../../../img/top/new_bg1@2x.png);
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    margin: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
  .product ul li .image .img_inner:after {
    background-image: url(../../../img/top/new_bg2@2x.png);
    top: -20px;
    left: 0;
    right: -20px;
    z-index: -2;
    bottom: 0;
    margin: 0;
    left: calc(50% + 20px);
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }
}
@media (max-width: 768px) {
  .instagram .videos:before {
    background-image: url(common/img/icon-movie@2x.png);
  }
  .instagram li figcaption {
    display: none;
  }
  main section .heading .eng {
    font-size: 16px;
    font-size: 1.6rem;
  }
  main section .heading .eng .eng_inner:before {
    background-size: contain;
    background-image: url(../../../img/top/common_catch@2x.png);
  }
  main section .heading .jap {
    font-size: 32px;
    font-size: 3.2rem;
  }
  main section .heading_common {
    text-align: center;
  }
  main section .heading_common .eng {
    font-size: 14px;
    font-size: 1.4rem;
  }
  main section .heading_white .eng {
    color: #28a7e1;
  }
  main section .heading_white .eng .eng_inner:before {
    background-image: url(../../../img/top/common_catch_white@2x.png);
  }
  .mainimg {
    margin-top: 0;
  }
  .mainimg .bgimg .top_img img {
    height: 9px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .mainimg .bgimg .image img {
    height: 600px;
  }
  .mainimg .bgimg .bottom_img .img1 {
    bottom: -20px;
    min-height: 110px;
  }
  .mainimg .bgimg .bottom_img .img2 {
    left: 70px;
    bottom: -41px;
  }
  .mainimg .heading_wrap {
    top: 70px;
  }
  .mainimg .heading_wrap .heading_inner {
    position: relative;
    display: flex;
  }
  .mainimg .heading_wrap .heading_inner .catch:nth-of-type(1) {
    margin-left: 13px;
  }
  .mainimg .heading_wrap .heading_inner .catch .wrap {
    padding: 16px;
  }
  .mainimg .heading_wrap .heading_inner .catch .wrap img {
    max-width: 30px;
  }
  .about {
    position: relative;
  }
  .about .maxWid {
    position: relative;
  }
  .about .bg_illust_block img {
    z-index: -1;
  }
  .about .bg_illust_block .bg1 {
    position: absolute;
    top: -130px;
    z-index: -1;
    left: -170px;
    margin: auto;
  }
  .about .bg_illust_block .bg2 {
    left: auto;
    bottom: auto;
    top: -50px;
    right: -160px;
  }
  .about .bg_illust_block .bg5 {
    position: absolute;
    right: -203px;
    bottom: -227px;
    margin: auto;
  }
  .about .flex {
    flex-wrap: wrap;
  }
  .about .flex .textFlex {
    width: 100%;
    padding-top: 0px;
  }
  .about .flex .textFlex .text {
    margin-top: 16px;
  }
  .about .flex .textFlex .text p {
    max-width: initial;
  }
  .about .flex .imgFlex {
    width: 100%;
    margin-top: 100px;
    position: relative;
  }
  .about .flex .imgFlex .image_block img {
    width: 100%;
  }
  .about .flex .imgFlex .front_img {
    position: absolute;
    top: -114px;
    right: -76px;
    margin: auto;
  }
  .recommend .maxWid .illust_top {
    top: -28px;
    left: -20px;
    right: 0;
    width: initial;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    pointer-events: none;
  }
  .recommend .maxWid .illust_top img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 120%;
  }
  .recommend .product_block {
    position: relative;
    z-index: 3;
  }
  .recommend .product_block .product_wrap {
    position: relative;
  }
  .recommend .product_block .product_wrap .illust img {
    display: none;
  }
  .recommend .product_block .product_wrap .arrow_container .slick-custom-prev img, .recommend .product_block .product_wrap .arrow_container .slick-custom-next img {
    top: 0;
    bottom: 0px;
    margin: auto;
    max-width: 20px;
  }
  .recommend .product_block .product_wrap .arrow_container .slick-custom-prev img {
    left: 15px;
  }
  .recommend .product_block .product_wrap .arrow_container .slick-custom-next img {
    right: 15px;
  }
  .recommend .product_block .product_wrap .product_inner {
    padding: 42px;
    margin-top: 90px;
  }
  .recommend .product_block .product_wrap .product_inner .flex {
    flex-wrap: wrap;
  }
  .recommend .product_block .product_wrap .product_inner .flex .textFlex {
    width: 100%;
    order: 1;
    padding-left: 10px;
    padding-right: 10px;
  }
  .recommend .product_block .product_wrap .product_inner .flex .textFlex .catchWrap {
    top: 0;
    left: 0;
    margin: auto;
    margin-top: 12px;
  }
  .recommend .product_block .product_wrap .product_inner .flex .textFlex .catchWrap .catch {
    background-color: #0074a9;
    padding: 10px;
  }
  .recommend .product_block .product_wrap .product_inner .flex .textFlex .catchWrap .catch * {
    color: #fff;
    font-weight: 700;
  }
  .recommend .product_block .product_wrap .product_inner .flex .textFlex .text {
    margin-top: 12px;
  }
  .recommend .product_block .product_wrap .product_inner .flex .btn_wrap {
    margin-top: 24px;
  }
  .recommend .product_block .product_wrap .product_inner .imgFlex {
    width: 100%;
  }
  .recommend .product_block .product_wrap .product_inner .img_block {
    height: 350px;
    margin-top: -120px;
  }
  .recommend .bottom_bg {
    position: relative;
    padding-top: 138px;
  }
  .recommend .bottom_bg svg {
    position: relative;
    bottom: -1px;
  }
  .recommend .bottom_bg .bottom_illust {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .recommend .bottom_bg .bottom_illust .bg2 {
    left: 0;
    width: auto;
    z-index: 2;
  }
  .recommend .bottom_bg .bottom_illust .bg1 {
    top: -83px;
    left: 0px;
    z-index: 3;
    width: calc(100% - 70px);
  }
  .category {
    padding-top: 160px;
  }
  .category .bg_top img {
    top: -80px;
    left: 0px;
    width: 200px;
  }
  .category .maxWid {
    position: relative;
  }
  .category .maxWid .bg_middle .bg1 {
    position: absolute;
    top: -80px;
    right: -10px;
    margin: auto;
  }
  .category .maxWid .bg_middle .bg2 {
    position: absolute;
    left: -20px;
    margin: auto;
  }
  .category ul:before, .category ul:after {
    width: calc(33% - 8px);
  }
  .category ul li {
    width: calc(33% - 8px);
    margin-bottom: 16px;
  }
  .category ul li .wrap:before, .category ul li .wrap:after {
    background-size: contain;
  }
  .category ul li .wrap:before {
    background-image: url(../../../img/top/category_tri_1@2x.png);
  }
  .category ul li .wrap:after {
    background-image: url(../../../img/top/category_tri_2@2x.png);
  }
  .category ul li .list_inner {
    height: 100%;
  }
  .product ul:before, .product ul:after {
    width: calc(50% - 30px);
  }
  .product ul:before {
    order: 1;
  }
  .product ul li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 768px) and (max-width: 600px) and (min-width: 481px) {
  .category ul li {
    width: calc(50% - 8px);
  }
}
@media (max-width: 480px) {
  .instagram .videos:before {
    width: 50px;
    height: 50px;
  }
  main section .heading .eng {
    font-size: 14px;
    font-size: 1.4rem;
  }
  main section .heading .eng .eng_inner {
    width: 92px;
  }
  main section .heading .eng .eng_inner:before {
    width: 92px;
    height: 30px;
  }
  main section .heading .jap {
    font-size: 36px;
    font-size: 3.6rem;
  }
  main section .heading_common {
    text-align: center;
  }
  main section .heading_common .eng {
    font-size: 12px;
    font-size: 1.2rem;
  }
  main section .common_btn a, main section .common_btn a:visited {
    padding: 12px 16px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    color: #fff;
    background-color: #c1d05c;
    border: 1px solid #c1d05c;
    line-height: 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
  }
  main section .common_btn a .arrow, main section .common_btn a:visited .arrow {
    background-color: #fff;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    position: relative;
    margin-left: 8px;
    transition-duration: 0.5s;
  }
  main section .common_btn a .arrow *, main section .common_btn a:visited .arrow * {
    transition-duration: 0.5s;
  }
  main section .common_btn a .arrow:before, main section .common_btn a:visited .arrow:before {
    content: "";
    border-bottom: 1px solid #c1d05c;
    position: absolute;
    height: 1px;
    width: 8px;
    top: 0;
    left: -5px;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  main section .common_btn a .arrow:after, main section .common_btn a:visited .arrow:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -5px;
    bottom: 0;
    margin: auto;
    color: #c1d05c;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    width: 6px;
    height: 6px;
    border: 1px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    -webkit-transform: translateX(-25%) rotate(45deg);
            transform: translateX(-25%) rotate(45deg);
  }
  .mainimg .bgimg .top_img img {
    height: 8px;
  }
  .mainimg .bgimg .image img {
    height: 400px;
    -o-object-position: 70%;
       object-position: 70%;
  }
  .mainimg .bgimg .bottom_img .img1 {
    bottom: -10px;
    min-height: 90px;
  }
  .mainimg .bgimg .bottom_img .img2 {
    left: 40px;
    bottom: -20px;
    min-height: 70px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 0;
       object-position: 0;
  }
  .mainimg .heading_wrap {
    top: 40px;
  }
  .mainimg .heading_wrap .heading_inner .flex {
    justify-content: space-between;
  }
  .mainimg .heading_wrap .heading_inner .catch {
    font-size: initial;
    display: block;
    line-height: 1em;
  }
  .mainimg .heading_wrap .heading_inner .catch:nth-of-type(1) {
    margin-left: 8px;
  }
  .mainimg .heading_wrap .heading_inner .catch .wrap {
    padding: 12px;
    line-height: 1em;
    font-size: initial;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    vertical-align: initial;
  }
  .mainimg .heading_wrap .heading_inner .catch .wrap img {
    max-width: 20px;
    display: block;
  }
  .about {
    position: relative;
  }
  .about .maxWid {
    position: relative;
  }
  .about .bg_illust_block img {
    z-index: -1;
  }
  .about .bg_illust_block .bg1 {
    width: 170px;
    left: -40px;
  }
  .about .bg_illust_block .bg2 {
    width: 160px;
    top: -50px;
    right: -50px;
  }
  .about .bg_illust_block .bg5 {
    width: 240px;
    right: -60px;
    bottom: -150px;
    margin: auto;
  }
  .about .flex {
    flex-wrap: wrap;
  }
  .about .flex .textFlex {
    width: 100%;
    padding-top: 0px;
  }
  .about .flex .textFlex .text {
    margin-top: 16px;
  }
  .about .flex .textFlex .text p {
    max-width: initial;
  }
  .about .flex .imgFlex {
    width: 100%;
    margin-top: 100px;
    position: relative;
  }
  .about .flex .imgFlex .image_block img {
    width: 100%;
  }
  .about .flex .imgFlex .front_img {
    top: -74px;
    right: -40px;
    margin: auto;
    max-width: 230px;
  }
  .about .flex .imgFlex .down_img .bg1 {
    left: -110px;
    bottom: -62px;
    width: 250px;
  }
  .about .flex .imgFlex .down_img .bg2 {
    position: absolute;
    width: 110px;
    left: -40px;
    bottom: -16px;
  }
  .recommend .only_pc {
    display: none;
  }
  .recommend {
    margin-top: 120px;
  }
  .recommend .maxWid .illust_top {
    top: -20px;
    left: 0px;
    right: 0;
    width: initial;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    pointer-events: none;
  }
  .recommend .maxWid .illust_top img {
    height: auto;
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain;
    width: calc(100% - 20px);
  }
  .recommend .product_block {
    position: relative;
    z-index: 3;
  }
  .recommend .product_block .product_wrap {
    position: relative;
  }
  .recommend .product_block .product_wrap .illust img {
    display: none;
  }
  .recommend .product_block .product_wrap .arrow_container .slick-custom-prev img, .recommend .product_block .product_wrap .arrow_container .slick-custom-next img {
    top: 150px;
    bottom: auto;
    margin: auto;
    max-width: 15px;
  }
  .recommend .product_block .product_wrap .arrow_container .slick-custom-prev img {
    left: 25px;
  }
  .recommend .product_block .product_wrap .arrow_container .slick-custom-next img {
    right: 25px;
  }
  .recommend .product_block .product_wrap .product_inner {
    padding: 0 10px 24px;
    margin-top: 90px;
  }
  .recommend .product_block .product_wrap .product_inner .flex {
    flex-wrap: wrap;
  }
  .recommend .product_block .product_wrap .product_inner .flex .textFlex {
    width: 100%;
    order: 1;
    padding-left: 6px;
    padding-right: 6px;
  }
  .recommend .product_block .product_wrap .product_inner .flex .textFlex .catchWrap {
    top: 0;
    left: 0;
    margin: auto;
    margin-top: 10px;
  }
  .recommend .product_block .product_wrap .product_inner .flex .textFlex .catchWrap .catch {
    background-color: #0074a9;
    padding: 10px;
  }
  .recommend .product_block .product_wrap .product_inner .flex .textFlex .catchWrap .catch * {
    color: #fff;
    font-weight: 700;
  }
  .recommend .product_block .product_wrap .product_inner .flex .textFlex .catchWrap .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .recommend .product_block .product_wrap .product_inner .flex .textFlex .catchWrap .price {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .recommend .product_block .product_wrap .product_inner .flex .textFlex .text {
    margin-top: 12px;
  }
  .recommend .product_block .product_wrap .product_inner .flex .btn_wrap {
    margin-top: 12px;
  }
  .recommend .product_block .product_wrap .product_inner .flex .btn_wrap a {
    margin: auto;
  }
  .recommend .product_block .product_wrap .product_inner .imgFlex {
    width: 100%;
  }
  .recommend .product_block .product_wrap .product_inner .img_block {
    height: 250px;
    margin-top: -70px;
    border: 6px solid #fff;
    padding: 12px;
  }
  .recommend .bottom_bg {
    position: relative;
    padding-top: 110px;
  }
  .recommend .bottom_bg svg {
    display: none;
  }
  .recommend .bottom_bg .bottom_illust {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .recommend .bottom_bg .bottom_illust .bg2 {
    left: 0;
    width: auto;
    z-index: 2;
  }
  .recommend .bottom_bg .bottom_illust .bg1 {
    top: -83px;
    left: 0px;
    z-index: 3;
    width: calc(100% - 70px);
  }
  .category {
    padding-top: 160px;
  }
  .category .bg_top img {
    top: -80px;
    width: 150px;
  }
  .category .maxWid {
    position: relative;
  }
  .category .maxWid .bg_middle .bg1 {
    top: -90px;
    width: 90px;
    right: 10px;
  }
  .category .maxWid .bg_middle .bg2 {
    width: 110px;
    bottom: -134px;
    left: 10px;
  }
  .category ul {
    margin-top: 48px;
  }
  .category ul:before, .category ul:after {
    width: 100%;
  }
  .category ul li {
    width: 100%;
    margin-bottom: 16px;
  }
  .category ul li .wrap {
    height: auto;
    min-height: 80px;
    display: flex;
    align-items: center;
  }
  .category ul li .list_inner {
    width: 100%;
    height: 100%;
  }
  .category ul li .list_inner .view {
    width: 10px;
  }
  .category ul li .list_inner .number {
    width: 44px;
  }
  .category ul li .list_inner .number .number_inner {
    width: 40px;
    height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .category ul li .list_inner .number .number_inner:before {
    width: 40px;
    height: 44px;
    background-size: contain;
    background-image: url(../../../img/top/category_num_bg@2x.png);
  }
  .category ul li .list_inner .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .category .btn_wrap {
    margin-top: 32px;
  }
  .product ul:before, .product ul:after {
    width: 100%;
  }
  .product ul:before {
    order: 1;
  }
  .product ul li {
    width: 100%;
    margin-bottom: 120px;
  }
  .product ul li:nth-last-of-type(1) {
    margin-bottom: 72px;
  }
  .product ul li .image .img_inner {
    padding: 8px 12px 12px;
    max-width: 300px;
    max-height: 200px;
    height: 200px;
    aspect-ratio: 3/2;
    margin: auto;
  }
  .product ul li .image .img_inner .img_child {
    width: 100%;
    height: 100%;
  }
  .product ul li .image .img_inner img {
    max-width: 100%;
    max-height: 200px;
    height: 80%;
    width: 80%;
  }
  .product ul li .image .img_inner:before, .product ul li .image .img_inner:after {
    width: 298px;
    height: 202px;
    background-position: center;
  }
  .product ul li .image .img_inner:before {
    content: "";
    left: calc(50% - 10px);
    /* style */
  }
  .product ul li .image .img_inner:after {
    content: "";
    left: calc(50% + 10px);
  }
  .product ul li .catch_flex {
    max-width: 300px;
    margin: auto;
    display: flex;
    align-items: center;
    margin-top: 16px;
    justify-content: space-between;
  }
  .product ul li .catch_flex .number {
    margin-left: 2px;
  }
  .product ul li .catch_flex .number .number_inner {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .product ul li .catch_flex .number .number_inner:before {
    background-image: url(../../../img/top/new_num_bg@2x.png);
    background-size: contain;
  }
  .product ul li .catch_flex .catch {
    width: calc(100% - 75px);
    padding-top: 5px;
  }
  .product ul li .catch_flex .catch .title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.2em;
    color: #000;
  }
  .product ul li .catch_flex .catch .price {
    margin-top: 6px;
    color: #000;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .product ul li .detail {
    max-width: 300px;
    margin: auto;
    margin-top: 16px;
  }
  .product ul li .detail p {
    line-height: 1.7em;
  }
}
@media (max-width: 480px) and (min-width: 769px) {
  main section .common_btn a:hover, main section .common_btn a:visited:hover {
    background-color: #fff;
    color: #c1d05c;
    border: 1px solid #c1d05c;
    transition-duration: 0.5s;
  }
}
@media all and (-ms-high-contrast: none) {
  .ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%;
  }
}