@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 {
  position: relative;
}

#container img{
  max-width: 100%;
}

#container p {
  font-family: "helvetica-lt-pro", sans-serif;
font-weight: 300;
font-style: normal;
letter-spacing: -0.5px;
  font-size: 1.4rem;
  color: #2C2723;
  line-height: 1.6;
  text-align: left;
}

#container .kv-wrapper {
  width:95%;
  margin:0 auto;
  padding-top: 32px;
}

#container .kv-wrapper .kv{
  position: relative;
  padding-bottom: 64px;
}

#container .kv-wrapper .kv .logo{
  position: absolute;
  top:30px;
  right: 30px;
  left: auto;
  width:100px;
}

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

#container .lead-box{
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  padding-top: 64px;
  padding-bottom: 64px;
  margin-bottom: 64px;
}

#container .lead{
  width:95%;
  margin: 0 auto;
}

#container .lead p{
  width:40%;
  font-size: 13px;
  color: #747474;
}

#container .footer-wrapper{
  border-top: #000 1px solid;
  padding-top: 64px;
  padding-bottom: 32px;
}

#container .footer-wrapper .footer-box .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 95%;
  margin: 0 auto;
}

#container .footer-wrapper .footer-box .flex .info-box,
#container .footer-wrapper .footer-box .flex .contact-box{
  width:50%;
}

#container .footer-wrapper .footer-box .flex .info-box .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#container .footer-wrapper .footer-box .flex .info-box .flex .ttl,
#container .footer-wrapper .footer-box .flex .info-box .flex .info{
  width: 100%;
}

#container .footer-wrapper .footer-box .flex .ttl p{
  margin-bottom: 24px;
  font-family: "helvetica-lt-pro", sans-serif;
font-weight: 700;
font-style: normal;
font-size: 24px;
line-height: 1;
}

#container .footer-wrapper .footer-box .flex .staff-box{
  margin-bottom: 20px;
}

#container .footer-wrapper .footer-box .flex .staff-box:last-child{
  margin-bottom: 0px;
}

#container .footer-wrapper .footer-box .flex .box{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#container .footer-wrapper .footer-box .flex .box p{
  font-size: 12px;
  line-height: 1;
  margin-bottom: 10px;
}

.mb0{
  margin-bottom: 0;
}

#container .footer-wrapper .footer-box .flex .box .work{
  width:30%;
}

#container .footer-wrapper .footer-box .flex .box .name{
  width:70%;
}

#container .footer-wrapper .footer-box .flex .sec p{
  margin-bottom: 12px;
font-weight: 700;
font-size: 14px;
line-height: 1;
}

#container .footer-wrapper .footer-box .flex .name p{
font-size: 12px;
line-height: 1;
}

#container .footer-wrapper .footer-box .contact-box .sns p{
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 1.8;
}

#container .footer-wrapper .footer-box .contact-box .copy p{
  font-size: 9px;
}

#container .js-area {
  width: 100%;
  height: 100vh; /* セクション高さ */
  overflow: hidden;
}

#container .js-wrap {
  display: flex;          /* ← 横並び必須 */
  height: auto;
}


#container .js-item {
  flex: 0 0 calc(100% / 3.4); /* PC: 3枚表示 */
  height: 100%;
  margin-left: -1px;
}

@media (max-width: 768px) {
  #container .js-item {
    flex: 0 0 calc(100% / 1.55); /* SP: 1.5枚表示 */
  }
}


#container .js-item img {
  width: 100%;     /* 横幅にフィット */
  height: auto;    /* 高さは自動で比率維持 */
  object-fit: contain; /* 比率維持で表示（はみ出さない） */
}

#container .js-area .item-credit{
  margin: 24px auto 0;
  width:95%;
}

#container .js-area .item-credit .flex{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

#container .js-area .item-credit .flex .color{
  padding-right: 30px;
  border-right: 1px solid #000;
}

