@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 {
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 50000;
  width: 100%;
  margin: 0 auto;
  border-bottom: #000 1px solid;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -.5px;
}

.top-header-box .header-flex {
  width: 95%;
  margin: 0 auto 15px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-header-box .header-flex .link-box {
  width: 50%;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.top-header-box .header-flex .link-box .brand {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
}

.top-header-box .header-flex .link-box .links {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.top-header-box .header-flex .link-box .links .link {
  font-size: 10px;
  padding: 5px 15px 4px;
  border: 1px #000 solid;
  border-radius: 20px;
  margin-right: 20px;
}

.top-header-box .header-flex .link-box .links .link:hover{
  background-color: #0400FF;
}

.top-header-box .header-flex .link-box .links .link a:hover{
  color: #fff;
}

.top-header-box .header-flex .navi-box {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-header-box .header-flex .release {
  width: 25%;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 11px;
}

.top-header-box .header-flex .navi-flex {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  font-size: 12px;
}

.top-header-box .header-flex .navi-flex .navi {
  width: 100%;
  margin-bottom: 10px;
}

.top-header-box .header-flex .navi-flex .navi:last-child {
  margin-bottom: 0px;
}

#container {
  background-color: #F2F1EF;
}

#container .kv-box {
  width: 95%;
  margin: 0 auto;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  letter-spacing: -.5px;
}

#container .kv-box .ttl {
  width: 50%;
  margin: 0 auto 20px 0;
}

#container .kv-box .ttl-brand {
  width: 40%;
  margin: 0 auto 20px 0;
}

#container .kv-box .ttl-cap {
  width: 30%;
  margin: 0 0 0 auto;
}

#container .kv-box .ttl-cap .flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 100px;
}

#container .kv-box .ttl-cap .flex .cap-0 {
  font-size: 14px;
}

#container .kv-box .ttl-cap .flex .cap-box {
  text-align: right;
}

#container .kv-box .ttl-cap .flex .cap-box .cap {
  text-align: right;
  margin-bottom: 40px;
}

#container .kv-box .ttl-cap .flex .cap-box .cap .del {
  margin-bottom: 20px;
  font-size: 14px;
}

#container .kv-box .ttl-cap .flex .cap-box .cap .brands {
  line-height: 1.2;
}

#container .look-box .bg{
  background-color: #0400FF;
  height: 400px;
  position: relative;
}

#container .look-box .bg .sec-ttlBox{
  width:35%;
  max-width: 370px;
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#container .look-box .bg .sec-ttlBox .sec-ttl{
  margin-bottom: 30px;
}

#container .look-box .bg .sec-ttlBox .sec-links{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:300px;
  margin: 0 auto;
}

#container .look-box .bg .sec-ttlBox .sec-links .link{
  padding: 5px 15px 4px;
  border: #fff 1px solid;
  border-radius: 30px;
}

#container .look-box .bg .sec-ttlBox .sec-links .link:hover{
  background-color: #fff;
}

#container .look-box .bg .sec-ttlBox .sec-links .link a p:hover{
  color: #0400FF;
}

#container .look-box .bg .sec-ttlBox .sec-links .link p{
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: -.5px;
  color: #fff;
}

#container .look-box .bbs{
  align-items: center;
  color: #000;
  display: flex;
  height: 60px;
  line-height: 40px;
  overflow:hidden;
  width: 100%;
  white-space:nowrap;
  margin-top: 50px;
  z-index: 1;
  border-top: #000 1px solid;
  border-bottom: #000 1px solid;
}
#container .look-box .bbs ul {
  animation: flowing 20s linear infinite;
  font-size: 32px;
  font-family: "meno-banner", serif;
font-weight: 700;
font-style: normal;
  transform:translateX(100%);
  margin: 0 auto;
}
#container .look-box .bbs ul li{
  display: inline-block;
  padding-right: 10px;
}
@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

#container .look-box .sec-del{
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  letter-spacing: -.5px;
  margin: 20px auto;
}

#container .look-box .sec-del span{
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  letter-spacing: -.5px;
  margin-right: 10px;
}

#container .look-box .lk5 .sec-del{
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 42px;
  letter-spacing: -.5px;
  margin: 20px auto;
}

