:root {
  --designwidth:2732;
  --zoom:1.032;
  --font-jp: "Zen Maru Gothic", sans-serif;
  --font-en: "Paytone One", sans-serif;
  --color_basetxt:#444444;
  --color_main: #6B3C30;
  --duration: 0.6s;
}
@media screen and (max-width:767px) {
  :root {
    --designwidth:750;
    --zoom:1;
  }
}

@media screen and (max-width:767px) {
  body.is-modal-open {
    overflow: hidden;
  }
}

@media print, screen and (min-width: 768px) {
  .feature_details01 {
    padding-bottom: 0 !important;
  }
}

.feature_details01 > .box {
  margin-top: 0 !important;
}

#special-content.s_container {
  width: auto;
  padding: 0 !important;
  max-width: 100%;
}

.breadcrumb {
  position: relative;
  z-index: 5;
  background-color: #fff;
}

.lp-wrapper {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: var(--color_main);
}
.lp-wrapper img {
  width: 100%;
  height: auto;
}
.lp-wrapper button {
  border: none;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  color: inherit;
}

@media print, screen and (min-width: 768px) {
  .lp-layout {
    border-top: 1px solid var(--color_main);
    border-bottom: 1px solid var(--color_main);
    display: grid;
    align-items: start;
    grid-template-columns: calc(916 / 2732 * 100%) calc(900 / 2732 * 100%) calc(916 / 2732 * 100%);
    gap: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .lp-layout__main {
    border-left: 1px solid var(--color_main);
    border-right: 1px solid var(--color_main);
    order: 2;
  }
}

@media print, screen and (min-width: 768px) {
  .lp-layout__sidecol {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
  }
  .lp-layout__sidecol--left {
    order: 1;
  }
  .lp-layout__sidecol--right {
    order: 3;
  }
}

@media screen and (max-width:767px) {
  .lp-u-show-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 768px) {
  .lp-u-show-sp {
    display: none !important;
  }
}

.lp-u-block {
  padding-inline: calc(60 * var(--zoom) / var(--designwidth) * 100vw);
}

.lp-u-mt-0 {
  margin-top: 0 !important;
}

.lp-c-lead {
  margin-top: calc(42 * var(--zoom) / var(--designwidth) * 100vw);
  font-size: calc(30 * var(--zoom) / var(--designwidth) * 100vw);
  font-weight: bold;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.03em;
}
@media print, screen and (min-width: 768px) {
  .lp-c-lead {
    margin-top: calc(36 / var(--designwidth) * 100vw);
    line-height: 1.8;
    font-size: calc(28 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-c-button {
  margin-top: calc(36 * var(--zoom) / var(--designwidth) * 100vw);
  display: flex;
  justify-content: center;
}

.lp-c-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lookcolor, #6B3C30);
  width: calc(346 * var(--zoom) / var(--designwidth) * 100vw);
  height: calc(71 * var(--zoom) / var(--designwidth) * 100vw);
  border-radius: 50px;
  color: #fff;
  background-color: var(--lookcolor, #6B3C30);
  text-decoration: none !important;
  font-size: calc(38 * var(--zoom) / var(--designwidth) * 100vw);
  letter-spacing: 0.1em;
  font-family: var(--font-en);
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media print, screen and (min-width: 768px) {
  .lp-c-button__link {
    transition: ease all 0.3s;
  }
  .lp-c-button__link:hover {
    background-color: #fff;
    color: var(--lookcolor, #6B3C30);
  }
}

.lp-c-inlinelink {
  display: inline;
  text-decoration: underline;
  color: inherit;
}
.lp-c-inlinelink:hover {
  text-decoration: none;
}

.lp-mv {
  position: relative;
  padding-top: calc(70 * var(--zoom) / var(--designwidth) * 100vw);
}
@media print, screen and (min-width: 768px) {
  .lp-mv {
    margin: 0 auto;
    padding-top: 0;
    width: calc(680 / var(--designwidth) * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .lp-layout__main .lp-mv {
    padding-top: calc(84 / var(--designwidth) * 100vw);
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .lp-mv-wrap {
    padding-top: 75px;
  }
}

.lp-mv-copy {
  margin: 0 auto;
  width: 100%;
  max-width: calc(682 * var(--zoom) / var(--designwidth) * 100vw);
}
@media print, screen and (min-width: 768px) {
  .lp-mv-copy {
    max-width: calc(827 / var(--designwidth) * 100vw);
  }
}
.lp-mv-copy svg {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 488/78;
}

@media print, screen and (min-width: 768px) {
  .lp-mv-copy--pc-noanime {
    opacity: 1 !important;
    animation: none !important;
  }
}

.lp-mv-img {
  margin-top: calc(40 * var(--zoom) / var(--designwidth) * 100vw);
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .lp-mv-img {
    margin-top: calc(20 / var(--designwidth) * 100vw);
  }
}

@media print, screen and (min-width: 768px) {
  .lp-anc-list-wrap {
    position: relative;
    width: 100%;
  }
}

.lp-anc-list {
  display: flex;
  flex-wrap: wrap;
  margin: calc(80 * var(--zoom) / var(--designwidth) * 100vw) auto 0;
  width: calc(680 * var(--zoom) / var(--designwidth) * 100vw);
  border-top: 1px solid #6B3C30;
}
@media print, screen and (min-width: 768px) {
  .lp-anc-list {
    margin: calc(80 * var(--zoom) / var(--designwidth) * 100vw) auto;
    width: calc(544 / var(--designwidth) * 100vw);
  }
}
.lp-anc-list > li {
  position: relative;
  width: 50%;
  border-bottom: 1px solid #6B3C30;
}
.lp-anc-list > li:nth-child(2n)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1px;
  width: 1px;
  height: calc(55 * var(--zoom) / var(--designwidth) * 100vw);
  transform: translateY(-50%);
  background-color: #6B3C30;
}
.lp-anc-list > li:last-child:nth-child(odd) {
  width: 100%;
}

.lp-anc-list__link {
  --icon-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: calc(28 * var(--zoom) / var(--designwidth) * 100vw);
  height: calc(155 * var(--zoom) / var(--designwidth) * 100vw);
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .lp-anc-list__link {
    padding-bottom: calc(28 / var(--designwidth) * 100vw);
    height: calc(120 / var(--designwidth) * 100vw);
  }
  .lp-anc-list__link:hover {
    background-color: var(--icon-color);
  }
}
.lp-anc-list__link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: calc(27 * var(--zoom) / var(--designwidth) * 100vw);
  left: 50%;
  -webkit-mask: url(/storage/brandsite/feature/img/184/look_nav_ic01.svg) top center/contain;
          mask: url(/storage/brandsite/feature/img/184/look_nav_ic01.svg) top center/contain;
  width: calc(25 * var(--zoom) / var(--designwidth) * 100vw);
  height: calc(27 * var(--zoom) / var(--designwidth) * 100vw);
  transform: translateX(-50%);
  background-color: var(--icon-color);
}
@media print, screen and (min-width: 768px) {
  .lp-anc-list__link::after {
    bottom: calc(20 / var(--designwidth) * 100vw);
    width: calc(20 / var(--designwidth) * 100vw);
    height: calc(23 / var(--designwidth) * 100vw);
  }
}
.lp-anc-list__link img {
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .lp-anc-list__link img {
    width: auto;
    height: calc(34 / var(--designwidth) * 100vw);
  }
}
.lp-anc-list__link.is-anc01 {
  --icon-color: #6B3C30;
}
.lp-anc-list__link.is-anc01 img {
  width: calc(233 * var(--zoom) / var(--designwidth) * 100vw);
}
.lp-anc-list__link.is-anc02 {
  --icon-color: #A84046;
}
.lp-anc-list__link.is-anc02 img {
  width: calc(180 * var(--zoom) / var(--designwidth) * 100vw);
}
.lp-anc-list__link.is-anc03 {
  --icon-color: #75408E;
}
.lp-anc-list__link.is-anc03 img {
  width: calc(272 * var(--zoom) / var(--designwidth) * 100vw);
}
.lp-anc-list__link.is-anc04 {
  --icon-color: #A97619;
}
.lp-anc-list__link.is-anc04 img {
  width: calc(273 * var(--zoom) / var(--designwidth) * 100vw);
}
.lp-anc-list__link.is-anc05 {
  --icon-color: #D0111A;
}
.lp-anc-list__link.is-anc05 img {
  width: calc(161 * var(--zoom) / var(--designwidth) * 100vw);
}
@media print, screen and (min-width: 768px) {
  .lp-anc-list__link:hover::after {
    filter: brightness(0) invert(1);
  }
  .lp-anc-list__link:hover img {
    filter: brightness(0) invert(1);
  }
}

.lp-sp-anc-fixed-list {
  display: block;
  position: fixed;
  top: calc(50% + 30px);
  left: 0;
  padding-right: calc(10 * var(--zoom) / var(--designwidth) * 100vw);
  height: calc(100dvh - 170px);
  overflow: auto;
  z-index: 10;
  transform: translate(-110%, -50%);
  width: calc(70 * var(--zoom) / var(--designwidth) * 100vw);
  transition: transform 0.3s ease;
}
.lp-sp-anc-fixed-list.is-show {
  transform: translate(0%, -50%);
}
.lp-sp-anc-fixed-list > li {
  margin: 0;
}
.lp-sp-anc-fixed-list > li + li {
  margin-top: -1px;
}

.lp-sp-anc-fixed-list__link {
  --border-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(200 * var(--zoom) / var(--designwidth) * 100vw);
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-left: none;
  border-radius: 0 10px 10px 0;
}
.lp-sp-anc-fixed-list__link.is-anc01 {
  --border-color: #6B3C30;
}
.lp-sp-anc-fixed-list__link.is-anc02 {
  --border-color: #A84046;
}
.lp-sp-anc-fixed-list__link.is-anc03 {
  --border-color: #75408E;
}
.lp-sp-anc-fixed-list__link.is-anc04 {
  --border-color: #A97619;
}
.lp-sp-anc-fixed-list__link.is-anc05 {
  --border-color: #D0111A;
}
.lp-sp-anc-fixed-list__link img {
  width: calc(24 * var(--zoom) / var(--designwidth) * 100vw);
}

.lp-anc-decoration {
  position: absolute;
  opacity: 0;
  z-index: -2;
  pointer-events: none;
  transform: translateY(15px);
  transition: 0.3s ease;
  transition-property: transform, opacity;
}
.lp-anc-decoration.is-look01-01 {
  top: calc(-137 / var(--designwidth) * 100vw);
  left: calc(584 / var(--designwidth) * 100vw);
  width: calc(138 / var(--designwidth) * 100vw);
}
.lp-anc-decoration.is-look01-02 {
  top: calc(426 / var(--designwidth) * 100vw);
  left: calc(168 / var(--designwidth) * 100vw);
  width: calc(193 / var(--designwidth) * 100vw);
}
.lp-anc-decoration.is-look02-01 {
  top: calc(-108 / var(--designwidth) * 100vw);
  left: calc(609 / var(--designwidth) * 100vw);
  width: calc(126 / var(--designwidth) * 100vw);
}
.lp-anc-decoration.is-look02-02 {
  top: calc(426 / var(--designwidth) * 100vw);
  left: calc(94 / var(--designwidth) * 100vw);
  width: calc(445 / var(--designwidth) * 100vw);
}
.lp-anc-decoration.is-look03-01 {
  top: calc(-78 / var(--designwidth) * 100vw);
  left: calc(144 / var(--designwidth) * 100vw);
  width: calc(292 / var(--designwidth) * 100vw);
}
.lp-anc-decoration.is-look03-02 {
  top: calc(-112 / var(--designwidth) * 100vw);
  left: calc(574 / var(--designwidth) * 100vw);
  width: calc(119 / var(--designwidth) * 100vw);
}
.lp-anc-decoration.is-look03-03 {
  top: calc(421 / var(--designwidth) * 100vw);
  left: calc(144 / var(--designwidth) * 100vw);
  width: calc(119 / var(--designwidth) * 100vw);
}
.lp-anc-decoration.is-look03-04 {
  top: calc(426 / var(--designwidth) * 100vw);
  left: calc(594 / var(--designwidth) * 100vw);
  width: calc(126 / var(--designwidth) * 100vw);
}
.lp-anc-decoration.is-look04-01 {
  top: calc(-138 / var(--designwidth) * 100vw);
  left: calc(150 / var(--designwidth) * 100vw);
  width: calc(182 / var(--designwidth) * 100vw);
}
.lp-anc-decoration.is-look04-02 {
  top: calc(310 / var(--designwidth) * 100vw);
  left: calc(630 / var(--designwidth) * 100vw);
  width: calc(79 / var(--designwidth) * 100vw);
}
.lp-anc-decoration.is-look05-01 {
  top: calc(-75 / var(--designwidth) * 100vw);
  left: calc(586 / var(--designwidth) * 100vw);
  width: calc(99 / var(--designwidth) * 100vw);
}
.lp-anc-decoration.is-look05-02 {
  top: calc(364 / var(--designwidth) * 100vw);
  left: calc(199 / var(--designwidth) * 100vw);
  width: calc(182 / var(--designwidth) * 100vw);
}

.lp-wrapper[data-current-id="0"] .lp-anc-decoration.is-look01,
.lp-wrapper[data-current-id="1"] .lp-anc-decoration.is-look02,
.lp-wrapper[data-current-id="2"] .lp-anc-decoration.is-look03,
.lp-wrapper[data-current-id="3"] .lp-anc-decoration.is-look04,
.lp-wrapper[data-current-id="4"] .lp-anc-decoration.is-look05 {
  opacity: 1;
  z-index: 2;
  transform: translateY(0);
}
.lp-wrapper[data-current-id="0"] .lp-anc-decoration.is-look01.is-delay01,
.lp-wrapper[data-current-id="1"] .lp-anc-decoration.is-look02.is-delay01,
.lp-wrapper[data-current-id="2"] .lp-anc-decoration.is-look03.is-delay01,
.lp-wrapper[data-current-id="3"] .lp-anc-decoration.is-look04.is-delay01,
.lp-wrapper[data-current-id="4"] .lp-anc-decoration.is-look05.is-delay01 {
  transition-delay: 0.2s !important;
}

@media print, screen and (min-width: 768px) {
  .lp-guide {
    position: relative;
    padding-bottom: calc(170 / var(--designwidth) * 100vw);
  }
}
@media print, screen and (min-width: 768px) {
  .lp-guide .lp-guide_arw {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .lp-guide .lp-guide_arw span {
    display: block;
    margin: 0 auto;
    width: calc(69 / var(--designwidth) * 100vw);
    height: calc(69 / var(--designwidth) * 100vw);
    background: url(/storage/brandsite/feature/img/184/look_nav_ic01.svg) no-repeat 0 0/contain;
    animation: sdb2 2s infinite;
  }
}

@keyframes sdb2 {
  0%, 20%, 40%, 100% {
    transform: translateY(0px);
  }
  10%, 30% {
    transform: translateY(6px);
  }
}
.lp-guide-heading {
  margin: calc(50 * var(--zoom) / var(--designwidth) * 100vw) 0 0;
}
@media print, screen and (min-width: 768px) {
  .lp-guide-heading {
    margin-inline: auto;
    width: calc(700 / var(--designwidth) * 100vw);
  }
}

.lp-look {
  display: block;
  margin-top: calc(200 * var(--zoom) / var(--designwidth) * 100vw);
  color: var(--lookcolor);
}
.lp-look .lp-c-lead {
  margin-top: calc(12 * var(--zoom) / var(--designwidth) * 100vw);
  line-height: 1.5;
}

.lp-look__header__popup {
  display: block;
  margin: 0 auto;
  width: calc(400 * var(--zoom) / var(--designwidth) * 100vw);
  height: calc(69 * var(--zoom) / var(--designwidth) * 100vw);
}
@media print, screen and (min-width: 768px) {
  .lp-look__header__popup {
    width: calc(460 / var(--designwidth) * 100vw);
    height: calc(79 / var(--designwidth) * 100vw);
  }
}

.lp-look__header__title {
  margin: calc(35 * var(--zoom) / var(--designwidth) * 100vw) 0 0;
}
@media print, screen and (min-width: 768px) {
  .lp-look__header__title {
    margin-inline: auto;
    width: calc(830 / var(--designwidth) * 100vw);
  }
}
.lp-look__header__title img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lp-look__product {
  margin-top: calc(37 * var(--zoom) / var(--designwidth) * 100vw);
}

.lp-look__product__kv {
  position: relative;
  overflow: hidden;
}
.lp-look__product__kv div {
  position: absolute;
  z-index: 2;
}
.lp-look__product__kv img {
  width: 100%;
  height: auto;
}

.lp-look__product__detail {
  position: relative;
  margin: calc(38 * var(--zoom) / var(--designwidth) * 100vw) 0 0;
  padding-inline: calc(64 * var(--zoom) / var(--designwidth) * 100vw);
  z-index: 2;
}

.lp-look__product__title {
  margin-inline: calc(-64 * var(--zoom) / var(--designwidth) * 100vw);
}
.lp-look__product__title img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}
.lp-look__product__name {
  margin-top: calc(22 * var(--zoom) / var(--designwidth) * 100vw);
  font-size: calc(30 * var(--zoom) / var(--designwidth) * 100vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

.lp-look__product__spec {
  margin-top: calc(35 * var(--zoom) / var(--designwidth) * 100vw);
  font-size: calc(25 * var(--zoom) / var(--designwidth) * 100vw);
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.lp-look__product__copy {
  margin-top: calc(37 * var(--zoom) / var(--designwidth) * 100vw);
  font-size: calc(30 * var(--zoom) / var(--designwidth) * 100vw);
  font-weight: 500;
  line-height: 1.83;
  letter-spacing: 0.03em;
}

#look01 {
  --lookcolor:#6B3C30;
  margin-top: calc(159 * var(--zoom) / var(--designwidth) * 100vw);
}
@media print, screen and (min-width: 768px) {
  #look01 {
    margin-top: calc(120 / var(--designwidth) * 100vw);
  }
}
#look01 .lp-look__header__title {
  margin-top: calc(20 * var(--zoom) / var(--designwidth) * 100vw);
}
@media print, screen and (min-width: 768px) {
  #look01 .lp-look__header__title {
    margin-top: calc(31 * var(--zoom) / var(--designwidth) * 100vw);
  }
}
#look01 .lp-c-lead {
  line-height: 1.83;
}
@media print, screen and (min-width: 768px) {
  #look01 .lp-c-lead {
    margin-top: calc(30 / var(--designwidth) * 100vw);
  }
}

#look01-01 .lp-look__product__kv {
  aspect-ratio: 750/960;
}
#look01-01 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(227 / 960 * 100%);
}
#look01-01 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(333 / 960 * 100%);
}
#look01-01 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(6 / 960 * 100%);
}

