@charset "UTF-8";
/* --------------------
		設定
-------------------- */
/* ----px → vw---- 書き方：vw(px値) */
/* ----px → vw (pc)---- 書き方：vw-pc(px値)　*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@media screen and (max-width: 999px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 1000px) {
  .sp-only {
    display: none !important;
  }
}

:root {
  --c-txt: #000;
  --c-wh: #fff;
  --c-accent: #C41230;
}

/* --------------------
		#content
-------------------- */
#content {
  position: relative;
  background-color: #ffffff !important;
  line-height: 1;
  color: var(--c-txt);
  font-family: "trade-gothic-next-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#content img {
  width: 100%;
  height: auto;
}

header {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1000px) {
  .bg-video {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
  }
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.main-title__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25.6vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .main-title__logo {
    width: 12.34375vw;
  }
}
.main-title h1 {
  width: 66.6666666667vw;
  position: absolute;
  bottom: 5.3333333333vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .main-title h1 {
    width: 23.4375vw;
    bottom: 2.34375vw;
    left: 2.34375vw;
  }
}

/* --------------------
		intro
-------------------- */
.intro {
  position: relative;
  margin: 26.6666666667vw auto;
}
@media screen and (min-width: 1000px) {
  .intro {
    margin: 7.8125vw auto;
  }
}

.intro-img {
  display: flex;
  flex-wrap: wrap;
  width: 71.2vw;
  margin: 0 auto;
  justify-content: space-between;
  gap: 0 14.4vw;
}
@media screen and (min-width: 1000px) {
  .intro-img {
    width: 65.234375vw;
    gap: 0 15.625vw;
  }
}
.intro-img li a {
  display: block;
  width: 14.1333333333vw;
  transition: 0.2s;
}
.intro-img li a .img-box {
  width: 14.1333333333vw;
  overflow: hidden;
}
@media screen and (min-width: 1000px) {
  .intro-img li a .img-box {
    width: 6.25vw;
  }
}
.intro-img li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.intro-img li a:hover {
  color: var(--c-accent);
}
.intro-img li a:hover img {
  transform: scale(1.1);
}
@media screen and (min-width: 1000px) {
  .intro-img li a {
    width: 6.25vw;
  }
}
.intro-img li a span {
  font-size: 2.1333333333vw;
  display: inline-block;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .intro-img li a span {
    font-size: 0.625vw;
    margin-bottom: 0.390625vw;
  }
}
.intro-img li:nth-child(1) {
  order: 3;
}
@media screen and (min-width: 1000px) {
  .intro-img li:nth-child(1) {
    order: 3;
    margin: 0;
  }
}
.intro-img li:nth-child(2) {
  margin-top: 10.6666666667vw;
  order: 1;
}
@media screen and (min-width: 1000px) {
  .intro-img li:nth-child(2) {
    order: 1;
    margin-top: 0.78125vw;
  }
}
.intro-img li:nth-child(3) {
  margin-top: 28vw;
  order: 2;
}
@media screen and (min-width: 1000px) {
  .intro-img li:nth-child(3) {
    order: 2;
    margin-top: 6.25vw;
    margin-left: -1.5625vw;
  }
}
.intro-img li:nth-child(4) {
  margin-top: 40vw;
  order: 4;
}
@media screen and (min-width: 1000px) {
  .intro-img li:nth-child(4) {
    order: 4;
    margin: 11.796875vw 0 0 7.03125vw;
  }
}
.intro-img li:nth-child(5) {
  margin-top: 40vw;
  order: 6;
}
@media screen and (min-width: 1000px) {
  .intro-img li:nth-child(5) {
    order: 6;
    margin: 11.796875vw 2.34375vw 0 0;
  }
}
.intro-img li:nth-child(6) {
  margin-top: 66.1333333333vw;
  order: 5;
}
@media screen and (min-width: 1000px) {
  .intro-img li:nth-child(6) {
    order: 5;
    margin: 18.125vw 0 0 -1.5625vw;
  }
}

