@charset "utf-8";
/* CSS Document */
body {
  font: 100%/1 "Lora", "Yu Mincho TT M1215162", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  letter-spacing: 0.075em;
  margin: 0 0;
  padding: 0 0;
  color: #1d1d1d;
  line-height: 1.5;
  font-weight: 300;
  position: relative;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
  overflow-y: scroll;
}
*:focus {
  outline: none;
}
a {
  color: #000;
  position: relative;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}
.forSP {
  display: none;
}
button {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
}
button::-moz-focus-inner {
  border: 0px;
}
.menu_btn {
  width: 50px;
  height: 50px;
  background-color: #3e3e3e;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  display: block;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  opacity: 0;
}
.modal .menu_btn {
  opacity: 0 !important;
}
.menu_btn span {
  height: 16px;
  width: 20px;
  display: block;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 17px;
  left: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu_btn span:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 5px;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.menu_btn.fixed {
  background-color: #fff;
}
.menu_btn.fixed span {
  border-top-color: #3e3e3e;
  border-bottom-color: #3e3e3e;
}
.menu_btn.fixed span:after {
  background-color: #3e3e3e;
}
#menu_content {
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(207,146,151,0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  overflow: hidden;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.modal.lookopen #menu_content {
  -webkit-transition: opacity 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out;
  opacity: 0;
}
#menu_content .menu_looks_wrp {
  max-width: 865px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#menu_content .menu_ttl {
  padding-top: 75px;
  padding-bottom: 20px;
}
#menu_content .menu_ttl img {
  display: block;
  width: 55px;
  margin: 0 auto;
}
#menu_content .looks {
  padding: 0 80px;
  font-size: 0;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#menu_content .looks li {
  display: inline-block;
  width: 25%;
}
#menu_content .looks li a {
  display: block;
  margin: 10px;
}
#menu_content .looks li a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/plus.png") no-repeat center center rgba(0,0,0,0.5);
  background-size: 35px 35px;
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#menu_content .looks li img {
  display: block;
  max-width: 100%;
  width: 100%;
}
#menu_content .links {
  padding: 65px 90px 0;
}
#menu_content .links .brand {
  width: 210px;
  text-align: center;
  display: inline-block;
  border: 1px solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
  margin-right: 50px;
}
#menu_content .links .brand img {
  display: block;
  width: 120px;
  margin: 0 auto;
}
#menu_content .links .share {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
#menu_content .links .share span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  color: #1c1c1c;
}
#menu_content .links .share span.ttl {
  padding-left: 25px;
  padding-right: 10px;
}
#menu_content .menu_close {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  background-color: #3e3e3e;
}
#menu_content .menu_close span {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu_content .menu_close span:before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 0;
}
#menu_content .menu_close span:after {
  content: '';
  width: 2px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 9px;
}