#look01-02 .lp-look__product__kv {
  aspect-ratio: 750/625;
}
#look01-02 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(107 / 625 * 100%);
}
#look01-02 .lp-look__product__kv div:nth-child(2) {
  width: calc(138 / 750 * 100%);
  top: calc(82 / 625 * 100%);
  right: calc(78 / 750 * 100%);
}
#look01-02 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(434 / 625 * 100%);
}
#look01-02 .lp-look__product__detail {
  margin-top: calc(20 * var(--zoom) / var(--designwidth) * 100vw);
}

#look01-03 .lp-look__product__kv {
  aspect-ratio: 750/1055;
}
#look01-03 .lp-look__product__kv div:nth-child(1),
#look01-03 .lp-look__product__kv div:nth-child(4) {
  width: 100%;
  top: calc(219 / 1055 * 100%);
}
#look01-03 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(76 / 1055 * 100%);
}
#look01-03 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(465 / 1055 * 100%);
}
#look01-03 .lp-look__product__detail {
  margin-top: calc(15 * var(--zoom) / var(--designwidth) * 100vw);
}

#look01-04 .lp-look__product__kv {
  aspect-ratio: 750/855;
}
#look01-04 .lp-look__product__kv div:nth-child(1),
#look01-04 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(66 / 855 * 100%);
}
#look01-04 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(89 / 855 * 100%);
}
#look01-04 .lp-look__product__kv div:nth-child(4) {
  width: 100%;
  top: calc(89 / 855 * 100%);
}
#look01-04 .lp-look__product__kv div:nth-child(5) {
  width: 100%;
  top: calc(90 / 855 * 100%);
}
#look01-04 .lp-look__product__detail {
  margin-top: calc(18 * var(--zoom) / var(--designwidth) * 100vw);
}

