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

/* ------------------------------------------------------------------------------------------------------------------------ */

#container .kv-box {
  width: 100vw;
  margin: 0 auto;
  padding-bottom: 80px;
  background-color: #736E4E;
  position: sticky;
  top: -500px;
  z-index: -10;
}

#container .kv-box .posiR{
  position: relative;
}

#container .kv-box .ttl{
  position: absolute;
  top:0%;
  width:100%;
}

#container .kv-box .brand{
  position: absolute;
  top:auto;
  bottom:2%;
  left:auto;
  right:2%;
  width:12%;
  max-width: 150px;
}

#container .look-box .look .lk{
  background-color: #736E4E;
  position: relative;
}

#container .look-box .look .lk2{
  background-color: #EA4724;
}

#container .look-box .look .lk1{
  padding-top: 80px;
}

#container .look-box .look .lk .ttl-box{
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: #EA4724 5px solid;
  border-top: #EA4724 5px solid;
  margin-bottom: 80px;
  position: sticky;
  top:0%;
  z-index:0;
}

#container .look-box .look .lk2 .ttl-box{
  border-bottom:#736E4E 5px solid;
  border-top:#736E4E 5px solid;
}


#container .look-box .look .lk .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width:90%;
  margin: 0 auto;
  padding-bottom: 80px;
}

#container .look-box .look .lk .flex .a-look {
  pointer-events: auto;
  position: relative;
  width:50%;
  line-height: 0;
}

#container .look-box .a-look .imagearea {
  position: relative;
}


#container .look-box .a-look .textarea {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2;
  display: none;
}

#container .look-box .a-look .textarea .text-inner {
  position: relative;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: flex-start;
  width: 95%;
  flex-wrap: wrap;
  margin: 80% auto;
}

#container .look-box .a-look .textarea .text-inner .credit {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  color: #EA4724;
}

#container .look-box .a-look .textarea .text-inner .credit .cre-posi {
  margin-bottom: 15px;
}

#container .look-box .a-look .textarea .text-inner .credit p {
  width: 100%;
  text-align: left;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
}

#container .look-box .a-look .textarea .text-inner .credit p a {
  font-weight: 600;
  color: #EA4724;
  text-decoration: underline;
  margin-left: 15px;
}

#container .look-box .a-look .textarea .text-inner .credit p a:hover {
  color: #fff;
}

#container .look-box .a-look .textarea .text-inner .credit p span {
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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




/*footer*/
.footer-wrapper{
  width: 100%;
  margin: 0 auto;
  background-color: #736E4E;
  z-index: 2000;
  position: relative;
  padding-top: 100px;
}

.footer-wrapper p{
  font-family: "pennypacker", sans-serif;
font-weight: 700;
font-style: normal;
  color: #EA4724;
  font-size: 24px;
}

.footer-wrapper a {
  font-family: "pennypacker", sans-serif;
font-weight: 700;
font-style: normal;
  color: #EA4724;
}

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

.footer-wrapper .navi-box{
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  width:800px;
  margin: 0 auto 80px;
  gap:20px;
}

.footer-wrapper .navi-box .navi{
  padding:10px 20px;
  border: #EA4724 2px solid;
  border-radius: 40px;
  flex: 1;
}

.footer-wrapper .back p{
  text-align: center;
  font-size: 18px;
  margin: 0px auto 80px;
}

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

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

.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 {
  text-align: left;
}

.right {
  text-align: right;
}

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

.delay{
  animation-delay: .8s!important;
}

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

.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: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

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

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

  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(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px);
  }

  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: -25px !important;
}

.slider .slick-prev {
  left: -25px !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: none;
  content: '' !important;
  opacity: .7 !important;
  left: 5px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #7e7e7e;
	border-right: 1px solid #7e7e7e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slick-prev:before {
  display: none;
  content: '' !important;
  opacity: .7 !important;
  left: 5px;
	width: 20px;
	height: 20px;
	border-top: 1px solid #7e7e7e;
	border-right: 1px solid #7e7e7e;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.slick-dots {
  display: none !important;
}
#container .item-wrapper .item-box .slider .slick-dots{
  display: block !important;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    top:92%;
}

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

.slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}

#js-slider-7 img {
  width: calc(100vw / 1)!important;
  margin-right: 15px;
}

.slider-8 img {
  width: calc(100vw / 1)!important;
  margin-right: 15px;
}

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

/*モノクロから色づく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;
  }


  body {
    position: relative;
  }

  #container {
    display: block;
  }

  #container .kv-box {
    top: -80px;
    z-index: -10;
}

  #container .kv-box .brand {
    width: 30%;
}

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

.footer-wrapper .navi-box {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 80px;
  gap: 0px;
}

.footer-wrapper .navi-box .navi {
  padding: 10px 20px;
  border: #EA4724 2px solid;
  border-radius: 40px;
  flex: unset;
  width: 60%;
  margin: 0 auto 15px;
}

.footer-wrapper p {
  font-size: 18px;
}

.footer-wrapper {
  padding-top: 0px;
}

.footer-wrapper .navi-box {
  display: flex
;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 30px;
  gap: 0px;
}

.footer-wrapper .back p {
  text-align: center;
  font-size: 14px;
  margin: 0px auto 40px;
}

#container .look-box .look .lk1 {
  padding-top: 30px;
}

#container .look-box .look .lk .flex {
  width: 95%;
  padding-bottom: 40px;
}

#container .look-box .look .lk .ttl-box {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: #EA4724 2px solid;
  border-top: #EA4724 2px solid;
  margin-bottom: 40px;
  position: sticky;
  top: 0%;
  z-index: 0;
}

#container .look-box .look .lk2 .ttl-box {
  border-bottom: #736E4E 2px solid;
  border-top: #736E4E 2px solid;
}

#container .look-box .a-look .credit-toggle a {
  padding: 7px;
}

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

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

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

#container .look-box .a-look .textarea .text-inner .credit {
  width: 100%;
}

#container .look-box .a-look .textarea .text-inner .credit p {
  font-size: 10px;
  margin-bottom: 10px;
}

#js-slider-7 img {
  width: calc(100vw / 0.7)!important;
  margin-right: 15px;
}

.slider-8 img {
  width: calc(100vw / 0.7)!important;
  margin-right: 15px;
}

#container .look-box .a-look .textarea .text-inner {
  margin: 6% auto;
}

#container .look-box .look .lk .flex .a-look{
  margin-top: -1px;
}

}