.splash {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 800;
  left: 0;
  background: #fff;
  color: #000;
  overflow: hidden;}
  .splash-container {
    height: 100%;
    position: relative; }
  .splash-background {
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden; }
  .splash-background-portrait {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .splash-port-img{
    margin-top: 0!important;
    position: absolute;
    top: 0;
  }
  .standard-portImg {
    z-index: 10;
  }
  .splashOnly-portImg {
    z-index: 5;
  }
  .splash-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    opacity: 0;
    z-index: 15;
  }
  .splash-logo p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    color: #fff; }
  .splash-logo p img{width: 30%; max-width: 350px;}
  .splash-progressBar{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .bar_box{
    width: 30%;
    max-width: 350px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .bar_box .bar{
    display: block;
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #ccc;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .bar_box .compleate{
    z-index: 20;
    background-color: #000;
    width: 0;
    height: 1px;
    transition: all .3s ease-Out;
  }

.spBr{display: none;}
@media screen and (min-width: 768px) {
  #menu_content .looks li a:hover:before {
    opacity: 1;
  }
  #menu_content .looks li a:hover {
    opacity: 1;
  }
  #menu_content .menu_close:hover {
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  #menu_content .looks li a:active:before {
    opacity: 1;
  }
  #menu_content .looks li a:active {
    opacity: 1;
  }
  #menu_content .menu_close:active {
    cursor: pointer;
  }
}
.top .inner {
  width: 100%;
  height: 100vh;
  min-height: 768px;
  position: relative;
}
.splash-logo p img{width: 35%;}
/*.top .inner .imgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: url("../images/top_look/00_bg.jpg") no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .inner .imgs .img_title {
  text-align: center;
  color: #fff;
  font-size: 50px;
  letter-spacing: 3px;
  position: absolute;
  width: 100%;
  top: calc(50% - 0.5em);
}
.top .inner .imgs .img {
  max-width: 100%;
}*/
/*.top .inner .texts {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top .inner .texts .text {
  width: 70%;
}
.top .inner .texts .text .ttl {
  line-height: 2.75;
}
.top .inner .texts .text .ttl .ttl1,
.top .inner .texts .text .ttl .ttl2 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.top .inner .texts .text .sttl {
  font-weight: bold;
  margin-bottom: 37px;
  font-size: 18px;
  letter-spacing: 0.1rem;
  color: #1c1c1c;
}
.top .inner .texts .text .txt {
  line-height: 26px;
}
.top .inner .texts .text .txt #scroll_img {
  display: block;
  margin: 12px auto 0;
}
.top .inner .texts .text .txt #scroll_img .scroll {
  stroke: #cf9297;
}*/
header .inner {
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15;
  background-color: #fff;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  position: fixed;
}
header .inner a {
  text-decoration: none;
}
header .inner a img {
  height: 20px;
  vertical-align: middle;
}
header .inner .small {
  font-size: 14px;
  vertical-align: middle;
  line-height: 50px;
  border-left: 1px solid #000;
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
  top: -1px;
}