#look01-05 .lp-look__product__kv {
  aspect-ratio: 750/1213;
}
#look01-05 .lp-look__product__kv div:nth-child(1) {
  top: calc(300 / 1213 * 100%);
  width: 100%;
}
#look01-05 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(108 / 1213 * 100%);
}
#look01-05 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(852 / 1213 * 100%);
}
#look01-05 .lp-look__product__kv div:nth-child(4) {
  width: 100%;
  top: calc(99 / 1213 * 100%);
}
#look01-05 .lp-look__product__detail {
  margin-top: calc(47 * var(--zoom) / var(--designwidth) * 100vw);
}

#look02 {
  --lookcolor:#A84046;
}
#look02 .lp-c-lead {
  line-height: 1.8;
}

#look02-01 .lp-look__product__kv {
  aspect-ratio: 750/847;
}
#look02-01 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(78 / 847 * 100%);
}
#look02-01 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(431 / 847 * 100%);
}
#look02-01 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(41 / 847 * 100%);
}
#look02-01 .lp-look__product__detail {
  margin-top: calc(10 * var(--zoom) / var(--designwidth) * 100vw);
}

#look02-02 .lp-look__product__kv {
  aspect-ratio: 750/1218;
}
#look02-02 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(203 / 1218 * 100%);
}
#look02-02 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(460 / 1218 * 100%);
}
#look02-02 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(52 / 1218 * 100%);
}
#look02-02 .lp-look__product__detail {
  margin-top: calc(53 * var(--zoom) / var(--designwidth) * 100vw);
}

