@charset "UTF-8";
/* ==========================================================================

	LOOKBOOK 2020 FW 02 WINTER
	
========================================================================== */
.fadein {
  opacity: 0;
  transform: translate(0, 5px);
  transition: .8s linear; }

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.delay-100 {
  transition-delay: 100ms; }

.delay-200 {
  transition-delay: 200ms; }

.delay-300 {
  transition-delay: 300ms; }

.delay-400 {
  transition-delay: 400ms; }

.display-none {
  display: none; }

.opacity-0 {
  opacity: 0; }

.css-fade1 {
  animation-name: fade-in1;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 0.6s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

@keyframes fade-in1 {
  0% {
    opacity: 0;
    transform: translate(0, 0px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.css-fadein1 {
  animation-name: fade-in2;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

@keyframes fade-in2 {
  0% {
    opacity: 0;
    transform: translate(0, 20px); }
  100% {
    opacity: 1;
    transform: translate(0, 0); } }
.css-fadein2 {
  animation-name: fade-in2;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 1.5s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.css-fade1 {
  animation-name: fade-in1;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.css-fade2 {
  animation-name: fade-in1;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 2s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.css-fade3 {
  animation-name: fade-in1;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 3s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.css-fade4 {
  animation-name: fade-in1;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-delay: 4s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards; }

.mask {
  opacity: 0; }

.mask_scroll {
  opacity: 0; }

.isPlay {
  animation-name: play;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.96, 0, 0.07, 1);
  position: relative;
  opacity: 1 !important; }

.isPlay:before {
  animation-name: maskOut;
  animation-duration: 0.6s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.96, 0, 0.07, 1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #d33d2c; }

@keyframes play {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
@keyframes maskOut {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(101%); } }
@keyframes scrollanime {
  0% {
    top: -100%; }
  35% {
    top: 0; }
  65% {
    top: 0; }
  to {
    top: 100%; } }
@keyframes pageTopBarLoop2 {
  0% {
    top: 100%; }
  35% {
    top: 0; }
  65% {
    top: 0; }
  to {
    top: 100%; } }
@keyframes stylingBtnAnimat {
  0% {
    left: -100%; }
  35% {
    left: 0; }
  65% {
    left: 0; }
  to {
    left: 100%; } }
@keyframes scroll_btn_anim01 {
  30% {
    bottom: 0;
    height: 100%; }
  55% {
    bottom: 100%;
    height: 0; } }
@keyframes bg_grd_anim {
  0% {
    background-position: 0 50%; }
  50% {
    background-position: 100% 50%; }
  to {
    background-position: 0 50%; } }
/* ==========================================================

    loading

========================================================== */
/* itemimg animation */
#lookbook21fw_02 .item_img {
  display: block;
  line-height: 0;
  overflow: hidden; }

#lookbook21fw_02 .item_img img {
  width: 100%;
  transition: -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 2s cubic-bezier(0.23, 1, 0.32, 1); }

#lookbook21fw_02 .item_img:hover {
  opacity: 1; }

@media screen and (min-width: 768px) {
  #lookbook21fw_02 .item_img:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); } }
@media screen and (max-width: 767px) {
  #lookbook21fw_02 .item_img {
    text-align: center; } }
#lookbook21fw_02 .credit_lead_txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6; }
  @media screen and (max-width: 767px) {
    #lookbook21fw_02 .credit_lead_txt {
      font-size: 11px;
      line-height: 1.8;
      letter-spacing: 1px; } }

/* credit */
#lookbook21fw_02 .credit {
  margin: 10px 0 0; }

#lookbook21fw_02 .credit li {
  position: relative;
  line-height: 1;
  margin: 0 0 2px; }

#lookbook21fw_02 .credit li .credit_txt {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0;
  z-index: 2;
  position: relative;
  color: #404236;
  font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }

@media screen and (min-width: 768px) {
  #lookbook21fw_02 .credit li .credit_txt:after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s; }

  #lookbook21fw_02 .credit li .credit_txt:hover::after {
    transform: scale(1, 1); }

  #lookbook21fw_02 .itemarea_01 .credit li .credit_txt:after {
    background: #fff; }

  #lookbook21fw_02 .item05_area .credit li .credit_txt:after {
    background: #fff; }

  #lookbook21fw_02 .item12_area .credit li .credit_txt:after {
    background: #fff; }

  #lookbook21fw_02 .item13_14_15_area .credit li .credit_txt:after {
    background: #fff; } }
@media screen and (min-width: 768px) {
  #lookbook21fw_02 .credit li:hover .credit_txt::after {
    transform: scale(1, 1); } }
@media screen and (max-width: 767px) {
  #lookbook21fw_02 .credit li .credit_txt {
    font-size: 1rem;
    font-weight: 400; } }
