@charset "UTF-8";
/* layout
===================================================== */
html {
  width: 100%;
  font-size: 4.2666666667vw;
  font-family: "myriad-pro-condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 1.1805555556vw;
  }
}

body {
  overflow: hidden;
}

img {
  width: 100%;
  display: block;
  border: none;
}

a {
  display: block;
  text-decoration: none;
}

.pcNone {
  display: block;
}
@media screen and (min-width: 1024px) {
  .pcNone {
    display: none;
  }
}

.spNone {
  display: none;
}
@media screen and (min-width: 1024px) {
  .spNone {
    display: block;
  }
}

/* layout
===================================================== */
#footer {
  text-align: center;
  margin-top: 13.3333333333vw;
  padding-bottom: 13.3333333333vw;
  color: #000;
}
@media screen and (min-width: 1024px) {
  #footer {
    margin-top: 5.9027777778vw;
    padding-bottom: 3.4722222222vw;
  }
}
#footer .name {
  padding: 13.3333333333vw 0 17.3333333333vw;
}
@media screen and (min-width: 1024px) {
  #footer .name {
    padding: 3.4722222222vw 0 4.1666666667vw;
  }
}
#footer .name p {
  font-size: 4vw;
  padding-top: 2.1333333333vw;
}
@media screen and (min-width: 1024px) {
  #footer .name p {
    font-size: 1.0416666667vw;
    padding-top: 1.25vw;
  }
}
#footer .icon {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  padding-bottom: 8vw;
}
#footer .icon p:nth-child(1) {
  width: 8vw;
}
#footer .icon p:nth-child(2) {
  width: 5.3333333333vw;
}
@media screen and (min-width: 1024px) {
  #footer .icon {
    padding-bottom: 8vw;
    gap: 15px;
  }
  #footer .icon p:nth-child(1) {
    width: 2.0833333333vw;
  }
  #footer .icon p:nth-child(2) {
    width: 1.3888888889vw;
  }
}
#footer p.logo {
  width: 38.4vw;
  margin: 0 auto;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1024px) {
  #footer p.logo {
    width: 10vw;
    margin-bottom: 0.6944444444vw;
  }
}
#footer span {
  font-size: 2.1333333333vw;
}
@media screen and (min-width: 1024px) {
  #footer span {
    font-size: 0.5594405594vw;
  }
}

/* layout
===================================================== */
#fv {
  position: relative;
  background-image: url(../images/fv/fv_sp.webp);
  width: 100%;
  height: 100svh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  #fv {
    background-image: url(../images/fv/fv_pc.webp);
  }
}

.tit_logo {
  width: 76.8vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 1024px) {
  .tit_logo {
    width: 33.0555555556vw;
    top: 75%;
    left: 74%;
  }
}

/*--------------------------------------*
* ローディング
*--------------------------------------*/
#loading-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
}

/*--------------------------------------*
*共通
*--------------------------------------*/
section {
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 1024px) {
  section {
    margin-top: 16.6666666667vw;
  }
}

.flex_img {
  display: flex;
  gap: 2.6666666667vw;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .flex_img {
    gap: 4.1666666667vw;
  }
}

.btn_o {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 7px;
  right: 10px;
  background-image: url("../images/btn_o.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 30;
  transition: transform 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 1024px) {
  .btn_o {
    width: 55px;
    height: 55px;
    bottom: 11px;
    right: 11px;
  }
}

.btn_o.rotate {
  transform: rotate(45deg);
}

.imgWrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.block {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
}

/*--------------------------------------*
*クレジット
// *--------------------------------------*/
.credit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  gap: 2.6666666667vw;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .credit {
    gap: 0.5555555556vw;
    justify-content: end;
    padding: 1.7361111111vw;
  }
}

.credit.show {
  opacity: 1;
}

.credit_link {
  display: block;
  width: 100%;
  height: 100%;
}

.item_li {
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .item_li {
    margin: 0;
    width: 22.2222222222vw;
  }
}