#look02-03 .lp-look__product__kv {
  aspect-ratio: 750/937;
}
#look02-03 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(20 / 937 * 100%);
}
#look02-03 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(540 / 937 * 100%);
}
#look02-03 .lp-look__product__detail {
  margin-top: calc(39 * var(--zoom) / var(--designwidth) * 100vw);
}

#look02-04 .lp-look__product__kv {
  aspect-ratio: 750/910;
}
#look02-04 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(122 / 910 * 100%);
}
#look02-04 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(394 / 910 * 100%);
}
#look02-04 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(40 / 910 * 100%);
}
#look02-04 .lp-look__product__kv div:nth-child(4) {
  width: 100%;
  top: calc(765 / 910 * 100%);
}
#look02-04 .lp-look__product__kv div:nth-child(5) {
  width: 100%;
  top: calc(122 / 910 * 100%);
}
#look02-04 .lp-look__product__detail {
  margin-top: calc(63 * var(--zoom) / var(--designwidth) * 100vw);
}

#look02-05 .lp-look__product__kv {
  aspect-ratio: 750/1122;
}
#look02-05 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(493 / 1122 * 100%);
}
#look02-05 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(403 / 1122 * 100%);
}
#look02-05 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(71 / 1122 * 100%);
}
#look02-05 .lp-look__product__detail {
  margin-top: calc(15 * var(--zoom) / var(--designwidth) * 100vw);
}

