@charset "UTF-8";
* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

html, body {
  height: 100%; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit; }

body {
  background: #fff;
  color: #000;
  line-height: 1; }

a {
  color: #000;
  text-decoration: none; }
  a:link, a:visited {
    color: #000;
    text-decoration: none; }
  a:hover, a:active {
    color: #000;
    text-decoration: underline; }

ol, ul {
  list-style: none; }

table {
  border-spacing: 0;
  border-collapse: separate;
  vertical-align: middle; }

caption, th, td {
  vertical-align: middle;
  text-align: left;
  font-weight: normal; }

a img {
  border: none; }

@font-face {
  /* iOS, Android用 */
  font-weight: normal;
  /* 念の為指定しておきます */
  font-style: normal;
  font-family: 'Uniqlo';
  src: url("/carineroitfeld/16fw_common/fonts/uniqloregular-webfont.eot");
  /* IE9以上用 */
  src: url("/carineroitfeld/16fw_common/fonts/uniqloregular-webfont.eot?#iefix") format("embedded-opentype"), url("/carineroitfeld/16fw_common/fonts/uniqloregular-webfont.woff") format("woff"), url("/carineroitfeld/16fw_common/fonts/uniqloregular-webfont.ttf") format("truetype"); }

@font-face {
  /* iOS, Android用 */
  font-weight: normal;
  /* 念の為指定しておきます */
  font-style: normal;
  font-family: 'Uniqlo Light';
  src: url("/carineroitfeld/16fw_common/fonts/uniqlolight-webfont.eot");
  /* IE9以上用 */
  src: url("/carineroitfeld/16fw_common/fonts/uniqlolight-webfont.eot?#iefix") format("embedded-opentype"), url("/carineroitfeld/16fw_common/fonts/uniqlolight-webfont.woff") format("woff"), url("/carineroitfeld/16fw_common/fonts/uniqlolight-webfont.ttf") format("truetype"); }

@font-face {
  /* iOS, Android用 */
  font-weight: normal;
  /* 念の為指定しておきます */
  font-style: normal;
  font-family: 'Uniqlo Bold';
  src: url("/carineroitfeld/16fw_common/fonts/uniqlobold-webfont.eot");
  /* IE9以上用 */
  src: url("/carineroitfeld/16fw_common/fonts/uniqlobold-webfont.eot?#iefix") format("embedded-opentype"), url("/carineroitfeld/16fw_common/fonts/uniqlobold-webfont.woff") format("woff"), url("/carineroitfeld/16fw_common/fonts/uniqlobold-webfont.ttf") format("truetype"); }

/*
----------------
intro
----------------
*/
.intro {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fff; }
  .intro .carine_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -49.5px;
    margin-left: -135px; }

.top .global_header, .top .footer_carine {
  opacity: 0; }

/*
----------------
header
----------------
*/
.global_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  box-sizing: border-box;
  padding-top: 15px;
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #ddd;
  background: #fff; }
  .global_header .carine_logo {
    float: left;
    padding: 5px;
    width: 15%;
    vertical-align: top; }
    .global_header .carine_logo img {
      width: auto;
      height: 35px; }
  .global_header .carine_nav {
    display: block;
    overflow: hidden;
    height: 50px;
    border-bottom: 1px solid #7F7F7F;
    background: #fff;
    letter-spacing: 1px;
    font-size: 14px; }
    .global_header .carine_nav a {
      position: relative;
      display: block;
      margin: 0 15px;
      color: #000;
      text-decoration: none;
      line-height: 50px; }
    .global_header .carine_nav li {
      color: #ccc; }
    .global_header .carine_nav .menu {
      float: left;
      width: 85%; }
      .global_header .carine_nav .menu li.onlinestore:hover:after {
        padding-left: 10px;
        content: url("/carineroitfeld/16fw_common/images/linkArrow_gray.png"); }
      .global_header .carine_nav .menu li .onlinestore {
        color: #999;
        letter-spacing: 0.3px;
        font-size: 12px;
        line-height: 18px; }
        .global_header .carine_nav .menu li .onlinestore .line {
          position: absolute;
          bottom: -5px;
          display: block;
          overflow: hidden;
          width: 100%;
          height: 2px;
          height: 1px;
          background: #000;
          background: #999;
          -ms-transform: scale(0);
          transform: scale(0); }
    .global_header .carine_nav a {
      font-family: Uniqlo Light; }

.uniqlobasetemplate {
  padding-top: 0 !important; }
  .uniqlobasetemplate .global_header {
    position: static;
    height: auto;
    border-bottom: 0; }
  .uniqlobasetemplate .carine_content {
    padding: 0; }
  .uniqlobasetemplate .pc_nav .carine_nav {
    position: absolute;
    top: 0; }
  .uniqlobasetemplate.siteselector_offset {
    padding-top: 114px !important; }
  .uniqlobasetemplate .footer_carine {
    position: static;
    height: auto; }

/*
----------------
common
----------------
*/
#container {
  position: relative;
  padding: 0;
  min-height: 100%;
  width: 100%;
  height: auto !important;
  height: 100%; }
  #container a:hover {
    text-decoration: none; }

