@charset "UTF-8";
/* ---------------------------- */
/* Base
/* ---------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@font-face {
  font-family: "Neue Haas Unica";
  src: url("NeueHaasUnica-Regular.eot");
  src: local("Neue Haas Unica Regular"), local("NeueHaasUnica-Regular"), url("NeueHaasUnica-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Unica";
  src: url("NeueHaasUnica-Bold.eot");
  src: local("Neue Haas Unica Bold"), local("NeueHaasUnica-Bold"), url("NeueHaasUnica-Bold.eot?#iefix") format("embedded-opentype"), url("NeueHaasUnica-Bold.woff2") format("woff2"), url("NeueHaasUnica-Bold.woff") format("woff"), url("NeueHaasUnica-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
:root {
  --main-color: #000;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 150px;
  margin: 0;
  font-size: 62.5%;
  box-sizing: border-box;
}

img {
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/* ---------------------------- */
/* font
/* ---------------------------- */
/* 変更 */
main .l-inner {
  margin: 0 auto;
}

main .l-inner * {
  box-sizing: border-box;
}

main .l-inner article {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.ftool-wrapper {
  background-color: #fff;
}

.ftool-wrapper p {
  line-height: 1em;
}

.ftool-wrapper .col--02--C {
  width: auto;
}

/*fix*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger {
  opacity: 0;
}

@media screen and (max-width: 750px) {
  .loadTrigger {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 2.5s;
  /* ここを変更 */
  animation-duration: 2.5s;
  /* ここも変更 */
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.delay-time02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-time03 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.delay-time04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-time05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-time06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-time08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-time1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-time12 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay-time14 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay-time18 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay-time2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-time22 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay-time3 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-time35 {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}

.delay-time4 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-time45 {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}

.box-wrapper {
  font-weight: 400;
  font-family: ten-oldstyle, serif;
  color: black;
  background-color: #fff;
  font-weight: 400;
  /* ---------------------------- */
  /* hero
  /* ---------------------------- */
  /* ---------------------------- */
  /* main-content
  /* ---------------------------- */
  /* ---------------------------- */
  /* anchor
  /* ---------------------------- */
  /* ---------------------------- */
  /*look
  /* ---------------------------- */
  /* ---------------------------- */
  /*look01
  /* ---------------------------- */
  /* ---------------------------- */
  /*look02
  /* ---------------------------- */
  /* ---------------------------- */
  /*look03
  /* ---------------------------- */
  /* ---------------------------- */
  /*look04
  /* ---------------------------- */
  /* ---------------------------- */
  /*look05
  /* ---------------------------- */
  /* ---------------------------- */
  /*look06
  /* ---------------------------- */
  /* ---------------------------- */
  /*look07
  /* ---------------------------- */
  /* ---------------------------- */
  /*look08
  /* ---------------------------- */
  /* ---------------------------- */
  /*footer
  /* ---------------------------- */
}
.box-wrapper *,
.box-wrapper *::before,
.box-wrapper *::after {
  box-sizing: border-box;
}
.box-wrapper * {
  margin: 0;
}
.box-wrapper html,
.box-wrapper body {
  height: 100%;
}
.box-wrapper body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.box-wrapper img,
.box-wrapper picture,
.box-wrapper video,
.box-wrapper canvas,
.box-wrapper svg {
  display: block;
  max-width: 100%;
}
.box-wrapper input,
.box-wrapper button,
.box-wrapper textarea,
.box-wrapper select {
  font: inherit;
}
.box-wrapper p,
.box-wrapper h1,
.box-wrapper h2,
.box-wrapper h3,
.box-wrapper h4,
.box-wrapper h5,
.box-wrapper h6 {
  overflow-wrap: break-word;
}
.box-wrapper #root,
.box-wrapper #__next {
  isolation: isolate;
}
@media screen and (max-width: 750px) {
  .box-wrapper {
    padding-bottom: 0px;
  }
}
.box-wrapper * {
  color: var(--main-color);
  letter-spacing: 0.05em;
}
.box-wrapper a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.4s;
}
.box-wrapper img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.box-wrapper li {
  list-style: none;
}
.box-wrapper .is-pc {
  display: block;
}
@media screen and (max-width: 750px) {
  .box-wrapper .is-pc {
    display: none;
  }
}
.box-wrapper .is-sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .box-wrapper .is-sp {
    display: block;
  }
}
.box-wrapper .mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .box-wrapper .mt-100 {
    margin-top: 0;
  }
}
.box-wrapper .logo {
  width: 9.375vw;
  max-width: 160px;
  position: absolute;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  transition: opacity 0.5s ease-in-out;
}
@media screen and (max-width: 750px) {
  .box-wrapper .logo {
    bottom: auto;
    top: 3%;
    right: auto;
    left: 25px;
    width: 100px;
  }
}
.box-wrapper .logo svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #31269d !important;
}
.box-wrapper .logo svg rect {
  mix-blend-mode: difference;
}
.box-wrapper .header__logo.header__logo-white.is-active {
  display: none;
}
.box-wrapper .header__logo.header__logo-black {
  display: none;
}
.box-wrapper .header__logo.header__logo-black.is-active {
  display: block;
}
.box-wrapper .header__logo a {
  height: inherit;
}
.box-wrapper .noto {
  font-family: noto-sans-cjk-jp, sans-serif;
}
.box-wrapper .desc {
  line-height: 2.0;
}
.box-wrapper .box-wrapper {
  position: relative;
}
@media screen and (min-width: 751px) {
  .box-wrapper #hero {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
  }
  .box-wrapper #hero .hero-left, .box-wrapper #hero .hero-right {
    flex: 1;
    position: relative;
  }
  .box-wrapper #hero .hero-left__img, .box-wrapper #hero .hero-right__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .box-wrapper #hero .hero-left__text {
    position: absolute;
    top: 22px;
    left: 24px;
    width: 73%;
  }
  .box-wrapper #hero .hero-right__text {
    position: absolute;
    bottom: 22px;
    right: 21px;
    width: 24%;
  }
  .box-wrapper #hero .hero-middle {
    flex-shrink: 0;
    width: 390px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #hero .hero-middle {
    position: relative;
  }
  .box-wrapper #hero .hero-middle__text {
    position: absolute;
  }
  .box-wrapper #hero .hero-middle__text.text01 {
    top: 19px;
    left: 20px;
    width: 74%;
  }
  .box-wrapper #hero .hero-middle__text.text02 {
    bottom: 19px;
    right: 18px;
    width: 24%;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #main-content {
    width: 390px;
    margin: 0 auto;
    position: relative;
  }
  .box-wrapper #main-content .credit {
    margin-top: 12px;
    font-size: 12px;
    font-weight: bold;
    text-align: end;
    padding-right: 15px;
    z-index: 9999;
    position: relative;
  }
  .box-wrapper #main-content .credit a {
    font-size: 11px;
    color: black;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #main-content {
    margin: 0 auto;
    position: relative;
    max-width: 390px;
  }
  .box-wrapper #main-content .credit {
    margin-top: 12px;
    font-size: 12px;
    font-weight: bold;
    text-align: end;
    padding-right: 15px;
    z-index: 9999;
    position: relative;
  }
  .box-wrapper #main-content .credit a {
    font-size: 11px;
    color: black;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #anchor {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box-wrapper #anchor .anchor-container {
    width: 315px;
  }
  .box-wrapper #anchor .anchor-ttl {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
  }
  .box-wrapper #anchor .anchor-list {
    margin-top: 12px;
  }
  .box-wrapper #anchor .anchor-list__item {
    margin-bottom: 6px;
  }
  .box-wrapper #anchor .anchor-list__item:last-child {
    margin-bottom: 0;
  }
  .box-wrapper #anchor .anchor-list__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
  }
  .box-wrapper #anchor .anchor-list__link span {
    font-size: 16px;
    font-weight: 600;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #anchor {
    padding-top: 47px;
    padding-bottom: 52px;
  }
  .box-wrapper #anchor .anchor-container {
    margin: 0 auto;
    width: 315px;
  }
  .box-wrapper #anchor .anchor-ttl {
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
  }
  .box-wrapper #anchor .anchor-list {
    margin-top: 12px;
  }
  .box-wrapper #anchor .anchor-list__item {
    margin-bottom: 6px;
  }
  .box-wrapper #anchor .anchor-list__item:last-child {
    margin-bottom: 0;
  }
  .box-wrapper #anchor .anchor-list__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
  }
  .box-wrapper #anchor .anchor-list__link span {
    font-size: 16px;
    font-weight: 600;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper .look {
    margin-top: 112px;
  }
  .box-wrapper .look-heading {
    position: relative;
  }
  .box-wrapper .look-ttl {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: flex;
    padding: 0 30px;
  }
  .box-wrapper .look-ttl.top {
    padding-top: 78px;
    align-items: flex-start;
  }
  .box-wrapper .look-ttl.center {
    align-items: center;
  }
  .box-wrapper .look-ttl p {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: white;
    font-size: 14px;
    font-weight: 400;
  }
  .box-wrapper .look-ttl p span {
    color: white;
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper .look {
    margin-top: 112px;
  }
  .box-wrapper .look-heading {
    position: relative;
  }
  .box-wrapper .look-ttl {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    display: flex;
    padding: 0 30px;
  }
  .box-wrapper .look-ttl.top {
    padding-top: 78px;
    align-items: flex-start;
  }
  .box-wrapper .look-ttl.center {
    align-items: center;
  }
  .box-wrapper .look-ttl p {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid white;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: white;
    font-size: 14px;
    font-weight: 400;
  }
  .box-wrapper .look-ttl p span {
    color: white;
    font-size: 28px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look01 {
    margin-top: 0;
  }
  .box-wrapper #look01 .look01-img01 {
    margin: 60px auto 0;
    width: 64%;
  }
  .box-wrapper #look01 .look01-img02 {
    width: 84%;
    margin: 60px auto 0;
    position: relative;
  }
  .box-wrapper #look01 .look01-img02__inner {
    width: 51%;
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look01 {
    margin-top: 0;
  }
  .box-wrapper #look01 .look01-img01 {
    margin: 60px auto 0;
    width: 64%;
  }
  .box-wrapper #look01 .look01-img02 {
    width: 84%;
    margin: 60px auto 0;
    position: relative;
  }
  .box-wrapper #look01 .look01-img02__inner {
    width: 51%;
    position: absolute;
    top: 24%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look02 .look02-img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look02 .look02-img {
    margin-top: 60px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look03 .look03-parent {
    margin-top: 60px;
    position: relative;
    height: 300vh;
  }
  .box-wrapper #look03 .look03-sticky01 {
    position: -webkit-sticky;
    position: sticky;
    inset: 0;
    height: 100vh;
    display: flex;
  }
  .box-wrapper #look03 .look03-sticky01 img {
    width: 100%;
    margin: auto;
  }
  .box-wrapper #look03 .look03-sticky02 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
  }
  .box-wrapper #look03 .look03-sticky02 img {
    width: 100%;
    margin: auto;
  }
  .box-wrapper #look03 .look03-sticky03 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
  }
  .box-wrapper #look03 .look03-sticky03 img {
    width: 73%;
    margin: auto;
  }
  .box-wrapper #look03 .look03-inner {
    margin: 60px auto 0;
    width: 73%;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look03 .look03-parent {
    margin-top: 60px;
    position: relative;
    height: 300vh;
  }
  .box-wrapper #look03 .look03-sticky01 {
    position: -webkit-sticky;
    position: sticky;
    inset: 0;
    height: 100vh;
    display: flex;
  }
  .box-wrapper #look03 .look03-sticky01 img {
    width: 100%;
    margin: auto;
  }
  .box-wrapper #look03 .look03-sticky02 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
  }
  .box-wrapper #look03 .look03-sticky02 img {
    width: 100%;
    margin: auto;
  }
  .box-wrapper #look03 .look03-sticky03 {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    display: flex;
  }
  .box-wrapper #look03 .look03-sticky03 img {
    width: 73%;
    margin: auto;
  }
  .box-wrapper #look03 .look03-inner {
    margin: 60px auto 0;
    width: 73%;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look04 .look04-inner {
    margin: 60px auto 0;
    width: 64%;
  }
  .box-wrapper #look04 .look04-img02 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look04 .look04-inner {
    margin: 60px auto 0;
    width: 64%;
  }
  .box-wrapper #look04 .look04-img02 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look05 .look05-inner {
    margin: 65px auto 0;
    width: 51%;
  }
  .box-wrapper #look05 .look05-img02 {
    margin-top: 20px;
  }
  .box-wrapper #look05 .look05-img03 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look05 .look05-inner {
    margin: 65px auto 0;
    width: 51%;
  }
  .box-wrapper #look05 .look05-img02 {
    margin-top: 20px;
  }
  .box-wrapper #look05 .look05-img03 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look06 .look06-flex {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .box-wrapper #look06 .look06-flex img {
    width: 90px;
  }
  .box-wrapper #look06 .look06-img02 {
    margin-top: 45px;
  }
  .box-wrapper #look06 .look06-img03 {
    margin-top: 15px;
  }
  .box-wrapper #look06 .look06-img04 {
    margin-top: 85px;
  }
  .box-wrapper #look06 .look06-img05 {
    margin: 60px auto 0;
    width: 74%;
  }
  .box-wrapper #look06 .look06-inner {
    margin-top: 60px;
    margin-left: auto;
    margin-right: 0;
    width: 51%;
  }
  .box-wrapper #look06 .look06-img07 {
    margin-top: 25px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look06 .look06-flex {
    margin-top: 60px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }
  .box-wrapper #look06 .look06-flex img {
    width: 90px;
  }
  .box-wrapper #look06 .look06-img02 {
    margin-top: 45px;
  }
  .box-wrapper #look06 .look06-img03 {
    margin-top: 15px;
  }
  .box-wrapper #look06 .look06-img04 {
    margin-top: 85px;
  }
  .box-wrapper #look06 .look06-img05 {
    margin: 60px auto 0;
    width: 74%;
  }
  .box-wrapper #look06 .look06-inner {
    margin-top: 60px;
    margin-left: auto;
    margin-right: 0;
    width: 51%;
  }
  .box-wrapper #look06 .look06-img07 {
    margin-top: 25px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look07 .look07-parent {
    position: relative;
    height: 200vh;
  }
  .box-wrapper #look07 .look07-sticky {
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    height: 100vh;
  }
  .box-wrapper #look07 .look07-sticky02 {
    position: relative;
    padding-top: 518px;
    height: 100vh;
  }
  .box-wrapper #look07 .look07-desc {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .box-wrapper #look07 .look07-img01 {
    position: relative;
  }
  .box-wrapper #look07 .look07-parent02 {
    height: 200vh;
    position: relative;
    margin-top: 100px;
  }
  .box-wrapper #look07 .look07-parent02__inner {
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    inset: 0;
    height: 100vh;
  }
  .box-wrapper #look07 .look07-img03 {
    /* position: relative; */
    height: 100vh;
    display: flex;
  }
  .box-wrapper #look07 .look07-img03 img {
    width: 51%;
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look07 .look07-parent {
    position: relative;
    height: 200vh;
  }
  .box-wrapper #look07 .look07-sticky {
    top: 0;
    position: -webkit-sticky;
    position: sticky;
    height: 100vh;
  }
  .box-wrapper #look07 .look07-sticky02 {
    position: relative;
    padding-top: 518px;
    height: 100vh;
  }
}
@media screen and (max-width: 750px) and (max-width: 500px) {
  .box-wrapper #look07 .look07-sticky02 {
    padding-top: 498px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look07 .look07-desc {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look07 .look07-img01 {
    position: relative;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look07 .look07-parent02 {
    margin-top: 200px;
    height: 200vh;
    position: relative;
  }
  .box-wrapper #look07 .look07-parent02__inner {
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    inset: 0;
    height: 100vh;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look07 .look07-img03 {
    /* position: relative; */
    height: 100vh;
    display: flex;
  }
  .box-wrapper #look07 .look07-img03 img {
    width: 51%;
    margin: auto;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #look08 {
    padding-top: 22px;
  }
  .box-wrapper #look08 .look08-inner {
    margin: 70px auto 0;
    width: 64%;
  }
  .box-wrapper #look08 .look08-img02 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #look08 {
    padding-top: 22px;
  }
  .box-wrapper #look08 .look08-inner {
    margin: 70px auto 0;
    width: 64%;
  }
  .box-wrapper #look08 .look08-img02 {
    margin-top: 20px;
  }
}
@media screen and (min-width: 751px) {
  .box-wrapper #footer {
    margin: 106px auto 0;
    position: relative;
    width: 390px;
  }
  .box-wrapper #footer .footer-main {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 32px 30px;
  }
  .box-wrapper #footer .footer-heading {
    font-size: 18px;
    font-weight: bold;
    color: white;
    display: block;
  }
  .box-wrapper #footer .footer-shop {
    margin-top: 30px;
  }
  .box-wrapper #footer .footer-desc {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 400;
    color: white;
  }
  .box-wrapper #footer .footer-limited {
    margin-top: 30px;
  }
  .box-wrapper #footer .footer-insta {
    margin-top: 30px;
  }
  .box-wrapper #footer .footer-online {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  .box-wrapper #footer {
    margin-top: 106px;
    position: relative;
    height: 585px;
  }
  .box-wrapper #footer .footer-bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .box-wrapper #footer .footer-main {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 32px 30px;
  }
  .box-wrapper #footer .footer-heading {
    font-size: 18px;
    font-weight: bold;
    color: white;
    display: block;
  }
  .box-wrapper #footer .footer-shop {
    margin-top: 30px;
  }
  .box-wrapper #footer .footer-desc {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 400;
    color: white;
  }
  .box-wrapper #footer .footer-limited {
    margin-top: 30px;
  }
  .box-wrapper #footer .footer-insta {
    margin-top: 30px;
  }
  .box-wrapper #footer .footer-online {
    margin-top: 15px;
  }
}
/*# sourceMappingURL=style.css.map */