#look02-06 .lp-look__product__kv {
  aspect-ratio: 750/1019;
}
#look02-06 .lp-look__product__kv div:nth-child(1),
#look02-06 .lp-look__product__kv div:nth-child(4) {
  width: 100%;
  top: calc(8 / 1019 * 100%);
}
#look02-06 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(310 / 1019 * 100%);
}
#look02-06 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(726 / 1019 * 100%);
}
#look02-06 .lp-look__product__detail {
  margin-top: calc(15 * var(--zoom) / var(--designwidth) * 100vw);
}

#look02-07 .lp-look__product__kv {
  aspect-ratio: 750/1100;
}
#look02-07 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(323 / 1100 * 100%);
}
#look02-07 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(584 / 1100 * 100%);
}
#look02-07 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(73 / 1100 * 100%);
}
#look02-07 .lp-look__product__detail {
  margin-top: calc(27 * var(--zoom) / var(--designwidth) * 100vw);
}

#look02-08 .lp-look__product__kv {
  aspect-ratio: 750/841;
}
#look02-08 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(0 / 841 * 100%);
}
#look02-08 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(120 / 841 * 100%);
}
#look02-08 .lp-look__product__detail {
  margin-top: calc(27 * var(--zoom) / var(--designwidth) * 100vw);
}

#look02-09 .lp-look__product__kv {
  aspect-ratio: 750/794;
}
#look02-09 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(63 / 794 * 100%);
}
#look02-09 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(63 / 794 * 100%);
}
#look02-09 .lp-look__product__detail {
  margin-top: calc(27 * var(--zoom) / var(--designwidth) * 100vw);
}

#look02-10 .lp-look__product__kv {
  aspect-ratio: 750/1140;
}
#look02-10 .lp-look__product__kv div:nth-child(1),
#look02-10 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(320 / 1140 * 100%);
}
#look02-10 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(38 / 1140 * 100%);
}
#look02-10 .lp-look__product__kv div:nth-child(4) {
  width: 100%;
  top: calc(783 / 1140 * 100%);
}
#look02-10 .lp-look__product__detail {
  margin-top: calc(-20 * var(--zoom) / var(--designwidth) * 100vw);
}

