@charset "UTF-8";
:root {
  --main-color: #fff;
  --main-rgb: 255, 255, 255;
  --base-color: #f2ebe6;
  --sub-color: #f3e9e5;
  --opacity: 0.7;
  --basis-width: 768;
  --txt-color: #471700;
  --txt-color-01: #ffebe1;
  --txt-color-02: #d8c4bf;
  --txt-color-03: #ff4e00;
  --accent-color-01: #99292e;
  --accent-color-02: #a37c57;
  --accent-color-03: #632531;
  --accent-color-04: #ff8e39;
}

body:has(dialog[open]) {
  overflow: hidden;
  height: 100vh;
}

.wrapper {
  background-color: transparent;
  overflow: visible;
}

#header {
  background-color: #fff;
  z-index: 9;
}

.pane-globalnav {
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .pane-globalnav {
    display: none;
  }
}

.pane-footer {
  background: #fff;
  margin-top: 0;
}

.block-footer-2nd {
  background-color: #fff;
}

.block-page-top {
  transition: 0.8s;
}

h1,
.h1 {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-weight: normal;
}

.hiddenTime {
  display: none;
}

.invisibleTime {
  display: none !important;
}

.pane-contents,
.block-page-block--frame {
  margin-bottom: 0;
  padding-bottom: 0;
}

.img_overlay {
  max-width: 100%;
  text-align: center;
  position: relative;
}

.bk_wrap {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: initial;
  height: 100vh;
  background-image: url("../img/lp_chogo/bg_2502.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .bk_wrap {
    background: #f2ebe5;
  }
}

#chogo {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
  color: var(--txt-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  text-align: center;
  overflow-wrap: anywhere;
  line-break: strict;
}
#chogo a {
  color: inherit;
  transition: 0.5s;
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#chogo a:hover {
  opacity: var(--opacity);
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#chogo a:focus {
  text-decoration: none;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#chogo a:link, #chogo a:active, #chogo a:hover, #chogo a:focus {
  outline: none !important;
  -moz-outline-style: none;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#chogo .noneUL:target, #chogo .noneUL:visited, #chogo .noneUL:active, #chogo .noneUL:focus, #chogo .noneUL:focus-visible, #chogo .noneUL:focus-within, #chogo .noneUL:hover {
  text-decoration: none;
}
#chogo img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}
#chogo button {
  padding: 0;
  border: none;
  font: inherit;
  background: none;
  transition: 0.5s;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#chogo button:hover {
  opacity: var(--opacity);
}
#chogo picture {
  display: block;
  margin-inline: auto;
}
#chogo b, #chogo strong {
  font-weight: 600;
  font-weight: bold;
}
#chogo .ul {
  text-decoration: underline;
}
#chogo .alL {
  text-align: left;
}
#chogo .alR {
  text-align: right;
}
#chogo .alC {
  text-align: center;
}
#chogo .alJ {
  text-align: justify;
}
#chogo .d-pc {
  display: unset;
}
@media screen and (max-width: 768px) {
  #chogo .d-pc {
    display: none !important;
  }
}
#chogo .d-sb {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #chogo .d-sb {
    display: unset !important;
  }
}
#chogo .mt_xs {
  margin-top: min(56px, calc((56 / var(--basis-width)) * 100vw));
}
#chogo .mb_xs {
  margin-bottom: min(56px, calc((56 / var(--basis-width)) * 100vw));
}
#chogo .mt_s {
  margin-top: min(89px, calc((89 / var(--basis-width)) * 100vw));
}
#chogo .mb_s {
  margin-bottom: min(89px, calc((89 / var(--basis-width)) * 100vw));
}
#chogo .mt_m {
  margin-top: min(149px, calc((149 / var(--basis-width)) * 100vw));
}
#chogo .mb_m {
  margin-bottom: min(149px, calc((149 / var(--basis-width)) * 100vw));
}
#chogo .mt_l {
  margin-top: min(199px, calc((199 / var(--basis-width)) * 100vw));
}
#chogo .mb_l {
  margin-bottom: min(199px, calc((199 / var(--basis-width)) * 100vw));
}
#chogo .pt_xs {
  padding-top: min(56px, calc((56 / var(--basis-width)) * 100vw));
}
#chogo .pb_xs {
  padding-bottom: min(56px, calc((56 / var(--basis-width)) * 100vw));
}
#chogo .pt_s {
  padding-top: min(89px, calc((89 / var(--basis-width)) * 100vw));
}
#chogo .pb_s {
  padding-bottom: min(89px, calc((89 / var(--basis-width)) * 100vw));
}
#chogo .pt_m {
  padding-top: min(149px, calc((149 / var(--basis-width)) * 100vw));
}
#chogo .pb_m {
  padding-bottom: min(149px, calc((149 / var(--basis-width)) * 100vw));
}
#chogo .pt_l {
  padding-top: min(199px, calc((199 / var(--basis-width)) * 100vw));
}
#chogo .pb_l {
  padding-bottom: min(199px, calc((199 / var(--basis-width)) * 100vw));
}
#chogo .note {
  margin: 1em auto 0;
  line-height: 1.6;
  text-align: justify;
}
#chogo .notice_box {
  text-align: left;
}
#chogo .notice {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  line-height: calc(40 / 24);
  text-align: left;
}
#chogo .notice li {
  display: inline;
  text-indent: 0;
  padding: 0 0.5em 0 0;
  margin: 0;
  overflow-wrap: anywhere;
  line-break: strict;
  word-break: break-word;
}
#chogo span.note_1em,
#chogo p.note_1em,
#chogo .note_1em dd,
#chogo .note_1em li {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  text-align: justify;
}
#chogo span.note_2em,
#chogo p.note_2em,
#chogo .note_2em dd,
#chogo .note_2em li {
  display: block;
  text-indent: -2em;
  padding-left: 2em;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  text-align: justify;
}
#chogo .note_2em dd,
#chogo .note_2em li,
#chogo .note_1em dd,
#chogo .note_1em li {
  margin: 0.3em auto;
}
#chogo .note_free {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.3em;
       column-gap: 0.3em;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  text-align: justify;
}
#chogo sup {
  font-size: clamp(8px, 14 / var(--basis-width) * 100vw, 14px);
  margin-left: -0.3em;
  margin-right: 0.3em;
  font-weight: 400;
  font-weight: normal;
  vertical-align: top !important;
  letter-spacing: -0.12em;
  white-space: nowrap;
}
#chogo sup.narrow {
  margin-left: -0.8em;
}
#chogo sup.wide {
  margin-left: -0.1em;
  margin-right: 0;
}
#chogo .vid_contents {
  position: relative;
  display: flex;
  background-image: url("https://www.misshajp.com/photo/goodsimg/Loading_video.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  filter: drop-shadow(0 0 0 #fff);
}
#chogo .vid_contents:has(iframe) {
  padding-top: 56.25%;
}
#chogo .vid_contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#chogo .vid_main {
  width: 100%;
}
#chogo video {
  width: 100%;
}
#chogo .topfadeIn {
  animation: topfadeIn 3s ease 0s 1 normal;
}
@keyframes topfadeIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  /*1.1倍から１*/
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#chogo .fadeInV {
  animation: fadeInV 0.5s step-start 1s alternate infinite;
}
@keyframes fadeInV {
  /*animetion-nameで設定した値を書く*/
  0% {
    opacity: 0;
  }
  /*アニメーション開始時は不透明度0%*/
  50% {
    opacity: 1;
  }
  /*アニメーション終了時は不透明度100%*/
  100% {
    opacity: 0;
  }
  /*アニメーション終了時は不透明度0%*/
}
#chogo .float {
  animation: btn-float 1s ease-in-out infinite alternate;
}
@keyframes btn-float {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(12px);
  }
}
#chogo .fadein {
  opacity: 0;
  transition: all 1s;
}
#chogo .fadein.on {
  animation: fadein 0.7s ease 1 alternate forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#chogo .loop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(54px, 54 / var(--basis-width) * 100vw);
  overflow: hidden;
}
#chogo .loop::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #765e98 0%, #bf689c 100%);
  opacity: 0.61;
}
#chogo .loop__item {
  position: absolute;
  top: min(15px, 15 / var(--basis-width) * 100vw);
  left: 0;
  width: min(1348px, 1348 / var(--basis-width) * 100vw);
  animation: loop linear 9s 0s infinite normal;
}
@keyframes loop {
  0% {
    left: 0;
  }
  100% {
    left: max(-450px, -450 / var(--basis-width) * 100vw);
  }
}
#chogo .toggle--arrow,
#chogo .toggle--adjust {
  position: relative;
  padding-right: 1.5em;
  list-style: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#chogo .toggle--arrow::after, #chogo .toggle--arrow::before,