.intro-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  width: 100%;
  align-items: center;
}

.intro-list {
  display: flex;
  flex-shrink: 0;
  -webkit-animation: marquee 40s linear infinite;
          animation: marquee 40s linear infinite;
  min-width: 100%;
}
.intro-list__top {
  font-size: 2.6666666667vw;
  display: flex;
  justify-content: space-between;
  padding-left: 0.5333333333vw;
}
@media screen and (min-width: 1000px) {
  .intro-list__top {
    font-size: 0.9375vw;
    padding-left: 0.15625vw;
  }
}
.intro-list__name {
  font-size: 9.8666666667vw;
}
@media screen and (min-width: 1000px) {
  .intro-list__name {
    font-size: 3.4375vw;
  }
}
.intro-list__item {
  display: block;
  padding-right: 8vw;
}
@media screen and (min-width: 1000px) {
  .intro-list__item {
    padding-right: 2.34375vw;
  }
}
.intro-list__item a {
  display: block;
  transition: transform 0.3s;
}
.intro-list__item a:hover {
  color: var(--c-accent);
}

@-webkit-keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.intro-txt:hover .intro-list {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  cursor: pointer;
}

/* ----------------------------------------
	nav
---------------------------------------- */
.nav {
  position: relative;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: var(--c-wh);
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
  z-index: 10;
}
@media screen and (min-width: 1000px) {
  nav {
    height: 100vh;
  }
}
nav.is-open {
  opacity: 1;
  visibility: visible;
}

.nav__inner {
  height: 100%;
  overflow: auto;
  padding: 26.6666666667vw 0 37.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .nav__inner {
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 50px));
    padding: 0;
    overflow: hidden;
  }
}
.nav__inner-top {
  text-align: center;
  width: 23.2vw;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .nav__inner-top {
    width: 9.453125vw;
    margin: 0 auto 10.9375vw;
  }
}
.nav__inner .nav__list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.nav__inner ul {
  width: 59.4666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .nav__inner ul {
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 5.46875vw 7.8125vw;
  }
}
.nav__inner ul li {
  position: relative;
  margin-bottom: 5.3333333333vw;
  width: auto;
}
@media screen and (min-width: 1000px) {
  .nav__inner ul li {
    margin: 0;
  }
}
.nav__inner ul li a {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.nav__inner ul li a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .nav__inner ul li a:hover {
    color: var(--c-accent);
  }
  .nav__inner ul li a:hover img {
    transform: scale(1.1);
  }
}
.nav__inner ul li a .nav-item {
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  width: 14.1333333333vw;
}
@media screen and (min-width: 1000px) {
  .nav__inner ul li a .nav-item {
    width: 4.140625vw;
  }
}
.nav__inner ul li a .nav-name {
  margin-left: 8vw;
}
@media screen and (min-width: 1000px) {
  .nav__inner ul li a .nav-name {
    margin-left: 2.34375vw;
  }
}
.nav__inner ul li a .nav-name__nb {
  font-size: 2.6666666667vw;
  position: absolute;
  top: -1px;
}
@media screen and (min-width: 1000px) {
  .nav__inner ul li a .nav-name__nb {
    font-size: 0.78125vw;
  }
}
.nav__inner ul li a .nav-name__txt {
  font-size: 5.0666666667vw;
  white-space: nowrap;
  margin-bottom: -2px;
}
@media screen and (min-width: 1000px) {
  .nav__inner ul li a .nav-name__txt {
    font-size: 1.796875vw;
  }
}
.nav__inner ul li a .nav-name__txt span {
  display: block;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .nav__inner ul li a .nav-name__txt span {
    font-size: 0.78125vw;
  }
}

