@charset "UTF-8";
@import url("https://use.typekit.net/trc4hjw.css");

@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 50px;
  }

  100% {
    height: 40px;
    top: 50px;
  }
}

@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }

  75% {
    height: 40px;
    top: 40px;
  }

  100% {
    height: 40px;
    top: 40px;
  }
}

@keyframes moveleft {
  0% {
    left: 100vw;
  }

  100% {
    left: -200vw;
  }
}

@keyframes moveright {
  0% {
    left: -200vw;
  }

  100% {
    left: 100vw;
  }
}

/* ------------------------------------------------------------------------------------------------------------------------ */
html,
body {
  width: 100%;
  height: auto;
  font-size: 13px;
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  text-align: center;
  -webkit-text-size-adjust: 100%;
  margin: 0;
}

body.loaded {
  position: static;
}

body.looking {
  overflow: hidden;
}

a {
  color: #111;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active,
a.active {
  color: #C3C3C3;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

form,
section,
p,
div,
ul,
li,
dl,
dt,
dd,
a,
span,
input,
textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

.item-d-none p a {
  display: none;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
header {
  width: auto;
  position: fixed;
  left: 60px;
  z-index: 999;
  pointer-events: none;
  transition: all 0.25s ease-in 0s;
  opacity: 1;
  top: -700vh;
}

header.on {
  opacity: 1;
}

header .inner {
  width: 100%;
  position: relative;
}

header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  transform: rotate(90deg);
  transform-origin: left top;
  padding-left: 50px;
}

header .inner ul::after {
  content: "";
  width: 1px;
  height: auto;
  background-color: #C1FB4D;
  margin-left: 15px;
  display: block;
  order: 2;
}

header .inner ul li:not(:first-child) {
  margin-left: 15px;
}

header .inner ul li:nth-child(1) {
  order: 1;
}

header .inner ul li:nth-child(2) {
  order: 3;
}

header .inner ul li a {
  font-family: "century-old-style-std", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  pointer-events: auto;
  transition: all 0.25s ease-in 0s;
}

header .inner ul li a:hover {
  color: #0000;
}

#container .kv-wrapper {
  width: 100%;
  position: sticky;
  top: -1000px;
  z-index: -10;
  margin: 0 auto;
  background-color: #EDDC71;
}

#container .kv-wrapper .kv .top-slide{
  margin: 0 auto 50px;
}

#container .kv-wrapper .kv .bottom-slide{
  margin: 50px auto 0px;
}


#container .kv-wrapper .kv .kv-ttlBox{
  width:100%;
  background-color: #fff;
  border-bottom: #000 1px solid;
  border-top: #000 1px solid;
}

#container .kv-wrapper .kv .kv-ttlBox .flex .ttl{
  width:45%;
}

#container .kv-wrapper .kv .kv-ttlBox .flex .logo{
  width:45%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
}

#container .kv-wrapper .kv .kv-ttlBox .flex .logo img{
  width:80%;
}


#container .kv-wrapper .kv .kv-ttlBox .flex{
  width:40%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#container .kv-wrapper .lead-box {
  width: 100%;
  height: 500px;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-top: -2px;
}

#container .kv-wrapper .lead-box .lead {
  width: 100%;
}

#container .kv-wrapper .lead-box .lead p {
  text-align: center;
  color: #fff;
  line-height: 2;
}

#container .kv-wrapper .lead-box .lead p small{
  font-size: 10px;
}

#container .look-box .looks {
  background-color:#EDDC71;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

#container .look-box .sec-look .a-look {
  pointer-events: auto;
  position: relative;
  width: 20%;
}

#container .look-box .sec-look .other-box {
  background-color:#000;
  width: 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 30px;
}

#container .look-box .sec-look .other-box .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width:90%;
  margin: 0 auto;
}

#container .look-box .sec-look .other-box .flex .photo{
  width:23%;
}

#container .look-box .sec-look .other-box .flex .photo-a{
  margin-top: 200px;
}

#container .look-box .sec-look .other-box .logo-wh{
  position: absolute;
  width:200px;
  top:100px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

#container .look-box .sec-look .other-box .logo-bk{
  position: absolute;
  width:200px;
  bottom:100px;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}



#container .look-box .sec-look .a-look .credit-toggle {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

#container .look-box .sec-look .a-look .credit-toggle a {
  display: block;
  padding: 20px;
}

#container .look-box .sec-look .a-look .credit-toggle a i {
  display: block;
  width: 50px;
  aspect-ratio: 1;
  position: relative;
}

#container .look-box .sec-look .a-look .credit-toggle a i::before,
#container .look-box .sec-look .a-look .credit-toggle a i::after {
  display: block;
  content: "";
  position: absolute;
  background: #EDDC71;
  transition: top 0.4s ease 0s, left 0.4s ease 0s, transform 0.4s ease 0s, background 0.4s ease 0s;
}

