<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --main-color: #fff;
  --main-rgb: 255, 255, 255;
  --base-color: #e5b7dc;
  --opacity: 0.7;
  --basis-width: 768;
  --txt-color: #000;
  --accent-color-01: #93278f;
  --accent-color-02: #e21781;
}
@media screen and (max-width: 768px) {
  :root {
    --basis-width: 768;
  }
}

.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;
}

.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_glow_cp/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: -1;
}

#glow_cp {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  background-color: rgba(229, 183, 220, 0.25);
  color: var(--txt-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  text-align: center;
  overflow-wrap: anywhere;
  line-break: strict;
}
#glow_cp a {
  color: inherit;
  transition: 0.5s;
  display: block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#glow_cp a:hover {
  opacity: var(--opacity);
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#glow_cp a:focus {
  text-decoration: none;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#glow_cp a:link, #glow_cp a:active, #glow_cp a:hover, #glow_cp a:focus {
  outline: none !important;
  -moz-outline-style: none;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#glow_cp a.underline {
  display: inline;
  outline: none;
  -moz-outline-style: none;
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.2em;
}
#glow_cp .noneUL:target, #glow_cp .noneUL:visited, #glow_cp .noneUL:active, #glow_cp .noneUL:focus, #glow_cp .noneUL:focus-visible, #glow_cp .noneUL:focus-within, #glow_cp .noneUL:hover {
  text-decoration: none;
}
#glow_cp img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  height: auto;
}
#glow_cp button {
  padding: 0;
  border: none;
  font: inherit;
  background: none;
  transition: 0.5s;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#glow_cp button:hover {
  opacity: var(--opacity);
}
#glow_cp picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#glow_cp b, #glow_cp strong {
  font-weight: 600;
  font-weight: bold;
}
#glow_cp .ul {
  text-decoration: underline;
}
#glow_cp .alL {
  text-align: left;
}
#glow_cp .alR {
  text-align: right;
}
#glow_cp .alC {
  text-align: center;
}
#glow_cp .alJ {
  text-align: justify;
}
#glow_cp .notice {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: clamp(16px, 34 / var(--basis-width) * 100vw, 34px);
  line-height: calc(33 / 24);
  text-align: left;
}
#glow_cp .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;
}
#glow_cp span.note_1em,
#glow_cp p.note_1em,
#glow_cp .note_1em dd,
#glow_cp .note_1em li {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0.3em auto;
  font-size: clamp(16px, 34 / var(--basis-width) * 100vw, 34px);
  text-align: justify;
}
#glow_cp .note_free {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 0.1em;
       column-gap: 0.1em;
  row-gap: 0.3em;
  font-size: clamp(16px, 34 / var(--basis-width) * 100vw, 34px);
  text-align: justify;
}
#glow_cp .note_free dt {
  text-indent: 0;
  padding-left: 0;
}
#glow_cp .note_free span.note_1em,
#glow_cp .note_free p.note_1em,
#glow_cp .note_free .note_1em li {
  margin: 0;
}
#glow_cp sup {
  font-size: clamp(8px, 12 / var(--basis-width) * 100vw, 12px);
  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;
}
#glow_cp sup.narrow01 {
  margin-left: -0.6em;
  margin-right: 0;
  letter-spacing: -0.2em;
}
#glow_cp sup.narrow02 {
  margin-right: -0.1em;
  margin-right: 0;
}
#glow_cp .small {
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(16px, calc((15 / var(--basis-width)) * 100vw), 15px);
  line-height: 1.6;
  text-align: left;
  letter-spacing: normal;
  vertical-align: baseline;
}
#glow_cp .caption {
  font-size: clamp(16px, calc((12 / var(--basis-width)) * 100vw), 12px);
  line-height: 1.5;
  text-align: left;
  vertical-align: super;
  letter-spacing: normal;
}
#glow_cp .plain {
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  line-height: 1.8;
  text-align: justify;
}
#glow_cp .vid_contents {
  position: relative;
  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);
}
#glow_cp .vid_contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
#glow_cp .vid_main {
  width: 100%;
}
#glow_cp video {
  width: 100%;
}
#glow_cp .float {
  animation: btn-float 1s ease-in-out infinite alternate;
}
@keyframes btn-float {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(12px);
  }
}
#glow_cp .fadein {
  opacity: 0;
  transform: translateY(5px);
  transition: all 1s;
}
#glow_cp .fadein__on {
  animation: fadein 0.7s ease 1 alternate forwards;
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#glow_cp .line {
  position: relative;
  display: block;
  width: 102%;
  margin: 0 auto;
  padding: 1px 0 0;
}
#glow_cp .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;
}
#glow_cp .line__on {
  animation: border_anim 0.5s ease-in forwards;
}
@keyframes border_anim {
  0% {
    width: 0%;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}
#glow_cp .topfadeIn {
  animation: topfadeIn 3s ease 0s 1 normal;
}
@keyframes topfadeIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#glow_cp .fadeInV {
  animation: fadeInV 0.5s step-start 1s alternate infinite;
}
@keyframes fadeInV {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
#glow_cp .toggle--arrow,
#glow_cp .toggle--adjust {
  position: relative;
  padding-right: 1.5em;
  list-style: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
#glow_cp .toggle--arrow::after, #glow_cp .toggle--arrow::before,
#glow_cp .toggle--adjust::after,
#glow_cp .toggle--adjust::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7%;
  display: block;
  width: 0.8em;
  height: 0.8em;
  background-color: #fff;
  -webkit-clip-path: inset(45% 0 45% 0);
          clip-path: inset(45% 0 45% 0);
  transform: translateY(-50%);
  transition: 0.2s;
}
#glow_cp .toggle--arrow::after,
#glow_cp .toggle--adjust::after {
  -webkit-clip-path: inset(0 45% 0 45%);
          clip-path: inset(0 45% 0 45%);
}
#glow_cp .toggle--arrow::after {
  display: none;
}
#glow_cp .details[open] &gt; .toggle--adjust::after {
  transform: rotate(90deg) translate(-50%, 0%);
}
#glow_cp summary::-webkit-details-marker {
  display: none;
}
#glow_cp .details {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#glow_cp .details_inner {
  margin-left: auto;
  margin-right: auto;
  padding-top: min(38px, calc((38 / var(--basis-width)) * 100vw));
}
#glow_cp .toggle--adjust {
  width: min(328px, 328 / var(--basis-width) * 100vw);
  aspect-ratio: 328/80;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.8em 1.8em 0.8em 0.8em;
  color: #fff;
  font-size: clamp(15px, 28 / var(--basis-width) * 100vw, 28px);
  letter-spacing: 0.1em;
  line-height: 1em;
  background: none;
  border: 1px solid var(--txt-color);
}
#glow_cp .priceset {
  color: var(--txt-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
}
#glow_cp .priceset .unit {
  font-size: 65%;
}
#glow_cp .price-default {
  display: inline-block;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  white-space: nowrap;
  line-height: 1.2em;
}
#glow_cp .price-default .delline {
  position: relative;
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0.15em;
  margin-left: 0.15em;
}
#glow_cp .price-default .delline::after {
  content: "";
  position: absolute;
  top: 48%;
  left: -1%;
  display: block;
  width: 102%;
  height: 1px;
  background-color: var(--txt-color);
}
#glow_cp .price-default .price {
  display: inline-block;
  color: inherit;
  font-size: inherit;
  margin-right: 0.1em;
}
#glow_cp .price-default .unit {
  display: inline-block;
  font-size: 80%;
  letter-spacing: 0.01em;
  transform: translateY(-0.1em);
}
#glow_cp .price-cp {
  display: inline-block;
  margin: 0;
  color: var(--txt-color);
  font-size: min(58px, 58 / var(--basis-width) * 100vw);
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.2em;
}
#glow_cp .price-cp .price {
  display: inline-block;
  margin-right: 0.05em;
  color: inherit;
  font-size: inherit;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 768px) {
  #glow_cp .price-cp .price {
    letter-spacing: 0;
  }
}
#glow_cp .price-cp .unit {
  display: inline-block;
  color: inherit;
  font-size: 60%;
  letter-spacing: 0.01em;
  transform: translateY(-0.05em);
}
#glow_cp .discount {
  display: inline-block;
  margin: 0 auto;
  padding: 0.3em 0.5em;
  background-color: var(--accent-color-01);
  color: #fff;
  font-weight: bold;
}
#glow_cp .view_details {
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  letter-spacing: 0.1em;
}
#glow_cp .view_details a {
  text-decoration: underline;
  text-decoration-thickness: max(1px, 0.03em);
  text-underline-offset: 0.1em;
}
#glow_cp .notice_url a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 0.2em;
       column-gap: 0.2em;
  border-bottom: 1px solid var(--txt-color);
  line-height: 1em;
  color: inherit;
  font-size: inherit;
}
#glow_cp .notice_url a:target, #glow_cp .notice_url a:visited, #glow_cp .notice_url a:active, #glow_cp .notice_url a:focus, #glow_cp .notice_url a:focus-visible, #glow_cp .notice_url a:focus-within, #glow_cp .notice_url a:hover {
  text-decoration: none;
}
#glow_cp .notice_url i {
  color: inherit;
  font-size: 110%;
}
#glow_cp .star_wrap {
  overflow: hidden;
}
#glow_cp .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;
}
#glow_cp .star_wrap .star .revico-star {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #glow_cp .star_wrap .star {
    transform: scale(1.2);
  }
}
@media screen and (max-width: 740px) {
  #glow_cp .star_wrap .star {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 700px) {
  #glow_cp .star_wrap .star {
    transform: scale(1.06);
  }
}
@media screen and (max-width: 660px) {
  #glow_cp .star_wrap .star {
    transform: scale(1.02);
  }
}
@media screen and (max-width: 620px) {
  #glow_cp .star_wrap .star {
    transform: scale(0.98);
  }
}
@media screen and (max-width: 580px) {
  #glow_cp .star_wrap .star {
    transform: scale(0.94);
  }
}
@media screen and (max-width: 540px) {
  #glow_cp .star_wrap .star {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 500px) {
  #glow_cp .star_wrap .star {
    transform: scale(0.86);
  }
}
@media screen and (max-width: 460px) {
  #glow_cp .star_wrap .star {
    transform: scale(0.82);
  }
}
@media screen and (max-width: 420px) {
  #glow_cp .star_wrap .star {
    transform: scale(0.78);
  }
}
@media screen and (max-width: 380px) {
  #glow_cp .star_wrap .star {
    transform: scale(0.74);
  }
}
@media screen and (max-width: 340px) {
  #glow_cp .star_wrap .star {
    transform: scale(0.7);
  }
}
#glow_cp .thumb_wrap {
  position: relative;
  margin-inline: auto;
}
#glow_cp .thumb_wrap .ico {
  position: absolute;
  top: -8%;
  right: -6%;
  width: min(185px, 185 / var(--basis-width) * 100vw);
  aspect-ratio: 1/1;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