.hamburger {
  position: fixed;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
  z-index: 100;
  color: var(--c-wh);
  padding-bottom: 0.2666666667vw;
  mix-blend-mode: difference;
  color: var(--c-wh);
}
@media screen and (min-width: 1000px) {
  .hamburger {
    top: 2.34375vw;
    right: 2.34375vw;
    padding-bottom: 0.078125vw;
  }
}
.hamburger__trigger {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  border: none;
  cursor: pointer;
  outline: none;
}
@media screen and (min-width: 1000px) {
  .hamburger__trigger:hover {
    opacity: 0.5;
  }
}
.hamburger__trigger::after {
  content: "MENU";
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 3.2vw;
  border-bottom: 1px solid var(--c-wh);
  transition: all 0.3s ease;
}
@media screen and (min-width: 1000px) {
  .hamburger__trigger::after {
    font-size: 1.171875vw;
  }
}
.hamburger__trigger::after {
  content: "MENU";
  font-size: 3.2vw;
  border-bottom: 1px solid var(--c-wh);
  transition: all 0.3s ease;
  padding-bottom: 1.5px;
}
@media screen and (min-width: 1000px) {
  .hamburger__trigger::after {
    font-size: 1.171875vw;
  }
}
.hamburger__trigger.is-active::after {
  content: "CLOSE";
}

