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

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


.content-wrapper {
  font-family: "yu-gothic-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}

.content-wrapper .kv-wrapper {
  width:100vw;
  margin:0 auto 200px;
  padding-top: 0px;
}

.content-wrapper .kv-wrapper .kv{
  position: relative;
}


.content-wrapper .kv-wrapper .kv .ttl{
  position: absolute;
  width: 45%;
  top: 33%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.content-wrapper .kv-wrapper .kv .ttl img{
  width:100%;
}

.content-wrapper .kv-wrapper .lead{
  width:60%;
  max-width: 610px;
  margin: 40px auto 0;
  text-align: left;
}


.content-wrapper .main-wrapper {
  font-family: "acumin-pro", sans-serif;
font-weight: 400;
font-style: normal;
text-align: center;
}

.content-wrapper .main-wrapper .look-box{
  width: 90%;
  margin: 0 auto 150px;
}

.content-wrapper .main-wrapper .look-box .ttl-box{
  border-bottom: #000 1px solid;
  margin-bottom: 40px;
}

.content-wrapper .main-wrapper .look-box .ttl-box .item-ttl{
  width:500px;
  margin: 0 auto;
  background-color:#1D2D51;
  animation: bg-color 4s infinite;
}

.content-wrapper .main-wrapper .look-box .ttl-box .item-ttl p{
  color: #fff;
  font-family: "acumin-pro", sans-serif;
font-weight: 600;
font-style: normal;
font-size: 28px;
letter-spacing: -1px;
line-height: 1.5;
}


.content-wrapper .main-wrapper .look-box .flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 50px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper .main-wrapper .look-box .flex::after{
  content:"";
  display: block;
  width:30%;
}

.content-wrapper .main-wrapper .look-box .flex .look{
  width:30%;
}

.content-wrapper .main-wrapper .look-box .flex .look .image{
  margin-bottom: 0px;
}


.content-wrapper .footer-wrapper{
  border-top: #000 1px solid;
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-wrapper .footer-wrapper{
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper .footer-wrapper .brand{
  width: 120px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.content-wrapper .footer-wrapper .navi-box li{
  margin-bottom: 5px;
  font-family: "acumin-pro", sans-serif;
font-weight: 600;
font-style: normal;
text-align: center;
font-size: 10px;
}

.content-wrapper .footer-wrapper .copy p{
  font-size: 9px;
  margin-top: 30px;
  font-family: "acumin-pro", sans-serif;
font-weight: 300;
font-style: normal;
}


/* item-credit */

.top-header-box {
  width: auto;
  position: fixed;
  right: 30px;
  transition: all 1.5s ease-in 0.6s;
  top:-100vh;
}

.top-header-box.on {
  opacity: 1;
}

.header-box .h-inner {
  width: 100%;
  position: relative;
  top:340px;
}

.header-box .h-inner div {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  transform: rotate(90deg);
  transform-origin: right bottom;
  padding-left: 0px;
}

.l-header {
  position: sticky;
  top: 0;
  z-index: 50000;
  width:100%;
  margin: 0 auto;
}

.top-header-box {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3%;
  display: flex;
  align-items: center;
  gap: 15px;
}

.top-header-box .openbtn1 {
  margin-left: auto;
  width: 80px;
}

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1{
  position: relative;/*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
    width: 50px;
    height:50px;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background: #000;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

/*modal*/
#modal-wrapper {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100vh;
  padding: 40px 0 220px 0;
  margin: 0px;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100000;
  overflow: scroll;
  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 .modal .close {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 41px;
  right: 17%;
  z-index: 999;
  cursor: pointer;
}
#modal-wrapper .modal .close::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s 0s ease;
}
#modal-wrapper .modal .close::after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #000;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s 0s ease;
}
#modal-wrapper .modal .inner-links {
  width:80%;
  margin: 0 auto;
  display: flex;
  color: #1D2D51;
  margin-top: 60px;
  letter-spacing:-3px;
  font-family: "acumin-pro", sans-serif;
font-weight: 600;
font-style: normal;
  font-size: 42px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
}

#modal-wrapper .modal .inner-links .link{
  width:80%;
  padding-bottom: 15px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#modal-wrapper .modal .inner-links .link p{
  margin-bottom: 0px;
}

#modal-wrapper .modal .inner-links .link p a{
  text-decoration: underline 2px #000;
}


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

.credit-box p{
  margin-bottom: 7px;
  line-height: 1.5;
}

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

.credit-box p a:hover{
  color: #fff;
  background-color: #000;
}

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





/*footer*/

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

/*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;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.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.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: .6s;
}

@-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,
.slider-2{
  width: 100%;
  margin: 0 auto;
}

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

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

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

.slider .slick-prev,
.slider-2 .slick-prev{
  left: 15px !important;
}

.slider .slick-arrow,
.slider-2 .slick-arrow{
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
}

.slider .slick-arrow:before,
.slider-2 .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 #fff;
	border-right: 1px solid #fff;
	-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 #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}

.slick-dots {
  display: none !important;
}
#container .item-wrapper .item-box .slider .slick-dots,
#container .item-wrapper .item-box .slider-2 .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;
}

@keyframes bg-color {
  0% {
    background-color: #1D2D51;
  }
  20% {
    background-color: #506F96;
  }
  40% {
    background-color: #5F90B1;
  }
  60% {
    background-color: #4FA6C8;
  }
  80% {
    background-color: #54769A;
  }
  100% {
    background-color: #1D2D51;
  }
}

.invisible {
  visibility: hidden;
}

.fadeUp-1 {
  animation-name: fadeUpAnime1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fade-1 {
  opacity: 0;
    transform: translateY(100px);
}


@keyframes fadeUpAnime1 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.start-top {
  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;
  }

  .content-wrapper .kv-wrapper {
    margin-bottom: 100px;
    padding-top: 0px;
    width:100%;
  }

.content-wrapper .kv-wrapper .kv .ttl {
  width: 90%;
}

.content-wrapper .kv-wrapper .lead {
  width: 90%;
  margin: 30px auto 0;
}

  .content-wrapper .main-wrapper .look-box {
    width: 95%;
    margin: 0 auto 80px;
}

.content-wrapper .main-wrapper .look-box .ttl-box .item-ttl {
  width: 82%;
  margin: 0 auto;
  background-color: #1D2D51;
}

.content-wrapper .main-wrapper .look-box .ttl-box .item-ttl p {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -1px;
  line-height: 1.5;
}

.content-wrapper .main-wrapper .look-box .flex {
  row-gap: 30px;
}

.content-wrapper .main-wrapper .look-box .flex {
  width: 100%;
}

.content-wrapper .main-wrapper .look-box .flex .look {
  width: 48%;
}

.content-wrapper .main-wrapper .link-box {
  padding-left: 0px;
  padding-right: 0px;
  width: 90%;
}

.content-wrapper .main-wrapper {
  padding-bottom: 0px;
}

.content-wrapper .footer-wrapper {
  width: 100%;
}

.content-wrapper .footer-wrapper .navi-box li {
  margin-bottom: 3px;
}

.top-header-box {
  width: 90%;
  margin-top: 3%;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
}

.openbtn1 span {
  left: 60px;
}

#modal-wrapper .modal .close {
  top: 20px;
  right: 4%;
}

#modal-wrapper .modal .close::before {
  left: 11px;
  top: 20px;
  width:35px;
}

#modal-wrapper .modal .close::after {
  width: 35px;
  left: 10px;
  top: 20px;
}

#modal-wrapper .modal .inner-links {
  width: 100%;
  margin-top: 70px;
  letter-spacing: -1px;
  font-size: 22px;
}

#modal-wrapper .modal .inner-links .link {
  width: 90%;
  padding-bottom: 20px;
}

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

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

.slick-next:before {
  width: 15px;
  height: 15px;
}

.slick-prev:before {
  width: 15px;
  height: 15px;
}

.slider .slick-prev, .slider-2 .slick-prev {
  right: 8px !important;
}

.slider .slick-next, .slider-2 .slick-next {
  right: 8px !important;
}

.openbtn1 span {
  height: 2px;
  width: 40%;
}


}