.main_wrap h2 {
  font-weight: normal; }

.carine_content {
  position: relative;
  padding-top: 80px;
  padding-bottom: 154px; }

.main_txt_area {
  height: 100%; }
  .main_txt_area .txt {
    margin: 0 auto;
    padding: 25px 30px 0; }
  .main_txt_area h2 {
    text-align: center;
    font-size: 36px;
    font-family: 'Uniqlo Light'; }
  .main_txt_area .sales_txt {
    margin: -10px 0 25px;
    text-align: center; }

.tit {
  font-size: 30px !important; }

.main_txt, .tit, .link {
  width: 100%;
  text-align: center; }

.txt_box {
  overflow: hidden;
  height: 100%;
  background-color: #fff; }

.link_line {
  padding-bottom: 4px;
  border-bottom: 1px solid #000; }
  .link_line:hover {
    border-bottom: 1px solid #f00;
    color: #f00;
    text-decoration: none; }

.link_arrow:after {
  padding-left: 10px;
  content: url("/carineroitfeld/16fw_common/images/arrow_link.png"); }

.link_underline {
  text-decoration: underline !important;
  transition: .3s; }

.no-touch .link_underline:hover {
  color: #f00; }

/*
----------------
home
----------------
*/
.home_content .sales_txt {
  font-weight: bold;
  font-size: 22px; }
  .home_content .sales_txt span {
    display: block;
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 16px; }

.home_content .main_txt_area {
  padding-bottom: 50px;
  height: auto; }
  .home_content .main_txt_area .country {
    display: none; }

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;

  *zoom: 1; }
  .bx-wrapper li {
    text-align: center; }
    .bx-wrapper li img {
      max-width: 800px; }

.bx-pager {
  margin-top: 5px;
  text-align: center; }
  .bx-pager a {
    margin: 0 1.8px; }
    .bx-pager a img {
      opacity: 1; }
    .bx-pager a.active img {
      opacity: .6; }

#slider {
  margin: 0 auto;
  width: 800px; }

/*
----------------
about
----------------
*/
.about {
  overflow: hidden;
  margin: 0 auto;
  width: 960px; }
  .about .txt_box {
    width: 60%; }
  .about .photo {
    width: 40%; }
  .about .txt_box {
    float: left; }
  .about .photo {
    float: right;
    text-align: center; }
    .about .photo img {
      max-width: 100%;
      height: auto; }
  .about .txt {
    margin: 0 auto;
    max-width: 359px; }
  .about h2 {
    padding-bottom: 30px;
    text-align: center;
    font-size: 36px;
    font-family: 'Uniqlo Light'; }
  .about .main_txt {
    padding-bottom: 40px;
    text-align: left;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 27px; }
  .about .link {
    text-align: left;
    letter-spacing: 0.3px;
    font-size: 14px;
    line-height: 33px; }
    .about .link a {
      position: relative;
      padding: 0 20px 0 0;
      border-bottom: 1px solid transparent;
      border-bottom: 1px solid #000;
      font-style: italic;
      font-family: Uniqlo Light; }
      .about .link a::after {
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -6px;
        width: 12px;
        height: 20px;
        background: url("/carineroitfeld/16fw_common/images/arrow_link.png") no-repeat;
        background-size: 12px 12px;
        content: ""; }
      .about .link a:hover {
        border: none; }
  .about .txt .cr {
    font-style: italic; }

/*
----------------
movie
----------------
*/
.movie_content #main_wrap {
  margin: 0 auto;
  max-width: 960px; }

.movie_content .main_txt_area {
  box-sizing: border-box;
  padding: 85px 0 0;
  height: 100%; }
  .movie_content .main_txt_area h2 {
    margin-top: -85px;
    padding: 20px 0 0;
    height: 85px;
    font-size: 36px; }

.movie_content .movie_box {
  display: table;
  padding-top: 80px;
  width: 100%;
  height: 100%; }
  .movie_content .movie_box > div {
    display: table-cell;
    padding-bottom: 100px;
    vertical-align: top;
    text-align: center; }

.movie_list {
  margin: 0 auto;
  max-width: 960px; }
  .movie_list ul {
    margin: 0 -18px; }
  .movie_list li {
    float: left;
    margin: 36px 0;
    padding: 0 18px;
    width: 33.33333%; }
    .movie_list li img {
      width: 100%;
      height: auto; }
    .movie_list li dt {
      margin: 0 0 10px;
      text-align: left;
      font-weight: bold;
      font-size: 18px;
      font-family: Uniqlo light; }

.cmcover_modal_bg {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75) !important;
  cursor: pointer;

  -moz-opacity: 0.75; }