#glow_cp .items {
  width: 100%;
  margin-inline: auto;
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(2, min(346px, 346 / var(--basis-width) * 100vw));
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
}
#glow_cp .items li {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr;
  grid-template-rows: subgrid;
  grid-row: span 6;
  grid-template-areas: "tag" "thumb_wrap" "name" "price" "btn_wrap" "view_details";
  row-gap: 0;
  -moz-column-gap: 0;
       column-gap: 0;
  padding: 0;
}
#glow_cp .items li:nth-of-type(n+3) {
  margin-top: min(113px, calc((113 / var(--basis-width)) * 100vw));
}
#glow_cp .items .tag {
  grid-area: tag;
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 0.3em 0.8em;
  line-height: 1em;
  border: 1px solid var(--txt-color);
  border-radius: 100cqh;
  font-size: clamp(13px, 26 / var(--basis-width) * 100vw, 26px);
}
#glow_cp .items .thumb_wrap {
  grid-area: thumb_wrap;
  margin-top: min(23px, calc((23 / var(--basis-width)) * 100vw));
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
#glow_cp .items .name {
  grid-area: name;
  margin: 1em auto;
  font-size: clamp(14px, 27 / var(--basis-width) * 100vw, 27px);
  line-height: calc(38 / 27);
  letter-spacing: -0.02em;
  text-align: center;
  word-break: auto-phrase;
}
#glow_cp .items .shipping .shipping_tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0.8em auto 0;
  padding: 0.3em 0.8em;
  line-height: 1em;
  background-color: transparent;
  border: 1px solid var(--accent-color-02);
  border-radius: 100cqh;
  color: var(--accent-color-02);
  font-size: clamp(13px, 26 / var(--basis-width) * 100vw, 26px);
  letter-spacing: 0.08em;
}
#glow_cp .items .price {
  grid-area: price;
}
#glow_cp .items .price .price-default {
  font-size: clamp(23px, 42 / var(--basis-width) * 100vw, 42px);
}
#glow_cp .items .price .price-default .unit {
  font-size: 60%;
}
#glow_cp .items .btn_wrap {
  grid-area: btn_wrap;
}
#glow_cp .items .btn_wrap .cart-btn-shop {
  margin-top: min(25px, calc((25 / var(--basis-width)) * 100vw));
  margin-bottom: min(20px, calc((20 / var(--basis-width)) * 100vw));
}
#glow_cp .items .view_details {
  grid-area: view_details;
  margin-top: min(15px, calc((15 / var(--basis-width)) * 100vw));
  font-size: clamp(14px, 27 / var(--basis-width) * 100vw, 27px);
}
#glow_cp .cart-btn-shop,
#glow_cp .cart-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
  width: 80%;
  aspect-ratio: 650/190;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--accent-color-01);
  color: #fff;
  font-size: clamp(20px, 39 / var(--basis-width) * 100vw, 39px);
  letter-spacing: 0.08em;
}
#glow_cp .cart-btn-shop:target, #glow_cp .cart-btn-shop:visited, #glow_cp .cart-btn-shop:active, #glow_cp .cart-btn-shop:focus, #glow_cp .cart-btn-shop:focus-visible, #glow_cp .cart-btn-shop:focus-within, #glow_cp .cart-btn-shop:hover,
#glow_cp .cart-btn:target,
#glow_cp .cart-btn:visited,
#glow_cp .cart-btn:active,
#glow_cp .cart-btn:focus,
#glow_cp .cart-btn:focus-visible,
#glow_cp .cart-btn:focus-within,
#glow_cp .cart-btn:hover {
  text-decoration: none;
}
#glow_cp .cart-btn-shop.unreleased, #glow_cp .cart-btn-shop.soldout,
#glow_cp .cart-btn.unreleased,
#glow_cp .cart-btn.soldout {
  display: flex !important;
  padding: 0 !important;
  background-color: #868686 !important;
  box-shadow: unset !important;
  filter: unset !important;
}
#glow_cp .cart-btn-shop.soldout,
#glow_cp .cart-btn.soldout {
  font-size: clamp(18px, 36 / var(--basis-width) * 100vw, 36px);
}
#glow_cp .cart-btn-shop .fontS,
#glow_cp .cart-btn .fontS {
  font-size: 67%;
}
#glow_cp .cart-btn-shop i,
#glow_cp .cart-btn i {
  color: inherit;
  font-size: 105%;
  transform: translateY(-0.05em);
}
#glow_cp .cart-btn-shop.arrow,
#glow_cp .cart-btn.arrow {
  padding-right: 1em;
}
#glow_cp .cart-btn-shop.arrow::after,
#glow_cp .cart-btn.arrow::after {
  content: "";
  position: absolute;
  top: 48%;
  right: min(60px, 60 / var(--basis-width) * 100vw);
  display: block;
  width: 0.55em;
  height: 0.55em;
  transform: rotate(45deg) translateY(-50%);
  border-right: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid #fff;
  border-top: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid #fff;
  -webkit-clip-path: unset;
          clip-path: unset;
}
#glow_cp .cart-btn-shop.sub,
#glow_cp .cart-btn.sub {
  margin-top: 0.9em;
  padding-top: 0.3em;
}
#glow_cp .cart-btn-shop.sub .subtitle,
#glow_cp .cart-btn.sub .subtitle {
  position: absolute;
  top: 0;
  left: 50%;
  width: -moz-max-content;
  width: max-content;
  transform: translate(-50%, -50%);
  padding: 0.4em 1em;
  background: #fff;
  border-radius: 100cqh;
  line-height: 1em;
  color: var(--accent-color-01);
  font-size: clamp(12px, 20 / var(--basis-width) * 100vw, 20px);
  font-weight: bold;
  letter-spacing: 0.05em;
}
#glow_cp .cart-btn-shop.icoPlus,
#glow_cp .cart-btn.icoPlus {
  padding: 0 2em;
}
@media screen and (max-width: 768px) {
  #glow_cp .cart-btn-shop.icoPlus,
  #glow_cp .cart-btn.icoPlus {
    padding: 0 2em 0 2.6em;
  }
}
#glow_cp .cart-btn-shop.icoPlus .ico_img,
#glow_cp .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;
}
#glow_cp .cart-btn-shop.icoPlus .ico_img img,
#glow_cp .cart-btn.icoPlus .ico_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#glow_cp .cart-btn-shop.row2,
#glow_cp .cart-btn.row2 {
  line-height: 1.5em;
}
#glow_cp .cart-btn-shop.row2 .inner,
#glow_cp .cart-btn.row2 .inner {
  margin-top: -0.1em;
  text-align: center;
}
#glow_cp .cart-btn-shop {
  -moz-column-gap: 0.4em;
       column-gap: 0.4em;
  width: 100%;
  aspect-ratio: 346/144;
  background-color: var(--accent-color-02);
  color: #fff;
  font-size: clamp(17px, 35 / var(--basis-width) * 100vw, 35px);
  font-weight: normal;
}
#glow_cp .cart-btn-shop.unreleased, #glow_cp .cart-btn-shop.soldout {
  font-size: clamp(15px, 35 / var(--basis-width) * 100vw, 35px) !important;
}
#glow_cp .cart-btn-shop.arrow {
  padding-right: 1.2em;
}
@media screen and (max-width: 360px) {
  #glow_cp .cart-btn-shop.arrow {
    padding-right: 0.9em;
  }
}
#glow_cp .cart-btn-shop.arrow::after {
  content: "";
  position: absolute;
  top: 49%;
  right: 1.4em;
  display: block;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border-right: clamp(2px, 3 / var(--basis-width) * 100vw, 3px) solid #fff;
  border-top: clamp(2px, 3 / var(--basis-width) * 100vw, 3px) solid #fff;
  -webkit-clip-path: unset;
          clip-path: unset;
}
@media screen and (max-width: 360px) {
  #glow_cp .cart-btn-shop.arrow::after {
    top: 48%;
    right: 1em;
  }
}
#glow_cp .cart-btn-shop i {
  color: inherit;
  font-size: 103%;
}
#glow_cp .top_btn_wrap {
  padding-top: min(113px, calc((113 / var(--basis-width)) * 100vw));
  padding-bottom: min(198px, calc((198 / var(--basis-width)) * 100vw));
}
#glow_cp .btn-contact,
#glow_cp .top_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  aspect-ratio: 640/168;
  margin: 0 auto;
  padding: 0;
  border: 2px solid var(--txt-color);
  color: var(--txt-color);
  font-size: clamp(17px, 34 / var(--basis-width) * 100vw, 34px);
  letter-spacing: 0.05em;
}
#glow_cp .btn-contact:target, #glow_cp .btn-contact:visited, #glow_cp .btn-contact:active, #glow_cp .btn-contact:focus, #glow_cp .btn-contact:focus-visible, #glow_cp .btn-contact:focus-within, #glow_cp .btn-contact:hover,
#glow_cp .top_btn:target,
#glow_cp .top_btn:visited,
#glow_cp .top_btn:active,
#glow_cp .top_btn:focus,
#glow_cp .top_btn:focus-visible,
#glow_cp .top_btn:focus-within,
#glow_cp .top_btn:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #glow_cp .btn-contact,
  #glow_cp .top_btn {
    border: clamp(1px, 2 / var(--basis-width) * 100vw, 2px) solid var(--txt-color);
  }
}
#glow_cp .btn-contact.arrow,
#glow_cp .top_btn.arrow {
  padding-right: 1.4em;
}
#glow_cp .btn-contact.arrow::after,
#glow_cp .top_btn.arrow::after {
  content: "";
  position: absolute;
  top: 48%;
  right: min(55px, 55 / var(--basis-width) * 100vw);
  border-right: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid var(--txt-color);
  border-top: clamp(2px, 4 / var(--basis-width) * 100vw, 4px) solid var(--txt-color);
  transform: rotate(45deg) translateY(-50%);
  display: block;
  width: 0.55em;
  height: 0.55em;
  -webkit-clip-path: unset;
          clip-path: unset;
}
#glow_cp .btn-contact {
  aspect-ratio: 640/101;
  font-size: clamp(13.5px, 30 / var(--basis-width) * 100vw, 30px);
}
#glow_cp .btn-contact.arrow {
  padding-right: 1em;
}
#glow_cp .btn-contact.arrow::after {
  right: 1.2em;
}
@media screen and (max-width: 360px) {
  #glow_cp .btn-contact.arrow::after {
    aspect-ratio: 640/110;
    right: 1em;
  }
}
#glow_cp .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.8);
  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;
}
#glow_cp .modal__container.active {
  opacity: 1;
  visibility: visible;
}
#glow_cp .modal__container::-webkit-scrollbar {
  display: none;
}
#glow_cp .modal__wrap {
  align-content: center;
  min-height: 100%;
  padding: min(50px, 50 / var(--basis-width) * 100vw) 0;
}
@media screen and (max-width: 768px) {
  #glow_cp .modal__wrap {
    padding: 20vw 0 6vw;
  }
}
#glow_cp .modal__body {
  align-self: center;
  position: relative;
  width: min(680px, 680 / var(--basis-width) * 100vw);
  margin: 0 auto;
  padding: min(50px, 50 / var(--basis-width) * 100vw) 0;
  background-color: #fff;
  container-type: inline-size;
}
#glow_cp .modal__close {
  display: inline-block;
  margin: min(35px, 35 / var(--basis-width) * 100vw) auto 0;
  cursor: pointer;
  transition: all 0.2s;
  color: #333;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  letter-spacing: 0.05em;
  line-height: 1em;
}
#glow_cp .modal__close::before {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  -webkit-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%);
          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: #333;
  margin: 0 0.5em 0 0;
}
#glow_cp .modal__close:hover {
  opacity: var(--opacity);
}
#glow_cp ul.slider {
  display: none;
}
#glow_cp ul.slider.slick-initialized {
  display: block;
}
#glow_cp ul.slider .slick-track {
  display: flex;
}
#glow_cp ul.slider .slick-prev,
#glow_cp ul.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;
}
#glow_cp ul.slider .slick-next {
  left: auto;
  right: 0;
}
#glow_cp ul.slider .slick-prev:before,
#glow_cp ul.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);
}
#glow_cp ul.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);
}
#glow_cp ul.slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: min(45px, 45 / var(--basis-width) * 100vw) auto 0;
  font-size: 0;
}
#glow_cp ul.slider .slick-dots li {
  margin: 0 min(20px, 20 / var(--basis-width) * 100vw);
  background-color: transparent;
}
#glow_cp ul.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: 2px solid var(--txt-color);
  border-radius: 50%;
}
@media screen and (max-width: 400px) {
  #glow_cp ul.slider .slick-dots li button {
    border-width: 1px;
  }
}
#glow_cp ul.slider .slick-dots li.slick-active button {
  background-color: var(--txt-color);
}
#glow_cp .scrollbar__wrap {
  margin-inline: auto;
  width: -moz-fit-content;
  width: fit-content;
}
#glow_cp .scrollbar .simplebar-track {
  background: #f2f2f2;
}
#glow_cp .scrollbar .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#glow_cp .scrollbar .simplebar-track .simplebar-scrollbar::before {
  opacity: 1;
  border-radius: 100cqh;
  background: var(--accent-color-01);
}
#glow_cp .scrollbar .simplebar-track.simplebar-vertical {
  width: min(34px, 34 / var(--basis-width) * 100vw);
}
#glow_cp .scrollbar .simplebar-track.simplebar-vertical .simplebar-scrollbar::before {
  top: 10px;
  bottom: 10px;
  left: 0;
  right: 0;
  width: min(14px, 14 / var(--basis-width) * 100vw);
  height: auto;
  margin-inline: auto;
}
#glow_cp .scrollbar .simplebar-track.simplebar-horizontal {
  height: min(34px, 34 / var(--basis-width) * 100vw);
}
#glow_cp .scrollbar .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  transform: translateY(-50%);
  height: min(14px, 14 / var(--basis-width) * 100vw);
  width: auto;
  margin: 0;
}
#glow_cp .tab_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #glow_cp .tab_wrap.headerPosition {
    padding-top: 14vw;
    margin-top: -14vw;
  }
}
@media screen and (max-width: 768px) {
  #glow_cp .tab_wrap.headerPosition .tab_group.tab_group_top {
    top: 14vw;
  }
}
#glow_cp .tab_wrap .tab_group {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 min(50px, 50 / var(--basis-width) * 100vw);
}
#glow_cp .tab_wrap .tab_group .tab {
  margin-bottom: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3333333333%;
  padding: 0;
  background-color: #fff;
  border-top-left-radius: min(20px, 20 / var(--basis-width) * 100vw);
  border-top-right-radius: min(20px, 20 / var(--basis-width) * 100vw);
  color: var(--txt-color);
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
  font-weight: bold;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.5s;
}
#glow_cp .tab_wrap .tab_group .tab.active {
  opacity: var(--opacity);
}
#glow_cp .voice {
  width: 48%;
  min-height: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-areas: "img ttl" "img star" "img name" "txt txt" "note note";
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto 1fr auto;
  -moz-column-gap: min(20px, 20 / var(--basis-width) * 100vw);
       column-gap: min(20px, 20 / var(--basis-width) * 100vw);
  row-gap: min(20px, 20 / var(--basis-width) * 100vw);
  text-align: left;
}
#glow_cp .voice__list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  width: min(708px, 708 / var(--basis-width) * 100vw);
}
#glow_cp .voice__img {
  grid-area: img;
  width: min(120px, 120 / var(--basis-width) * 100vw);
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
}
#glow_cp .voice__ttl {
  grid-area: ttl;
  align-self: center;
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  font-weight: bold;
}
#glow_cp .voice__stars {
  grid-area: star;
  align-self: center;
}
#glow_cp .voice__stars .star {
  display: inline-block;
  color: #f7b854;
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
  font-weight: bold;
  line-height: 1em;
  letter-spacing: -0.1em;
  width: min(245px, 245 / var(--basis-width) * 100vw);
  height: min(40px, 40 / var(--basis-width) * 100vw);
  background-image: url("../img/lp_glow_cp/ico_star.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left center;
  overflow: hidden;
}
#glow_cp .voice__stars .star.star5 {
  background-position: left center;
}
#glow_cp .voice__stars .star.star4 {
  background-position: max(-48px, -48 / var(--basis-width) * 100vw) center;
}
#glow_cp .voice__stars .star.star3 {
  background-position: max(-98px, -98 / var(--basis-width) * 100vw) center;
}
#glow_cp .voice__stars .star.star2 {
  background-position: max(-148px, -148 / var(--basis-width) * 100vw) center;
}
#glow_cp .voice__stars .star.star1 {
  background-position: max(-198px, -198 / var(--basis-width) * 100vw) center;
}
#glow_cp .voice__name {
  grid-area: name;
  align-self: end;
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
}
#glow_cp .voice__txt {
  grid-area: txt;
  align-self: start;
  margin: min(50px, 50 / var(--basis-width) * 100vw) auto 0;
  padding: min(50px, 50 / var(--basis-width) * 100vw) 0 min(30px, 30 / var(--basis-width) * 100vw);
  border-top: 1px solid var(--txt-color);
  font-size: clamp(16px, 32 / var(--basis-width) * 100vw, 32px);
  text-align: justify;
}
#glow_cp .voice__note {
  grid-area: note;
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
}
#glow_cp .d-pc {
  display: unset;
}
@media screen and (max-width: 768px) {
  #glow_cp .d-pc {
    display: none !important;
  }
}
#glow_cp .d-sb {
  display: none !important;
}
@media screen and (max-width: 768px) {
  #glow_cp .d-sb {
    display: unset !important;
  }
}
#glow_cp .mt_xs {
  margin-top: min(38px, calc((38 / var(--basis-width)) * 100vw));
}
#glow_cp .mb_xs {
  margin-bottom: min(38px, calc((38 / var(--basis-width)) * 100vw));
}
#glow_cp .mt_s {
  margin-top: min(64px, calc((64 / var(--basis-width)) * 100vw));
}
#glow_cp .mb_s {
  margin-bottom: min(64px, calc((64 / var(--basis-width)) * 100vw));
}
#glow_cp .mt_m {
  margin-top: min(113px, calc((113 / var(--basis-width)) * 100vw));
}
#glow_cp .mb_m {
  margin-bottom: min(113px, calc((113 / var(--basis-width)) * 100vw));
}
#glow_cp .mt_l {
  margin-top: min(150px, calc((150 / var(--basis-width)) * 100vw));
}
#glow_cp .mb_l {
  margin-bottom: min(150px, calc((150 / var(--basis-width)) * 100vw));
}
#glow_cp .mt_xl {
  margin-top: min(198px, calc((198 / var(--basis-width)) * 100vw));
}
#glow_cp .mb_xl {
  margin-bottom: min(198px, calc((198 / var(--basis-width)) * 100vw));
}
#glow_cp .pt_xs {
  padding-top: min(38px, calc((38 / var(--basis-width)) * 100vw));
}
#glow_cp .pb_xs {
  padding-bottom: min(38px, calc((38 / var(--basis-width)) * 100vw));
}
#glow_cp .pt_s {
  padding-top: min(64px, calc((64 / var(--basis-width)) * 100vw));
}
#glow_cp .pb_s {
  padding-bottom: min(64px, calc((64 / var(--basis-width)) * 100vw));
}
#glow_cp .pt_m {
  padding-top: min(113px, calc((113 / var(--basis-width)) * 100vw));
}
#glow_cp .pb_m {
  padding-bottom: min(113px, calc((113 / var(--basis-width)) * 100vw));
}
#glow_cp .pt_l {
  padding-top: min(150px, calc((150 / var(--basis-width)) * 100vw));
}
#glow_cp .pb_l {
  padding-bottom: min(150px, calc((150 / var(--basis-width)) * 100vw));
}
#glow_cp .pt_xl {
  padding-top: min(198px, calc((198 / var(--basis-width)) * 100vw));
}
#glow_cp .pb_xl {
  padding-bottom: min(198px, calc((198 / var(--basis-width)) * 100vw));
}
#glow_cp .fColor_01 {
  color: var(--txt-color);
}
#glow_cp .fColor_02 {
  color: var(--accent-color-01);
}
#glow_cp .fColor_03 {
  color: var(--accent-color-02);
}
#glow_cp .btn_wrap p.notice {
  margin: 1em auto 0;
  font-size: clamp(14px, 26 / var(--basis-width) * 100vw, 26px);
  line-height: unset;
  text-align: left;
}
@media screen and (max-width: 340px) {
  #glow_cp .btn_wrap p.notice {
    font-size: clamp(13px, 26 / var(--basis-width) * 100vw, 26px);
  }
}
#glow_cp .btn_wrap ul.notice {
  max-width: 95%;
  margin: 1em auto 0.8em;
  text-align: center;
}
#glow_cp .btn_wrap ul.notice li {
  display: inline-block;
  margin: 0.15em auto;
  text-indent: -1em;
  padding: 0 0 0 1em;
  font-size: clamp(13px, 26 / var(--basis-width) * 100vw, 26px);
  text-align: left;
}
@media screen and (max-width: 340px) {
  #glow_cp .btn_wrap ul.notice li {
    font-size: clamp(12px, 26 / var(--basis-width) * 100vw, 26px);
  }
}
#glow_cp .btn_wrap .notice_url {
  margin: 0.5em auto 0;
  font-size: clamp(14px, 26 / var(--basis-width) * 100vw, 26px);
}
@media screen and (max-width: 340px) {
  #glow_cp .btn_wrap .notice_url {
    font-size: clamp(13px, 26 / var(--basis-width) * 100vw, 26px);
  }
}
#glow_cp .sec_inner {
  width: min(712px, 712 / var(--basis-width) * 100vw);
  margin-left: auto;
  margin-right: auto;
}
#glow_cp .mv h1 {
  position: relative;
  display: block !important;
}
#glow_cp .mv h1 .loop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(54px, 54 / var(--basis-width) * 100vw);
  overflow: hidden;
}
#glow_cp .mv h1 .loop::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #765e98 0%, #bf689c 100%);
  opacity: 0.61;
}
#glow_cp .mv h1 .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);
  }
}
#glow_cp .lead {
  padding-bottom: min(113px, calc((113 / var(--basis-width)) * 100vw));
}
#glow_cp .lead h2 {
  margin-top: min(64px, calc((64 / var(--basis-width)) * 100vw));
  margin-bottom: min(64px, calc((64 / var(--basis-width)) * 100vw));
}
#glow_cp .lead .term {
  margin-top: min(64px, calc((64 / var(--basis-width)) * 100vw));
  margin-bottom: min(64px, calc((64 / var(--basis-width)) * 100vw));
}
#glow_cp .lead .term .term_apply {
  margin-top: min(32px, calc((32 / var(--basis-width)) * 100vw));
}
#glow_cp .present {
  margin-top: min(40px, calc((40 / var(--basis-width)) * 100vw));
  padding-bottom: min(40px, calc((40 / var(--basis-width)) * 100vw));
}
#glow_cp .present__inner {
  padding-top: min(18px, calc((18 / var(--basis-width)) * 100vw));
  position: relative;
  width: 100%;
  background-color: var(--base-color);
}
#glow_cp .present__inner::before, #glow_cp .present__inner::after {
  content: "";
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  display: block;
  width: 100%;
  height: min(40px, 40 / var(--basis-width) * 100vw);
  background-color: transparent;
  background-image: url("../img/lp_glow_cp/bg_01_top.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
}
#glow_cp .present__inner::after {
  top: calc(100% - 1px);
  bottom: auto;
  background-image: url("../img/lp_glow_cp/bg_01_bottom.png");
  background-position: center top;
}
#glow_cp .present .prize__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}
#glow_cp .present .prize__01 {
  width: 100%;
}
#glow_cp .present .prize__01 h3 {
  margin-top: min(25px, calc((25 / var(--basis-width)) * 100vw));
}
#glow_cp .present .prize__01 .sub {
  margin: 0.9em auto 0.7em;
  font-size: clamp(16px, 38 / var(--basis-width) * 100vw, 38px);
  line-height: calc(53 / 38);
  white-space: nowrap;
}
#glow_cp .present .prize__01 .thumb_wrap {
  width: min(421px, 421 / var(--basis-width) * 100vw);
}
#glow_cp .present .prize__01 .thumb_wrap .ico {
  top: -3%;
  left: -32%;
  right: auto;
  width: min(205px, 205 / var(--basis-width) * 100vw);
}
#glow_cp .present .prize__03, #glow_cp .present .prize__02 {
  margin-top: min(113px, calc((113 / var(--basis-width)) * 100vw));
  margin-right: max(-30px, -30 / var(--basis-width) * 100vw);
  width: min(380px, 380 / var(--basis-width) * 100vw);
}
#glow_cp .present .prize__03 h3, #glow_cp .present .prize__02 h3 {
  margin-inline: auto;
  width: min(340px, 340 / var(--basis-width) * 100vw);
}
#glow_cp .present .prize__03 .sub, #glow_cp .present .prize__02 .sub {
  margin: 0.7em auto 1em;
  font-size: clamp(14px, 32 / var(--basis-width) * 100vw, 32px);
  line-height: calc(42 / 32);
  white-space: nowrap;
}
#glow_cp .present .prize__03 .thumb_wrap, #glow_cp .present .prize__02 .thumb_wrap {
  width: min(340px, 340 / var(--basis-width) * 100vw);
  margin-inline: auto;
  padding-top: min(65px, 65 / var(--basis-width) * 100vw);
}
#glow_cp .present .prize__03 .thumb_wrap .ico, #glow_cp .present .prize__02 .thumb_wrap .ico {
  top: -3%;
  left: -5%;
  right: auto;
  width: min(155px, 155 / var(--basis-width) * 100vw);
}
#glow_cp .present .prize__03 .details, #glow_cp .present .prize__02 .details {
  margin: 0.7em auto 0;
  margin-left: max(-20px, -20 / var(--basis-width) * 100vw);
  font-size: clamp(14px, 28 / var(--basis-width) * 100vw, 28px);
  line-height: calc(38 / 28);
}
#glow_cp .present .prize__03 .details {
  width: 95%;
  margin-left: max(-15px, -15 / var(--basis-width) * 100vw);
}
#glow_cp .present .prize__03 .details + .note_1em {
  width: 95%;
  margin-left: max(-15px, -15 / var(--basis-width) * 100vw);
}
#glow_cp .present .prize__03 .details + .note_1em li {
  font-size: clamp(12px, 24 / var(--basis-width) * 100vw, 24px);
  line-height: calc(31 / 25);
  letter-spacing: -0.02em;
}
#glow_cp .present .caution {
  margin-top: min(38px, calc((38 / var(--basis-width)) * 100vw));
  margin-bottom: min(38px, calc((38 / var(--basis-width)) * 100vw));
  color: var(--accent-color-02);
  font-size: clamp(12px, 28 / var(--basis-width) * 100vw, 28px);
  line-height: calc(41 / 28);
}
#glow_cp .apply {
  padding-top: min(113px, calc((113 / var(--basis-width)) * 100vw));
  padding-bottom: min(100px, calc((100 / var(--basis-width)) * 100vw));
}
#glow_cp .apply .term {
  margin-top: min(64px, calc((64 / var(--basis-width)) * 100vw));
  margin-bottom: min(64px, calc((64 / var(--basis-width)) * 100vw));
}
#glow_cp .apply .term .term_apply {
  margin-top: min(32px, calc((32 / var(--basis-width)) * 100vw));
}
#glow_cp .apply__imagelist {
  margin-top: min(64px, calc((64 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(714px, 714 / var(--basis-width) * 100vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#glow_cp .apply__imagelist li {
  width: min(230px, 230 / var(--basis-width) * 100vw);
}
#glow_cp .apply__textlist {
  margin-top: min(113px, calc((113 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(680px, 680 / var(--basis-width) * 100vw);
}
#glow_cp .apply__textlist li {
  margin: 1em auto 0;
  font-size: clamp(16px, 34 / var(--basis-width) * 100vw, 34px);
  line-height: calc(53 / 34);
}
#glow_cp .shop {
  padding-top: min(100px, calc((100 / var(--basis-width)) * 100vw));
  padding-bottom: min(113px, calc((113 / var(--basis-width)) * 100vw));
}
#glow_cp .shop__list {
  margin-top: min(64px, calc((64 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  width: min(680px, 680 / var(--basis-width) * 100vw);
}
#glow_cp .shop__list &gt; li {
  margin: 1em auto 0;
  font-size: clamp(16px, 34 / var(--basis-width) * 100vw, 34px);
  line-height: calc(53 / 34);
}
#glow_cp .shop__list &gt; li .fontS {
  display: block;
  margin: 0.6em auto 0.6em;
  text-indent: 0;
  padding-left: 0;
  font-size: 89%;
  line-height: 1.5em;
}
#glow_cp .cp-products {
  padding-top: min(88px, calc((88 / var(--basis-width)) * 100vw));
  padding-bottom: min(113px, calc((113 / var(--basis-width)) * 100vw));
  background-color: #f9e8f7;
}
#glow_cp .cp-products .caution {
  margin-top: min(38px, calc((38 / var(--basis-width)) * 100vw));
  font-size: clamp(14px, 28 / var(--basis-width) * 100vw, 28px);
  line-height: calc(49 / 28);
}
#glow_cp .cp-products .items {
  margin-top: min(64px, calc((64 / var(--basis-width)) * 100vw));
  width: min(712px, 712 / var(--basis-width) * 100vw);
}
#glow_cp .photo-guide {
  padding-top: min(88px, calc((88 / var(--basis-width)) * 100vw));
  padding-bottom: min(113px, calc((113 / var(--basis-width)) * 100vw));
  background-color: #a791bc;
}
#glow_cp .photo-guide__inner {
  width: min(700px, 700 / var(--basis-width) * 100vw);
  margin-inline: auto;
}
#glow_cp .photo-guide .caution_01 {
  margin-top: min(20px, calc((20 / var(--basis-width)) * 100vw));
  margin-bottom: min(64px, calc((64 / var(--basis-width)) * 100vw));
  color: #fff;
  font-size: clamp(16px, 34 / var(--basis-width) * 100vw, 34px);
  line-height: calc(51 / 34);
}
#glow_cp .photo-guide .caution_02 {
  margin-top: min(64px, calc((64 / var(--basis-width)) * 100vw));
  margin-bottom: min(47px, calc((47 / var(--basis-width)) * 100vw));
  padding: 3% 5%;
  background-color: #333;
  color: #fff;
  font-size: clamp(15px, 30 / var(--basis-width) * 100vw, 30px);
}
#glow_cp .photo-guide .caution_02 li {
  font-size: inherit;
}
#glow_cp .photo-guide .caution_03 {
  margin-bottom: min(20px, calc((20 / var(--basis-width)) * 100vw));
  color: #fff;
  font-size: clamp(15px, 31 / var(--basis-width) * 100vw, 31px);
}
#glow_cp .photo-guide .pattern {
  padding-top: min(68px, calc((68 / var(--basis-width)) * 100vw));
}
#glow_cp .photo-guide .pattern .img_ok {
  width: min(504px, 504 / var(--basis-width) * 100vw);
}
#glow_cp .photo-guide .pattern ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  row-gap: min(20px, 20 / var(--basis-width) * 100vw);
}
#glow_cp .photo-guide .pattern ul li {
  width: min(340px, 340 / var(--basis-width) * 100vw);
}
#glow_cp .precaution {
  padding-top: min(113px, calc((113 / var(--basis-width)) * 100vw));
}
#glow_cp .precaution h2 {
  display: inline-block;
  margin-inline: auto;
  padding: 0.2em 0;
  line-height: 1em;
  border-bottom: 2px solid var(--accent-color-01);
  color: var(--accent-color-01);
  font-size: clamp(24px, 44 / var(--basis-width) * 100vw, 44px);
  letter-spacing: 0.08em;
}
#glow_cp .precaution .caution {
  margin-top: min(40px, calc((40 / var(--basis-width)) * 100vw));
  color: var(--accent-color-02);
  font-size: clamp(16px, 35 / var(--basis-width) * 100vw, 35px);
}
#glow_cp .precaution .scrollbar {
  width: min(660px, 660 / var(--basis-width) * 100vw);
  height: min(1074px, 1074 / var(--basis-width) * 100vw);
  padding: min(15px, 15 / var(--basis-width) * 100vw) min(25px, 25 / var(--basis-width) * 100vw);
  padding-right: min(50px, 50 / var(--basis-width) * 100vw);
  background-color: #fff;
}
#glow_cp .precaution .scrollbar__wrap {
  margin-top: min(35px, calc((35 / var(--basis-width)) * 100vw));
  margin-inline: auto;
}
#glow_cp .precaution .scrollbar .note_1em li {
  font-size: clamp(16px, 34 / var(--basis-width) * 100vw, 34px);
}
#glow_cp .precaution .scrollbar .note_free {
  row-gap: 0;
}
#glow_cp .precaution .scrollbar .note_free dt, #glow_cp .precaution .scrollbar .note_free dd,
#glow_cp .precaution .scrollbar p.note_1em,
#glow_cp .precaution .scrollbar .note_1em dd,
#glow_cp .precaution .scrollbar .note_1em li {
  margin: 0.6em auto;
}
#glow_cp .precaution .scrollbar .note_free dt .note_free dt, #glow_cp .precaution .scrollbar .note_free dt .note_free dd,
#glow_cp .precaution .scrollbar .note_free dt p.note_1em,
#glow_cp .precaution .scrollbar .note_free dt .note_1em dd,
#glow_cp .precaution .scrollbar .note_free dt .note_1em li, #glow_cp .precaution .scrollbar .note_free dd .note_free dt, #glow_cp .precaution .scrollbar .note_free dd .note_free dd,
#glow_cp .precaution .scrollbar .note_free dd p.note_1em,
#glow_cp .precaution .scrollbar .note_free dd .note_1em dd,
#glow_cp .precaution .scrollbar .note_free dd .note_1em li,
#glow_cp .precaution .scrollbar p.note_1em .note_free dt,
#glow_cp .precaution .scrollbar p.note_1em .note_free dd,
#glow_cp .precaution .scrollbar p.note_1em p.note_1em,
#glow_cp .precaution .scrollbar p.note_1em .note_1em dd,
#glow_cp .precaution .scrollbar p.note_1em .note_1em li,
#glow_cp .precaution .scrollbar .note_1em dd .note_free dt,
#glow_cp .precaution .scrollbar .note_1em dd .note_free dd,
#glow_cp .precaution .scrollbar .note_1em dd p.note_1em,
#glow_cp .precaution .scrollbar .note_1em dd .note_1em dd,
#glow_cp .precaution .scrollbar .note_1em dd .note_1em li,
#glow_cp .precaution .scrollbar .note_1em li .note_free dt,
#glow_cp .precaution .scrollbar .note_1em li .note_free dd,
#glow_cp .precaution .scrollbar .note_1em li p.note_1em,
#glow_cp .precaution .scrollbar .note_1em li .note_1em dd,
#glow_cp .precaution .scrollbar .note_1em li .note_1em li {
  margin: 0.3em auto;
  line-height: 1.4em;
}
#glow_cp .contact {
  margin-top: min(100px, calc((100 / var(--basis-width)) * 100vw));
}
#glow_cp #contact_02.contact {
  margin-top: min(70px, calc((70 / var(--basis-width)) * 100vw));
}

