@charset "UTF-8";
/* ★ ★ ★ ★ ★ ★ ★ ★★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★
スライダーの商品数の合計の数値を入れてください（商品スライダー部分のスタイルを管理しています） 
★ ★ ★ ★ ★ ★ ★ ★★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ */
:root {
  --select-total: 36;
}

main#poketomi {
  background-color: #fff;
}
main#poketomi .normal-price {
  display: none;
}
main#poketomi .normal-price + .prod-item__price {
  margin-top: 8px;
}
main#poketomi .prod-list .prod-item__price {
  text-align: center;
}
main#poketomi .prod-list.column-box .prod-item__name {
  display: flex;
  align-items: flex-start;
  height: 100%;
}
main#poketomi .prod-list.column-box .discount-price {
  height: 100%;
  display: flex;
  align-items: end;
}
main#poketomi [id^=linkele_] {
  position: relative;
  top: -80px;
}
main#poketomi .pcbr {
  display: block;
}
main#poketomi .tabbr {
  display: none;
}
main#poketomi .spbr {
  display: none;
}
main#poketomi .bggry {
  background-color: #F3F3F3;
}
main#poketomi section.content > .inner {
  padding-bottom: 80px;
  padding-top: 80px;
}
main#poketomi section.content > .inner h2 {
  margin-top: 0;
}
main#poketomi .type-brw .item a {
  background-color: #d0c8b5;
  color: #222;
  border-color: #d0c8b5;
}
main#poketomi .lp-menu .item a {
  background-color: #d0c8b5;
  color: #333333;
}
main#poketomi .lp-menu__sub .column-box {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}
main#poketomi .lp-menu__sub .column-box a {
  background-color: #d0c8b5;
  color: #000;
  border: unset;
  font-weight: normal;
}
main#poketomi .lp-menu__sub.adjust .col05 {
  width: 100%;
}
main#poketomi h2 {
  line-height: 1.5;
  font-size: 2.1rem;
  padding-top: 0;
}
main#poketomi h2.b-ttl {
  padding-bottom: 8px;
  border-bottom: 1px solid #333333;
}
main#poketomi h2.section-ttl {
  border-top: 3px solid #D8C89D;
  border-bottom: 3px solid #D8C89D;
  padding: 24px 0;
  text-align: center;
}
main#poketomi h2.section-ttl .section-ttl_ja {
  display: block;
  margin-bottom: 4px;
}
main#poketomi h2.section-ttl .section-ttl_en {
  font-size: 1.6rem;
  display: block;
  color: #C3A980;
}
main#poketomi h3 {
  font-weight: bold;
  font-size: 1.8rem;
}
main#poketomi h3.b-subttl {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 70px;
}
main#poketomi h3.sub-ttl {
  margin-top: 60px;
}
main#poketomi h3 .square {
  position: relative;
  color: #222;
}
main#poketomi h3 .square:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 10px;
  width: 16px;
  height: 16px;
  background-color: #222;
  transform: rotate(-45deg);
}
main#poketomi h3 .square:after {
  content: "";
  position: absolute;
  right: -28px;
  top: 10px;
  width: 16px;
  height: 16px;
  background-color: #222;
  transform: rotate(-45deg);
}
main#poketomi h4 {
  font-weight: bold;
  font-size: 1.6em;
}
main#poketomi .icn.sale {
  text-align: center;
}
main#poketomi .icn.sale.type-band {
  font-family: "Noto Sans JP", sans-serif;
}
main#poketomi .icn.season {
  width: 86px;
  height: 86px;
}
main#poketomi .icn.season.winter {
  background-color: #80b0cf;
}
main#poketomi .icn.season.autumn {
  background-color: #c3ba5a;
}
main#poketomi .icn.season.summer {
  background-color: #e9ac3a;
}
main#poketomi .icn.season.spring {
  background-color: #ea6751;
}
main#poketomi .content-txt {
  margin-top: 20px;
}
main#poketomi .txt-c_l {
  text-align: center;
}
main#poketomi .btn-recipe {
  max-width: 360px;
  color: #222333;
  border: 2px solid #222333;
}
main#poketomi .btn-recipe:hover, main#poketomi .btn-recipe:active, main#poketomi .btn-recipe:focus {
  color: #222;
  border: 2px solid #333333;
  background-color: #ffffff;
}
main#poketomi .bggold {
  background-color: #F5F0DF;
}
main#poketomi .recommend-slider {
  overflow: hidden;
}
main#poketomi .recommend-slider_ttl {
  margin-bottom: 30px;
  font-weight: bold;
}
main#poketomi .recommend-slider_ttl-inner {
  position: relative;
  display: inline-block;
  padding: 0 60px;
}
main#poketomi .recommend-slider_ttl-inner::before, main#poketomi .recommend-slider_ttl-inner::after {
  content: "";
  position: absolute;
  background-image: url(slider_title_deco.svg);
  background-size: contain;
  width: 40px;
  height: 40px;
  top: 50%;
  height: 70px;
  transform: translateY(-50%);
}
main#poketomi .recommend-slider_ttl-inner::before {
  left: 0;
}
main#poketomi .recommend-slider_ttl-inner::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
main#poketomi .recommend-slider_list_wrapper {
  position: relative;
  height: 200px;
}
main#poketomi .recommend-slider_list_wrapper:hover .recommend-slider_list {
  animation-play-state: paused;
}
main#poketomi .recommend-slider_list {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  height: 200px;
  width: calc(200px * var(--select-total));
  animation: 240s linear infinite;
  animation-name: loop1;
}
main#poketomi .recommend-slider_list.copy {
  animation-name: loop2;
}
main#poketomi .recommend-slider_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / var(--select-total));
  padding: 10px;
}
main#poketomi .recommend-slider_item a {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main#poketomi .recommend-slider .recommend_inner {
  padding-bottom: 80px;
  padding-top: 80px;
}
main#poketomi .recommend-slider .recommend_inner h2 {
  margin-top: 0;
}
main#poketomi .recommend-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes loop1 {
  0% {
    transform: translateX(0);
  }
  49.99999% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