#chogo .toggle--adjust::after,
#chogo .toggle--adjust::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  width: 1em;
  height: 1em;
  background-color: #fff;
  clip-path: inset(45% 0 45% 0);
  transform: translateY(-50%);
  transition: 0.2s;
}
#chogo .toggle--arrow::after,
#chogo .toggle--adjust::after {
  clip-path: inset(0 45% 0 45%);
}
#chogo .toggle--arrow::after {
  display: none;
}
#chogo .details[open] > .toggle--adjust::after {
  transform: rotate(90deg) translate(-50%, 0%);
}
#chogo summary::-webkit-details-marker {
  display: none;
}
#chogo .details {
  width: min(653px, 653 / var(--basis-width) * 100vw);
  margin: 0 auto;
}
#chogo .details_inner {
  margin: min(50px, 50 / var(--basis-width) * 100vw) auto;
  padding: 5% 3%;
}
#chogo .toggle--adjust {
  display: flex;
  flex-direction: column;
  padding: 1em 2.2em 1em 0.8em;
  color: #fff;
  font-size: clamp(18px, 35 / var(--basis-width) * 100vw, 35px);
  letter-spacing: 0.05em;
  background-color: var(--accent-color-01);
}
#chogo .toggle--arrow {
  margin: 0 auto;
  padding: 1em 2.2em 1em 0.8em;
  color: #fff;
  font-size: clamp(18px, 35 / var(--basis-width) * 100vw, 35px);
  letter-spacing: 0.05em;
  background-color: var(--accent-color-01);
}
#chogo .priceset {
  color: var(--txt-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
}
#chogo .priceset .unit {
  font-size: 65%;
}
#chogo .price-default {
  display: inline-flex;
  align-items: baseline;
  margin: 0 auto;
  font-size: clamp(16px, 28 / var(--basis-width) * 100vw, 28px);
  text-align: center;
  white-space: nowrap;
  line-height: 1.2em;
}
#chogo .price-default .delline {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.15em;
  margin-left: 0.15em;
}
#chogo .price-default .delline::after {
  content: "";
  position: absolute;
  top: 48%;
  left: -1%;
  display: block;
  width: 102%;
  height: 1px;
  background-color: var(--txt-color);
}
#chogo .price-default .delline .price {
  margin-left: 0 !important;
}
#chogo .price-default .price {
  color: inherit;
  font-size: 164%;
  margin-left: 0.25em;
  margin-right: 0.1em;
  transform: translateY(0.08em);
}
#chogo .price-default .unit {
  font-size: 85%;
  letter-spacing: 0.01em;
  margin-left: 0.1em;
  transform: translateY(-0.05em);
}
#chogo .price-cp {
  margin: 0 auto;
  color: var(--accent-color-01);
  font-size: clamp(28px, 52 / var(--basis-width) * 100vw, 52px);
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.2em;
}
#chogo .price-cp .price {
  margin-right: 0.05em;
  color: inherit;
  font-size: inherit;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  #chogo .price-cp .price {
    letter-spacing: 0;
  }
}
#chogo .price-cp .unit {
  color: inherit;
  font-size: 65%;
  letter-spacing: 0.01em;
  transform: translateY(-0.05em);
}
#chogo .discount {
  display: inline-block;
  margin: 0 auto;
  padding: 0.3em 0.5em;
  background-color: var(--accent-color-01);
  color: #fff;
  font-weight: bold;
}
#chogo .mailshipping-free,
#chogo .shipping-free {
  display: inline-block;
  margin: 0.3em auto 0.8em;
  padding: 0.5em 0.8em;
  border: 1px solid #fff;
  border-radius: 1em;
  line-height: 1em;
  color: #fff;
  font-size: clamp(13px, 28 / var(--basis-width) * 100vw, 28px);
  white-space: nowrap;
}
#chogo .view_details {
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
  letter-spacing: 0.1em;
}
#chogo .view_details a {
  display: inline;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