#container .look-box .lk5 .sec-del span{
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  letter-spacing: -.5px;
  margin-right: 10px;
}

#container .look-box .styles{
  width:95%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

#container .look-box .lk1,
#container .look-box .lk2,
#container .look-box .lk3{
  margin-bottom: 100px;
}

#container .look-box .styles .style .photo{
  margin-bottom: 20px;
}

#container .look-box .lk2 .styles{
  width:75%;
}

#container .look-box .styles .style .credit-box{
  text-align: left;
  font-size: 14px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#container .look-box .lk4{
  width:60%;
  max-width: 600px;
  margin: 0 auto 100px;
}

#container .look-box .lk4 .del-box{
  text-align: left;
}

#container .look-box .lk4 .del-box .brand p{
  font-size: 70px;
  font-family: "meno-banner", serif;
font-weight: 700;
font-style: normal;
letter-spacing: -.5rem;
margin: 30px auto;
}

#container .look-box .lk4 .del-box .release p{
  font-size: 14px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 400;
  font-style: normal;
letter-spacing: -.3px;
margin-bottom: 10px;
}

#container .look-box .lk4 .del-box .del p{
  font-size: 16px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
letter-spacing: -.3px;
line-height: 1.5;
margin-bottom: 30px;
}

#container .look-box .lk4 .styles{
  display: block;
  width:100%;
}


#container .look-box .styles .style{
  margin: 0 auto;
}

#container .look-box .lk4 .styles .style {
  margin: 0 auto 50px;
}

#container .look-box .lk5{
  width: 80%;
  margin: 0 auto 100px;
}

#container .look-box .lk5 .del-box .brand p{
  font-size: 70px;
  font-family: "meno-banner", serif;
font-weight: 700;
font-style: normal;
letter-spacing: -.5rem;
margin: 0px auto 10px;
line-height: 1;
}

#container .look-box .lk5 .a-look{
  margin-bottom: 100px;
}

#container .look-box .lk5 .slider{
  max-width: 600px;
  width:40%;
  margin: 0 auto 15px;
}

#container .look-box .lk5 .thumbnail{
  max-width: 550px;
  width:35%;
  margin: 0 auto;
}

#container .look-box #look-3 .bg .sec-ttlBox {
  text-align: center;
}

#container .look-box #look-3 .bg .sec-ttlBox .sec-links {
  justify-content: center;
}

#container .look-box #look-3 .lk6 .del-box .brand p{
  font-size: 70px;
  font-family: "meno-banner", serif;
font-weight: 700;
font-style: normal;
letter-spacing: -.5rem;
margin: 30px auto 30px;
line-height: 1;
}

#container .look-box #look-3 .lk6{
  padding: 100px;
}

#container .look-box #look-3 .lk6 .code-box{
  width:95%;
  margin: 0 auto;
}

#container .look-box #look-3 .lk6 .code-box .code-flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap:20px;
  margin-bottom: 50px;
}

#container .look-box #look-3 .lk6 .code-box .code-flex .flex{
  display: flex;
  justify-content: space-between;
  align-items:stretch;
  flex-wrap: wrap;
  row-gap: 20px;
}

#container .look-box #look-3 .lk6 .code-box .code-flex .flex .main{
  width:100%;
}

#container .look-box #look-3 .lk6 .code-box .code-flex .flex .pick-box{
  width:100%;
  display: flex;
  justify-content: space-between;
  align-items:stretch;
}

#container .look-box #look-3 .lk6 .code-box .code-flex .code{
  width:50%;
}

#container .look-box #look-3 .lk6 .code-box .code-flex .flex .pick-box .pick{
  width: 49%;
  display: flex;
  flex-wrap: wrap;
}

#container .look-box #look-3 .lk6 .code-box .code-flex .flex .pick-box .pick2{
  width: 47%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:flex-end;
  gap:2em;
}

#container .look-box #look-3 .lk6 .code-box .code-flex .flex .pick-box .pick2 .pick3,
#container .look-box #look-3 .lk6 .code-box .code-flex .flex .pick-box .pick2 .pick4{
  width: 100%;
}

#container .look-box #look-3 .lk6 .code-box .code-flex .code .credit-box{
  margin-top: 20px;
}