body.is-open {
  height: 100vh;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

/* --------------------
		section
-------------------- */
.js-section {
  position: relative;
  width: 100%;
  z-index: 2;
  /* 背景画像を画面いっぱいに固定するコンテナ */
  /* 背景画像本体（初期状態） */
  /* 中身のコンテンツ */
}
.js-section .bg-container {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
}
.js-section .bg-image {
  position: relative;
  width: 100%;
  height: 100%;
  filter: blur(0);
  transform: scale(1.02);
  transition: filter 0.8s ease, transform 0.8s ease;
}
.js-section .bg-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #D0D0D0;
  mix-blend-mode: multiply;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 1;
}
.js-section .bg-image img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: relative;
  z-index: 0;
}
.js-section.is-blurred .bg-image {
  filter: blur(5px);
  transform: scale(1.09);
}
.js-section.is-blurred .bg-image::after {
  opacity: 0.9;
}
.js-section .h2-wrap {
  position: relative;
  width: 48vw;
  height: 83.2vw;
  margin: 0 auto 28.8vw;
  background-color: var(--c-wh);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (min-width: 1000px) {
  .js-section .h2-wrap {
    width: 21.875vw;
    height: 37.890625vw;
    margin: 0 auto 8.4375vw;
  }
}
.js-section .h2-wrap__nb {
  font-size: 3.2vw;
  position: absolute;
  top: 5.3333333333vw;
  right: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .js-section .h2-wrap__nb {
    font-size: 1.171875vw;
    top: 1.5625vw;
    right: 1.5625vw;
  }
}
.js-section .h2-wrap__ttl {
  margin: 0 0 8vw 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .js-section .h2-wrap__ttl {
    margin: 0 0 3.90625vw 1.5625vw;
  }
}
.js-section .h2-wrap__ttl span {
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .js-section .h2-wrap__ttl span {
    font-size: 0.9375vw;
  }
}
.js-section .h2-wrap h2 {
  font-size: 8vw;
  line-height: 0.8;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 1000px) {
  .js-section .h2-wrap h2 {
    font-size: 3.515625vw;
    margin-bottom: 0.625vw;
  }
}
.js-section .section__inner {
  margin: 50px auto 0;
  padding-bottom: 8vw;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .js-section .section__inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .js-section .img__inner {
    width: 62.890625%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1000px) {
  .js-section .credit {
    width: 37.109375%;
  }
}

@media screen and (min-width: 1000px) {
  .img__wrap {
    width: 35.15625vw;
    margin: 0 auto;
  }
}

.img__txt {
  width: 72vw;
  margin: 13.3333333333vw auto 13.3333333333vw;
  line-height: 2;
  letter-spacing: 0;
  color: var(--c-wh);
  font-size: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 300;
  text-align: justify;
  text-justify: inter-ideograph; /* 日本語の文字間隔を綺麗に調整 */
  -webkit-font-smoothing: subpixel-antialiased; /* Chrome, Safari, Edge の初期値 */
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 1000px) {
  .img__txt {
    width: 21.09375vw;
    margin: 4.6875vw auto 3.90625vw;
    font-size: 0.9375vw;
    line-height: 2;
  }
}
.img__txt p {
  margin-bottom: 5.3333333333vw;
  line-height: 2;
}
@media screen and (min-width: 1000px) {
  .img__txt p {
    margin-bottom: 1.796875vw;
  }
}

.img__txt-accordion {
  text-align: right;
  color: var(--c-wh);
  font-family: "trade-gothic-next-condensed", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.03em;
}
.img__txt-accordion .accordion-toggle {
  width: 29.3333333333vw;
  margin: 0 0 0 auto;
  display: inline-block;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  color: var(--c-wh);
  font-size: 4vw;
  font-weight: bold;
  padding: 0 10.6666666667vw 2.6666666667vw 0;
  border-bottom: 1px solid #D3D3D3;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 1000px) {
  .img__txt-accordion .accordion-toggle {
    transition: all 0.5s ease;
  }
  .img__txt-accordion .accordion-toggle:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 1000px) {
  .img__txt-accordion .accordion-toggle {
    font-size: 1.171875vw;
    width: 8.59375vw;
    padding: 0 3.125vw 0.78125vw 0;
  }
}
.img__txt-accordion .accordion-toggle:after {
  content: "";
  display: block;
  background-color: var(--c-wh);
  width: 0.2666666667vw;
  height: 2.6666666667vw;
  transform: rotate(90deg);
  transition: transform 0.3s;
  position: absolute;
  right: 1.3333333333vw;
  top: 0.8vw;
  transition: transform 0.3s;
}
@media screen and (min-width: 1000px) {
  .img__txt-accordion .accordion-toggle:after {
    width: 0.078125vw;
    height: 0.78125vw;
    position: absolute;
    right: 0.390625vw;
    top: 0.234375vw;
  }
}
.img__txt-accordion .accordion-toggle:before {
  content: "";
  display: block;
  background-color: var(--c-wh);
  width: 0.2666666667vw;
  height: 2.6666666667vw;
  position: absolute;
  right: 1.3333333333vw;
  top: 0.8vw;
  transition: transform 0.3s;
}
@media screen and (min-width: 1000px) {
  .img__txt-accordion .accordion-toggle:before {
    width: 0.078125vw;
    height: 0.78125vw;
    position: absolute;
    right: 0.390625vw;
    top: 0.234375vw;
  }
}
.img__txt-accordion .accordion-toggle.is-active::after {
  content: "";
  display: block;
  background-color: var(--c-wh);
  width: 1px;
  height: 10px;
  transform: rotate(90deg);
  transition: transform 0.3s;
  position: absolute;
  right: 5px;
  top: 3px;
}
.img__txt-accordion .accordion-toggle.is-active::before {
  content: "";
  display: block;
  background-color: var(--c-wh);
  width: 1px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 3px;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
@media screen and (min-width: 1000px) {
  .img__txt-accordion .accordion-toggle {
    font-size: 1.171875vw;
  }
}
.img__txt-accordion .accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
  overflow: hidden;
}
.img__txt-accordion .accordion-content.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
}
.img__txt-accordion .accordion-content .accordion-inner {
  min-height: 0;
}
.img__txt-accordion .item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  padding-top: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .img__txt-accordion .item-list {
    font-size: 0.859375vw;
    padding-top: 0.78125vw;
  }
}
.img__txt-accordion .item-list li {
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .img__txt-accordion .item-list li {
    margin-bottom: 0.78125vw;
  }
}
.img__txt-accordion .item-list li a {
  display: block;
}
@media screen and (min-width: 1000px) {
  .img__txt-accordion .item-list li a {
    transition: all 0.5s ease;
  }
  .img__txt-accordion .item-list li a:hover {
    opacity: 0.5;
  }
}
.img__txt-accordion .item-list .item-name {
  font-size: 2.9333333333vw;
  margin-right: 2.6666666667vw;
  display: inline-block;
}
@media screen and (min-width: 1000px) {
  .img__txt-accordion .item-list .item-name {
    font-size: 0.859375vw;
    margin-right: 0.78125vw;
  }
}
.img__txt-accordion .item-list .buy-btn {
  display: inline-block;
  font-size: 2.6666666667vw;
  color: var(--c-wh);
  text-decoration: underline;
}
@media screen and (min-width: 1000px) {
  .img__txt-accordion .item-list .buy-btn {
    font-size: 0.78125vw;
  }
}