@media screen and (max-width: 768px) {
  #chogo .view_details a {
    text-decoration-thickness: 1px;
  }
}
#chogo .revico-star {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#chogo .revico-star .revico-star-simple {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#chogo .revico-star #revico-star-simple-wrapper {
  display: flex;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
}
#chogo .revico-star .revico-star-block {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#chogo .revico-star .starability-result {
  height: 28px !important;
}
#chogo .revico-star .revico-star-block--total {
  margin: 2px -5px 0 0;
  line-height: 1.7em;
  color: var(--txt-color);
  font-size: 18px;
  letter-spacing: 0;
}
#chogo .revico-star .revico-star-block--title {
  margin-left: 0;
  margin-right: -2px;
  color: var(--txt-color);
  font-size: 20px;
  letter-spacing: 0;
}
#chogo .revico-star .revico-star-block--rate {
  top: auto !important;
  transform: scale(1) !important;
  margin-left: 0;
  margin-right: 5px;
}
#chogo .star_wrap {
  overflow: hidden;
}
#chogo .star_wrap .star {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  transform: scale(1.2);
  transform-origin: center center;
  text-align: center;
  overflow-wrap: normal;
}
#chogo .star_wrap .star .revico-star {
  margin: min(20px, 20 / var(--basis-width) * 100vw) auto max(-10px, -10 / var(--basis-width) * 100vw);
}
@media screen and (max-width: 420px) {
  #chogo .star_wrap .star .revico-star {
    margin: min(10px, 10 / var(--basis-width) * 100vw) auto max(-10px, -10 / var(--basis-width) * 100vw);
  }
}
@media screen and (max-width: 768px) {
  #chogo .star_wrap .star {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 740px) {
  #chogo .star_wrap .star {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 700px) {
  #chogo .star_wrap .star {
    transform: scale(1.06);
  }
}
@media screen and (max-width: 660px) {
  #chogo .star_wrap .star {
    transform: scale(1.02);
  }
}
@media screen and (max-width: 620px) {
  #chogo .star_wrap .star {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 580px) {
  #chogo .star_wrap .star {
    transform: scale(0.94);
  }
}
@media screen and (max-width: 540px) {
  #chogo .star_wrap .star {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 500px) {
  #chogo .star_wrap .star {
    transform: scale(0.86);
  }
}
@media screen and (max-width: 460px) {
  #chogo .star_wrap .star {
    transform: scale(0.82);
  }
}
@media screen and (max-width: 420px) {
  #chogo .star_wrap .star {
    transform: scale(0.78);
  }
}
@media screen and (max-width: 380px) {
  #chogo .star_wrap .star {
    transform: scale(0.74);
  }
}
@media screen and (max-width: 340px) {
  #chogo .star_wrap .star {
    transform: scale(0.7);
  }
}
#chogo .star_wrap.half {
  align-content: center;
}
#chogo .star_wrap.half .star {
  transform: scale(1);
}
@media screen and (max-width: 768px) {
  #chogo .star_wrap.half .star {
    transform: scale(1);
  }
}
@media screen and (max-width: 740px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 720px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.96);
  }
}
@media screen and (max-width: 700px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.94);
  }
}
@media screen and (max-width: 680px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.92);
  }
}
@media screen and (max-width: 660px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 640px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.88);
  }
}
@media screen and (max-width: 620px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.86);
  }
}
@media screen and (max-width: 600px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.84);
  }
}
@media screen and (max-width: 580px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.82);
  }
}
@media screen and (max-width: 560px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.8);
  }
}
@media screen and (max-width: 540px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.78);
  }
}
@media screen and (max-width: 520px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.76);
  }
}
@media screen and (max-width: 510px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.75) translateX(-1vw);
  }
}
@media screen and (max-width: 500px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.74) translateX(-2vw);
  }
}
@media screen and (max-width: 490px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.73) translateX(-3vw);
  }
}
@media screen and (max-width: 480px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.72) translateX(-4vw);
  }
}
@media screen and (max-width: 470px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.71) translateX(-5vw);
  }
}
@media screen and (max-width: 460px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.7) translateX(-6vw);
  }
}
@media screen and (max-width: 450px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.69) translateX(-7vw);
  }
}
@media screen and (max-width: 440px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.68) translateX(-8vw);
  }
}
@media screen and (max-width: 430px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.67) translateX(-9vw);
  }
}
@media screen and (max-width: 420px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.66) translateX(-10vw);
  }
}
@media screen and (max-width: 410px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.65) translateX(-11vw);
  }
}
@media screen and (max-width: 400px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.64) translateX(-12vw);
  }
}
@media screen and (max-width: 390px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.63) translateX(-13vw);
  }
}
@media screen and (max-width: 380px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.62) translateX(-14vw);
  }
}
@media screen and (max-width: 370px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.61) translateX(-16vw);
  }
}
@media screen and (max-width: 360px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.6) translateX(-18vw);
  }
}
@media screen and (max-width: 350px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.59) translateX(-20vw);
  }
}
@media screen and (max-width: 340px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.58) translateX(-22vw);
  }
}
@media screen and (max-width: 330px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.57) translateX(-24vw);
  }
}
@media screen and (max-width: 320px) {
  #chogo .star_wrap.half .star {
    transform: scale(0.56) translateX(-26vw);
  }
}
#chogo .item__list {
  width: min(695px, 695 / var(--basis-width) * 100vw);
  margin: 0 auto;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, 48%);
  row-gap: 0;
}
#chogo .item__list li {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-areas: "thumb_wrap" "name" "star_wrap" "discount" "price-default" "price-cp" "btn_wrap" "product-detail";
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 8;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
#chogo .item__list li:nth-child(n+3) {
  margin: min(90px, 90 / var(--basis-width) * 100vw) 0 0;
}
#chogo .item__list .thumb_wrap {
  grid-area: thumb_wrap;
  align-content: start;
  position: relative;
  width: min(330px, 330 / var(--basis-width) * 100vw);
}
#chogo .item__list .name {
  grid-area: name;
  align-content: start;
  margin: 0.8em auto 0.3em;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  font-weight: bold;
  letter-spacing: -0.02em;
  word-break: auto-phrase;
}
#chogo .item__list .star_wrap {
  grid-area: star_wrap;
  align-content: center;
}
#chogo .item__list .star_wrap .star {
  margin: 0;
  transform: scale(0.8);
  transform-origin: left center;
}
@media screen and (max-width: 1200px) {
  #chogo .item__list .star_wrap .star {
    margin: 0 auto;
    transform-origin: center center;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 768px) {
  #chogo .item__list .star_wrap .star {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 740px) {
  #chogo .item__list .star_wrap .star {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 700px) {
  #chogo .item__list .star_wrap .star {
    transform: scale(1.06);
  }
}
@media screen and (max-width: 660px) {
  #chogo .item__list .star_wrap .star {
    transform: scale(1.02);
  }
}
@media screen and (max-width: 620px) {
  #chogo .item__list .star_wrap .star {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 580px) {
  #chogo .item__list .star_wrap .star {
    transform: scale(0.94);
  }
}
@media screen and (max-width: 540px) {
  #chogo .item__list .star_wrap .star {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 500px) {
  #chogo .item__list .star_wrap .star {
    transform: scale(0.86);
  }
}
@media screen and (max-width: 460px) {
  #chogo .item__list .star_wrap .star {
    transform: scale(0.82);
  }
}
@media screen and (max-width: 420px) {
  #chogo .item__list .star_wrap .star {
    transform: scale(0.78);
  }
}
@media screen and (max-width: 380px) {
  #chogo .item__list .star_wrap .star {
    transform: scale(0.74);
  }
}
@media screen and (max-width: 340px) {
  #chogo .item__list .star_wrap .star {
    transform: scale(0.7);
  }
}
#chogo .item__list .discount {
  grid-area: discount;
  width: -moz-fit-content;
  width: fit-content;
  margin: min(20px, 20 / var(--basis-width) * 100vw) auto;
}
#chogo .item__list .discount .shipping-free,
#chogo .item__list .discount .buy2-get-20OFF {
  display: inline-block;
  margin: 0.2em auto;
  padding: 0.15em 1em;
  background-color: var(--accent-color-01);
  border-radius: 1em;
  color: #fff;
  font-weight: bold;
  font-size: clamp(13px, 27 / var(--basis-width) * 100vw, 27px);
  white-space: nowrap;
}
#chogo .item__list .price-default {
  grid-area: price-default;
  font-size: clamp(19px, 37 / var(--basis-width) * 100vw, 37px);
}
#chogo .item__list .price-cp {
  grid-area: price-cp;
  color: var(--accent-color-01);
  font-size: clamp(24px, 47 / var(--basis-width) * 100vw, 47px);
}
#chogo .item__list .btn_wrap {
  grid-area: btn_wrap;
  margin: min(30px, 30 / var(--basis-width) * 100vw) auto 0;
}
#chogo .item__list .product-detail {
  grid-area: product-detail;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
}
#chogo .item__list .product-detail a {
  text-decoration: underline;
  text-underline-offset: 1px;
  text-decoration-thickness: 1px;
}
#chogo .cart-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8em;
       column-gap: 0.8em;
  width: 80%;
  aspect-ratio: 650/157;
  padding: 0;
  margin-inline: auto;
  border-radius: min(18px, 18 / var(--basis-width) * 100vw);
  color: #fff;
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
  letter-spacing: 0.03em;
  filter: drop-shadow(min(0px, 0 / var(--basis-width) * 100vw) min(5px, 5 / var(--basis-width) * 100vw) min(5px, 5 / var(--basis-width) * 100vw) rgba(58, 7, 0, 0.3));
  will-change: filter;
}
#chogo .cart-btn:target, #chogo .cart-btn:visited, #chogo .cart-btn:active, #chogo .cart-btn:focus, #chogo .cart-btn:focus-visible, #chogo .cart-btn:focus-within, #chogo .cart-btn:hover {
  text-decoration: none;
}
#chogo .cart-btn.btn01 {
  background-color: #d26b3b;
  background-image: linear-gradient(160deg, #e1955e 0%, #d26b3b 45%, #a4131b 100%);
}
#chogo .cart-btn.btn01 .inner {
  filter: drop-shadow(min(1px, 1 / var(--basis-width) * 100vw) min(1px, 1 / var(--basis-width) * 100vw) min(10px, 10 / var(--basis-width) * 100vw) rgba(104, 0, 0, 0.3));
  will-change: filter;
}
#chogo .cart-btn.btn02 {
  background-color: #9e7b57;
  background-image: linear-gradient(160deg, #d6c29a 0%, #9e7b57 54%, #89583f 100%);
}
#chogo .cart-btn.btn02 .inner {
  filter: drop-shadow(min(1px, 1 / var(--basis-width) * 100vw) min(1px, 1 / var(--basis-width) * 100vw) min(10px, 10 / var(--basis-width) * 100vw) rgba(81, 46, 23, 0.3));
  will-change: filter;
}
#chogo .cart-btn.btn03 {
  aspect-ratio: 570/187;
  background-color: #d26b3b;
  background-image: linear-gradient(160deg, #e1955e 0%, #d26b3b 45%, #a4131b 100%);
}
#chogo .cart-btn.btn03 .inner {
  filter: drop-shadow(min(1px, 1 / var(--basis-width) * 100vw) min(1px, 1 / var(--basis-width) * 100vw) min(10px, 10 / var(--basis-width) * 100vw) rgba(104, 0, 0, 0.3));
  will-change: filter;
}
#chogo .cart-btn.half {
  width: min(339px, 339 / var(--basis-width) * 100vw);
  aspect-ratio: 339/214;
  padding: 5px 0 0;
  filter: drop-shadow(min(0px, 0 / var(--basis-width) * 100vw) min(9px, 9 / var(--basis-width) * 100vw) min(5px, 5 / var(--basis-width) * 100vw) rgba(56, 7, 0, 0.3));
  will-change: filter;
  font-size: clamp(14px, 30 / var(--basis-width) * 100vw, 30px);
}
#chogo .cart-btn.half.arrow {
  padding-right: 0;
}
#chogo .cart-btn.half.arrow::after {
  right: min(30px, 30 / var(--basis-width) * 100vw);
  width: min(15px, 18 / var(--basis-width) * 100vw);
  height: min(15px, 18 / var(--basis-width) * 100vw);
}
#chogo .cart-btn.half .inner {
  padding: 0 0.6em 0 0;
  line-height: 1.5em;
}
@media screen and (max-width: 360px) {
  #chogo .cart-btn.half .inner {
    line-height: 1.4em;
  }
}
#chogo .cart-btn.half .price {
  font-size: clamp(18px, 38 / var(--basis-width) * 100vw, 38px);
}
#chogo .cart-btn.type01 {
  aspect-ratio: 650/187;
  filter: drop-shadow(min(0px, 0 / var(--basis-width) * 100vw) min(9px, 9 / var(--basis-width) * 100vw) min(5px, 5 / var(--basis-width) * 100vw) rgba(58, 7, 0, 0.3));
  will-change: filter;
  border-radius: min(18px, 18 / var(--basis-width) * 100vw);
}
#chogo .cart-btn.unreleased, #chogo .cart-btn.soldout {
  display: flex !important;
  padding: 0 !important;
  background-color: #808080 !important;
  background-image: none !important;
  filter: unset !important;
  box-shadow: unset !important;
}
#chogo .cart-btn.unreleased .inner, #chogo .cart-btn.soldout .inner {
  filter: unset !important;
}
#chogo .cart-btn .tag {
  display: inline-block;
  margin: 0 auto 0.5em;
  padding: 0.25em 1em;
  line-height: 1em;
  background-color: #a72126;
  font-size: clamp(13px, 26 / var(--basis-width) * 100vw, 26px);
}
@media screen and (max-width: 768px) {
  #chogo .cart-btn .tag {
    margin: 0 auto 0.3em;
  }
}
@media screen and (max-width: 360px) {
  #chogo .cart-btn .tag {
    padding: 0.25em 0.7em;
  }
}
#chogo .cart-btn .tag + .inner {
  line-height: 1.5em;
}
@media screen and (max-width: 360px) {
  #chogo .cart-btn .tag + .inner {
    line-height: 1.4em;
  }
}
#chogo .cart-btn .fontXS {
  font-size: 85%;
}
#chogo .cart-btn .fontS {
  font-size: 90%;
}
#chogo .cart-btn .price {
  margin-left: 0.2em;
  margin-right: 0.1em;
  color: inherit;
  font-size: clamp(19px, 38 / var(--basis-width) * 100vw, 38px);
}
#chogo .cart-btn i {
  font-size: 105%;
  padding-right: 0.3em;
}
@media screen and (max-width: 400px) {
  #chogo .cart-btn i {
    padding: 0 0.2em 0 0;
  }
}
#chogo .cart-btn.plus::before, #chogo .cart-btn.plus::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  width: 1em;
  height: 1em;
  background-color: #fff;
  clip-path: inset(45% 0 45% 0);
  transform: translateY(-50%);
}
#chogo .cart-btn.plus::after {
  clip-path: inset(0 45% 0 45%);
}
#chogo .cart-btn.arrow {
  padding-right: 1.4em;
}
@media screen and (max-width: 360px) {
  #chogo .cart-btn.arrow {
    padding-right: 1.1em;
  }
}
#chogo .cart-btn.arrow::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 1.5em;
  display: block;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  clip-path: unset;
}
@media screen and (max-width: 360px) {
  #chogo .cart-btn.arrow::after {
    right: 1.2em;
  }
}
@media screen and (max-width: 350px) {
  #chogo .cart-btn.arrow::after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }
}
#chogo .cart-btn.sub {
  aspect-ratio: 670/148;
  margin-top: 0.9em;
}
#chogo .cart-btn.sub .subtitle {
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 347px;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 1em;
  padding: 0.3em 1.5em;
  line-height: 1em;
  color: var(--accent-color-01-01);
  font-weight: bold;
  font-size: clamp(14px, 28 / var(--basis-width) * 100vw, 28px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #chogo .cart-btn.sub .subtitle {
    min-width: 0;
  }
}
#chogo .cart-btn.icoPlus {
  padding: 0 2em;
}
@media screen and (max-width: 768px) {
  #chogo .cart-btn.icoPlus {
    padding: 0 2em 0 2.6em;
  }
}
#chogo .cart-btn.icoPlus .ico_img {
  position: absolute;
  top: 8%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 92%;
  aspect-ratio: 1/1;
  transform: translateX(9%);
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
}
#chogo .cart-btn.icoPlus .ico_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#chogo .cart-btn.row2 {
  font-size: clamp(13px, 16 / var(--basis-width) * 100vw, 16px);
}
@media screen and (max-width: 768px) {
  #chogo .cart-btn.row2 {
    font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
  }
}
#chogo .cart-btn.row2 .inner {
  text-align: left;
}
#chogo .cart-btn.row2 .inner .sub {
  display: block;
  font-weight: normal;
}
#chogo .top_btn_wrap {
  padding-top: min(149px, calc((149 / var(--basis-width)) * 100vw));
  padding-bottom: min(199px, calc((199 / var(--basis-width)) * 100vw));
}
#chogo .top_btn {
  position: relative;
  width: 80%;
  aspect-ratio: 614/140;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  border: 2px solid var(--txt-color);
  color: var(--txt-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  font-weight: 500;
  letter-spacing: 0.03em;
}
#chogo .top_btn:target, #chogo .top_btn:visited, #chogo .top_btn:active, #chogo .top_btn:focus, #chogo .top_btn:focus-visible, #chogo .top_btn:focus-within, #chogo .top_btn:hover {
  text-decoration: none;
}
@media screen and (max-width: 360px) {
  #chogo .top_btn {
    border: 1px solid var(--txt-color);
  }
}
#chogo .top_btn.arrow {
  padding-right: 1.4em;
}
#chogo .top_btn.arrow::after {
  content: "";
  position: absolute;
  top: 47%;
  right: min(55px, 55 / var(--basis-width) * 100vw);
  transform: rotate(45deg) translateY(-50%);
  display: block;
  width: 0.55em;
  height: 0.55em;
  border-right: clamp(2px, 4 / var(--basis-width) * 100vw, 3px) solid var(--txt-color);
  border-top: clamp(2px, 4 / var(--basis-width) * 100vw, 3px) solid var(--txt-color);
  clip-path: unset;
}
@media screen and (max-width: 380px) {
  #chogo .top_btn.arrow::after {
    border-right: 1px solid var(--txt-color);
    border-top: 1px solid var(--txt-color);
  }
}
#chogo .modal__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-content: center;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  overscroll-behavior: contain;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
  z-index: 1;
}
#chogo .modal__container.active {
  opacity: 1;
  visibility: visible;
}
#chogo .modal__container::-webkit-scrollbar {
  display: none;
}
#chogo .modal__wrap {
  align-content: center;
  min-height: 100%;
  padding: min(50px, 50 / var(--basis-width) * 100vw) 0;
}
@media screen and (max-width: 768px) {
  #chogo .modal__wrap {
    padding: 20vw 0 6vw;
  }
}
#chogo .modal__body {
  align-self: center;
  position: relative;
  width: min(725px, 725 / var(--basis-width) * 100vw);
  margin: 0 auto;
  padding: min(30px, 30 / var(--basis-width) * 100vw) 0;
  background-color: #fff;
  container-type: inline-size;
}
#chogo .modal__close {
  display: inline-block;
  margin: min(45px, 45 / var(--basis-width) * 100vw) auto 0;
  cursor: pointer;
  transition: all 0.2s;
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
  letter-spacing: 0.05em;
  line-height: 1em;
}
#chogo .modal__close::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  clip-path: polygon(0 7%, 7% 0, 50% 43%, 93% 0, 100% 7%, 57% 50%, 100% 93%, 93% 100%, 50% 57%, 7% 100%, 0 93%, 43% 50%);
  background-color: var(--txt-color);
  margin: 0 0.2em 0 0;
}
#chogo .modal__close:hover {
  opacity: var(--opacity);
}
#chogo .modal__contents h2 {
  font-size: clamp(16px, 30 / var(--basis-width) * 100vw, 30px);
}
#chogo .modal__contents h2 i {
  margin-right: 0.2em;
}
#chogo .modal__contents .shippingfree {
  margin-top: min(25px, calc((25 / var(--basis-width)) * 100vw));
  display: inline-flex;
  padding: 0.3em 0.8em;
  border: 1px solid #a72126;
  line-height: 1em;
  color: #a72126;
  font-size: clamp(13px, 26 / var(--basis-width) * 100vw, 26px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #chogo .modal__contents .shippingfree {
    padding: 0.4em 0.8em;
  }
}
#chogo .modal__contents .note {
  margin-top: min(15px, calc((15 / var(--basis-width)) * 100vw));
  font-size: clamp(12px, 22 / var(--basis-width) * 100vw, 22px);
  text-align: center;
  line-height: 1.5em;
}
#chogo .modal__contents .btn_list {
  margin-top: min(20px, calc((20 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  row-gap: min(8px, 8 / var(--basis-width) * 100vw);
  width: min(680px, 680 / var(--basis-width) * 100vw);
}
#chogo .modal__contents .btn_list li {
  display: flex;
}
#chogo .modal__contents .cart-btn-modal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: min(12px, 12 / var(--basis-width) * 100vw);
       column-gap: min(12px, 12 / var(--basis-width) * 100vw);
  width: min(336px, 336 / var(--basis-width) * 100vw);
  aspect-ratio: 336/125;
  padding: 0 min(8px, 8 / var(--basis-width) * 100vw);
  background-color: #7a232e;
  color: var(--txt-color-01);
}
#chogo .modal__contents .cart-btn-modal:target, #chogo .modal__contents .cart-btn-modal:visited, #chogo .modal__contents .cart-btn-modal:active, #chogo .modal__contents .cart-btn-modal:focus, #chogo .modal__contents .cart-btn-modal:focus-visible, #chogo .modal__contents .cart-btn-modal:focus-within, #chogo .modal__contents .cart-btn-modal:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #chogo .modal__contents .cart-btn-modal {
    padding: min(8px, 8 / var(--basis-width) * 100vw);
    aspect-ratio: 336/165;
  }
}
@media screen and (max-width: 360px) {
  #chogo .modal__contents .cart-btn-modal {
    aspect-ratio: 336/175;
  }
}
@media screen and (max-width: 340px) {
  #chogo .modal__contents .cart-btn-modal {
    aspect-ratio: 336/185;
  }
}
#chogo .modal__contents .cart-btn-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(30px, 30 / var(--basis-width) * 100vw);
  display: block;
  width: min(12px, 15 / var(--basis-width) * 100vw);
  height: min(12px, 15 / var(--basis-width) * 100vw);
  transform: rotate(45deg) translateY(-50%);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
