/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

* {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
.p-teiki__inner {
  max-width: 77.5rem;
  padding-inline: 1.25rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .p-teiki__inner {
    max-width: 100%;
    padding-inline: 0.9375rem;
  }
}
.p-teiki__headline {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  row-gap: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .p-teiki__headline {
    font-size: 1.5625rem;
    row-gap: 0.625rem;
  }
}
@media (max-width: 768px) {
  .p-teiki__headline svg {
    width: 1.875rem;
    height: auto;
  }
}

.p-teikiMv__image {
  display: block;
}
.p-teikiMv__image img {
  width: 100%;
  height: auto;
}

.p-teikiAbout {
  padding: 5rem 0;
}
@media (max-width: 768px) {
  .p-teikiAbout {
    padding: 1.65625rem 0 2.46875rem;
  }
}
.p-teikiAbout__text {
  font-size: 1.375rem;
  line-height: 2.0909090909;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
}
@media (max-width: 768px) {
  .p-teikiAbout__text {
    font-size: 0.9375rem;
  }
}
.p-teikiAbout__text span {
  font-size: 1.625rem;
}
@media (max-width: 768px) {
  .p-teikiAbout__text span {
    font-size: 1.0625rem;
  }
}

.p-teikiPoints {
  padding: 6.25rem 0 10.3125rem;
  background-color: #FCF4EF;
  position: relative;
}
.p-teikiPoints__list {
  margin-top: 5.0625rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4.125rem 1.25rem;
}
@media (max-width: 768px) {
  .p-teikiPoints__list {
    margin-top: 2.96875rem;
    flex-direction: column;
    gap: 2.03125rem 0;
  }
}
.p-teikiPoints__item {
  width: calc(50% - 1.25rem);
  border: 1px solid #C11016;
  border-radius: 20px;
  text-align: center;
  background-color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .p-teikiPoints__item {
    width: 100%;
  }
}
.p-teikiPoints__item:nth-of-type(1) {
  padding-block: 5.4375rem 4.4375rem;
}
@media (max-width: 768px) {
  .p-teikiPoints__item:nth-of-type(1) {
    padding-block: 103 81;
    padding-block: 3.21875rem 2.53125rem;
  }
}
.p-teikiPoints__item:nth-of-type(2) {
  padding-block: 4.6875rem 2.9375rem;
}
@media (max-width: 768px) {
  .p-teikiPoints__item:nth-of-type(2) {
    padding-block: 2.34375rem 2.46875rem;
  }
}
.p-teikiPoints__item:nth-of-type(3) {
  padding-block: 5rem 4.375rem;
}
@media (max-width: 768px) {
  .p-teikiPoints__item:nth-of-type(3) {
    padding-block: 2.34375rem 2.03125rem;
  }
}
.p-teikiPoints__item:nth-of-type(4) {
  padding-block: 4.375rem 3.25rem;
}
@media (max-width: 768px) {
  .p-teikiPoints__item:nth-of-type(4) {
    padding-block: 85 59;
    padding-block: 2.65625rem 1.84375rem;
  }
}
.p-teikiPoints__number {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 100vw;
  padding: 0.375rem 3.75rem 0.625rem;
  margin-inline: auto;
  top: -22px;
  left: 0;
  right: 0;
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "EB Garamond", serif;
  font-style: italic;
  line-height: 1;
  color: #fff;
  background-color: #C11016;
  display: flex;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media (max-width: 768px) {
  .p-teikiPoints__number {
    padding: 0.3125rem 2rem;
    font-size: 1.25rem;
  }
}
.p-teikiPoints__number span {
  font-size: 2.5rem;
}
@media (max-width: 768px) {
  .p-teikiPoints__number span {
    font-size: 1.5625rem;
  }
}
.p-teikiPoints__title {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .p-teikiPoints__title {
    margin-bottom: 0.9375rem;
    font-size: 1.125rem;
    line-height: 1.3888888889;
  }
}
.p-teikiPoints__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-teikiPoints__text {
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
.p-teikiPoints__image {
  width: min(27.6041666667vw, 33.125rem);
  right: 0;
  bottom: 0;
  position: absolute;
}
@media (max-width: 768px) {
  .p-teikiPoints__image {
    width: min(70.6666666667vw, 16.5625rem);
  }
}
.p-teikiPoints__image img {
  width: 100%;
  height: auto;
}

.p-teikiNo1 {
  padding: 3.75rem 0 5.8125rem;
  background-color: #FFF9E7;
  text-align: center;
}
@media (max-width: 768px) {
  .p-teikiNo1 {
    padding: 2.5rem 0 3.28125rem;
  }
}
.p-teikiNo1__image {
  width: min(55vw, 66rem);
  margin-top: 2.6875rem;
  margin-inline: auto;
  display: block;
}
@media (max-width: 768px) {
  .p-teikiNo1__image {
    width: 18.9375rem;
    margin-top: 2rem;
  }
}
.p-teikiNo1__image img {
  width: 100%;
  height: auto;
}
.p-teikiNo1__text {
  margin-top: 2.1875rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.1944444444;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  color: #C11016;
}
@media (max-width: 768px) {
  .p-teikiNo1__text {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.p-teikiNo1__text span {
  margin-left: 0.75rem;
  margin-right: 1.125rem;
  font-size: 3.125rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .p-teikiNo1__text span {
    margin-left: 0;
    margin-right: 0.5625rem;
    font-size: 1.875rem;
  }
}

.p-teikiReason {
  padding-block: 6.25rem 12rem;
  position: relative;
  z-index: 2;
  overflow-x: clip;
}
@media (max-width: 768px) {
  .p-teikiReason {
    padding-block: 2.5rem 2.15625rem;
  }
}
.p-teikiReason__content {
  max-width: 120rem;
  width: 100vw;
  margin-top: 5.5625rem;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
@media (max-width: 768px) {
  .p-teikiReason__content {
    margin-top: 2.625rem;
  }
}
.p-teikiReason__text {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.2727272727;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .p-teikiReason__text {
    font-size: 0.9375rem;
  }
}
.p-teikiReason__text:not(:first-child) {
  margin-top: 8.75rem;
}
@media (max-width: 768px) {
  .p-teikiReason__text:not(:first-child) {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .p-teikiReason__image {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
  }
}
.p-teikiReason__image img {
  position: absolute;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-teikiReason__image--1 {
    width: 106.8vw;
    aspect-ratio: 801/433.04;
    margin-block: 0.65625rem 1.4375rem;
  }
}
.p-teikiReason__image--1 img:nth-of-type(1) {
  width: min(27.1354166667vw, 32.5625rem);
  top: max(-13.1770833333vw, -15.8125rem);
  left: -1.9270833333vw;
}
@media (max-width: 768px) {
  .p-teikiReason__image--1 img:nth-of-type(1) {
    width: 56.1973333333vw;
    top: inherit;
    bottom: 0;
    left: 0;
  }
}
.p-teikiReason__image--1 img:nth-of-type(2) {
  width: min(17.03125vw, 20.4375rem);
  top: max(-18.8541666667vw, -22.625rem);
  right: 6.6145833333vw;
}
@media (max-width: 768px) {
  .p-teikiReason__image--1 img:nth-of-type(2) {
    width: 43.6vw;
    top: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .p-teikiReason__image--2 {
    width: 105.1586666667vw;
    aspect-ratio: 788.69/418.84;
    margin-block: 0.9375rem 1.59375rem;
  }
}
.p-teikiReason__image--2 img:nth-of-type(1) {
  width: min(20.9375vw, 25.125rem);
  top: max(15.9375vw, 19.125rem);
  left: 2.1875vw;
}
@media (max-width: 768px) {
  .p-teikiReason__image--2 img:nth-of-type(1) {
    width: 47.064vw;
    top: 0;
    left: 0;
  }
}
.p-teikiReason__image--2 img:nth-of-type(2) {
  width: min(24.8958333333vw, 29.875rem);
  top: min(5.78125vw, 6.9375rem);
  right: -3.1770833333vw;
}
@media (max-width: 768px) {
  .p-teikiReason__image--2 img:nth-of-type(2) {
    width: 51.5586666667vw;
    top: inherit;
    bottom: 0;
    right: 0;
  }
}
@media (max-width: 768px) {
  .p-teikiReason__image--3 {
    width: 105.76vw;
    aspect-ratio: 793.2/407;
    margin-top: 1.28125rem;
  }
}
.p-teikiReason__image--3 img:nth-of-type(1) {
  width: min(15.9375vw, 19.125rem);
  bottom: min(-13.6979166667vw, 16.4375rem);
  left: 7.3958333333vw;
}
@media (max-width: 768px) {
  .p-teikiReason__image--3 img:nth-of-type(1) {
    width: 40.8vw;
    bottom: 0;
    left: 0;
  }
}
.p-teikiReason__image--3 img:nth-of-type(2) {
  width: min(22.5520833333vw, 27.0625rem);
  bottom: min(-13.6979166667vw, 16.4375rem);
  right: 1.25vw;
}
@media (max-width: 768px) {
  .p-teikiReason__image--3 img:nth-of-type(2) {
    width: 50.6933333333vw;
    top: 0;
    bottom: inherit;
    right: 0;
  }
}

.p-teikiCycle {
  padding-top: 9.375rem;
}
.p-teikiCycle__product {
  margin-top: 3.0625rem;
  display: flex;
}
@media (max-width: 768px) {
  .p-teikiCycle__product {
    flex-direction: column;
  }
}
.p-teikiCycle__image {
  width: 48.6223662885%;
}
@media (max-width: 768px) {
  .p-teikiCycle__image {
    width: 78.6666666667vw;
    margin: 0 auto;
  }
}
.p-teikiCycle__image img {
  width: 70%;
  height: auto;
  margin-inline: auto;
  display: block;
}
@media (max-width: 768px) {
  .p-teikiCycle__image img {
    width: 100%;
  }
}
.p-teikiCycle__content {
  width: 51.2155591572%;
  margin-top: min(2.8645833333vw, 3.4375rem);
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 768px) {
  .p-teikiCycle__content {
    width: 100%;
    margin-top: 0.9375rem;
  }
}
.p-teikiCycle__name {
  padding-bottom: 1.875rem;
  margin-bottom: 1.875rem;
  border-bottom: 2px solid #C11016;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2142857143;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .p-teikiCycle__name {
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
.p-teikiCycle__detail {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 768px) {
  .p-teikiCycle__detail {
    font-size: 1.0625rem;
    line-height: 1.2058823529;
  }
}
.p-teikiCycle__explanation {
  margin-top: 1.6875rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (max-width: 768px) {
  .p-teikiCycle__explanation {
    width: 100vw;
    margin-top: 3.03125rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.0625rem;
    line-height: 1.5882352941;
    position: relative;
  }
}
.p-teikiCycle__explanation span {
  font-size: 1.4375rem;
  line-height: 1.6666666667;
  color: #C11016;
}
@media (max-width: 768px) {
  .p-teikiCycle__explanation span {
    font-size: 1.0625rem;
    line-height: 1.5882352941;
  }
}

.p-teikiCycleCase {
  margin-top: 3.6875rem;
}
@media (max-width: 768px) {
  .p-teikiCycleCase {
    margin-top: 2.1875rem;
  }
}
.p-teikiCycleCase__item {
  border: 1px solid #C11016;
  border-radius: 1.25rem;
  text-align: center;
  background-color: #FCF4EF;
}
.p-teikiCycleCase__item:nth-of-type(1) {
  padding-block: 3.375rem;
}
@media (max-width: 768px) {
  .p-teikiCycleCase__item:nth-of-type(1) {
    padding-block: 2.5rem;
  }
}
.p-teikiCycleCase__item:nth-of-type(2) {
  padding-block: 3.125rem;
  margin-top: 1.6875rem;
}
@media (max-width: 768px) {
  .p-teikiCycleCase__item:nth-of-type(2) {
    padding-block: 2.5rem;
  }
}
.p-teikiCycleCase__title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.8181818182;
}
@media (max-width: 768px) {
  .p-teikiCycleCase__title {
    font-size: 1.0625rem;
    line-height: 1.5882352941;
  }
}
.p-teikiCycleCase__text {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-teikiCycleCase__text {
    margin-top: 1.5625rem;
    font-size: 0.9375rem;
    line-height: 1.3333333333;
  }
}
.p-teikiCycleCase__text span {
  display: block;
}
@media (max-width: 768px) {
  .p-teikiCycleCase__text span:nth-of-type(2) {
    margin-top: 0.9375rem;
  }
}

.p-teikiSuggest {
  padding-top: 9.375rem;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .p-teikiSuggest {
    padding-top: 2.5rem;
  }
}
.p-teikiSuggest__text {
  margin-top: 4.4375rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.2727272727;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media (max-width: 768px) {
  .p-teikiSuggest__text {
    margin-top: 1.875rem;
    font-size: 0.9375rem;
    line-height: 2;
    letter-spacing: 0.05em;
  }
}
.p-teikiSuggest__image {
  width: min(94.375vw, 113.25rem);
  margin-top: 3.625rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .p-teikiSuggest__image {
    width: 100vw;
  }
}
.p-teikiSuggest__image img {
  width: 100%;
  height: auto;
}

.p-teikiFaq {
  padding-top: 9.375rem;
}
@media (max-width: 768px) {
  .p-teikiFaq {
    padding-top: 2.4375rem;
  }
}
.p-teikiFaq__list {
  margin-top: 3.0625rem;
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .p-teikiFaq__list {
    margin-top: 1.875rem;
  }
}
.p-teikiFaq__list details {
  font-size: 1.125rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .p-teikiFaq__list details {
    font-size: 0.9375rem;
  }
}
.p-teikiFaq__list summary {
  padding: 17px 21px 19px;
  line-height: 1.2222222222;
  letter-spacing: 0.05em;
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
  list-style: none;
  background-color: #FCF4EF;
  position: relative;
  cursor: pointer;
  display: flex;
}
@media (max-width: 768px) {
  .p-teikiFaq__list summary {
    padding: 1.09375rem 2.59375rem 1.09375rem 0.96875rem;
    line-height: 1.6666666667;
    -moz-column-gap: 0.71875rem;
         column-gap: 0.71875rem;
  }
}
.p-teikiFaq__list summary::-webkit-details-marker {
  display: none;
}
.p-teikiFaq__list summary::before {
  content: "Q.";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #C11016;
}
@media (max-width: 768px) {
  .p-teikiFaq__list summary::before {
    font-size: 0.9375rem;
  }
}
.p-teikiFaq__list summary span {
  width: 1rem;
  height: 1rem;
  right: 1.25rem;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .p-teikiFaq__list summary span {
    width: 0.625rem;
    height: 0.625rem;
    top: 1.40625rem;
    right: 1.125rem;
    transform: translateY(0);
  }
}
.p-teikiFaq__list summary span::before, .p-teikiFaq__list summary span::after {
  content: "";
  border-radius: 1px;
  background-color: #C11016;
  display: block;
  position: absolute;
}
.p-teikiFaq__list summary span::before {
  width: 100%;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
}
.p-teikiFaq__list summary span::after {
  width: 2px;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.2s;
}
.p-teikiFaq__list details[open] summary span::after {
  opacity: 0;
}
.p-teikiFaq__answer {
  padding: 1.25rem 1.3125rem 0;
  line-height: 1.8888888889;
  display: flex;
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
}
@media (max-width: 768px) {
  .p-teikiFaq__answer {
    padding: 0.9375rem 0 0 0.96875rem;
    -moz-column-gap: 0.71875rem;
         column-gap: 0.71875rem;
  }
}
.p-teikiFaq__answer p {
  width: calc(100% - 0.96875rem - 0.71875rem);
}
.p-teikiFaq__answer::before {
  content: "A.";
  margin-top: 0.125rem;
  color: #C11016;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  .p-teikiFaq__answer::before {
    font-size: 0.9375rem;
  }
}
.p-teikiFaq__answer a {
  word-wrap: break-word;
  text-decoration: underline;
}

.p-teikiSet {
  padding-block: 8.125rem 5rem;
}
@media (max-width: 768px) {
  .p-teikiSet {
    padding-block: 2.5rem 0;
  }
}
.p-teikiSet__image {
  width: min(52.0833333333vw, 62.5rem);
  margin: 3.0625rem auto 5rem;
}
@media (max-width: 768px) {
  .p-teikiSet__image {
    width: 100%;
    margin: 1.875rem auto 2.1875rem;
  }
}
.p-teikiSet__image img {
  width: 100%;
  height: auto;
}

.p-teikiCategory {
  padding-block: 6.25rem 7.4375rem;
  background-color: #FCF4EF;
}
@media (max-width: 768px) {
  .p-teikiCategory {
    padding-block: 2.5rem 2.53125rem;
  }
}
.p-teikiCategory__list {
  margin-top: 3.125rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.875rem;
}
@media (max-width: 768px) {
  .p-teikiCategory__list {
    margin-top: 1.5625rem;
    gap: 0.625rem 0.46875rem;
  }
}
.p-teikiCategory__item {
  width: calc((100% - 3.75rem) / 3);
  padding: 2.5rem 0 1.9375rem;
  border-radius: 1.25rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-teikiCategory__item {
    width: calc(50% - 0.46875rem);
    padding: 1.21875rem 0.65625rem;
    border-radius: 0.625rem;
  }
}
.p-teikiCategory__image {
  width: 65.7894736842%;
  margin: 0 auto 1.875rem;
}
@media (max-width: 768px) {
  .p-teikiCategory__image {
    margin: 0 auto 0.625rem;
  }
}
.p-teikiCategory__image img {
  width: 100%;
  height: auto;
}
.p-teikiCategory__title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2083333333;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media (max-width: 768px) {
  .p-teikiCategory__title {
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }
}

.p-teikiCart {
  width: 100vw;
  padding-block: 2.5rem;
  background-color: #FFDDDB;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
@media (max-width: 768px) {
  .p-teikiCart {
    padding-block: 1.09375rem;
  }
}
.p-teikiCart a {
  max-width: 800px;
  width: 41.6666666667vw;
  border-radius: 100vw;
  padding-block: 1.6875rem;
  margin-inline: auto;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.1818181818;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #fff;
  background-color: #C11016;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .p-teikiCart a {
    max-width: 100%;
    width: 73.3333333333vw;
    padding-block: 1rem;
    font-size: 1rem;
    line-height: 1.1875;
  }
}
.p-teikiCart a svg {
  top: 50%;
  right: 4.125rem;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 768px) {
  .p-teikiCart a svg {
    width: 0.5625rem;
    height: auto;
    right: 5.7333333333vw;
  }
}
.p-teikiCart--fixed {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.p-teikiCart--fixed.is-fixed {
  bottom: 0;
  display: block;
  visibility: visible;
  position: fixed;
  opacity: 1;
  z-index: 99;
}

.p-teikiAll {
  padding-block: 5rem;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-teikiAll {
    padding-block: 2.1875rem;
  }
}
.p-teikiAll a {
  width: 28.125rem;
  border-radius: 100vw;
  padding-block: 1.5rem;
  margin-inline: auto;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2222222222;
  text-align: center;
  color: #fff;
  background-color: #C11016;
  display: block;
  position: relative;
}
@media (max-width: 768px) {
  .p-teikiAll a {
    width: min(73.3333333333vw, 17.1875rem);
    padding-block: 0.875rem;
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }
}
.p-teikiAll a svg {
  top: 50%;
  right: 2.375rem;
  transform: translateY(-50%);
  position: absolute;
}
@media (max-width: 768px) {
  .p-teikiAll a svg {
    width: 0.3125rem;
    height: auto;
  }
}

.top-recommend {
  width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top-recommend {
    width: 100%;
    padding-inline: min(15px, 4vmin);
    padding-block-end: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .item-list.--sp-scroll .swiper {
    padding-inline: min(15px, 4vmin);
    padding-block-end: 20px;
  }
}
.top-ranking {
  -o-border-image: linear-gradient(#FCF4EF 0% 100%) 0 fill/auto/0 100vw;
     border-image: linear-gradient(#FCF4EF 0% 100%) 0 fill/auto/0 100vw;
  padding-block-end: 6.25rem;
}
.top-ranking__inner {
  max-width: 1240px;
  padding-inline: 20px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top-ranking__inner {
    padding-inline: min(15px, 4vmin);
  }
}/*# sourceMappingURL=style.css.map */