#container .look-box .sec-look .a-look .credit-toggle a i::before {
  width: 3px;
  height: 100%;
  left: calc((100% - 2px) / 2);
  top: 0;
}

#container .look-box .sec-look .a-look .credit-toggle a i::after {
  width: 100%;
  height: 3px;
  left: 0;
  top: calc((100% - 2px) / 2);
}

#container .look-box .sec-look .a-look .credit-toggle.is-open a i::before,
#container .look-box .sec-look .a-look .credit-toggle.is-open a i::after {
  left: 50%;
  top: 50%;
  background: #EDDC71;
}

#container .look-box .sec-look .a-look .credit-toggle.is-open a i::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

#container .look-box .sec-look .a-look .credit-toggle.is-open a i::after {
  transform: translate(-50%, -50%) rotate(315deg);
}


.line {
  height: 1px;
  width: 100%;
  background-color: #000;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}


.footer-wrapper {
  margin: 0 auto;
  font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
  width: 100%;
  height: 350px;
  background-color: #EDDC71;
  color: #000;
}

.footer-wrapper .navi-box {
  padding-top: 30px;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  width: 80%;
}

.footer-wrapper .navi-box ul li a {
  color: #000;
}

.footer-wrapper .navi-box ul li {
  margin-bottom: 10px;
}

.footer-wrapper .navi-box ul li img {
  width: 100px;
  margin-bottom: 30px;
}

.footer-wrapper .back {
  text-align: right;
  margin: 130px auto 20px;
  width: 80%;
}

.footer-wrapper .back p {
  text-align: right;
  font-size: 12px;
  color: #000;
}

.footer-wrapper .copy {
  text-align: center;
  font-size: 10px;
  margin: 0px auto 20px;
}

/*set*/
.flex {
  display: flex;
  vertical-align: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 30px;
}


.mb70 {
  margin-bottom: 70px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.posiR {
  position: relative;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.left {
  margin-left: 0;
  margin-right: auto;
}

.right {
  margin-left: auto;
  margin-right: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#container .look-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}



/*========= LoadingのためのCSS ===============*/

/* Loading背景画面設定　*/
#loading {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#loading_logo img {
  width: 180px;
}

/*modal*/
.modal-trigger {
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  width: 100%;
  margin-right: -1px;
}

#container .modal-trigger .plus {
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 15px;
  bottom: 15px;
  z-index: 100;
}

#container .modal-trigger .plus::before {
  display: block;
  content: "";
  background-color: #000;
  position: absolute;
  width: 3px;
  height: 100%;
  left: calc((100% - 2px) / 2);
  top: 0;
}

#container .modal-trigger .plus::after {
  display: block;
  content: "";
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  top: calc((100% - 2px) / 2);
}

@media (max-width: 768px) {
  .modal-trigger {
    margin-right: 0px;
  }

  #container .modal-trigger .plus {
    width: 25px;
    height: 25px;
    right: 10px;
    bottom: 10px;
}
}

@media (max-width: 768px) {
  #container .modal-trigger .plus::before {
    width: 2px;
    height: 25px;
    bottom: 0px;
    right: 7px;
  }
}

@media (max-width: 768px) {
  #container .modal-trigger .plus::after {
    width: 25px;
    height: 2px;
    top: 11px;
    right: 0px;
  }
}

#modal-wrapper {
  background: #EDDC71;
  width: 100%;
  height: 100vh;
  padding: 40px 0 220px 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  overflow: scroll;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  transition: opacity 0.25s ease-in;
  color: #000;
}

#modal-wrapper.active {
  opacity: 1;
  pointer-events: auto;
}

#modal-wrapper .close {
  width: 30px;
  height: 30px;
  position: fixed;
  top: 30px;
  right: 10%;
  z-index: 999;
  cursor: pointer;
}

#modal-wrapper .close::before {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s 0s ease;
}

#modal-wrapper .close::after {
  content: "";
  width: 30px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s 0s ease;
}

.looking {
  overflow: hidden;
}

/*modalの中*/

#modal-wrapper .looks .look {
  width: 80%;
  margin: 50px auto 150px;
}

#modal-wrapper .looks .look .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#modal-wrapper .looks .look .inner .m-img {
  width: 48%;
}

#modal-wrapper .looks .look .inner .m-text {
  width: 48%;
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: left;
}

#modal-wrapper .looks .look .inner .m-text .name-box {
  border-bottom: #000 1px solid;
}

#modal-wrapper .looks .look .inner .m-text .name-box .name {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 2;
}

#modal-wrapper .looks .look .inner .m-text .name-box .name span {
  font-weight: 700;
  font-size: 13px;
}