#look03 {
  --lookcolor:#75408E;
  margin-top: calc(190 * var(--zoom) / var(--designwidth) * 100vw);
}
#look03 .lp-look__header__title {
  margin-top: calc(12 * var(--zoom) / var(--designwidth) * 100vw);
}
#look03 .lp-c-lead {
  margin-top: calc(20 * var(--zoom) / var(--designwidth) * 100vw);
}

#look03-01 .lp-look__product__kv {
  aspect-ratio: 750/1210;
}
#look03-01 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(327 / 1210 * 100%);
}
#look03-01 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(206 / 1210 * 100%);
}
#look03-01 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(5 / 1210 * 100%);
}
#look03-01 .lp-look__product__kv div:nth-child(4) {
  width: 100%;
  top: calc(950 / 1210 * 100%);
}
#look03-01 .lp-look__product__kv div:nth-child(5) {
  width: 100%;
  top: calc(327 / 1210 * 100%);
}
#look03-01 .lp-look__product__kv div:nth-child(6) {
  width: 100%;
  top: calc(429 / 1210 * 100%);
}

#look03-02 .lp-look__product__kv {
  aspect-ratio: 750/1260;
}
#look03-02 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(-37 / 1260 * 100%);
}
#look03-02 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(763 / 1260 * 100%);
}
#look03-02 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(876 / 1260 * 100%);
}
#look03-02 .lp-look__product__detail {
  margin-top: calc(29 * var(--zoom) / var(--designwidth) * 100vw);
}

#look03-03 .lp-look__product__kv {
  aspect-ratio: 750/864;
}
#look03-03 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(149 / 864 * 100%);
}
#look03-03 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(9 / 864 * 100%);
}
#look03-03 .lp-look__product__detail {
  margin-top: calc(17 * var(--zoom) / var(--designwidth) * 100vw);
}

#look03-04 .lp-look__product__kv {
  aspect-ratio: 750/992;
}
#look03-04 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(149 / 992 * 100%);
}
#look03-04 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(74 / 992 * 100%);
}
#look03-04 .lp-look__product__detail {
  margin-top: calc(17 * var(--zoom) / var(--designwidth) * 100vw);
}
#look03-04 .lp-look__product__detail + .lp-look__product__detail {
  margin-top: calc(45 * var(--zoom) / var(--designwidth) * 100vw);
}

#look03-05 .lp-look__product__kv {
  aspect-ratio: 750/1172;
}
#look03-05 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(-59 / 1172 * 100%);
}
#look03-05 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(151 / 1172 * 100%);
}
#look03-05 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(65 / 1172 * 100%);
}
#look03-05 .lp-look__product__detail {
  margin-top: calc(17 * var(--zoom) / var(--designwidth) * 100vw);
}

#look03-06 .lp-look__product__kv {
  aspect-ratio: 750/600;
}
#look03-06 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(8 / 600 * 100%);
}
#look03-06 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(128 / 600 * 100%);
}
#look03-06 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(32 / 600 * 100%);
}
#look03-06 .lp-look__product__kv div:nth-child(4) {
  width: 100%;
  top: calc(8 / 600 * 100%);
}
#look03-06 .lp-look__product__kv div:nth-child(5) {
  width: 100%;
  top: calc(32 / 600 * 100%);
}
#look03-06 .lp-look__product__kv div:nth-child(6) {
  width: 100%;
  top: calc(410 / 600 * 100%);
}
#look03-06 .lp-look__product__detail {
  margin-top: calc(17 * var(--zoom) / var(--designwidth) * 100vw);
}

#look03-07 .lp-look__product__kv {
  aspect-ratio: 750/492;
}
#look03-07 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(-9 / 492 * 100%);
}
#look03-07 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(216 / 492 * 100%);
}
#look03-07 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(42 / 492 * 100%);
}
#look03-07 .lp-look__product__kv div:nth-child(4) {
  width: 100%;
  top: calc(112 / 492 * 100%);
}
#look03-07 .lp-look__product__kv div:nth-child(5) {
  width: 100%;
  top: calc(217 / 492 * 100%);
}
#look03-07 .lp-look__product__detail {
  margin-top: calc(17 * var(--zoom) / var(--designwidth) * 100vw);
}

#look03-08.lp-look__product {
  margin-top: calc(15 * var(--zoom) / var(--designwidth) * 100vw);
}
#look03-08 .lp-look__product__kv {
  aspect-ratio: 750/900;
}
#look03-08 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(-66 / 900 * 100%);
}
#look03-08 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(-8 / 900 * 100%);
}
#look03-08 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(-2 / 900 * 100%);
}
#look03-08 .lp-look__product__kv div:nth-child(4) {
  width: 100%;
  top: calc(-29 / 900 * 100%);
}
#look03-08 .lp-look__product__detail {
  margin-top: calc(-40 * var(--zoom) / var(--designwidth) * 100vw);
}