.intro .inner {
  padding: 100px 0;
  text-align: center;
}
.intro .inner .title {
  margin-top: 55px;
}
.intro .inner .title img {
  display: block;
  margin: 0 auto;
  /*max-width: 240px;*/
  max-height: 40px;
}
.intro .inner .htxt {
  font-family: "Yu Gothic", YuGothic;
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 20px;
  letter-spacing: 0.2rem;
}
.intro .inner p {
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.075em;
  font-weight: 500;
}
.looks_ttl {
  padding: 90px 0 80px;
  text-align: center;
}
.looks_ttl img {
  width: 50px;
}
.look_wrapper {
  background-repeat: no-repeat;
}
.look_wrapper .inner {
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 150px;
}
.look_wrapper .inner .look {
  width: 100%;
  max-width: 500px;
}
.look_wrapper .inner .look .sp_page {
  display: none;
}
.look_wrapper .inner .look .img_wrp {
  display: block;
}
.look_wrapper .inner .look .img_wrp:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/plus.png") no-repeat center center rgba(0,0,0,0.5);
  z-index: 10;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.look_wrapper .inner .look .img_wrp img {
  display: block;
  width: 100%;
}
.look_wrapper .inner .look_ttl {
  text-align: center;
  padding-top: 20px;
}
.look_wrapper .inner .look_ttl .no:after {
  content: '';
  display: inline-block;
  width: 100px;
  height: 10px;
  vertical-align: top;
  margin: 0 10px;
  border-bottom: 1px solid #000;
}
.look_wrapper .inner .look_ttl .name:after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  background: url("../images/gt.png") no-repeat center center;
}
.look_wrapper .inner .look_ttl a {
  color: #000;
  text-decoration: none;
}
.look_wrapper .inner .look.ll,
.look_wrapper .inner .look.lr,
.look_wrapper .inner .look.ls {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.look_wrapper.full {
  width: 100%;
  background-size: cover;
  background-position: center center;
  height: 900px;
}
.look_wrapper.full .inner {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.look_wrapper.full .inner .img_wrp {
  position: relative;
  display: block;
}
.look_wrapper.full .inner .img_wrp .look_ttl {
  padding-top: 0;
  position: absolute;
  bottom: 30px;
  width: 100%;
}
/*.look_wrapper.full.look05_wrp {
  background-image: url("../images/top_look/05_bg.jpg");
  margin-bottom: 150px;
  overflow: hidden;
}
.look_wrapper.full.look09_wrp {
  background-image: url("../images/top_look/09_bg.jpg");
  margin-bottom: 150px;
  overflow: hidden;
}
.look_wrapper.full.look13_wrp {
  background-image: url("../images/top_look/13.jpg");
  margin-bottom: 80px;
}*/
/*.look_wrapper.full.look13_wrp .inner {
  max-width: 100%;
}
.look_wrapper.full.look13_wrp .look13 {
  height: 100%;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.look_wrapper.full.look13_wrp .look13 .img_wrp {
  position: static;
}
.look_wrapper.full.look13_wrp .look13 .look_ttl {
  position: absolute;
  bottom: 20%;
  width: 100%;
}*/
.look_wrapper.full.imgWrap{height: auto; padding:0 0 150px; line-height: 0.2;}
.look_wrapper.full.imgWrap img{width: 100%; text-align: center;}
.look_wrapper.full.textbox_wrp {
  background-image: url("../images/top_look/bg.jpg");
  margin-bottom: 150px;
}
.look_wrapper.full.textbox_wrp .inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1240px;
  margin: 0 100px;
  box-sizing: border-box;
}
.look_wrapper.full.textbox_wrp p {
  max-width: 320px;
  letter-spacing: 0.02rem;
}
.look_wrapper.single .inner .look {
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .look_wrapper .inner .look .img_wrp:hover:before {
    opacity: 1;
  }
  .look_wrapper .inner .look .img_wrp:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .look_wrapper .inner .look .img_wrp:active:before {
    opacity: 1;
  }
  .look_wrapper .inner .look .img_wrp:active {
    opacity: 1;
  }
}
.links {
  margin-bottom: 80px;
}
.links .inner {
  max-width: 1100px;
  margin: 0 auto;
}
.links .link {
  width: 320px;
  margin: 0 auto;
}
.links .link li {
  display: block;
  margin-bottom: 50px;
}
.links .link .staff a {
  width: 320px;
  height: 60px;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 60px;
  border: 1px solid #7a171d;
}
.links .link .beams {
  text-align: center;
  margin-bottom: 40px;
}
.links .link .beams img {
  max-width: 115px;
}
.links .link .share {
  width: 220px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.links .link .share span {
  padding: 0 7px 0 5px;
}
.links .link .share .share_ttl {
  font-size: 16px;
  display: inline-block;
  color: #1c1c1c;
  padding: 0 10px 0 0;
}
.seasonIssue{text-align: center; padding-bottom: 150px; padding-top:70px;}
.seasonIssueTitle img{width: 130px;}
.seasonIssue ul li{margin-top: 80px; padding: 0 20px;}
.seasonIssue ul li + li{margin-top: 40px; padding: 0 20px;}
.seasonIssue ul li img{max-width: 100%;}
.seasonIssue ul li p + p{margin-top: 10px;}
footer {
  height: 50px;
  width: 100%;
  background: url("../images/bg_footer.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
footer .inner {
  text-align: center;
  position: relative;
}
footer .inner .copy a {
  color: #fff;
  text-decoration: none;
  line-height: 53px;
}
footer .inner .totop {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
}
@media screen and (min-width: 768px) {
  footer .inner .totop:hover {
    cursor: pointer;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 26px;
  padding: 4px 4px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #e6e6e6;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: #e6e6e6;
}
.slick-prev {
  left: -25px;
}
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-next {
  right: -25px;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
#wrapper {
  z-index: 10;
  background-color: #fff;
}
#detail {
  opacity: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100;
}
#detail .lside {
  position: relative;
}
#detail .img_wrp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  padding: 40px 40px 24px;
  background-color: #fff;
}
#detail .img_wrp .inner {
  height: 100%;
}
#detail .img_wrp .slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#detail .img_wrp .slick-list {
  height: 100%;
  max-height: 820px;
}
#detail .img_wrp .slick-track {
  width: 100% !important;
  height: 100% !important;
  max-height: 820px;
}
#detail .img_wrp .slick-slide {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  max-width: 90%;
  max-height: calc(100vh - 80px);
}
#detail .img_wrp .slick-dots {
  position: static;
}
#detail .img_wrp .slick-dots li {
  margin: 0;
  vertical-align: middle;
  padding-top: 16px;
}
#detail .img_wrp .slick-dots li button {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #000;
  border-radius: 50%;
  overflow: hidden;
}
#detail .img_wrp .slick-dots li button:before {
  display: none;
}
#detail .img_wrp .slick-dots li.slick-active button {
  background-color: #000;
}
#detail .credit_wrp {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  /*background: url("../images/bg_detail.jpg") no-repeat center bottom;*/
  background:#FFF;
  background-size: cover;
}
#detail .credit_wrp .inner {
  width: 480px;
  margin: 0 auto;
  padding-bottom: 80px;
}
#detail .credit_wrp .page {
  padding-top: 15px;
  text-align: center;
  margin-bottom: 20px;
}
#detail .credit_wrp .page .now {
  font-size: 17.6px;
  line-height: 1;
  letter-spacing: 0.075em;
  display: block;
}
#detail .credit_wrp .page .all {
  display: block;
  width: 24px;
  border-top: 1px solid #000;
  font-size: 12px;
  line-height: 1;
  padding-top: 3px;
  margin: 2px auto 0;
}
#detail .credit_wrp .credit {
  background-color: #fff;
  width: 100%;
  padding: 40px 30px 60px;
}
#detail .credit_wrp .topicsHr {
  border-top: 1px solid #e5e5e5;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 0 30px 60px;
}
#detail .credit_wrp .topics{
padding: 0 30px;
}
#detail .credit_wrp .topics img{
max-width: 100%;
}
#detail .credit_wrp .ttl {
  margin-bottom: 15px;
}
#detail .credit_wrp .ttl img {
  display: block;
  width: 67px;
  margin: 0 auto;
}
#detail .credit_wrp .item {
  width: 100%;
}
#detail .credit_wrp .item .name {
  padding-top: 10px;
  font-size: 14px;
  line-height: 18px;
}
#detail .credit_wrp .item .brand {
  font-size: 10px;
  line-height: 1;
  color: #666;
  letter-spacing: 0.025em;
  vertical-align: middle;
  position: relative;
}
#detail .credit_wrp .item .brand:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e0e0e0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
}
#detail .credit_wrp .item .brand span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  background-color: #fff;
}
#detail .credit_wrp .item .price {
  font-size: 14px;
  text-align: right;
  vertical-align: middle;
  width: 100px;
}
#detail .credit_wrp .item .price .tax {
  font-size: 10px;
}
#detail .credit_wrp .item .cart {
  width: 25px;
}
#detail .credit_wrp .item .cart img {
  display: block;
  margin: 0 0 0 auto;
  width: 17px;
  height: 17px;
}
#detail .credit_wrp .item .cart a.noLink {
  pointer-events: none;
}
#detail .credit_wrp .item .cart a.noLink img {
  opacity: 0.5;
}
#detail .credit_wrp .topics .ttl img {
  display: block;
  margin: 0 auto;
  width: 120px;
}
#detail .credit_wrp .topics .topics_text {
  font-family: "Yu Gothic", YuGothic;
  font-size: 18px;
  text-align: center;
  margin-bottom: 60px;
  letter-spacing: 0.2rem;
}
#detail .credit_wrp .topics .detail_img {
  display: block;
  margin-bottom: 40px;
}
#detail .credit_wrp .topics .text {
  margin-bottom: 40px;
  line-height: 2;
}
#detail .credit_wrp .topics .online {
  display: block;
  width: 260px;
  height: 45px;
  background-color: #3e3e3e;
  color: #fff;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
  margin: 0 auto;
  font-size: 16px;
  font-family: 'Sofia W01 Regular1446825';
}
#detail .credit_wrp .topics .online.l2 {
  padding-top: 12px;
  line-height: 1.2;
  margin-bottom: 20px;
}
#detail .credit_wrp .topics .online.l2 span {
  font-size: 14px;
  display: block;
}
#detail .close {
  position: absolute;
  top: 0;
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  z-index: 200;
  background-color: #3e3e3e;
}
#detail .close span {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#detail .close span:before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 9px;
  left: 0;
}
#detail .close span:after {
  content: '';
  width: 2px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 9px;
}
#detail #look_slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#detail #look_slides > .slick-list {
  height: 100%;
}
#detail #look_slides > .slick-list > .slick-track {
  height: 100%;
}
#detail #look_slides .slick-arrow {
  z-index: 300;
}
#detail #look_slides .slick-prev {
  left: calc(50% + 20px);
}
#detail #look_slides .slick-next {
  right: 20px;
}
#detail .arrows {
  display: none;
}
@media screen and (min-width: 768px) {
  #detail .credit_wrp .item .cart a.noLink:hover {
    cursor: default;
  }
  #detail .close:hover {
    cursor: pointer;
  }
}
/*.top .imgs {
  opacity: 0;
}
.top .texts .ttl {
  width: 100%;
}
.top .texts .ttl img {
  width: 375px;
  max-width: 100%;
}
.top .texts .ttl1 {
  opacity: 0;
  position: relative;
  top: 10px;
}
.top .texts .ttl2 {
  opacity: 0;
  position: relative;
  top: 10px;
}
.top .texts .sttl {
  opacity: 0;
}
.top .texts .txt {
  opacity: 0;
}*/
/*#opening {
  opacity: 0;
  position: absolute;
  top: calc(50% - 0.5em);
  left: 0;
  width: 60%;
  color: #000;
  z-index: 100;
}
#opening img {
  width: 90%;
  max-width: 670px;
  display: block;
  margin: 0 auto;
}*/
@media screen and (min-width: 1800px) {
  .look_wrapper.full.look13_wrp .look13 .look_ttl {
    bottom: 50px;
  }
}
@media screen and (max-width: 1600px) {
  #detail .img_wrp .slick-list,
  #detail .img_wrp .slick-track,
  #detail .img_wrp .slick-slide {
    width: calc(50vw - 80px) !important;
    height: calc((50vw - 80px) * 1.28) !important;
    max-height: calc(100vh - 110px) !important;
    max-width: calc((100vh - 110px) * 0.78);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  #opening {
    font-size: 4vw;
  }
  .look_wrapper {
    padding: 0 20px;
  }
  .look_wrapper .inner .look {
    padding: 0 10px;
  }
  .look_wrapper.full.textbox_wrp .inner {
    margin-left: 50px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .look_wrapper.full.textbox_wrp .inner p {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
/*  .top .inner .imgs .img {
    max-width: 80%;
    max-height: 80%;
  }*/
  #detail .credit_wrp .inner {
    width: 90%;
  }
  #detail .credit_wrp .topics .detail_img {
    max-width: 100%;
  }
  #detail .credit_wrp .topics .topics_text {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  #detail .credit_wrp .credit {
    padding: 40px 20px 60px;
  }
  #detail .credit_wrp .topicsHr {
  margin: 0 20px 60px;
  }
  #detail .credit_wrp .topics{padding: 0 20px;}
  #detail .credit_wrp .item .brand span {
    padding-right: 10px;
  }
  #detail .credit_wrp .item .price {
    width: 90px;
  }
  #detail .credit_wrp .item .cart {
    width: 20px;
  }
  #detail .credit_wrp .item .cart img {
    width: 15px;
    height: 15px;
  }
  #detail .credit_wrp .topics .topics_text {
    font-size: 18px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 800px) {
  #detail .credit_wrp .topics .topics_text {
    font-size: 16px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  #opening {
    top: calc(50vh - 0.5em);
    font-size: 7.2vw;
    width: 100%;
  }
  .top .inner {
    height: auto;
  }
    .splash-logo {
    margin: 120px auto 0;
  }