#modal-wrapper .looks .look .inner .m-text .name-box .sns {
  margin-bottom: 20px;
  font-size: 12px;
}

#modal-wrapper .looks .look .inner .m-text .name-box .sns a{
  text-decoration: underline;
}

#modal-wrapper .looks .look .inner .m-text  .credit {
  border-bottom: 0px solid #000;
  text-align: left;
  margin-top: -10px;
}

#modal-wrapper .looks .look .inner .m-text  .credit p {
  padding: 0px 5px 10px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
}

#modal-wrapper .looks .look .inner .m-text  .credit p a {
  text-decoration: none;
  padding: 1px 10px;
  border: #000 1px solid;
  margin-left: 13px;
}

#modal-wrapper .looks .look .inner .m-text  .credit p a:hover {
  background-color: #000;
  color: #EDDC71;
}







.inview-blur {
  opacity: 0;
  -moz-transition: -moz-transform 0.5s linear;
  -webkit-transition: -webkit-transform 0.5s linear;
  -o-transition: -o-transform 0.5s linear;
  -ms-transition: -ms-transform 0.5s linear;
  transition: transform 0.5s linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.blur {
  -webkit-animation-name: imageBlur;
  animation-name: imageBlur;
  opacity: 1;
  transition: .8s;
}

@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px);
  }

  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
  }
}

/*スライダーの設定*/
/*------ スライダーの横幅 ------*/
.slider {
  width: 100%;
  margin: 0 auto;
}

/*------ スライダー画像 ------*/
.slider img {
  width: 100%;
  height: auto;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide {
  height: auto !important;
}

/*---------- 矢印 ----------*/
.slider .slick-next {
  right: 10px !important;
}

.slider .slick-prev {
  left: 10px !important;
}

.slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}

.slider .slick-arrow:before {
  font-size: 36px !important;
}

.slick-next:before {
  display: block;
  content: '' !important;
  opacity: 1 !important;
  left: 5px;
  width: 0px;
  height: 0px;
  border-left: 21px solid #000;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}

.slick-prev:before {
  display: block;
  content: '' !important;
  opacity: 1 !important;
  left: 5px;
  width: 0px;
  height: 0px;
  border-right: 21px solid #000;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
}

.slick-dots {
  display: none !important;
}

.slick-slide {
  height: auto !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 20px;
}

.slick-slide img {
  display: block;
}

.js-slider-8 img {
  width: calc(100vw / 5);
}

.kv .js-slider-8 .slick-slide {
  height: auto;
}

@media screen and (max-width: 768px) {
  .js-slider-8 img {
    width: calc(100vw / 2.5);
}
}

.slider4-wrap{
  margin-bottom: -1.5px;
}

#container .look-box .bbs{
  align-items: center;
  color: #000;
  display: flex;
  height: 60px;
  line-height: 40px;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  margin-bottom: 30px;
  z-index: 1;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
  background-color: #fff;
}
#container .look-box .bbs ul {
  animation: flowing 100s linear infinite;
  font-size: 36px;
  font-family: "acumin-pro", sans-serif;
font-weight: 700;
font-style: normal;
  transform:translateX(100%);
  margin: 0 auto;
}
#container .look-box .bbs ul li{
  display: inline-block;
  padding-right: 20px;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}
/*モノクロから色づくCSS*/
.fadeInMonoTrigger {
  filter: grayscale(100%);
}

.fadeInMono {
  animation: fadeInMonoAnime .6s 1s both;
  filter: grayscale(1) brightness(1.1);
  transition: all 0.4s ease-in;
}

@keyframes fadeInMonoAnime {
  0% {}

  100% {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0) brightness(1)
  }
}

.start-top {
  animation-delay: 3s !important;
}

.start1 {
  animation: fade 1.2s ease-in 0.2s 1 normal backwards;
}

.start2 {
  animation: fade 1.2s ease-in 0.4s 1 normal backwards;
}

.start3 {
  animation: fade 1.2s ease-in 0.6s 1 normal backwards;
}