.section {
  margin-top: -122.4vw;
}
@media screen and (min-width: 1000px) {
  .section {
    margin-top: -39.0625vw;
  }
}

.credit {
  width: 89.3333333333vw;
  background-color: var(--c-wh);
  padding: 8vw;
  box-sizing: border-box;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .credit {
    margin: 0 0 0 auto;
    width: 37.109375vw;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    padding: 0;
    height: 100vh;
  }
}
@media screen and (min-width: 1000px) {
  .credit__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1000px) {
  .credit__wrap {
    display: flex;
    justify-content: space-between;
  }
}
.credit__name {
  font-size: 8vw;
  margin-bottom: 2.6666666667vw;
  line-height: 0.8;
}
@media screen and (min-width: 1000px) {
  .credit__name {
    font-size: 2.34375vw;
    margin-bottom: 0.78125vw;
  }
}
.credit__logo {
  width: 16.5333333333vw;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .credit__logo {
    width: 4.84375vw;
    margin-bottom: 1.5625vw;
  }
}
.credit__img {
  width: 47.7333333333vw;
  margin: 0 0 8vw auto;
}
@media screen and (min-width: 1000px) {
  .credit__img {
    width: 13.984375vw;
    margin: 0 0 2.34375vw auto;
  }
}
.credit__img a {
  display: block;
  overflow: hidden;
}
.credit__img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.credit__img a:hover {
  color: var(--c-accent);
}
.credit__img a:hover img {
  transform: scale(1.05);
}
.credit__price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5.3333333333vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 1000px) {
  .credit__price {
    margin-bottom: 1.5625vw;
    font-size: 0.9375vw;
  }
}
.credit__price .tax {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 1000px) {
  .credit__price .tax {
    font-size: 0.78125vw;
  }
}
.credit__txt {
  font-size: 3.2vw;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1;
  font-weight: 300;
  line-height: 2;
  margin-bottom: 5.3333333333vw;
  text-align: justify;
  text-justify: inter-character;
  word-break: break-all;
  -webkit-font-smoothing: subpixel-antialiased; /* Chrome, Safari, Edge の初期値 */
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 1000px) {
  .credit__txt {
    font-size: 0.9375vw;
    margin-bottom: 1.5625vw;
    line-height: 1.5;
  }
}
.credit__btn a {
  display: block;
  width: 73.3333333333vw;
  padding: 2.6666666667vw;
  margin: 0 auto;
  text-align: center;
  background-color: var(--c-txt);
  border: 1px solid var(--c-txt);
  color: var(--c-wh);
  transition: all 0.5s ease;
}
.credit__btn a:hover {
  border: 1px solid var(--c-txt);
  color: var(--c-txt);
  background-color: transparent;
}
@media screen and (min-width: 1000px) {
  .credit__btn a {
    width: 21.484375vw;
    padding: 0.78125vw;
  }
}

section .img-last {
  width: 72vw;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  section .img-last {
    width: 25.3125vw;
    margin: 0 auto 3.90625vw;
  }
}

#sec-1 .img1-1 {
  width: 55.2vw;
  margin: 13.3333333333vw 8vw 13.3333333333vw auto;
}
@media screen and (min-width: 1000px) {
  #sec-1 .img1-1 {
    width: 19.40625vw;
    margin: 3.90625vw 2.34375vw 3.90625vw auto;
  }
}
#sec-1 .img1-2 {
  width: 55.2vw;
}
@media screen and (min-width: 1000px) {
  #sec-1 .img1-2 {
    width: 19.40625vw;
  }
}

