@charset "UTF-8";
/* Scss Document */
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: Helvetica,Arial, 'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', Meiryo, sans-serif;
  background: #fff;
  color: #000;
  font-size: 16px;
  line-height: 1.75;
  /*letter-spacing: 0.05em;*/
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

@media only screen and (min-width: 415px) {
  /* Tablet */
}
@media only screen and (min-width: 769px) {
  /* Laptop PC */
  body {
    font-size: 14px;
  }
}
ul li {
  list-style: none;
}

img {
  vertical-align: top;
  width: 100%;
}

a {
  color: #000;
  /*text-decoration: none;*/
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  a {
    transition: 0.2s;
  }
  a:hover {
    text-decoration: none;
  }

  /*
  @keyframes flash {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  */
}
h1, h2, h3, h4, h5, h6, h7, h8 {
  font-weight: normal;
}

/* clearfix
-------------- */
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.sp_none {
  display: none !important;
}

@media only screen and (min-width: 415px) {
  /* Tablet */
}
@media only screen and (min-width: 769px) {
  /* Laptop PC */
  .pc_none {
    display: none !important;
  }

  .sp_none {
    display: inline-block !important;
  }
}
#Wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.logo {
  position: fixed;
  top: 22px;
  right: 10px;
  width: 120px;
  z-index: 10;
}

h1.look_title {
  position: fixed;
  top: 142px;
  left: -115px;
  transform: rotateZ(90deg);
  font-size: 32px;
  font-weight: 100;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  .logo {
    top: 3.8vh;
    right: 26px;
    width: 160px;
  }

  h1.look_title {
    top: 238px;
    left: -186px;
    font-size: 54px;
  }
}
/* -------- Look -------- */
#Look {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc( 100% - 60px );
}
#Look ul.look_ul {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
#Look ul.look_ul li.look_li {
  /* 横スクロール */
  display: inline-block;
  width: 90%;
  height: 100%;
  vertical-align: top;
  position: relative;
}
#Look ul.look_ul li.look_li .icon_plus {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  right: 5px;
}
#Look ul.look_ul li.look_li .icon_plus::before, #Look ul.look_ul li.look_li .icon_plus::after {
  position: absolute;
  top: 19px;
  left: 50%;
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  border-top: 1px solid #000;
  transform: translateX(-50%);
}
#Look ul.look_ul li.look_li .icon_plus:after {
  top: 9px;
  left: -2px;
  transform: rotate(90deg);
}
#Look ul.look_ul li.look_li a.popup {
  display: block;
}
#Look ul.look_ul li.look_li ul.credit_ul {
  margin: 10px 0 0 10px;
  width: calc(100% – 10px);
  font-size: 12px;
  font-family: "Times New Roman", Times, "serif";
  white-space: normal;
}
#Look ul.look_ul li.look_li ul.credit_ul li {
  display: inline-block;
  padding: 0 4px 0 0;
}
#Look ul.look_ul li.look_li.staff_credit {
  width: 200px;
}
#Look ul.look_ul li.look_li.staff_credit .staff_list {
  transform: rotate(90deg);
  position: absolute;
  top: 130px;
  font-size: 14px;
  padding: 60px 0 0 0;
}
#Look ul.look_ul li + li.look_li {
  margin-left: 3px;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  #Look {
    top: 10vh;
    height: 90vh;
  }
  #Look ul.look_ul {
    height: 90vh;
    /* スクロールの幅の設定 */
    /* スクロールの背景の設定 */
    /* ドラックできるスクロール部の設定 */
  }
  #Look ul.look_ul::-webkit-scrollbar {
    width: 10px;
    height: 8px;
  }
  #Look ul.look_ul::-webkit-scrollbar-track {
    background: #fff;
  }
  #Look ul.look_ul::-webkit-scrollbar-thumb {
    background: #000;
  }
  #Look ul.look_ul li.look_li {
    /* 横スクロール */
    height: 88vh;
    width: 52vh;
  }
  #Look ul.look_ul li.look_li .icon_plus {
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
  }
  #Look ul.look_ul li.look_li .icon_plus::before, #Look ul.look_ul li.look_li .icon_plus::after {
    width: 33px;
  }
  #Look ul.look_ul li.look_li ul.credit_ul {
    font-size: 10px;
  }
  #Look ul.look_ul li.look_li ul.credit_ul li {
    padding: 0 1px 0 0;
  }
  #Look ul.look_ul li.look_li.staff_credit {
    width: 260px;
  }
  #Look ul.look_ul li.look_li.staff_credit .staff_list {
    transform: rotate(90deg);
    position: absolute;
    top: 140px;
    font-size: 16px;
    padding: 50px 0 0 0;
  }
  #Look ul.look_ul li + li.look_li {
    margin-left: 6px;
  }
}
/* -------- magnific-popup 変更 & 追加　css-------- */
.mfp-bg {
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  height: 100vh;
}

