@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/* base style
------------------------------------------ */
:root {
  --hd: 1920;
}

:root {
  --xxl: 1536;
}

:root {
  --xl: 1280;
}

:root {
  --lg: 1024;
}

:root {
  --md: 767;
}

:root {
  --sm: 640;
}

:root {
  --xs: 350;
}

html {
  font-size: 100%;
}
@media (min-width: 640px) {
  html {
    font-size: 120%;
  }
}
@media (min-width: 767px) {
  html {
    font-size: 100%;
  }
}
html:focus-within {
  scroll-behavior: auto;
}

body {
  font-feature-settings: "palt" 1;
  line-height: 1.5;
  color: #000;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.5;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

video {
  display: block;
  width: 100%;
  height: auto;
  border: none;
}

svg {
  display: block;
  width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

button {
  touch-action: manipulation;
  cursor: pointer;
}

@media (min-width: 767px) {
  .is-sp {
    display: none;
  }
}

.is-pc {
  display: none;
}
@media (min-width: 767px) {
  .is-pc {
    display: block;
  }
}

/* js
************************/
.js-hero-item01 {
  opacity: 0;
}

.js-hero-item02 {
  opacity: 0;
  filter: blur(10px);
}

.js-hero-item03 {
  opacity: 0;
  transform: scale(0, 0);
}

/* main__bg
************************/
.main__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 750/1172;
  max-height: 100svh;
  z-index: -2;
  display: block;
  background-image: url("../images/lookbook/main_sp.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
@media (min-width: 767px) {
  .main__bg {
    aspect-ratio: 1100/733;
    background-position: center center;
    background-image: url("../images/lookbook/main_pc.jpg");
  }
}
@media (min-width: 767px) and (max-aspect-ratio: 768/1024) {
  .main__bg {
    width: 100%;
    aspect-ratio: 750/1172;
    max-height: 100vh;
    z-index: -1;
    display: flex;
    background-position: bottom -100px center;
    background-image: url("../images/lookbook/main_sp@2x.jpg");
  }
}

/* hero
************************/
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 750/1172;
  max-height: 100svh;
  padding-top: 5.3333333333%;
}
@media (min-width: 767px) {
  .hero {
    aspect-ratio: 1100/733;
    max-height: 100vh;
    min-height: 500px;
    padding-top: 2.2727272727%;
  }
}
@media (max-aspect-ratio: 768/1024) {
  .hero {
    width: 100%;
    aspect-ratio: 750/1172;
    max-height: 100svh;
    padding-left: 0;
    padding-top: 4%;
  }
}

.hero__title {
  position: relative;
  z-index: 2;
  width: 100%;
}

.hero__title01 {
  display: block;
  width: 85.7333333333vw;
  margin: auto;
  margin-bottom: 6.6666666667%;
}
@media (min-width: 767px) {
  .hero__title01 {
    width: 33.7272727273%;
    margin-bottom: 2.2727272727%;
  }
}
@media (max-aspect-ratio: 768/1024) {
  .hero__title01 {
    margin-bottom: 6.6666666667%;
  }
}

.hero__title02 {
  display: block;
  width: 91.3333333333vw;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .hero__title02 {
    width: 100%;
    max-width: 96.8181818182%;
  }
}
@media (max-aspect-ratio: 768/1024) {
  .hero__title02 {
    width: 91.3333333333vw;
    max-width: unset;
    margin: 0 auto;
  }
}

.hero__icon {
  position: absolute;
  top: 36vw;
  left: 42vw;
  width: 26vw;
}
@media (min-width: 767px) {
  .hero__icon {
    top: 9.0909090909vw;
    left: 75.2727272727%;
    width: 11.8181818182%;
  }
}
@media (max-aspect-ratio: 768/1024) {
  .hero__icon {
    top: 36vw;
    left: 42vw;
    width: 26vw;
  }
}

.hero__text {
  position: relative;
  z-index: 2;
  margin: auto;
  margin-top: 20.6666666667%;
  width: 66.6666666667vw;
}
@media (min-width: 767px) {
  .hero__text {
    width: 33.7272727273%;
    margin-top: 1.8181818182%;
  }
}
@media (min-width: 767px) and (max-aspect-ratio: 768/1024) {
  .hero__text {
    margin-top: 20.6666666667%;
    width: 66.6666666667vw;
  }
}

/* intro
------------------------------------------ */
.intro {
  display: flex;
  justify-content: center;
  padding: 35px 30px;
  background: rgba(255, 255, 255, 0.97);
}
@media (min-width: 767px) {
  .intro {
    padding: 70px 40px;
  }
}

.intro__text {
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
  line-break: strict;
}
@media (min-width: 767px) {
  .intro__text {
    font-size: 1rem;
  }
}
.intro__text + .intro__text {
  margin-top: 1em;
}
.intro__text a {
  color: #ff5500;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .intro__text a:hover, .intro__text a:focus-visible {
    opacity: 0.7;
  }
}
.intro__text a:active {
  opacity: 0.7;
}

/* look book
------------------------------------------ */
.lookBookArea {
  background: #dcdcdc;
  margin-top: 35px;
}
@media (min-width: 767px) {
  .lookBookArea {
    margin-top: 70px;
  }
}

.lookBook {
  position: relative;
}
.lookBook + .lookBook {
  margin-top: 12px;
}
@media (min-width: 767px) {
  .lookBook + .lookBook {
    margin-top: 24px;
  }
}

.lookBook__info {
  position: absolute;
  z-index: 2;
  bottom: 4vw;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 767px) {
  .lookBook__info {
    width: auto;
    left: max(2.7272727273vw, 30px);
    bottom: max(2.7272727273vw, 30px);
  }
}

@media (min-width: 767px) {
  .lookBook02 .lookBook__info,
  .lookBook04 .lookBook__info {
    left: auto;
    right: max(2.7272727273vw, 30px);
  }
}

.lookBook__row {
  display: flex;
  align-items: flex-end;
  gap: 0vw 2vw;
}
@media (min-width: 767px) {
  .lookBook__row {
    gap: max(1.3636363636vw, 15px);
  }
}

.lookBook__productName {
  height: 4.2666666667vw;
}
@media (min-width: 767px) {
  .lookBook__productName {
    height: max(2vw, 22px);
  }
}
.lookBook__productName img {
  width: auto;
  height: 100%;
}

.lookBook__name {
  height: 2.4vw;
}
@media (min-width: 767px) {
  .lookBook__name {
    height: max(1.0909090909vw, 12px);
  }
}
.lookBook__name img {
  width: auto;
  height: 100%;
}

.lookBook__button {
  margin-top: 2.6666666667vw;
  margin-right: auto;
  margin-left: auto;
  width: 26.6666666667vw;
}
@media (min-width: 767px) {
  .lookBook__button {
    margin-top: 0.9090909091vw;
    width: max(9.6363636364vw, 106px);
  }
}
.lookBook__button--yokoku {
  width: auto;
  margin-left: 0;
  height: 4.2666666667vw;
}
@media (min-width: 767px) {
  .lookBook__button--yokoku {
    height: max(2vw, 22px);
  }
}
.lookBook__button--yokoku img {
  height: 100%;
  width: auto;
}
.lookBook__button a {
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .lookBook__button a:hover, .lookBook__button a:focus-visible {
    opacity: 0.7;
  }
}
.lookBook__button a:active {
  opacity: 0.7;
}

.lookBook__inner {
  position: relative;
  display: grid;
  gap: 12px;
}
@media (min-width: 767px) {
  .lookBook__inner {
    gap: 24px;
  }
}

.lookBook__bg {
  width: 100%;
  height: 100svh;
}
.lookBook__bg picture {
  width: 100%;
  height: 100%;
}
.lookBook__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* credit
------------------------------------------ */
.credit {
  margin-top: 24px;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.97);
}
@media (min-width: 767px) {
  .credit {
    margin-top: 70px;
    padding: 40px 20px;
  }
}