#sec-2 .img2-1 {
  width: 72vw;
  margin: 0 auto 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec-2 .img2-1 {
    width: 19.40625vw;
    margin: 0 auto 3.90625vw;
  }
}
#sec-2 .img2-2__wrap {
  width: 81.0666666667vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1000px) {
  #sec-2 .img2-2__wrap {
    width: 28.5vw;
  }
}
#sec-2 .img2-2 {
  width: 37.8666666667vw;
}
@media screen and (min-width: 1000px) {
  #sec-2 .img2-2 {
    width: 13.3125vw;
  }
}
#sec-2 .img2-3 {
  width: 37.8666666667vw;
  margin-top: 23.4666666667vw;
}
@media screen and (min-width: 1000px) {
  #sec-2 .img2-3 {
    width: 13.3125vw;
    margin-top: 8.25vw;
  }
}

#sec-3 .img3-1__wrap {
  display: flex;
  justify-content: space-between;
  width: 72vw;
  margin: 0 auto 13.3333333333vw;
  flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  #sec-3 .img3-1__wrap {
    width: 25.3125vw;
    margin: 0 auto 3.90625vw;
  }
}
#sec-3 .img3-1__wrap div {
  width: 35.2vw;
}
@media screen and (min-width: 1000px) {
  #sec-3 .img3-1__wrap div {
    width: 12.375vw;
  }
}
#sec-3 .img3-1__wrap div:nth-child(n+3) {
  margin-top: 1.6vw;
}
@media screen and (min-width: 1000px) {
  #sec-3 .img3-1__wrap div:nth-child(n+3) {
    margin-top: 0.5625vw;
  }
}

#sec-4 .img4-1 {
  width: 55.2vw;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 1000px) {
  #sec-4 .img4-1 {
    width: 19.40625vw;
  }
}
#sec-4 .img4-2 {
  width: 38.1333333333vw;
  margin-top: -8vw;
}
@media screen and (min-width: 1000px) {
  #sec-4 .img4-2 {
    width: 13.40625vw;
    margin-top: -2.34375vw;
  }
}

#sec-5 .img5-1 {
  width: 46.6666666667vw;
  margin: 0 0 1.3333333333vw 45.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec-5 .img5-1 {
    width: 16.40625vw;
    margin: 0 0 0.46875vw 15.9375vw;
  }
}
#sec-5 .img5-2 {
  width: 46.6666666667vw;
  margin: 0 0 13.3333333333vw 45.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec-5 .img5-2 {
    width: 16.40625vw;
    margin: 0 0 4.6875vw 15.9375vw;
  }
}

#sec-6 .img6-1 {
  width: 89.3333333333vw;
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 1000px) {
  #sec-6 .img6-1 {
    width: 31.40625vw;
    margin-bottom: 4.6875vw;
  }
}
#sec-6 .img6-2__wrap {
  display: flex;
  justify-content: space-between;
  width: 73.8666666667vw;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media screen and (min-width: 1000px) {
  #sec-6 .img6-2__wrap {
    width: 25.96875vw;
  }
}
#sec-6 .img6-2 {
  width: 36.2666666667vw;
}
@media screen and (min-width: 1000px) {
  #sec-6 .img6-2 {
    width: 12.75vw;
  }
}
#sec-6 .img6-3 {
  width: 36.2666666667vw;
  margin-top: 34.6666666667vw;
}
@media screen and (min-width: 1000px) {
  #sec-6 .img6-3 {
    width: 12.75vw;
    margin-top: 12.1875vw;
  }
}