main#poketomi #intro .intro_logo {
  width: 150px;
  height: 65px;
  margin: 0 auto;
}
main#poketomi #intro .intro-slogan {
  line-height: 1.4;
  margin-top: 10px;
  margin-bottom: 0;
}
main#poketomi #intro .intro-slogan .sub {
  display: block;
  font-size: 1.8rem;
}
main#poketomi #intro .inner {
  padding-bottom: 30px;
}
main#poketomi #intro .content-txt {
  text-align: center;
}
main#poketomi #pickup_sale .inner {
  padding-bottom: 50px;
}
main#poketomi #pickup_sale .section-ttl {
  padding: 40px 16px;
}
main#poketomi #intro-parallax {
  position: relative;
  height: 550px;
  background-origin: #000;
}
main#poketomi #intro-parallax .intro-parallax_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
main#poketomi #intro-parallax .intro-parallax_inner .intro-parallax_img {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  z-index: -1;
  background-image: url(intro_parallax_img.jpg);
}
main#poketomi #point .point-items {
  display: grid;
  gap: 120px;
}
main#poketomi #point .point-items .point-item {
  display: grid;
  align-items: center;
  gap: 8%;
  grid-template-columns: 33% 1fr;
}
main#poketomi #point .point-items .point-item:nth-child(2n) {
  grid-template-columns: 1fr 33%;
}
main#poketomi #point .point-items .point-item:nth-child(2n) .point-item_img-wrapper {
  order: -1;
}
main#poketomi #point .point-items .point-item .point-item_number {
  display: block;
  color: #C3A980;
  text-align: left;
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 5px;
}
main#poketomi #point .point-items .point-item .point-item_title {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 700;
}
main#poketomi #point .point-items .point-item .point-item_img-wrapper {
  border-radius: 20px;
  overflow: hidden;
  order: 1;
}