.credit__headline .title01 {
  display: block;
  max-width: 19.6875rem;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .credit__headline .title01 {
    max-width: 26.25rem;
  }
}
.credit__headline .title02 {
  display: block;
  max-width: 21.875rem;
  margin: 14px auto 0;
}
@media (min-width: 767px) {
  .credit__headline .title02 {
    max-width: 29.125rem;
    margin-top: 15px;
  }
}

.creditContainer {
  display: flex;
  justify-content: center;
}

.credit__description {
  margin-top: 30px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px 6px;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media (min-width: 767px) {
  .credit__description {
    font-size: 0.875rem;
  }
}
.credit__description dt {
  text-align: right;
}

/* info
------------------------------------------ */
.info {
  margin-top: 24px;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.97);
}
@media (min-width: 767px) {
  .info {
    margin-top: 70px;
    padding: 35px 20px;
  }
}

.info__headline {
  max-width: 11.1875rem;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .info__headline {
    max-width: 328px;
  }
}

.infoContainer {
  display: flex;
  justify-content: center;
}

.info__description {
  margin-top: 25px;
  display: grid;
  grid-template-columns: 5em 1fr;
  gap: 15px 6px;
  font-size: 0.75rem;
  letter-spacing: 0.025em;
  line-height: 1.6956521739;
}
@media (min-width: 767px) {
  .info__description {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.info__description .indent {
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 767px) {
  .info__description br {
    display: none;
  }
}

/* aside
------------------------------------------ */
.aside {
  margin-top: 35px;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.97);
}
@media (min-width: 767px) {
  .aside {
    margin-top: 70px;
    padding: 40px 20px;
  }
}

.asideContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 767px) {
  .asideContainer {
    gap: 30px 55px;
  }
}