#glow_cp .contact__inner {
  width: min(660px, 660 / var(--basis-width) * 100vw);
  margin-inline: auto;
}
#glow_cp .contact h3 {
  margin-bottom: min(38px, calc((38 / var(--basis-width)) * 100vw));
  margin-inline: auto;
  display: inline-block;
  padding: 0.4em 1em;
  line-height: 1em;
  border-radius: 100cqh;
  background-image: linear-gradient(90deg, #bf689c 0%, #765e98 100%);
  color: #fff;
  font-size: clamp(17px, 32 / var(--basis-width) * 100vw, 32px);
}
#glow_cp .contact p {
  font-size: clamp(16px, 34 / var(--basis-width) * 100vw, 34px);
  text-align: justify;
}
#glow_cp .contact p + p {
  margin: 1em auto 0;
}
#glow_cp .contact .notice_url {
  font-size: clamp(16px, 34 / var(--basis-width) * 100vw, 34px);
}
#glow_cp .contact .notice_url i {
  color: inherit;
  transform: translateY(-0.05em);
}
#glow_cp .end {
  padding-top: min(113px, calc((113 / var(--basis-width)) * 100vw));
}

@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;
  }
  #glow_cp a:hover {
    opacity: 1;
  }
  #glow_cp button:hover {
    opacity: 1;
  }
  #glow_cp a:active {
    opacity: var(--opacity);
  }
  #glow_cp button:active {
    opacity: var(--opacity);
  }
}/*# sourceMappingURL=lp_glow_cp.css.map */</pre></body></html>