@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

ol, ul, li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

:root {
  --mainColor:#451505;
  --accentColor:#FF269F;
  --designwidth:375;
  --font_jp: "heisei-kaku-gothic-std", sans-serif;
  --font_en: "dunbar-tall", sans-serif;
}

.lp-u-block {
  padding-inline: calc(20 / var(--designwidth) * 100cqw);
}

.lp-u-mt0 {
  margin-top: 0 !important;
}

@media (hover: hover) and (pointer: fine) {
  .lp-u-hover {
    transition: ease opacity 0.3s;
  }
  .lp-u-hover:hover {
    opacity: 0.7;
  }
}

.lp-wrapper {
  background-color: #F1F0E6;
  font-family: var(--font_jp);
  color: var(--mainColor);
}
.lp-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media print, screen and (min-width: 920px) {
  .lp-layout {
    display: grid;
    align-items: start;
    grid-template-columns: 1fr 29.1666666667% 1fr;
  }
}

.lp-sidecolumn {
  display: none;
}
@media print, screen and (min-width: 920px) {
  .lp-sidecolumn {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    container-type: inline-size;
    --designwidth: 470;
  }
}
.lp-sidecolumn--left {
  order: 1;
  --designwidth: 670;
}
.lp-sidecolumn--right {
  order: 3;
  --designwidth: 670;
}

.lp-sidecolumn__inner {
  position: relative;
  z-index: 5;
}

.lp-sidecolumn-logo {
  margin: 0 auto;
  width: calc(294 / var(--designwidth) * 100cqw);
}

.lp-sidecolumn-illust {
  margin: calc(40 / var(--designwidth) * 100cqw) auto 0;
  width: calc(159 / var(--designwidth) * 100cqw);
}

.lp-sidecolumn-index {
  width: calc(362 / var(--designwidth) * 100cqw);
  --designwidth: 472;
}

@media print, screen and (min-width: 920px) {
  .lp-contents-cover {
    position: relative;
    order: 2;
    padding-left: 2.15%;
    padding-right: 2.15%;
    background: url(../img/pc_bg01.png) repeat-y 50% 0%;
    background-size: 100% auto;
  }
}

.lp-contents {
  container-type: inline-size;
}
.lp-main {
  overflow: hidden;
}

.lp-c-allitems-wrap {
  display: grid;
  grid-template-columns: 100%;
  margin: calc(30 / var(--designwidth) * 100cqw) auto 0;
  width: calc(175 / var(--designwidth) * 100cqw);
  gap: calc(27 / var(--designwidth) * 100cqw);
  justify-content: center;
}

.lp-c-allitems-wrap--side {
  margin-top: calc(25 / var(--designwidth) * 100cqw);
}

.lp-c-allitems,
.lp-c-button {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(70 / var(--designwidth) * 100cqw);
  background-color: var(--accentColor);
  color: #fff;
  -webkit-mask: url(../img/com_bg03.svg) no-repeat center center;
          mask: url(../img/com_bg03.svg) no-repeat center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  font-weight: 600;
  transition: ease opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .lp-c-allitems:hover,
  .lp-c-button:hover {
    opacity: 0.7;
  }
}

.lp-c-allitems__main {
  font-size: calc(20 / var(--designwidth) * 100cqw);
  letter-spacing: 0.05em;
  font-family: var(--font_en);
  line-height: 1;
}

.lp-c-allitems__sub {
  margin-top: 0.4em;
  font-size: calc(9 / var(--designwidth) * 100cqw);
  font-weight: 700;
  line-height: 1;
}

.lp-c-button {
  background-color: var(--mainColor);
  font-size: calc(13 / var(--designwidth) * 100cqw);
  font-weight: 700;
  line-height: 1.3077;
  text-align: center;
}
.lp-c-button > span:after {
  content: "";
  position: relative;
  margin-top: calc(-3 / var(--designwidth) * 100cqw);
  margin-left: calc(3 / var(--designwidth) * 100cqw);
  display: inline-block;
  vertical-align: middle;
  width: calc(9 / var(--designwidth) * 100cqw);
  aspect-ratio: 1/1;
  background: url(../img/com_arw01.svg) no-repeat center center;
  background-size: contain;
}

.lp-c-inlinelink {
  color: inherit;
  text-decoration: underline;
}
.lp-c-inlinelink:hover {
  text-decoration: none;
}

.lp-loading {
  background-color: #F1F0E6;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  pointer-events: none;
}

.lp-loading__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  container-type: inline-size;
  min-height: 100vh;
}
@media print, screen and (min-width: 920px) {
  .lp-loading__inner {
    max-width: 500px;
  }
}

.lp-loading__illust {
  position: relative;
  width: calc(146 / var(--designwidth) * 100cqw);
}
.lp-loading__illust img:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.lp-loading__illust img:nth-child(2) {
  z-index: 2;
  opacity: 0;
}
.lp-loading__illust img:nth-child(3) {
  z-index: 3;
  opacity: 0;
}

.lp-loading__logo {
  margin-top: calc(20 / var(--designwidth) * 100cqw);
  width: calc(146 / var(--designwidth) * 100cqw);
}

.lp-mv {
  position: relative;
  padding: calc(30 / var(--designwidth) * 100cqw) calc(20 / var(--designwidth) * 100cqw) 0;
}

.lp-mv__logo {
  margin: 0 auto calc(40 / var(--designwidth) * 100cqw);
  width: calc(184 / var(--designwidth) * 100cqw);
  text-align: center;
}
.lp-mv__logo > span {
  display: block;
}
.lp-mv__logo > span:nth-child(2),
.lp-mv__logo > span:nth-child(3) {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}

.lp-mv__countdown {
  position: absolute;
  z-index: 5;
  bottom: calc(20 / var(--designwidth) * 100cqw);
  left: 0;
  width: calc(170 / var(--designwidth) * 100cqw);
  background-color: rgba(255, 38, 159, 0.8);
  border-radius: 0 40px 40px 0;
}

.lp-mv__countdown__text {
  position: absolute;
  z-index: 5;
  line-height: 1;
  top: calc(5 / var(--designwidth) * 100cqw);
  left: calc(110 / var(--designwidth) * 100cqw);
  font-size: calc(42 / var(--designwidth) * 100cqw);
  font-family: var(--font_en);
  font-weight: 700;
  color: #fff;
  display: block;
}

.lp-mv__pagetitle {
  position: absolute;
  z-index: 5;
  top: calc(320 / var(--designwidth) * 100cqw);
  left: 50%;
  transform: translateX(-50%);
  width: calc(282 / var(--designwidth) * 100cqw);
  mix-blend-mode: screen;
}