/*  .top .inner .imgs {
    position: static;
    width: 100%;
    height: 100vh;
  }
  .top .inner .texts {
    position: static;
    width: 100%;
    padding: 15vw 0;
  }
  .top .inner .texts .text {
    width: 90%;
  }
  .top .inner .texts .text .ttl {
    line-height: 2.25;
  }
  .top .inner .texts .text .ttl img {
    width: 80%;
  }
  .top .inner .texts .text .sttl {
    font-size: 3.5vw;
    margin-bottom: 30px;
  }
  .top .inner .texts .text .txt {
    font-size: 3.3vw;
    line-height: 2;
  }
  .top .inner .texts .text .txt #scroll_img .scroll {
    stroke: #000;
  }*/
  header .inner {
    background-color: #fff;
    padding-top: 5px;
    line-height: 1.5;
  }
  header .inner a img {
    margin: 0 5px;
    height: 18px;
  }
  header .inner a .small {
    display: block;
    line-height: 1.5;
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    top: 0;
  }
  .intro .inner {
    padding: 60px 0;
  }
  .intro .inner .title img {
    width: 60%;
  }
  .intro .inner .htxt {
    line-height: 1.6;
  }
  .intro .inner p {
    line-height: 2;
  }
  .looks_ttl {
    font-size: 4vw;
    padding: 50px 0 40px;
  }
  .look_wrapper {
    padding: 0 2.5vw;
    width: 100%;
    overflow-x: hidden;
  }
  .look_wrapper .inner {
    padding-bottom: 40px;
  }
  .look_wrapper .inner .look {
    padding: 0 2.5vw;
  }
  .look_wrapper .inner .look .img_wrp:before {
    background-size: 39px;
  }
  .look_wrapper .inner .look.look02 .look_ttl .no {
    padding-right: 5px;
  }
  .look_wrapper .inner .look.look02 .look_ttl .name {
    padding-left: 5px;
  }
  .look_wrapper .inner .look.look03 .look_ttl .no {
    padding-right: 5px;
  }
  .look_wrapper .inner .look.look03 .look_ttl .name {
    padding-left: 5px;
  }
  .look_wrapper .inner .look.look07 .look_ttl .no {
    padding-right: 5px;
  }
  .look_wrapper .inner .look.look07 .look_ttl .name {
    padding-left: 5px;
  }
  .look_wrapper .inner .look_ttl {
    font-size: 3vw;
    padding-top: 0;
    position: relative;
  }
  .look_wrapper:not(.full) .inner .look_ttl {
    max-width: 50vw;
    margin: 10px auto 0;
  }
  .look_wrapper:not(.full) .inner .look_ttl a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .look_wrapper:not(.full) .inner .look_ttl .no {
    background-color: #fff;
    position: relative;
    padding-right: 10px;
  }
  .look_wrapper:not(.full) .inner .look_ttl .no:after {
    display: none;
  }
  .look_wrapper:not(.full) .inner .look_ttl .name {
    background-color: #fff;
    position: relative;
    padding-left: 10px;
  }
  .look_wrapper:not(.full) .inner .look_ttl:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: 48%;
    left: 0;
    z-index: 0;
  }
  .look_wrapper.full {
    height: 100vh;
  }