.cmcover_modal_content {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
  display: none;
  margin-top: -260px;
  margin-left: -480px;
  width: 960px;
  height: 540px; }
  .cmcover_modal_content .modalyoutube_close {
    position: absolute;
    top: -54px;
    right: 0px;
    display: block;
    margin: 0px;
    padding: 0px;
    width: 44px;
    height: 44px; }
  .cmcover_modal_content .modalyoutube_movie {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 960px;
    height: 540px;
    background-color: #FFFFFF; }

/*
----------------
concept
----------------
*/
.concept_content .main_txt_area {
  box-sizing: border-box;
  padding: 85px 0 0; }

.concept_content .concept_box {
  display: table;
  width: 100%;
  height: 100%; }
  .concept_content .concept_box > div {
    display: table-cell;
    padding: 10px 0 40px;
    vertical-align: top;
    text-align: center; }

.concept_content .concept_title {
  position: relative;
  margin: 0 0 50px;
  text-align: center;
  letter-spacing: .1em;
  font-size: 30px;
  font-family: Uniqlo light;
  line-height: 1; }
  .concept_content .concept_title::before {
    position: absolute;
    bottom: -20px;
    left: 50%;
    display: block;
    margin: 0 0 0 -5px;
    width: 10px;
    height: 2px;
    background: #000;
    content: ""; }

.concept_content .concept_txt p {
  margin-bottom: 1.5em;
  text-align: center;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 27px; }

/*
----------------
lookbook
----------------
*/
.lookbook {
  margin: 0 auto 20px;
  padding-top: 20px;
  width: 960px; }
  .lookbook .img_block {
    text-align: center; }
    .lookbook .img_block img {
      width: 280px;
      height: auto; }
  .lookbook .lookbook_list {
    padding-bottom: 80px; }
    .lookbook .lookbook_list > li {
      margin-bottom: 80px; }
      .lookbook .lookbook_list > li:last-child {
        margin-bottom: 90px; }
  .lookbook .lookbook_subtitle {
    margin: 20px 0;
    text-align: center;
    font-size: 36px;
    font-family: 'Uniqlo Light'; }

.lookbook_lineup {
  margin: 0 auto 20px;
  padding-top: 20px;
  width: 960px; }
  .lookbook_lineup h2 {
    margin: 65px 15px 0;
    padding: 12px 15px;
    background: #EDEDED;
    font-size: 28px;
    font-family: 'Uniqlo Light';
    line-height: 1; }
  .lookbook_lineup p {
    margin: 15px 15px 0 30px;
    line-height: 1.4; }
  .lookbook_lineup ul {
    overflow: hidden; }
    .lookbook_lineup ul li {
      float: left;
      padding: 15px;
      width: 33.33%;
      text-align: center; }
  .lookbook_lineup .lookbook_lineupimg {
    position: relative;
    display: block;
    overflow: hidden;
    width: 280px;
    height: 420px; }
    .lookbook_lineup .lookbook_lineupimg img {
      display: inline;
      width: 280px;
      height: 420px;
      transition: .3s ease-in-out; }
    .lookbook_lineup .lookbook_lineupimg:hover img {
      opacity: .8; }

.lookbook_area01 h2 {
  margin-top: 0; }

.lookbook01 .lookbook_lineup01, .lookbook02 .lookbook_lineup02, .lookbook03 .lookbook_lineup03, .lookbook04 .lookbook_lineup04, .lookbook05 .lookbook_lineup05, .lookbook06 .lookbook_lineup06, .lookbook07 .lookbook_lineup07, .lookbook08 .lookbook_lineup08, .lookbook09 .lookbook_lineup09, .lookbook10 .lookbook_lineup10, .lookbook11 .lookbook_lineup11, .lookbook12 .lookbook_lineup12, .lookbook13 .lookbook_lineup13, .lookbook14 .lookbook_lineup14, .lookbook15 .lookbook_lineup15, .lookbook16 .lookbook_lineup16, .lookbook17 .lookbook_lineup17 {
  display: none; }

.no-touch .lookbook .item a:hover img {
  opacity: .7; }

.lookbook_head {
  position: relative; }
  .lookbook_head .mdl.hover .lookbook_sns {
    display: block; }
  .lookbook_head .lookbook_sns {
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
    margin-top: -15px;
    width: 100%; }
    .lookbook_head .lookbook_sns ul {
      margin: 15px 0 0;
      text-align: center;
      font-size: 0; }
    .lookbook_head .lookbook_sns li {
      display: inline-block;
      margin: 0 10px; }
      .lookbook_head .lookbook_sns li img {
        width: 30px;
        height: 30px; }
    .lookbook_head .lookbook_sns .tit {
      color: #fff;
      text-align: center;
      font-size: 18px !important;
      font-family: Uniqlo Light; }

/*
----------------
itemlineup
----------------
*/
.itemlineup {
  float: none;
  margin: 0 auto 20px;
  padding-top: 20px;
  width: 960px; }
  .itemlineup h2 {
    margin: 20px 0 50px;
    text-align: center;
    font-size: 36px;
    font-family: 'Uniqlo Light'; }
  .itemlineup h3 {
    position: relative;
    padding: 15px;
    background: #EDEDED;
    letter-spacing: .1em;
    font-size: 28px;
    font-family: 'Uniqlo Light'; }
  .itemlineup .category_item {
    padding-bottom: 65px; }
  .itemlineup .accessories_item .pagetop {
    margin-bottom: 80px;
    padding-top: 20px; }

.horizontal_list {
  position: relative; }
  .horizontal_list > li {
    position: relative;
    float: left;
    width: 33.33%; }
    .horizontal_list > li a.mdl_item:focus img {
      opacity: 0.7; }
  .horizontal_list .product img {
    margin: 40px 0 10px;
    width: 160px;
    height: 160px; }
  .horizontal_list .item {
    margin: 0 0 15px;
    padding: 15px 15px 40px;
    text-align: center; }
    .horizontal_list .item a:hover {
      text-decoration: none; }
    .horizontal_list .item span {
      width: 100%;
      text-align: center; }
    .horizontal_list .item .shoplist_link {
      right: 0;
      bottom: 0;
      margin: 0 auto;
      max-width: 230px; }
  .horizontal_list .item_txt {
    height: 35px;
    text-align: left;
    font-size: 13px;
    line-height: 1.4em; }
  .horizontal_list .price {
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.2rem; }
  .horizontal_list .shoplist_link {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    color: #727070;
    text-align: center;
    font-size: 0.75rem; }
    .horizontal_list .shoplist_link a {
      display: block;
      margin: 0 auto;
      padding: 5px 0;
      max-width: 220px;
      border: 1px solid #000;
      color: #000;
      line-height: 1.5; }
  .horizontal_list .name {
    display: inline-block;
    margin: 0 auto;
    min-height: 40px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.45; }
  .horizontal_list .item_price {
    margin: -10px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    font-family: Uniqlo; }
    .horizontal_list .item_price span {
      font-weight: normal;
      font-size: 11px;
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .horizontal_list .item_sale {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1.3; }
  .horizontal_list .wishlist {
    position: absolute;
    top: 250px;
    left: 50%;
    margin-left: -100px; }
    .horizontal_list .wishlist img {
      width: 26px;
      height: auto; }

.no-touch .itemlineup .shoplist_link a:after {
  transition: 0.3s linear; }

.no-touch .itemlineup .mdl_item:hover img {
  opacity: 0.7; }

.no-touch .itemlineup .shoplist_link a:hover:after {
  right: 7px; }

.pagetop {
  margin-bottom: 17px;
  padding: 0 80px;
  text-align: right;
  line-height: 1; }
  .pagetop a {
    display: inline-block;
    padding: 0 0 0 30px;
    background: url("/carineroitfeld/16fw_common/images/pagetop_icon.png") no-repeat left top;
    font-family: 'Uniqlo Light'; }

#itemcategory_navi, .mdl_item_area {
  display: none; }

/*
----------------
item modal
----------------
*/
.mdl_inner {
  overflow: hidden;
  padding: 18px 15px 69px;
  width: 960px; }
  .mdl_inner .item_img, .mdl_inner .item_detail {
    float: left; }
  .mdl_inner .item_img {
    width: 49.892242%;
    text-align: center; }
    .mdl_inner .item_img ul {
      position: relative;
      top: 0;
      left: 0;
      margin: 0 auto;
      padding: 50px 0;
      width: 400px;
      height: 400px; }
      .mdl_inner .item_img ul li {
        position: absolute;
        top: 50px;
        left: 0;
        z-index: 500;
        width: 400px;
        height: 400px;
        opacity: 0; }
        .mdl_inner .item_img ul li.current {
          z-index: 1500;
          opacity: 1.0; }
        .mdl_inner .item_img ul li img {
          width: 100%;
          height: auto; }
    .mdl_inner .item_img button {
      z-index: 2500; }
  .mdl_inner .item_ptnnav {
    position: absolute;
    right: 512px;
    bottom: 89px;
    z-index: 1501; }
    .mdl_inner .item_ptnnav p {
      float: left;
      font-size: 14px; }
      .mdl_inner .item_ptnnav p:last-child::before {
        margin: 0 .5em;
        content: "|";
        font-weight: normal; }
      .mdl_inner .item_ptnnav p span {
        text-decoration: underline; }
        .mdl_inner .item_ptnnav p span:hover {
          cursor: pointer; }
      .mdl_inner .item_ptnnav p.on span:hover {
        cursor: default; }
      .mdl_inner .item_ptnnav p span:hover {
        text-decoration: none; }
      .mdl_inner .item_ptnnav p.on {
        font-weight: bold; }
        .mdl_inner .item_ptnnav p.on span {
          text-decoration: none; }
  .mdl_inner .item_detail {
    position: relative;
    padding: 90px 35px 40px 59px;
    width: 50.107758%;
    height: 550px;
    border-left: 1px solid #999; }
    .mdl_inner .item_detail .item_name {
      font-size: 22px;
      line-height: 1.4em; }
    .mdl_inner .item_detail .color_list {
      margin: 15px 0;
      font-size: 16px; }
      .mdl_inner .item_detail .color_list li {
        margin: 15px 0; }
    .mdl_inner .item_detail .item_data {
      padding-top: 10px; }
    .mdl_inner .item_detail .item_price {
      margin-bottom: 20px;
      font-weight: bold;
      font-size: 21px;
      font-family: Uniqlo; }
      .mdl_inner .item_detail .item_price span {
        font-weight: normal;
        font-size: 11px;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
    .mdl_inner .item_detail .item_storetype {
      margin-bottom: 20px; }
      .mdl_inner .item_detail .item_storetype span {
        display: inline-block;
        padding: 5px 15px;
        border: 1px solid #A3A1A1;
        font-size: 12px; }
    .mdl_inner .item_detail .item_sale {
      margin-bottom: 0;
      letter-spacing: 1px;
      font-size: 15px;
      line-height: 1.3; }
    .mdl_inner .item_detail .item_sku {
      position: absolute;
      bottom: 20px;
      left: 59px;
      color: #000;
      font-size: 10px; }
    .mdl_inner .item_detail .color_label {
      position: relative;
      display: inline-block;
      padding-left: 30px;
      line-height: 25px; }
      .mdl_inner .item_detail .color_label:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 25px;
        content: ""; }
    .mdl_inner .item_detail .color00:before {
      border: 1px solid #ddd;
      background: #ffffff; }
    .mdl_inner .item_detail .color01:before {
      background: #f2f1ef; }
    .mdl_inner .item_detail .color06:before {
      background: #767676; }
    .mdl_inner .item_detail .color08:before {
      background: #A9A9A9; }
    .mdl_inner .item_detail .color09:before {
      background: #000000; }
    .mdl_inner .item_detail .color10:before {
      background: #F7CECB; }
    .mdl_inner .item_detail .color30:before {
      background: #D1C2A5; }
    .mdl_inner .item_detail .color32:before {
      background: #E4DACB; }
    .mdl_inner .item_detail .color33:before {
      background: #B06E35; }
    .mdl_inner .item_detail .color35:before {
      background: #6D4C33; }
    .mdl_inner .item_detail .color38:before {
      background: #574b4c; }
    .mdl_inner .item_detail .color55:before {
      background: #009A57; }
    .mdl_inner .item_detail .color57:before {
      background: #575531; }
    .mdl_inner .item_detail .color59:before {
      background: #006400; }
    .mdl_inner .item_detail .current_label:before {
      border: 3px solid #FF2525; }
  .mdl_inner .wishlist_heart_icon {
    z-index: 1600; }

#cboxPrevious::before {
  content: "PREVIOUS ITEM"; }

#cboxNext::before {
  content: "NEXT ITEM"; }

/*
----------------
stores-list
----------------
*/
.storeslist {
  margin: 40px auto 0;
  max-width: 750px; }
  .storeslist .left, .storeslist .right {
    width: 50%; }
  .storeslist .stores_inner {
    margin: 20px auto 50px;
    padding: 0 1%;
    border-bottom: 1px solid #999; }
  .storeslist .storemap_list {
    margin: 5px 0 20px; }
    .storeslist .storemap_list li {
      display: inline-block;
      padding-bottom: 10px;
      width: 100%;
      font-size: 16px;
      line-height: 30px; }
      .storeslist .storemap_list li > span {
        display: block;
        font-size: 12px; }
    .storeslist .storemap_list .link_line {
      padding-bottom: 0; }
    .storeslist .storemap_list li p {
      letter-spacing: 1px;
      font-size: 13px;
      line-height: 27px; }
      .storeslist .storemap_list li p span {
        display: block;
        float: left;
        width: 72px;
        font-size: 13px; }
  .storeslist h2 {
    margin: 0 8%;
    padding: 25px 0 50px;
    text-align: center;
    font-size: 36px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
  .storeslist .stores_subtxt {
    padding: 5px 1%;
    border: 1px solid #999;
    border-width: 1px 0;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 27px; }
  .storeslist .storeslist_sub {
    padding: 0 1%;
    padding-bottom: 100px; }
    .storeslist .storeslist_sub .annot {
      padding-bottom: 25px;
      letter-spacing: 1px;
      font-size: 13px;
      line-height: 27px; }
      .storeslist .storeslist_sub .annot a {
        padding-bottom: 4px;
        border-bottom: 1px solid #000; }
        .storeslist .storeslist_sub .annot a:hover {
          border-bottom: 1px solid #f00;
          color: #f00; }
    .storeslist .storeslist_sub .sns_list {
      margin: 15px 0; }
      .storeslist .storeslist_sub .sns_list li {
        margin-bottom: 15px;
        padding: 0;
        font-size: 16px; }
        .storeslist .storeslist_sub .sns_list li a {
          display: block;
          width: 100%;
          text-decoration: underline;
          text-indent: 40px;
          line-height: 30px; }
        .storeslist .storeslist_sub .sns_list li.fb a {
          background: url(/carineroitfeld/16fw_common/images/fb.png) no-repeat; }
        .storeslist .storeslist_sub .sns_list li.tw a {
          background: url(/carineroitfeld/16fw_common/images/tw.png) no-repeat; }
        .storeslist .storeslist_sub .sns_list li.instagram a {
          background: url(/carineroitfeld/16fw_common/images/instagram.png) no-repeat; }
        .storeslist .storeslist_sub .sns_list li:hover {
          text-decoration: underline; }
    .storeslist .storeslist_sub .sns_annot {
      margin-top: 30px;
      letter-spacing: 0.3px;
      font-size: 14px; }
  .storeslist .scroll_inner {
    overflow: hidden;
    padding-bottom: 100px;
    height: 100%; }

.no-touch .sns_list li a:hover {
  color: #f00; }

/*
----------------
shoplist modal
----------------
*/
#shoplist_link, #shoplist_link01, #shoplist_link02 {
  position: relative;
  top: -1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5030;
  overflow: hidden;
  margin: auto;
  max-width: 640px;
  width: 640px;
  height: 580px; }
  #shoplist_link .inner, #shoplist_link01 .inner, #shoplist_link02 .inner {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    height: 560px;

    -ms-box-sizing: border-box; }
  #shoplist_link .storeslist, #shoplist_link01 .storeslist, #shoplist_link02 .storeslist {
    margin: 15px 0 0 50px;
    width: auto; }
    #shoplist_link .storeslist li, #shoplist_link01 .storeslist li, #shoplist_link02 .storeslist li {
      overflow: hidden;
      padding-bottom: 7px;
      font-size: 16px;
      line-height: 30px; }
      #shoplist_link .storeslist li > span, #shoplist_link01 .storeslist li > span, #shoplist_link02 .storeslist li > span {
        display: block;
        font-size: 12px; }
    #shoplist_link .storeslist .link_line, #shoplist_link01 .storeslist .link_line, #shoplist_link02 .storeslist .link_line {
      padding-bottom: 0; }
    #shoplist_link .storeslist li p, #shoplist_link01 .storeslist li p, #shoplist_link02 .storeslist li p {
      letter-spacing: 1px;
      font-size: 13px;
      line-height: 27px; }
      #shoplist_link .storeslist li p span, #shoplist_link01 .storeslist li p span, #shoplist_link02 .storeslist li p span {
        display: block;
        float: left;
        width: 72px;
        font-size: 13px; }
  #shoplist_link .popup .inner .mCustomScrollBox, #shoplist_link01 .popup .inner .mCustomScrollBox, #shoplist_link02 .popup .inner .mCustomScrollBox {
    padding: 0px 60px;
    border: 1px solid #cccccc;
    background-color: #FFF; }
  #shoplist_link p.title.head, #shoplist_link01 p.title.head, #shoplist_link02 p.title.head {
    margin: 30px 20px 10px;
    text-align: center;
    letter-spacing: 1.2px;
    font-size: 24px;
    line-height: 24px; }
    #shoplist_link p.title.head span, #shoplist_link01 p.title.head span, #shoplist_link02 p.title.head span {
      vertical-align: top;
      font-weight: bold;
      font-size: 30px;
      font-family: Uniqlo light; }

/*
----------------
favorite
----------------
*/
.wishlist_heart_icon {
  width: 26px;
  height: 26px; }

/*
----------------
country nav
----------------
*/
.country {
  margin: 30px auto 0;
  padding-bottom: 130px;
  width: 180px; }
  .country .line {
    position: absolute;
    bottom: -5px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 2px;
    background: #000;
    -ms-transform: scale(0);
    transform: scale(0); }
  .country ul {
    position: relative; }
    .country ul li {
      position: relative;
      z-index: 3;
      float: left; }
      .country ul li.more_link {
        float: right; }
      .country ul li a {
        position: relative;
        letter-spacing: 0.5px;
        font-size: 18px;
        font-family: Uniqlo Light;
        line-height: 30px; }
        .country ul li a.current .line {
          -ms-transform: scale(1) !important;
          transform: scale(1) !important; }
        .country ul li a:hover {
          text-decoration: none; }
    .country ul .more {
      position: absolute;
      top: -15px;
      left: 0;
      z-index: 1;
      display: none;
      width: 0; }
      .country ul .more ul {
        overflow: hidden; }
        .country ul .more ul li {
          margin: 0;
          width: 33.33%; }
    .country ul .more_overlay {
      display: none; }
  .country > ul > li {
    margin: 0 12px; }

/*
----------------
sns
----------------
*/
.mdl {
  position: relative; }
  .mdl .sns {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 150px;
    height: 65px;
    opacity: 0;
    transition: all 0.5s;
    transition: .3s; }
    .mdl .sns .tit {
      color: #fff;
      text-align: center;
      font-size: 18px !important;
      font-family: Uniqlo Light; }
    .mdl .sns ul {
      overflow: hidden;
      margin-top: 20px; }
      .mdl .sns ul li {
        float: left;
        margin: 0 10px; }
  .mdl a.close-overlay {
    position: absolute;
    top: -15px;
    right: 0;
    z-index: 100;
    display: block;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    line-height: 45px;
    cursor: pointer; }
    .mdl a.close-overlay.hidden {
      display: none; }
  .mdl.hover .sns {
    opacity: 1; }

/*
----------------
event report
----------------
*/
.report_tabs, .tab_content {
  margin: 20px auto;
  width: 960px; }

.report_tabs {
  height: 140px; }
  .report_tabs > li {
    position: relative;
    float: left;
    width: 50%; }
    .report_tabs > li > a {
      display: block;
      margin: 0 50px;
      padding: 15px 15px 35px;
      height: 126px;
      border: 1px solid #000;
      background: #fff url(/carineroitfeld/16fw_common/images/icon_downarrow.png) center bottom no-repeat;
      color: #000;
      font-size: 18px;
      font-family: 'Uniqlo';
      transition: padding 0.3s; }
      .report_tabs > li > a::after {
        width: 0;
        content: '';
        transition: all 0.3s; }
      .report_tabs > li > a p {
        text-align: center; }
      .report_tabs > li > a .report_detail {
        padding-top: 15px; }
  .report_tabs span {
    display: block;
    margin-bottom: 10px; }
  .report_tabs .share_report {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 10;
    display: none;
    margin-top: 20px;
    margin-left: -75px; }
    .report_tabs .share_report li {
      float: left;
      margin: 0 10px; }
      .report_tabs .share_report li a {
        display: block; }
  .report_tabs > li.active .share_report {
    display: block; }
  .report_tabs > li.active > a {
    position: relative;
    padding: 15px 15px 55px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    font-size: 22px;
    font-family: 'Uniqlo Light'; 
    cursor: default;}
    .report_tabs > li.active > a::after {
      position: absolute;
      bottom: -10px;
      left: 50%;
      margin-left: -40px;
      width: 80px;
      height: 2px;
      background: #ff0000;
      content: ''; }
    .report_tabs > li.active > a .report_detail {
      display: none; }

.coming_tabs > li > a {
  cursor: default; }

.coming_tabs .link_coming {
  padding-top: 55px;
  height: 126px; 
  background: none;
  text-align: center;}

.tab_content h2 {
  margin: 60px 0 30px;
  text-align: center;
  font-size: 36px;
  font-family: 'Uniqlo Light'; }

.tab_content .gallery_list li {
  float: left;
  margin-bottom: 15px; 
  width: 33.33%;
  text-align: center;}

.tab_content .gallery_list img {
  width: 300px;
  height: 449px; }

.tab_content .movie_fashionshow {
  margin: 30px auto 40px;
  text-align: center; }

.popup_gallery {
  display: none; }

.gallery_content {
  width: 468px;
  height: 700px;
  text-align: center; }
  .gallery_content img {
    width: 468px;
    height: 700px;
    vertical-align: top; }

.ie .gallery_content img {
  vertical-align: middle; }

#us01.gallery_content, #jp21.gallery_content {
  width: 1050px;
  height: 700px; }
  #us01.gallery_content img, #jp21.gallery_content img {
    width: 1050px;
    height: 700px; }

.event_report #cboxClose {
  top: -50px;
  right: 0; }

.event_report #cboxContent {
  margin: 50px 50px 0;
  border: 0; }

.event_report #cboxLoadedContent {
  padding: 0; }

.event_report #cboxPrevious::before, .event_report #cboxPrevious::after, .event_report #cboxNext::before, .event_report #cboxNext::after {
  display: none !important; }

.event_report #cboxPrevious, .event_report #cboxNext {
  width: 105px; }

.event_report #cboxNext {
  right: -50px;
  bottom: 50%;
  margin-bottom: -33px;
  width: 34px;
  height: 66px;
  background: url(/carineroitfeld/16fw_common/images/collection/arrowRight.png) no-repeat; }

.event_report #cboxPrevious {
  bottom: 50%;
  left: -50px;
  margin-bottom: -33px;
  width: 34px;
  height: 66px;
  background: url(/carineroitfeld/16fw_common/images/collection/arrowLeft.png) no-repeat; }

/*
----------------
footer
----------------
*/
.footer_carine {
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 154px;
  background: #e6e6e6; }

@media screen and (min-width: 1280px) {
  .main_wrap {
    min-height: 800px; }
  .carine_logo {
    margin: 20px 15px 15px;
    text-align: center; }
    .carine_logo img {
      width: 140px; }
  .global_header .carine_nav {
    visibility: hidden; }
  .pc_nav .carine_nav {
    position: fixed;
    top: 80px;
    left: 0;
    z-index: 20;
    width: 200px;
    height: 100%;
    border-right: 1px solid #ddd;
    letter-spacing: 1px;
    font-size: 14px; }
    .pc_nav .carine_nav .nav_inner.mCustomScrollbar {
      overflow: hidden;
      height: 500px; }
    .pc_nav .carine_nav li {
      overflow: hidden;
      line-height: 32px; }
    .pc_nav .carine_nav a {
      position: relative;
      color: #000;
      text-decoration: none; }
      .pc_nav .carine_nav a .line {
        position: absolute;
        bottom: -5px;
        display: block;
        overflow: hidden;
        width: 100%;
        height: 2px;
        background: #000;
        -ms-transform: scale(0);
        transform: scale(0); }
      .pc_nav .carine_nav a.current .line {
        -ms-transform: scale(1) !important;
        transform: scale(1) !important; }
      .pc_nav .carine_nav a:hover, .pc_nav .carine_nav a:active {
        text-decoration: none; }
    .pc_nav .carine_nav li {
      color: #ccc; }
    .pc_nav .carine_nav .menu {
      padding: 10px 0 0 15px; }
      .pc_nav .carine_nav .menu li.collection {
        height: 38px; }
        .pc_nav .carine_nav .menu li.collection.open {
          height: 182px !important; }
      .pc_nav .carine_nav .menu li.onlinestore:hover:after {
        padding-left: 10px;
        content: url("/carineroitfeld/16fw_common/images/linkArrow_gray.png"); }
      .pc_nav .carine_nav .menu li .onlinestore {
        color: #999;
        letter-spacing: 0.3px;
        font-size: 12px;
        line-height: 18px; }
        .pc_nav .carine_nav .menu li .onlinestore .line {
          position: absolute;
          bottom: -5px;
          display: block;
          overflow: hidden;
          width: 100%;
          height: 2px;
          height: 1px;
          background: #000;
          background: #999;
          -ms-transform: scale(0);
          transform: scale(0); }
    .pc_nav .carine_nav .carine_subnav {
      text-indent: 1em;
      font-size: 12px; }
      .pc_nav .carine_nav .carine_subnav li.on a {
        left: -10px;
        padding-left: 10px; }
        .pc_nav .carine_nav .carine_subnav li.on a:before {
          position: absolute;
          top: 50%;
          left: 0;
          display: inline-block;
          margin-top: -6px;
          width: 3px;
          height: 12px;
          background: #000;
          content: ""; }
    .pc_nav .carine_nav.fixed_bottom {
      position: absolute; }
    .pc_nav .carine_nav .nav_item_category {
      line-height: 2.2 !important; }
  .uniqlobasetemplate .pc_nav .carine_nav.fixed_bottom {
    position: absolute !important;
    top: 0 !important; }
  .lookbook_page, .itemlineup_page, .event_report {
    overflow-y: scroll; }
    .lookbook_page body.okayNav-loaded, .itemlineup_page body.okayNav-loaded, .event_report body.okayNav-loaded {
      overflow-x: visible; }
  .online_link {
    padding: 20px 0 5px; } }

@media screen and (min-width: 1280px) and (max-width: 1366px) {
  .movie_list {
    max-width: 860px; }
  .lookbook, .itemlineup, .report_tabs, .tab_content {
    width: 860px; }
  .storeslist {
    max-width: 650px; }
  .lookbook_lineup {
    width: 860px; }
    .lookbook_lineup .lookbook_lineupimg {
      width: 250px;
      height: 375px; }
      .lookbook_lineup .lookbook_lineupimg img {
        width: 250px;
        height: 375px; }
  .tab_content .gallery_list li {
    margin-bottom: 30px; }
    .tab_content .gallery_list li img {
      width: 250px;
      height: auto; } }

@media screen and (min-width: 1366px) {
  #slider {
    width: 860px; }
  .bx-wrapper li img {
    max-width: 860px; } }

@media screen and (min-width: 1440px) {
  #slider {
    width: 960px; }
  .bx-wrapper li img {
    max-width: 960px; }
  .lookbook .img_block img {
    width: 315px;
    height: auto; } }

@media screen and (max-width: 1366px) and (max-height: 768px) {
  #slider {
    width: 700px; }
  .bx-wrapper li img {
    max-width: 700px; }
  .storeslist .stores_inner {
    margin-top: 0; }
  .storeslist .storemap_list {
    margin: 15px 0; }
  .storeslist .storeslist_sub .sns_annot {
    margin-top: 15px; }
  .mdl_inner .item_detail {
    padding-top: 45px;
    height: 450px; }
  .mdl_inner .item_img ul {
    width: 300px;
    height: 300px; }
    .mdl_inner .item_img ul li {
      top: 60px;
      left: 50%;
      margin-left: -150px;
      width: 300px;
      height: 300px; } }