.lp-mv__illust {
  position: absolute;
  z-index: 5;
  top: calc(126 / var(--designwidth) * 100cqw);
  right: calc(17 / var(--designwidth) * 100cqw);
  width: calc(71 / var(--designwidth) * 100cqw);
}

.lp-mv__bg {
  position: relative;
  aspect-ratio: 335/475;
  overflow: hidden;
}

.lp-mv__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  animation: fade 20s infinite;
}

.lp-mv__bg img:nth-child(1) {
  animation-delay: 0s;
}

.lp-mv__bg img:nth-child(2) {
  animation-delay: 4s;
}

.lp-mv__bg img:nth-child(3) {
  animation-delay: 8s;
}

.lp-mv__bg img:nth-child(4) {
  animation-delay: 12s;
}

.lp-mv__bg img:nth-child(5) {
  animation-delay: 16s;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.lp-intro {
  position: relative;
  margin-top: calc(50 / var(--designwidth) * 100cqw);
}

.lp-c-lead {
  text-align: center;
  font-size: calc(12 / var(--designwidth) * 100cqw);
  font-weight: 600;
  line-height: 2.25;
  color: var(--mainColor);
}

.lp-intro-box {
  position: relative;
  margin: calc(48 / var(--designwidth) * 100cqw) auto 0;
  padding: calc(24 / var(--designwidth) * 100cqw);
  width: calc(265 / var(--designwidth) * 100cqw);
  border-radius: 30px;
  border: 1px solid var(--mainColor);
  background-color: #fff;
}

.lp-intro-title {
  margin: 0 auto calc(13 / var(--designwidth) * 100cqw);
  padding: calc(9 / var(--designwidth) * 100cqw) calc(20 / var(--designwidth) * 100cqw);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 999px;
  color: #F1F0E6;
  background-color: var(--accentColor);
  text-align: center;
  font-size: calc(12 / var(--designwidth) * 100cqw);
  font-weight: 700;
  line-height: 1.08;
}
.lp-intro-title + *,
.lp-intro-title + section > :first-child {
  margin-top: 0;
}

.lp-intro-title02 {
  margin: calc(20 / var(--designwidth) * 100cqw) auto calc(8 / var(--designwidth) * 100cqw);
  font-size: calc(13 / var(--designwidth) * 100cqw);
  text-align: center;
}

.lp-intro-lead {
  margin: calc(10 / var(--designwidth) * 100cqw) 0 0;
  line-height: 1.56;
  text-align: center;
  font-size: calc(12 / var(--designwidth) * 100cqw);
  font-weight: 700;
}

.lp-intro-lead--desc {
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  grid-template-columns: auto auto;
  gap: 0 calc(10 / var(--designwidth) * 100cqw);
  font-size: calc(12 / var(--designwidth) * 100cqw);
  font-weight: 700;
}

.lp-intro-marker {
  background: linear-gradient(transparent 80%, rgba(255, 241, 0, 0.4) 80%);
}

.lp-intro-note {
  margin: calc(10 / var(--designwidth) * 100cqw) auto 0;
  width: calc(168 / var(--designwidth) * 100cqw);
  line-height: 1.66;
  font-weight: 700;
  font-size: calc(8 / var(--designwidth) * 100cqw);
}

.lp-intro__illust {
  position: absolute;
  z-index: 5;
  top: calc(-18 / var(--designwidth) * 100cqw);
  right: calc(-26 / var(--designwidth) * 100cqw);
  width: calc(69 / var(--designwidth) * 100cqw);
}

.lp-itemlist {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: calc(26 / var(--designwidth) * 100cqw) calc(25 / var(--designwidth) * 100cqw);
}

.lp-itemlist__item {
  position: relative;
  width: calc(155 / var(--designwidth) * 100cqw);
}

.lp-itemlist__image {
  position: relative;
  border: 1px solid var(--mainColor);
  border-radius: calc(10 / var(--designwidth) * 100cqw);
  overflow: hidden;
}

.lp-itemlist__image__othercut {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  animation: step-fade 2s steps(1, end) infinite;
  opacity: 0;
  pointer-events: none;
}

@keyframes step-fade {
  0% {
    opacity: 0;
  }
  49.999% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99.999% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lp-itemlist__detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: calc(6 / var(--designwidth) * 100cqw);
  margin: calc(7 / var(--designwidth) * 100cqw) 0 0;
}

.lp-itemlist__detail02 {
  padding: calc(12 / var(--designwidth) * 100cqw) calc(20 / var(--designwidth) * 100cqw) 0;
}

.lp-c-itemname {
  font-size: calc(10 / var(--designwidth) * 100cqw);
  font-weight: 700;
  line-height: 1.2;
}

.lp-c-itemprice {
  display: flex;
  align-items: center;
  margin-top: calc(1 / var(--designwidth) * 100cqw);
  gap: calc(5 / var(--designwidth) * 100cqw);
  font-size: calc(11 / var(--designwidth) * 100cqw);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
.lp-c-itemprice span:before {
  content: "¥";
}

.lp-c-itemdetail {
  margin: 0;
  line-height: 1.77;
  font-size: calc(9 / var(--designwidth) * 100cqw);
  font-weight: 700;
}

.lp-c-itemlink {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(36 / var(--designwidth) * 100cqw);
  height: calc(21 / var(--designwidth) * 100cqw);
  border-radius: 999px;
  font-family: var(--font_en);
  font-size: calc(8 / var(--designwidth) * 100cqw);
  text-indent: -0.02em;
  letter-spacing: 0.02em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  transition: ease all 0.3s;
  background: url(../img/com_bg02.svg) no-repeat center center;
  background-size: contain;
}
.lp-c-itemlink:before {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .lp-c-itemlink:hover {
    opacity: 0.7;
  }
}

.lp-index {
  margin-top: calc(50 / var(--designwidth) * 100cqw);
  position: relative;
  text-align: center;
}

.lp-index__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(10 / var(--designwidth) * 100cqw);
  margin: 0 0 calc(20 / var(--designwidth) * 100cqw);
  text-align: center;
  font-size: calc(20 / var(--designwidth) * 100cqw);
  font-family: var(--font_en);
  color: var(--accentColor);
}
.lp-index__title:before, .lp-index__title:after {
  content: "";
  display: block;
  width: calc(114 / var(--designwidth) * 100cqw);
  aspect-ratio: 114/4;
  background: url(../img/index_bg01.svg) no-repeat center center;
  background-size: contain;
}

.lp-index-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: calc(14 / var(--designwidth) * 100cqw) calc(40 / var(--designwidth) * 100cqw);
}