@media screen and (min-width: 1026px) {
  /* ★ ★ ★ ★ ★ ★ ★ ★★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★
  スライダーの商品数の合計の数値を入れてください（商品スライダー部分のスタイルを管理しています） 
  ★ ★ ★ ★ ★ ★ ★ ★★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ */
  :root {
    --select-total: 36;
  }
  main#poketomi {
    background-color: #fff;
  }
  @keyframes loop1 {
    0% {
      transform: translateX(0);
    }
    49.99999% {
      transform: translateX(-100%);
    }
    50% {
      transform: translateX(100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
}
@media screen and (max-width: 1025px) {
  /* ★ ★ ★ ★ ★ ★ ★ ★★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★
  スライダーの商品数の合計の数値を入れてください（商品スライダー部分のスタイルを管理しています） 
  ★ ★ ★ ★ ★ ★ ★ ★★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ */
  :root {
    --select-total: 36;
  }
  main#poketomi {
    background-color: #fff;
  }
  main#poketomi .pcbr {
    display: none;
  }
  main#poketomi .tabbr {
    display: block;
  }
  main#poketomi .lp-menu .item a {
    font-size: 18px;
  }
  main#poketomi .lp-menu__sub.adjust .col05 {
    grid-template-columns: repeat(5, 1fr);
  }
  main#poketomi h2 {
    font-size: 1.6rem;
  }
  main#poketomi h2.section-ttl {
    padding: 20px 0;
  }
  main#poketomi h2.section-ttl .section-ttl_en {
    font-size: 1.4rem;
  }
  main#poketomi h3 {
    font-size: 1.5rem;
  }
  main#poketomi h4 {
    font-size: 1.4rem;
  }
  main#poketomi .icn.season {
    top: 10px;
    left: 10px;
    width: 64px;
    height: 64px;
    font-size: 14px;
  }
  main#poketomi .btn-recipe {
    font-size: 16px;
  }
  @keyframes loop1 {
    0% {
      transform: translateX(0);
    }
    49.99999% {
      transform: translateX(-100%);
    }
    50% {
      transform: translateX(100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  main#poketomi #intro .intro-slogan .sub {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  /* ★ ★ ★ ★ ★ ★ ★ ★★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★
  スライダーの商品数の合計の数値を入れてください（商品スライダー部分のスタイルを管理しています） 
  ★ ★ ★ ★ ★ ★ ★ ★★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ ★ */
  :root {
    --select-total: 36;
  }
  main#poketomi {
    background-color: #fff;
  }
  main#poketomi .prod-list.column-box .prod-item__name {
    font-size: 4.2vw;
  }
  main#poketomi .prod-list.column-box .not-discount {
    height: auto;
  }
  main#poketomi .spbr {
    display: block;
  }
  main#poketomi section.content > .inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  main#poketomi .lp-menu .item a {
    font-size: 2.8vw;
  }
  main#poketomi .lp-menu__sub.adjust .col05 {
    display: flex;
    flex-wrap: wrap;
  }
  main#poketomi .lp-menu__sub.adjust .col05 .item {
    width: calc((100% - 8px) / 3);
  }
  main#poketomi .lp-menu__sub.adjust .col05 .item:nth-of-type(n+4) {
    width: calc((100% - 4px) / 2);
  }
  main#poketomi h2 {
    font-size: 6vw;
  }
  main#poketomi h2.section-ttl {
    padding: 16px 0;
  }
  main#poketomi h2.section-ttl .section-ttl_en {
    font-size: 5vw;
  }
  main#poketomi h3 {
    font-size: 5.8vw;
  }
  main#poketomi h3.b-subttl {
    margin-bottom: 20px;
    margin-top: 50px;
  }
  main#poketomi h3.sub-ttl {
    margin-top: 50px;
  }
  main#poketomi h3 .square:before {
    left: -24px;
    top: 30%;
    width: 3.6vw;
    height: 3.6vw;
  }
  main#poketomi h3 .square:after {
    right: -22px;
    top: 30%;
    width: 3.6vw;
    height: 3.6vw;
  }
  main#poketomi h4 {
    font-size: 5vw;
  }
  main#poketomi .icn.sale {
    top: 1.333333vw;
    left: 1.333333vw;
  }
  main#poketomi .icn.season {
    top: 4px;
    left: 4px;
    width: 12vw;
    height: 12vw;
    font-size: 3vw;
  }
  main#poketomi .content-txt {
    margin-top: 10px;
    font-size: 4vw;
  }
  main#poketomi .txt-c_l {
    text-align: left;
  }
  main#poketomi .btn-recipe {
    font-size: 4vw;
  }
  main#poketomi .recommend-slider_ttl {
    font-size: 5vw;
  }
  main#poketomi .recommend-slider_ttl-inner {
    padding: 0 34px;
  }
  main#poketomi .recommend-slider_ttl-inner::before, main#poketomi .recommend-slider_ttl-inner::after {
    width: 25px;
    height: 40px;
  }
  main#poketomi .recommend-slider_list_wrapper {
    height: 160px;
  }
  main#poketomi .recommend-slider_list {
    height: 160px;
    width: calc(120px * var(--select-total));
  }
  main#poketomi .recommend-slider .recommend_inner {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  @keyframes loop1 {
    0% {
      transform: translateX(0);
    }
    49.99999% {
      transform: translateX(-100%);
    }
    50% {
      transform: translateX(100%);
    }
  }
  @keyframes loop2 {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  main#poketomi #intro .intro_logo {
    width: 26vw;
    height: 12vw;
  }
  main#poketomi #intro .intro-slogan {
    font-size: 7.2vw;
  }
  main#poketomi #intro .intro-slogan .sub {
    font-size: 5.4vw;
  }
  main#poketomi #intro .content-txt {
    text-align: left;
  }
  main#poketomi #pickup_sale .section-ttl {
    padding: 20px 8px;
  }
  main#poketomi #intro-parallax {
    height: 320px;
  }
  main#poketomi #intro-parallax .intro-parallax_inner {
    width: 100%;
    height: 100%;
  }
  main#poketomi #point .point-items {
    gap: 60px;
  }
  main#poketomi #point .point-items .point-item {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  main#poketomi #point .point-items .point-item:nth-child(2n) {
    gap: 20px;
    grid-template-columns: 1fr;
  }
  main#poketomi #point .point-items .point-item .point-item_number {
    text-align: center;
    font-size: 4.6vw;
    letter-spacing: 1;
  }
  main#poketomi #point .point-items .point-item .point-item_title {
    text-align: center;
  }
  main#poketomi #point .point-items .point-item .point-item_img-wrapper {
    order: -1;
  }
}/*# sourceMappingURL=poketomi.css.map */