/* --------------------
		aside
-------------------- */
.aside {
  width: 100%;
  height: 160vw;
  padding: 13.3333333333vw 0;
  background: url(../img/footer-sp.webp) no-repeat center/cover;
}
@media screen and (min-width: 1000px) {
  .aside {
    background: url(../img/footer-pc.webp) no-repeat center/cover;
    height: 54.6875vw;
    padding: 11.875vw 0;
  }
}
.aside-top {
  width: 25.0666666667vw;
  margin: 0 auto 29.6vw;
}
@media screen and (min-width: 1000px) {
  .aside-top {
    width: 9.6875vw;
    margin: 0 auto 9.84375vw;
  }
}
.aside-wrap {
  margin: 0 auto 29.6vw;
}
@media screen and (min-width: 1000px) {
  .aside-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.328125vw;
    margin: 0 auto 11.171875vw;
  }
}
.aside-txt {
  text-align: center;
  color: var(--c-wh);
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .aside-txt {
    margin-left: 4.140625vw;
    font-size: 1.328125vw;
  }
}

.aside-logo {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .aside-logo {
    display: flex;
    align-items: center;
    margin: 0;
  }
}
.aside-logo li a {
  display: block;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .aside-logo li a:hover {
    opacity: 0.5;
  }
}
.aside-logo .logo-ur {
  width: 18.6666666667vw;
  margin: 0 auto 9.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .aside-logo .logo-ur {
    width: 7.265625vw;
    margin: 0;
  }
}
.aside-logo .logo-id {
  width: 16vw;
  margin: 0 auto 9.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .aside-logo .logo-id {
    width: 6.171875vw;
    margin: 0 0 0 3.515625vw;
  }
}
.aside-logo .logo-doors {
  width: 24.5333333333vw;
  margin: 0 auto 9.3333333333vw;
}
@media screen and (min-width: 1000px) {
  .aside-logo .logo-doors {
    width: 9.453125vw;
    margin: 0 0 0 3.515625vw;
  }
}
@media screen and (min-width: 1000px) {
  .aside-logo {
    display: flex;
  }
}

.sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7.4666666667vw;
  filter: invert(100%);
}
@media screen and (min-width: 1000px) {
  .sns {
    gap: 2.1875vw;
  }
}
.sns__insta {
  width: 6.9333333333vw;
}
@media screen and (min-width: 1000px) {
  .sns__insta {
    width: 2.03125vw;
  }
}
.sns__x {
  width: 6.4vw;
}
@media screen and (min-width: 1000px) {
  .sns__x {
    width: 1.875vw;
  }
}
.sns__youtube {
  width: 7.4666666667vw;
}
@media screen and (min-width: 1000px) {
  .sns__youtube {
    width: 2.1875vw;
  }
}
.sns li a {
  display: block;
  transition: all 0.5s ease;
}
@media screen and (min-width: 1000px) {
  .sns li a:hover {
    opacity: 0.5;
  }
}

/* --------------------
		footer
-------------------- */
.footer {
  padding: 16vw 0;
  background-color: #000;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding: 3.90625vw 0;
  }
}
.footer img {
  width: 100%;
  height: auto;
}
.footer__logo {
  width: 29.3333333333vw;
  margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 1000px) {
  .footer__logo {
    width: min(130px, 10.15625vw);
    margin: 0 auto 1.25vw;
  }
}
.footer__logo a {
  display: block;
}
@media screen and (min-width: 1000px) {
  .footer__logo a {
    transition: all 0.5s ease;
  }
  .footer__logo a:hover {
    opacity: 0.5;
  }
}
.footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 2.9333333333vw;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1000px) {
  .footer__copyright {
    font-size: min(13px, 1.015625vw);
  }
}

/* --------------------
		move
-------------------- */
.fadein {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
}

.fadein-active {
  opacity: 1;
  visibility: visible;
}

.fadeinup {
  opacity: 0;
  visibility: hidden;
  transition: all 2s ease 0.3s;
  transform: translateY(20px);
}

.fadeinup-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/*# sourceMappingURL=260717_onlinestore-m_levis_style.css.map */