@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;
  background-color: #045755;
}

#container p{
  font-family: "helvetica-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
}

#container .kv-box {
  width: 90%;
  margin: 0 auto;
  padding-top: 50px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: right;
  color: #fff;
  position: relative;
  z-index: 5000;
}

#container .kv-box .ttl{
  width:50%;
}

#container .kv-box .lead-box{
  width:50%;
}

#container .kv-box .lead-box .lead-ttl{
  border: #fff 1px solid;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 20px;
}

#container .kv-box .lead-box .lead-ttl p{
  padding: 5px 30px;
  margin: 0 auto;
  line-height: 1;
  font-size: 13px;
}

#container .kv-box .lead-box .lead p{
  line-height: 2;
  font-size: 14px;
  margin: 0 auto;
}

#container .look-box{
  margin-top: -6%;
}

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


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

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

#container .look-box .look .lk .flex .columnA {
  width:66%;
  height: 100%;
  aspect-ratio: 20 / 13;
  line-height: 2;
  background-color:#5F242B;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#container .look-box .look .lk .flex .columnB {
  width:66%;
  height: 100%;
  aspect-ratio: 20 / 13;
  line-height: 2;
  background-color:#333951;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#container .look-box .look .lk .flex .columnC {
  width:32%;
  height: 100%;
  aspect-ratio: 3 / 4;
  line-height: 2;
  background-color:#333951;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#container .look-box .look .lk .flex .columnD {
  width:100%;
  height: 100%;
  aspect-ratio: 32 / 9;
  line-height: 2;
  background-color:#5F242B;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}



#container .look-box .look .lk .flex .columnD .column p:last-child{
  font-size: 12px;
  margin-top: 30px;
}

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

#container .look-box .look .lk .logo{
  position: absolute;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  z-index: 10;
  width: 90%;
}

#container .look-box .look .lk .logoA{
  top:11%;
  bottom:auto;
  left:auto;
  right:30%;
  width:13%;
  z-index: 4000;
}

#container .look-box .look .lk .logoB{
  top:22%;
  bottom:auto;
  left:30%;
  right:auto;
  width:15%;
  transform: rotate( -15deg );
  z-index: 4000;
}

#container .look-box .look .lk .logoC{
  top:53%;
  bottom:auto;
  left:auto;
  right:25%;
  width:15%;
  transform: rotate( 15deg );
  z-index: 4000;
}

#container .look-box .look .lk .logoD{
  top:66%;
  bottom:auto;
  left:auto;
  right:30%;
  width:15%;
  transform: rotate( -15deg );
  z-index: 4000;
}

#container .look-box .look .lk .logoE{
  top:auto;
  bottom:9%;
  left:auto;
  right:22%;
  width:12%;
  z-index: 4000;
}


#container .look-box .a-look .textarea {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2500;
  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: #000;
}

#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: "helvetica-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
}

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

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

#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: 3000;
}

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

#container .look-box .a-look .credit-toggle a i {
  display: block;
  width: 30px;
  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: #045755;
  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: 1px;
  height: 100%;
  left: calc((100% - 2px) / 2);
  top: 0;
}

#container .look-box .a-look .credit-toggle a i::after {
  width: 100%;
  height: 1px;
  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: #045755;
}

#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: 90%;
  margin: 0 auto;
  background-color: #045755;
  position: relative;
  padding-top: 30px;
}

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

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

.footer-wrapper .back{
  margin-bottom: 15px;
  text-decoration: underline #fff;
}

.footer-wrapper p{
  font-family: "helvetica-lt-pro", sans-serif;
font-weight: 400;
font-style: normal;
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.footer-wrapper .copy p{
  text-align: center;
  font-size: 10px;
  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;
}

.delay1{
  transition-delay: .2s!important;
}

.delay2{
  transition-delay: .4s!important;
}

.delay3{
  transition-delay: .6s!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);
  }
}

.type{
  display: block;
  visibility: hidden;
  animation-delay: 0.5s;
}