#look03-09 .lp-look__product__kv {
  aspect-ratio: 750/774;
}
#look03-09 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(249 / 774 * 100%);
}
#look03-09 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(68 / 774 * 100%);
}
#look03-09 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(249 / 774 * 100%);
}
#look03-09 .lp-look__product__detail {
  margin-top: calc(17 * var(--zoom) / var(--designwidth) * 100vw);
}
#look03-09 .lp-look__product__detail + .lp-look__product__detail {
  margin-top: calc(44 * var(--zoom) / var(--designwidth) * 100vw);
}

#look03-10 .lp-look__product__kv {
  aspect-ratio: 750/505;
}
#look03-10 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(100 / 505 * 100%);
}
#look03-10 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(85 / 505 * 100%);
}
#look03-10 .lp-look__product__detail {
  margin-top: calc(17 * var(--zoom) / var(--designwidth) * 100vw);
}

#look04 {
  --lookcolor:#A97619;
  margin-top: calc(254 * var(--zoom) / var(--designwidth) * 100vw);
}
#look04 .lp-look__header__title {
  margin-top: calc(12 * var(--zoom) / var(--designwidth) * 100vw);
}
#look04 .lp-c-lead {
  margin-top: calc(15 * var(--zoom) / var(--designwidth) * 100vw);
  line-height: 1.83;
}

#look04-01 .lp-look__product__kv {
  aspect-ratio: 750/1138;
}
#look04-01 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(242 / 1138 * 100%);
}
#look04-01 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(16 / 1138 * 100%);
}
#look04-01 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(753 / 1138 * 100%);
}
#look04-01 .lp-look__product__kv div:nth-child(4) {
  width: 100%;
  top: calc(242 / 1138 * 100%);
}
#look04-01 .lp-look__product__kv div:nth-child(5) {
  width: 100%;
  top: calc(754 / 1138 * 100%);
}
#look04-01 .lp-look__product__kv div:nth-child(6) {
  width: 100%;
  top: calc(240 / 1138 * 100%);
}
#look04-01 .lp-look__product__kv div:nth-child(7) {
  width: 100%;
  top: calc(351 / 1138 * 100%);
}
#look04-01 .lp-look__product__detail {
  margin-top: calc(17 * var(--zoom) / var(--designwidth) * 100vw);
}

#look04-02 .lp-look__product__kv {
  aspect-ratio: 750/791;
}
#look04-02 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(111 / 791 * 100%);
}
#look04-02 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(39 / 791 * 100%);
}
#look04-02 .lp-look__product__detail {
  margin-top: calc(7 * var(--zoom) / var(--designwidth) * 100vw);
}

#look04-03 .lp-look__product__kv {
  aspect-ratio: 750/628;
}
#look04-03 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(-25 / 628 * 100%);
}
#look04-03 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(41 / 628 * 100%);
}
#look04-03 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(236 / 628 * 100%);
}
#look04-03 .lp-look__product__kv div:nth-child(4) {
  width: 100%;
  top: calc(41 / 628 * 100%);
}
#look04-03 .lp-look__product__detail {
  margin-top: calc(17 * var(--zoom) / var(--designwidth) * 100vw);
}

#look04-04 .lp-look__product__kv {
  aspect-ratio: 750/1242;
}
#look04-04 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(679 / 1242 * 100%);
}
#look04-04 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(15 / 1242 * 100%);
}
#look04-04 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(839 / 1242 * 100%);
}
#look04-04 .lp-look__product__detail {
  margin-top: calc(17 * var(--zoom) / var(--designwidth) * 100vw);
}

#look04-05 .lp-look__product__kv {
  aspect-ratio: 750/765;
}
#look04-05 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(108 / 765 * 100%);
}
#look04-05 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(23 / 765 * 100%);
}
#look04-05 .lp-look__product__detail {
  margin-top: calc(17 * var(--zoom) / var(--designwidth) * 100vw);
}
#look04-05 .lp-look__product__detail + .lp-look__product__detail {
  margin-top: calc(44 * var(--zoom) / var(--designwidth) * 100vw);
}

#look05 {
  --lookcolor:#D0111A;
  margin-top: calc(230 * var(--zoom) / var(--designwidth) * 100vw);
}
#look05 .lp-look__header__title {
  margin-top: calc(20 * var(--zoom) / var(--designwidth) * 100vw);
}
#look05 .lp-c-lead {
  margin-top: calc(15 * var(--zoom) / var(--designwidth) * 100vw);
  line-height: 1.84;
}

#look05-01 .lp-look__product__kv {
  aspect-ratio: 750/912;
}
#look05-01 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(108 / 912 * 100%);
}
#look05-01 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(213 / 912 * 100%);
}
#look05-01 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(108 / 912 * 100%);
}
#look05-01 .lp-look__product__kv div:nth-child(4) {
  width: 100%;
  top: calc(51 / 912 * 100%);
}
#look05-01 .lp-look__product__kv div:nth-child(5) {
  width: 100%;
  top: calc(240 / 912 * 100%);
}
#look05-01 .lp-look__product__detail {
  margin-top: calc(17 * var(--zoom) / var(--designwidth) * 100vw);
}

#look05-02 .lp-look__product__kv {
  aspect-ratio: 750/1207;
}
#look05-02 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(465 / 1207 * 100%);
}
#look05-02 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(22 / 1207 * 100%);
}
#look05-02 .lp-look__product__detail {
  margin-top: calc(17 * var(--zoom) / var(--designwidth) * 100vw);
}