#container .js-area .item-credit .flex .color p{
  padding-right: 30px;
  font-weight: 700;
  font-size: 54px;
}

#container .js-area .item-credit .flex .credit-box{
  padding-left: 30px;
}


#container .look-wrapper .look{
  padding-bottom: 64px;
  margin-bottom: 64px;
  border-bottom: 1px solid #000;
}




/*set*/
.posiR {
  position: relative;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

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

.slick-slide img {
  display: block;
}

.type {
  display: block;
  visibility: hidden;
}

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000000;
  background: #fff;
  text-align: center;
  color: #000;
}

#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loading_logo img {
  width: 120px;
}

@media screen and (max-width: 768px) {
  #loading_logo img {
    width: 100px;
  }
}

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

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

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

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

.slider .slick-prev {
  left: 8px !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: .7 !important;
  left: 5px;
	width: 15px;
	height: 15px;
	border-top: 1px solid #EFE9E0;
	border-right: 1px solid #EFE9E0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slick-prev:before {
  display: block;
  content: '' !important;
  opacity: .7 !important;
  left: 5px;
	width: 15px;
	height: 15px;
	border-top: 1px solid #EFE9E0;
	border-right: 1px solid #EFE9E0;
	-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;
}

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

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

.fadeInMono {
  animation: fadeInMonoAnime .6s 1s both;
  transition: all 0.4s ease-in;
}

@keyframes fadeInMonoAnime {
  0% {
    filter: grayscale(1) brightness(0.7);
  }

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


/* ====== 速度・ディレイ違いのパターン ====== */

/* パターン1：すぐ発動・速い */
.fadeInMono.fast {
  animation-duration: 1s;
  animation-delay: 0.6s;
}

/* パターン2：中くらい */
.fadeInMono.medium {
  animation-duration: 1.4s;
  animation-delay: 1s;
}

/* パターン3：ゆっくり・遅れて */
.fadeInMono.slow {
  animation-duration: 1.8s;
  animation-delay: 1.2s;
}


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

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

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

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

  70% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

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

  .sp {
    display: block !important;
  }


  body {
    position: relative;
  }

  html,
  body {
    overflow-x: hidden;
  }

  #container {
    display: block;
  }

  #container .kv-wrapper {
    padding-top: 8px;
}

#container .kv-wrapper .kv {
  padding-bottom: 24px;
}

#container .kv-wrapper .ttl {
  width: 80%;
  margin: 0 auto 24px 0;
}

#container .kv-wrapper .kv .logo {
  top: 8px;
  right: 8px;
  width: 45px;
}

#container .lead-box {
  border-top: 1px #000 solid;
  border-bottom: 1px #000 solid;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

#container .lead p {
  max-width: 290px;
  width:70%;
  font-size: 11px;
}

#container .js-area .item-credit .flex .color {
  padding-right: 0px;
  padding-bottom: 20px;
  width:100%;
  border-right: #000 0px solid;
}

#container .js-area .item-credit .flex .color p {
  padding-right: 0px;
  font-size: 40px;
  line-height: 1;
}

#container .js-area .item-credit .flex {
  flex-wrap: wrap;
}

#container .js-area .item-credit {
  margin: 64px auto 0;
}

#container .js-area .item-credit .flex .credit-box {
  padding-left: 0px;
  border-left: #000 0px solid;
  padding-top: 20px;
  border-top: 1px solid #000;
  width:100%;
}

#container .footer-wrapper .footer-box .flex .info-box, 
#container .footer-wrapper .footer-box .flex .contact-box {
  width: 100%;
}

#container .footer-wrapper .footer-box .flex {
  flex-wrap: wrap;
}

#container .footer-wrapper .footer-box .flex .info-box{
  margin-bottom: 40px;
}

#container .look-wrapper .look {
padding-bottom: 0px;
  margin-bottom: 24px;
  border-bottom: 1px solid #000;
}








}