@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: "noto-sans-cjk-jp", sans-serif;
  font-weight: 300;
  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 80px;
  position: relative;
}

#container .kv-box .logo{
  position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  width:15%;
  max-width: 150px;
}

#container .lead-box {
  margin: 0 auto 80px;
  text-align: center;
}

#container .lead-box .ttl p{
  font-size: 22px;
  line-height: 1;
font-family: "trajan-pro-3", serif;
font-weight: 400;
font-style: normal;
margin-bottom: 20px;

}
#container .lead-box .lead p{
  font-size: 13px;
  line-height: 2;
  font-family: "noto-sans-cjk-jp", sans-serif;
font-weight: 300;
font-style: normal;
}


#container .look-box .look{
  width: 80%;
  margin: 0 auto;
  position: relative;
}

#container .look-box .look .lk{
  margin-bottom: 80px;
  background-color: #fff;
}

#container .look-box .look .lk .img-box .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 50px;
  text-align: center;
}

#container .look-box .look .lk .img-box .flex div{
  width:48%;
}

#container .look-box .look .lk1 .img-box .flex div:nth-child(1),
#container .look-box .look .lk1 .img-box .flex div:nth-child(6){
  width:60%;
  margin-right: auto;
  margin-left: auto;
}

#container .look-box .look .lk2 .img-box:first-child{
  width:80%;
  margin: 0 auto 50px;
}

#container .look-box .look .lk2 .img-box:first-child .flex div{
  width:60%;
}

#container .look-box .look .lk2 .img-box:first-child .flex div:last-child{
  margin-right: 0;
  margin-left: auto;
}

#container .look-box .look .lk2 .back-box .flex div:nth-child(1){
  width:60%;
  margin-right: auto;
  margin-left: auto;
}

#container .look-box .look .lk3 .img-box .flex div:nth-child(1){
  width:60%;
  margin-right: auto;
  margin-left: auto;
}

#container .look-box .look .lk3 .img-box:first-child{
  margin-bottom: 50px;
}

#container .look-box .look .lk3 .back-box{
  width: 80%;
  margin: 0 auto;
}

#container .look-box .look .lk3 .back-box .flex div:nth-child(1),
#container .look-box .look .lk3 .back-box .flex div:nth-child(2){
  width: 60%;
}

#container .look-box .look .lk3 .back-box .flex div:nth-child(1){
  margin-right: auto;
  margin-left: 0;
}

#container .look-box .look .lk3 .back-box .flex div:nth-child(2){
  margin-right: 0;
  margin-left: auto;
}

#container .look-box .look .lk3 .back-box .flex div:nth-child(3){
  width: 80%;
  margin: 0 auto;
}

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

#container .look-box .staff-credit{
  margin-bottom: 80px;
}

#container .look-box .staff-credit p{
  font-family: "trajan-pro-3", serif;
font-weight: 400;
font-style: normal;
line-height: 2;
font-size: 11px;
}

.credit-box{
  text-align: left;
  font-family: "trajan-pro-3", serif;
font-weight: 400;
font-style: normal;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.credit-box p{
  margin-bottom: 8px;
  font-size: 12px;
}

.credit-box p a{
  margin-left: 10px;
  color: #fff;
  font-family: "trajan-pro-3", serif;
font-weight: 400;
font-style: normal;
padding: 1px 8px 0px;
background-color: #000;
}

.credit-box p a:hover{
  color: #888888;
}

/*footer*/
.footer-wrapper{
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  z-index: 2000;
  position: relative;
  padding-top: 50px;
  border-top: 1px solid #000;
}

.footer-wrapper .navi-box ul li {
  font-size: 12px;
}

.footer-wrapper p{
  font-family: "trajan-pro-3", serif;
font-weight: 400;
font-style: normal;
color: #000;
}

.footer-wrapper a {
  font-family: "trajan-pro-3", serif;
font-weight: 400;
font-style: normal;
color: #000;
}

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

.footer-wrapper .navi-box{
  margin: 0 auto 100px;
  width:80%;
  text-align: left;
}

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

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

/*set*/

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

.pc {
  display: block;
}

.sp {
  display: none;
}

.slick-slide img {
  display: block;
}

/*========= 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.2s;
  animation-duration: 1.2s;
  -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: block;
  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: block;
  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;
}

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

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

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

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

.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 .logo {
    width: 12%;
}

#container .kv-box {
  margin: 0 auto 50px;
}

#container .lead-box {
  margin: 0 auto 50px;
}

#container .lead-box .ttl p {
  font-size: 18px;
}

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

#container .look-box .look .lk1 .img-box .flex div:nth-child(1),
#container .look-box .look .lk1 .img-box .flex div:nth-child(6) {
  width: 80%;
}

#container .look-box .look .lk .img-box .flex {
  row-gap: 30px;
}

#container .look-box .look .lk .img-box .flex div {
  width: 49%;
}

#container .look-box .look .lk2 .img-box:first-child {
  width: 100%;
  margin: 0 auto 30px;
}

#container .look-box .look .lk2 .img-box:first-child .flex div {
  width: 70%;
}

#container .look-box .look .lk2 .back-box .flex div:nth-child(1) {
  width: 80%;
}

#container .look-box .look .lk3 .img-box .flex div:nth-child(1) {
  width: 80%;
}

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

#container .look-box .look .lk3 .back-box .flex div:nth-child(1), 
#container .look-box .look .lk3 .back-box .flex div:nth-child(2) {
  width: 80%;
}
  
.footer-wrapper {
  padding-top: 30px;
}

.footer-wrapper .navi-box ul li {
  font-size: 11px;
}

}