.box1{
  animation:10s linear infinite rotation1;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}

.box3{
  animation:10s linear infinite rotation3;
}

@keyframes rotation3{
  0%{ transform:rotateY(0);}
  100%{ transform:rotateY(360deg); }
}

/*カーテン設定*/
.pattern6::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #333951;
  z-index: 3500;
  transition: 1.5s;
}
.anime_wrap{
  position: relative;
  overflow: hidden;
}
.pattern6.show::before{
  transform: translateX(100%);
}
.pattern6 img{
  opacity: 0;
  transition: 1.5s;
}
.pattern6.show img{
  opacity: 1;
}

.pattern7::before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #5F242B;
  z-index: 20;
  transition: 1s;
}
.anime_wrap{
  position: relative;
  overflow: hidden;
}
.pattern7.show::before{
  transform: translateX(100%);
}
.pattern7 img{
  opacity: 0;
  transition: 1.5s;
}
.pattern7.show img{
  opacity: 1;
}

/*スライダーの設定*/
/*------ スライダーの横幅 ------*/
.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)
  }
}

.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;
    overflow: hidden;
  }

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


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


#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: 1px;
}

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

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

#container .kv-box {
  width: 95%;
  padding-top: 10px;
  display: block;
}

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

#container .kv-box .lead-box {
  width: 100%;
  margin-top: 30px;
}

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

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

#container .look-box {
  margin-top: 20px;
}

#container .look-box .look .lk .flex {
  padding-bottom: 0px;
  row-gap: 12px;
}

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

#container .look-box .look .lk .flex .a-look:nth-child(3),
#container .look-box .look .lk .flex .a-look:nth-child(8),
#container .look-box .look .lk .flex .a-look:nth-child(11),
#container .look-box .look .lk .flex .a-look:nth-child(12),
#container .look-box .look .lk .flex .a-look:nth-child(17),
#container .look-box .look .lk .flex .a-look:nth-child(20){
  width: 100%;
}

#container .look-box .look .lk .flex .a-look:nth-child(4),
#container .look-box .look .lk .flex .a-look:nth-child(15){
  width: 30%;
}

#container .look-box .look .lk .flex .a-look:nth-child(5),
#container .look-box .look .lk .flex .a-look:nth-child(16){
  width: 68%;
}

#container .look-box .look .lk .flex .columnA {
  aspect-ratio: 4 / 6;
  font-size: 13px;
  text-align: left;
  padding: 10px;
}

#container .look-box .look .lk .flex .columnB {
  aspect-ratio: 7 / 8;
  font-size: 13px;
  padding: 10px;
  text-align: left;
}

#container .look-box .look .lk .flex .columnC {
  aspect-ratio: 4 / 6;
  font-size: 13px;
  text-align: left;
  padding: 10px;
}

.text-img{
  aspect-ratio: 5 / 17;
  object-fit: cover;
}

#container .look-box .look .lk .flex .columnD {
  aspect-ratio: 7 / 8;
  font-size: 13px;
  padding: 10px;
}

#container .look-box .look .lk .flex .columnD .column p:last-child {
  font-size: 10px;
  margin-top: 30px;
}

#container .look-box .look .lk .logoA {
  top: 3.8%;
  right: 2%;
  width: 30%;
}

#container .look-box .look .lk .logoB {
  top: 16%;
  left: 17%;
  width: 33%;
}

#container .look-box .look .lk .logoC {
  top: 53.3%;
  left: 0;
  right: auto;
  width: 33%;
}

#container .look-box .look .lk .logoD {
  top: 68.8%;
  bottom: auto;
  left: auto;
  right: 50%;
  width: 33%;
}

#container .look-box .look .lk .logoE {
  top: auto;
  bottom: 7.8%;
  left: auto;
  right: 22%;
  width: 28%;
}

.footer-wrapper .back {
  margin-bottom: 30px;
}

.footer-wrapper .copy {
  margin-bottom: 15px;
}

::-webkit-scrollbar {
  display: none;
}


}