#chogo .modal__contents .cart-btn-modal .thumb_wrap {
  width: min(90px, 90 / var(--basis-width) * 100vw);
  height: 90%;
}
#chogo .modal__contents .cart-btn-modal .thumb_wrap picture {
  width: 100%;
  height: 100%;
}
#chogo .modal__contents .cart-btn-modal .thumb_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#chogo .modal__contents .cart-btn-modal .name {
  margin: 0 auto 0.3em;
  color: inherit;
  font-size: clamp(12px, 22 / var(--basis-width) * 100vw, 22px);
  line-height: 1.4em;
}
#chogo .modal__contents .cart-btn-modal .inner {
  text-align: left;
}
#chogo .modal__contents .cart-btn-modal .default {
  color: inherit;
  font-size: clamp(11px, 17 / var(--basis-width) * 100vw, 17px);
}
#chogo .modal__contents .cart-btn-modal .default .price {
  display: inline-block;
  margin-right: 0.1em;
  color: inherit;
  line-height: 1.2em;
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
}
#chogo .modal__contents .cart-btn-modal .default .unit {
  display: inline-block;
  margin-left: 0.1em;
  color: inherit;
  font-size: 90%;
}
#chogo .slider {
  display: none;
  margin-inline: auto;
}
#chogo .slider__wrap {
  padding-bottom: min(50px, calc((50 / var(--basis-width)) * 100vw));
}
#chogo .slider__wrap:has(.slick-dots li:only-of-type) {
  padding-bottom: 0;
}
#chogo .slider:has(.slick-dots li:only-of-type) {
  padding-bottom: 0;
}
#chogo .slider.slick-initialized {
  display: block;
}
#chogo .slider .slick-track {
  display: flex;
}
#chogo .slider li.slick-slide {
  height: auto !important;
}
#chogo .slider .slick-prev,
#chogo .slider .slick-next {
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: min(58px, 58 / var(--basis-width) * 100vw);
  height: min(58px, 58 / var(--basis-width) * 100vw);
  background: #999;
  z-index: 1;
}
#chogo .slider .slick-next {
  left: auto;
  right: 0;
}
#chogo .slider .slick-prev:before,
#chogo .slider .slick-next:before {
  content: "";
  position: absolute;
  top: 33%;
  left: 41%;
  display: block;
  width: min(20px, 20 / var(--basis-width) * 100vw);
  height: min(20px, 20 / var(--basis-width) * 100vw);
  border: none;
  border-left: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid var(--txt-color);
  border-bottom: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid var(--txt-color);
  transform: rotate(45deg);
}
#chogo .slider .slick-next:before {
  left: 26%;
  border: none;
  border-right: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid var(--txt-color);
  border-bottom: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid var(--txt-color);
  transform: rotate(-45deg);
}
#chogo .slider .slick-dots {
  position: absolute;
  bottom: max(-50px, -50 / var(--basis-width) * 100vw);
  width: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