#lookbook21fw_02 {
  width: 100%;
  background: #f9f9f9; }
  #lookbook21fw_02 .page_inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
    padding: 0 60px; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .page_inner {
        max-width: 700px;
        padding: 0 20px; } }
  #lookbook21fw_02 .main_bg {
    background: #e5e5e5;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 0 180px; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .main_bg {
        padding: 0 0 100px; } }

/* ==========================================================

    hero_area

========================================================== */
#lookbook21fw_02 .top_slider {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 15;
  background-color: rgba(255, 255, 255, 0); }
  @media screen and (max-width: 767px) {
    #lookbook21fw_02 .top_slider {
      height: 340px; } }
  #lookbook21fw_02 .top_slider:focus {
    outline: none; }
  #lookbook21fw_02 .top_slider .slick-list {
    overflow: visible; }
  #lookbook21fw_02 .top_slider .photo {
    opacity: 0;
    transition: 2s;
    z-index: 20; }
  #lookbook21fw_02 .top_slider .photo_A {
    z-index: 10 !important;
    width: 28%;
    position: relative;
    margin: 2% 0 0 5%; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .top_slider .photo_A {
        width: 45%;
        position: relative;
        margin: 5% 2% 0 5%; } }
    #lookbook21fw_02 .top_slider .photo_A img {
      z-index: 10;
      position: relative; }
  #lookbook21fw_02 .top_slider .photo_B {
    z-index: 10;
    width: 28%;
    margin: 10% 0 0 1%;
    position: relative; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .top_slider .photo_B {
        width: 45%;
        margin: 15% 0 0 0%; } }
    #lookbook21fw_02 .top_slider .photo_B img {
      z-index: 10;
      position: relative; }
  #lookbook21fw_02 .top_slider .photo_C {
    z-index: 10;
    width: 30%;
    margin: 25% 0 0 3%;
    position: relative; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .top_slider .photo_C {
        width: 47%;
        margin: 2% 0% 0 10%; } }
    #lookbook21fw_02 .top_slider .photo_C img {
      z-index: 10;
      position: relative; }
  #lookbook21fw_02 .top_slider .bg01 {
    position: absolute;
    background: #222b54;
    top: 0;
    left: 0;
    width: 26%;
    height: 98%; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .top_slider .bg01 {
        position: absolute;
        z-index: 5;
        width: 45%;
        height: 80%;
        left: 0;
        top: 0; } }
  #lookbook21fw_02 .top_slider .bg02 {
    position: absolute;
    z-index: 5;
    width: 11%;
    height: 15%;
    left: 61%;
    top: 80%;
    background: #898372; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .top_slider .bg02 {
        top: 65%;
        width: 28%;
        height: 20%;
        left: 54%; } }
  #lookbook21fw_02 .top_slider .bg03 {
    position: absolute;
    z-index: 5;
    width: 19%;
    height: 60%;
    right: 0%;
    top: 0%;
    background: #b74b1c; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .top_slider .bg03 {
        top: 0%;
        height: 40%; } }
  #lookbook21fw_02 .top_slider .top_slider_01.slick-current .photo {
    opacity: 1;
    transition: 1s; }
  #lookbook21fw_02 .top_slider .top_slider_02.slick-current .photo {
    opacity: 1;
    transition: 1s; }
  #lookbook21fw_02 .top_slider .top_slider_02.slick-current .bg {
    opacity: 1;
    transition: 1s; }
  #lookbook21fw_02 .top_slider .top_slider_02.slick-current .photo.is-1st {
    transition-delay: 2s; }
  #lookbook21fw_02 .top_slider .top_slider_02.slick-current .photo.is-2nd {
    transition-delay: 3s; }
  #lookbook21fw_02 .top_slider .top_slider_02.slick-current .photo.is-3rd {
    transition-delay: 3.8s; }
  #lookbook21fw_02 .top_slider .top_slider_02.slick-current .bg01 {
    transition-delay: 4.8s; }
  #lookbook21fw_02 .top_slider .top_slider_03.slick-current .photo {
    opacity: 1;
    transition: 1s; }
  #lookbook21fw_02 .top_slider .top_slider_03.slick-current .bg {
    opacity: 1;
    transition: 1s; }
  #lookbook21fw_02 .top_slider .top_slider_03.slick-current .photo.is-1st {
    transition-delay: 2s; }
  #lookbook21fw_02 .top_slider .top_slider_03.slick-current .photo.is-2nd {
    transition-delay: 4s; }
  #lookbook21fw_02 .top_slider .top_slider_03.slick-current .photo.is-3rd {
    transition-delay: 3s; }
  #lookbook21fw_02 .top_slider .top_slider_03.slick-current .bg01 {
    transition-delay: 2.5s; }
  #lookbook21fw_02 .top_slider .top_slider_03.slick-current .bg02 {
    transition-delay: 3.5s; }

