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

/* ------------------------------------------------------------------------------------------------------------------------ */
header {
  width: auto;
  position: fixed;
  left: 60px;
  z-index: 999;
  pointer-events: none;
  transition: all 0.25s ease-in 0s;
  opacity: 1;
  top: -700vh;
}

header.on {
  opacity: 1;
}

header .inner {
  width: 100%;
  position: relative;
}

header .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  transform: rotate(90deg);
  transform-origin: left top;
  padding-left: 50px;
}

header .inner ul::after {
  content: "";
  width: 1px;
  height: auto;
  background-color: #fff;
  margin-left: 15px;
  display: block;
  order: 2;
}

header .inner ul li:not(:first-child) {
  margin-left: 15px;
}

header .inner ul li:nth-child(1) {
  order: 1;
}

header .inner ul li:nth-child(2) {
  order: 3;
}

header .inner ul li a {
  font-family: "century-old-style-std", serif;
font-weight: 400;
font-style: normal;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0em;
  pointer-events: auto;
  transition: all 0.25s ease-in 0s;
}

header .inner ul li a:hover {
  color: #C3C3C3;
}

#container .kv-box {
  width: 100vw;
  position: sticky;
  top: -1000px;
  z-index: -10;
  margin-bottom: 250px;
}

#container .kv-box .pc .ttl{
  margin: 15px auto 50px;
}

#container .kv-box .lead-box p{
  width:750px;
  margin: 0 auto;
  line-height: 1.8;
  font-size: 13px;
}


#container .look-box{
  background-color: #04315B;
}

#container .look-box .looks{
  background-color: #fff;
  width:90%;
  margin-right: 0;
  margin-left: auto;
}


#container .look-box .look {
  pointer-events: auto;
  position: relative;
}

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

#container .look-box .look .textarea {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 2;
  display: none;
}

#container .look-box .look .textarea .text-inner {
  position: relative;
  display: flex;
  height: 90%;
  align-items:flex-end;
}

#container .look-box .look .textarea .text-inner .credit {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

#container .look-box .look .textarea .text-inner .credit p{
  width: 100%;
  text-align: left;
  font-family: "century-old-style-std", serif;
font-weight: 400;
font-style: normal;
  color: #525252;
  font-size: 13px;
  margin-bottom: 10px;
  line-height:1.3;
}
#container .look-box .look .textarea .text-inner .credit p a {
  font-weight: 600;
}
#container .look-box .look .textarea .text-inner .credit p span {
  text-decoration: underline;
}

#container .look-box .look .credit-toggle {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}

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

#container .look-box .look .credit-toggle a i {
  display: block;
  width: 35px;
  aspect-ratio: 1;
  position: relative;
}

#container .look-box .look .credit-toggle a i::before,
#container .look-box .look .credit-toggle a i::after {
  display: block;
  content: "";
  position: absolute;
  background: #FFFFFF;
  transition: top 0.4s ease 0s, left 0.4s ease 0s, transform 0.4s ease 0s, background 0.4s ease 0s;
}

#container .look-box .look .credit-toggle a i::before {
  width: 2px;
  height: 100%;
  left: calc((100% - 2px) / 2);
  top: 0;
}

#container .look-box .look .credit-toggle a i::after {
  width: 100%;
  height: 2px;
  left: 0;
  top: calc((100% - 2px) / 2);
}

#container .look-box .look .credit-toggle.is-open a i::before,
#container .look-box .look .credit-toggle.is-open a i::after {
  left: 50%;
  top: 50%;
  background: #000000;
}

#container .look-box .look .credit-toggle.is-open a i::before {
  transform: translate(-50%, -50%) rotate(135deg);
}

#container .look-box .look .credit-toggle.is-open a i::after {
  transform: translate(-50%, -50%) rotate(315deg);
}

#container .look-box .staff-box .staff p {
  font-family: "century-old-style-std", serif;
font-weight: 400;
font-style: normal;
  color: #000;
  font-size: 12px;
  text-align: center;
  line-height: 2;
}

#container .look-box .staff-box .info{
  margin: 80px auto;
}

#container .look-box .staff-box .info .brand p {
  font-family: "century-old-style-std", serif;
font-weight: 700;
font-style: normal;
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 1;
  margin-bottom: 20px;
}

#container .look-box .staff-box .info .text p {
  color: #000;
  font-size: 12px;
  text-align: center;
  line-height: 1.8;
}


.information-box{
  width:70%;
  margin: 100px auto 50px;
  font-size: 12px;
  line-height: 1.8;
}

.information-box .information{
  border: #000 1px solid;
  padding: 30px;
}

.information-box .information .sub-ttl{
  width:90%;
  margin: 0 auto 30px;
  font-size: 14px;
  font-family: "century-old-style-std", serif;
font-weight: 700;
font-style: normal;
}

.information-box .information .text{
  margin-bottom: 0px;
  }