#chogo .slider .slick-dots li {
  padding: 0 !important;
  margin: 0 min(15px, 15 / var(--basis-width) * 100vw);
  background-color: transparent;
}
#chogo .slider .slick-dots li:only-of-type {
  display: none;
}
#chogo .slider .slick-dots li button {
  font-size: 0;
  color: transparent;
  width: min(17px, 20 / var(--basis-width) * 100vw);
  height: min(17px, 20 / var(--basis-width) * 100vw);
  background-color: transparent;
  border: 1px solid rgba(71, 23, 0, 0.6);
  border-radius: 50%;
}
@media screen and (max-width: 400px) {
  #chogo .slider .slick-dots li button {
    border-width: 1px;
  }
}
#chogo .slider .slick-dots li.slick-active button {
  background-color: var(--txt-color);
}
#chogo .tab_wrap {
  margin-inline: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #chogo .tab_wrap.headerPosition .tab_group.tab_group_top {
    top: 14vw;
  }
}
#chogo .tab_wrap.sticking .tab_group_top .tab {
  aspect-ratio: 251/80;
  padding: 0.8em 0;
}
#chogo .tab_wrap .tab_group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
}
#chogo .tab_wrap .tab_group.tab_group_top {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #f3e8e4;
  margin-bottom: -1px;
}
#chogo .tab_wrap .tab_group.tab_group_top .tab.active:after {
  top: calc(100% - 1px);
  bottom: auto;
}
#chogo .tab_wrap .tab_group.tab_group_bottom {
  margin-top: -1px;
}
#chogo .tab_wrap .tab_group.tab_group_bottom .tab.active:after {
  top: auto;
  bottom: calc(100% - 1px);
}
#chogo .tab_wrap .tab_group .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.5%;
  aspect-ratio: 251/128;
  padding: 1.5em 0;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
#chogo .tab_wrap .tab_group .tab:hover {
  opacity: var(--opacity);
}
#chogo .tab_wrap .tab_group .tab.active:after {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  display: block;
  width: 100%;
  height: min(17px, 17 / var(--basis-width) * 100vw);
}
@media screen and (max-width: 768px) {
  #chogo .tab_wrap .tab_group .tab:target, #chogo .tab_wrap .tab_group .tab:visited, #chogo .tab_wrap .tab_group .tab:active, #chogo .tab_wrap .tab_group .tab:focus, #chogo .tab_wrap .tab_group .tab:focus-visible, #chogo .tab_wrap .tab_group .tab:focus-within, #chogo .tab_wrap .tab_group .tab:hover {
    opacity: 1;
  }
}
#chogo .tab_wrap .tab_group .tab img {
  width: auto;
  height: min(28px, 28 / var(--basis-width) * 100vw);
}
#chogo .tab_wrap .tab_group .tab.tab01 {
  background-color: var(--accent-color-03);
}
#chogo .tab_wrap .tab_group .tab.tab01.active:after {
  background-color: var(--accent-color-03);
}
#chogo .tab_wrap .tab_group .tab.tab02 {
  background-color: var(--accent-color-01);
}
#chogo .tab_wrap .tab_group .tab.tab02.active:after {
  background-color: var(--accent-color-01);
}
#chogo .tab_wrap .tab_group .tab.tab03 {
  background-color: var(--accent-color-02);
}
#chogo .tab_wrap .tab_group .tab.tab03.active:after {
  background-color: var(--accent-color-02);
}
#chogo .tab_wrap .content_group .content {
  display: none;
}
#chogo .tab_wrap .content_group .content.active {
  display: block;
}
#chogo .sec_inner {
  width: min(688px, 688 / var(--basis-width) * 100vw);
  margin-inline: auto;
}
#chogo .ttl_main .ttl_sub {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
#chogo .ttl_main .ttl_sub picture {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: min(35px, 35 / var(--basis-width) * 100vw);
  margin-inline: auto;
}
#chogo .ttl_main .line {
  position: relative;
  display: block;
  width: 102%;
  margin: 0 auto;
  padding: 1px 0 0;
}
#chogo .ttl_main .line span {
  position: absolute;
  top: 0;
  left: -1%;
  display: block;
  width: 0;
  height: 1px;
  margin: 0;
  background-color: rgba(71, 23, 0, 0.75);
  opacity: 0;
}
#chogo .ttl_main .line.on span {
  animation: border_anim 0.5s ease-in forwards;
}
@keyframes border_anim {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
#chogo h1.mv {
  contain: paint;
  display: block !important;
}
#chogo h1.mv .slider__wrap {
  position: relative;
}
#chogo h1.mv .slider__wrap .bnr_toCP {
  position: absolute;
  top: min(20px, 20 / var(--basis-width) * 100vw);
  left: min(24px, 24 / var(--basis-width) * 100vw);
  width: min(720px, 720 / var(--basis-width) * 100vw);
}
#chogo .concept {
  contain: paint;
  margin-top: min(56px, calc((56 / var(--basis-width)) * 100vw));
  padding: min(24px, 24 / var(--basis-width) * 100vw) 0;
}
#chogo .concept .sec_inner {
  position: relative;
  width: min(768px, 768 / var(--basis-width) * 100vw);
  padding: 1px 0;
  background-color: #ede0d9;
  background-image: url("../img/lp_chogo/bg_concept_2502.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}
#chogo .concept .sec_inner::before, #chogo .concept .sec_inner::after {
  content: "";
  position: absolute;
  top: max(-23px, -23 / var(--basis-width) * 100vw);
  left: 0;
  display: block;
  width: 100%;
  height: min(24px, 24 / var(--basis-width) * 100vw);
  background-image: url("../img/lp_chogo/bg_concept_2502_top.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
#chogo .concept .sec_inner::after {
  top: auto;
  bottom: max(-23px, -23 / var(--basis-width) * 100vw);
  background-image: url("../img/lp_chogo/bg_concept_2502_bottom.png");
  background-position: center top;
}
#chogo .concept .ttl_main h2 {
  margin: min(70px, 70 / var(--basis-width) * 100vw) auto 0;
}
#chogo .concept .ttl_main .ttl_sub picture {
  width: min(320px, 320 / var(--basis-width) * 100vw);
  margin-top: min(45px, 45 / var(--basis-width) * 100vw);
}
#chogo .concept .concept01 {
  position: relative;
  margin: min(74px, 74 / var(--basis-width) * 100vw) auto 0;
  text-align: left;
  z-index: 1;
}
#chogo .concept .concept01__image {
  width: min(413px, 413 / var(--basis-width) * 100vw);
  margin: 0 auto 0 0;
}
#chogo .concept .concept01__txt {
  position: absolute;
  top: min(93px, 93 / var(--basis-width) * 100vw);
  left: min(222px, 222 / var(--basis-width) * 100vw);
  width: min(548px, 548 / var(--basis-width) * 100vw);
}
#chogo .concept .concept02 {
  position: relative;
  margin: max(-90px, -90 / var(--basis-width) * 100vw) auto 0;
  text-align: right;
  z-index: 0;
}
#chogo .concept .concept02__image {
  width: min(412px, 412 / var(--basis-width) * 100vw);
  margin: 0 0 0 auto;
}
#chogo .concept .concept02__txt {
  position: absolute;
  top: min(130px, 130 / var(--basis-width) * 100vw);
  left: min(60px, 60 / var(--basis-width) * 100vw);
  width: min(640px, 640 / var(--basis-width) * 100vw);
}
#chogo .concept .notice {
  margin-top: min(35px, calc((35 / var(--basis-width)) * 100vw));
  margin-bottom: min(20px, calc((20 / var(--basis-width)) * 100vw));
  margin-inline: auto;
}
#chogo .cp2508 {
  contain: paint;
  margin-top: min(89px, calc((89 / var(--basis-width)) * 100vw));
  margin-bottom: min(89px, calc((89 / var(--basis-width)) * 100vw));
  padding-top: min(89px, calc((89 / var(--basis-width)) * 100vw));
  padding-bottom: min(44px, calc((44 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(728px, 728 / var(--basis-width) * 100vw);
  background-image: url("../img/lp_chogo/cp2508_bg.png"), linear-gradient(200deg, #741922 0%, #934141 80%, #934141 100%);
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% 100%;
  background-position: center top, center top;
  color: #fff;
}
#chogo .cp2508__desc {
  margin-top: min(35px, calc((35 / var(--basis-width)) * 100vw));
  font-size: clamp(15px, 32 / var(--basis-width) * 100vw, 32px);
  line-height: 1.625;
  letter-spacing: 0.1em;
}
#chogo .cp2508__img_01 {
  margin-top: min(65px, calc((65 / var(--basis-width)) * 100vw));
  width: 100%;
}
#chogo .cp2508__img_02 {
  margin-top: min(40px, calc((40 / var(--basis-width)) * 100vw));
  width: 100%;
}
#chogo .cp2508__note {
  margin-top: min(35px, calc((35 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(658px, 658 / var(--basis-width) * 100vw);
}
#chogo .menu {
  contain: paint;
  margin-top: min(40px, calc((40 / var(--basis-width)) * 100vw));
  padding-top: min(60px, calc((60 / var(--basis-width)) * 100vw));
}
#chogo .menu__list {
  margin-top: min(56px, calc((56 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  row-gap: min(37px, 37 / var(--basis-width) * 100vw);
  width: min(728px, 728 / var(--basis-width) * 100vw);
}
#chogo .menu__list li {
  position: relative;
}
#chogo .menu__list li .ico_new {
  position: absolute;
  top: max(-23px, -23 / var(--basis-width) * 100vw);
  left: 0;
  display: block;
  width: min(170px, 170 / var(--basis-width) * 100vw);
  aspect-ratio: 170/46;
}
#chogo .menu__list a {
  filter: drop-shadow(min(4px, 4 / var(--basis-width) * 100vw) min(7px, 7 / var(--basis-width) * 100vw) min(6px, 6 / var(--basis-width) * 100vw) rgba(71, 55, 43, 0.6));
  will-change: filter;
}
#chogo .menu .notice {
  margin-top: min(35px, calc((35 / var(--basis-width)) * 100vw));
}
#chogo .products.cleansing {
  margin-inline: auto;
  background-color: #f9ded2;
}
#chogo .products.cleansing hr.h_line {
  background-color: var(--txt-color);
}
#chogo .products.cleansing .notice {
  opacity: 1;
}
#chogo .products.cleansing .product .price-cp {
  color: var(--txt-color-03);
}
#chogo .products .ttl_limited + [id*=product_].product {
  margin: 0 auto;
}
#chogo .product {
  padding: 1px 0;
  padding-bottom: min(89px, calc((89 / var(--basis-width)) * 100vw));
}
#chogo .product .category {
  margin-top: min(50px, calc((50 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  font-size: clamp(17px, 34 / var(--basis-width) * 100vw, 34px);
  letter-spacing: 0.05em;
}
#chogo .product .category .fontS {
  display: block;
  font-size: 85%;
}
#chogo .product .catchcopy_01 {
  margin-top: min(56px, calc((56 / var(--basis-width)) * 100vw));
  margin-bottom: min(56px, calc((56 / var(--basis-width)) * 100vw));
  margin-inline: auto;
}
#chogo .product .catchcopy_02 {
  margin: max(-11px, -11 / var(--basis-width) * 100vw) auto 0;
  margin-bottom: min(56px, calc((56 / var(--basis-width)) * 100vw));
}
#chogo .product .image_wrap {
  margin-top: min(56px, calc((56 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  min-height: min(690px, 690 / var(--basis-width) * 100vw);
  z-index: 1;
}
#chogo #product_05.product .image_wrap {
  min-height: min(755px, 755 / var(--basis-width) * 100vw);
}

#chogo #product_16.product .image_wrap {
  min-height: min(755px, 755 / var(--basis-width) * 100vw);
}