.lp-index-list__item {
  width: calc(70 / var(--designwidth) * 100cqw);
}
@media print, screen and (min-width: 920px) {
  .lp-index-list__item img {
    transition: ease scale 0.3s;
  }
  .lp-index-list__item:hover img {
    scale: 1.1;
  }
}

.lp-index-list__item__title {
  display: block;
  margin: calc(10 / var(--designwidth) * 100cqw) 0 0;
  font-family: var(--font_en);
  font-size: calc(15 / var(--designwidth) * 100cqw);
  font-weight: 700;
  line-height: 1.06;
  text-align: center;
  color: var(--mainColor);
}

.lp-index-illust {
  position: absolute;
  z-index: 5;
  top: calc(210 / var(--designwidth) * 100cqw);
  right: calc(-3 / var(--designwidth) * 100cqw);
  width: calc(80 / var(--designwidth) * 100cqw);
}

.lp-look {
  padding-top: calc(20 / var(--designwidth) * 100cqw);
}

.lp-look__headline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 calc(20 / var(--designwidth) * 100cqw);
  padding: calc(50 / var(--designwidth) * 100cqw) 0 0;
  gap: calc(6 / var(--designwidth) * 100cqw);
  color: var(--accentColor);
  line-height: 1;
  font-family: var(--font_en);
}
.lp-look__headline:before {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  content: "";
  display: block;
  width: calc(53 / var(--designwidth) * 100cqw);
  aspect-ratio: 53/51;
  background: url(../img/com_ic01.webp) no-repeat center center;
  background-size: contain;
  animation: rotate360 2s steps(3) infinite;
}

@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.lp-look__title__sub {
  font-size: calc(16 / var(--designwidth) * 100cqw);
  text-decoration: underline;
}

.lp-look__title__main {
  font-size: calc(32 / var(--designwidth) * 100cqw);
}

.lp-look__kv {
  position: relative;
  margin: 0 0 calc(26 / var(--designwidth) * 100cqw);
  border: 1px solid var(--mainColor);
  border-radius: 10px;
  overflow: hidden;
}

.lp-look-zoom {
  position: absolute;
  z-index: 5;
  cursor: pointer;
}
.lp-look-zoom.is-detail-active {
  z-index: 6;
}

.lp-look-zoom__detail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 5;
  display: block;
  width: calc(127 / var(--designwidth) * 100cqw);
  transition: transform 0.2s ease;
  border-radius: 999px;
}
.is-detail-active .lp-look-zoom__detail {
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: translate(-50%, -50%) scale(1);
}
.lp-look-zoom__detail:before {
  position: absolute;
  top: calc(-8 / var(--designwidth) * 100cqw);
  left: calc(-2 / var(--designwidth) * 100cqw);
  content: "";
  display: block;
  width: calc(75 / var(--designwidth) * 100cqw);
  aspect-ratio: 75/48;
  background: url(../img/com_bt01_01.svg) no-repeat center center;
  background-size: contain;
}
.lp-look-zoom__detail img {
  border: 1px solid var(--accentColor);
  border-radius: 50%;
}

.lp-look-zoom__switch {
  position: relative;
  z-index: 2;
  display: block;
  aspect-ratio: 1/1;
  width: calc(44 / var(--designwidth) * 100cqw);
  background: url(../img/com_bt01.webp) no-repeat center center;
  background-size: contain;
  transition: ease opacity 0.2s;
}
.is-detail-active .lp-look-zoom__switch {
  opacity: 0;
}

.lp-look-zoom__switch02 {
  position: relative;
  z-index: 2;
  display: block;
  aspect-ratio: 1/1;
  width: calc(44 / var(--designwidth) * 100cqw);
  background: url(../img/com_bt02.webp) no-repeat center center;
  background-size: contain;
  transition: ease opacity 0.2s;
}
.is-detail-active .lp-look-zoom__switch02 {
  opacity: 0;
}

.lp-look__lineup {
  position: relative;
}

.lp-look__pickup {
  position: relative;
  margin: calc(20 / var(--designwidth) * 100cqw) calc(-20 / var(--designwidth) * 100cqw) 0;
  background: url(../img/com_bg01.webp) repeat 0 -75px;
  background-size: 51px auto;
}

.lp-look__pickup__item {
  position: absolute;
  z-index: 5;
}

.lp-look__pickup__detail {
  display: flex;
  margin-top: calc(5 / var(--designwidth) * 100cqw);
  gap: calc(4 / var(--designwidth) * 100cqw);
}

.lp-look__pickup__illust {
  position: absolute;
  z-index: 10;
}

.lp-fixnav {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 0;
  padding-left: calc(8 / var(--designwidth) * 100cqw);
  gap: calc(8 / var(--designwidth) * 100cqw);
  transform: translateX(-100%) translateY(-50%);
  display: flex;
  font-size: calc(7 / var(--designwidth) * 100cqw);
  font-family: var(--font_en);
  font-weight: 700;
  letter-spacing: 0.02em;
  writing-mode: vertical-lr;
  transition: ease transform 0.3s;
}
.lp-fixnav.is-active {
  transform: translateX(0%) translateY(-50%);
}
@media print, screen and (min-width: 920px) {
  .lp-fixnav {
    display: none;
  }
}

.lp-fixnav__item {
  min-height: calc(80 / var(--designwidth) * 100cqw);
  padding: calc(6 / var(--designwidth) * 100cqw) calc(4 / var(--designwidth) * 100cqw) calc(6 / var(--designwidth) * 100cqw) calc(5 / var(--designwidth) * 100cqw);
  border-radius: 999px;
  background-color: rgba(255, 38, 159, 0.9);
  color: #fff;
  text-align: center;
}