#lookbook21fw_02 .top_leadbox {
  width: 100%;
  margin: 3% auto 5%;
  padding: 60px 30px;
  background: #fff;
  position: relative;
  z-index: 5; }
  @media screen and (max-width: 767px) {
    #lookbook21fw_02 .top_leadbox {
      width: 100%;
      padding: 15% 7% 10%;
      margin: 28% auto 5%; } }
  #lookbook21fw_02 .top_leadbox .season {
    width: 100%;
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 12px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .top_leadbox .season {
        font-size: 11px; } }
  #lookbook21fw_02 .top_leadbox .theme {
    width: 100%;
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 40px;
    text-align: center;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .top_leadbox .theme {
        font-size: 32px; } }
  #lookbook21fw_02 .top_leadbox .lookbook {
    width: 100%;
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 18px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .top_leadbox .lookbook {
        font-size: 16px; } }
  #lookbook21fw_02 .top_leadbox .lead_txt {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.8;
    margin: 20px 0 0; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .top_leadbox .lead_txt {
        font-size: 12px; } }
  #lookbook21fw_02 .top_leadbox .scroll_line {
    position: absolute;
    top: calc(100% - 1rem);
    left: 50%;
    overflow: hidden;
    width: 1px;
    height: 40px;
    transform: translateX(-50%);
    z-index: 1;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .top_leadbox .scroll_line {
        left: 50%;
        height: 23px;
        transform: none; } }
    #lookbook21fw_02 .top_leadbox .scroll_line:before {
      position: absolute;
      display: block;
      content: "";
      width: 1px;
      height: 100%;
      background: #000;
      animation: scrollanime 1.5s ease-out 0s infinite;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      -webkit-font-smoothing: antialiased; }