#chogo #product_27.product .image_wrap {
  min-height: min(755px, 755 / var(--basis-width) * 100vw);
}

#chogo .product .image_wrap .image_bg {
  position: absolute;
  top: 0;
  left: min(72px, 72 / var(--basis-width) * 100vw);
  width: min(624px, 624 / var(--basis-width) * 100vw);
  overflow: hidden;
  border-radius: 50%;
  z-index: -1;
}
#chogo .product .image_wrap .ico_off {
  position: absolute;
  top: min(20px, 20 / var(--basis-width) * 100vw);
  left: min(20px, 20 / var(--basis-width) * 100vw);
  width: min(227px, 227 / var(--basis-width) * 100vw);
  aspect-ratio: 1/1;
  filter: drop-shadow(min(5px, 5 / var(--basis-width) * 100vw) min(5px, 5 / var(--basis-width) * 100vw) min(8px, 8 / var(--basis-width) * 100vw) rgba(53, 11, 9, 0.5));
  will-change: filter;
}
#chogo #product_09.product .image_wrap .ico_off {
  top: max(-35px, -35 / var(--basis-width) * 100vw);
}

#chogo .product .image_wrap .ico_present_01 {
  position: absolute;
  top: min(265px, 265 / var(--basis-width) * 100vw);
  left: min(20px, 20 / var(--basis-width) * 100vw);
  width: min(227px, 227 / var(--basis-width) * 100vw);
  filter: drop-shadow(min(5px, 5 / var(--basis-width) * 100vw) min(5px, 5 / var(--basis-width) * 100vw) min(8px, 8 / var(--basis-width) * 100vw) rgba(53, 11, 9, 0.5));
  will-change: filter;
}
#chogo #product_09.product .image_wrap .ico_present_01 {
  top: min(210px, 210 / var(--basis-width) * 100vw);
}