#dining .lp-look__lineup__illust {
  position: absolute;
  z-index: 5;
  bottom: calc(130 / var(--designwidth) * 100cqw);
  left: calc(0 / var(--designwidth) * 100cqw);
  width: calc(73 / var(--designwidth) * 100cqw);
}
#dining .lp-look-zoom.is-pos01 {
  top: calc(187 / var(--designwidth) * 100cqw);
  left: calc(74 / var(--designwidth) * 100cqw);
}
#dining .lp-look-zoom.is-pos02 {
  top: calc(165 / var(--designwidth) * 100cqw);
  left: calc(150 / var(--designwidth) * 100cqw);
}
#dining .lp-look-zoom.is-pos03 {
  top: calc(223 / var(--designwidth) * 100cqw);
  left: calc(265 / var(--designwidth) * 100cqw);
}
#dining .lp-look-zoom.is-pos03 .lp-look-zoom__detail {
  margin-top: calc(-30 / var(--designwidth) * 100cqw);
  margin-left: calc(-20 / var(--designwidth) * 100cqw);
}
#dining .lp-look-zoom.is-pos04 {
  top: calc(286 / var(--designwidth) * 100cqw);
  left: calc(235 / var(--designwidth) * 100cqw);
}
#dining .lp-look-zoom.is-pos05 {
  top: calc(321 / var(--designwidth) * 100cqw);
  left: calc(23 / var(--designwidth) * 100cqw);
}
#dining .lp-look-zoom.is-pos05 .lp-look-zoom__detail {
  margin-left: calc(20 / var(--designwidth) * 100cqw);
}
#dining .lp-look-zoom.is-pos06 {
  top: calc(321 / var(--designwidth) * 100cqw);
  left: calc(136 / var(--designwidth) * 100cqw);
}
#dining .lp-look-zoom.is-pos07 {
  top: calc(354 / var(--designwidth) * 100cqw);
  left: calc(192 / var(--designwidth) * 100cqw);
}
#dining .lp-look__pickup {
  aspect-ratio: 375/610;
}
#dining .lp-look__pickup__item.is-item01 {
  top: calc(-11 / var(--designwidth) * 100cqw);
  left: calc(181 / var(--designwidth) * 100cqw);
  width: calc(165 / var(--designwidth) * 100cqw);
}
#dining .lp-look__pickup__item.is-item01 .lp-look__pickup__detail {
  padding-left: calc(13 / var(--designwidth) * 100cqw);
}
#dining .lp-look__pickup__item.is-item02 {
  top: calc(80 / var(--designwidth) * 100cqw);
  left: calc(0 / var(--designwidth) * 100cqw);
  width: calc(185 / var(--designwidth) * 100cqw);
}
#dining .lp-look__pickup__item.is-item02 .lp-look__pickup__detail {
  padding-left: calc(50 / var(--designwidth) * 100cqw);
}
#dining .lp-look__pickup__item.is-item03 {
  top: calc(152 / var(--designwidth) * 100cqw);
  left: calc(168 / var(--designwidth) * 100cqw);
  width: calc(190 / var(--designwidth) * 100cqw);
}
#dining .lp-look__pickup__item.is-item03 .lp-look__pickup__detail {
  margin-top: 0;
  padding-left: calc(42 / var(--designwidth) * 100cqw);
}
#dining .lp-look__pickup__item.is-item04 {
  top: calc(256 / var(--designwidth) * 100cqw);
  left: calc(32 / var(--designwidth) * 100cqw);
  width: calc(145 / var(--designwidth) * 100cqw);
}
#dining .lp-look__pickup__item.is-item04 .lp-look__pickup__detail {
  padding-left: calc(21 / var(--designwidth) * 100cqw);
  white-space: nowrap;
}
#dining .lp-look__pickup__item.is-item05 {
  top: calc(310 / var(--designwidth) * 100cqw);
  left: calc(193 / var(--designwidth) * 100cqw);
  width: calc(168 / var(--designwidth) * 100cqw);
}
#dining .lp-look__pickup__item.is-item05 .lp-look__pickup__detail {
  margin-top: calc(-4 / var(--designwidth) * 100cqw);
  padding-left: calc(39 / var(--designwidth) * 100cqw);
}
#dining .lp-look__pickup__item.is-item06 {
  top: calc(418 / var(--designwidth) * 100cqw);
  left: calc(38 / var(--designwidth) * 100cqw);
  width: calc(156 / var(--designwidth) * 100cqw);
}
#dining .lp-look__pickup__item.is-item06 .lp-look__pickup__detail {
  padding-left: calc(25 / var(--designwidth) * 100cqw);
}
#dining .lp-look__pickup__illust {
  bottom: calc(-10 / var(--designwidth) * 100cqw);
  right: calc(45 / var(--designwidth) * 100cqw);
  width: calc(115 / var(--designwidth) * 100cqw);
}

#living .lp-look-zoom.is-pos01 {
  top: calc(125 / var(--designwidth) * 100cqw);
  left: calc(46 / var(--designwidth) * 100cqw);
}
#living .lp-look-zoom.is-pos02 {
  top: calc(187 / var(--designwidth) * 100cqw);
  left: calc(109 / var(--designwidth) * 100cqw);
}
#living .lp-look-zoom.is-pos03 {
  top: calc(213 / var(--designwidth) * 100cqw);
  left: calc(65 / var(--designwidth) * 100cqw);
}
#living .lp-look-zoom.is-pos04 {
  top: calc(254 / var(--designwidth) * 100cqw);
  left: calc(126 / var(--designwidth) * 100cqw);
}
#living .lp-look-zoom.is-pos05 {
  top: calc(261 / var(--designwidth) * 100cqw);
  left: calc(235 / var(--designwidth) * 100cqw);
}
#living .lp-look-zoom.is-pos06 {
  top: calc(371 / var(--designwidth) * 100cqw);
  left: calc(104 / var(--designwidth) * 100cqw);
}
#living .lp-look__pickup {
  aspect-ratio: 375/405;
}
#living .lp-look__pickup__item.is-item01 {
  top: calc(6 / var(--designwidth) * 100cqw);
  left: calc(0 / var(--designwidth) * 100cqw);
  width: calc(211 / var(--designwidth) * 100cqw);
}
#living .lp-look__pickup__item.is-item01 .lp-look__pickup__detail {
  margin-top: calc(0 / var(--designwidth) * 100cqw);
  padding-left: calc(45 / var(--designwidth) * 100cqw);
}
#living .lp-look__pickup__item.is-item02 {
  top: calc(62 / var(--designwidth) * 100cqw);
  left: calc(190 / var(--designwidth) * 100cqw);
  width: calc(159 / var(--designwidth) * 100cqw);
}
#living .lp-look__pickup__item.is-item02 .lp-look__pickup__detail {
  margin-top: calc(-2 / var(--designwidth) * 100cqw);
  padding-left: calc(30 / var(--designwidth) * 100cqw);
}
#living .lp-look__pickup__item.is-item03 {
  top: calc(217 / var(--designwidth) * 100cqw);
  left: calc(28 / var(--designwidth) * 100cqw);
  width: calc(191 / var(--designwidth) * 100cqw);
}
#living .lp-look__pickup__item.is-item03 .lp-look__pickup__detail {
  margin-top: calc(-10 / var(--designwidth) * 100cqw);
  padding-left: calc(34 / var(--designwidth) * 100cqw);
}
#living .lp-look__pickup__illust {
  bottom: calc(12 / var(--designwidth) * 100cqw);
  right: calc(53 / var(--designwidth) * 100cqw);
  width: calc(100 / var(--designwidth) * 100cqw);
}