#lookbook21fw_02 .lookbook_contents {
  position: relative; }
  #lookbook21fw_02 .lookbook_contents .style_list {
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .lookbook_contents .style_list {
        width: 100%;
        margin: 30px auto;
        padding: 0; } }
    #lookbook21fw_02 .lookbook_contents .style_list .style_list_li {
      position: relative;
      width: calc(33.333333% - 10px); }
      @media screen and (max-width: 767px) {
        #lookbook21fw_02 .lookbook_contents .style_list .style_list_li {
          width: 100%; }
          #lookbook21fw_02 .lookbook_contents .style_list .style_list_li:not(:last-child) {
            margin-bottom: 40px; } }
      #lookbook21fw_02 .lookbook_contents .style_list .style_list_li .number {
        position: absolute;
        width: 30px;
        height: 30px;
        font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
        font-size: 20px;
        color: #fff;
        left: 10px;
        top: 10px;
        padding: 1px 0 0 6px; }
        @media screen and (max-width: 767px) {
          #lookbook21fw_02 .lookbook_contents .style_list .style_list_li .number {
            left: 10px;
            top: 10px; } }
  #lookbook21fw_02 .lookbook_contents .title_box .number {
    display: inline-block;
    background: #000;
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 13px;
    color: #fff;
    padding: 2px 5px;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .lookbook_contents .title_box .number {
        font-size: 12px; } }
  #lookbook21fw_02 .lookbook_contents .title_box .contents_title {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 32px;
    margin: 5px 0 10px; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .lookbook_contents .title_box .contents_title {
        font-size: 28px;
        letter-spacing: 1px; } }
  #lookbook21fw_02 .lookbook_contents .title_box .txt {
    font-size: 13px;
    text-align: left;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .lookbook_contents .title_box .txt {
        font-size: 11px;
        font-weight: bold; } }
  #lookbook21fw_02 .lookbook_contents .link_box {
    background: #000;
    border: 3px solid #000;
    align-items: center;
    padding: 10px 5.4rem;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    z-index: 10;
    position: relative;
    width: 90%;
    margin: 20px 0 0 0;
    text-align: center;
    font-family: europa, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif; }
    @media only screen and (max-width: 768px) {
      #lookbook21fw_02 .lookbook_contents .link_box {
        width: 100%; } }
    @media only screen and (min-width: 735px) {
      #lookbook21fw_02 .lookbook_contents .link_box:hover {
        background-color: #fff;
        color: #000; } }
  #lookbook21fw_02 .lookbook_contents .contents_bg_white {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 6% 4% 6%; }
    @media only screen and (max-width: 768px) {
      #lookbook21fw_02 .lookbook_contents .contents_bg_white {
        padding: 40px 30px; } }
    #lookbook21fw_02 .lookbook_contents .contents_bg_white .square {
      width: 12px;
      height: 12px;
      margin: 0 auto 10px; }
    #lookbook21fw_02 .lookbook_contents .contents_bg_white .theme {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 13px;
      text-align: center;
      letter-spacing: 1px; }
    #lookbook21fw_02 .lookbook_contents .contents_bg_white .sub_title {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 28px;
      margin: 0px 0 10px;
      text-align: center;
      line-height: 1.2; }
    #lookbook21fw_02 .lookbook_contents .contents_bg_white .sub_txt {
      font-size: 12px;
      text-align: left;
      line-height: 1.8;
      margin: 0 auto;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #lookbook21fw_02 .lookbook_contents .contents_bg_white .sub_txt {
          font-size: 11px; } }
  #lookbook21fw_02 .lookbook_contents .contents_style .theme {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 13px;
    text-align: center; }
  #lookbook21fw_02 .lookbook_contents .contents_style .sub_title {
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 32px;
    margin: 0px 0 10px;
    text-align: center;
    line-height: 1.2; }