.item_li p {
  display: flex;
  gap: 2.6666666667vw;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .item_li p {
    display: flex;
    gap: 0.6944444444vw;
    justify-content: space-between;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .item_li p a {
    display: contents;
  }
}
.item_li p a {
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1024px) {
  .item_li p a {
    font-size: 1.25vw;
    margin-left: auto;
  }
}

.break-line-sp {
  line-height: 1.2;
  white-space: normal;
  display: block;
}
@media screen and (min-width: 1024px) {
  .break-line-sp {
    display: inline;
    line-height: normal;
  }
}

@media screen and (min-width: 1024px) {
  .buy,
  .com,
  .sample {
    margin-left: auto;
    text-align: right;
  }
}
.credit a:has(.nolink) {
  pointer-events: none;
}
.credit a:has(.nolink) span {
  text-decoration: none !important;
}
.credit a:has(.nolink2) {
  pointer-events: none;
}
.credit a .buy {
  text-decoration: underline;
  padding-left: 2.1333333333vw;
}
.credit a .com {
  text-align: center;
  line-height: 0.7;
  display: block;
  margin: 0;
  opacity: 0.6;
}
@media screen and (min-width: 1024px) {
  .credit a .com {
    white-space: nowrap;
  }
}

/*--------------------------------------*
*コンテンツ
*--------------------------------------*/
.sec01 li:nth-child(1) img {
  width: 44.2666666667vw;
}
@media screen and (min-width: 1024px) {
  .sec01 li:nth-child(1) img {
    width: 35.9722222222vw;
  }
}
.sec01 li:nth-child(2) img {
  width: 53.3333333333vw;
}
@media screen and (min-width: 1024px) {
  .sec01 li:nth-child(2) img {
    width: 43.0555555556vw;
  }
}

.sec02 .block {
  width: 78.6666666667vw;
}
@media screen and (min-width: 1024px) {
  .sec02 .block {
    width: 61.9444444444vw;
  }
}

@media screen and (max-width: 767px) {
  .sec03 {
    font-size: 4vw;
  }
}
.sec03 li:nth-child(1) img {
  width: 34.4vw;
}
@media screen and (min-width: 1024px) {
  .sec03 li:nth-child(1) img {
    width: 28.8194444444vw;
  }
}
.sec03 li:nth-child(2) img {
  width: 62.9333333333vw;
}
@media screen and (min-width: 1024px) {
  .sec03 li:nth-child(2) img {
    width: 52.7777777778vw;
  }
}
.sec03 .credit_line {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sec03 .credit_line {
    display: flex;
    align-items: center;
    gap: 0.2083333333vw;
    white-space: nowrap;
    width: 20.8333333333vw;
  }
}
.sec03 .credit_line .brand br.pc-only {
  display: none;
}

.sec04 .block {
  width: 85.8666666667vw;
}
@media screen and (min-width: 1024px) {
  .sec04 .block {
    width: 62.5vw;
  }
}

.sec05 .block {
  width: 61.3333333333vw;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .sec05 .block {
    width: 41.6666666667vw;
  }
}

@media screen and (min-width: 1024px) {
  .sec06 .block {
    width: 69.4444444444vw;
  }
}

.sec07 .block {
  width: 74.6666666667vw;
  left: 0;
  transform: none;
  margin-left: 0;
}
@media screen and (min-width: 1024px) {
  .sec07 .block {
    width: 61.25vw;
  }
}

.sec08 .flex_img {
  align-items: flex-start;
}
.sec08 .flex_img li:nth-child(1) img {
  width: 63.2vw;
}
@media screen and (min-width: 1024px) {
  .sec08 .flex_img li:nth-child(1) img {
    width: 38.6111111111vw;
  }
}
.sec08 .flex_img li:nth-child(2) img {
  width: 33.8666666667vw;
}
@media screen and (min-width: 1024px) {
  .sec08 .flex_img li:nth-child(2) img {
    width: 20.7638888889vw;
  }
}
.sec08 .credit a .buy {
  padding-left: 0.6944444444vw;
}
.sec08 .credit_line {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sec08 .credit_line {
    display: flex;
    align-items: center;
    gap: 0.2083333333vw;
    white-space: nowrap;
    width: 13.8888888889vw;
  }
}
.sec08 .credit_line .brand br.pc-only {
  display: none;
}
@media screen and (min-width: 1024px) {
  .sec08 .brand-pc {
    margin-left: -7px;
  }
}

.sec10 .in_f {
  display: flex;
  flex-direction: column;
  gap: 2.6666666667vw;
}
.sec10 .in_f .in_w {
  width: 34.4vw;
}
@media screen and (min-width: 1024px) {
  .sec10 .in_f .in_w {
    width: 23.4027777778vw;
  }
}
@media screen and (min-width: 1024px) {
  .sec10 .in_f2 {
    width: 42.8472222222vw;
  }
}
.sec10 .credit_line {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sec10 .credit_line {
    display: flex;
    align-items: center;
    gap: 0.2083333333vw;
    white-space: nowrap;
    width: 14.5833333333vw;
  }
}
.sec10 .credit_line .brand br.pc-only {
  display: none;
}

@media screen and (min-width: 1024px) {
  .sec11 .block {
    width: 69.4444444444vw;
  }
}

.sec12 .flex_img {
  align-items: flex-end;
}
.sec12 .flex_img li:nth-child(1) img {
  width: 57.0666666667vw;
}
@media screen and (min-width: 1024px) {
  .sec12 .flex_img li:nth-child(1) img {
    width: 41.25vw;
  }
}
.sec12 .flex_img li:nth-child(2) img {
  width: 40.2666666667vw;
}
@media screen and (min-width: 1024px) {
  .sec12 .flex_img li:nth-child(2) img {
    width: 29.0972222222vw;
  }
}

@media screen and (min-width: 1024px) {
  .sec13 .block {
    width: 69.4444444444vw;
  }
}

@media screen and (min-width: 1024px) {
  .sec14 .block {
    width: 83.3333333333vw;
  }
}

.sec15 .img_look {
  width: 74.6666666667vw;
  margin-bottom: 21.3333333333vw;
}
@media screen and (min-width: 1024px) {
  .sec15 .img_look {
    width: 61.25vw;
  }
}
@media screen and (min-width: 1024px) {
  .sec15 .block {
    width: 69.4444444444vw;
  }
}
.sec15 .la_flex {
  display: flex;
  gap: 6.6666666667vw;
  justify-content: center;
  margin-top: 21.3333333333vw;
}
@media screen and (min-width: 1024px) {
  .sec15 .la_flex {
    gap: 3.8888888889vw;
    margin-top: 16.6666666667vw;
  }
}
.sec15 .la_flex li {
  width: 33.8666666667vw;
}
@media screen and (min-width: 1024px) {
  .sec15 .la_flex li {
    width: 22.3611111111vw;
  }
}
.sec15 .credit_line {
  display: block;
}
@media screen and (min-width: 1024px) {
  .sec15 .credit_line {
    display: flex;
    align-items: center;
    gap: 0.2083333333vw;
    white-space: nowrap;
    width: 14.5833333333vw;
  }
}
.sec15 .credit_line .brand br.pc-only {
  display: none;
}

#allAitem {
  color: #000;
  width: 73.8666666667vw;
  border: solid 1px #000;
  text-align: center;
  padding: 2.1333333333vw;
  margin: 18.6666666667vw auto 0;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 1024px) {
  #allAitem {
    width: 25.9027777778vw;
    padding: 0.8333333333vw;
    margin-top: 16.6666666667vw;
  }
}

.brand {
  display: block;
}
@media screen and (min-width: 1024px) {
  .brand {
    display: inline;
  }
}/*# sourceMappingURL=style.css.map */