#study .lp-look-zoom.is-pos01 {
  top: calc(108 / var(--designwidth) * 100cqw);
  left: calc(150 / var(--designwidth) * 100cqw);
}
#study .lp-look-zoom.is-pos02 {
  top: calc(174 / var(--designwidth) * 100cqw);
  left: calc(241 / var(--designwidth) * 100cqw);
}
#study .lp-look-zoom.is-pos03 {
  top: calc(178 / var(--designwidth) * 100cqw);
  left: calc(84 / var(--designwidth) * 100cqw);
}
#study .lp-look-zoom.is-pos04 {
  top: calc(245 / var(--designwidth) * 100cqw);
  left: calc(67 / var(--designwidth) * 100cqw);
}
#study .lp-look-zoom.is-pos05 {
  top: calc(285 / var(--designwidth) * 100cqw);
  left: calc(164 / var(--designwidth) * 100cqw);
}
#study .lp-look-zoom.is-pos06 {
  top: calc(299 / var(--designwidth) * 100cqw);
  left: calc(213 / var(--designwidth) * 100cqw);
}
#study .lp-look-zoom.is-pos07 {
  top: calc(353 / var(--designwidth) * 100cqw);
  left: calc(54 / var(--designwidth) * 100cqw);
}
#study .lp-look__pickup {
  aspect-ratio: 375/607;
}
#study .lp-look__pickup__item.is-item01 {
  z-index: 10;
  top: calc(0 / var(--designwidth) * 100cqw);
  left: calc(30 / var(--designwidth) * 100cqw);
  width: calc(127 / var(--designwidth) * 100cqw);
}
#study .lp-look__pickup__item.is-item01 .lp-look__pickup__detail {
  margin-top: calc(5 / var(--designwidth) * 100cqw);
  padding-left: calc(10 / var(--designwidth) * 100cqw);
}
#study .lp-look__pickup__item.is-item02 {
  top: calc(10 / var(--designwidth) * 100cqw);
  right: calc(15 / var(--designwidth) * 100cqw);
  width: calc(182 / var(--designwidth) * 100cqw);
}
#study .lp-look__pickup__item.is-item02 .lp-look__pickup__detail {
  margin-top: calc(-5 / var(--designwidth) * 100cqw);
  padding-left: calc(25 / var(--designwidth) * 100cqw);
}
#study .lp-look__pickup__item.is-item03 {
  top: calc(190 / var(--designwidth) * 100cqw);
  left: calc(0 / var(--designwidth) * 100cqw);
  width: calc(152 / var(--designwidth) * 100cqw);
}
#study .lp-look__pickup__item.is-item03 .lp-look__pickup__detail {
  margin-top: calc(4 / var(--designwidth) * 100cqw);
  padding-left: calc(30 / var(--designwidth) * 100cqw);
}
#study .lp-look__pickup__item.is-item04 {
  top: calc(160 / var(--designwidth) * 100cqw);
  left: calc(160 / var(--designwidth) * 100cqw);
  width: calc(184 / var(--designwidth) * 100cqw);
}
#study .lp-look__pickup__item.is-item04 .lp-look__pickup__detail {
  margin-top: calc(2 / var(--designwidth) * 100cqw);
  padding-left: calc(32 / var(--designwidth) * 100cqw);
}
#study .lp-look__pickup__item.is-item05 {
  top: calc(430 / var(--designwidth) * 100cqw);
  left: calc(15 / var(--designwidth) * 100cqw);
  width: calc(187 / var(--designwidth) * 100cqw);
}
#study .lp-look__pickup__item.is-item05 .lp-look__pickup__detail {
  margin-top: calc(0 / var(--designwidth) * 100cqw);
  padding-left: calc(50 / var(--designwidth) * 100cqw);
}
#study .lp-look__pickup__item.is-item06 {
  top: calc(345 / var(--designwidth) * 100cqw);
  right: calc(0 / var(--designwidth) * 100cqw);
  width: calc(169 / var(--designwidth) * 100cqw);
}
#study .lp-look__pickup__item.is-item06 .lp-look__pickup__detail {
  margin-top: calc(-30 / var(--designwidth) * 100cqw);
  padding-left: calc(3 / var(--designwidth) * 100cqw);
}
#study .lp-look__pickup__illust {
  bottom: calc(-25 / var(--designwidth) * 100cqw);
  right: calc(53 / var(--designwidth) * 100cqw);
  width: calc(75 / var(--designwidth) * 100cqw);
}