#lookbook21fw_02 .contents_01 {
  padding: 0 0 13%; }
  #lookbook21fw_02 .contents_01 .bg {
    background: #898372; }
  #lookbook21fw_02 .contents_01 .top {
    width: 100%;
    padding: 60px 0; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .contents_01 .top {
        padding: 20px 0; } }
  #lookbook21fw_02 .contents_01 .contents_01_slider {
    width: 100%; }
  #lookbook21fw_02 .contents_01 .contents_inner {
    width: 96%;
    margin: -8% auto 0; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .contents_01 .contents_inner {
        width: 100%;
        margin: -14% auto 0; } }
    #lookbook21fw_02 .contents_01 .contents_inner .title_box {
      width: 51%;
      padding: 6% 4% 6%;
      background: #fff; }
      @media screen and (max-width: 767px) {
        #lookbook21fw_02 .contents_01 .contents_inner .title_box {
          width: calc(100% - 40px);
          margin: 0 auto;
          padding: 10% 7%; } }
    #lookbook21fw_02 .contents_01 .contents_inner .photo_box {
      width: 49%;
      padding: 13% 0% 4% 6%; }
      @media screen and (max-width: 767px) {
        #lookbook21fw_02 .contents_01 .contents_inner .photo_box {
          width: 100%;
          margin: 30px auto;
          padding: 0; } }
      #lookbook21fw_02 .contents_01 .contents_inner .photo_box .photo01 {
        margin: 0 auto 26px; }
        @media screen and (max-width: 767px) {
          #lookbook21fw_02 .contents_01 .contents_inner .photo_box .photo01 {
            margin: 0 auto 10px; } }
  #lookbook21fw_02 .contents_01 .contents_bg_white .sub_txt {
    max-width: 580px; }
  #lookbook21fw_02 .contents_01 .contents_bg_white .photo {
    margin: 30px auto 30px; }
    #lookbook21fw_02 .contents_01 .contents_bg_white .photo .left {
      width: calc(50% - 8px);
      margin: 0 8px 0 0; }
      @media only screen and (max-width: 768px) {
        #lookbook21fw_02 .contents_01 .contents_bg_white .photo .left {
          width: 100%;
          margin: 0 0 10px; } }
    #lookbook21fw_02 .contents_01 .contents_bg_white .photo .right {
      width: calc(50% - 8px);
      margin: 0 0 0 8px; }
      @media only screen and (max-width: 768px) {
        #lookbook21fw_02 .contents_01 .contents_bg_white .photo .right {
          width: 100%;
          margin: 0; } }
  #lookbook21fw_02 .contents_01 .contents_bg_white .credit_box .credit * {
    text-align: center; }
  #lookbook21fw_02 .contents_01 .contents_01_02 {
    margin: 5% auto 0; }
    #lookbook21fw_02 .contents_01 .contents_01_02 .left {
      width: 55%;
      margin: 0 5% 0 0; }
      @media only screen and (max-width: 768px) {
        #lookbook21fw_02 .contents_01 .contents_01_02 .left {
          width: 100%;
          margin: 0 0 10px; } }
      #lookbook21fw_02 .contents_01 .contents_01_02 .left .photo_bg {
        padding: 10% 14%; }
        @media only screen and (max-width: 768px) {
          #lookbook21fw_02 .contents_01 .contents_01_02 .left .photo_bg {
            padding: 40px; } }
      #lookbook21fw_02 .contents_01 .contents_01_02 .left .credit_box .credit * {
        color: #fff; }
      #lookbook21fw_02 .contents_01 .contents_01_02 .left .credit_box .credit li .credit_txt:after {
        background: #fff; }
    #lookbook21fw_02 .contents_01 .contents_01_02 .right {
      width: 35%; }
      @media only screen and (max-width: 768px) {
        #lookbook21fw_02 .contents_01 .contents_01_02 .right {
          width: 80%;
          margin: 30px auto 10px; } }
      #lookbook21fw_02 .contents_01 .contents_01_02 .right .item01 {
        margin: 0 0 10%; }
  #lookbook21fw_02 .contents_01 .contents_style {
    margin: 6% auto 0; }
    @media only screen and (max-width: 768px) {
      #lookbook21fw_02 .contents_01 .contents_style {
        margin: 50px auto 0; } }
  #lookbook21fw_02 .contents_01 .style_list {
    margin: 2% auto 0; }

#lookbook21fw_02 .contents_02 .bg {
  background: #83909b; }
#lookbook21fw_02 .contents_02 .top {
  width: 100%;
  padding: 60px 0; }
  @media only screen and (max-width: 768px) {
    #lookbook21fw_02 .contents_02 .top {
      padding: 20px 0; } }
#lookbook21fw_02 .contents_02 .title_box {
  width: 45%;
  padding: 6% 4% 6%;
  background: #fff;
  margin: -24% 0 0 2%; }
  @media screen and (max-width: 767px) {
    #lookbook21fw_02 .contents_02 .title_box {
      width: calc(100% - 40px);
      margin: -10% auto 0;
      padding: 10% 7%; } }
#lookbook21fw_02 .contents_02 .contents_bg .sub_txt {
  max-width: 740px;
  margin: 20px auto 50px; }
  @media screen and (max-width: 767px) {
    #lookbook21fw_02 .contents_02 .contents_bg .sub_txt {
      margin: 20px auto 30px; } }
#lookbook21fw_02 .contents_02 .contents_bg .photo {
  margin: 30px auto 40px; }
  #lookbook21fw_02 .contents_02 .contents_bg .photo li.photo_li {
    width: calc(50% - 8px);
    margin: 0 0 16px; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .contents_02 .contents_bg .photo li.photo_li {
        width: 100%;
        margin: 0 0 10px; } }
#lookbook21fw_02 .contents_02 .contents_bg_01 {
  margin: -2% auto 0;
  padding: 60px 0; }
  @media only screen and (max-width: 768px) {
    #lookbook21fw_02 .contents_02 .contents_bg_01 {
      padding: 20px 0;
      margin: 20px auto 0; } }
#lookbook21fw_02 .contents_02 .contents_bg_02 {
  margin: 0 auto 0;
  padding: 0px 0 60px; }
  @media only screen and (max-width: 768px) {
    #lookbook21fw_02 .contents_02 .contents_bg_02 {
      padding: 20px 0; } }