#chogo .product .image_wrap .ico_present_04 {
  position: absolute;
  bottom: min(20px, 20 / var(--basis-width) * 100vw);
  left: min(5px, 5 / var(--basis-width) * 100vw);
  width: min(270px, 270 / var(--basis-width) * 100vw);
}
#chogo .product .image_wrap .ico_present_05 {
  position: absolute;
  top: 0;
  right: min(20px, 20 / var(--basis-width) * 100vw);
  width: min(228px, 228 / var(--basis-width) * 100vw);
}
#chogo .product .tag_limited {
  display: inline-block;
  margin: 0 auto min(20px, 20 / var(--basis-width) * 100vw);
  padding: 0.3em 0.8em;
  line-height: 1em;
  border: 1px solid var(--txt-color-01);
  border-radius: 100cqh;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  letter-spacing: 0.1em;
}
#chogo .product h3 {
  font-size: clamp(18px, 35 / var(--basis-width) * 100vw, 35px);
}
#chogo .product .salename {
  margin: 0.5em auto;
  font-size: clamp(13px, 26 / var(--basis-width) * 100vw, 26px);
}
#chogo .product .price-default {
  margin-top: min(20px, calc((20 / var(--basis-width)) * 100vw));
  margin-bottom: min(20px, calc((20 / var(--basis-width)) * 100vw));
}
#chogo .product .price-default:has(+ .price-cp) {
  font-size: clamp(14px, 28 / var(--basis-width) * 100vw, 28px);
}
#chogo .product .price-default .delline {
  margin-left: min(12px, calc((12 / var(--basis-width)) * 100vw));
}
#chogo .product .price-default .delline::after {
  background-color: var(--txt-color-01);
}
#chogo .product .price-cp {
  margin-top: min(10px, calc((10 / var(--basis-width)) * 100vw));
  margin-bottom: min(25px, calc((25 / var(--basis-width)) * 100vw));
  color: var(--accent-color-04);
  font-size: clamp(18px, 34 / var(--basis-width) * 100vw, 34px);
}
#chogo .product .price-cp .price {
  margin-left: min(12px, calc((12 / var(--basis-width)) * 100vw));
  margin-right: 0.1em;
  font-size: 167%;
}
#chogo .product .price-cp .unit {
  font-size: 90%;
}
#chogo .product .capacity {
  font-size: clamp(15px, 32 / var(--basis-width) * 100vw, 32px);
}
#chogo .product .capacity__list {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0.3em auto 0;
  text-align: left;
}
#chogo .product .star_wrap .revico-star {
  margin: 0 auto min(15px, 15 / var(--basis-width) * 100vw);
}
#chogo .product hr.h_line {
  margin-top: min(50px, calc((50 / var(--basis-width)) * 100vw));
  margin-bottom: min(50px, calc((50 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  display: block;
  width: min(128px, 128 / var(--basis-width) * 100vw);
  height: 1px;
  background-color: var(--txt-color-01);
  border: none;
}
#chogo .product .description {
  margin: min(25px, 25 / var(--basis-width) * 100vw) auto;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  line-height: 1.59375;
}
@media screen and (max-width: 360px) {
  #chogo .product .description {
    font-size: clamp(15px, 32 / var(--basis-width) * 100vw, 32px);
  }
}
#chogo .product .btn_wrap {
  margin-top: min(56px, calc((56 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: 100%;
}
#chogo .product .view_details {
  margin: min(35px, 35 / var(--basis-width) * 100vw) auto 0;
}
#chogo .product .notice {
  margin-top: min(56px, calc((56 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  max-width: min(688px, 688 / var(--basis-width) * 100vw);
  opacity: 0.8;
}
#chogo .product .notice + p.note_1em {
  margin-top: 0.5em !important;
  opacity: 0.8;
}
#chogo .products-tab {
  margin-top: min(100px, calc((100 / var(--basis-width)) * 100vw));
  margin-inline: auto;
}
#chogo .products-tab .tab_wrap {
  contain: paint;
}
#chogo .products-tab .content {
  padding: min(16px, 16 / var(--basis-width) * 100vw) 0;
}
#chogo .products-tab .content .lead {
  padding: 1px 0;
  padding-bottom: min(149px, calc((149 / var(--basis-width)) * 100vw));
  background-color: #dfdfdd;
}
#chogo .products-tab .content .lead .ttl_main .ttl_sub .line {
  border-bottom: 1px solid var(--txt-color);
}
#chogo .products-tab .content .lead .catchcopy {
  margin-top: min(89px, calc((89 / var(--basis-width)) * 100vw));
  margin-inline: auto;
}
#chogo .products-tab .content .lead .patchtest {
  margin-top: min(56px, calc((56 / var(--basis-width)) * 100vw));
  margin-inline: auto;
}
#chogo .products-tab .content .lead .notice {
  margin-top: min(56px, calc((56 / var(--basis-width)) * 100vw));
  margin-inline: auto;
}
#chogo .products-tab .content .ingredient {
  position: relative;
  padding: 1px 0;
  padding-bottom: min(146px, 146 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content .ingredient::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: min(57px, 57 / var(--basis-width) * 100vw);
  background-color: inherit;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#chogo .products-tab .content .ingredient .key__list {
  display: flex;
  flex-direction: column;
  row-gap: min(56px, 56 / var(--basis-width) * 100vw);
  width: min(688px, 688 / var(--basis-width) * 100vw);
  margin-top: min(89px, 89 / var(--basis-width) * 100vw);
  margin-left: auto;
  margin-right: auto;
}
#chogo .products-tab .content .ingredient .key__list li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  padding: 1px 0;
}
#chogo .products-tab .content .ingredient .key__list li#youngan_key01 {
  min-height: min(545px, 545 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content .ingredient .key__list li#youngan_key02 {
  min-height: min(670px, 670 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content .ingredient .key__list li#youngan_key03 {
  min-height: min(545px, 545 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content .ingredient .key__list li#sosaeng_key01 {
  min-height: min(545px, 545 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content .ingredient .key__list li#sosaeng_key02 {
  min-height: min(610px, 610 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content .ingredient .key__list li#sosaeng_key03 {
  min-height: min(590px, 590 / var(--basis-width) * 100vw);
}
@media screen and (max-width: 400px) {
  #chogo .products-tab .content .ingredient .key__list li#sosaeng_key03 {
    min-height: min(650px, 650 / var(--basis-width) * 100vw);
  }
}
#chogo .products-tab .content .ingredient .key__list li#geumsul_key01 {
  min-height: min(545px, 545 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content .ingredient .key__list li#geumsul_key02 {
  min-height: min(610px, 610 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content .ingredient .key__list li#geumsul_key03 {
  min-height: min(545px, 545 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content .ingredient .key__list li#geumsul_key04 {
  min-height: min(590px, 590 / var(--basis-width) * 100vw);
}
@media screen and (max-width: 400px) {
  #chogo .products-tab .content .ingredient .key__list li#geumsul_key04 {
    min-height: min(655px, 655 / var(--basis-width) * 100vw);
  }
}
#chogo .products-tab .content .ingredient .key__list hgroup {
  position: relative;
  text-align: left;
}
#chogo .products-tab .content .ingredient .key__list hgroup .ttl_key {
  width: min(53px, 53 / var(--basis-width) * 100vw);
  margin: 0;
}
#chogo .products-tab .content .ingredient .key__list hgroup .ttl_txt {
  width: 100%;
  margin: min(34px, 34 / var(--basis-width) * 100vw) 0 0;
}
#chogo .products-tab .content .ingredient .key__list .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: min(408px, 408 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content .ingredient .key__list .txt {
  position: relative;
  width: min(708px, 768 / var(--basis-width) * 100vw);
  margin: 0 auto 0 max(-40px, -40 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content .ingredient .key__list .note {
  position: relative;
  margin: 0.3em 0 0;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  line-height: 1.5925925926;
}
#chogo .products-tab .content .ingredient .key__notice {
  margin-top: min(56px, calc((56 / var(--basis-width)) * 100vw));
  opacity: 0.7;
}
#chogo .products-tab .content.content_03 .ingredient .key__notice {
  color: #000;
}

#chogo .products-tab .content .ingredient__lineup h3 {
  margin-top: min(89px, calc((89 / var(--basis-width)) * 100vw));
}
#chogo .products-tab .content .ingredient__lineup__list {
  margin-top: min(56px, calc((56 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(720px, 720 / var(--basis-width) * 100vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: min(13px, 13 / var(--basis-width) * 100vw);
       column-gap: min(13px, 13 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content .ingredient__lineup__list li {
  width: min(170px, 170 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content .products {
  position: relative;
  padding-top: 1px;
  padding-bottom: min(40px, calc((40 / var(--basis-width)) * 100vw));
  color: var(--txt-color-01);
}
#chogo .products-tab .content .products::before {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: min(57px, 57 / var(--basis-width) * 100vw);
  background-color: inherit;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
#chogo .products-tab .content .products .ttl_limited {
  margin-top: min(50px, 50 / var(--basis-width) * 100vw);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.7em;
       column-gap: 0.7em;
  font-size: clamp(20px, 44 / var(--basis-width) * 100vw, 44px);
  letter-spacing: 0.1em;
}
#chogo .products-tab .content .products .ttl_limited::after, #chogo .products-tab .content .products .ttl_limited::before {
  content: "";
  flex-grow: 5;
  width: 1em;
  max-width: 50%;
  height: 1px;
  background-color: var(--txt-color-01);
}
#chogo .products-tab .content .products .price_list {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
#chogo .products-tab .content .products .price_list + .capacity {
  margin: 1em auto 0;
}
#chogo .products-tab .content .products .price_list .price-default {
  margin: min(10px, 15 / var(--basis-width) * 100vw);
  margin-left: 0;
}
#chogo .products-tab .content .products .price_list.off10per .price-default, #chogo .products-tab .content .products .price_list.first .price-default {
  color: #f4d1a2;
  font-size: clamp(14px, 28 / var(--basis-width) * 100vw, 28px);
}
#chogo .products-tab .content .products .price_list.off10per .price-default .price, #chogo .products-tab .content .products .price_list.first .price-default .price {
  font-size: clamp(26px, 46 / var(--basis-width) * 100vw, 46px);
}
#chogo .products-tab .content .products .price_list.off10per .price-default .unit, #chogo .products-tab .content .products .price_list.first .price-default .unit {
  font-size: 85%;
}
#chogo .products-tab .content .products .price_list.first .price-default {
  font-weight: bold;
  color: var(--accent-color-04);
}
#chogo .products-tab .content .products .price_list.first.CP2508 .price-default {
  color: #f4d1a2;
}
#chogo .products-tab .content .products .price_list.normal .price-default, #chogo .products-tab .content .products .price_list.second .price-default {
  color: inherit;
  font-size: clamp(12.5px, 25 / var(--basis-width) * 100vw, 25px);
}
#chogo .products-tab .content .products .price_list.normal .price-default .price, #chogo .products-tab .content .products .price_list.second .price-default .price {
  font-size: clamp(22px, 41 / var(--basis-width) * 100vw, 41px);
}
#chogo .products-tab .content .products .price_list.normal .price-default .unit, #chogo .products-tab .content .products .price_list.second .price-default .unit {
  font-size: 85%;
}
#chogo .products-tab .content .products .price_list.normal .price-default .line {
  margin: 0 0 0 0.5em;
  padding: 0 0.1em 0 0;
  background-image: linear-gradient(180deg, transparent 0%, transparent 45%, var(--txt-color-01) 45%, var(--txt-color-01) calc(45% + 1px), transparent calc(45% + 1px), transparent 100%);
}
@media screen and (max-width: 768px) {
  #chogo .products-tab .content .products .price_list.normal .price-default .line {
    background-image: linear-gradient(180deg, transparent 0%, transparent 50%, var(--txt-color-01) 50%, var(--txt-color-01) calc(50% + 1px), transparent calc(50% + 1px), transparent 100%);
  }
}
#chogo .products-tab .content .products .price_list.normal .price-default .line .price {
  margin-left: 0;
}
#chogo .products-tab .content .products .price_list .discount {
  margin: 0;
  padding: 0;
  transform: translateY(min(5px, 5 / var(--basis-width) * 100vw));
}
#chogo .products-tab .content .products .price_list .discount.color01 {
  background-color: #f4d1a2;
}
#chogo .products-tab .content .products .price_list .discount.color02 {
  background-color: var(--txt-color-01);
}
#chogo .products-tab .content .products .price_list .discount.color03 {
  background-color: var(--accent-color-04);
}
#chogo .products-tab .content .products .price_list .discount img {
  width: auto;
  height: min(33px, 33 / var(--basis-width) * 100vw);
}
@media screen and (max-width: 360px) {
  #chogo .products-tab .content .products .price_list .discount img {
    height: min(38px, 38 / var(--basis-width) * 100vw);
  }
}
#chogo .products-tab .content .products .subscription {
  width: min(598px, 598 / var(--basis-width) * 100vw);
  margin: min(45px, 45 / var(--basis-width) * 100vw) auto min(30px, 30 / var(--basis-width) * 100vw);
  padding: min(45px, 45 / var(--basis-width) * 100vw) 0 min(25px, 25 / var(--basis-width) * 100vw);
  border: 1px solid var(--txt-color-01);
}
@media screen and (max-width: 360px) {
  #chogo .products-tab .content .products .subscription {
    width: min(598px, 660 / var(--basis-width) * 100vw);
  }
}
#chogo .products-tab .content .products .subscription h4 {
  width: -moz-fit-content;
  width: fit-content;
  margin: max(-70px, -70 / var(--basis-width) * 100vw) auto 0;
  padding: 0 1.2em;
  font-size: clamp(16px, 31 / var(--basis-width) * 100vw, 31px);
  letter-spacing: 0.3em;
}
#chogo .products-tab .content .products #product_07 .subscription h4, .products #chogo .products-tab .content #product_07 .subscription h4 {
  letter-spacing: 0.1em;
}