/*  .look_wrapper.full.look05_wrp {
    margin-bottom: 60px;
  }
  .look_wrapper.full.look09_wrp {
    margin-bottom: 60px;
  }
  .look_wrapper.full.look13_wrp {
    height: 62.5vw;
    margin-bottom: 60px;
    background-size: auto 120%;
  }*/
  .look_wrapper.full.look13_wrp .look13 .look_ttl {
    bottom: 10%;
  }
  .look_wrapper.full.imgWrap{padding: 0 0 40px;}
  .look_wrapper.full.textbox_wrp {
    margin-bottom: 60px;
    background-position-x: 60% !important;
  }
  .look_wrapper.full.textbox_wrp .inner {
    box-sizing: border-box;
    margin: 0 0;
    padding: 0 50px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .look_wrapper.full.textbox_wrp p {
    color: #fff;
    padding-bottom: 60px;
  }

  .links .link .staff a {
    width: 80%;
    margin: 0 auto;
    border-width: 1px;
    font-size: 14px;
  }
  .links .link .beams {
    margin-bottom: 32px;
  }
  .links .link .share {
    display: block;
    text-align: center;
  }
  .links .link .share .share_ttl {
    display: block;
    margin-bottom: 14px;
    font-size: 16px;
    padding-right: 0;
  }
  .links .link .share .tw {
    display: inline-block;
    vertical-align: top;
  }
  .links .link .share .fb {
    display: inline-block;
    vertical-align: top;
  }

.seasonIssue{text-align: center; padding-bottom: 80px; padding-top:0;}
.seasonIssue ul li{padding: 0 5vw!important; margin-top: 40px;}
.seasonIssue ul li p{line-height: 0.2;}
.seasonIssue ul li p + p{font-size: 3.3vw; line-height: 2;}
  #menu_content {
    width: 100%;
  }
  #menu_content .menu_looks_wrp {
    width: 100vw;
  }
  #menu_content .menu_ttl {
    padding-top: 30px;
  }
  #menu_content .looks {
    padding: 0 3vw;
  }
  #menu_content .looks li a {
    margin: 1vw;
  }
  #menu_content .looks li a:before {
    background-size: 23px 23px;
  }
  #menu_content .links {
    padding: 4vw;
  }
  #detail {
    width: 100%;
  }
  #detail .close {
    left: auto;
    right: 0;
  }
  #detail .sp_page {
    display: block;
    position: fixed;
    z-index: 190;
    top: 16px;
    left: 0;
    width: 100%;
  }
  #detail .sp_page .now {
    font-size: 17.6px;
    line-height: 1;
    letter-spacing: 0.075em;
    display: block;
    text-align: center;
  }
  #detail .sp_page .all {
    display: block;
    text-align: center;
    width: 24px;
    border-top: 1px solid #000;
    font-size: 12px;
    line-height: 1;
    padding-top: 3px;
    margin: 2px auto 0;
  }
  #detail .img_wrp {
    position: static;
    width: 100%;
    height: auto;
    padding: 40px 0;
    min-height: 100px;
  }
  #detail .img_wrp .inner {
    width: 90%;
    margin: 0 auto;
  }
  #detail .img_wrp .slick-slider .slick-list {
    height: auto;
  }
  #detail .img_wrp .slide {
    display: block;
  }
  #detail .img_wrp .slide img {
    max-width: 100%;
    margin-bottom: 20px;
  }
  #detail .credit_wrp {
    position: static;
    width: 100%;
    height: auto;
    padding-top: 20px;
    min-height: 100px;
  }
  #detail .credit_wrp .inner{padding-bottom: 80px;}
  #detail .credit_wrp .page {
    display: none;
  }
  #detail .credit_wrp .credit {
    padding: 30px 20px 60px;
  }
  #detail .credit_wrp .topicsHr {
  margin: 0 0 60px -50%;
  width: 200%;
  }
  #detail .credit_wrp .ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #detail .credit_wrp .topics .topics_text {
    font-size: 16px;
    letter-spacing: 0.2rem;
    line-height: 2.2;
  }
  #detail .credit_wrp .topics .detail_img {
    margin: 0 auto 20px;
  }
  #detail .credit_wrp .topics .text {
    margin-bottom: 30px;
  }
  #detail .lside {
    overflow: hidden;
    position: relative;
    min-height: 100vh;
  }
  #detail #look_slides {
    min-height: 100vh;
  }
  #detail #look_slides .slick-arrow {
    display: none !important;
  }
  #detail #look_slides > .slick-list {
    min-height: 100vh;
  }
  #detail #look_slides > .slick-list > .slick-track {
    min-height: 100vh;
  }
  #detail .arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 60px;
  }
  #detail .arrows button {
    font-size: 14px;
    font-family:'Sofia W01 Light1446819';
    background:#FFF;
    color:#535353;
    padding:8px 17px;
  }
  #detail .arrows button svg {
    vertical-align: -56%;
  }
  #detail .arrows button.prev svg {
    margin-right: 0.5em;
    display: none;
  }
  #detail .arrows button.next svg {
    margin-left: 0.5em;
    display: none;
  }
  #detail .arrows .current {
    font-size: 14px;
  }
  #detail.showlook .lside {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .menu_btn {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu_btn span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu_btn span:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu_btn.fixed {
    background-color: #fff;
  }
  .menu_btn.fixed span {
    border-top-color: #000;
    border-bottom-color: #000;
  }
  .menu_btn.fixed span:after {
    background-color: #000;
  }
  #detail.showlook {
    position: fixed !important;
  }
  #detail.showlook #look_slides .slick-list {
    min-height: 100vh !important;
  }
  #detail.showlook #look_slides .slick-list .slick-track {
    min-height: 100vh !important;
    width: 100% !important;
  }
  #detail.showlook #look_slides .lside.slick-active {
    z-index: 999;
    opacity: 1;
    top: 0;
    left: 0;
    min-height: 100vh;
    width: 100vw;
    position: absolute !important;
    left: 0 !important;
    width: 100vw !important;
    min-height: 100vh !important;
    opacity: 1 !important;
  }