@media only screen and (max-width: 768px) {
  #lookbook21fw_02 .contents_02 .style .photo li.photo_li {
    margin: 0 0 20px; } }

#lookbook21fw_02 .contents_03 .bg {
  background: #b74b1c; }
#lookbook21fw_02 .contents_03 .top {
  width: 100%;
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    #lookbook21fw_02 .contents_03 .top {
      padding: 20px 0; } }
#lookbook21fw_02 .contents_03 .contents_inner {
  width: 100%;
  margin: -12% auto 0; }
  @media screen and (max-width: 767px) {
    #lookbook21fw_02 .contents_03 .contents_inner {
      width: 100%;
      margin: -10% auto 0; } }
  #lookbook21fw_02 .contents_03 .contents_inner .left {
    width: 45%; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .contents_03 .contents_inner .left {
        width: 100%; } }
    #lookbook21fw_02 .contents_03 .contents_inner .left .photo {
      width: 84%;
      margin: -5% 0 0 11%; }
      @media screen and (max-width: 767px) {
        #lookbook21fw_02 .contents_03 .contents_inner .left .photo {
          width: calc(100% - 80px);
          margin: -6% auto 0; } }
    #lookbook21fw_02 .contents_03 .contents_inner .left .credit_box {
      margin: 0 0 0 11%; }
  #lookbook21fw_02 .contents_03 .contents_inner .title_box {
    width: 100%;
    padding: 10% 10% 12%;
    background: #fff;
    margin: -5% 0 0 4%; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .contents_03 .contents_inner .title_box {
        width: calc(100% - 20px);
        margin: -10% auto 0;
        padding: 12% 30px 15%; } }
  #lookbook21fw_02 .contents_03 .contents_inner .photo_box {
    width: 55%;
    padding: 0 6% 0% 6%;
    margin: 18% 0 0 0; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .contents_03 .contents_inner .photo_box {
        width: calc(100% - 80px);
        margin: 30px auto 0;
        padding: 0; } }
    #lookbook21fw_02 .contents_03 .contents_inner .photo_box .photo01 {
      margin: 0 auto 40px; }
    #lookbook21fw_02 .contents_03 .contents_inner .photo_box .photo02 {
      width: 75%; }
      @media screen and (max-width: 767px) {
        #lookbook21fw_02 .contents_03 .contents_inner .photo_box .photo02 {
          width: 100%; } }
#lookbook21fw_02 .contents_03 .contents_bg {
  margin: 8% auto;
  padding: 60px 0; }
  #lookbook21fw_02 .contents_03 .contents_bg .credit_box {
    width: 100%; }
    #lookbook21fw_02 .contents_03 .contents_bg .credit_box .credit * {
      color: #fff;
      text-align: center; }
    #lookbook21fw_02 .contents_03 .contents_bg .credit_box .credit li .credit_txt:after {
      background: #fff; }
  #lookbook21fw_02 .contents_03 .contents_bg .contents03_slider {
    width: 100%;
    position: relative;
    margin: 0 0 30px 0; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .contents_03 .contents_bg .contents03_slider {
        margin: 0; } }
    #lookbook21fw_02 .contents_03 .contents_bg .contents03_slider .slick-prev {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 50%;
      left: 0px;
      margin-top: -40px;
      display: block;
      width: 40px;
      height: 40px;
      background: url(https://vanstore.itembox.design/item/arrow_left.svg?t=20190828104723) no-repeat;
      background-position: 46% 49%;
      background-size: 7px;
      background-color: #fff;
      padding: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      z-index: 999; }
      @media screen and (max-width: 767px) {
        #lookbook21fw_02 .contents_03 .contents_bg .contents03_slider .slick-prev {
          margin-top: -50px; } }
    #lookbook21fw_02 .contents_03 .contents_bg .contents03_slider .slick-next {
      font-size: 0;
      line-height: 0;
      position: absolute;
      top: 50%;
      right: 0px;
      margin-top: -40px;
      display: block;
      width: 40px;
      height: 40px;
      background: url("https://vanstore.itembox.design/item/arrow_right.svg?t=20190828104723") no-repeat;
      background-position: 50% 49%;
      background-size: 7px;
      background-color: #fff;
      padding: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      z-index: 999; }
      @media screen and (max-width: 767px) {
        #lookbook21fw_02 .contents_03 .contents_bg .contents03_slider .slick-next {
          margin-top: -50px; } }
  #lookbook21fw_02 .contents_03 .contents_bg .contents03_slider_nav li {
    padding: 0 8px;
    cursor: pointer;
    opacity: 0.8; }
  #lookbook21fw_02 .contents_03 .contents_bg .contents03_slider_nav li.slick-current {
    opacity: 1; }
