@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img,
video {
  max-width: 100%;
  height: auto;
}

sup {
  vertical-align: super;
  font-size: 0.75em;
}

input,
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  outline: none;
  color: inherit;
  font-family: inherit;
}

input::-ms-expand,
select::-ms-expand,
textarea::-ms-expand,
button::-ms-expand {
  display: none;
}

button {
  display: block;
  cursor: pointer;
}

input,
textarea,
select {
  width: 100%;
  border: 1px solid #ccc;
  background: none;
}

body {
  color: #333;
  font-family: "yakuhanjp", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.04em;
}

.wrapper {
  max-width: 1278px;
  margin: 0 auto;
  overflow: clip;
}

main {
  position: relative;
  margin: auto;
}
@media screen and (min-width: 768px) {
  main {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 50.2564102564%;
    max-width: 640px;
    margin-right: 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}

.only-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
  .only-pc {
    display: block;
  }
}
.dib {
  display: inline-block;
}

.is-fadeup {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.is-fadeup.is-show {
  opacity: 1;
  transform: translateY(0);
}

#unfilo2026SS .fixed_logo {
  display: none;
}
@media screen and (min-width: 768px) {
  #unfilo2026SS .fixed_logo {
    position: fixed;
    left: 0;
    top: 1px;
    display: block;
    width: 120px;
    aspect-ratio: 120/538;
    opacity: 0;
    animation: titleFadeIn 1.5s ease-out 0.4s forwards;
  }
}
@keyframes titleFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#unfilo2026SS .fv {
  position: relative;
  overflow: hidden;
}
#unfilo2026SS .fv .fv_image img {
  animation: blur 1.5s forwards;
  will-change: filter, transform;
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(20px);
    transform: scale(1.1);
  }
  40% {
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
#unfilo2026SS .fv .fv_titleWrapper {
  position: absolute;
  bottom: min(24vw, 120px);
  left: 0;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  animation: titleFadeIn 1.5s ease-out 1.5s forwards;
}
#unfilo2026SS .fv .fv_titleWrapper-upper {
  bottom: calc(min(24vw, 120px) + min(7.2vw, 46px) + 10px);
}
#unfilo2026SS .fv .fv_titleSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
#unfilo2026SS .fv .fv_titleSwiper .swiper-slide {
  width: auto !important;
  margin-right: min(2.6666666667vw, 10px);
}
#unfilo2026SS .fv .fv_titleImage {
  display: block;
  width: auto;
  height: min(7.2vw, 46px);
}
#unfilo2026SS #intro {
  margin: min(8vw, 30px) auto;
}
#unfilo2026SS #intro .title {
  margin-bottom: min(8.5333333333vw, 32px);
}

#unfilo2026SS .item_box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 400px;
  width: 73.3333333333%;
  margin: auto;
  font-family: "Cormorant Infant", serif;
  font-weight: 600;
}
#unfilo2026SS .item_box + .item_box {
  margin-top: 16px;
}
#unfilo2026SS .item_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#unfilo2026SS .item_name {
  font-size: min(3.2vw, 13px);
  white-space: nowrap;
  line-height: 1;
}
#unfilo2026SS .item_sizeLabel {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: min(3.2vw, 13px);
  white-space: nowrap;
}
#unfilo2026SS .item_sizeLabel::before {
  content: "";
  flex-shrink: 0;
  width: 5px;
  height: 10px;
  margin-right: 4px;
  margin-left: 7px;
  background-color: #999;
  clip-path: polygon(0 0, 1px 0, 1px 9px, 5px 9px, 5px 10px, 0 10px);
  transform: translateY(-2px);
}
#unfilo2026SS .item_priceGroup {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  flex-shrink: 0;
}
#unfilo2026SS .item_priceGroup .item_priceText {
  white-space: nowrap;
  line-height: 1;
  text-align: right;
  font-size: min(3.2vw, 13px);
}
#unfilo2026SS .item_priceGroup .item_priceText small {
  display: inline-block;
  font-size: min(2.6666666667vw, 11px);
}
#unfilo2026SS .item_priceGroup .item_priceText small:last-child {
  padding-left: 0.25em;
}
#unfilo2026SS .item_priceGroup .item_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  text-decoration: none;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #222;
}
#unfilo2026SS .item_priceGroup .item_btn .item_btnText {
  font-size: min(2.6666666667vw, 11px);
  line-height: 1;
}
@media (hover: hover) {
  #unfilo2026SS .item_priceGroup .item_btn {
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }
  #unfilo2026SS .item_priceGroup .item_btn .item_btnText {
    transition: color 0.2s ease;
  }
  #unfilo2026SS .item_priceGroup .item_btn:hover {
    background-color: #222;
    border-color: #222;
  }
  #unfilo2026SS .item_priceGroup .item_btn:hover .item_btnText {
    color: #fff;
  }
}
#unfilo2026SS .item_box-main .item_priceGroup .item_btn {
  background-color: #f37c9d;
  border-color: #f37c9d;
}
#unfilo2026SS .item_box-main .item_priceGroup .item_btn .item_btnText {
  color: #fff;
}
@media (hover: hover) {
  #unfilo2026SS .item_box-main .item_priceGroup .item_btn:hover {
    background-color: #fff;
    border-color: #f37c9d;
  }
  #unfilo2026SS .item_box-main .item_priceGroup .item_btn:hover .item_btnText {
    color: #f37c9d;
  }
}