#chogo .products-tab .content .products .subscription .price_list {
  margin: min(15px, 20 / var(--basis-width) * 100vw) auto 0;
}
#chogo .products-tab .content .products .subscription .price_list.CP2508 .price-default {
  color: #f4d1a2;
}
#chogo .products-tab .content .products .subscription .price_list .price-default {
  margin: 0;
  margin-right: min(10px, 15 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content .products .subscription .price_list.first .price-default {
  font-size: clamp(14px, 28 / var(--basis-width) * 100vw, 28px);
}
#chogo .products-tab .content .products .subscription .price_list.first .price-default .price {
  font-size: clamp(25px, 46 / var(--basis-width) * 100vw, 46px);
}
#chogo .products-tab .content .products .subscription .price_list.second .price-default {
  font-size: clamp(12.5px, 25 / var(--basis-width) * 100vw, 25px);
}
#chogo .products-tab .content .products .subscription .price_list.second .price-default .price {
  font-size: clamp(22px, 41 / var(--basis-width) * 100vw, 41px);
}
#chogo .products-tab .content .products .subscription .price_list.normal {
  margin: min(20px, 20 / var(--basis-width) * 100vw) auto;
}
#chogo .products-tab .content .products .subscription .price_list.normal .price-default {
  font-size: clamp(12.5px, 25 / var(--basis-width) * 100vw, 25px);
}
#chogo .products-tab .content .products .subscription .price_list.normal .price-default .price {
  font-size: clamp(18px, 36 / var(--basis-width) * 100vw, 36px);
}
#chogo .products-tab .content .products .subscription .price_list .discount {
  margin: 0;
  padding: 0;
  transform: translateY(min(5px, 5 / var(--basis-width) * 100vw));
}
#chogo .products-tab .content .products .subscription .price_list .discount.color01 {
  background-color: #f4d1a2;
}
#chogo .products-tab .content .products .subscription .price_list .discount.color02 {
  background-color: var(--txt-color-01);
}
#chogo .products-tab .content .products .subscription .price_list .discount.color03 {
  background-color: var(--accent-color-04);
}
#chogo .products-tab .content .products .subscription .price_list .discount img {
  width: auto;
  height: min(33px, 33 / var(--basis-width) * 100vw);
}
@media screen and (max-width: 360px) {
  #chogo .products-tab .content .products .subscription .price_list .discount img {
    height: min(38px, 38 / var(--basis-width) * 100vw);
  }
}
#chogo .products-tab .content .products .subscription .option {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: min(15px, 15 / var(--basis-width) * 100vw);
       column-gap: min(15px, 15 / var(--basis-width) * 100vw);
  margin: min(15px, 20 / var(--basis-width) * 100vw) auto 0;
}
#chogo .products-tab .content .products .subscription .option .ico {
  width: min(76px, 76 / var(--basis-width) * 100vw);
  margin: 0;
}
#chogo .products-tab .content .products .subscription .option p {
  display: inline-block;
  font-size: clamp(13px, 28 / var(--basis-width) * 100vw, 28px);
  line-height: 1.3928571429;
  text-align: left;
}
#chogo .products-tab .content .products .subscription .option .thumb_wrap {
  width: min(100px, 100 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content .products .star_wrap .star .revico-star-block--total {
  color: var(--txt-color-01);
}
#chogo .products-tab .content .products .btn_wrap .cart-btn.btn01 .inner {
  filter: drop-shadow(min(1px, 1 / var(--basis-width) * 100vw) min(1px, 1 / var(--basis-width) * 100vw) min(10px, 10 / var(--basis-width) * 100vw) #680000);
  will-change: filter;
}
#chogo .products-tab .content .products .btn_wrap .cart-btn.btn02 .inner {
  filter: drop-shadow(min(1px, 1 / var(--basis-width) * 100vw) min(1px, 1 / var(--basis-width) * 100vw) min(10px, 10 / var(--basis-width) * 100vw) #512e17);
  will-change: filter;
}
#chogo .products-tab .content .products .btn_list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: min(696px, 696 / var(--basis-width) * 100vw);
  margin: 0 auto;
}
#chogo .products-tab .content .products .btn_list li {
  width: -moz-fit-content;
  width: fit-content;
}
#chogo .products-tab .content .products .btn_list .btn_wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
#chogo .products-tab .content .products .btn_list .view_details {
  font-size: clamp(14px, 30 / var(--basis-width) * 100vw, 30px);
}
#chogo .products-tab .content .products .note_1em {
  width: -moz-fit-content;
  width: fit-content;
  max-width: min(708px, 708 / var(--basis-width) * 100vw);
  margin: min(50px, 50 / var(--basis-width) * 100vw) auto 0;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  letter-spacing: -0.05em;
}
#chogo .products-tab .content.content_01 {
  background-color: var(--accent-color-03);
}
#chogo .products-tab .content.content_01 .ttl_main .ttl_sub picture {
  width: min(304px, 304 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content.content_01 .ingredient {
  background-color: #7a3940;
}
#chogo .products-tab .content.content_01 .ingredient .note,
#chogo .products-tab .content.content_01 .ingredient .notice {
  opacity: 1;
  color: var(--txt-color-02);
}
#chogo .products-tab .content.content_01 .products {
  background-color: var(--accent-color-03);
}
#chogo .products-tab .content.content_01 .products .subscription h4 {
  background-color: var(--accent-color-03);
}
#chogo .products-tab .content.content_01 .revico-star .revico-star-block--title,
#chogo .products-tab .content.content_01 .revico-star .revico-star-block--total {
  color: var(--txt-color-01);
}
#chogo .products-tab .content.content_02 {
  background-color: var(--accent-color-01);
}
#chogo .products-tab .content.content_02 .ttl_main .ttl_sub picture {
  width: min(304px, 304 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content.content_02 .ingredient {
  background-color: var(--accent-color-01);
}
#chogo .products-tab .content.content_02 .ingredient .note,
#chogo .products-tab .content.content_02 .ingredient .notice {
  color: var(--txt-color-01);
}
#chogo .products-tab .content.content_02 .products {
  background-color: #75050d;
}
#chogo .products-tab .content.content_02 .products .subscription h4 {
  background-color: #75050d;
}
#chogo .products-tab .content.content_02 .revico-star .revico-star-block--title,
#chogo .products-tab .content.content_02 .revico-star .revico-star-block--total {
  color: var(--txt-color-01);
}
#chogo .products-tab .content.content_03 {
  background-color: #f7ecdb;
}
#chogo .products-tab .content.content_03 .ttl_main .ttl_sub picture {
  width: min(313px, 313 / var(--basis-width) * 100vw);
}
#chogo .products-tab .content.content_03 .ingredient {
  background-color: #f7ecdb;
}
#chogo .products-tab .content.content_03 .products {
  background-color: #5b371e;
}
#chogo .products-tab .content.content_03 .products .subscription h4 {
  background-color: #5b371e;
}
#chogo .products-tab .content.content_03 .revico-star .revico-star-block--title,
#chogo .products-tab .content.content_03 .revico-star .revico-star-block--total {
  color: #f7ecdb;
}
#chogo .end {
  contain: paint;
  background-color: #f9ded2;
}
#chogo .end .notice {
  margin-top: min(89px, 89 / var(--basis-width) * 100vw);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .block-page-caption,
  .block-page-freespace--top,
  .block-page-freespace--bottom,
  .block-page-block--contents,
  .block-page-block {
    margin: 0;
  }
}
@media screen and (max-width: 768px) and (any-hover: hover) {
  #chogo a:hover,
  #chogo a *:hover,
  #chogo button:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  #chogo a:active,
  #chogo a:focus,
  #chogo button:active {
    opacity: var(--opacity);
  }
}/*# sourceMappingURL=lp_chogo_03.css.map */