@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

.text-black {
  color: #000000;
}

.bg-black {
  background-color: #000000;
}

.text-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.text-button {
  color: #5c370c;
}

.bg-button {
  background-color: #5c370c;
}

.text-sale {
  color: #ef4444;
}

.bg-sale {
  background-color: #ef4444;
}

.text-pick {
  color: #00633a;
}

.bg-pick {
  background-color: #00633a;
}

.text-pick-bg {
  color: #e7f4ef;
}

.bg-pick-bg {
  background-color: #e7f4ef;
}

.text-subscription-bg {
  color: #dff2fc;
}

.bg-subscription-bg {
  background-color: #dff2fc;
}

.text-point-bg {
  color: #fffcee;
}

.bg-point-bg {
  background-color: #fffcee;
}

.font-sans-12-400 {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.font-sans-12-600 {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.font-sans-14-600 {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.font-sans-16-600 {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.font-roboto-14-700 {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.font-roboto-16-600 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.font-roboto-18-700 {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.font-roboto-24-500 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.font-roboto-24-600 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (min-width: 614px) {
  .tpl-for-sp {
    display: none !important;
  }
}
@media (max-width: 614px) {
  .tpl-for-pc {
    display: none !important;
  }
}
picture.tpl-m-image {
  display: block;
  margin: 0 0 10px;
}
picture.tpl-m-image img {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

img.tpl-m-image {
  display: block;
  width: 100%;
  max-width: 160px;
  aspect-ratio: 1/1;
  object-fit: cover;
  margin: 0 auto 10px;
}

picture.tpl-m-image-full {
  display: block;
  margin: 0 0 20px;
}
picture.tpl-m-image-full img {
  width: 100%;
}

img.tpl-m-image-full {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}

picture.tpl-m-image-fv {
  display: block;
  margin: 0 0 20px;
}
picture.tpl-m-image-fv img {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 16/9;
  object-fit: cover;
}

img.tpl-m-image-fv {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  margin: 0 0 20px;
}
@media screen and (min-width: 614px) {
  img.tpl-m-image-fv {
    max-width: 320px;
  }
}

.tpl-m-picto {
  width: 30px;
  height: 30px;
}

.tpl-m-picto-s {
  width: 16px;
  height: 16px;
}

.tpl-m-picto-teiki {
  width: 52px;
  height: 18px;
}

.tpl-m-picto-teiki2 {
  width: 16px;
  height: 16px;
}

.tpl-m-picto-coop {
  width: 30px;
  height: 17px;
}

.tpl-m-picto-otoku {
  width: 32px;
  height: 16px;
}

.tpl-m-picto-ec-only {
  width: 122px;
  height: 16px;
}

.tpl-m-picto-region-limit {
  width: 51px;
  height: 16px;
}

.tpl-m-button {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  height: 46px;
  margin: 20px auto 0;
  padding: 0 16px;
  border-radius: 100px;
  background-color: #5c370c;
  line-height: 1.29;
  color: #fff;
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .tpl-m-button {
    transition: opacity 0.3s ease;
  }
  .tpl-m-button:hover {
    opacity: 0.8;
  }
}
.tpl-m-button.is-register {
  background-color: #0e3388;
}

.tpl-m-teiki {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 10px;
  padding: 10px;
  background-color: #dff2fc;
  border-radius: 8px;
  color: #000000;
}
.tpl-m-teiki__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 614px) {
  .tpl-m-teiki__list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.tpl-m-teiki__list li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tpl-m-teiki__list span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.tpl-m-teiki__price {
  margin-left: auto;
}
.tpl-m-teiki__price1 {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  text-align: right;
}
.tpl-m-teiki__price1 span {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.tpl-m-teiki__price2 {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 4px 0 0;
  text-align: right;
  font-feature-settings: "palt";
}
.tpl-m-teiki__price2 span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.tpl-m-sale__price1 {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  text-align: right;
  color: #000;
}
.tpl-m-sale__price1 span {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.tpl-m-sale__price2 {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 4px 0 0;
  text-align: right;
  color: #000;
  font-feature-settings: "palt";
}
.tpl-m-sale__price2 span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.tpl-m-sale.is-red .tpl-m-sale__price1,
.tpl-m-sale.is-red .tpl-m-sale__price2 {
  color: #ef4444;
}

.tpl-m-sale-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px;
  margin: 0 0 4px;
}
@media screen and (min-width: 614px) {
  .tpl-m-sale-list {
    margin: 0;
  }
}

.tpl-m-bundle {
  width: 100%;
  margin: 8px 0 0;
  text-align: right;
}
@media screen and (min-width: 614px) {
  .tpl-m-bundle {
    width: auto;
    margin: 0;
  }
}
.tpl-m-bundle__inner {
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  max-width: 200px;
  background: #fdecec;
  border-radius: 8px;
}
@media screen and (min-width: 614px) {
  .tpl-m-bundle__inner {
    flex-direction: row;
    width: auto;
    max-width: inherit;
  }
}
.tpl-m-bundle__heading {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 10px;
  text-align: left;
}
@media screen and (min-width: 614px) {
  .tpl-m-bundle__heading {
    padding: 6px 10px;
  }
}
.tpl-m-bundle__heading span {
  color: #000000;
}
@media screen and (min-width: 614px) {
  .tpl-m-bundle__heading span {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1.5;
  }
}
.tpl-m-bundle__price {
  padding: 0 8px 10px;
}
@media screen and (min-width: 614px) {
  .tpl-m-bundle__price {
    padding: 5px 8px;
  }
}
.tpl-m-bundle__price1 {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  text-align: right;
  color: #ef4444;
}
.tpl-m-bundle__price1 span {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.tpl-m-bundle__price2 {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 4px 0 0;
  text-align: right;
  font-feature-settings: "palt";
  color: #ef4444;
}
.tpl-m-bundle__price2 span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.tpl-m-pick {
  width: 100%;
  margin: 8px 0 0;
  text-align: right;
}
@media screen and (min-width: 614px) {
  .tpl-m-pick {
    width: auto;
    margin: 0;
  }
}
.tpl-m-pick__inner {
  box-sizing: border-box;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  max-width: 200px;
  border-radius: 8px;
  border: 2px solid #00633a;
}
@media screen and (min-width: 614px) {
  .tpl-m-pick__inner {
    flex-direction: row;
    width: auto;
    max-width: inherit;
  }
}
.tpl-m-pick__heading {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 5px 10px;
  background: #00633a;
  text-align: center;
}
@media screen and (min-width: 614px) {
  .tpl-m-pick__heading {
    padding: 5px;
  }
}
.tpl-m-pick__heading span {
  color: #fff;
}
@media screen and (min-width: 614px) {
  .tpl-m-pick__heading span {
    display: flex;
    align-items: center;
    height: 100%;
    line-height: 1.5;
  }
}
.tpl-m-pick__price {
  margin: 0;
  padding: 10px;
}
@media screen and (min-width: 614px) {
  .tpl-m-pick__price {
    padding: 5px 8px;
  }
}
.tpl-m-pick__price1 {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  text-align: right;
  color: #ef4444;
}
.tpl-m-pick__price1 span {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}
.tpl-m-pick__price2 {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  margin: 4px 0 0;
  text-align: right;
  font-feature-settings: "palt";
  color: #ef4444;
}
.tpl-m-pick__price2 span {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.tpl-m-video {
  box-sizing: border-box;
  width: 100%;
  max-width: 320px;
  margin: 0;
  aspect-ratio: 16/9;
}

.tpl-m-text-catch {
  position: relative;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 auto 20px;
  padding: 0 0 25px;
  color: #000000;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 614px) {
  .tpl-m-text-catch {
    max-width: 340px;
  }
}
.tpl-m-text-catch::before {
  content: "";
  position: absolute;
  left: calc(50% - 85px);
  bottom: 0;
  width: 171px;
  height: 13px;
  background: url("../../assets/images/catch_border.png") no-repeat center center/contain;
}

.tpl-m-text-maker {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 4px;
  color: #000000;
}

.tpl-m-text-product {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 4px;
  color: #000000;
}

.tpl-m-text-standard {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  color: #000000;
}

.tpl-m-anchor-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 0 0 20px;
  padding: 0 20px;
  list-style: none;
}
.tpl-m-anchor-list li {
  width: 100%;
  max-width: 200px;
}

.tpl-m-anchor {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  margin: 0;
  padding: 0 32px 0 16px;
  border-radius: 100px;
  height: 46px;
  border: 1px solid #5c370c;
  text-decoration: none;
}
.tpl-m-anchor::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 6px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNiIgdmlld0JveD0iMCAwIDEwIDYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xXzM0ODEpIj4KPHBhdGggZD0iTTkuNTQ1NDQgMC40Mjg1ODlMNC45OTk5OCA1LjU3MTQ1TDAuNDU0NTI5IDAuNDI4NTg5IiBzdHJva2U9IiMyMzE4MTUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzFfMzQ4MSI+CjxyZWN0IHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=") center center/cover;
  transform: translateY(-50%);
  pointer-events: none;
}
.tpl-m-anchor span {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  line-height: 1.29;
  color: #5c370c;
}
@media (hover: hover) and (pointer: fine) {
  .tpl-m-anchor {
    transition: opacity 0.3s ease;
  }
  .tpl-m-anchor:hover {
    opacity: 0.8;
  }
}

.tpl-m-index-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
  margin: 0 0 4px;
}

.tpl-m-index {
  box-sizing: border-box;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  min-width: 50px;
  padding: 2px 4px;
  background: #000000;
  color: #ffffff;
  text-align: center;
}

.tpl-m-other-info {
  display: flex;
  flex-direction: column;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tpl-m-other-info li {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 2px;
  color: #000000;
}
.tpl-m-other-info li span.is-previous-price {
  display: inline-block;
  padding: 3px;
  border: 1px solid #e60012;
  border-radius: 8px;
  color: #e60012;
}

.tpl-m-point-exchange {
  box-sizing: border-box;
  margin: 50px 20px 50px;
  padding: 20px 0;
  border-top: 1px solid #5c370c;
  border-bottom: 1px solid #5c370c;
  background: #fffcee;
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
}
.tpl-m-point-exchange__heading {
  margin: 0 0 10px;
  text-align: center;
}
.tpl-m-point-exchange__heading > span {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 0 20px;
  color: #000000;
}
.tpl-m-point-exchange__heading > span::before, .tpl-m-point-exchange__heading > span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 9px;
  height: 19px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDkgMTkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjQ1NjkwOSAwLjIwMzEyNUw4LjQ1NjkxIDE4LjIwMzEiIHN0cm9rZT0iYmxhY2siLz4KPC9zdmc+Cg==") center center/cover;
}
.tpl-m-point-exchange__heading > span::before {
  left: 0;
  transform: translateY(-50%);
}
.tpl-m-point-exchange__heading > span::after {
  right: 0;
  transform: translateY(-50%) scale(-1, 1);
}
.tpl-m-point-exchange__heading > span span {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.tpl-m-point-exchange__lead {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 10px;
  text-align: center;
}
.tpl-m-point-exchange__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.tpl-m-point-exchange__detail-index {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 2px 4px;
  background: #000000;
  color: #ffffff;
}
.tpl-m-point-exchange__detail-txt {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.tpl-m-point-exchange__detail-price {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #ef4444;
}
.tpl-m-point-exchange__detail-txt2 {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #ef4444;
}

.tpl-container {
  box-sizing: border-box;
  max-width: 615px;
  margin: 0 auto;
}
.tpl-container img {
  vertical-align: top;
}

.tpl-video {
  margin: 0 0 20px;
  padding: 0 20px;
  text-align: center;
}

.tpl-fv {
  margin: 0;
  text-align: center;
}

.tpl-section {
  box-sizing: border-box;
  display: block;
  padding: 0 20px;
  text-decoration: none;
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
}
.tpl-section:hover .tpl-m-button {
  opacity: 0.8;
}
.tpl-section__content {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px;
}
@media screen and (min-width: 614px) {
  .tpl-section__content {
    grid-template-columns: 160px 1fr;
  }
}
.tpl-section__image {
  max-width: 160px;
}
.tpl-section__picto {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.tpl-section__picto img:nth-child(n+13) {
  display: none;
}
.tpl-section__price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  flex-wrap: wrap;
  column-gap: 4px;
  margin: 10px 0 0;
}
@media screen and (min-width: 614px) {
  .tpl-section__price-wrap {
    column-gap: 10px;
    row-gap: 8px;
  }
}

.tpl-content {
  position: relative;
  margin: 40px 0 0;
  padding: 50px 0 0;
}
.tpl-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 20px;
  right: 20px;
  border-top: 1px solid #ccc;
}
.tpl-content.no-border {
  margin-top: 0 !important;
}
.tpl-content.no-border::before {
  display: none;
}
.tpl-content--col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 50px 20px 0;
  gap: 0 18px;
}
@media screen and (min-width: 614px) {
  .tpl-content--col2 {
    gap: 0 40px;
  }
}
.tpl-content--col2 .tpl-fv {
  grid-column: 1/-1;
}
.tpl-content--col2 .tpl-section {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
.tpl-content--col2 .tpl-section__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tpl-content--col2 .tpl-section__order {
  grid-column: auto;
}
.tpl-content--col2 .tpl-section__detail {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tpl-content--col2 .tpl-section__image {
  width: auto;
  max-width: inherit;
}
.tpl-content--col2 .tpl-m-teiki__list {
  flex-direction: column;
}
.tpl-content--col2 .tpl-section__price-wrap {
  margin-top: auto;
  padding: 10px 0 20px;
}
.tpl-content--col2 .tpl-section__order {
  margin-top: auto;
}
.tpl-content--col2 .tpl-section__order .tpl-m-button {
  margin-top: 0;
}

.tpl-notes {
  margin: 60px 20px 0;
  word-break: keep-all;
  overflow-wrap: break-word;
  overflow-wrap: anywhere;
}
.tpl-notes__list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0 20px;
  border-top: 1px solid #aaaaaa;
}
.tpl-notes__list-txt {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  flex: 1;
}
@media screen and (min-width: 614px) {
  .tpl-notes__list-txt {
    padding: 0 10px 0 0;
  }
}
.tpl-notes--top {
  margin: 40px 20px 0;
}
.tpl-notes--top + .tpl-content {
  margin-top: 10px;
}