#dress .lp-look-zoom.is-pos01 {
  top: calc(237 / var(--designwidth) * 100cqw);
  left: calc(17 / var(--designwidth) * 100cqw);
}
#dress .lp-look-zoom.is-pos01 .lp-look-zoom__detail {
  margin-left: calc(30 / var(--designwidth) * 100cqw);
}
#dress .lp-look-zoom.is-pos02 {
  top: calc(246 / var(--designwidth) * 100cqw);
  left: calc(159 / var(--designwidth) * 100cqw);
}
#dress .lp-look-zoom.is-pos03 {
  top: calc(321 / var(--designwidth) * 100cqw);
  left: calc(104 / var(--designwidth) * 100cqw);
}
#dress .lp-look-zoom.is-pos04 {
  top: calc(340 / var(--designwidth) * 100cqw);
  left: calc(213 / var(--designwidth) * 100cqw);
}
#dress .lp-look-zoom.is-pos05 {
  top: calc(384 / var(--designwidth) * 100cqw);
  left: calc(135 / var(--designwidth) * 100cqw);
}
#dress .lp-look-zoom.is-pos05 .lp-look-zoom__detail {
  margin-top: calc(-30 / var(--designwidth) * 100cqw);
}
#dress .lp-look__lineup__illust {
  position: absolute;
  z-index: 5;
  bottom: calc(124 / var(--designwidth) * 100cqw);
  right: calc(0 / var(--designwidth) * 100cqw);
  width: calc(72 / var(--designwidth) * 100cqw);
}
#dress .lp-look__pickup {
  aspect-ratio: 375/607;
}
#dress .lp-look__pickup__item.is-item01 {
  top: calc(-3 / var(--designwidth) * 100cqw);
  left: calc(55 / var(--designwidth) * 100cqw);
  width: calc(223 / var(--designwidth) * 100cqw);
}
#dress .lp-look__pickup__item.is-item01 .lp-look__pickup__detail {
  margin-top: calc(-16 / var(--designwidth) * 100cqw);
  padding-left: calc(54 / var(--designwidth) * 100cqw);
}
#dress .lp-look__pickup__item.is-item02 {
  top: calc(190 / var(--designwidth) * 100cqw);
  left: calc(8 / var(--designwidth) * 100cqw);
  width: calc(179 / var(--designwidth) * 100cqw);
}
#dress .lp-look__pickup__item.is-item02 .lp-look__pickup__detail {
  margin-top: calc(-2 / var(--designwidth) * 100cqw);
  padding-left: calc(35 / var(--designwidth) * 100cqw);
}
#dress .lp-look__pickup__item.is-item03 {
  top: calc(165 / var(--designwidth) * 100cqw);
  right: calc(15 / var(--designwidth) * 100cqw);
  width: calc(167 / var(--designwidth) * 100cqw);
}
#dress .lp-look__pickup__item.is-item03 .lp-look__pickup__detail {
  margin-top: calc(-4 / var(--designwidth) * 100cqw);
  padding-left: calc(30 / var(--designwidth) * 100cqw);
}
#dress .lp-look__pickup__item.is-item04 {
  top: calc(370 / var(--designwidth) * 100cqw);
  left: calc(170 / var(--designwidth) * 100cqw);
  width: calc(164 / var(--designwidth) * 100cqw);
}
#dress .lp-look__pickup__item.is-item04 .lp-look__pickup__detail {
  margin-top: calc(0 / var(--designwidth) * 100cqw);
  padding-left: calc(19 / var(--designwidth) * 100cqw);
}
#dress .lp-look__pickup__illust {
  bottom: calc(16 / var(--designwidth) * 100cqw);
  left: calc(41 / var(--designwidth) * 100cqw);
  width: calc(86 / var(--designwidth) * 100cqw);
}