#unfilo2026SS .video__sticky iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 655/1164;
}
@media (min-width: 768px) {
  #unfilo2026SS .video__sticky {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #unfilo2026SS .video__sticky__inner {
    position: sticky;
    left: 0;
    top: 0;
    container-type: size;
    height: 100cqh;
    padding: 5.3333333333cqw 10%;
    display: grid;
    place-items: center;
    opacity: 0;
    animation: videoFadeIn 1.5s ease-out 0.4s forwards;
    overflow: hidden;
    isolation: isolate;
  }
  #unfilo2026SS .video__sticky iframe {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    border: 0;
    width: min(100%, 56.2714776632cqh);
    height: min(100cqh, 177.7099236641cqw);
    max-width: 100%;
    max-height: 100%;
    clip-path: inset(0 1px);
    transform: none;
    aspect-ratio: 655/1164;
  }
  @keyframes videoFadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
#unfilo2026SS .section .title {
  max-width: 550px;
  margin: 0 auto min(2.6666666667vw, 10px);
  text-align: center;
}
#unfilo2026SS .section .lead {
  font-size: min(3.2vw, 13px);
  line-height: 1.8;
  text-align: center;
}
#unfilo2026SS .section .itemImgBox {
  position: relative;
}
#unfilo2026SS .section .itemCatch,
#unfilo2026SS .section .itemTag {
  position: absolute;
  z-index: 2;
}
#unfilo2026SS .section .itemCatch img,
#unfilo2026SS .section .itemTag img {
  width: 100%;
  max-width: inherit;
}
#unfilo2026SS .section .itemImg {
  position: relative;
  margin-top: min(12.8vw, 48px);
}
#unfilo2026SS .section .colorVariation {
  display: flex;
  gap: 6px;
  align-items: flex-start;
  justify-content: flex-end;
  width: 86.6666666667%;
  margin: min(6.4vw, 24px) auto;
}
#unfilo2026SS .section .colorVariation .label {
  font-family: "Jost", sans-serif;
  font-size: min(3.2vw, 13px);
  line-height: 1.5;
}
#unfilo2026SS .section .colorVariation .swatches {
  display: flex;
  gap: 2px;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
#unfilo2026SS .section .colorVariation .swatches .swatch {
  width: min(7.4666666667vw, 28px);
  aspect-ratio: 28/16;
}
#unfilo2026SS #topics {
  margin-bottom: min(12.8vw, 48px);
}
#unfilo2026SS #topics .topics_title {
  margin-bottom: min(8.5333333333vw, 40px);
}
#unfilo2026SS #beutymove .itemSubImg {
  width: 58.6666666667%;
  margin: min(6.4vw, 24px) 0 0 6.6666666667%;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