.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-iframe-holder {
  padding: 0;
}

.mfp-iframe-holder .mfp-content {
  max-width: 100%;
}

.mfp-iframe-scaler {
  padding-top: 100vh;
}

.mfp-iframe-holder .mfp-close {
  color: #000;
  position: fixed;
  right: 0;
  top: 20px;
  text-align: right;
  padding-right: 6px;
  opacity: 1;
  font-size: 0;
  display: block;
  width: 44px;
  /*枠の大きさ*/
  height: 44px;
  /*枠の大きさ*/
}
.mfp-iframe-holder .mfp-close::before, .mfp-iframe-holder .mfp-close::after {
  content: "";
  display: block;
  width: 70%;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  transform-origin: -10% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 18%;
}
.mfp-iframe-holder .mfp-close::after {
  transform: rotate(-45deg);
  transform-origin: 110% 50%;
  left: auto;
  right: 37%;
}

.mfp-iframe-scaler iframe {
  box-shadow: none;
  background: #fff;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  .mfp-iframe-holder .mfp-close {
    right: 20px;
    top: 30px;
    width: 80px;
    /*枠の大きさ*/
    height: 80px;
    /*枠の大きさ*/
  }
}
/* -------- Pop UP -------- */
#Popup_Wrapper {
  width: 100%;
  padding: 20px 3% 100px;
}
#Popup_Wrapper ul.look_list {
  text-align: center;
}
#Popup_Wrapper ul.look_list li.img {
  display: inline-block;
  width: 49%;
  padding: 0 1% 4.5%;
}
#Popup_Wrapper ul.look_list li.popup_credit {
  float: left;
  width: 100%;
  text-align: left;
}
#Popup_Wrapper ul.look_list li.popup_credit ul.popup_credit_ul {
  padding: 10px 8% 40px;
  font-family: "Times New Roman", Times, "serif";
}
#Popup_Wrapper ul.look_list li.popup_credit ul.popup_credit_ul li.popup_credit_li {
  padding: 5px 0;
}
#Popup_Wrapper ul.look_list li.popup_credit ul.popup_credit_ul li.popup_credit_li .item {
  width: 80%;
  float: left;
}
#Popup_Wrapper ul.look_list li.popup_credit ul.popup_credit_ul li.popup_credit_li .item span {
  padding-left: 15px;
}
#Popup_Wrapper ul.look_list li.popup_credit ul.popup_credit_ul li.popup_credit_li a {
  width: 20%;
  display: block;
  float: right;
  text-align: center;
  font-size: .8em;
  line-height: 2.2;
}

@media only screen and (min-width: 769px) {
  /* Laptop PC */
  #Popup_Wrapper {
    padding: 80px 100px 80px;
  }
  #Popup_Wrapper ul.look_list li.img {
    width: 24.6%;
    padding: 0 0.2% 8px;
  }
  #Popup_Wrapper ul.look_list li.popup_credit ul.popup_credit_ul {
    padding: 30px 0 0 0;
    width: 320px;
    margin: auto;
    text-align: left;
  }
  #Popup_Wrapper ul.look_list li.popup_credit ul.popup_credit_ul li.popup_credit_li a {
    width: auto;
  }
  #Popup_Wrapper ul.look_list.look_6 {
    padding: 0 160px;
  }
  #Popup_Wrapper ul.look_list.look_6 li.img {
    width: 31.9%;
  }
}