#outdoor .lp-look-zoom.is-pos01 {
  top: calc(141 / var(--designwidth) * 100cqw);
  left: calc(229 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look-zoom.is-pos02 {
  top: calc(211 / var(--designwidth) * 100cqw);
  left: calc(23 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look-zoom.is-pos02 .lp-look-zoom__detail {
  margin-left: calc(30 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look-zoom.is-pos03 {
  top: calc(213 / var(--designwidth) * 100cqw);
  left: calc(251 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look-zoom.is-pos04 {
  top: calc(237 / var(--designwidth) * 100cqw);
  left: calc(85 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look-zoom.is-pos05 {
  top: calc(297 / var(--designwidth) * 100cqw);
  left: calc(130 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look-zoom.is-pos06 {
  top: calc(387 / var(--designwidth) * 100cqw);
  left: calc(190 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look-zoom.is-pos06 .lp-look-zoom__detail {
  margin-top: calc(-30 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look__pickup {
  aspect-ratio: 375/700;
}
#outdoor .lp-look__pickup__item.is-item01 {
  top: calc(0 / var(--designwidth) * 100cqw);
  left: calc(10 / var(--designwidth) * 100cqw);
  width: calc(174 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look__pickup__item.is-item01 .lp-look__pickup__detail {
  margin-top: calc(5 / var(--designwidth) * 100cqw);
  padding-left: calc(20 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look__pickup__item.is-item02 {
  top: calc(0 / var(--designwidth) * 100cqw);
  right: calc(0 / var(--designwidth) * 100cqw);
  width: calc(190 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look__pickup__item.is-item02 .lp-look__pickup__detail {
  margin-top: calc(5 / var(--designwidth) * 100cqw);
  padding-left: calc(30 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look__pickup__item.is-item03 {
  z-index: 10;
  top: calc(180 / var(--designwidth) * 100cqw);
  left: calc(94 / var(--designwidth) * 100cqw);
  width: calc(199 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look__pickup__item.is-item03 .lp-look__pickup__detail {
  margin-top: calc(-4 / var(--designwidth) * 100cqw);
  padding-left: calc(34 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look__pickup__item.is-item04 {
  top: calc(325 / var(--designwidth) * 100cqw);
  left: calc(0 / var(--designwidth) * 100cqw);
  width: calc(188 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look__pickup__item.is-item04 .lp-look__pickup__detail {
  margin-top: calc(-30 / var(--designwidth) * 100cqw);
  padding-left: calc(70 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look__pickup__item.is-item05 {
  top: calc(345 / var(--designwidth) * 100cqw);
  right: calc(2 / var(--designwidth) * 100cqw);
  width: calc(183 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look__pickup__item.is-item05 .lp-look__pickup__detail {
  padding-left: calc(21 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look__pickup__item.is-item06 {
  bottom: calc(0 / var(--designwidth) * 100cqw);
  left: calc(70 / var(--designwidth) * 100cqw);
  width: calc(125 / var(--designwidth) * 100cqw);
}
#outdoor .lp-look__pickup__item.is-item06 .lp-look__pickup__detail {
  margin-top: calc(0 / var(--designwidth) * 100cqw);
  padding-left: calc(-3 / var(--designwidth) * 100cqw);
  white-space: nowrap;
}
#outdoor .lp-look__pickup__illust {
  bottom: calc(34 / var(--designwidth) * 100cqw);
  right: calc(56 / var(--designwidth) * 100cqw);
  width: calc(91 / var(--designwidth) * 100cqw);
}

.lp-about {
  border-top: 1px solid var(--accentColor);
  margin: calc(40 / var(--designwidth) * 100cqw) 0 0;
  padding: calc(20 / var(--designwidth) * 100cqw) calc(20 / var(--designwidth) * 100cqw) 0;
}

.lp-about__title {
  text-align: center;
  font-family: var(--font_en);
  letter-spacing: 0.02em;
  color: var(--accentColor);
  font-size: calc(20 / var(--designwidth) * 100cqw);
}

.lp-about__image {
  margin: calc(20 / var(--designwidth) * 100cqw) auto 0;
  width: calc(220 / var(--designwidth) * 100cqw);
}

.lp-about__text {
  margin: calc(30 / var(--designwidth) * 100cqw) 0 0;
  font-size: calc(12 / var(--designwidth) * 100cqw);
  font-weight: 700;
  line-height: 1.75;
  color: var(--accentColor);
}

.lp-quiz {
  border-top: 1px solid var(--accentColor);
  margin: calc(30 / var(--designwidth) * 100cqw) 0 0;
  padding: calc(40 / var(--designwidth) * 100cqw) 0 0;
}

.lp-quiz__box {
  position: relative;
  margin: 0 auto;
  padding: calc(25 / var(--designwidth) * 100cqw) 0;
  border-radius: calc(30 / var(--designwidth) * 100cqw);
  border: 1px solid var(--accentColor);
}

.lp-quiz__title {
  margin: 0 0 calc(30 / var(--designwidth) * 100cqw);
  text-align: center;
  color: var(--accentColor);
  font-size: calc(20 / var(--designwidth) * 100cqw);
}

.lp-quiz__illst {
  position: absolute;
  z-index: 5;
  top: calc(25 / var(--designwidth) * 100cqw);
  left: calc(25 / var(--designwidth) * 100cqw);
  width: calc(74 / var(--designwidth) * 100cqw);
  pointer-events: none;
}

.lp-quiz__illst02 {
  position: absolute;
  z-index: 5;
  top: calc(80 / var(--designwidth) * 100cqw);
  right: calc(15 / var(--designwidth) * 100cqw);
  width: calc(74 / var(--designwidth) * 100cqw);
  pointer-events: none;
}

.lp-quiz__header {
  position: relative;
  text-align: center;
  border-top: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
  color: var(--mainColor);
}

.lp-quiz__header__label {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  padding: 0 calc(8 / var(--designwidth) * 100cqw);
  transform: translate(-50%, -50%);
  background-color: #F1F0E6;
  font-family: var(--font_en);
  font-size: calc(22 / var(--designwidth) * 100cqw);
  letter-spacing: 0.05em;
  line-height: 1;
  min-width: calc(110 / var(--designwidth) * 100cqw);
  text-align: center;
}

.lp-quiz__header__title {
  padding: calc(20 / var(--designwidth) * 100cqw) 0;
  font-size: calc(16 / var(--designwidth) * 100cqw);
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
}

.lp-quiz__answerlist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: calc(20 / var(--designwidth) * 100cqw);
  margin: calc(17 / var(--designwidth) * 100cqw) 0 0;
  padding: 0 calc(17 / var(--designwidth) * 100cqw);
}

.lp-quiz__answerlist__item {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.lp-quiz__answerlist__item.is-current {
  scale: 1.1;
  opacity: 0.7;
}
@media (hover: hover) and (pointer: fine) {
  .lp-quiz__answerlist__item:hover {
    opacity: 0.7;
  }
}

.lp-quiz__question__guide {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}
.lp-quiz__question__guide.is-active {
  cursor: pointer;
  pointer-events: all;
}
.lp-quiz__question__guide:before {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  transform: translate(-50%, -50%);
  width: calc(174 / var(--designwidth) * 100cqw);
  aspect-ratio: 1/1;
  background: url(../img/quiz_bg02.svg) no-repeat center center;
  background-size: contain;
  mix-blend-mode: multiply;
}
.lp-quiz__question__guide[data-state=false]:before {
  background-image: url(../img/quiz_bg03.svg);
}

.lp-quiz__result {
  display: none;
}
.lp-quiz__result.is-active {
  opacity: 0;
  display: block;
}

.lp-quiz__result__header {
  position: relative;
  text-align: center;
  color: var(--mainColor);
  background-color: var(--accentColor);
}

.lp-quiz__result__header__label {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: var(--font_en);
  font-size: calc(20 / var(--designwidth) * 100cqw);
  letter-spacing: 0.05em;
  line-height: 1;
}

.lp-quiz__result__header__title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  padding: calc(15 / var(--designwidth) * 100cqw) 0;
  font-size: calc(20 / var(--designwidth) * 100cqw);
  font-weight: 700;
  line-height: 1;
}

.lp-quiz__result__header__title__01 {
  font-size: calc(20 / var(--designwidth) * 100cqw);
}

.lp-quiz__result__header__title__02 {
  margin-left: calc(5 / var(--designwidth) * 100cqw);
  margin-right: calc(5 / var(--designwidth) * 100cqw);
  font-size: calc(40 / var(--designwidth) * 100cqw);
  font-family: var(--font_en);
  color: #fff;
}

.lp-quiz__result__header__title__03 {
  color: #fff;
}

.lp-quiz__result__share {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(15 / var(--designwidth) * 100cqw);
  font-size: calc(16 / var(--designwidth) * 100cqw);
  font-weight: 700;
  line-height: 1;
  margin: calc(20 / var(--designwidth) * 100cqw) 0 0;
}

.lp-quiz__result__share__text {
  font-size: calc(14 / var(--designwidth) * 100cqw);
  line-height: 1.1429;
}

.lp-quiz__result__share__list {
  display: flex;
}

.lp-quiz__result__share__list__item {
  width: calc(30 / var(--designwidth) * 100cqw);
}

.lp-quiz__result__history {
  display: grid;
  gap: calc(10 / var(--designwidth) * 100cqw) 0;
  margin: calc(16 / var(--designwidth) * 100cqw) 0 0;
  padding: 0 calc(40 / var(--designwidth) * 100cqw);
}

.lp-quiz__result__history__item {
  display: grid;
  align-items: center;
  grid-template-columns: calc(40 / var(--designwidth) * 100cqw) calc(20 / var(--designwidth) * 100cqw) 1fr;
  line-height: 1;
}

.lp-quiz__result__history__number {
  font-family: var(--font_en);
  font-weight: 700;
  font-size: calc(18 / var(--designwidth) * 100cqw);
}

.lp-quiz__result__history__flag:before {
  content: "";
  display: block;
  width: calc(20 / var(--designwidth) * 100cqw);
  aspect-ratio: 1/1;
  background: url(../img/quiz_bg03.svg) no-repeat center center;
  background-size: contain;
}
.lp-quiz__result__history__flag.is-true:before {
  background-image: url(../img/quiz_bg02.svg);
}

.lp-quiz__result__history__text {
  padding-left: calc(17 / var(--designwidth) * 100cqw);
  font-size: calc(16 / var(--designwidth) * 100cqw);
  font-weight: 700;
}

.lp-quiz__result__copyright {
  width: calc(43 / var(--designwidth) * 100cqw);
  margin: calc(10 / var(--designwidth) * 100cqw) auto 0;
  line-height: 1;
}

.lp-footer {
  position: relative;
  padding: calc(44 / var(--designwidth) * 100cqw) 0;
}

.lp-footer__logo {
  margin: 0 auto;
  width: calc(159 / var(--designwidth) * 100cqw);
}
.lp-footer__logo a {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .lp-footer__logo a {
    transition: ease opacity 0.3s;
  }
  .lp-footer__logo a:hover {
    opacity: 0.7;
  }
}

.lp-footer__nav {
  display: grid;
  justify-content: center;
  grid-template-columns: auto auto;
  margin-top: calc(30 / var(--designwidth) * 100cqw);
  gap: calc(16 / var(--designwidth) * 100cqw) calc(40 / var(--designwidth) * 100cqw);
}
.lp-footer__nav a {
  color: var(--accentColor);
  font-weight: 700;
  font-size: calc(15 / var(--designwidth) * 100cqw);
  font-family: var(--font_en);
}
@media (hover: hover) and (pointer: fine) {
  .lp-footer__nav a {
    transition: ease opacity 0.3s;
  }
  .lp-footer__nav a:hover {
    opacity: 0.7;
  }
}

.lp-footer__bg {
  margin: calc(32 / var(--designwidth) * 100cqw) auto 0;
  width: calc(85 / var(--designwidth) * 100cqw);
}
.lp-footer__bg img {
  width: 100%;
}

.lp-footer__copyright {
  margin: calc(30 / var(--designwidth) * 100cqw) auto 0;
  width: calc(116 / var(--designwidth) * 100cqw);
}

.c-modal-wrapper {
  display: none;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(241, 240, 230, 0.6);
}
.c-modal-wrapper.is-open-modal {
  display: block;
}

.c-modal-view {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.c-modal-view__itemlist {
  padding-bottom: calc(30 / var(--designwidth) * 100cqw);
  width: 100%;
  background-color: #F1F0E6;
  border: 1px solid var(--mainColor);
  border-radius: calc(10 / var(--designwidth) * 100cqw);
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-modal-view__itemlist::-webkit-scrollbar {
  display: none;
}

.c-modal-view__contents {
  margin: 0 auto;
  width: calc(245 / var(--designwidth) * 100cqw);
  max-width: 540px;
  container-type: inline-size;
  color: var(--mainColor);
}
@media print, screen and (min-width: 920px) {
  .c-modal-view__contents {
    width: 19.0625%;
  }
}
.c-modal-view__contents > :first-child {
  margin-top: 0;
}
.c-modal-view__contents .lp-itemlist__image {
  position: relative;
  border: none;
  border-radius: 0;
  pointer-events: none;
}
.c-modal-view__contents .lp-itemlist__image img {
  display: block;
  vertical-align: bottom;
  height: auto;
  width: 100%;
}
.c-modal-view__contents .lp-itemlist__image img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
}
.c-modal-view__contents .lp-itemlist__image img:nth-child(2).is-show {
  opacity: 1;
}
.c-modal-view__contents .lp-itemlist__detail {
  margin: 0;
  padding: calc(16 / var(--designwidth) * 100cqw) calc(20 / var(--designwidth) * 100cqw) 0;
}
.c-modal-view__contents .lp-c-itemname {
  font-size: calc(11 / var(--designwidth) * 100cqw);
}
.c-modal-view__contents .lp-c-itemprice {
  margin-top: 0.5em;
  font-size: calc(12 / var(--designwidth) * 100cqw);
}
.c-modal-view__contents .lp-c-itemprice span:before {
  display: none;
}
.c-modal-view__contents .lp-c-itemlink {
  width: calc(40 / var(--designwidth) * 100cqw);
  height: calc(24 / var(--designwidth) * 100cqw);
}

.c-modal-view__block {
  position: relative;
  width: 100%;
  --designwidth: 245;
}

.c-modal__close {
  display: block;
  cursor: pointer;
  position: absolute;
  z-index: 50;
  text-align: center;
  bottom: calc(-18 / var(--designwidth) * 100cqw);
  left: 50%;
  transform: translateX(-50%);
}
.c-modal__close:before {
  content: "";
  margin: 0 auto;
  display: block;
  width: calc(37 / var(--designwidth) * 100cqw);
  height: calc(37 / var(--designwidth) * 100cqw);
  background: url(../img/com_bt03.webp) 50% 50% no-repeat;
  background-size: contain;
}

body.is-modalopen {
  overflow: hidden;
  height: 100% !important;
}

.c-modal__header {
  position: relative;
}

.animation-wave {
  display: flex;
  justify-content: center;
}
.animation-wave > span {
  min-width: 0.3em;
  animation: ease wave 2s 0s infinite;
}
.animation-wave > span:nth-child(1) {
  animation-delay: 0s;
}
.animation-wave > span:nth-child(2) {
  animation-delay: 0.1s;
}
.animation-wave > span:nth-child(3) {
  animation-delay: 0.2s;
}
.animation-wave > span:nth-child(4) {
  animation-delay: 0.3s;
}
.animation-wave > span:nth-child(5) {
  animation-delay: 0.4s;
}
.animation-wave > span:nth-child(6) {
  animation-delay: 0.5s;
}
.animation-wave > span:nth-child(7) {
  animation-delay: 0.6s;
}
.animation-wave > span:nth-child(8) {
  animation-delay: 0.7s;
}
.animation-wave > span:nth-child(9) {
  animation-delay: 0.8s;
}
.animation-wave > span:nth-child(10) {
  animation-delay: 0.9s;
}
.animation-wave > span:nth-child(11) {
  animation-delay: 1s;
}
.animation-wave > span:nth-child(12) {
  animation-delay: 1.1s;
}
.animation-wave > span:nth-child(13) {
  animation-delay: 1.2s;
}
.animation-wave > span:nth-child(14) {
  animation-delay: 1.3s;
}
.animation-wave > span:nth-child(15) {
  animation-delay: 1.4s;
}

@keyframes wave {
  0% {
    transform: translateY(0px);
  }
  25% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(0px);
  }
}
.animation-float {
  animation: simpleFloat 1.5s ease-in-out infinite alternate;
}

@keyframes simpleFloat {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.animation-skip {
  transform-origin: center bottom;
  animation: skipLoop 1.5s linear infinite alternate;
}

@keyframes skipLoop {
  0% {
    transform: rotate(-8deg);
  }
  100% {
    transform: translateY(0) rotate(0deg);
  }
}