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

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

#container .kv-box .kv-img .ttl{
  max-width:500px;
  width:50%;
  position: absolute;
  top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#container .kv-box .kv-img .logo{
  position: absolute;
  width:10%;
  max-width: 120px;
  top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#container .kv-box .lead{
  width:70%;
  max-width: 700px;
  margin: 40px auto 0;
  text-align: left;
}

#container .kv-box .lead p{
  font-size: 13px;
  line-height: 1.8;
}

#container .look-box .look{
  margin: 0 auto 100px;
}

#container .look-box .lk1{
  width:60%;
  max-width: 600px;
}

#container .look-box .lk2{
  width:50%;
  max-width: 450px;
  margin: 0 auto 100px;
}

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

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

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

#container .look-box .lk7{
  width:50%;
  max-width: 450px;
  margin: 0 auto 100px;
}

#container .look-box .look .flex{
  display: flex;
  width:100vw;
}

#container .look-box .lk9{
  width:50%;
  max-width: 450px;
  margin: 0 auto 100px;
}


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

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

#container .look-box .lk12{
  width:50%;
  max-width: 450px;
}

#container .look-box .lk14{
  width:60%;
  max-width: 600px;
}

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

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

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

#container .look-box .lk17 .flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
}

#container .look-box .lk17 .flex .lk{
  width:30%;
}

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

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

.credit-box p a{
  margin-left: 10px;
  color: #000;
  font-family: "acumin-pro", sans-serif;
font-weight: 300;
font-style: normal;
  text-decoration: none;
}

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

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




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

.footer-wrapper p{
  font-family: "acumin-pro", sans-serif;
font-weight: 300;
font-style: normal;
  color: #000;
}

.footer-wrapper a {
  font-family: "acumin-pro", sans-serif;
font-weight: 300;
font-style: normal;
  color: #000;
}

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

.footer-wrapper .staff p{
  line-height: 1.5;
  margin-bottom: 50px;
  font-size: 10px;
}

.footer-wrapper .link-btn{
  margin: 0 auto 50px;
  width:120px;

}

.footer-wrapper .link-btn p{
  line-height: 1;
  margin-bottom: 50px;
  font-size: 12px;
  color: #C10116;
  padding: 5px 15px;
  border: #C10116 1px solid;
  border-radius: 40px;
}

.footer-wrapper .link-btn p:hover{
  background-color: #C10116;
  color: #fff;
}

.footer-wrapper .brand{
  width:120px;
  margin: 0 auto 30px;
}

.footer-wrapper .navi-box{
  margin-bottom: 70px;
}

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

.footer-wrapper .navi-box ul li a{
  text-decoration: underline;
}

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

/*set*/


.posiR {
  position: relative;
}

.p-border{
  border: #EACCE8 25px solid;
}

.o-border{
  border: #FED2AC 25px solid;
}

.line{
  padding: 25px;
  border: 2px #FED2AC solid;
}

.sticky-box{
  position: relative;
}

.bg{
  background-color: #A3E7DD;
  width:100%;
  height:600px;
  position: sticky;
  top:10%;
  z-index: -10;
}

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

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.pc {
  display: block;
}

.sp {
  display: none;
}


.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: 1s;
  animation-duration: 1s;
  -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(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: -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(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)
  }
}

.delay {
  animation-delay: 0.4s;
}

.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 {
    width: 100%;
    margin: 0 auto 100px;
}

#container .kv-box .kv-img{
  background-color: #A3E7DD;
  padding-top: 170px;
}

#container .kv-box .kv-img .ttl {
  width: 90%;
  top: 14%;
}

#container .kv-box .kv-img .logo {
  width: 20%;
  top: 27%;
}

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

#container .look-box .look {
  margin: 0 auto 70px;
}

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

#container .look-box .lk2 {
  width: 70%;
  margin: 0 auto 70px;
}

#container .look-box .sticky-box .lk4 {
  width: 90%;
  margin: 0 auto 70px 0;
}

#container .look-box .sticky-box .lk5 {
  width: 90%;
  max-width: 600px;
  margin: 0 0% 70px auto;
}

#container .look-box .sticky-box .lk6 {
  width: 100%;
  margin: 0 auto 70px;
}

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

#container .look-box .lk9 {
  width: 90%;
  margin: 0 auto 70px;
}

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

#container .look-box .lk11 {
  width: 90%;
  margin: 0 auto 70px 0;
}

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

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

#container .look-box .sticky-box .lk15 {
  width: 90%;
  margin: 0 auto 70px 0;
}

#container .look-box .sticky-box .lk16 {
  width: 100%;
  margin: 0 0 70px auto;
}

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

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


.footer-wrapper .navi-box {
  margin-bottom: 50px;
}


.p-border{
  border: #EACCE8 15px solid;
}

.o-border{
  border: #FED2AC 15px solid;
}

.line{
  padding: 15px;
}

.bg{
  height:400px;
  top:10%;
}

.credit-box {
  margin-top: 15px;
}

.credit-box p{
  font-size: 11px;
}

}