@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
hr {
  height: 0;
  overflow: visible;
  color: inherit;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit;
  text-indent: 0;
}
input {
  border-radius: 0;
}
[disabled] {
  cursor: default;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: 700;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
:root {
  --color-text-main: #000;
  --color-bg-white: #fff;
  --color-accent-orange: #ff6a00;
  --color-accent-green: #69c935;
  --color-accent-yellow: #ffd000;
  --color-accent-brown: #782828;
  --font--set-primary: "Noto Serif JP", serif;
  --comp-size-sp: 392;
  --comp-size-tab: 768;
  --comp-size-pc: 1512;
  --duration: 0.4s;
  --easing: cubic-bezier(0.165, 0.84, 0.44, 1);
  --easing-cut: cubic-bezier(0.8, 0, 0.2, 1);
}
.p-ctaButton a,
.l-footerTel .mainText,
.l-footerMenu li a,
.l-header a {
  transition: 0.3s all ease-in-out;
}
.p-ctaButton a:hover,
.l-footerTel .mainText:hover,
.l-footerMenu li a:hover,
.l-header a:hover {
  opacity: 0.8;
}
html {
  box-sizing: border-box;
  height: 100%;
  font-family: var(--font--set-primary);
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  height: 100%;
  background-color: var(--color-bg-white);
  color: var(--color-text-main);
  font-size: 1rem;
  line-height: 1.5;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
strong {
  font-weight: 700;
}
input,
textarea {
  font-size: 100%;
  font-family: inherit;
}
.l-container {
  width: 79.3650793651vw;
  margin-inline: auto;
}
.l-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.l-wrapper .l-main {
  flex: 1;
}
.l-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 8.2010582011vw;
  background-color: #fff;
}
.l-headerContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-headerLogo {
  width: 12.8306878307vw;
}
.l-headerRight {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-headerTel {
  width: 23.3465608466vw;
}
.l-headerCta {
  width: 15.3439153439vw;
}
.l-footerGuide {
  padding-block: 5.291005291vw;
  font-weight: 400;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-optical-sizing: auto;
}
.l-footerGuide__heading {
  color: #8e4f22;
  font-weight: 400;
  font-size: 1.5873015873vw;
}
.l-footerGuide__text {
  font-size: 20px;
}
.l-footerGuideSection + .l-footerGuideSection {
  margin-top: 2em;
}
.l-footerUpper {
  padding-block: 16px 30px;
  background-color: #0d1f46;
  color: #fff;
}
.l-footerUpperContents {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.l-footerTel {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  line-height: 1.2;
  font-family:
    Noto Sans JP,
    sans-serif;
  font-optical-sizing: auto;
}
.l-footerTel .upperText {
  font-size: 16px;
}
.l-footerTel .mainText {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 32px;
  text-decoration: none;
}
.l-footerTel .bottomText {
  font-size: 16px;
  line-height: 1.5;
}
.l-footerMenu {
  display: flex;
  gap: 1em;
  font-family:
    Noto Sans JP,
    sans-serif;
  list-style: none;
}
.l-footerMenu li {
  display: flex;
  align-items: center;
  gap: 1em;
}
.l-footerMenu li a {
  font-size: 14px;
}
.l-footerMenu li + li:before {
  content: "|";
}
.l-footerCopyright {
  padding-block: 10px;
  font-family:
    Noto Sans JP,
    sans-serif;
  text-align: center;
}
.l-footerCopyright small {
  font-size: inherit;
}
.p-ctaSection {
  padding-block: 1.6534391534vw 3.6375661376vw;
  background-image: url(../images/bg_cta.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-ctaHeading {
  margin-bottom: 2.1164021164vw;
  text-align: center;
}
.p-ctaHeading img {
  width: 73.082010582vw;
}
.p-ctaContents {
  width: 72.7513227513vw;
  margin-inline: auto;
  padding: 2.6455026455vw 2.6455026455vw 1.3227513228vw;
  border-radius: 1.3227513228vw;
  background-color: #fff;
}
.p-ctaItemName {
  margin-bottom: 2.3148148148vw;
  text-align: center;
}
.p-ctaItemName img {
  width: 65.4761904762vw;
}
.p-ctaDetails {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 62.8306878307vw;
  margin-bottom: 2.1164021164vw;
  margin-inline: auto;
  gap: 1.6534391534vw;
}
.p-ctaImage img {
  width: 32.0767195767vw;
  max-width: inherit;
}
.p-ctaPriceMainText {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.p-ctaBeforePrice img {
  width: 27.2486772487vw;
  max-width: inherit;
}
.p-ctaAfterPrice img {
  width: 29.0343915344vw;
  max-width: inherit;
}
.p-ctaList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2.1164021164vw;
  list-style: none;
}
.p-ctaList li:nth-child(1) {
  width: 100%;
  text-align: center;
}
.p-ctaList li:nth-child(1) img {
  width: 20.5026455026vw;
  max-width: inherit;
}
.p-ctaList li:nth-child(2) img {
  width: 14.9470899471vw;
  max-width: inherit;
}
.p-ctaList li:nth-child(3) img {
  width: 17.5925925926vw;
  max-width: inherit;
}
.p-ctaButton {
  margin-top: 35px;
  text-align: center;
}
.p-ctaButton a {
  display: inline-block;
  width: 54.5634920635vw;
}
.p-ctaNoteWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0.9920634921vw;
  margin-inline: auto;
}
.p-ctaNote li {
  font-size: 1.0582010582vw;
}
.p-mainVisual img {
  width: 100%;
  max-width: inherit;
}
.p-otokuSection {
  padding-block: 1.3227513228vw 0.6613756614vw;
  background-image: url(../images/bg_juice.png);
  background-position: top center;
  background-size: cover;
}
.p-otokuHeading {
  margin-bottom: 1.5873015873vw;
  text-align: center;
}
.p-otokuHeading img {
  width: 43.6507936508vw;
  max-width: inherit;
}
.p-otokuContents {
  width: 62.1693121693vw;
  margin-inline: auto;
  padding: 2.1164021164vw 3.1746031746vw 1.5873015873vw;
  border-radius: 0.9920634921vw;
  background-color: #ffffffc9;
  box-shadow: 0 -1px 4.3px 2px #00000040;
}
.p-otokuList {
  list-style: none;
}
.p-otokuList li {
  font-size: 2.1164021164vw;
}
.p-otokuList li + li {
  margin-top: 0.6613756614vw;
  padding-top: 0.6613756614vw;
  border-top: 1px solid #d4b9b9;
}
.p-otokuList li:nth-child(4) em,
.p-otokuList li:nth-child(5) em {
  font-size: 2.6455026455vw;
}
.p-otokuList li .mainText {
  display: flex;
  align-items: center;
}
.p-otokuList li .mainText:before {
  display: inline-block;
  flex-shrink: 0;
  width: 3.2407407407vw;
  height: 3.7037037037vw;
  margin-right: 1.5873015873vw;
  background-image: url(../images/icon_otoku_star.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.p-otokuList li em {
  margin-right: 0.5291005291vw;
  color: red;
  font-style: normal;
  font-size: 3.1746031746vw;
}
.p-otokuList__image.--3 {
  width: 22.619047619vw;
  max-width: inherit;
  margin-left: 4.828042328vw;
}
.p-otokuList__image.--4 img {
  width: 40.4100529101vw;
  max-width: inherit;
  margin-left: 4.828042328vw;
}
.p-otokuList__image.--5 img {
  width: 36.9708994709vw;
  max-width: inherit;
  margin-left: 4.828042328vw;
}
.p-osusume {
  position: relative;
  padding-block: 4.2989417989vw 7.6058201058vw;
  background-image: url(../images/bg_osusume.png);
  background-size: cover;
}
.p-osusume:after {
  display: inline-block;
  position: absolute;
  right: 10.7142857143vw;
  bottom: 0;
  width: 33.9947089947vw;
  height: 40.2777777778vw;
  background-image: url(../images/img_osusume_girl.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.p-osusumeHeading {
  margin-bottom: 1.6534391534vw;
  text-align: center;
}
.p-osusumeHeading img {
  width: 80.6878306878vw;
}
.p-osusumeList {
  display: flex;
  flex-direction: column;
  margin-left: 1.5873015873vw;
  gap: 2.1164021164vw;
  font-weight: 500;
  font-size: 2.1164021164vw;
  font-family:
    Noto Sans JP,
    sans-serif;
  list-style: none;
}
.p-osusumeList li {
  display: flex;
  align-items: flex-start;
  gap: 0.7936507937vw;
}
.p-osusumeList li:before {
  display: inline-block;
  flex-shrink: 0;
  width: 2.2486772487vw;
  height: 2.2486772487vw;
  margin-top: 0.5952380952vw;
  background-image: url(../images/icon_osusume_check.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.p-osusumeList em {
  color: #ff7300;
  font-style: normal;
}
.p-about {
  padding-block: 4.8941798942vw 6.2830687831vw;
  background-image: url(../images/bg_about.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-aboutHeading {
  margin-bottom: 4.2328042328vw;
  text-align: center;
}
.p-aboutHeading img {
  width: 79.3650793651vw;
}
.p-aboutTextBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75.0165234633vw;
  min-height: 10.3835978836vw;
  margin-inline: auto;
  padding-inline: 3.835978836vw;
  background-color: #ffffff80;
  font-weight: 400;
  font-size: 1.5873015873vw;
  line-height: 1.7;
  font-family:
    Noto Sans JP,
    sans-serif;
}
.p-aboutList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 79.3650793651vw;
  margin-top: 3.5052910053vw;
  margin-inline: auto;
  gap: 2.6455026455vw;
  list-style: none;
}
.p-aboutList img {
  width: 100%;
  max-width: inherit;
}
.p-evaluation {
  padding-block: 5.291005291vw 5.6216931217vw;
  background-image: url(../images/bg_evaluation.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-evaluationHeadingWrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  width: 79.3650793651vw;
  margin-bottom: 3.9682539683vw;
  margin-inline: auto;
}
.p-evaluationHeading {
  width: 41.0714285714vw;
}
.p-evaluationHeading img {
  width: 100%;
  max-width: inherit;
}
.p-evaluationHeadingImage {
  width: 34.9867724868vw;
}
.p-evaluationContents {
  width: 73.4126984127vw;
  margin-inline: auto;
  padding: 3.4391534392vw 6.6137566138vw 4.4973544974vw 3.3068783069vw;
  background-color: #fff;
  box-shadow: 0 1px 5.8px 1px #00000040;
}
.p-evaluationSmallSection + .p-evaluationSmallSection {
  margin-top: 2.380952381vw;
}
.p-evaluationSmallHeading {
  margin-bottom: 2.0502645503vw;
  font-weight: 500;
  font-size: 2.380952381vw;
}
.p-evaluationMainText {
  position: relative;
  padding-block: 2.1825396825vw 1.5211640212vw;
  border-top: 1px solid #e0c0c0;
  border-bottom: 1px dashed #c3c3c3;
}
.p-evaluationStar {
  position: absolute;
  top: 0;
  left: 0;
  width: 10.9126984127vw;
  max-width: inherit;
  padding-right: 1.1904761905vw;
  translate: 0 -50%;
  background-color: #fff;
}
.p-evaluationStar img {
  vertical-align: middle;
}
.p-evaluationText {
  margin-bottom: 0.6613756614vw;
  font-size: 1.3227513228vw;
  font-family:
    Noto Sans JP,
    sans-serif;
}
.p-evaluationName {
  font-size: 1.1904761905vw;
  font-family:
    Noto Sans JP,
    sans-serif;
  text-align: right;
}
.p-evaluationTotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.6296296296vw;
}
.p-evaluationTotalImage {
  width: 21.9576719577vw;
}
.p-evaluationTotalText {
  margin-bottom: 2.4470899471vw;
  font-weight: 500;
  font-size: 2.1164021164vw;
}
.p-evaluationTotalScore {
  width: 27.4470899471vw;
}
.p-evaluationLabel {
  margin-top: 3.7037037037vw;
}
.p-evaluationLabel img {
  width: 100%;
  max-width: inherit;
}
.p-evaluationTotalSale {
  margin-top: 1.5873015873vw;
}
.p-evaluationTotalSale img {
  width: 100%;
  max-width: inherit;
}
.p-featureTop {
  position: relative;
  padding-top: 27.5132275132vw;
  background-image: url(../images/bg_feature_top.png);
  background-size: cover;
}
.p-featureTopHeading {
  position: absolute;
  top: 1.1243386243vw;
  right: 7.6058201058vw;
  width: 44.1137566138vw;
}
.p-featureTopHeading img {
  width: 100%;
  max-width: inherit;
}
.p-feature01 {
  position: relative;
  height: 30.9523809524vw;
  background-image: url(../images/bg_feature_01.png);
  background-position: center;
  background-size: cover;
}
.p-feature01Contents {
  display: flex;
  position: absolute;
  top: 1.5873015873vw;
  left: 10.3174603175vw;
  flex-direction: column;
  align-items: center;
  width: 41.4682539683vw;
  gap: 1.5873015873vw;
}
.p-feature01Heading {
  width: 19.4444444444vw;
}
.p-feature01Heading img {
  width: 100%;
  max-width: inherit;
}
.p-feature01Text {
  font-size: 1.3227513228vw;
  line-height: 1.7;
  font-family:
    Noto Sans JP,
    sans-serif;
}
.p-feature01Image {
  position: absolute;
  top: 5.291005291vw;
  right: 14.7486772487vw;
  width: 29.828042328vw;
}
.p-feature02 {
  position: relative;
  padding-top: 30.0264550265vw;
}
.p-feature02Contents {
  display: flex;
  position: absolute;
  top: 2.380952381vw;
  right: 9.3915343915vw;
  flex-direction: column;
  align-items: center;
  width: 41.4682539683vw;
  gap: 1.8518518519vw;
}
.p-feature02Heading {
  width: 26.455026455vw;
}
.p-feature02Heading img {
  width: 100%;
  max-width: inherit;
}
.p-feature02Text {
  font-size: 1.3227513228vw;
  line-height: 1.9;
  font-family:
    Noto Sans JP,
    sans-serif;
}
.p-feature02Image {
  position: absolute;
  top: 0;
  left: 0;
  width: 45.7671957672vw;
}
.p-feature02Image img {
  width: 100%;
  max-width: inherit;
}
.p-feature03 {
  position: relative;
  padding-top: 30.9523809524vw;
  background-image: url(../images/bg_feature_03.png);
  background-size: cover;
}
.p-feature03Contents {
  display: flex;
  position: absolute;
  top: 2.0502645503vw;
  left: 10.3174603175vw;
  flex-direction: column;
  align-items: center;
  width: 41.4682539683vw;
}
.p-feature03Heading {
  width: 36.044973545vw;
}
.p-feature03Heading img {
  width: 100%;
  max-width: inherit;
}
.p-feature03Text {
  margin-top: 2.3148148148vw;
  font-size: 1.3227513228vw;
  line-height: 1.9;
  font-family:
    Noto Sans JP,
    sans-serif;
}
.p-feature03Image {
  position: absolute;
  top: 6.5476190476vw;
  right: 14.7486772487vw;
  width: 29.828042328vw;
}
.p-feature03Image img {
  width: 100%;
  max-width: inherit;
}
.p-feature04 {
  position: relative;
  padding-top: 34.4576719577vw;
}
.p-feature04Contents {
  display: flex;
  position: absolute;
  top: 3.4391534392vw;
  right: 9.3915343915vw;
  flex-direction: column;
  align-items: center;
  width: 42.791005291vw;
  gap: 2.1825396825vw;
}
.p-feature04Heading {
  width: 42.4603174603vw;
}
.p-feature04Heading img {
  width: 100%;
  max-width: inherit;
}
.p-feature04Text {
  font-size: 1.3227513228vw;
  line-height: 1.9;
  font-family:
    Noto Sans JP,
    sans-serif;
}
.p-feature04Image {
  position: absolute;
  top: 3.6375661376vw;
  left: 4.2328042328vw;
  width: 37.037037037vw;
}
.p-feature04Image img {
  width: 100%;
  max-width: inherit;
}
.p-feature05TopContents {
  position: relative;
  padding-top: 32.0105820106vw;
  background-image: url(../images/bg_feature_05.png);
  background-position: center;
  background-size: cover;
}
.p-feature05Heading {
  position: absolute;
  top: 2.3148148148vw;
  left: 11.044973545vw;
  width: 30.9523809524vw;
}
.p-feature05Heading img {
  width: 100%;
  max-width: inherit;
}
.p-feature05Image {
  position: absolute;
  top: 0;
  right: 13.3597883598vw;
  width: 31.4153439153vw;
}
.p-feature05MainContents {
  margin-top: 0.5952380952vw;
  padding-block: 3.1746031746vw 0.9920634921vw;
  background-color: #fffcea;
}
.p-feature05MainContainer {
  width: 79.8941798942vw;
  margin-inline: auto;
}
.p-feature05Text {
  margin-bottom: 0.9920634921vw;
  font-weight: 400;
  font-size: 1.3227513228vw;
  line-height: 1.5;
  font-family:
    Noto Sans JP,
    sans-serif;
}
.p-feature05Award {
  width: 79.4312169312vw;
  margin-inline: auto;
  padding: 1.3227513228vw 2.1164021164vw 0.9920634921vw 1.7857142857vw;
  border: 1px solid #d4bf37;
}
.p-feature05AwardTitle {
  margin-bottom: 1.5211640212vw;
  color: #8e4f22;
  font-weight: 500;
  font-size: 2.6455026455vw;
  text-align: center;
}
.p-feature05AwardList {
  display: flex;
  justify-content: space-between;
  list-style: none;
}
.p-feature05AwardListItem img {
  width: 100%;
  max-width: inherit;
}
.p-feature05AwardListItem:nth-child(1) {
  width: 13.2275132275vw;
}
.p-feature05AwardListItem:nth-child(2) {
  width: 18.7169312169vw;
}
.p-feature05AwardListItem:nth-child(3) {
  width: 20.171957672vw;
}
.p-feature05AwardListItem:nth-child(4) {
  width: 15.3439153439vw;
}
.p-feature06 {
  padding-block: 3.5052910053vw 2.5132275132vw;
  background-image: url(../images/bg_feature_06.png);
  background-position: center;
  background-size: cover;
}
.p-feature06Contents {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.1243386243vw;
}
.p-feature06Heading {
  width: 70.4365079365vw;
  margin-bottom: 1.1243386243vw;
  margin-inline: auto;
}
.p-feature06Heading img {
  width: 100%;
  max-width: inherit;
}
.p-feature06Text {
  font-size: 1.3227513228vw;
  line-height: 1.5;
  font-family:
    Noto Sans JP,
    sans-serif;
  text-align: center;
}
.p-feature06Image {
  width: 45.8333333333vw;
  margin-inline: auto;
}
.u-display[data-display~="sp:only"] {
  display: block;
}
.u-display[data-display~="tab:over"],
.u-display[data-display~="lap:over"] {
  display: none;
}
.u-visuallyHidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}
.u-writingMode:not([data-media]) {
  writing-mode: vertical-rl;
}
.u-listNote li {
  font-size: 16px;
  list-style: none;
}
.u-listNote li:before {
  content: "※";
}
@media screen and (min-width: 479px) {
  .u-font[data-size~="sp:xs"] {
    font-size: 0.75em;
  }
  .u-font[data-size~="sp:sm"] {
    font-size: 0.875em;
  }
  .u-font[data-size~="sp:md"] {
    font-size: 1em;
  }
  .u-font[data-size~="sp:lg"] {
    font-size: 1.25em;
  }
  .u-font[data-size~="sp:xl"] {
    font-size: 1.5em;
  }
  .u-font[data-size~="sp:2xl"] {
    font-size: 2em;
  }
  .u-align[data-align~="sp:left"] {
    text-align: left;
  }
  .u-align[data-align~="sp:center"] {
    text-align: center;
  }
  .u-align[data-align~="sp:right"] {
    text-align: right;
  }
  .u-margin[data-margin-top~="sp:5"] {
    margin-top: 5px;
  }
  .u-margin[data-margin-bottom~="sp:5"] {
    margin-bottom: 5px;
  }
  .u-margin[data-margin-top~="sp:10"] {
    margin-top: 10px;
  }
  .u-margin[data-margin-bottom~="sp:10"] {
    margin-bottom: 10px;
  }
  .u-margin[data-margin-top~="sp:15"] {
    margin-top: 15px;
  }
  .u-margin[data-margin-bottom~="sp:15"] {
    margin-bottom: 15px;
  }
  .u-margin[data-margin-top~="sp:20"] {
    margin-top: 20px;
  }
  .u-margin[data-margin-bottom~="sp:20"] {
    margin-bottom: 20px;
  }
  .u-margin[data-margin-top~="sp:25"] {
    margin-top: 25px;
  }
  .u-margin[data-margin-bottom~="sp:25"] {
    margin-bottom: 25px;
  }
  .u-margin[data-margin-top~="sp:30"] {
    margin-top: 30px;
  }
  .u-margin[data-margin-bottom~="sp:30"] {
    margin-bottom: 30px;
  }
  .u-margin[data-margin-top~="sp:35"] {
    margin-top: 35px;
  }
  .u-margin[data-margin-bottom~="sp:35"] {
    margin-bottom: 35px;
  }
  .u-margin[data-margin-top~="sp:40"] {
    margin-top: 40px;
  }
  .u-margin[data-margin-bottom~="sp:40"] {
    margin-bottom: 40px;
  }
  .u-margin[data-margin-top~="sp:45"] {
    margin-top: 45px;
  }
  .u-margin[data-margin-bottom~="sp:45"] {
    margin-bottom: 45px;
  }
  .u-margin[data-margin-top~="sp:50"] {
    margin-top: 50px;
  }
  .u-margin[data-margin-bottom~="sp:50"] {
    margin-bottom: 50px;
  }
  .u-margin[data-margin-top~="sp:55"] {
    margin-top: 55px;
  }
  .u-margin[data-margin-bottom~="sp:55"] {
    margin-bottom: 55px;
  }
  .u-margin[data-margin-top~="sp:60"] {
    margin-top: 60px;
  }
  .u-margin[data-margin-bottom~="sp:60"] {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 767px) {
  .u-font[data-size~="tab:xs"] {
    font-size: 0.75em;
  }
  .u-font[data-size~="tab:sm"] {
    font-size: 0.875em;
  }
  .u-font[data-size~="tab:md"] {
    font-size: 1em;
  }
  .u-font[data-size~="tab:lg"] {
    font-size: 1.25em;
  }
  .u-font[data-size~="tab:xl"] {
    font-size: 1.5em;
  }
  .u-font[data-size~="tab:2xl"] {
    font-size: 2em;
  }
  .u-align[data-align~="tab:left"] {
    text-align: left;
  }
  .u-align[data-align~="tab:center"] {
    text-align: center;
  }
  .u-align[data-align~="tab:right"] {
    text-align: right;
  }
  .u-margin[data-margin-top~="tab:5"] {
    margin-top: 5px;
  }
  .u-margin[data-margin-bottom~="tab:5"] {
    margin-bottom: 5px;
  }
  .u-margin[data-margin-top~="tab:10"] {
    margin-top: 10px;
  }
  .u-margin[data-margin-bottom~="tab:10"] {
    margin-bottom: 10px;
  }
  .u-margin[data-margin-top~="tab:15"] {
    margin-top: 15px;
  }
  .u-margin[data-margin-bottom~="tab:15"] {
    margin-bottom: 15px;
  }
  .u-margin[data-margin-top~="tab:20"] {
    margin-top: 20px;
  }
  .u-margin[data-margin-bottom~="tab:20"] {
    margin-bottom: 20px;
  }
  .u-margin[data-margin-top~="tab:25"] {
    margin-top: 25px;
  }
  .u-margin[data-margin-bottom~="tab:25"] {
    margin-bottom: 25px;
  }
  .u-margin[data-margin-top~="tab:30"] {
    margin-top: 30px;
  }
  .u-margin[data-margin-bottom~="tab:30"] {
    margin-bottom: 30px;
  }
  .u-margin[data-margin-top~="tab:35"] {
    margin-top: 35px;
  }
  .u-margin[data-margin-bottom~="tab:35"] {
    margin-bottom: 35px;
  }
  .u-margin[data-margin-top~="tab:40"] {
    margin-top: 40px;
  }
  .u-margin[data-margin-bottom~="tab:40"] {
    margin-bottom: 40px;
  }
  .u-margin[data-margin-top~="tab:45"] {
    margin-top: 45px;
  }
  .u-margin[data-margin-bottom~="tab:45"] {
    margin-bottom: 45px;
  }
  .u-margin[data-margin-top~="tab:50"] {
    margin-top: 50px;
  }
  .u-margin[data-margin-bottom~="tab:50"] {
    margin-bottom: 50px;
  }
  .u-margin[data-margin-top~="tab:55"] {
    margin-top: 55px;
  }
  .u-margin[data-margin-bottom~="tab:55"] {
    margin-bottom: 55px;
  }
  .u-margin[data-margin-top~="tab:60"] {
    margin-top: 60px;
  }
  .u-margin[data-margin-bottom~="tab:60"] {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1023px) {
  .u-font[data-size~="lap:xs"] {
    font-size: 0.75em;
  }
  .u-font[data-size~="lap:sm"] {
    font-size: 0.875em;
  }
  .u-font[data-size~="lap:md"] {
    font-size: 1em;
  }
  .u-font[data-size~="lap:lg"] {
    font-size: 1.25em;
  }
  .u-font[data-size~="lap:xl"] {
    font-size: 1.5em;
  }
  .u-font[data-size~="lap:2xl"] {
    font-size: 2em;
  }
  .u-align[data-align~="lap:left"] {
    text-align: left;
  }
  .u-align[data-align~="lap:center"] {
    text-align: center;
  }
  .u-align[data-align~="lap:right"] {
    text-align: right;
  }
  .u-margin[data-margin-top~="lap:5"] {
    margin-top: 5px;
  }
  .u-margin[data-margin-bottom~="lap:5"] {
    margin-bottom: 5px;
  }
  .u-margin[data-margin-top~="lap:10"] {
    margin-top: 10px;
  }
  .u-margin[data-margin-bottom~="lap:10"] {
    margin-bottom: 10px;
  }
  .u-margin[data-margin-top~="lap:15"] {
    margin-top: 15px;
  }
  .u-margin[data-margin-bottom~="lap:15"] {
    margin-bottom: 15px;
  }
  .u-margin[data-margin-top~="lap:20"] {
    margin-top: 20px;
  }
  .u-margin[data-margin-bottom~="lap:20"] {
    margin-bottom: 20px;
  }
  .u-margin[data-margin-top~="lap:25"] {
    margin-top: 25px;
  }
  .u-margin[data-margin-bottom~="lap:25"] {
    margin-bottom: 25px;
  }
  .u-margin[data-margin-top~="lap:30"] {
    margin-top: 30px;
  }
  .u-margin[data-margin-bottom~="lap:30"] {
    margin-bottom: 30px;
  }
  .u-margin[data-margin-top~="lap:35"] {
    margin-top: 35px;
  }
  .u-margin[data-margin-bottom~="lap:35"] {
    margin-bottom: 35px;
  }
  .u-margin[data-margin-top~="lap:40"] {
    margin-top: 40px;
  }
  .u-margin[data-margin-bottom~="lap:40"] {
    margin-bottom: 40px;
  }
  .u-margin[data-margin-top~="lap:45"] {
    margin-top: 45px;
  }
  .u-margin[data-margin-bottom~="lap:45"] {
    margin-bottom: 45px;
  }
  .u-margin[data-margin-top~="lap:50"] {
    margin-top: 50px;
  }
  .u-margin[data-margin-bottom~="lap:50"] {
    margin-bottom: 50px;
  }
  .u-margin[data-margin-top~="lap:55"] {
    margin-top: 55px;
  }
  .u-margin[data-margin-bottom~="lap:55"] {
    margin-bottom: 55px;
  }
  .u-margin[data-margin-top~="lap:60"] {
    margin-top: 60px;
  }
  .u-margin[data-margin-bottom~="lap:60"] {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1199px) {
  .u-font[data-size~="desk:xs"] {
    font-size: 0.75em;
  }
  .u-font[data-size~="desk:sm"] {
    font-size: 0.875em;
  }
  .u-font[data-size~="desk:md"] {
    font-size: 1em;
  }
  .u-font[data-size~="desk:lg"] {
    font-size: 1.25em;
  }
  .u-font[data-size~="desk:xl"] {
    font-size: 1.5em;
  }
  .u-font[data-size~="desk:2xl"] {
    font-size: 2em;
  }
  .u-align[data-align~="desk:left"] {
    text-align: left;
  }
  .u-align[data-align~="desk:center"] {
    text-align: center;
  }
  .u-align[data-align~="desk:right"] {
    text-align: right;
  }
  .u-margin[data-margin-top~="desk:5"] {
    margin-top: 5px;
  }
  .u-margin[data-margin-bottom~="desk:5"] {
    margin-bottom: 5px;
  }
  .u-margin[data-margin-top~="desk:10"] {
    margin-top: 10px;
  }
  .u-margin[data-margin-bottom~="desk:10"] {
    margin-bottom: 10px;
  }
  .u-margin[data-margin-top~="desk:15"] {
    margin-top: 15px;
  }
  .u-margin[data-margin-bottom~="desk:15"] {
    margin-bottom: 15px;
  }
  .u-margin[data-margin-top~="desk:20"] {
    margin-top: 20px;
  }
  .u-margin[data-margin-bottom~="desk:20"] {
    margin-bottom: 20px;
  }
  .u-margin[data-margin-top~="desk:25"] {
    margin-top: 25px;
  }
  .u-margin[data-margin-bottom~="desk:25"] {
    margin-bottom: 25px;
  }
  .u-margin[data-margin-top~="desk:30"] {
    margin-top: 30px;
  }
  .u-margin[data-margin-bottom~="desk:30"] {
    margin-bottom: 30px;
  }
  .u-margin[data-margin-top~="desk:35"] {
    margin-top: 35px;
  }
  .u-margin[data-margin-bottom~="desk:35"] {
    margin-bottom: 35px;
  }
  .u-margin[data-margin-top~="desk:40"] {
    margin-top: 40px;
  }
  .u-margin[data-margin-bottom~="desk:40"] {
    margin-bottom: 40px;
  }
  .u-margin[data-margin-top~="desk:45"] {
    margin-top: 45px;
  }
  .u-margin[data-margin-bottom~="desk:45"] {
    margin-bottom: 45px;
  }
  .u-margin[data-margin-top~="desk:50"] {
    margin-top: 50px;
  }
  .u-margin[data-margin-bottom~="desk:50"] {
    margin-bottom: 50px;
  }
  .u-margin[data-margin-top~="desk:55"] {
    margin-top: 55px;
  }
  .u-margin[data-margin-bottom~="desk:55"] {
    margin-bottom: 55px;
  }
  .u-margin[data-margin-top~="desk:60"] {
    margin-top: 60px;
  }
  .u-margin[data-margin-bottom~="desk:60"] {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1022px) {
  .u-display[data-display~="lap:over"] {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .l-container {
    width: 89.2857142857vw;
  }
  .l-header {
    min-height: 14.5408163265vw;
  }
  .l-headerContainer {
    /* justify-content: center; */
  }
  .l-headerLogo {
    width:25vw;
    /* display: none; */
  }
  .l-headerLogo img{
    vertical-align:middle;
  }
  .l-headerTel {
    width: 45.0102040816vw;
    padding-top:5px;
  }
  .l-headerCta {
    display: none;
  }
  .l-footerGuide {
    padding-block: 10.2040816327vw;
  }
  .l-footerGuide__heading {
    font-size: 4.5918367347vw;
  }
  .l-footerGuide__text {
    font-size: 4.0816326531vw;
  }
  .l-footerGuideSection + .l-footerGuideSection {
    margin-top: 1.5em;
  }
  .l-footerUpper {
    padding-block: 24px;
  }
  .l-footerUpperContents {
    flex-direction: column;
    align-items: flex-start;
  }
  .l-footerMenu {
    flex-direction: column;
    margin-top: 18px;
  }
  .l-footerMenu li + li:before {
    display: none;
  }
  .l-footerCopyright {
    font-size: 14px;
  }
  .p-ctaSection {
    padding-block: 2.0408163265vw 4.0816326531vw;
    background-image: url(../images/bg_cta_sp.png);
  }
  .p-ctaHeading {
    margin-bottom: 2.5510204082vw;
  }
  .p-ctaContents {
    width: 85.9693877551vw;
    padding: 2.5510204082vw 3.0612244898vw;
    border-radius: 2.0408163265vw;
  }
  .p-ctaItemName {
    margin-bottom: 1.7857142857vw;
  }
  .p-ctaItemName img {
    width: 79.8469387755vw;
  }
  .p-ctaDetails {
    flex-direction: column;
    gap: 1.2755102041vw;
  }
  .p-ctaImage img {
    width: 52.0408163265vw;
  }
  .p-ctaBeforePrice img {
    width: 80.3571428571vw;
  }
  .p-ctaAfterPrice img {
    width: 77.806122449vw;
  }
  .p-ctaList li:nth-child(1) img {
    width: 41.8367346939vw;
  }
  .p-ctaList li:nth-child(2) img {
    width: 30.612244898vw;
  }
  .p-ctaList li:nth-child(3) img {
    width: 35.9693877551vw;
  }
  .p-ctaButton {
    margin-top: 2.5510204082vw;
  }
  .p-ctaButton a {
    width: 80.3571428571vw;
  }
  .p-ctaNoteWrapper {
    width: 70.1530612245vw;
    margin-top: 1.2755102041vw;
  }
  .p-ctaNote li {
    font-size: 2.806122449vw;
  }
  .p-otokuSection {
    padding-block: 5.1020408163vw 6.3775510204vw;
    background-image: url(../images/bg_juice_sp.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fc4f04;
  }
  .p-otokuHeading {
    margin-bottom: 5.612244898vw;
  }
  .p-otokuHeading img {
    width: 90.0510204082vw;
  }
  .p-otokuContents {
    width: 89.5408163265vw;
    padding: 4.3367346939vw 3.8265306122vw 5.1020408163vw;
    border-radius: 2.0408163265vw;
  }
  .p-otokuList li {
    font-size: 4.3367346939vw;
  }
  .p-otokuList li:nth-child(4) em,
  .p-otokuList li:nth-child(5) em {
    font-size: 5.1020408163vw;
  }
  .p-otokuList li:nth-child(5) .mainText {
    align-items: flex-start;
  }
  .p-otokuList li:nth-child(5) .mainText:before {
    margin-top: 1.2755102041vw;
  }
  .p-otokuList li .mainText:before {
    width: 5.8673469388vw;
    height: 6.6326530612vw;
    margin-right: 2.0408163265vw;
  }
  .p-otokuList li em {
    font-size: 5.1020408163vw;
  }
  .p-otokuList__image.--3 {
    width: 53.8265306122vw;
    margin-left: 8.1632653061vw;
  }
  .p-otokuList__image.--4 img {
    width: 74.2346938776vw;
    margin-left: 8.1632653061vw;
  }
  .p-otokuList__image.--5 img {
    width: 52.5510204082vw;
    margin-left: 8.1632653061vw;
  }
  .p-osusume {
    padding-block: 5.612244898vw 35.9693877551vw;
    overflow: hidden;
  }
  .p-osusume:after {
    right: -11.7346938776vw;
    width: 56.887755102vw;
    height: 67.3469387755vw;
  }
  .p-osusumeHeading {
    margin-bottom: 4.0816326531vw;
  }
  .p-osusumeList {
    gap: 5.612244898vw;
    font-size: 5.612244898vw;
  }
  .p-osusumeList li {
    gap: 2.2959183673vw;
  }
  .p-osusumeList li:before {
    width: 6.1224489796vw;
    height: 6.1224489796vw;
    margin-top: 1.5306122449vw;
  }
  .p-about {
    padding-block: 5.3571428571vw 10.2040816327vw;
    background-image: url(../images/bg_about_sp.png);
  }
  .p-aboutHeading {
    margin-bottom: 15.306122449vw;
  }
  .p-aboutHeading img {
    width: 87.5vw;
  }
  .p-aboutTextBox {
    width: 94.1326530612vw;
    min-height: 32.9081632653vw;
    font-size: 4.0816326531vw;
  }
  .p-aboutList {
    grid-template-columns: repeat(2, 1fr);
    width: 94.1326530612vw;
    margin-top: 4.0816326531vw;
    gap: 3.5714285714vw 3.0612244898vw;
  }
  .p-evaluation {
    padding-block: 6.3775510204vw 6.887755102vw;
    background-image: url(../images/bg_evaluation_sp.png);
  }
  .p-evaluationHeadingWrapper {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 5.1020408163vw;
    gap: 4.5918367347vw;
  }
  .p-evaluationHeading {
    width: 90.5612244898vw;
  }
  .p-evaluationHeadingImage {
    width: 66.0714285714vw;
  }
  .p-evaluationContents {
    width: 90.5612244898vw;
    padding: 5.1020408163vw;
    box-shadow: 0 0.677px 3.924px 0.677px #00000040;
  }
  .p-evaluationSmallSection + .p-evaluationSmallSection {
    margin-top: 6.1224489796vw;
  }
  .p-evaluationSmallHeading {
    margin-bottom: 4.5918367347vw;
    font-size: 6.887755102vw;
  }
  .p-evaluationMainText {
    padding-block: 7.3979591837vw 5.1020408163vw;
  }
  .p-evaluationStar {
    width: 33.6734693878vw;
  }
  .p-evaluationText {
    font-size: 4.0816326531vw;
  }
  .p-evaluationTotal {
    flex-direction: column;
    margin-top: 7.3979591837vw;
    gap: 3.0612244898vw;
  }
  .p-evaluationTotalImage {
    width: 57.6530612245vw;
  }
  .p-evaluationTotalText {
    margin-bottom: 4.8469387755vw;
    font-size: 4.3367346939vw;
  }
  .p-evaluationTotalScore {
    width: 69.387755102vw;
  }
  .p-evaluationTotalSale {
    margin-top: 2.5510204082vw;
  }
  .p-featureTop {
    padding-top: 124.4897959184vw;
    background-image: url(../images/bg_feature_top_sp.png);
  }
  .p-featureTopHeading {
    top: 6.1224489796vw;
    right: 50%;
    width: 98.7244897959vw;
    translate: 50% 0;
  }
  .p-feature01 {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    padding-block: 7.1428571429vw 10.2040816327vw;
    gap: 2.806122449vw;
    background-image: url(../images/bg_feature_01_sp.png);
  }
  .p-feature01Contents {
    position: static;
    width: 89.5408163265vw;
    margin-inline: auto;
  }
  .p-feature01Heading {
    width: 52.806122449vw;
  }
  .p-feature01Text {
    font-size: 4.0816326531vw;
    line-height: 1.9;
  }
  .p-feature01Image {
    position: static;
    width: 68.8775510204vw;
    margin-inline: auto;
  }
  .p-feature02 {
    display: flex;
    flex-direction: column-reverse;
    padding-block: 0 7.1428571429vw;
    gap: 8.4183673469vw;
  }
  .p-feature02Contents {
    position: static;
    width: 88.5204081633vw;
    margin-inline: auto;
    gap: 0;
  }
  .p-feature02Heading {
    width: 76.7857142857vw;
  }
  .p-feature02Text {
    font-size: 4.0816326531vw;
  }
  .p-feature02Image {
    position: static;
    width: 100%;
  }
  .p-feature03 {
    display: flex;
    flex-direction: column-reverse;
    padding-block: 5.8673469388vw 8.1632653061vw;
    gap: 5.8673469388vw;
    background-image: url(../images/bg_feature_03_sp.png);
  }
  .p-feature03Contents {
    position: static;
    width: 86.9897959184vw;
    margin-inline: auto;
  }
  .p-feature03Heading {
    width: 100%;
  }
  .p-feature03Text {
    margin-top: 0;
    font-size: 4.0816326531vw;
  }
  .p-feature03Image {
    position: static;
    width: 68.8775510204vw;
    margin-inline: auto;
  }
  .p-feature04 {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-block: 6.6326530612vw 5.3571428571vw;
    gap: 5.3571428571vw;
  }
  .p-feature04Contents {
    position: static;
    width: 86.2244897959vw;
    margin-inline: auto;
  }
  .p-feature04Heading {
    width: 100%;
  }
  .p-feature04Text {
    font-size: 4.0816326531vw;
  }
  .p-feature04Image {
    position: static;
    width: 68.8775510204vw;
  }
  .p-feature05TopContents {
    padding: 0 0 4.8469387755vw;
    background-image: url(../images/bg_feature_05_sp.png);
    background-position: bottom center;
  }
  .p-feature05Contents {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 1.0204081633vw;
  }
  .p-feature05Heading {
    position: static;
    width: 73.2142857143vw;
  }
  .p-feature05Image {
    position: static;
    width: 56.887755102vw;
  }
  .p-feature05MainContents {
    padding-block: 6.3775510204vw 9.1836734694vw;
  }
  .p-feature05MainContainer {
    width: 91.8367346939vw;
  }
  .p-feature05Text {
    margin-bottom: 3.8265306122vw;
    font-size: 4.0816326531vw;
    line-height: 1.875;
  }
  .p-feature05Award {
    width: 91.8367346939vw;
    padding: 3.0612244898vw 0 8.4183673469vw;
  }
  .p-feature05AwardTitle {
    margin-bottom: 4.8469387755vw;
    font-size: 6.6326530612vw;
  }
  .p-feature05AwardList {
    flex-direction: column;
    padding-inline: 4.3367346939vw;
    gap: 6.1224489796vw;
  }
  .p-feature05AwardListItem:nth-child(1) {
    width: 80.612244898vw;
  }
  .p-feature05AwardListItem:nth-child(2) {
    width: 76.2755102041vw;
  }
  .p-feature05AwardListItem:nth-child(3) {
    width: 78.8265306122vw;
  }
  .p-feature05AwardListItem:nth-child(4) {
    width: 84.4387755102vw;
  }
  .p-feature06 {
    padding-block: 10.2040816327vw 8.9285714286vw;
    background-image: url(../images/bg_feature_06_sp.png);
  }
  .p-feature06Contents {
    gap: 6.1224489796vw;
  }
  .p-feature06Heading {
    width: 92.8571428571vw;
    margin-bottom: 4.5918367347vw;
  }
  .p-feature06Text {
    width: 91.8367346939vw;
    margin-inline: auto;
    font-size: 4.0816326531vw;
    line-height: 1.875;
  }
  .p-feature06Image {
    width: 86.9897959184vw;
  }
  .u-display[data-display~="sp:only"] {
    display: none;
  }
  .u-display[data-display~="tab:over"] {
    display: block;
  }
}
