@charset "UTF-8";

/* utility
------------------------------------------------------------------------------*/
html,
body {
  width: 100%;
  min-width: 320px;
}
.fashion-as-music-column img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

/* --------------------------------------------------
  overwride
-------------------------------------------------- */
.spBreadcrumb {
  box-sizing: border-box;
  display: block;
  max-width: 950px;
  margin: 0 auto;
  padding: 14px 20px 0 20px;
  color: #848484;
  line-height: 140%;
}

@media (max-width: 979px) {
  .spBreadcrumb {
    width: auto;
  }
}

@media (max-width: 767px) {
  .spBreadcrumb {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* --------------------------------------------------
  fashion-as-music-column
-------------------------------------------------- */
.fashion-as-music-column {
  padding-top: 50px;
  background-color: #ffffff;
}
.fashion-as-music-column > .section {
}
.fashion-as-music-column .column_main {
  max-width: 790px;
  margin: 0 auto;
  padding: 0 2%;
}
.fashion-as-music-column a:link,
.fashion-as-music-column a:focus,
.fashion-as-music-column a:visited {
  text-decoration: none;
}

/*sp style*/
@media screen and (max-width: 767px) {
  .fashion-as-music-column .column_main {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* --------------------------------------------------
  fashion-as-music-column column_hd_wrap
-------------------------------------------------- */
.fashion-as-music-column .column_hd_wrap {
  margin-bottom: 51px;
}
.column_category {
  margin-bottom: 30px;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  font-size: 11px;
  letter-spacing: 0.3em;
  color: #231815;
}
.column_hd {
  margin-bottom: 7px;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  font-size: 29px;
  font-weight: bold;
}
.fashion-as-music-column-5 .column_hd {
  letter-spacing: -0.03em;
}
.column_credit {
  font-size: 12px;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  letter-spacing: 0.05em;
}
.column_credit_name {
  display: inline-block;
  position: relative;
  margin-top: 2px;
  font-size: 12px;
}
.column_credit_name:first-child {
  margin-right: 9px;
  padding-right: 10px;
}
.column_credit_name:first-child:before,
.column_credit_name:first-child:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #000000;
  transform: rotate(45deg);
}
.column_credit_name:first-child:before {
  transform: rotate(45deg);
}
.column_credit_name:first-child:after {
  transform: rotate(-45deg);
}
.column_contents {
  margin-bottom: 96px;
}
.column_text {
  text-align: justify;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
.column_text:not(:last-child) {
  margin-bottom: 23px;
}
.column_text strong {
  font-weight: bold;
}
.column_note {
  font-size: 10px;
}

/*sp style*/
@media screen and (max-width: 767px) {
  .column_hd {
    font-size: 18px;
  }
  .column_contents {
    margin-bottom: 64px;
  }
  .column_text:not(:last-child) {
    margin-bottom: 15px;
  }
}

/* --------------------------------------------------
  fashion-as-music-column column_hd_wrap
-------------------------------------------------- */
.fashion-as-music-column .column_profile_wrap {
  max-width: 634px;
  margin: 0 auto;
}
.column_profile_box {
  padding: 35px 22px 28px 22px;
  border: 4px solid #000000;
}
.column_profile_box:not(:last-child) {
  margin-bottom: 30px;
}
.column_profile_box.has_photo {
  display: flex;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 18px;
}
.column_profile_box.has_photo .column_profile_img {
  max-width: 166px;
  margin-right: 15px;
}
.column_profile_box.has_photo .column_profile_text_wrap {
  max-width: 400px;
}
.column_profile_hd_wrap {
  margin-bottom: 28px;
}
.column_profile_hd {
  margin-bottom: 9px;
  padding: 0;
  border: none;
  text-align: left;
  font-size: 10.5px;
  font-family: Brown-bold, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25em;
  color: #898989;
}
.column_profile_label {
  margin-bottom: 11px;
  font-size: 10.5px;
  letter-spacing: 0.05em;
}
.column_profile_name {
  font-size: 12px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.column_profile_text {
  text-align: justify;
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
}
.column_profile_box.has_photo .column_profile_text {
  line-height: 1.58;
}

/*sp style*/
@media screen and (max-width: 767px) {
  .column_profile_box {
    padding: 23px 15px 19px 15px;
    border: 3px solid #000000;
  }
  .column_profile_box:not(:last-child) {
    margin-bottom: 20px;
  }
  .column_profile_box.has_photo {
    display: block;
    padding-top: 15px;
    padding-bottom: 12px;
  }
  .column_profile_box.has_photo .column_profile_img {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
  .column_profile_box.has_photo .column_profile_text_wrap {
    max-width: 100%;
  }
  .column_profile_hd_wrap {
    margin-bottom: 19px;
  }
}

/* --------------------------------------------------
  fashion-as-music story
-------------------------------------------------- */
.fashion-as-music-column .story_wrap {
  margin: 80px 2% 0 2%;
  padding-bottom: 30px;
}
.fashion-as-music-column .story_wrap .inner {
  max-width: 950px;
  margin: 0 auto;
}
.fashion-as-music-column .story_hd {
  padding: 12px;
  margin-bottom: 18px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  font-size: 12px;
  letter-spacing: 0.28em;
}
.fashion-as-music-column .story_item {
  float: left;
  width: 19.16%;
  max-width: 182px;
}
.fashion-as-music-column .story_item:not(:last-child) {
  margin-right: 1.05%;
}
.fashion-as-music-column .story_item a {
  display: block;
}
.fashion-as-music-column .story_item .story_thumb {
  display: table;
  width: 100%;
}
.fashion-as-music-column .story_item .story_thumb_text {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 13.8% 5.26%;
  border: 4px solid #231815;
  vertical-align: middle;
  text-align: center;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  font-size: 20px;
  line-height: 1.41;
  letter-spacing: 0.28em;
}
.fashion-as-music-womens .story_item .story_thumb_text {
  background-color: #231815;
  color: #ffffff;
}
.fashion-as-music-column .story_item .story_caption {
  margin-top: 20px;
  padding-right: 5px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, "Times New Roman", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, serif;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.03em;
}

/*sp style*/
@media screen and (max-width: 767px) {
  .fashion-as-music-column .story_wrap {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .fashion-as-music-column .story_hd {
    margin-bottom: auto;
    padding: 18px;
    font-size: 12px;
    text-align: center;
  }
  .fashion-as-music-column .story_list {
    margin: 10px;
  }
  .fashion-as-music-column .story_item {
    width: 48%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .fashion-as-music-column .story_item:not(:last-child) {
    margin-right: auto;
  }
  .fashion-as-music-column .story_item:nth-child(odd) {
    margin-right: 4%;
  }
  .fashion-as-music-column .story_item .story_thumb_text {
    padding-top: 13%;
    padding-bottom: 13%;
    font-size: 16px;
  }
  .fashion-as-music-column .story_item .story_caption {
    margin-top: 10px;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

/* --------------------------------------------------
  フッタ　ボタン
-------------------------------------------------- */
#store_shop_last {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0 0;
  text-align: center;
}
ul.store_shop {
  width: 90%;
  padding: 0;
  margin: 5%;
  text-align: center;
}
ul.store_shop li {
  line-height: 1;
  display: block;
  border: 2px solid #000;
  height: 18px;
  letter-spacing: 0.1em;
  padding: 10px 0 10px 0;
  margin: 0 0 20px 0;
  width: 100%;
  font-size: 18px;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
}

@media all and (-ms-high-contrast: none) {
  ul.store_shop li {
    line-height: 1.4; /*IE10*/
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  ul.store_shop li {
    line-height: 1.4; /*IE11*/
  }
}

_:-ms-lang(x),
_::-webkit-meter-bar,
ul.store_shop li {
  line-height: 1.2; /*EDGE*/
}

ul.store_shop li a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  cursor: hand;
}
ul.store_shop li a {
  width: 100%;
  height: 100%;
  display: block;
}
ul.store_shop li a:link {
  text-decoration: none;
  color: #000;
}
ul.store_shop li a:visited {
  text-decoration: none;
  color: #000;
}
ul.store_shop li a:hover {
  text-decoration: none;
  color: #000;
}
ul.store_shop li a:active {
  text-decoration: none;
  color: #000;
}

/*pc style*/
@media screen and (min-width: 768px) {
  /*フッタ　ボタン SP*/
  #store_shop_last {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0 0 0;
    text-align: center;
  }
  ul.store_shop {
    width: 454px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
  }
  ul.store_shop li {
    line-height: 1;
    display: block;
    border: 4px solid #000;
    letter-spacing: 0.1em;
    padding: 10px 0 10px 0;
    margin: 0 0 30px 0;
    width: 454px;
    height: 24px;
    font-size: 24px;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  }

  @media all and (-ms-high-contrast: none) {
    ul.store_shop li {
      line-height: 1.4; /*IE10*/
    }
  }

  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop,
    ul.store_shop li {
      line-height: 1.4; /*IE11*/
    }
  }

  _:-ms-lang(x),
  _::-webkit-meter-bar,
  ul.store_shop li {
    line-height: 1.2; /*EDGE*/
  }

  ul.store_shop li a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
    cursor: hand;
  }
  ul.store_shop li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  ul.store_shop li a:link {
    text-decoration: none;
    color: #000;
  }
  ul.store_shop li a:visited {
    text-decoration: none;
    color: #000;
  }
  ul.store_shop li a:hover {
    text-decoration: none;
    color: #000;
  }
  ul.store_shop li a:active {
    text-decoration: none;
    color: #000;
  }
}
