@charset "UTF-8";
:root {
  --element-width: calc(100% - 40px);
}

.text--gothic {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.text--hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
.text--xl {
  font-size: 40px;
}
@media (max-width: 767px) {
  .text--xl {
    font-size: 30px;
  }
}
.text--l {
  font-size: 36px;
}
@media (max-width: 767px) {
  .text--l {
    font-size: 26px;
  }
}
.text--ml {
  font-size: 26px;
}
@media (max-width: 767px) {
  .text--ml {
    font-size: 20px;
  }
}
.text--m {
  font-size: 24px;
}
@media (max-width: 767px) {
  .text--m {
    font-size: 18px;
  }
}
.text--ms {
  font-size: 16px;
}
@media (max-width: 767px) {
  .text--ms {
    font-size: 14px;
  }
}
.text--s {
  font-size: 14px;
}
@media (max-width: 767px) {
  .text--s {
    font-size: 12px;
  }
}

.product-list-column {
  display: grid;
  row-gap: 40px;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.product-list-column.product-list-column—05 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767px) {
  .product-list-column.product-list-column—05 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-list-column.product-list-column—04 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .product-list-column.product-list-column—04 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-list-column.product-list-column—03 {
  grid-template-columns: repeat(3, 1fr);
}
.product-list-column.product-list-column—02 {
  grid-template-columns: repeat(2, 1fr);
}
.product-list-item {
  position: relative;
}
.product-outline {
  position: relative;
  margin-top: 12px;
}
.product-link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.product-img > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-cat-list {
  display: flex;
  gap: 8px;
  flex-flow: row wrap;
}
.product-cat-item {
  line-height: 1.5;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 12px;
  color: #fff;
  padding: 3px 6px;
}
.product-cat--newtea {
  background-color: #96c469;
}
.product-cat--teabag {
  background-color: #659ab7;
}
.product-cat--leaf {
  background-color: #bd7797;
}
.product-status {
  --products-status-fontSize: clamp(14px, calc(0.93vw + 6.89px), 18px);
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  min-height: 40px;
  line-height: 1.31;
  font-size: var(--products-status-fontSize);
  font-weight: bold;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .product-status {
    --products-status-fontSize: clamp(13px, calc(1.02vw + 9.18px), 18px);
  }
}
.product-status > span > strong {
  font-weight: 400;
  font-size: calc(var(--products-status-fontSize) + 4px);
}
.product-status--on-sale {
  background: #d0ba0c;
}
@media (max-width: 767px) {
  .product-status--on-sale {
    --products-status-fontSize: clamp(15px, calc(0.77vw + 12.13px), 18px);
  }
}
.product-status--scheduled {
  background: #a7a7a7;
}

.limiter[data-show-start] {
  display: none;
}

.product-header,
.fs-c-productListItem__productName.fs-c-productName {
  position: relative;
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 4px;
}

.product-header,
.fs-c-productListItem__prices.fs-c-productPrices {
  padding-bottom: 4px;
}

.product-header,
.fs-c-productListItem__productName.fs-c-productName,
.fs-c-productListItem__prices.fs-c-productPrices {
  position: relative;
  padding-left: clamp(8px, 0.617vw + 5.69px, 12px);
}
.product-header::before,
.fs-c-productListItem__productName.fs-c-productName::before,
.fs-c-productListItem__prices.fs-c-productPrices::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 4px;
  background-color: #e3e3e3;
}

.product-name,
.fs-c-productName__name {
  line-height: 1.6;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #404040;
}
@media (max-width: 767px) {
  .product-name,
  .fs-c-productName__name {
    font-size: 14px;
  }
}

.product-img,
.fs-c-productListItem__image.fs-c-productImage {
  position: relative;
  aspect-ratio: 1/1;
  border: 1px solid #f0f0f0;
  overflow: hidden;
}

.product-price {
  margin-top: 4px;
}

.fs-c-productPrice.fs-c-productPrice--selling {
  padding-top: 4px;
}

.product-price,
.fs-c-productPrice.fs-c-productPrice--selling {
  display: flex;
  flex-flow: row wrap;
  line-height: 1.6;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #dc2b00 !important;
}

.fs-c-price__currencyMark {
  color: #dc2b00 !important;
}

.price-num,
.fs-c-price__value {
  white-space: nowrap;
  font-size: 16px;
  color: #dc2b00 !important;
}
@media (max-width: 767px) {
  .price-num,
  .fs-c-price__value {
    font-size: 14px;
  }
}

.price-tax,
.fs-c-productPrice__addon {
  align-self: flex-end;
  display: inline-block;
  white-space: nowrap;
  font-size: 12px;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .price-tax,
  .fs-c-productPrice__addon {
    font-size: 10px;
  }
}

.fs-c-productPrice__addon {
  display: flex;
  line-height: inherit;
}
.fs-c-productPrice__addon::before {
  content: "（";
}
.fs-c-productPrice__addon::after {
  content: "）";
}

/*
body {
    background-color: #f8f7f3;
    color: #404040;
    font-family: "MFW-PKizaKinryouStdN-Medium";
    font-family: "MFW-PKizaKinryouStdN-Bold";
    font-family: "MFW-YuGoPr6N-Regular";
    font-family: "MFW-YuGoPr6N-Medium";
    font-family: "MFW-YuGoPr6N-Bold";
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}*/
.fv__visual {
  position: relative;
  width: 100%;
  max-width: 1440px;
  border-bottom-right-radius: 99px;
  border-bottom-left-radius: 99px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}
@media (max-width: 767px) {
  .fv__visual {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.fv__visual picture {
  display: block;
  animation: --fv-fadein 0.72s ease both;
}
@media (max-width: 767px) {
  .fv__visual picture {
    animation: none;
  }
}
.fv__img {
  width: 100%;
  height: auto;
  display: block;
}
.fv__copy {
  position: absolute;
  top: min(6.04vw, 87px);
  left: clamp(8px, 24.44vw - 180px, 172px);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.22em;
}
@media (max-width: 767px) {
  .fv__copy {
    top: 20px;
    left: 20px;
    font-size: clamp(13px, 1.78vw + 6.32px, 20px);
  }
}
.fv__copy > p {
  animation: --fv-fadein--opacity 1.24s ease both;
}
.fv__copy > p:nth-child(1) {
  animation-delay: 1.36s;
}
.fv__copy > p:nth-child(2) {
  animation-delay: 1.36s;
}
.fv__copy > p:nth-child(3) {
  animation-delay: 1.36s;
}
.fv__copy > p:nth-child(4) {
  animation-delay: 1.36s;
}
@media (max-width: 767px) {
  .fv__copy > p {
    animation: none;
  }
}
.fv__copy > p:not(:last-child) {
  margin-bottom: 1em;
}
.fv__copy > p .txt {
  z-index: 1;
  position: relative;
  display: inline-block;
  padding: 2px 4px;
}
.fv__copy > p .bg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #fff;
}
.fv__tokuten {
  position: absolute;
  top: 16px;
  right: 12px;
  width: calc(50% - 24px);
}
@media (max-width: 767px) {
  .fv__tokuten {
    right: auto;
    bottom: 16px;
    width: 100%;
    top: auto;
  }
}
.fv__tokuten img {
  width: 100%;
  max-width: 380px;
  height: auto;
  display: block;
  margin-left: auto;
  animation: --fv-fadein--opacity 1.24s ease 1.36s both;
}
@media (max-width: 767px) {
  .fv__tokuten img {
    max-width: 335px;
    margin-right: auto;
    animation: none;
  }
}
.fv__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  animation: --fv-fadein--blur 1.6s ease both;
  animation-delay: 0.44s;
}
.fv__title picture {
  display: block;
  width: 90%;
  max-width: 1164px;
  margin-right: auto;
  margin-left: auto;
}
.fv__title img {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  .fv__title {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    animation: none;
  }
}
.fv__info {
  width: var(--element-width);
  max-width: 976px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .fv__info {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.fv__info--reviewCampaign {
  display: none;
}
.fv__info-item {
  background-color: #fff;
  padding: 25px 20px;
}
.fv__info-item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .fv__info-item-list {
    text-align: left;
  }
}
.fv__info-inner {
  display: grid;
  grid-template-columns: minmax(36%, 200px) 1fr;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
  max-width: 832px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .fv__info-inner {
    display: block;
  }
}
.fv__info-headline {
  text-align: center;
  line-height: 1.25;
}
.fv__info-content {
  line-height: 1.67;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .fv__info-content {
    margin-top: 20px;
  }
}
.fv__info-title > small {
  font-size: 14px;
}
@media (max-width: 767px) {
  .fv__info-title > small {
    font-size: 12px;
  }
}
.fv__info-subtitle {
  display: inline-block;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #9d8933;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  margin-top: 6px;
}

.newtea {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .newtea {
    padding-bottom: 40px;
  }
}
.newtea__all-list.product-list-column—05 {
  width: var(--element-width);
  max-width: 1200px;
  height: inherit;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .newtea__all-list.product-list-column—05 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .newtea__all-list.product-list-column—05 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 599px) {
  .newtea__all-list.product-list-column—05 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.newtea__all .fs-c-productList__list:not(:last-child) {
  margin-bottom: 12px;
}
.newtea-columns {
  z-index: 1;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 354px;
  grid-template-areas: "outline img" "link link";
  -moz-column-gap: clamp(32px, 4.17vw - 0.1px, 60px);
       column-gap: clamp(32px, 4.17vw - 0.1px, 60px);
  width: var(--element-width);
  max-width: 874px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .newtea-columns {
    grid-template-columns: 1fr;
    grid-template-areas: "outline" "img" "link";
  }
}
.newtea-columns .newtea-img-container {
  grid-area: img;
}
@media (max-width: 767px) {
  .newtea-columns .newtea-img-container {
    margin-top: 40px;
  }
}
.newtea-columns .newtea-headline {
  grid-area: outline;
}
.newtea-columns .linkbtn-container {
  grid-area: link;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .newtea-columns .linkbtn-container {
    margin-top: 40px;
  }
}
.newtea-background {
  position: relative;
  width: 100%;
}
.newtea-background::after {
  pointer-events: none;
  position: absolute;
  inset: 0;
  content: "";
  background-image: url("https://www.chanoniwa-online.com/shincha/img/backgound_pt.jpg");
  background-size: 43px;
  background-position: center center;
  background-repeat: repeat;
}
.newtea-img {
  z-index: 2;
  position: relative;
  aspect-ratio: 316/422;
  width: 100%;
  max-width: 316px;
  opacity: 0;
  transform: translate(27px, 20px) rotate(-3deg);
  transition: opacity 0.72s ease-out, transform 0.72s ease-out;
}
@media (max-width: 767px) {
  .newtea-img {
    aspect-ratio: 335/223;
    max-width: none;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center 85%;
       object-position: center 85%;
    transform: translate(0, 0) rotate(-4deg);
  }
}
.newtea-img.is-visible {
  opacity: 1;
  transform: translate(0, 0) rotate(0deg);
}
.newtea-img-container {
  position: relative;
}
.newtea-img-background {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 11px;
  transform: rotate(-3deg);
  display: block;
  aspect-ratio: 316/422;
  width: 100%;
  max-width: 316px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .newtea-img-background {
    top: 0;
    right: 8px;
    bottom: 0;
    left: 0;
    transform: rotate(-4deg);
    aspect-ratio: 335/223;
    max-width: inherit;
    height: 100%;
  }
}
.newtea-headline .section-title {
  line-height: 1.5;
  margin-top: -0.25em;
}
@media (max-width: 767px) {
  .newtea-headline .section-title {
    text-align: center;
    margin-top: inherit;
  }
}
.newtea-headline .section-description {
  line-height: 1.8;
  margin-top: 20px;
}

.parallax {
  position: relative;
  width: 100%;
}
.parallax-img {
  display: block;
  width: 100%;
  height: clamp(180px, 30.534vw + 65.5px, 300px);
  -o-object-fit: cover;
     object-fit: cover;
  animation: --parallax linear both;
  animation-duration: auto;
  animation-timeline: view();
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .parallax-img {
    animation: none;
  }
}
@media (max-width: 767px) {
  .parallax-img--01 {
    -o-object-position: center 40%;
       object-position: center 40%;
  }
}
@media (max-width: 767px) {
  .parallax-img--02 {
    -o-object-position: center 75%;
       object-position: center 75%;
  }
}

@keyframes taste-item-enter {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes taste-panel-leave {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes --fv-fadein {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes --fv-fadein--opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes --fv-fadein--blur {
  from {
    opacity: 0;
    filter: blur(10px);
  }
  to {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes --parallax {
  from {
    -o-object-position: 0 100%;
       object-position: 0 100%;
  }
  to {
    -o-object-position: 0 0;
       object-position: 0 0;
  }
}
.section {
  position: relative;
  width: 100%;
}
.section-outline {
  width: var(--element-width);
  max-width: 870px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}
@media (max-width: 767px) {
  .section-outline {
    margin-bottom: 30px;
  }
}
.section-outline--center {
  text-align: center;
}
.section-title {
  font-family: "MFW-PKizaKinryouStdN-Bold", メイリオ, Meiryo, serif;
}
.section-subtitle {
  display: flex;
  align-items: center;
  min-height: 50px;
  background: #fff;
  font-family: inherit;
  font-size: 22px;
  padding: 4px 14px;
}
@media (max-width: 767px) {
  .section-subtitle {
    min-height: 38px;
    font-size: 16px;
  }
}
.section-description {
  line-height: 1.75;
  text-align: center;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .section-description {
    margin-top: 30px;
  }
}
.section-description > p {
  text-align: left;
  display: inline-block;
}
.section-description > p:not(:last-child) {
  margin-bottom: 1em;
}
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .section-padding {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.subsection {
  position: relative;
}
.subsection__title {
  font-family: "MFW-PKizaKinryouStdN-Bold", メイリオ, Meiryo, serif;
  font-size: 30px;
}

.linkbtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  min-height: 50px;
  border-radius: 6px;
  background-color: #60a246;
  color: #fff !important;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 16px;
  overflow: hidden;
}
.linkbtn::before {
  z-index: 2;
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: opacity 0.32s ease;
  pointer-events: none;
}
.linkbtn::after {
  z-index: 1;
  position: absolute;
  right: 14px;
  content: "";
  display: block;
  width: 9px;
  height: 8px;
  background-image: url("https://www.chanoniwa-online.com/shincha/img/linkbtn-chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.linkbtn:visited {
  color: #fff !important;
}
@media (hover: hover) {
  .linkbtn:hover {
    color: #fff !important;
  }
  .linkbtn:hover::before {
    opacity: 1;
  }
}
.linkbtn-container.linkbtn-center .linkbtn {
  margin-right: auto;
  margin-left: auto;
}

p {
  margin: 0;
}

@media screen and (max-width: 1150px) {
  .ohashiri {
    padding-top: 0;
  }
}
.ohashiri__about {
  display: grid;
  grid-template-columns: 500fr 530fr;
  -moz-column-gap: 70px;
       column-gap: 70px;
  width: 100%;
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1150px) {
  .ohashiri__about {
    display: block;
    max-width: 1440px;
  }
}
.ohashiri__about-slider {
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 1150px) {
  .ohashiri__about-slider {
    display: block;
  }
}
.ohashiri__about-slider__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: ohashiri-slide 42s linear infinite;
}
.ohashiri__about-slider__img {
  width: clamp(375px, 9.86vw + 338px, 480px);
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
}
@keyframes ohashiri-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1150px) {
  .ohashiri__about-images {
    display: none;
  }
}
.ohashiri__about-image--main > .inner img, .ohashiri__about-image--subs > .inner img {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.ohashiri__about-image--main.is-visible > .inner img, .ohashiri__about-image--subs.is-visible > .inner img {
  opacity: 1;
  transform: translateY(0);
}
.ohashiri__about-image--subs.is-visible > .inner .ohashiri__about-image--sub02 {
  transition-delay: 0.2s;
}
.ohashiri__about-image--main {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.ohashiri__about-image--main > .inner {
  width: 670px;
}
.ohashiri__about-image--main img {
  aspect-ratio: 670/447;
  width: 100%;
  height: auto;
  display: block;
}
.ohashiri__about-image--subs {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin-top: 467px;
  margin-right: auto;
  margin-left: auto;
}
.ohashiri__about-image--subs > .inner {
  position: relative;
  width: 100%;
  max-width: 510px;
  height: 433px;
  margin-right: auto;
}
.ohashiri__about-image--subs img {
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.ohashiri__about-image--sub {
  position: absolute;
  display: block;
  width: 100%;
}
.ohashiri__about-image--sub01 {
  z-index: 2;
  top: 0;
  right: 0;
  aspect-ratio: 367/245;
  max-width: 367px;
}
.ohashiri__about-image--sub02 {
  z-index: 1;
  bottom: 0;
  left: 0;
  aspect-ratio: 327/217;
  max-width: 327px;
}
.ohashiri__about-content {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.ohashiri__about-content > .ohashiri__about-column-inner {
  position: relative;
  width: 100%;
  max-width: 530px;
  margin-left: auto;
}
.ohashiri__about-head {
  position: relative;
  min-height: 560px;
}
@media screen and (max-width: 1150px) {
  .ohashiri__about-head {
    width: 100%;
    max-width: 530px;
    min-height: auto;
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .ohashiri__about-head {
    margin-top: 50px;
  }
}
.ohashiri__about-head {
  /*
  &::after {
      pointer-events: none;
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      content: "";
      aspect-ratio: 740/247;
      background-image: url("https://www.chanoniwa-online.com/shincha/img/ohashiri_bg.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
  }*/
}
.ohashiri__about-heading {
  z-index: 2;
  position: relative;
  writing-mode: vertical-rl;
  font-family: "MFW-PKizaKinryouStdN-Bold", メイリオ, Meiryo, serif;
  letter-spacing: 0.4em;
  margin-left: auto;
}
@media (max-width: 767px) {
  .ohashiri__about-heading {
    margin-right: 4%;
  }
}
.ohashiri__about-heading-image {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ohashiri__about-heading-image > img {
  -o-object-position: left;
     object-position: left;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .ohashiri__about-heading-image > img {
    width: 58%;
  }
}
.ohashiri__about-heading > span {
  position: relative;
  display: inline-block;
}
.ohashiri__about-heading > span:not(:first-child) {
  margin-right: 1em;
}
.ohashiri__about-heading > span::after {
  position: absolute;
  top: 0;
  bottom: 0.4em;
  left: 0;
  content: "";
  width: 1px;
  background-color: #9fce49;
}
.ohashiri__about-heading > span.bd-shrink::after {
  bottom: 1em;
}
.ohashiri__about-product img {
  width: 100%;
  height: auto;
  display: block;
}
.ohashiri__about-link {
  margin-top: 30px;
}
.ohashiri__about .section-description {
  max-width: 530px;
  margin-top: 40px;
}
@media screen and (max-width: 1150px) {
  .ohashiri__about .section-description {
    width: var(--element-width);
    margin-right: auto;
    margin-left: auto;
  }
}
.ohashiri__about .section-description > p {
  margin-bottom: 0 !important;
}
.ohashiri__products {
  width: var(--element-width);
  max-width: 1110px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1150px) {
  .ohashiri__products {
    margin-top: 50px;
  }
}
.ohashiri__products-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 40px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 767px) {
  .ohashiri__products-grid {
    grid-template-columns: 1fr;
  }
}
.ohashiri__products-col {
  display: flex;
  flex-direction: column;
  gap: clamp(32px, 4vw, 48px);
}
.ohashiri__cat-list {
  margin-top: 20px;
}
.ohashiri__catch {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  flex: 1;
  letter-spacing: 0.14em;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .ohashiri__catch {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.ohashiri__catch > p {
  display: block;
}
.ohashiri__catch > p:not(:last-child) {
  margin-bottom: 1em;
}
.ohashiri__catch > p > span {
  position: relative;
  display: inline-block;
}
.ohashiri__catch > p > span.bd-shrink.bd-shrink--r::after {
  right: 0.86em;
}
.ohashiri__catch > p > span.bd-shrink.bd-shrink--lr::after {
  right: 0.86em;
  left: 0.6em;
}
.ohashiri__catch > p > span::after {
  position: absolute;
  right: 0.14em;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  background-color: #9fce49;
}

.gifting {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .gifting {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.gifting__background {
  position: absolute;
  inset: 0;
  background-color: #fff;
  overflow: hidden;
}
.gifting__background::before, .gifting__background::after {
  pointer-events: none;
  z-index: 1;
  position: absolute;
  content: "";
  aspect-ratio: 59/263;
  width: 59px;
  background-image: url("https://www.chanoniwa-online.com/shincha/img/gift_background.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .gifting__background::before, .gifting__background::after {
    width: 29px;
  }
}
.gifting__background::before {
  top: -8%;
  left: 3%;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .gifting__background::before {
    top: -6%;
    left: 4%;
  }
}
.gifting__background::after {
  right: 3%;
  bottom: -8%;
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .gifting__background::after {
    right: 4%;
    bottom: -6%;
  }
}
.gifting__content {
  z-index: 2;
  position: relative;
  width: var(--element-width);
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}
.gifting__head {
  text-align: center;
}
.gifting__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  line-height: 1.32;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid currentColor;
  margin-top: 20px;
  padding: 4px 13px;
}
@media (max-width: 767px) {
  .gifting__badge {
    font-size: 15px;
  }
}
.gifting__list {
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .gifting__list {
    -moz-column-gap: clamp(10px, 7.634vw - 18.63px, 40px);
         column-gap: clamp(10px, 7.634vw - 18.63px, 40px);
    margin-top: 30px;
  }
}
.gifting-link {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .taste {
    padding-bottom: 0;
  }
}
.taste .section-title > br {
  display: none;
}
@media (max-width: 767px) {
  .taste .section-title > br {
    display: block;
  }
}
.taste-timeline {
  width: var(--element-width);
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.taste-timeline__pc-callouts {
  position: relative;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .taste-timeline__pc-callouts {
    display: none;
  }
}
.taste-timeline__pc-callout {
  position: relative;
  width: 340px;
  padding: 16px;
  border-radius: 10px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.taste-timeline__pc-callout::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  aspect-ratio: 32/54;
  display: block;
  width: 26px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.taste-timeline__pc-callout--left {
  left: 0;
  background-color: #9fce49;
}
.taste-timeline__pc-callout--left::after {
  background-image: url("https://www.chanoniwa-online.com/shincha/img/arrow_down_lightgreen.svg");
}
.taste-timeline__pc-callout--right {
  margin-left: auto;
  background-color: #5fa246;
}
.taste-timeline__pc-callout--right::after {
  background-image: url("https://www.chanoniwa-online.com/shincha/img/arrow_down_green.svg");
}
.taste-timeline__sp-callouts {
  display: none;
}
@media (max-width: 767px) {
  .taste-timeline__sp-callouts {
    display: flex;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 24px;
  }
}
.taste-timeline__sp-callout {
  flex: 1;
  position: relative;
  border-radius: 10px;
  color: #fff;
  padding: 10px;
}
@media (max-width: 767px) {
  .taste-timeline__sp-callout {
    padding: 2px 10px 8px;
  }
}
.taste-timeline__sp-callout::after {
  content: "";
  position: absolute;
  bottom: -24px;
  aspect-ratio: 17/27;
  display: block;
  width: 26px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.taste-timeline__sp-callout-content {
  z-index: 2;
  position: relative;
}
.taste-timeline__sp-callout-hdg {
  font-size: 30px;
  font-family: "MFW-PKizaKinryouStdN-Bold", メイリオ, Meiryo, serif;
  font-weight: bold;
}
.taste-timeline__sp-callout-description {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 12px;
}
.taste-timeline__sp-callout--koku {
  background-color: #9fce49;
}
.taste-timeline__sp-callout--koku::after {
  left: 16px;
  background-image: url("https://www.chanoniwa-online.com/shincha/img/arrow_down_lightgreen-sp.svg");
}
.taste-timeline__sp-callout--sawayaka {
  background-color: #60a246;
}
.taste-timeline__sp-callout--sawayaka::after {
  right: 16px;
  background-image: url("https://www.chanoniwa-online.com/shincha/img/arrow_down_green-sp.svg");
}
.taste-timeline__track {
  position: relative;
}
.taste-timeline__dates {
  position: relative;
  height: 32px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .taste-timeline__dates {
    height: 24px;
  }
}
.taste-timeline__date {
  position: absolute;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .taste-timeline__date {
    font-weight: normal;
    font-size: 14px;
  }
}
.taste-timeline__date--1 {
  left: 20px;
}
.taste-timeline__date--2 {
  left: 30%;
}
.taste-timeline__date--3 {
  left: 45%;
}
.taste-timeline__date--4 {
  left: 100%;
}
@media (max-width: 767px) {
  .taste-timeline__date--1 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .taste-timeline__date--2 {
    left: 30%;
  }
}
@media (max-width: 767px) {
  .taste-timeline__date--3 {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .taste-timeline__date--4 {
    left: 0;
  }
}
.taste-timeline__date--4 {
  transform: translateX(-100%);
  padding-right: 20px;
}
@media (max-width: 767px) {
  .taste-timeline__date--4 {
    transform: none;
    padding-right: 0;
    left: auto;
    right: 0;
  }
}
@media (max-width: 767px) {
  .taste-timeline__date.is-pc-only {
    display: none;
  }
}
.taste-timeline__bar {
  position: relative;
  display: flex;
  -moz-column-gap: 2px;
       column-gap: 2px;
  height: 54px;
}
@media (max-width: 767px) {
  .taste-timeline__bar {
    -moz-column-gap: 0;
         column-gap: 0;
    height: 10px;
  }
}
.taste-timeline__bar span {
  flex: 1;
  height: 100%;
}
@media (max-width: 767px) {
  .taste-timeline__bar span {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.taste-timeline__bar span:first-child {
  border-radius: 10px 0 0 10px;
  margin-right: 2px;
}
.taste-timeline__bar span:nth-of-type(8), .taste-timeline__bar span:nth-of-type(12) {
  margin-right: 2px;
}
.taste-timeline__bar span:last-of-type {
  border-radius: 0 10px 10px 0;
  margin-left: 2px;
}
.taste-timeline__bar span:nth-child(1) {
  background-color: #9fce49;
}
.taste-timeline__bar span:nth-child(2) {
  background-color: rgb(156.5384615385, 204.3076923077, 72.8846153846);
}
.taste-timeline__bar span:nth-child(3) {
  background-color: rgb(154.0769230769, 202.6153846154, 72.7692307692);
}
.taste-timeline__bar span:nth-child(4) {
  background-color: rgb(151.6153846154, 200.9230769231, 72.6538461538);
}
.taste-timeline__bar span:nth-child(5) {
  background-color: rgb(149.1538461538, 199.2307692308, 72.5384615385);
}
.taste-timeline__bar span:nth-child(6) {
  background-color: rgb(146.6923076923, 197.5384615385, 72.4230769231);
}
.taste-timeline__bar span:nth-child(7) {
  background-color: rgb(144.2307692308, 195.8461538462, 72.3076923077);
}
.taste-timeline__bar span:nth-child(8) {
  background-color: rgb(141.7692307692, 194.1538461538, 72.1923076923);
}
.taste-timeline__bar span:nth-child(9) {
  background-color: rgb(139.3076923077, 192.4615384615, 72.0769230769);
}
.taste-timeline__bar span:nth-child(10) {
  background-color: rgb(136.8461538462, 190.7692307692, 71.9615384615);
}
.taste-timeline__bar span:nth-child(11) {
  background-color: rgb(134.3846153846, 189.0769230769, 71.8461538462);
}
.taste-timeline__bar span:nth-child(12) {
  background-color: rgb(131.9230769231, 187.3846153846, 71.7307692308);
}
.taste-timeline__bar span:nth-child(13) {
  background-color: rgb(129.4615384615, 185.6923076923, 71.6153846154);
}
.taste-timeline__bar span:nth-child(14) {
  background-color: rgb(127, 184, 71.5);
}
.taste-timeline__bar span:nth-child(15) {
  background-color: rgb(124.5384615385, 182.3076923077, 71.3846153846);
}
.taste-timeline__bar span:nth-child(16) {
  background-color: rgb(122.0769230769, 180.6153846154, 71.2692307692);
}
.taste-timeline__bar span:nth-child(17) {
  background-color: rgb(119.6153846154, 178.9230769231, 71.1538461538);
}
.taste-timeline__bar span:nth-child(18) {
  background-color: rgb(117.1538461538, 177.2307692308, 71.0384615385);
}
.taste-timeline__bar span:nth-child(19) {
  background-color: rgb(114.6923076923, 175.5384615385, 70.9230769231);
}
.taste-timeline__bar span:nth-child(20) {
  background-color: rgb(112.2307692308, 173.8461538462, 70.8076923077);
}
.taste-timeline__bar span:nth-child(21) {
  background-color: rgb(109.7692307692, 172.1538461538, 70.6923076923);
}
.taste-timeline__bar span:nth-child(22) {
  background-color: rgb(107.3076923077, 170.4615384615, 70.5769230769);
}
.taste-timeline__bar span:nth-child(23) {
  background-color: rgb(104.8461538462, 168.7692307692, 70.4615384615);
}
.taste-timeline__bar span:nth-child(24) {
  background-color: rgb(102.3846153846, 167.0769230769, 70.3461538462);
}
.taste-timeline__bar span:nth-child(25) {
  background-color: rgb(99.9230769231, 165.3846153846, 70.2307692308);
}
.taste-timeline__bar span:nth-child(26) {
  background-color: rgb(97.4615384615, 163.6923076923, 70.1153846154);
}
.taste-timeline__bar span:nth-child(27) {
  background-color: #5fa246;
}
.taste-timeline__dot {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 3px solid #fff;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all 0.16s ease;
  padding: 0;
}
.taste-timeline__dot--0 {
  left: 31.53%;
}
.taste-timeline__dot--1 {
  left: 38.9%;
}
.taste-timeline__dot--2 {
  left: 42.62%;
}
.taste-timeline__dot--3 {
  left: 68.6%;
}
.taste-timeline__dot--4 {
  left: 76%;
}
.taste-timeline__dot--0 {
  background-color: #636890;
}
.taste-timeline__dot--1 {
  background-color: #a1728d;
}
.taste-timeline__dot--2 {
  background-color: #4b788f;
}
.taste-timeline__dot--3 {
  background-color: #97a960;
}
.taste-timeline__dot--4 {
  background-color: #9d8933;
}
.taste-timeline__dot.is-active {
  cursor: default;
  width: 40px;
  height: 40px;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .taste-timeline__dot.is-active {
    width: 26px;
    height: 26px;
  }
}
.taste-timeline__dot:not(.is-active) {
  cursor: pointer;
}
@media (hover: hover) {
  .taste-timeline__dot:not(.is-active) {
    transition: all 0.24s ease-out;
  }
  .taste-timeline__dot:not(.is-active):hover {
    width: 40px;
    height: 40px;
    transition: all 0.32s ease-out;
  }
}
.taste-timeline__bottom-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}
@media (max-width: 767px) {
  .taste-timeline__bottom-labels {
    display: none;
  }
}
.taste-timeline__label {
  line-height: 1;
  font-weight: bold;
  font-size: 40px;
}
.taste-timeline__label--koku {
  color: #9fce49;
}
.taste-timeline__label--sawayaka {
  color: #5fa246;
}
.taste-tabs {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: var(--element-width);
  max-width: 1100px;
  height: 80px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .taste-tabs {
    width: calc(100% - 20px);
    height: 74px;
    margin-top: 28px;
  }
}
.taste-tabs-background {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.taste-tabs-background::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  height: 1px;
  background-color: #404040;
}
.taste-tabs-wrapper {
  width: 100%;
  max-width: 1200px;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .taste-tabs-wrapper {
    padding-top: 30px;
    padding-bottom: 36px;
  }
}
.taste-tab {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 205px;
  height: 70px;
  line-height: 1.31;
  border: none;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  text-align: center;
  font-size: clamp(18px, 1.192vw + 12.89px, 26px);
  font-family: inherit;
  color: #fff;
}
@media (max-width: 767px) {
  .taste-tab {
    height: 64px;
    font-size: 16px;
  }
}
.taste-tab--0 {
  background-color: #636890;
}
.taste-tab--1 {
  background-color: #a1728d;
}
.taste-tab--2 {
  background-color: #4b788f;
}
.taste-tab--3 {
  background-color: #97a960;
}
.taste-tab--4 {
  background-color: #9d8933;
}
.taste-tab.is-active {
  cursor: default;
  height: 80px;
  transition: height 0.32s ease-out;
}
@media (max-width: 767px) {
  .taste-tab.is-active {
    height: 74px;
  }
}
.taste-tab.is-active::before {
  transition: opacity 0.24s ease-out;
}
.taste-tab:not(.is-active) {
  cursor: pointer;
  transition: height 0.24s ease-out;
}
@media (hover: hover) {
  .taste-tab:not(.is-active):hover {
    height: 80px;
    transition: height 0.32s ease-out;
  }
}
@media (hover: hover) and (max-width: 767px) {
  .taste-tab:not(.is-active):hover {
    height: 74px;
  }
}
@media (hover: hover) {
  .taste-tab:not(.is-active):hover::before {
    opacity: 1;
    transition: opacity 0.32s ease-out;
  }
}
.taste-tab::before {
  position: absolute;
  inset: 0;
  content: "";
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.12);
  opacity: 0;
  transition: opacity 0.32s ease-out;
  pointer-events: none;
}
.taste-tab.taste-tab--2 > h3 > br, .taste-tab.taste-tab--3 > h3 > br {
  display: none;
}
@media screen and (max-width: 480px) {
  .taste-tab.taste-tab--2 > h3 > br, .taste-tab.taste-tab--3 > h3 > br {
    display: block;
  }
}
.taste-tab.taste-tab--4 > h3 > br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .taste-tab.taste-tab--4 > h3 > br {
    display: block;
  }
}
.taste-tab > h3 {
  position: absolute;
  top: 0.3em;
  display: flex;
  align-items: center;
  height: 2.62em;
  font-family: inherit;
}
@media (max-width: 767px) {
  .taste-tab > h3 {
    top: 14px;
  }
}
.taste-panel {
  display: none;
  width: var(--element-width);
  max-width: 1100px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .taste-panel {
    margin-top: 24px;
  }
}
.taste-panel.is-active {
  display: block;
}
.taste-panel.is-active .taste-panel__desc {
  animation: taste-item-enter 0.55s 0.05s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.taste-panel.is-active .taste-panel__products > * {
  animation: taste-item-enter 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.taste-panel.is-active .taste-panel__products > *:nth-child(1) {
  animation-delay: 0.1s;
}
.taste-panel.is-active .taste-panel__products > *:nth-child(2) {
  animation-delay: 0.14s;
}
.taste-panel.is-active .taste-panel__products > *:nth-child(3) {
  animation-delay: 0.18s;
}
.taste-panel.is-active .taste-panel__products > *:nth-child(4) {
  animation-delay: 0.22s;
}
.taste-panel.is-active .taste-panel__products > *:nth-child(5) {
  animation-delay: 0.26s;
}
.taste-panel.is-active .taste-panel__products > *:nth-child(6) {
  animation-delay: 0.3s;
}
.taste-panel.is-active .taste-panel__products > *:nth-child(7) {
  animation-delay: 0.34s;
}
.taste-panel.is-active .taste-panel__products > *:nth-child(8) {
  animation-delay: 0.38s;
}
.taste-panel.is-active .taste-panel__products > *:nth-child(9) {
  animation-delay: 0.42s;
}
.taste-panel.is-active .taste-panel__products > *:nth-child(10) {
  animation-delay: 0.46s;
}
.taste-panel.is-active .taste-panel__products > *:nth-child(11) {
  animation-delay: 0.5s;
}
.taste-panel.is-active .taste-panel__products > *:nth-child(12) {
  animation-delay: 0.54s;
}
.taste-panel.is-active .taste-panel__products > *:nth-child(13) {
  animation-delay: 0.58s;
}
.taste-panel.is-active .taste-panel__products > *:nth-child(14) {
  animation-delay: 0.62s;
}
.taste-panel.is-active .taste-panel__products > *:nth-child(15) {
  animation-delay: 0.66s;
}
.taste-panel.is-leaving {
  display: block;
  pointer-events: none;
  animation: taste-panel-leave 0.28s ease forwards;
}
.taste-panel.taste-panel--0 {
  color: #636890;
}
.taste-panel.taste-panel--1 {
  color: #a1728d;
}
.taste-panel.taste-panel--2 {
  color: #4b788f;
}
.taste-panel.taste-panel--3 {
  color: #97a960;
}
.taste-panel.taste-panel--4 {
  color: #9d8933;
}
.taste-panel__desc {
  text-align: center;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.71;
  color: inherit;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .taste-panel__desc {
    font-size: 14px;
  }
}
.taste-panel__desc br.pc {
  display: block;
}
.taste-panel__desc br.sp {
  display: none;
}
@media (max-width: 767px) {
  .taste-panel__desc br.sp {
    display: block;
  }
}
.taste-panel__products.product-list-column.product-list-column—05 {
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .taste-panel__products.product-list-column.product-list-column—05 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .taste-panel__products.product-list-column.product-list-column—05 {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 26px;
  }
}
@media screen and (max-width: 600px) {
  .taste-panel__products.product-list-column.product-list-column—05 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.ranking {
  position: relative;
}
.ranking::after {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
  content: "";
  background-image: url("https://www.chanoniwa-online.com/shincha/img/backgound_pt.jpg");
  background-size: 43px;
  background-position: center center;
  background-repeat: repeat;
}
.ranking-content {
  z-index: 2;
  position: relative;
}
.ranking__catlist {
  width: var(--element-width);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.ranking__catitem:not(:last-of-type) {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .ranking__catitem:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.ranking__title {
  font-family: "MFW-PKizaKinryouStdN-Bold", メイリオ, Meiryo, serif;
}
.ranking__title.text--l {
  text-align: center;
}
@media (max-width: 767px) {
  .ranking__title.text--l {
    display: flex;
    align-items: center;
    min-height: 38px;
    font-size: 16px;
    background: #fff;
    padding: 4px 14px;
  }
}
.ranking__list {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .ranking__list {
    margin-top: 20px;
  }
}
.ranking__item {
  position: relative;
}
.ranking__item--1::after {
  content: "1";
  background-color: #d0ba0c;
  color: #fff;
}
.ranking__item--2::after {
  content: "2";
  background-color: #b9b8af;
  color: #fff;
}
.ranking__item--3::after {
  content: "3";
  background-color: #a56430;
  color: #fff;
}
.ranking__item--4::after {
  content: "4";
  border: 1px solid #4f4f4f;
  background-color: #fff;
  color: #4f4f4f;
}
@media (max-width: 767px) {
  .ranking__item--5 {
    display: none;
  }
}
.ranking__item--5::after {
  content: "5";
  border: 1px solid #4f4f4f;
  background-color: #fff;
  color: #4f4f4f;
}
.ranking__item::after {
  position: absolute;
  top: 8px;
  left: 12px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0;
}

.calendar {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .calendar {
    padding-top: 40px;
  }
}
.calendar__inner {
  width: var(--element-width);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.calendar__scroll-container {
  position: relative;
}
.calendar__scroll-area {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.calendar__scroll-area::-webkit-scrollbar {
  display: none;
}
.calendar__img {
  display: block;
  min-width: 900px;
  width: 100%;
  height: auto;
}
.calendar__guide {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.2s;
  opacity: 1;
}
.calendar__guide--left {
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  color: #404040;
  padding-right: 8px;
}
.calendar__guide--right {
  right: 0;
  background: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  color: #404040;
  padding-left: 8px;
}
.calendar__guide svg {
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, 0.8));
}
.calendar__guide.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.calendar__guide.is-inactive {
  display: none;
}

.products-search__list {
  width: var(--element-width);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.products-search__item {
  position: relative;
}
.products-search__item .product-img > img.is-bright {
  filter: brightness(1.04) contrast(1.1);
}
.products-search__label {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding-right: 8px;
  padding-left: 8px;
  color: #fff;
}
@media (max-width: 767px) {
  .products-search__label {
    font-size: 12px;
  }
}
.products-search__label--limited {
  background: #60a246;
}
.products-search__label--gift {
  background: #60a246;
}
.products-search__label--staff {
  background: #60a246;
}
.products-search__label--popular {
  background: #60a246;
}
.products-search__label--beginner {
  background: #60a246;
}
.products-search__label--recommend {
  background: #60a246;
}
.products-search__name {
  font-family: inherit;
  font-weight: bold;
  margin-top: 14px;
}
.products-search__desc {
  line-height: 1.75;
  margin-top: 8px;
}
.products-search__desc strong {
  font-weight: bold;
}

.search-by__category {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .search-by__category {
    padding-top: 40px;
  }
}
.search-by__category-list.product-list-column—05 {
  position: relative;
  width: var(--element-width);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 767px) {
  .search-by__category-list.product-list-column—05 {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
    -moz-column-gap: clamp(6px, 3.57vw - 7.39px, 20px);
         column-gap: clamp(6px, 3.57vw - 7.39px, 20px);
  }
}
.search-by__category-item {
  display: block;
}
@media (max-width: 767px) {
  .search-by__category-item .product-outline {
    margin-top: 8px;
  }
}
.search-by__category-name {
  line-height: 1.42;
  text-align: center;
  font-size: clamp(16px, 1.19vw + 6.86px, 24px);
}
@media (max-width: 767px) {
  .search-by__category-name {
    font-size: clamp(14px, 1.53vw + 8.26px, 20px);
  }
}
.search-by__price {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .search-by__price {
    padding-top: 40px;
  }
}
.search-by__price-catlist {
  position: relative;
  width: var(--element-width);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.search-by__price-catitem:not(:last-of-type) {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .search-by__price-catitem:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.search-by__price-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .search-by__price-list {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(6px, 3.57vw - 7.39px, 20px);
  }
}
.search-by__price-list-head {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .search-by__price-list-head {
    margin-bottom: 20px;
  }
}
.search-by__price-item {
  display: contents;
}
.search-by__price-link {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  line-height: 1.32;
  text-align: center;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  background: #fff;
  color: #404040;
  text-decoration: none;
  box-shadow: inset 0 0 0 0 #404040;
  transition: box-shadow 0.32s ease;
}
@media (hover: hover) {
  .search-by__price-link:hover {
    box-shadow: inset 0 0 0 1px #404040;
    color: #404040 !important;
  }
}
@media (max-width: 767px) {
  .search-by__price-link {
    min-height: 72px;
  }
}
.search-by__price-link .price-range {
  display: block;
}
.search-by__price-link .price-main {
  font-size: clamp(16px, 0.893vw + 9.14px, 22px);
}
@media (max-width: 767px) {
  .search-by__price-link .price-main {
    font-size: clamp(17px, 1.53vw + 11.26px, 23px);
  }
}
.search-by__price-link .price-sub {
  font-size: clamp(14px, 0.595vw + 9.43px, 18px);
}
@media (max-width: 767px) {
  .search-by__price-link .price-sub {
    font-size: clamp(14px, 1.53vw + 8.26px, 20px);
  }
}
.search-by__price-link > h4 {
  text-align: left;
}
.search-by__price-link > h4 br.sp {
  display: none;
}
@media (max-width: 767px) {
  .search-by__price-link > h4 br.sp {
    display: block;
  }
}

:root {
  --stickynav-height: 60px;
}

@media screen and (max-width: 1024px) {
  :root {
    --stickynav-height: 50px;
  }
}
.stickynav {
  z-index: 99;
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  height: var(--stickynav-height);
  background-color: #60a246;
  color: #fff;
  transition: transform 0.24s ease-out;
}
@media screen and (max-width: 1024px) {
  .stickynav {
    position: fixed;
    top: auto;
    bottom: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
  }
}
.stickynav.is-scrollable .stickynav-table {
  display: flex;
  align-items: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.stickynav.is-hidden {
  transform: translateY(var(--stickynav-height));
  transition: transform 0.32s ease-out;
}
.stickynav-wrap {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: inherit;
  margin-right: auto;
  margin-left: auto;
}
.stickynav-table {
  display: none;
  flex-shrink: 0;
  padding-right: 10px;
  padding-left: 14px;
}
.stickynav-table-label {
  font-size: 16px;
}
.stickynav-table-chevron {
  display: block;
  aspect-ratio: 1/1;
  width: 12px;
  background-image: url("https://www.chanoniwa-online.com/shincha/img/table_chevron.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.stickynav-table-chevron-wrap {
  display: flex;
}
.stickynav-table-chevron--02 {
  margin-left: -5px;
}
.stickynav-list {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1200px;
  height: inherit;
  margin-right: auto;
  margin-left: auto;
}
.stickynav-list-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
}
.stickynav-list-wrap::-webkit-scrollbar {
  display: none;
}
.stickynav-guide {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: var(--stickynav-height);
  pointer-events: none;
  z-index: 1;
}
.stickynav-guide-wrap {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}
.stickynav-guide--left {
  left: 0;
  background: linear-gradient(to right, #60a246, transparent);
}
.stickynav-guide--right {
  right: 0;
  background: linear-gradient(to left, #60a246, transparent);
}
.stickynav-guide.is-hidden {
  display: none !important;
}
.stickynav.is-scrollable .stickynav-guide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stickynav-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  color: inherit;
}
.stickynav-link {
  display: inline-block;
  color: inherit;
  font-size: 20px;
  color: #fff;
  padding: 0.2em 10px;
  background: linear-gradient(currentColor, currentColor) no-repeat center bottom 4px/0% 1px;
  transition: background-size 0.3s ease;
}
@media (hover: hover) {
  .stickynav-link:hover {
    background-size: calc(100% - 20px) 1px;
    color: #fff !important;
  }
}
.stickynav-link:hover {
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .stickynav-link {
    font-size: 16px;
  }
}

.fs-p-drawer {
  z-index: 100;
  display: none;
}
@media screen and (max-width: 1199px) {
  .fs-p-drawer {
    display: inherit;
  }
}
.fs-p-drawer a {
  text-decoration: none !important;
}

.fs-preview-header {
  display: none;
}

@media (hover: hover) {
  .is-hover-img img,
  .fs-c-productList__list__item.fs-c-productListItem img {
    transition: transform 0.24s ease-out;
  }
  .is-hover-img:hover img,
  .fs-c-productList__list__item.fs-c-productListItem:hover img {
    transform: scale(1.02);
    transition: transform 0.36s ease-out;
  }
  .is-hover-img:hover .products-search__name,
  .is-hover-img:hover .products-search__desc,
  .is-hover-img:hover .search-by__category-name,
  .fs-c-productList__list__item.fs-c-productListItem:hover .products-search__name,
  .fs-c-productList__list__item.fs-c-productListItem:hover .products-search__desc,
  .fs-c-productList__list__item.fs-c-productListItem:hover .search-by__category-name {
    color: #404040 !important;
  }
}

.fs-c-productList__list__item.fs-c-productListItem > form {
  line-height: 1.5;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.NewGnaviWrap {
  display: none;
}

.SpGoodsMenu {
  display: none;
}

.fs-preview-header {
  margin-bottom: 0;
}

.fs-l-header {
  z-index: 99;
  margin-bottom: 0;
}

.fs-l-main {
  max-width: inherit;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.fs-l-pageMain {
  max-width: inherit;
  padding-top: 0;
}
.fs-l-pageMain .stickynav,
.fs-l-pageMain .lp {
  display: block;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-family: "MFW-PKizaKinryouStdN-Bold", メイリオ, Meiryo, serif;
}
.fs-l-pageMain .stickynav a,
.fs-l-pageMain .lp a {
  color: inherit;
  text-decoration: none;
}
@media (hover: hover) {
  .fs-l-pageMain .stickynav a:hover,
  .fs-l-pageMain .lp a:hover {
    text-decoration: none;
  }
}
.fs-l-pageMain .stickynav a:hover,
.fs-l-pageMain .lp a:hover {
  color: inherit;
  text-decoration: none;
}
.fs-l-pageMain .stickynav a:visited,
.fs-l-pageMain .lp a:visited {
  color: inherit;
}
.fs-l-pageMain .stickynav a img:hover,
.fs-l-pageMain .lp a img:hover {
  opacity: inherit;
}
.fs-l-pageMain .lp {
  background-color: #f8f7f3;
  color: #404040;
}

.fs-c-productList__list {
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  width: var(--element-width);
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .fs-c-productList__list {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (max-width: 767px) {
  .fs-c-productList__list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.fs-c-productList__list__item {
  grid-column: initial !important;
  grid-row: initial !important;
  border-bottom: none;
  padding: 0;
}

.fs-c-productName__copy {
  display: none;
}

.fs-c-productListItem__preorderMessage.fs-c-preorderMessage {
  display: none;
}

.fs-c-productListItem__viewMoreImageButton,
.fs-c-productMarks,
.fs-c-productListItem__control {
  display: none;
}

.fs-c-productListItem__productName.fs-c-productName > a {
  text-decoration: none;
}

.cha-header-logo {
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .cha-header-logo {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .cha-header-contents {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .fs-l-page {
    padding-top: 78px;
  }
}
@media screen and (max-width: 768px) {
  .fs-l-page {
    padding-top: 73px;
  }
}/*# sourceMappingURL=style.css.map */