#unfilo2026SS #jogPants {
  margin-top: min(12.8vw, 48px);
}
#unfilo2026SS #jogPants #jogPants_slider {
  width: 100%;
  margin-top: min(8.5333333333vw, 32px);
}
#unfilo2026SS #jogPants #jogPants_slider .slider-wrapper {
  position: relative;
  container-type: inline-size;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}
#unfilo2026SS #jogPants #jogPants_slider .slider {
  position: absolute;
  z-index: -1;
  width: 80cqw;
  aspect-ratio: 80/110;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  transition: 0.8s ease;
  will-change: transform;
}
#unfilo2026SS #jogPants #jogPants_slider .slider-current {
  z-index: 1;
  right: 0;
  transform: translateX(0);
}
#unfilo2026SS #jogPants #jogPants_slider {
  /* slider-currentの前の要素（左側） */
}
#unfilo2026SS #jogPants #jogPants_slider .slider-prev {
  z-index: 1;
  width: 40cqw;
  right: 0;
  transform: translateX(calc(-80cqw - 2px));
}
#unfilo2026SS #jogPants #jogPants_slider {
  /* 左側から退場する要素 */
}
#unfilo2026SS #jogPants #jogPants_slider .slider-left-exit {
  width: 40cqw;
  right: 0;
  transform: translateX(calc(-120cqw - 2px));
}
#unfilo2026SS #jogPants .pointList {
  display: flex;
  flex-direction: column;
  gap: min(4.2666666667vw, 16px);
  align-items: flex-start;
  max-width: 550px;
  width: 86.6666666667%;
  margin: min(6.4vw, 24px) auto;
}
#unfilo2026SS #jogPants .pointList .point {
  display: flex;
  gap: min(4.2666666667vw, 16px);
  align-items: flex-start;
  width: 100%;
}
#unfilo2026SS #jogPants .pointList .point .point_image {
  width: min(36.2666666667vw, 170px);
  aspect-ratio: 1/1;
  background-color: #ccc;
  flex-shrink: 0;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
#unfilo2026SS #jogPants .pointList .point .point_content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
#unfilo2026SS #jogPants .pointList .point .point_content .point_label {
  font-family: "Arizonia", serif;
  font-size: 16px;
  color: #f37c9d;
  line-height: 1;
}
#unfilo2026SS #jogPants .pointList .point .point_content .point_text {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  white-space: pre-wrap;
}
#unfilo2026SS #setup .itemSubImg {
  width: 58.6666666667%;
  margin: min(6.4vw, 24px) 6.6666666667% 0 auto;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.08);
}
#unfilo2026SS #beutymoveImg01 .itemCatch {
  left: 6.667%;
  top: 5.639%;
  width: 13.8666666667%;
  aspect-ratio: 52/372;
}
#unfilo2026SS #beutymoveImg01 .itemTag {
  left: 65.368%;
  top: 45.952%;
  width: 31.4666666667%;
  aspect-ratio: 118/42;
  transform: scale(1.1) translateX(-15px) rotate(-6deg);
}
#unfilo2026SS #beutymoveImg01.is-show .itemTag {
  transform: scale(1) translateX(0) rotate(0deg);
}
#unfilo2026SS #beutymoveImg02 .itemCatch {
  left: 71.488%;
  top: 41.054%;
  width: 13.8666666667%;
  aspect-ratio: 52/372;
}
#unfilo2026SS #beutymoveImg02 .itemCatch img {
  filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.5));
}
#unfilo2026SS #beutymoveImg02 .itemTag {
  left: 6.2%;
  top: 7.337%;
  width: 39.2%;
  aspect-ratio: 147/47;
  transform: scale(1.1) translateX(15px) rotate(6deg);
}
#unfilo2026SS #beutymoveImg02.is-show .itemTag {
  transform: scale(1) translateX(0) rotate(0deg);
}
#unfilo2026SS #jumperImg01 .itemCatch {
  left: 62.699%;
  top: 8.147%;
  width: 13.8666666667%;
  aspect-ratio: 52/372;
}
#unfilo2026SS #jumperImg01 .itemTag {
  left: 48.832%;
  top: 62.195%;
  width: 36.5333333333%;
  aspect-ratio: 137/45;
  transform: scale(1.1) translateX(-15px) rotate(-5deg);
}
#unfilo2026SS #jumperImg01.is-show .itemTag {
  transform: scale(1) translateX(0) rotate(0deg);
}
#unfilo2026SS #setupImg01 .itemCatch {
  left: 13.867%;
  top: 3.955%;
  width: 13.8666666667%;
  aspect-ratio: 52/372;
}
#unfilo2026SS #setupImg01 .itemTag {
  left: 10.4%;
  top: 53.727%;
  width: 36.2666666667%;
  aspect-ratio: 136/45;
  transform: scale(1.1) translateX(10px) rotate(2deg);
}
#unfilo2026SS #setupImg01.is-show .itemTag {
  transform: scale(1) translateX(0) rotate(0deg);
}
#unfilo2026SS .itemImgBox .itemCatch {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
#unfilo2026SS .itemImgBox .itemTag {
  opacity: 0;
  transform: scale(1.1) translateX(10px) rotate(3deg);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