#look05-03 .lp-look__product__kv {
  aspect-ratio: 750/757;
}
#look05-03 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(22 / 757 * 100%);
}
#look05-03 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(395 / 757 * 100%);
}
#look05-03 .lp-look__product__kv div:nth-child(3) {
  width: 100%;
  top: calc(22 / 757 * 100%);
}
#look05-03 .lp-look__product__kv div:nth-child(4) {
  width: 100%;
  top: calc(22 / 757 * 100%);
}
#look05-03 .lp-look__product__detail {
  margin-top: calc(17 * var(--zoom) / var(--designwidth) * 100vw);
}

#look05-04 .lp-look__product__kv {
  aspect-ratio: 750/1386;
}
#look05-04 .lp-look__product__kv div:nth-child(1) {
  width: 100%;
  top: calc(639 / 1386 * 100%);
}
#look05-04 .lp-look__product__kv div:nth-child(2) {
  width: 100%;
  top: calc(30 / 1386 * 100%);
}
#look05-04 .lp-look__product__detail {
  margin-top: calc(17 * var(--zoom) / var(--designwidth) * 100vw);
}

.lp-staff {
  padding-top: calc(140 * var(--zoom) / var(--designwidth) * 100vw);
  padding-bottom: calc(100 * var(--zoom) / var(--designwidth) * 100vw);
  text-align: center;
}

.lp-staff__text {
  font-size: calc(28 * var(--zoom) / var(--designwidth) * 100vw);
  font-weight: 700;
  line-height: 44/28;
  letter-spacing: 0.03em;
}

.lp-smartlogos {
  border-top: 1px solid #000;
  padding-top: calc(70 * var(--zoom) / var(--designwidth) * 100vw);
}
@media print, screen and (min-width: 768px) {
  .lp-smartlogos {
    padding-bottom: calc(100 * var(--zoom) / var(--designwidth) * 100vw);
  }
}

.lp-smartlogos-subheadline {
  margin: 0 0 calc(38 * var(--zoom) / var(--designwidth) * 100vw);
  font-size: calc(35 * var(--zoom) / var(--designwidth) * 100vw);
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: -0.1em;
}

.lp-smartlogos-headline {
  width: 100%;
  margin: 0 auto;
}

.lp-smartlogos-img {
  width: calc(327 * var(--zoom) / var(--designwidth) * 100vw);
  margin: calc(50 * var(--zoom) / var(--designwidth) * 100vw) auto;
}

.lp-smartlogos-text {
  font-size: calc(26 * var(--zoom) / var(--designwidth) * 100vw);
  font-weight: bold;
  line-height: 40/26;
  letter-spacing: 0.02em;
  text-align: center;
}

.lp-smartlogos-note {
  margin-top: calc(50 * var(--zoom) / var(--designwidth) * 100vw);
  font-size: calc(23 * var(--zoom) / var(--designwidth) * 100vw);
  font-weight: 700;
  text-align: center;
}

.animation-fadein {
  opacity: 0;
  transition: ease all var(--duration);
  transition-property: opacity;
}
.animation-fadein.is-show {
  opacity: 1;
}

.animation-fadeup {
  opacity: 0;
  transform: translateY(15px);
  transition: ease all var(--duration);
  transition-property: transform, opacity;
}
.animation-fadeup.is-show {
  opacity: 1;
  transform: translateY(0px);
}

@media print, screen and (min-width: 768px) {
  .animation-pc-none {
    opacity: 1 !important;
    transform: none !important;
    animation: none !important;
  }
}

.animation-fadein--child {
  opacity: 0;
  transition: ease var(--duration);
  transition-property: opacity;
}
.is-show .animation-fadein--child {
  opacity: 1;
}

.animation-fade-to-top--child {
  opacity: 0;
  transform: translateY(15px);
  transition: ease var(--duration);
  transition-property: transform, opacity;
}
.is-show .animation-fade-to-top--child {
  opacity: 1;
  transform: translateY(0px);
}

.animation-fade-to-bottom--child {
  opacity: 0;
  transform: translateY(-15px);
  transition: ease var(--duration);
  transition-property: transform, opacity;
}
.is-show .animation-fade-to-bottom--child {
  opacity: 1;
  transform: translateY(0px);
}

.animation-fade-to-right--child {
  opacity: 0;
  transform: translateX(15px);
  transition: ease var(--duration);
  transition-property: transform, opacity;
}
.is-show .animation-fade-to-right--child {
  opacity: 1;
  transform: translateX(0px);
}

.animation-fade-to-left--child {
  opacity: 0;
  transform: translateX(-15px);
  transition: ease var(--duration);
  transition-property: transform, opacity;
}
.is-show .animation-fade-to-left--child {
  opacity: 1;
  transform: translateX(0px);
}

.animation-scale {
  opacity: 0;
}
.animation-scale.is-show {
  animation: text-scale 0.5s linear forwards;
}

@keyframes text-scale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  75% {
    opacity: 1;
    transform: scale(0.7);
  }
  99% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animation-delay01 {
  transition-delay: 0.3s !important;
}

.animation-delay02 {
  transition-delay: 0.6s !important;
}