.spBr{display: block;}
}
@media screen and (max-width: 600px) {
.splash-logo p img{width: 40%;}
  header .inner .small {
    font-size: 12px;
  }
  .intro .inner .title {
    margin-top: 30px;
  }
  .intro .inner .htxt {
    font-size: 4.4vw;
    margin-bottom: 10px;
  }
  .intro .inner p {
    font-size: 3.3vw;
  }
  #menu_content .links .brand {
    display: block;
    width: 70%;
    margin: 20px auto 30px;
    padding-top: 18px;
    padding-bottom: 18px;
    box-sizing: border-box;
  }
  #menu_content .links .brand img {
    width: 100px;
  }
  #menu_content .links .share {
    width: 100%;
    text-align: center;
  }
  #menu_content .links .share .ttl {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  #detail .credit_wrp .item .brand span {
    padding-right: 10px;
  }
  #detail .credit_wrp .topics .text {
    font-size: 12px;
  }
  .look_wrapper:not(.full) .inner .look_ttl a {
    letter-spacing: 0.05rem;
  }
  .look_wrapper .inner .look.look02 .look_ttl .no {
    padding-right: 3px;
  }
  .look_wrapper .inner .look.look02 .look_ttl .name {
    padding-left: 3px;
    letter-spacing: 0.02rem;
  }
  .look_wrapper .inner .look.look03 .look_ttl .no {
    padding-right: 3px;
  }
  .look_wrapper .inner .look.look03 .look_ttl .name {
    padding-left: 3px;
    letter-spacing: 0.02rem;
  }
  .look_wrapper .inner .look.look07 .look_ttl .no {
    padding-right: 3px;
  }
  .look_wrapper .inner .look.look07 .look_ttl .name {
    padding-left: 3px;
    letter-spacing: 0.02rem;
  }
  .links .link .beams img {
    width: 35%;
  }
  .links .link .share .share_ttl {
    font-size: 12px;
  }
  .links .link .share .tw a img {
    width: 26px;
  }
  .links .link .share .fb a img {
    width: 24px;
  }
  footer .inner .copy a {
    font-size: 10px;
  }
}
@media screen and (max-width: 400px) {
  .splash-logo p img{width: 45%;}
  #detail .credit_wrp .credit {
    padding: 0 10px 60px;
  }
  #detail .credit_wrp .topicsHr {
  margin: 0 0 60px -50%;
  }
  #detail .credit_wrp .topics{
  padding: 0 10px;
  }

  #detail .credit_wrp .item .price {
    font-size: 12px;
    width: 80px;
  }
  #detail .credit_wrp .item .brand span {
    padding-right: 5px;
  }
}
@media screen and (max-width: 350px) {
/*  .top .inner .texts .text {
    width: 80%;
  }*/

  header .inner a img {
    height: 14px;
  }
  .look_wrapper:not(.full) .inner .look_ttl {
    font-size: 6.5px;
  }
  .look_wrapper:not(.full) .inner .look_ttl a {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .look_wrapper:not(.full) .inner .look_ttl .no {
    padding-right: 3px;
  }
  .look_wrapper:not(.full) .inner .look_ttl .name {
    padding-left: 3px;
  }
  .look_wrapper:not(.full) .inner .look_ttl .name:after {
    width: 6px;
    height: 6px;
    margin-left: 2px;
    vertical-align: middle;
    background-size: cover;
  }
  #detail .credit_wrp .topics .topics_text {
    font-size: 14px;
  }
  #detail .credit_wrp .item .brand span {
    display: inline;
  }
  #detail .credit_wrp .item .price {
    font-size: 11px;
    width: 75px;
  }
  #detail .credit_wrp .item .cart {
    width: 15px;
  }
  #detail .credit_wrp .item .cart img {
    width: 12px;
  }
  .links .link {
    margin: 0 auto;
  }
  .links .link .staff a {
    font-size: 10px;
    width: 67%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
  }
  .links .link .staff a .ttl svg {
    vertical-align: -5%;
  }
  .links .link .beams img {
    width: 35%;
  }
  #menu_content .links .brand {
  }
  #menu_content .links .share .ttl {
    display: inline-block;
    margin-bottom: 0;
  }
}