#unfilo2026SS .itemImgBox.is-show .itemCatch {
  opacity: 1;
  transform: translateY(0);
}
#unfilo2026SS .itemImgBox.is-show .itemTag {
  opacity: 1;
  transform: scale(1) translateX(0) rotate(0deg);
  transition-delay: 0.6s;
}

#unfilo2026SS .footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}
#unfilo2026SS .footer .footer_links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(8.5333333333vw, 32px);
  max-width: 550px;
  width: 86.6666666667%;
  margin: auto;
}
#unfilo2026SS .footer .footer_links .footer_linkBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(3.2vw, 12px);
  width: 100%;
  padding: min(5.3333333333vw, 20px) min(6.4vw, 24px);
  background-color: #ffd5e0;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  #unfilo2026SS .footer .footer_links .footer_linkBtn:hover {
    opacity: 0.7;
  }
}
#unfilo2026SS .footer .footer_links .footer_linkBtn .footer_linkBtnIcon {
  width: min(8.8vw, 33px);
  aspect-ratio: 33/16;
  transform: translateY(1px);
}
#unfilo2026SS .footer .footer_links .footer_linkBtn .footer_linkBtnText {
  font-size: min(3.7333333333vw, 14px);
  font-weight: 500;
}
#unfilo2026SS .footer .footer_links .footer_bannerArea {
  width: 100%;
}
#unfilo2026SS .footer .footer_links .footer_bannerArea a {
  display: block;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  #unfilo2026SS .footer .footer_links .footer_bannerArea a:hover {
    opacity: 0.7;
  }
}
#unfilo2026SS .footer .footer_links .footer_bannerArea img {
  width: 100%;
  height: auto;
}
#unfilo2026SS .footer .footer_staff {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 550px;
  width: 86.6666666667%;
  font-family: "yakuhanjp", "Noto Serif JP", serif;
  font-size: 12px;
  line-height: 2;
  text-align: center;
}
#unfilo2026SS .footer .footer_staff .footer_staffTitle {
  font-size: 12px;
  line-height: 1;
}
#unfilo2026SS .footer .footer_staff .footer_staffNote {
  font-size: 10px;
}
#unfilo2026SS .footer .footer_social {
  display: flex;
  gap: 32px;
  align-items: center;
}
#unfilo2026SS .footer .footer_social .footer_socialIcon {
  display: block;
  width: 40px;
  aspect-ratio: 1/1;
  background: #fff;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
@media (hover: hover) {
  #unfilo2026SS .footer .footer_social .footer_socialIcon:hover {
    opacity: 0.7;
  }
}
#unfilo2026SS .footer .footer_copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 48px 20px 20px;
  background-color: #222;
}
#unfilo2026SS .footer .footer_copyright .footer_copyrightLogo {
  width: 104px;
}
#unfilo2026SS .footer .footer_copyright .footer_copyrightText {
  font-size: 10px;
  line-height: 1;
  color: #fff;
  text-align: center;
  max-width: min(86.6666666667vw, 325px);
}/*# sourceMappingURL=style.css.map */