@charset "UTF-8";
/*! =========================================================
*
* str
* responsive.css
*
========================================================= */
.cf:after, .clear:after, .clearfix:after, .clr:after, .footerLang:after, .footerLang__list:after, .footerSNS__list:after, .globalHeader__inner:after, .globalSubNav__list:after {
  content: "";
  clear: both;
  display: block;
}
.globalHeader__siteName a {
  background: none;
}
.globalHeader__siteName a img {
  display: block;
  height: auto;
  max-width: 100%;
}

/*! Top
--------------------------------------------------------- */
.indexBrands__listItemImg img {
  font-family: "object-fit: cover;";
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.indexBrands__listItemLogoInner {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.indexBrands__listItemLogoInner img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.indexNews__list .item .itemImg {
  height: auto;
}

/*! Brands
--------------------------------------------------------- */
.brands-category__text {
  font-size: 13px;
  line-height: 2;
  text-align: left;
}
.brands-cols__itemPhoto {
  overflow: visible;
  position: relative;
}
.brands-cols__itemLabel {
  bottom: 0;
  left: 0;
  margin: 0 0 0 -7px;
  position: absolute;
}
.brands-cols__itemLabel span {
  color: #fff;
  font-size: 10px;
  height: auto;
  line-height: normal;
  padding: 6px 12px;
  text-align: center;
  transform: scale(0.8) translate(-12.5%, 12.5%);
  width: 125%;
}
.brands-cols__itemLogo {
  display: block;
}
.brands-cols__itemLogo span {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 30px;
}
.brands-cols__itemLogo span img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.brands-detailHeader img {
  display: block;
  height: 100%;
  width: 100%;
}

/*! News
--------------------------------------------------------- */
.itemImg,
.newsWrap.newsArchiveWrap .newsArchive .itemImg {
  height: auto;
}
.newsWrap.newsArchiveWrap .newsArchive .itemImg {
  height: 102px;
  width: 162px;
}
.newsWrap.newsArchiveWrap .newsArchive .itemImg img {
  font-family: "object-fit: cover;";
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.newsPickup .newsList .item.large .itemImg img,
.newsPickup .newsList .item.middle .itemImg img,
.newsPickup .newsList .item.small .itemImg img {
  font-family: "object-fit: cover;";
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.labelNew {
  background: #c00;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 2px 3px 1px;
  text-align: center;
}
.newsRelated__list .itemImg {
  background: none;
}
.newsRelated__list .itemImg img {
  font-family: "object-fit: contain;";
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.indexNews__list .item a {
  height: 100%;
}
.newsBottomBack {
  display: block;
  font-size: 12px;
  letter-spacing: .06em;
  line-height: 1.33333;
  padding: 20px 17px 75px;
  text-align: right;
}
.newsBottomBack a {
  background: url(/sp/common/img/btn_back.png) 100% 50% no-repeat;
  background-size: 24px 17px;
  padding: 3px 32px 3px 0;
}

/*! PC
--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .sp__only {
    display: none !important;
  }

  /*! Global Navi
  --------------------------------------------------------- */
  .globalHeader {
    height: 98px !important;
  }
  .stripeIndex .globalHeader {
    height: 179px !important;
  }
  .globalHeader .contentInner {
    border-bottom: 1px solid rgba(0,0,0,.1);
    display: table;
  }
  .stripeIndex .globalHeader .contentInner {
    border-bottom: none;
  }
  .globalHeader__inner {
    border-bottom: none;
    display: table-cell;
  }
  .globalMenu {
    display: table-cell !important;
  }

  /*! Top
  --------------------------------------------------------- */
  .indexBrands__title {
    background: none;
    height: auto;
    width: auto;
  }
  .indexBrands__listItem {
    margin-top: 21px;
  }
  .indexBrands__listItem:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .indexBrands__listItemImg {
    height: 209px;
    width: 100%;
  }
  .indexBrands__listItemLogoInner {
    height: 97px;
  }
  .indexBrands__listItem:nth-of-type(3n+1) .indexBrands__listItemLogo {
    border-left: 1px solid #e5e5e5;
  }
  .indexBrands__listItem:nth-of-type(3n) .indexBrands__listItemLogo {
    border-right: 1px solid #e5e5e5;
  }
  .indexBrands__listItem:nth-of-type(3n) .indexBrands__listItemLogo:after {
    display: none;
  }
  .indexNews__title {
    background: none;
    height: auto;
    width: auto;
  }

  /*! Brands
  --------------------------------------------------------- */
  .brands-cols {
    padding-left: 28px;
  }
  .brands-cols__item:after,
  .brands-cols__item:before {
    background: transparent;
  }
  .brands-category__text {
    padding: 0 20px;
  }
  .brands-category__bg--blue,
  .brands-category__bg--red {
    display: block;
    height: calc(100% + 26px);
    left: -14px;
    position: absolute;
    top: -13px;
    width: calc(100% + 28px);
  }
  .brands-detailLayoutPhoto__item {
    display: flex;
    flex-wrap: wrap;
  }
  .brands-detailLayoutPhoto__item dd {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .brands-detailLayoutPhoto__item dd strong {
    display: block;
    width: 100%;
  }
  .brands-detailLayoutPhoto__item dt {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 26px 20px;
  }
  .brands-detailLayoutPhoto__item dt img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
  }

  /*! News
  --------------------------------------------------------- */
  .newsPickup .newsList .item.large .itemBody,
  .newsPickup .newsList .item.middle .itemBody,
  .newsPickup .newsList .item.small .itemBody {
    min-height: 128px;
    height: auto;
  }
  .newsWrap.newsArchiveWrap .newsArchive .item.large .itemBody,
  .newsWrap.newsArchiveWrap .newsArchive .item.middle .itemBody,
  .newsWrap.newsArchiveWrap .newsArchive .item.small .itemBody {
    padding-right: 202px;
    width: auto;
  }
  .newsWrap.newsArchiveWrap .newsArchive .itemTitle {
    font-size: 12px;
    line-height: 1.61538;
  }
  .newsWrap.newsArchiveWrap .newsArchive .itemInner {
    height: auto;
    min-height: 102px;
  }
  .newsWrap.newsArchiveWrap .newsArchive .itemMeta {
    margin: 10px 0;
  }
}

/*! Middle Size
--------------------------------------------------------- */
@media screen and (max-width: 1239px) {
  .brands-cols {
    margin: 11px 0;
  }
  .brands-category__title {
    height: 105px;
  }
  .brands-category__bg--blue,
  .brands-category__bg--red {
    height: calc(100% + 22px);
    top: -11px;
  }
  .is-apparel .brands-category__title img {
    width: auto;
  }
}

/*! SP
--------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc__only {
    display: none !important;
  }
  body {
    background: #e5e5e5;
    min-width: 0;
    width: 100%;
  }

  /*! Content
  --------------------------------------------------------- */
  .contentInner {
    min-width: 0;
    width: 100%;
  }

  /*! Header
  --------------------------------------------------------- */
  .globalHeader {
    height: auto;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    transition: transform .3s, height .2s linear;
    width: 100%;
    z-index: 1;
    z-index: 1000;
  }
  .stripeIndex .globalHeader {
    position: absolute;
  }
  .globalHeader.isOpen {
    height: 100%;
    overflow: scroll;
  }
  .globalHeader.isOpen,
  .globalHeader.isVisible {
    position: fixed;
    z-index: 6;
  }
  .globalHeader .contentInner {
    height: 100%;
    padding: 0;
  }
  .globalHeader__inner {
    align-items: center;
    background: #fff;
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    display: flex;
    justify-content: space-between;
    padding: 0;
    transform: translate3d(0,0,0);
    transition: transform .3s, height .2s linear;
    position: relative;
    z-index: 2;
    width: 100%;
  }
  .stripeIndex .globalHeader__inner {
    align-items: flex-start;
    border-bottom: none;
  }
  .stripeIndex .globalHeader.isVisible .globalHeader__inner {
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
  }
  .globalHeader__inner.isOut {
    transform: translate3d(0, -120px, 0);
  }

  /*! Logo
  --------------------------------------------------------- */
  .globalHeader__siteName {
    margin: 21px 0 14px 17px;
  }
  .globalHeader__siteName a {
    display: block;
    height: auto;
    margin: 0;
    max-width: 90px;
    transition: transform .3s, height .2s linear;
  }
  .stripeIndex .globalHeader__siteName a {
    margin-top: 55px;
    max-width: 152px;
  }
  .globalHeader.isVisible .globalHeader__siteName a {
    margin-top: 0;
    max-width: 90px;
  }

  /*! Global Navi
  --------------------------------------------------------- */
  .globalNav {
    display: block;
    padding: 0;
    text-align: left;
    width: 100%;
  }
  .globalHeader__triggerBtn {
    position: relative;
    top: 0;
    right: 0;
    width: 52px;
    height: 52px;
    display: block;
    margin-left: auto;
    z-index: 1;
  }
  .globalHeader__triggerBtn span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 18px;
    height: 4px;
    display: inline-block;
    transition: all .3s;
  }
  .globalHeader__triggerBtn span:nth-of-type(1) {
    top: 17px;
    background: #dcdcd6;
  }
  .globalHeader__triggerBtn span:nth-of-type(2) {
    top: 24px;
    background: #7d7d7d;
  }
  .globalHeader__triggerBtn span:nth-of-type(3) {
    top: 31px;
    background: #000;
  }
  .globalHeader.isOpen .globalHeader__triggerBtn span:nth-of-type(1) {
    -ms-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
    background: #999;
  }
  .globalHeader.isOpen .globalHeader__triggerBtn span:nth-of-type(2) {
    opacity: 0;
  }
  .globalHeader.isOpen .globalHeader__triggerBtn span:nth-of-type(3) {
    -ms-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
    background: #999;
  }
  .globalMenu {
    background: #fff;
    display: none;
    padding: 40px 17px 26px;
    position: relative;
    width: 100%;
  }
  .globalMenu__close,
  .globalNav__listItem,
  .globalSubNav {
    transition: opacity .2s linear;
    opacity: 0;
  }
  .globalNav__list {
    float: none;
  }
  .globalNav__listItem {
    border-top: 1px dotted rgba(0, 0, 0, .2);
    float: none;
    margin: 0;
  }
  .globalNav__listItem a {
    display: block;
    height: 93px;
    width: 100%;
    position: relative;
  }
  .globalNav__listItem--about a,
  .globalNav__listItem--about a:hover {
    background: url(/sp/common/img/label_globalNav_about.png) -1px 50% no-repeat;
    background-size: 156px 38px;
  }
  .globalNav__listItem--brands a,
  .globalNav__listItem--brands a:hover,
  .brands .globalNav__listItem--brands a {
    background: url(/sp/common/img/label_globalNav_brands.png) -1px 50% no-repeat;
    background-size: 78px 38px;
  }
  .globalNav__listItem--news a,
  .globalNav__listItem--news a:hover {
    background: url(/sp/common/img/label_globalNav_news.png) -1px 50% no-repeat;
    background-size: 80px 38px;
  }
  .globalSubNav {
    border-top: 1px dotted rgba(0, 0, 0, .2);
  }
  .globalSubNav__list {
    padding-top: 14px;
    margin-bottom: 22px;
  }
  .globalSubNav__listItem {
    float: left;
    width: 50%;
  }
  .globalSubNav__listItem a {
    padding: 12px 0;
    display: block;
    width: 100%;
  }
  .globalNav__listItem a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 16px;
    height: 9px;
    background: url(/sp/common/img/icon_globalNav_arrow.png) no-repeat;
    background-size: 16px 9px;
  }
  .globalFooter a img,
  .globalSubNav__listItem img {
    display: block;
    pointer-events: none;
  }
  .globalMenu__closeBtn {
    background: url(/sp/common/img/btn_globalmenu_close.png) no-repeat;
    background-size: 285px 42px;
    width: 285px;
    height: 42px;
    margin: 0 auto;
  }
  .globalHeader__siteName a span,
  .globalMenu__closeBtn span,
  .globalNav__listItem a span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .globalHeader.isOpen .globalMenu.isVisible .globalMenu__close,
  .globalHeader.isOpen .globalMenu.isVisible .globalNav__listItem,
  .globalHeader.isOpen .globalMenu.isVisible .globalSubNav {
      opacity: 1;
  }

  /*! Main Content
  --------------------------------------------------------- */
  .mainContent {
    background: #fff;
    padding-top: 133px;
  }

  /*! Main Visual
  --------------------------------------------------------- */
  .mainVisual {
    margin-bottom: 0;
  }
  .mainVisual__slider {
    position: static;
  }
  .mainVisual a {
    min-height: 0;
  }
  .mainVisual a:after,
  .mainVisual a:before {
    display: none;
  }
  .mainVisual__slider .slider__listItemVisual {
    max-height: none;
    max-width: none;
    opacity: 1;
    padding: 0;
    transform: none;
    transition: none;
  }
  .mainVisual__slider .slider__listItemVisual img {
    height: auto;
    width: 100%;
  }
  .stripeIndex .contentInner {
    padding: 0;
  }
  .indexMenu {
    background: #fff;
    margin-bottom: 52px;
    padding: 23px 17px 0;
  }
  .indexNav__listItem {
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
  }
  .indexNav__listItem a {
    display: block;
    height: 93px;
    position: relative;
    width: 100%;
  }
  .indexNav__listItem--about a {
    background: url(/sp/common/img/label_globalNav_about.png) -1px 50% no-repeat;
    background-size: 151px 38px;
  }
  .indexNav__listItem--brands a {
    background: url(/sp/common/img/label_globalNav_brands.png) -1px 50% no-repeat;
    background-size: 78px 38px;
  }
  .indexNav__listItem--news a {
    background: url(/sp/common/img/label_globalNav_news.png) -1px 50% no-repeat;
    background-size: 80px 38px;
  }
  .indexBrands__listItemLogo:after,
  .indexNav__listItem a:after {
    bottom: 0;
    content: "";
    right: 0;
    top: 0;
  }
  .indexNav__listItem a:after {
    background: url(/sp/common/img/icon_globalNav_arrow.png) no-repeat;
    background-size: 16px 9px;
    height: 9px;
    margin: auto;
    position: absolute;
    width: 16px;
  }
  .indexHeader__siteName a span,
  .indexNav__listItem a span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .indexContent {
    margin: 0;
    padding: 0 17px 78px;
  }
  .stripeIndex .indexBrands {
    background: none;
    float: none;
    margin-top: 78px;
    padding: 0;
  }
  .indexBrands__title {
    background: none;
    float: none;
    height: auto;
    width: auto;
  }
  .indexBrands__title img {
    display: block;
  }
  .indexBrands__body {
    margin-bottom: 26px;
  }
  .indexBrands__list {
    display: flex;
    flex-wrap: wrap;
  }
  .indexBrands__listItem {
    float: none;
    margin-top: 12px;
    width: 50%;
  }
  .indexBrands__listItem:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .indexBrands__listItemImg {
    height: 170px;
    width: 100%;
  }
  .indexBrands__listItemLogo {
    display: block;
    height: 66px;
  }
  .indexBrands__listItem:nth-of-type(2n+1) .indexBrands__listItemLogo {
    border-left: 1px solid #e5e5e5;
  }
  .indexBrands__listItem:nth-of-type(2n) .indexBrands__listItemLogo {
    border-right: 1px solid #e5e5e5;
  }
  .indexBrands__listItemLogo:after {
    background: url(/sp/img/bg_index_brands_logo.png) repeat-y;
    background-size: 1px 44px;
    height: 46px;
    margin: auto;
    position: absolute;
    width: 1px;
  }
  .indexBrands__listItem:nth-of-type(2n) .indexBrands__listItemLogo:after {
    display: none;
  }
  .indexBrands__listItemLogoInner {
    height: 100%;
    padding: 10px;
  }
  .indexBrands__footer a,
  .indexNews__footer a {
    padding: 0;
  }
  .indexBrands__footer img,
  .indexNews__footer img {
    display: block;
    height: auto;
    width: 100%;
  }
  .indexNews {
    background: none;
    float: none;
    padding: 0;
    width: 100%;
  }
  .indexNews__header {
    margin: 0;
  }
  .indexNews__body {
    margin-bottom: 26px;
  }
  .indexNews__title {
    background: none;
    float: none;
    height: auto;
    width: auto;
  }
  .indexNews__title img {
    display: block;
  }
  .indexNews__lead {
    display: none;
  }
  .indexNews__list .item {
    background: none;
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
  }
  .indexNews__list .item .itemInner {
    padding: 20px 0 26px;
  }
  .indexNews__list .item .itemImg {
    margin-bottom: 12px;
    width: auto;
  }
  .indexNews__list .item .itemImg:after {
    display: none;
  }
  .indexNews__list .item .itemBody {
    padding: 0;
  }
  .linkAnim__target:before {
    display: none;
  }
  .indexNews__list .item .itemTitle {
    letter-spacing: .05em;
    line-height: 2;
    margin-bottom: 14px;
    opacity: .88;
  }
  .indexNews__list .item .itemDate {
    text-align: left;
  }
  .indexNews__list .item .itemDate,
  .indexNews__list .item a:hover .itemDate {
    background: url(/sp/img/mark_arrow_right.png) 100% center no-repeat;
    background-size: 15px 9px;
    border: none;
    font-size: 10px;
    height: 100%;
    line-height: 1;
    opacity: .4;
    position: static;
    width: 100%;
  }
  .indexNews__list--pickup .item .itemDate {
    height: auto;
    min-height: 9px;
    opacity: 1;
  }
  .indexNews__list--pickup .item .itemDate:after {
    background: url(/sp/common/img/icon_pickup.png) no-repeat;
    background-size: 35px 9px;
    content: "";
    display: block;
    height: 9px;
    width: 35px;
  }
  .indexNews__list .item a:hover .itemDate span {
    clip: auto;
    height: auto;
    margin: 0;
    position: static;
    width: auto;
  }
  .indexFooter,
  .indexFooter.isOut {
    border-top: 1px solid rgba(0,0,0,.2);
    height: auto;
    padding: 33px 17px 52px;
    position: static;
    transform: none;
  }
  .indexFooter__inner {
    border: none;
    width: 100%;
  }
  .indexFooterNav {
    float: none;
  }
  .indexFooterNav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .indexFooterNav__listItem {
    background: url(/sp/img/mark_arrow_right.png) 100% center no-repeat;
    background-size: 15px 9px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    float: none;
    margin: 0;
    width: 47%;
  }
  .indexFooterNav__listItem a,
  .indexFooterNav__listItem a:hover {
    line-height: normal;
    opacity: 1;
    padding: 18px 0;
  }
  .indexFooterNav__listItem img {
    display: block;
  }
  .indexFooterLang {
    display: none;
  }

  /*! Brands
  --------------------------------------------------------- */
  .indexBrands {
    width: 100%;
  }
  .brands-page__caption {
    margin: 52px 17px 0;
    text-align: left;
  }
  .brands-page__title {
    margin: 38px 17px 0;
    text-align: left;
  }
  .brands-page__text {
    margin: 38px 17px 52px;
    text-align: left;
  }
  .brands-pageLink {
    margin: 0 17px;
    overflow: hidden;
  }
  .brands-pageLink__item {
    float: left;
    position: relative;
    opacity: .4;
  }
  .brands-pageLink__item+.brands-pageLink__item:before {
    display: inline-block;
    margin: -1px 4px 0;
    color: #999;
    font-size: 10px;
    vertical-align: middle;
    content: "/";
  }
  .brands-pageLink a {
    color: #000;
    font-size: 10px;
  }
  .brands-inner {
    display: flex;
    background: #f0f0f0;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 12px 0 0;
    max-width: none;
    min-width: 0;
    padding: 26px 17px 0;
    width: 100%;
  }
  .brands-inner:before {
    display: none;
  }
  .brands-cols {
    float: none;
    margin: 12px 0 0;
    padding: 0;
    width: 49%;
  }
  .brands-cols.index {
    margin: 90px 0 26px;
    padding: 0;
    width: 100%;
  }
  .brands-cols.index:nth-of-type(1) {
    margin-top: 0;
  }
  .brands-cols__item:after,
  .brands-cols__item:before {
    background: transparent;
  }
  .brands-category:after,
  .brands-category:before {
    display: none;
  }
  .brands-category__title {
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    height: auto;
    line-height: normal;
    padding-bottom: 26px;
    text-align: left;
  }
  .is-apparel .brands-category__title img {
    width: 62px;
  }
  .brands-category__text {
    height: auto;
    margin-top: 26px;
  }
  .brands-category__bg--red,
  .brands-category__bg--blue {
    display: none;
  }
  .brands-cols--active a:before {
    display: none;
  }
  .brands-cols__itemLabel {
    margin: 0;
  }
  .brands-cols__itemLabel span {
    padding: 4px 8px;
  }
  .brands-cols__itemLogo {
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    height: 66px;
  }
  .brands-cols--active .brands-cols__itemLogo {
    height: 248px;
  }
  .brands-cols__itemLogo span {
    padding: 10px 20px;
  }
  .brands-detail.expand-transition {
    overflow: visible;
  }
  .brands-detail {
    margin: 12px 20px 0;
    width: calc(100% - 40px);
  }
  .brands-detailInner {
    margin: 0;
    max-width: none;
    min-width: 0;
    padding: 0;
    width: 100%;
  }
  .brands-detailHeader {
    padding: 0;
  }
  .brands-detailHeader img {
    height: auto;
    width: 100%;
  }
  .brands-detailHeader__close {
    display: none;
  }
  .brands-detailHeader__prev a,
  .brands-detailHeader__prev span,
  .brands-detailHeader__next a,
  .brands-detailHeader__next span {
    display: block;
    height: 100%;
    top: 0;
    width: 20px;
  }
  .brands-detailHeader__prev a:before,
  .brands-detailHeader__prev span:before,
  .brands-detailHeader__next a:before,
  .brands-detailHeader__next span:before {
    background-repeat: no-repeat;
    background-size: 10px 17px;
    content: "";
    display: block;
    height: 17px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
  }
  .brands-detailHeader__next + .brands-detailHeader__prev:after {
    display: none;
  }
  .brands-detailHeader__prev a,
  .brands-detailHeader__prev span,
  .brands-detailHeader__prev a:hover,
  .brands-detailHeader__prev span:hover {
    background: none;
    left: -20px;
  }
  .brands-detailHeader__prev a:before,
  .brands-detailHeader__prev span:before,
  .brands-detailHeader__prev a:hover:before,
  .brands-detailHeader__prev span:hover:before {
    background-image: url(/common/img/ico_arrow_prev.png);
  }
  .brands-detailHeader__next a,
  .brands-detailHeader__next span,
  .brands-detailHeader__next a:hover,
  .brands-detailHeader__next span:hover {
    background: none;
    right: -20px;
  }
  .brands-detailHeader__next a:before,
  .brands-detailHeader__next span:before,
  .brands-detailHeader__next a:hover:before,
  .brands-detailHeader__next span:hover:before {
    background-image: url(/common/img/ico_arrow_next.png);
  }
  .brands-detailHeader__prev--disabled,
  .brands-detailHeader__next--disabled {
    display: none;
  }
  .brands-detailBody {
    float: none;
    padding: 30px 17px 0;
    width: 100%;
  }
  .brands .text-propotional {
    margin: 0;
  }
  .brands .brands-detailBody__title {
    font-size: 16px;
    font-weight: 700;
    opacity: 1;
  }
  .brands .brands-detailBody__label {
    font-size: 10px;
    opacity: .4;
  }
  .brands .brands-detailBody__text {
    margin-top: 26px;
    line-height: 2;
    text-align: justify;
    font-size: 13px;
    opacity: 1;
  }
  .brands-detailLogo {
    align-items: center;
    border: 1px solid #e5e5e5;
    display: flex;
    height: 120px;
    justify-content: center;
    margin-top: 20px;
    padding: 15px 13%;
    width: 100%;
  }
  .brands-detailLogo img {
    display: block;
    height: auto;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
  }
  .brands-detailLayoutPhoto__item dd {
    width: 100%;
  }
  .brands-detailLayout {
    display: none;
  }
  .brands-detailSide {
    align-items: flex-start;
    display: flex;
    float: none;
    justify-content: space-between;
    margin: 0;
    padding: 38px 17px 0;
  }
  .brands .brands-detailSide__link {
    margin: 0;
  }
  .brands-detailSide__linkItem a {
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    display: inline-block;
    font-size: 13px;
    padding-bottom: 12px;
  }
  .brands-detailSide__sns {
    align-items: center;
    display: flex;
    order: 2;
    padding: 0;
  }
  .brands-detailSide__snsItem {
    display: block;
    opacity: .4;
  }
  .brands-detailSide__snsItem:nth-child(1),
  .brands-detailSide__snsItem:nth-child(2),
  .brands-detailSide__snsItem:nth-child(3) {
    margin: 0;
  }
  .brands-detailSide__snsItem + .brands-detailSide__snsItem {
    margin-left: 14px;
  }
  .brands-detailSide__snsItem a,
  .brands-detailSide__snsItem img {
    display: block;
  }
  .brands-detail__back {
    padding: 26px 25px;
  }
  .brands-detail__back a {
    align-items: center;
    background: #f2f2f2;
    color: #000;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    height: 42px;
    justify-content: center;
    text-align: center;
  }
  .brands-detail__back i {
    margin-right: 7px;
  }
  .brands-detail__back img {
    display: block;
  }
  .brands_detail_open .brands-page__caption,
  .brands_detail_open .brands-page__title,
  .brands_detail_open .brands-page__text,
  .brands_detail_open .brands-pageLink,
  .brands_detail_open .brands-cols {
    display: none;
  }
  .brands_detail_open .brands-inner {
    margin: 0;
    padding: 0;
  }
  .brands_detail_open .brands-detail {
    margin-top: 0;
  }
  .brands-pageTop {
    padding: 26px 12px 52px;
    text-align: right;
  }

  /*! News
  --------------------------------------------------------- */
  .news a {
    opacity: 1;
  }
  .news.index .globalHeader {
    padding: 0;
  }
  .news .contentInner {
    /*background: #fff;*/
    padding: 0;
  }
  .news .localNav {
    display: block;
    margin: 0;
    padding: 52px 17px 26px;
  }
  .news.index .localNav {
    margin: 0;
  }
  .news.archive .localNav,
  .news.detail .localNav {
    align-items: center;
    display: flex;
    margin: 0;
  }
  .localNav__title {
    background: none;
    display: block;
    padding: 0;
  }
  .localNav__title h1 {
    font-size: 13px;
    font-weight: 700;
  }
  .news.archive .localNav__title h1,
  .news.detail .localNav__title h1 {
    color: rgba(0,0,0,.2);
    font-weight: 400;
  }
  .localNav__content {
    display: block;
    padding: 0;
  }
  .localNav__list {
    display: flex;
    flex-wrap: wrap;
  }
  .localNav__listItem {
    background: url(/sp/common/img/mark_separator_slash.png) 0 50% no-repeat;
    background-size: 4px 8px;
    display: list-item;
    float: none;
    font-size: 9px;
    letter-spacing: .06em;
    line-height: 1;
    margin: 10px 0 0 6px;
    padding: 0 0 0 10px;
  }
  .localNav__listItem:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .localNav__listItem > a {
    font-weight: normal;
    opacity: 1;
    padding: 0;
  }
  .news.archive .localNav__listItem,
  .news.detail .localNav__listItem {
    display: none;
    margin: 0;
  }
  .news.archive .localNav__listItem:first-child,
  .news.detail .localNav__listItem:first-child {
    display: list-item;
  }
  .news.archive .localNav__listItem:first-child:before,
  .news.detail .localNav__listItem:first-child:before {
    content: "_ ";
  }
  .item.large a:after,
  .newsDetailHeader__inner:after,
  .newsFilter:after,
  .newsFilter__list:after,
  .newsPickup:after,
  .newsRelated__listInner:after,
  .newsVisual__button:after,
  .newsVisual__switch:after,
  .newsWrap.newsArchiveWrap .newsArchive .item:after {
    display: none;
  }
  .newsBody {
    margin: 0;
    padding: 38px 17px 90px;
    width: 100%;
  }
  .newsFilter {
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(0, 0, 0, .2);
    background: none;
    padding: 8px 0 18px;
  }
  .newsFilter__list {
    display: flex;
    flex-wrap: wrap;
    float: none;
  }
  .newsFilter__listItem,
  .newsFilter__listItem:first-child {
    background: url(/common/img/mark_separator_slash.png) 100% 50% no-repeat;
    background-size: 4px 8px;
    cursor: pointer;
    float: none;
    font-size: 9px;
    line-height: 1.05556;
    margin: 10px 10px 0 0;
    padding: 0 14px 0 0;
  }
  .newsFilter__listItem:last-child {
    background: none;
    margin-right: 0;
    padding-right: 0;
  }
  .newsFilter__listItem span {
    color: #b8b8b8;
    display: block;
    opacity: 1;
    padding: 0;
  }
  .newsFilter__listItem.active span,
  .newsFilter__listItem:hover span {
    color: #000;
  }
  .newsWrap {
    margin: 0;
  }
  .newsList {
    float: none;
    margin: 0;
    padding: 0;
  }
  .newsList:before,
  .newsList:after,
  .newsList hr {
    display: none;
  }
  .newsList > .item {
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    padding: 0;
    width: 100%;
  }
  .newsList > .item.blank {
    border: none;
    margin: 0;
  }
  .newsList > .item + .item {
    margin: 0;
  }
  .newsList > .item + .item:before {
    display: none;
  }
  .newsList > .item > a {
    padding: 32px 0 38px;
  }
  .newsPickup .newsList .item.large a,
  .newsPickup .newsList .item.middle a,
  .newsPickup .newsList .item.small a {
    padding: 0;
  }
  .newsList > .item a:hover:after {
    display: none;
  }
  .newsList .itemInner,
  .newsList .newsBody,
  .newsList .newsVisual {
    width: 100%;
  }
  .newsList .itemInner {
    overflow: hidden;
    width: 100%;
  }
  .newsList .item.large a {
    width: 100%;
  }
  .newsList > .item a:hover .itemInner {
    background: none;
  }
  .newsList .itemImg,
  .newsList .item.large.level2 .itemImg {
    float: right;
    height: auto;
    width: 100px;
  }
  .newsList .item.large .itemImg {
    float: none;
    margin: 0 0 10px;
    width: 100%;
  }
  .newsList .item.middle .itemImg {
    margin-bottom: 10px;
  }
  .newsList .itemImg:after {
    display: none;
  }
  .newsList .item.middle .itemBody:after {
    clear: both;
    content: "";
    display: block;
  }
  .newsList .itemTitle,
  .newsList .item.large .itemTitle {
    font-size: 13px;
    letter-spacing: .069em;
    line-height: 2;
    margin: 0;
    text-align: left;
  }
  .newsList .item.middle .itemTitle {
    float: left;
  }
  .newsList .item.middle .itemTitle {
    margin: 0 -110px 0 0;
    padding-right: 110px;
    width: 100%;
  }
  .item.large .itemBody {
    width: 100%;
  }
  .item.large.even .itemBody {
    float: none;
  }
  .news .itemMeta,
  .news .item.large .itemMeta {
    float: left;
    font-size: 10px;
    margin-top: 10px;
    width: 100%;
  }
  .news .itemDate {
    border-right: 1px dotted rgba(0, 0, 0, .2);
    letter-spacing: .05em;
    margin: 0 7px 7px 0;
    padding-right: 11px;
    vertical-align: middle;
  }
  .itemTag {
    background: none;
    display: inline;
    margin: 0;
    padding: 0;
  }
  .itemTag .tag {
    margin: 0 14px 7px 0;
    letter-spacing: -.04em;
    vertical-align: middle;
  }
  .itemTag .tag:last-child {
    margin-right: 0;
  }
  .itemTag .tag.csr{
    background: #ebaea8;
  }
  .itemTag .tag.press{
    background: #b7d9e3;
  }
  .itemTag .tag.brand{
    background: #a5b28e;
  }
  .itemTag .tag.group{
    background: #b6a7a5;
  }
  .itemTag .tag:before {
    display: none;
  }
  .itemTag .tag:after {
    background: url(/sp/common/img/mark_separator_slash02.png) 50% 0 no-repeat;
    background-size: 5px 10px;
    content: "";
    display: inline-block;
    height: 10px;
    line-height: 10px;
    position: absolute;
    right: -10px;
    top: 1px;
    width: 5px;
  }
  .itemTag .tag:last-child:after {
    display: none;
  }
  .itemLead {
    float: left;
    font-size: 13px;
    letter-spacing: .03em;
    margin-top: 10px;
    opacity: .4;
    width: 100%;
    word-break: break-all;
  }
  .masonried.visible .newsList hr,
  .masonried.visible .newsList:after,
  .masonried.visible .newsList:before {
    display: none;
  }
  .newsPickup {
    width: 100%;
  }
  .newsPickup .newsList {
    float: none;
    margin: 0;
    padding: 26px 17px;
  }
  .newsPickup .newsList .item.large,
  .newsPickup .newsList .item.middle,
  .newsPickup .newsList .item.small {
    float: none;
    width: 100%;
  }
  .newsPickup .newsList .item.large:nth-of-type(3n),
  .newsPickup .newsList .item.middle:nth-of-type(3n),
  .newsPickup .newsList .item.small:nth-of-type(3n) {
    width: 100%;
  }
  .newsPickup .newsList .item.large + .item,
  .newsPickup .newsList .item.middle + .item,
  .newsPickup .newsList .item.small + .item {
    margin-top: 26px;
  }
  .newsPickup .newsList .item.large .itemImg,
  .newsPickup .newsList .item.middle .itemImg,
  .newsPickup .newsList .item.small .itemImg {
    height: auto;
    width: 100%;
  }
  .newsPickup .newsList .item.large .itemBody,
  .newsPickup .newsList .item.middle .itemBody,
  .newsPickup .newsList .item.small .itemBody {
    height: auto;
    padding: 19px 20px;
    width: 100%;
  }
  .newsPickup .newsList .item.large .itemBody:after,
  .newsPickup .newsList .item.middle .itemBody:after,
  .newsPickup .newsList .item.small .itemBody:after {
    display: none;
  }
  .newsPickup .newsList .item.large .itemTitle,
  .newsPickup .newsList .item.middle .itemTitle,
  .newsPickup .newsList .item.small .itemTitle {
    font-size: 13px;
    text-align: left;
  }
  .newsPickup .newsList .item.large .itemDate,
  .newsPickup .newsList .item.middle .itemDate,
  .newsPickup .newsList .item.small .itemDate {
    background: url(/sp/common/img/icon_arrow_right_wh.png) 99% 50% no-repeat rgba(0, 0, 0, .7);
    background-size: 13px 8px;
    bottom: -6px;
    font-size: 10px;
    letter-spacing: .09em;
    line-height: 1;
    margin: 0;
    padding: 4px 17px 4px 6px;
    right: 19px;
  }
  .newsMore,
  .newsMore:hover {
    background: url(/sp/news/img/icon_arrow_more.png) 50% 50% no-repeat #f2f2f2;
    background-size: 12px 20px;
    cursor: pointer;
    height: 48px;
    margin-top: 38px;
    width: 100%;
  }
  .newsWrap.newsArchiveWrap .newsArchive .item {
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
  }
  .newsWrap.newsArchiveWrap .newsArchive .item a,
  .newsWrap.newsArchiveWrap .newsArchive .item a:hover {
    background: none;
    padding: 32px 0;
    width: 100%;
  }
  .newsWrap.newsArchiveWrap .newsArchive .itemInner {
    height: auto;
  }
  .newsWrap.newsArchiveWrap .newsArchive .item.bgStripe--1 .itemInner,
  .newsWrap.newsArchiveWrap .newsArchive .item.bgStripe--2 .itemInner,
  .newsWrap.newsArchiveWrap .newsArchive .item.bgStripe--3 .itemInner,
  .newsWrap.newsArchiveWrap .newsArchive .item.bgStripe--4 .itemInner,
  .newsWrap.newsArchiveWrap .newsArchive .item.bgStripe--5 .itemInner {
    background-size: 100px auto;
  }
  .newsWrap.newsArchiveWrap .newsArchive .item.bgStripe--1 .itemInner {
    background-image: url(/sp/news/img/bg_img_stripe01.png);
  }
  .newsWrap.newsArchiveWrap .newsArchive .item.bgStripe--2 .itemInner {
    background-image: url(/sp/news/img/bg_img_stripe02.png);
  }
  .newsWrap.newsArchiveWrap .newsArchive .item.bgStripe--3 .itemInner {
    background-image: url(/sp/news/img/bg_img_stripe03.png);
  }
  .newsWrap.newsArchiveWrap .newsArchive .item.bgStripe--4 .itemInner {
    background-image: url(/sp/news/img/bg_img_stripe04.png);
  }
  .newsWrap.newsArchiveWrap .newsArchive .item.bgStripe--5 .itemInner {
    background-image: url(/sp/news/img/bg_img_stripe05.png);
  }
  .newsWrap.newsArchiveWrap .newsArchive .itemBody,
  .newsWrap.newsArchiveWrap .newsArchive .itemImg + .itemBody {
    padding: 0;
    width: 100%;
  }
  .newsWrap.newsArchiveWrap .newsArchive .itemTitle,
  .newsWrap.newsArchiveWrap .newsArchive .itemTitle.small,
  .newsWrap.newsArchiveWrap .newsArchive .itemTitle.xsmall {
    font-size: 13px;
    line-height: 2;
    margin: 0 -110px 0 0;
    padding-right: 110px;
    text-align: left;
    width: 100%;
  }
  .newsWrap.newsArchiveWrap .newsArchive .itemImg {
    float: right;
    height: auto;
    margin: 0;
    width: 100px;
  }
  .newsWrap.newsArchiveWrap .newsArchive .itemImg img {
    height: auto;
    width: 100%;
  }
  .newsDetailHeader {
    background: none;
    padding: 0 17px;
  }
  .newsDetailHeader__inner {
    background: none;
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    border-top: 1px dotted rgba(0, 0, 0, .2);
    padding: 15px 0 13px;
  }
  .newsDetailHeader__main {
    float: none;
    width: 100%;
  }
  .newsDetailHeader__label {
    font-size: 17px;
    letter-spacing: .06em;
    line-height: 1.91176;
  }
  .newsDetailHeader__sub {
    display: none;
  }
  .newsDetailHeader__main:before,
  .newsDetailHeader__sub:before {
    display: none;
  }
  .newsDetailHeader__meta.itemMeta {
    float: none;
    margin-top: 10px;
  }
  .newsVisual__container {
    background: none;
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    height: 300px;
    padding: 0;
    width: 100%;
  }
  .newsVisual__wrapper {
    height: 100%;
  }
  .newsVisual__slide {
    width: auto !important;
  }
  .newsVisual__pagination {
    float: none;
    margin: 0;
    padding: 0 17px;
  }
  .newsVisual__switch {
    margin-top: 10px;
    width: 100%;
  }
  .newsVisual__pagination .swiper-pagination-bullet {
    height: 4px;
    margin-right: 5px;
    width: 13px;
  }
  .newsVisual__button {
    display: none;
  }
  .newsDetailBody {
    margin-top: 22px;
    padding: 0 17px 40px;
    width: 100%;
  }
  .newsDetailBody h2 {
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 12px;
  }
  .newsDetailBody p {
    font-size: 13px;
    letter-spacing: .07em;
    line-height: 2;
    text-align: left;
  }
  .newsDetailBody p + p {
    margin-top: 26px;
  }
  .newsDetailBody hr {
    border: 0;
    margin: 37px 0 0;
  }
  .newsDetailBody span {
    display: inline !important;
    margin: 0 !important;
  }
  .newsDetailBody table td,
  .newsDetailBody table th {
    background: none;
    border-bottom: 1px solid #cdcdcd;
    font-size: 12px;
    line-height: 2;
    padding: 8px 0;
    position: relative;
  }
  .newsDetailBody table th {
    font-weight: 500;
    padding-right: 20px;
    text-align: left;
    width: 75px;
  }
  .newsDetailBody table td:after,
  .newsDetailBody table th:after {
    display: none;
  }
  .newsDetailBody .linkPDF a {
    background: url(/sp/common/img/icon_pdf.png) 0 5px no-repeat;
    background-size: 16px;
    display: block;
    font-size: 12px;
    line-height: 2;
    padding: 0 0 0 24px;
  }
  .newsRelated {
    margin: 0;
    padding: 50px 17px 0;
  }
  .newsRelated__header {
    background: none;
    border-bottom: 1px dotted rgba(0, 0, 0, .2);
    padding-bottom: 20px;
  }
  .newsRelated__headerLabel {
    background: url(/sp/news/img/title_detail_related.png) no-repeat;
    background-size: 75px 11px;
    height: 11px;
    line-height: 11px;
    width: 75px;
  }
  .newsRelated__list {
    background: none;
    width: 100%;
  }
  .newsRelated__listInner {
    margin: 0;
    padding: 0;
  }
  .newsRelated__list .item {
    float: none;
    padding: 0;
    width: 100%;
  }
  .newsRelated__list .item + .item {
    border-top: 1px dotted rgba(0, 0, 0, .2);
  }
  .newsRelated__list .item:before,
  .newsRelated__list .item:after {
    display: none;
  }
  .newsRelated__list .item a {
    padding: 32px 0 38px;
  }
  .newsRelated__list .item a:hover:after {
    display: none;
  }
  .newsRelated__list .itemImg {
    float: right;
    height: auto;
    margin: 0;
    width: 100px;
  }
  .newsRelated__list .itemTitle {
    font-size: 13px;
    line-height: 2;
    margin: 0 -110px 0 0;
    padding-right: 110px;
    text-align: left;
    width: 100%;
  }
  .newsRecommend {
    margin: 0;
    padding: 35px 17px;
  }
  .newsRecommend .contentInner {
    background: none;
  }
  .newsRecommend__header {
    padding-bottom: 20px;
  }
  .newsRecommend__headerLabel {
    background: url(/sp/news/img/title_detail_recommend.png) no-repeat;
    background-size: 82px 12px;
    width: 82px;
    height: 12px;
    line-height: 12px;
  }
  .newsRecommend__list .link + .link {
    margin-top: 10px;
  }
  .newsRecommend__list .link a {
    display: block;
  }
  .newsRecommend__list .linkImg {
    display: block;
    width: 100%;
  }
  .newsRecommend__list .linkImg img {
    width: 100%;
  }
  .newsRecommend__list .linkImg img[src$="_stripe.jpg"] {
    border: none;
  }
  .newsRecommend__list .linkTitle {
    background: url(/sp/common/img/icon_globalNav_arrow.png) 94% center no-repeat;
    background-size: 16px 9px;
    display: block;
    letter-spacing: .06em;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.93333;
    padding: 13px 40px 13px 18px;
  }

  /*! Footer
  --------------------------------------------------------- */
  .globalFooter {
    padding: 0;
  }
  .globalFooter .contentInner {
    padding: 0;
  }
  .globalFooter__main {
    background: #fff;
    border: none;
    display: none;
    margin: 0;
    padding: 26px 17px 52px;
  }
  .footerPagetop {
    height: 20px;
    margin: 0 0 0 auto;
    padding: 0;
    position: static;
    width: 98px;
  }
  .footerPagetop a,
  .footerPagetop a:hover {
    background: url(/sp/common/img/page_top_01.png) no-repeat;
    background-size: 98px 20px;
    height: 20px;
    width: 98px;
  }
  .globalFooter__sub {
    align-items: flex-start;
    background: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footerSubNav__list {
    margin: 0;
    padding: 15px 0 0 17px;
  }
  .footerSubNav__listItem,
  .footerSubNav__listItem:nth-of-type(2) {
    margin: 0;
  }
  .footerSubNav__listItem a {
    display: inline-block;
    padding: 10px 0;
  }
  .footerSNS {
    padding: 25px 17px 0 0;
    position: static;
  }
  .footerLang {
    align-items: center;
    display: flex;
    padding: 33px 17px 24px;
    position: static;
    width: 100%;
  }
  .footerLang__title {
    padding-right: 11px;
  }
  .footerLang__title img {
    display: block;
  }
  .footerLang__listItem a {
    display: block;
  }
  .footerLang__listItem a.active {
    opacity: .4;
  }
  .footerCopyright {
    background: #e6e6e6;
    padding: 10px 17px;
    width: 100%;
  }
}

/*! IR
--------------------------------------------------------- */
.ir .globalHeader {
  margin: 0;
}
.irContent .heading__lv1 {
  margin: 0;
  padding: 126px 0 98px;
}
.irContent .heading__lv2 {
  margin: 0;
  padding: 29px 0 99px;
}
.irContent__icon--pdf {
  background-size: 16px;
}

/*! SP
--------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .irContent {
    padding-bottom: 40px;
  }
  .irContent .heading__lv1 {
    padding: 52px 0;
  }
  .irContent .heading__lv2 {
    padding: 20px 0 45px;
  }
  .irContent__item {
    margin-bottom: 40px;
  }
  .irContent__title {
    float: none;
    font-size: 12px;
    width: 100%;
  }
  .irContent__text {
    border-top: none;
    float: none;
    font-size: 13px;
    width: 100%;
  }
  .irContent__icon--pdf {
    background: none;
    padding-left: 0;
  }
  .irContent__icon--pdf:before {
    background-image: url(/sp/ir/img/icon_pdf.png);
    background-size: 16px;
    content: "";
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    width: 16px;
  }
  .irContent__icon--pdf span {
    background: none;
  }
}