.aside__block {
  flex: 1;
  min-width: 200px;
  max-width: 300px;
}
.aside__block a {
  transition: opacity 0.2s ease;
}
@media (hover: hover) and (pointer: fine) {
  .aside__block a:hover, .aside__block a:focus-visible {
    opacity: 0.7;
  }
}
.aside__block a:active {
  opacity: 0.7;
}

/* footer
------------------------------------------ */
.footer {
  margin-top: 35px;
  padding-top: 35px;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, 0.97);
}
@media (min-width: 767px) {
  .footer {
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 35px;
  }
}

.footer__container {
  padding: 0 20px;
}

.footerSns {
  display: flex;
  justify-content: center;
  gap: 22px;
  padding: 0;
  margin: 0;
}
@media (min-width: 767px) {
  .footerSns {
    gap: 30px;
  }
}

.footerSns__item {
  flex: 1;
  max-width: 30px;
  list-style-type: none;
}
@media (min-width: 767px) {
  .footerSns__item {
    max-width: 40px;
  }
}
.footerSns__item a {
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
@media (hover: hover) and (pointer: fine) {
  .footerSns__item a:hover, .footerSns__item a:focus-visible {
    opacity: 0.6;
  }
}
.footerSns__item a:active {
  opacity: 0.6;
}

.footerNav {
  margin-top: 20px;
}
@media (min-width: 767px) {
  .footerNav {
    margin-top: 40px;
  }
}

.footerNavList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 22px;
  margin: 0;
  padding: 0;
}
@media (min-width: 767px) {
  .footerNavList {
    gap: 30px;
  }
}

.footerNavList__item {
  list-style-type: none;
}
.footerNavList__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  min-height: 30px;
  font-size: 0.5625rem;
  color: #ff5500;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ff5500;
  border-radius: 100vmax;
  transition-property: color, background;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
}
@media (min-width: 767px) {
  .footerNavList__item a {
    min-width: 120px;
    min-height: 40px;
    font-size: 0.8125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footerNavList__item a:hover, .footerNavList__item a:focus-visible {
    color: #fff;
    background: #ff5500;
  }
}
.footerNavList__item a:active {
  color: #fff;
  background: #ff5500;
}

.footerLinks {
  margin-top: 22px;
}
@media (min-width: 767px) {
  .footerLinks {
    margin-top: 30px;
  }
}

.footerLinksList {
  padding: 0;
  margin: 0;
}
@media (min-width: 767px) {
  .footerLinksList {
    display: flex;
    justify-content: center;
  }
}

.footerLinksList__item {
  list-style: none;
  text-align: center;
  line-height: 2;
  font-size: 0.625rem;
  letter-spacing: 0.1em;
}
@media (min-width: 767px) {
  .footerLinksList__item {
    display: flex;
    font-size: 0.75rem;
  }
}
@media (min-width: 767px) {
  .footerLinksList__item:not(:last-child)::after {
    content: "／";
  }
}
.footerLinksList__item a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .footerLinksList__item a:hover, .footerLinksList__item a:focus-visible {
    text-decoration: underline;
  }
}
.footerLinksList__item a:active {
  text-decoration: underline;
}

.footerCopy {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 767px) {
  .footerCopy {
    margin-top: 40px;
  }
}
.footerCopy img {
  display: block;
  width: 68px;
}
@media (min-width: 767px) {
  .footerCopy img {
    width: 90px;
  }
}/*# sourceMappingURL=lookbook.css.map */