.information-box .information .text p span{
font-family: "shippori-mincho-b1", sans-serif;
font-weight: 700;
font-style: normal;
}

.information-box .information .shop-info{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  flex-direction: row-reverse;
  }

  .information-box .information .shop-info .info,
  .information-box .information .shop-info .img{
    width:47%;
    }

    .information-box .information .shop-info .info .name p{
      font-size: 14px;
      margin-bottom: 10px;
      font-family: "century-old-style-std", serif;
font-weight: 400;
font-style: normal;
line-height: 1;
    }

    .information-box .information .shop-info .info .sns p{
      font-size: 10px;
      margin-bottom: 20px;
      font-family: "century-old-style-std", serif;
font-weight: 400;
font-style: normal;
line-height: 1;
    }

    .line{
      height:1px;
      width:50px;
      background-color: #000;
      margin: 0px auto 20px;
    }


.copy{
  padding-bottom: 30px;
  margin-top: 30px;
  font-size: 10px;
  font-family: "century-old-style-std", serif;
font-weight: 400;
font-style: normal;
}

/*set*/
.flex {
  display: flex!important;
  vertical-align: center;
  align-items: center;
}

.mb70 {
  margin-bottom: 70px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb150 {
  margin-bottom: 150px;
}

.sticky{
  position: sticky!important;
  top:40%;

}

.posiR {
  position: relative;
}

.small {
  width: 60%;
}

.mid {
  width: 70%;
}

.large {
  width: 80%;
}

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

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

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

.pc {
  display: block;
}

.sp {
  display:none;
}

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

.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;
}
/*スライダーの設定*/
/*------ スライダーの横幅 ------*/
.slider {
  width: 100%;
  margin: 0 auto;
}

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

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

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

.slider .slick-prev {
  left: 0 !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;
  color: #000 !important;
  opacity: .5 !important;
}

.slick-prev:before {
  display:none;
  content: '<' !important;
  color: #000 !important;
  opacity: .5 !important;
}

.slick-dots {
  display: none !important;
}

.slick-slide {
  height: auto !important;
}

#js-slider-7 img {
  width: calc(100vw / 3);
}

@media screen and (max-width: 768px) {
  #js-slider-7 img {
    width: 100vw;
  }
}

/*モノクロから色づく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)
  }
}

.start-top{
  animation-delay: 3.5s;
}
.start0{
  animation: fade 1s ease-in 0.2s 1 normal backwards;
}
.start1{
  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;
  }

  .font {
    font-size: 1.9em !important;
  }

  .flex {
    display: flex;
    vertical-align: center;
    align-items: center;
  }
  
  .mb70 {
    margin-bottom: 30px;
  }
  
  .mb100 {
    margin-bottom: 50px;
  }
  
  .mb150 {
    margin-bottom: 70px;
  }
  
  .posiR {
    position: relative;
  }

  .small {
    width: 80%;
  }

  .mid {
    width: 90%;
  }
  
  .large {
    width: 90%;
  }
  

  body {
    position: relative;
  }
  #container {
    display: block;
  }
  #container .kv-box {
    top: -450px;
    z-index: -10;
    margin-bottom: 100px;
}
header {
  left: 30px;
}

header .inner ul li a {
  font-size: 1rem;
}

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

#container .kv-box .sp .ttl{
  position: absolute;
  top:0;
  right:0;
  width:23.5%;
}

#container .kv-box .lead-box p {
  width: 100%;
  margin: 30px auto 0;
  line-height: 1.8;
  font-size: 10px;
}

  #container .look-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding-top: 0px;
  }

  header .inner ul {
    padding-left: 20px;
    padding-top: 4px;
}
#container .look-box .staff-box .staff {
  top: 65%;
  width:100%;
}
#container .look-box .staff p {
  margin-bottom: 80px;
}
#container .look-box .sub-ttl {
  font-size: 20px;
  width:80%;
}
#container .look-box .look .textarea .text-inner .credit p{
  font-size: 10px;
}

#container .look-box .staff-box .info {
  margin: 50px auto;
  width: 80%;
}

.copy {
  font-size: 10px;
  margin-bottom: 0px;
  margin-top: 10px;
}

#container .look-box .look .textarea .text-inner .credit {
  width: 95%;
}

#container .look-box .look .credit-toggle a i {
  display: block;
  width: 20px;
  aspect-ratio: 1;
  position: relative;
}

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

.content-wrapper .main-wrapper .information-box .information .text {
  width: 90%;
  margin: 0 auto 40px;
}

.content-wrapper .main-wrapper .information-box .information .shop-info {
  width: 70%;
  display: block;
}

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

.content-wrapper .main-wrapper .information-box .information .shop-info .img {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.information-box {
  width: 90%;
  margin: 50px auto 30px;
  font-size: 12px;
  line-height: 1.8;
}

.information-box .information .shop-info {
  display: block;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.information-box .information .shop-info .img {
  width: 100%;
  margin-bottom: 10px;
}


}