#lookbook21fw_02 .contents_03 .style_title {
  width: 15%;
  margin: 5% 0 4% 10%; }
  @media screen and (max-width: 767px) {
    #lookbook21fw_02 .contents_03 .style_title {
      width: 42%;
      margin: 60px 0 30px 30px; } }
#lookbook21fw_02 .contents_03 .style_list {
  margin: 2% auto 6%; }
  #lookbook21fw_02 .contents_03 .style_list li .credit_box {
    position: relative;
    width: 100%;
    margin: 10px 0 0; }
    #lookbook21fw_02 .contents_03 .style_list li .credit_box .credit {
      margin: 0; }
      #lookbook21fw_02 .contents_03 .style_list li .credit_box .credit li {
        width: 100%; }
    #lookbook21fw_02 .contents_03 .style_list li .credit_box .txt {
      width: 30px;
      position: absolute;
      left: -50px;
      top: 5px; }
@media screen and (max-width: 767px) {
  #lookbook21fw_02 .contents_03 .contents_bg_white {
    padding: 40px 30px 20px;
    margin: 30px 0 0; } }
#lookbook21fw_02 .contents_03 .contents_bg_white .products_list {
  margin: 30px auto 30px;
  padding: 0 60px; }
  @media screen and (max-width: 767px) {
    #lookbook21fw_02 .contents_03 .contents_bg_white .products_list {
      padding: 0px; } }
  #lookbook21fw_02 .contents_03 .contents_bg_white .products_list li {
    width: calc(33.33333% - 8px);
    margin: 0 0 8px; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .contents_03 .contents_bg_white .products_list li {
        width: calc(50% - 5px);
        margin: 0 0 10px; } }

.lookbook_link {
  margin: 120px auto 0; }
  @media screen and (max-width: 767px) {
    .lookbook_link {
      margin: 80px auto 0; } }
  .lookbook_link .lb_title {
    text-align: center;
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 15px; }
  .lookbook_link .link_list {
    margin: 20px auto 0;
    width: 300px; }
    .lookbook_link .link_list li {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 12px;
      text-align: center;
      width: 150px;
      padding: 20px 0;
      background: #fff;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      transition: all  1s; }
      .lookbook_link .link_list li.active {
        text-decoration: underline;
        background: #898372;
        color: #fff; }
      .lookbook_link .link_list li:hover {
        background: #83909b;
        color: #fff;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all  1s; }

#lookbook21fw_02 .hero_area, #lookbook21fw .hero_area {
  position: relative; }
  #lookbook21fw_02 .hero_area .lb_title, #lookbook21fw .hero_area .lb_title {
    position: absolute;
    text-align: left;
    font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
    font-size: 16px;
    z-index: 101;
    right: 45px;
    top: 60px;
    line-height: 1.4; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .hero_area .lb_title, #lookbook21fw .hero_area .lb_title {
        display: none; } }
  #lookbook21fw_02 .hero_area .link_list, #lookbook21fw .hero_area .link_list {
    margin: 20px auto 0;
    width: 240px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 100;
    background: #fff;
    padding: 61px 0 0; }
    @media screen and (max-width: 767px) {
      #lookbook21fw_02 .hero_area .link_list, #lookbook21fw .hero_area .link_list {
        display: none; } }
    #lookbook21fw_02 .hero_area .link_list li, #lookbook21fw .hero_area .link_list li {
      font-family: din-condensed, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
      font-size: 12px;
      text-align: center;
      width: 100px;
      padding: 20px 0;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      transition: all  1s; }
      #lookbook21fw_02 .hero_area .link_list li.active, #lookbook21fw .hero_area .link_list li.active {
        text-decoration: underline; }
      #lookbook21fw_02 .hero_area .link_list li:hover, #lookbook21fw .hero_area .link_list li:hover {
        text-decoration: underline;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s;
        transition: all  1s; }