.credit-box{
  text-align: left;
    font-size: 14px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.credit-box p{
  margin-bottom: 10px;
}

.credit-box p a{
  margin-left: 10px;
  color: #0400FF;
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 500;
  font-style: normal;
}


/*modalの中*/

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

#modal-wrapper .looks .look .style-box .style{
  margin-bottom: 70px;
}

#modal-wrapper .looks .look .style-box .style .photo{
  margin-bottom: 20px;
}



/*footer*/
.footer-wrapper{
  width: 100%;
  margin: 0 auto;
  background-color: #0400FF;
  z-index: 2000;
  position: relative;
}

.footer-wrapper p{
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}

.footer-wrapper a {
  font-family: "neue-haas-grotesk-text", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #fff;
}

.footer-wrapper a:hover {
  text-decoration: none;
  color: #F2F1EF;
}

.footer-wrapper .footer-items {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

/*set*/
.flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.mb70 {
  margin-bottom: 70px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.posiR {
  position: relative;
}

.m-small {
  width: 60%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.small {
  width: 80%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.mid {
  width: 90%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}



.large {
  width: 100%;
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.re{
  flex-direction: column-reverse;
}

.mt10,
.slick-img p{
  margin-top: 10px;
  font-size: 14px;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.mt10 a,
.slick-img p a{
  margin-left: 10px;
    color: #0400FF;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 500;
    font-style: normal;
}

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

.slick-slide img {
  display: block;
}

.type,
.type2{
  visibility: hidden;
}

/*========= 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: 50px;
  height:50px;
  right: 15px;
  bottom: 15px;
  z-index: 100;
}
#container .modal-trigger .plus::before {
  display: block;
  content: "";
  background-color: #0400FF;
  position: absolute;
  width: 3px;
    height: 100%;
    left: calc((100% - 2px) / 2);
    top: 0;
}
#container .modal-trigger .plus::after {
  display: block;
  content: "";
  background-color: #0400FF;
  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: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 768px) {
  #container .modal-trigger .plus::before {
    width: 2px;
    height: 30px;
    bottom: 0px;
    right: 7px;
  }
}
@media (max-width: 768px) {
  #container .modal-trigger .plus::after {
    width: 30px;
    height: 2px;
    top: 13px;
    right: 0px;
  }
}
#modal-wrapper {
  background: rgba(242,241,239,.9);
  width: 100%;
  height: 100vh;
  padding: 40px 0 220px 0;
  margin: 0px auto;
  position: fixed;
  top: 0;
  overflow: scroll;
  z-index: 200;
  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: 40px;
  height: 40px;
  position: fixed;
  top: 20%;
  right: 19%;
  z-index: 999;
  cursor: pointer;
}
#modal-wrapper .close::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color:#0400FF;
  transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s 0s ease;
}
#modal-wrapper .close::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #0400FF;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s 0s ease;
}

.looking{
 overflow: hidden;
}

.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: 0 !important;
}

.slider .slick-prev {
  left: 0 !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: 18px solid #0400FF;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
}

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

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

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

#js-slider-7 img {
  width: calc(100vw / 3);
}

@media screen and (max-width: 768px) {
  #js-slider-7 img {
    width: 100vw;
  }
}

/*モノクロから色づくCSS*/
.fadeInMonoTrigger {
  filter: grayscale(100%);
}

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

@keyframes fadeInMonoAnime {
  0% {}

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

.start-top {
  animation-delay: 3.5s;
}

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

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

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

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

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

  100% {
    opacity: 1;
  }
}

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

  .sp {
    display: block !important;
  }

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

  .small {
    width: 80%;
  }

  .mid {
    width: 90%;
  }

  .large {
    width: 100%;
  }


  body {
    position: relative;
  }

  #container {
    display: block;
  }

  .top-header-box .header-flex .link-box .brand {
    margin-bottom: 20px;
    font-size: 14px;
}

.top-header-box .header-flex .navi-box {
  width: 50%;
}

.top-header-box .header-flex .navi-flex {
  width: 60%;
  font-size: 10px;
}

.top-header-box .header-flex .release {
  font-size: 10px;
}

.top-header-box .header-flex .link-box .links .link {
  font-size: 8px;
  padding: 4px 10px 3px;
  border: 1px #000 solid;
  border-radius: 20px;
  margin-right: 10px;
}

.top-header-box .header-flex {
  width: 95%;
  margin: 0 auto 8px;
  padding-top: 8px;
}

#container .kv-box .ttl {
  width: 100%;
  margin: 0 auto 20px 0;
}

#container .kv-box {
  width: 97%;
  margin: 0 auto;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
  letter-spacing: -.5px;
}

#container .kv-box .ttl-cap {
  width: 100%;
}

#container .kv-box .ttl-cap .flex .cap-box .cap .del {
  margin-bottom: 10px;
  font-size: 12px;
}

#container .kv-box .ttl-cap .flex .cap-0 {
  font-size: 12px;
}