.start4 {
  animation: fade 1.2s ease-in .9s 1 normal backwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.invisible {
  visibility: hidden;
}

/*sp*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .font {
    font-size: 1.9em !important;
  }

  .mb70 {
    margin-bottom: 30px;
  }

  .mb100 {
    margin-bottom: 50px;
  }

  .mb150 {
    margin-bottom: 70px;
  }

  .posiR {
    position: relative;
  }

  .small {
    width: 80%;
  }

  .mid {
    width: 90%;
  }

  .large {
    width: 100%;
  }

  .border {
    border-bottom: #000 1px solid;
  }


  body {
    position: relative;
  }

  #container {
    display: block;
  }

  #container .kv-wrapper {
    top: -540px;
    z-index: -10;
    margin-bottom: 0px;
  }

  #container .kv-wrapper .kv .top-slide {
    margin: 0 auto 20px;
}

#container .kv-wrapper .kv .bottom-slide {
  margin: 20px auto 0px;
}

#container .kv-wrapper .kv .kv-ttlBox .flex {
  width: 60%;
  padding-top: 10px;
  padding-bottom: 0px;
}

#container .kv-wrapper .kv .kv-ttlBox .flex .ttl {
  width: 100%;
}

#container .kv-wrapper .kv .kv-ttlBox .flex .logo {
  width: 50%;
  margin: 0px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 15px;
}

  #container .kv-wrapper .lead-box {
    width: 100%;
    height: 440px;
    margin-top: -3px;
  }

  #container .kv-wrapper .lead-box .lead {
    width: 80%;
    margin: 0 auto;
  }

  #container .kv-wrapper .lead-box .lead p {
    text-align: center;
    color: #fff;
    line-height: 2;
    font-size: 12px;
  }

  #container .look-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  #container .look-box .bbs {
    height: 50px;
    margin-bottom: 15px;
}

#container .look-box .bbs ul li {
  padding-right: 15px;
}

#container .look-box .bbs ul {
  font-size: 24px;
}

.flex {
  row-gap: 15px;
}

  #container .look-box .looks {
    width: 100%;
  }

  #container .look-box .a-look {
    width: 50%;
  }

  #container .look-box .sec-look .a-look {
    pointer-events: auto;
    position: relative;
    width: 50%;
}

  .copy {
    font-size: 10px;
    margin-bottom: 0px;
    margin-top: 10px;
  }

  #container .look-box .a-look .credit-toggle a i {
    display: block;
    width: 20px;
    aspect-ratio: 1;
    position: relative;
  }

  #container .look-box .a-look .credit-toggle a {
    display: block;
    padding: 10px;
  }

  #container .look-box .a-look .credit-toggle a i::before {
    width: 2px;
  }

  #container .look-box .a-look .credit-toggle a i::after {
    height: 2px;
  }

  .footer-wrapper .back {
    text-align: right;
    font-size: 12px;
    margin: 100px auto 40px;
  }

  #modal-wrapper .looks .look {
    width: 90%;
    margin: 0 auto 100px;
  }

  #modal-wrapper .close {
    width: 40px;
    height: 40px;
    position: fixed;
    top: 46px;
    right: 3%;
    z-index: 999;
    cursor: pointer;
  }

  #modal-wrapper .looks .look .inner .m-img .m-logo {
    position: absolute;
    top: -8%;
    left: 0;
    width: 45%;
    z-index: 10;
  }

  #modal-wrapper .looks .look .inner .credit-box .credit p {
    padding: 13px 5px;
    font-size: 12px;
  }

  #modal-wrapper .looks .look .inner .credit-box .credit p a {
    padding: 1px 8px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 10px;
  }

  img {
    margin-top: -1px;
  }

  .footer-wrapper {
    margin-top: -2px;
    border-top: 1px solid #000;
  }

  #container .look-box .sec-look .other-box {
    background-color: #000;
    width: 100%;
    position: relative;
    padding-top: 200px;
    padding-bottom: 50px;
    margin-top: 15px;
}

#container .look-box .sec-look .other-box .flex .photo {
  width: 47%;
}

#container .look-box .sec-look .other-box .flex .photo-a {
  margin-top: 50px;
}

#container .look-box .sec-look .other-box .logo-wh,
#container .look-box .sec-look .other-box .logo-bk {
  position: absolute;
  width: 150px;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#modal-wrapper .looks .look .inner{
  display: block;
}

#modal-wrapper .looks .look .inner .m-img{
  width:100%;
}

.slick-next:before {
  display: block;
  content: '' !important;
  opacity: 1 !important;
  left: 5px;
  width: 0px;
  height: 0px;
  border-left: 16px solid #000;
  border-top: 14px solid transparent;
  border-bottom: 17px solid transparent;
}

.slick-prev:before {
  display: block;
  content: '' !important;
  opacity: 1 !important;
  left: 5px;
  width: 0px;
  height: 0px;
  border-right: 16px solid #000;
  border-top: 14px solid transparent;
  border-bottom: 17px solid transparent;
}

#modal-wrapper .looks .look .inner .m-text{
  width:100%;
}

#modal-wrapper .looks .look .inner .m-text .name-box .name {
  margin-top: 10px;
  margin-bottom:  10px;
  font-size: 14px;
  line-height: 1.8;
}

#modal-wrapper .looks .look .inner .m-text .credit p {
  padding: 0px 5px 15px;
  font-family: "acumin-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 2;
}

}