#container .kv-box .ttl-cap .flex {
  gap: 50px;
}

#container .kv-box .ttl-cap .flex .cap-box .cap {
  margin-bottom: 30px;
}

#container .kv-box .ttl-cap .flex .cap-box .cap:last-child{
  margin-bottom: 0px;
}

#container .kv-box .ttl-brand {
  width: 70%;
  margin: 0 auto 10px 0;
}

#container .look-box .bg .sec-ttlBox {
  width: 65%;
  max-width: 270px;
}


#container .look-box .bg {
  background-color: #0400FF;
  height: 340px;
  position: relative;
}

#container .look-box .bg .sec-ttlBox .sec-links .link p {
  font-size: 14px;
}

#container .look-box .bbs {
  height: 40px;
  line-height: 30px;
  width: 100%;
  margin-top: 30px;
}

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

#container .look-box .sec-del {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  letter-spacing: -.5px;
  margin: 10px 5px 15px auto;
  text-align: right;
}

#container .look-box .sec-del span {
  font-size: 12px;
}

#container .look-box .bg .sec-ttlBox .sec-links {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

#container .look-box .lk4 {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 80px;
}

#container .look-box .lk4 .del-box .del p {
  font-size: 14px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: -.3px;
  line-height: 1.5;
  margin-bottom: 15px;
}

#container .look-box .lk5 {
  width: 95%;
  margin: 0 auto 80px;
}

#container .look-box .lk5 .del-box .brand p {
  font-size: 3em;
  margin: 0px auto 5px;
}

#container .look-box .lk5 .sec-del {
  font-size: 26px;
  letter-spacing: -.5px;
  margin: 10px auto 0;
  text-align: center;
}

#container .look-box .lk5 .sec-del span {
  font-size: 16px;
}

#container .look-box .lk5 .slider{
  width:90%;
}

#container .look-box .lk5 .thumbnail {
  width: 75%;
}

#container .look-box #look-3 .lk6{
  padding:0px;
  width:95%;
  margin: 0 auto;
}

#container .look-box #look-3 .lk6 .del-box .brand p{
  font-size: 50px;
  margin: 20px auto;
}

#container .look-box #look-3 .lk6 .code-box .code-flex{
  display: block;
  margin-bottom: 0px;
}

#container .look-box #look-3 .lk6 .code-box .code-flex .code {
  width: 100%;
  margin-bottom: 50px;
}

.re{
  flex-direction: unset;
}

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

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

/*animetion*/
/*スクロールの設定*/

.scroll_container {
  height:520vh;
  margin: 0px calc(50% - 50vw);
  width: 100vw;
}

.horizontal_scroll {
  position: absolute;
  top: 110px;
  left: 0%;
  height: 100%;
  width: 520vw;
  will-change: transform;
  display: flex;
  justify-content:flex-end;
  padding-right: 150px;
}

.scroll_contents {
  height: 100%;
  width: 100vw;
  margin-right: 20px;
}

.sticky_wrap {
  overflow: hidden;
  position: sticky;
  top: 45px;
  height: 100vh;
}

#container .look-box #look-1 .styles .style .credit-box{
  line-height: 1.5;
}

.scroll_contents .style{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width:80%;
}

.scroll_contents .style .photo{
  width:59%;
}

.scroll_contents .style .credit-box{
  width:39%;
}

.scroll_contents .style .credit-box p{
  margin-bottom: 20px;
}


}