@charset "UTF-8";
/* CSS Document */
html {
  overflow-y: visible !important;
}
#nav-area {
  /*z-index: 11;*/
}
#contents {
  border-top: 0px solid #323232;
}
body.modalOpen {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
body.modalOpen .container {
  height: auto!important;
}
body.modalOpen .container_inner,
body.modalOpen #fashion_contents {
  height: 100% !important;
}
body.modalOpen #contents {
  overflow: inherit;
}
#container {
  width: 100%;
}
#history {
  max-width: 1270px;
  width: 87.58%;
  margin: 66px auto 118px;
}
#history h2 {
  text-align: center;
  /* font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 42px;
  letter-spacing: 1.79px;
  line-height: 61px;
  margin-bottom: 100px;
}
#history .sp {
  display: none;
}

@media only screen and (max-width: 767px) {
#history .sp {
  display: inline-block;
}
#history {
  width: 94.375%;
  margin: 0px auto 7px;
  /*padding-top: 81px;*/
}
#history h2 {
  font-size: 24px;
  letter-spacing: 1.02px;
  line-height: 33px;
  margin-bottom: 0px;
}
#history p {
  font-size: 100% !important;
}
}
/*	.balloon
======================================================================= */

#history .timeline {
  position: relative;
  margin-top: 100px;
  padding-bottom: 36px;
}
#history .history_timeline {
  width: 3px;
  /*height: calc(100% + 64px);*/
  height: calc(100% + 32px);
  margin: 0 auto;
  position: absolute;
  /* display: none; */
  top: -40px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #CC001E;
}
#history .history_timeline:before {
  content: "";
  position: absolute;
  top: -2px;
  left: calc(50% - 12px);
  background-image: url(/img/about/fashion/history/icon_pin.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
}
#history .history_timeline:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: calc(50% - 12px);
  background-image: url(/img/about/fashion/history/icon_pin.svg);
  background-size: cover;
  width: 24px;
  height: 24px;
}
#history .sp_timeline,
#history .sp_timeline_top,
#history .sp_timeline_bottom {
  display: none;
}
#history .balloon.left .pc_timeline {
  background-image: url(/img/about/fashion/history/icon_pin.svg);
  background-size: cover;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  top: 60px;
  right: -52px;
}
#history .balloon.right .pc_timeline {
  background-image: url(/img/about/fashion/history/icon_pin.svg);
  background-size: cover;
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  top: 60px;
  left: -52px;
}
#history .balloon {
  width: 43%;
  width: -moz-calc(50% - 45px);
  width: -webkit-calc(50% - 45px);
  width: calc(50% - 45px);
  /* min-height: 120px; */
  box-sizing: border-box;
  border: 1px solid #313131;
  background: #ffffff;
  padding: 15px 15px 10px 15px;
  position: relative;
}
#history .balloon .photo {
  margin-bottom: 17px;
}
#history .balloon .photo img {
  max-width: 100%;
  height: auto;
}
#history .balloon .year {
  color: #CC001E;
  letter-spacing: 5px;
  margin-bottom: 6px;
}
#history .balloon .year span {
  /* font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  font-size: 10px;
  color: #CC001E;
  letter-spacing: 2.84px;
  display: block;
  margin: 4px 0 10px;
}
#history .balloon p {
  /* font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 14px;
  letter-spacing: 1.3px;
  line-height: 26px;
}
#history .balloon p span {
  -moz-font-feature-settings: "pkna";
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  letter-spacing: 0.2px;
  margin-left: -4px;
}
#history .balloon p a {
  color: #9B9B9B;
  position: relative;
  display: inline-block;
  -moz-font-feature-settings: "pkna";
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
}
#history .balloon p a::before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
  height: 1px;
  background: #9b9b9b;
}
#history .balloon p a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("/img/about/fashion/history/icon_outside.png") no-repeat right center;
  padding-right: 2px;
  margin: 0 1px -2px 0;
  height: 13px;
  width: 10px;
}
#history .balloon p a[target="_blank"]::before {
  width: 100%;
  width: -moz-calc(100% - 18px);
  width: -webkit-calc(100% - 18px);
  width: calc(100% - 18px);
}
#history .balloon.left {
  left: 0;
  text-align: right;/* margin-top: -294px; */
}
#history .balloon.right {
  right: calc(-50% - 45px);
  ;
  text-align: left;
}
#history .balloon.left::before {
  content: "";
  position: absolute;
  top: 70px;
  right: -21px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 0 4px 21px;
  border-color: transparent transparent transparent #ffffff;
  z-index: 1;
}
#history .balloon.left::after {
  content: "";
  position: absolute;
  top: 70px;
  right: -22px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 22px;
  border-color: transparent transparent transparent #313131;
  z-index: 0;
}
#history .balloon.right::before {
  content: "";
  position: absolute;
  top: 70px;
  left: -21px;
  margin-top: -9px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 21px 4px 0px;
  border-color: transparent #ffffff transparent transparent;
  z-index: 1;
}
#history .balloon.right::after {
  content: "";
  position: absolute;
  top: 70px;
  left: -22px;
  margin-top: -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 22px 5px 0px;
  border-color: transparent #313131 transparent transparent;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  #history .timeline {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    padding: 35px 0;
  }
  #history .history_timeline {
    display: none;
  }
  #history .balloon {
    width: 90%;
    width: -moz-calc(100% - 49px);
    width: -webkit-calc(100% - 49px);
    width: calc(100% - 49px);
    box-sizing: border-box;
    margin-bottom: 13px;
    padding: 12px 10px 6px 10px;
  }
  #history .balloon .photo {
    margin-bottom: 11px;
  }
  /*#history .balloon .year {
    font-size: 23px;
    letter-spacing: 5.93px;
    line-height: 23px;
  }*/
  #history .balloon .year img {
    transform-origin: left;
    transform: scale(0.8);
  }
  #history .balloon p {
    font-size: 12px;
    letter-spacing: 1.19px;
    line-height: 19px;
  }
  #history .balloon.left,
  #history .balloon.right {
    left: auto;
    right: 0;
    text-align: left;
    position: relative;
    top: auto;
    bottom: auto;
    float: right;
    margin-top: 0;
  }
  #history .balloon.left::before,
  #history .balloon.right::before {
    left: -10px;
    margin-top: -9px;
    border-width: 4px 10px 4px 0px;
    border-color: transparent #ffffff transparent transparent;
  }
  #history .balloon.left::after,
  #history .balloon.right::after {
    left: -11px;
    border-width: 5px 11px 5px 0px;
    border-color: transparent #BEBEBE transparent transparent;
  }
  #history .sp_timeline {
    display: block;
    background: url(/img/about/fashion/history/img_timeline_sp.png) top center repeat-y;
    background-size: 34px auto;
    width: 34px;
    height: 130%;
    height: -moz-calc(100% + 20px);
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    position: absolute;
    left: -49px;
    top: 0;
  }
  #history .sp_timeline_top {
    display: block;
    background: url(/img/about/fashion/history/img_timeline_sp_top.png) no-repeat;
    background-size: 34px auto;
    position: absolute;
    top: -36px;
    left: -50px;
    width: 34px;
    height: 37px;
  }
  #history .sp_timeline_bottom {
    display: block;
    background: url(/img/about/fashion/history/img_timeline_sp_bottom.png) no-repeat;
    background-size: 34px auto;
    position: absolute;
    bottom: -36px;
    left: -50px;
    width: 34px;
    height: 37px;
  }
  #history .balloon.left .pc_timeline {
    display: none;
  }
  #history .balloon.right .pc_timeline {
    display: none;
  }
}
/*	PC年代表示設定
======================================================================= */
#history .balloon.balloon01 .pc_timeline:before,
#history .balloon.balloon02 .pc_timeline:before,
#history .balloon.balloon04 .pc_timeline:before,
#history .balloon.balloon05 .pc_timeline:before,
#history .balloon.balloon06 .pc_timeline:before,
#history .balloon.balloon12 .pc_timeline:before,
#history .balloon.balloon15 .pc_timeline:before,
#history .balloon.balloon16 .pc_timeline:before,
#history .balloon.balloon18 .pc_timeline:before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #CC001E;
  position: absolute;
  top: -58px;
  left: 5px;
}
#history .balloon.balloon01 .pc_timeline:after,
#history .balloon.balloon02 .pc_timeline:after,
#history .balloon.balloon04 .pc_timeline:after,
#history .balloon.balloon05 .pc_timeline:after,
#history .balloon.balloon06 .pc_timeline:after,
#history .balloon.balloon12 .pc_timeline:after,
#history .balloon.balloon15 .pc_timeline:after,
#history .balloon.balloon16 .pc_timeline:after,
#history .balloon.balloon18 .pc_timeline:after {
  content: "1920";
  transform: rotate(-270deg);
  /* font-family: FuturaBT-Medium, sans-serif; */
  font-size: 11px;
  color: #CC001E;
  letter-spacing: 0.81px;
  position: absolute;
  top: -50px;
  left: 5px;
}
#history .balloon.balloon02 .pc_timeline:after {
  content: "1930";
}
#history .balloon.balloon04 .pc_timeline:after {
  content: "1950";
}
#history .balloon.balloon05 .pc_timeline:after {
  content: "1960";
}
#history .balloon.balloon06 .pc_timeline:after {
  content: "1970";
}
#history .balloon.balloon12 .pc_timeline:after {
  content: "1980";
}
#history .balloon.balloon15 .pc_timeline:after {
  content: "1990";
}
#history .balloon.balloon16 .pc_timeline:after {
  content: "2000";
}
#history .balloon.balloon18 .pc_timeline:after {
  content: "2010";
}
/*	各吹き出しの設定
======================================================================= */
/* .balloon01 */
#history .balloon01 {
/* top: 49px; */
	/* position: absolute; */
}
#history .balloon.balloon01::before,
#history .balloon.balloon01::after {
/* top: 79px; */
}
/* .balloon02 */
#history .balloon02 {
  margin-top: -215px;/* position: absolute; */
}
#history .balloon.balloon02::before,
#history .balloon.balloon02::after {
/* top: 69px; */
}
/* .balloon03 */
#history .balloon03 {
  margin-top: -28px;/* position: absolute; */
}
#history .balloon.balloon03::before,
#history .balloon.balloon03::after {
/* top: 50px; */
}
/* .balloon04 */
#history .balloon04 {
  margin-top: -169px;
}
#history .balloon.balloon04::before,
#history .balloon.balloon04::after {
/* top: 231px; */
}
/* .balloon05 */
#history .balloon05 {
  margin-top: 60px;/* bottom: 2873px; */
}
#history .balloon.balloon05::before,
#history .balloon.balloon05::after {
/* top: auto; */
	/* bottom: 16px; */
}
#history .balloon.balloon05::before {
/* margin-bottom: 1px; */
}
/* .balloon06 */
#history .balloon06 {
  margin-top: -220px;
}
#history .balloon.balloon06::before,
#history .balloon.balloon06::after {
/* top: 182px; */
}
/* .balloon07 */
#history .balloon07 {
  margin-top: -50px;
}
#history .balloon.balloon07::before,
#history .balloon.balloon07::after {
/* top: 204px; */
}
/* .balloon08 */
#history .balloon08 {
  margin-top: -193px;
}
#history .balloon.balloon08::before,
#history .balloon.balloon08::after {
/* top: 62px; */
}
/* .balloon09 */
#history .balloon09 {
  margin-top: 60px;
}
#history .balloon.balloon09::before,
#history .balloon.balloon09::after {
/* top: 197px; */
}
/* .balloon10 */
#history .balloon10 {
  margin-top: -222px;
}
#history .balloon.balloon10::before,
#history .balloon.balloon10::after {
/* top: 154px; */
}
/* .balloon11 */
#history .balloon11 {
  margin-top: -21px;
}
#history .balloon.balloon11::before,
#history .balloon.balloon11::after {
/* top: 27px; */
}
/* .balloon12 */
#history .balloon12 {
  margin-top: 7px;
}
#history .balloon.balloon12::before,
#history .balloon.balloon12::after {
/* top: 296px; */
}
/* .balloon13 */
#history .balloon13 {
  margin-top: -290px;
}
#history .balloon.balloon13::before,
#history .balloon.balloon13::after {
/* top: 64px; */
}
/* .balloon14 */
#history .balloon14 {
  margin-top: 60px;
}
#history .balloon.balloon14::before,
#history .balloon.balloon14::after {
/* top: 202px; */
}
/* .balloon15 */
#history .balloon15 {
  margin-top: 18px;
}
#history .balloon.balloon15::before,
#history .balloon.balloon15::after {
/* top: 148px; */
}
/* .balloon16 */
#history .balloon16 {
  margin-top: -204px;
}
#history .balloon.balloon16::before,
#history .balloon.balloon16::after {
/* top: 89px; */
}
/* .balloon17 */
#history .balloon17 {
  margin-top: -60px;
}
#history .balloon.balloon17::before,
#history .balloon.balloon17::after {
/* top: 255px; */
}
/* .balloon18 */
#history .balloon18 {
  margin-top: -184px;
}
#history .balloon.balloon18::before,
#history .balloon.balloon18::after {
/* top: 192px; */
}
/* .balloon19 */
#history .balloon19 {
  margin-top: -60px;
}
#history .balloon.balloon19::before,
#history .balloon.balloon19::after {
/* top: 153px; */
}
/* .balloon20 */
#history .balloon20 {
  margin-top: 13px;
}
#history .balloon.balloon20::before,
#history .balloon.balloon20::after {
/* top: 215px; */
}
/* .balloon21 */
#history .balloon21 {
  margin-top: -256px;
}
#history .balloon.balloon21::before,
#history .balloon.balloon21::after {
/* top: 69px; */
}
/* .balloon22 */
#history .balloon22 {
  margin-top: -230px;
}
#history .balloon.balloon22::before,
#history .balloon.balloon22::after {
/* top: 221px; */
}
/* .balloon23 */
#history .balloon23 {
  margin-top: -70px;
}
#history .balloon.balloon23::before,
#history .balloon.balloon23::after {
/* top: 89px; */
}
/* .balloon24 */
#history .balloon24 {
  margin-top: -168px;
  /* margin-bottom: 0; */
}
/* .balloon24 */
#history .balloon25 {
  margin-top: -47px;
}
#history .balloon.balloon24::before,
#history .balloon.balloon24::after {
/* top: 27px; */
}

@media only screen and (max-width: 767px) {
#history .balloon.left::before,
#history .balloon.right::before,
#history .balloon.left::after,
#history .balloon.right::after {
  top: 43px;
  bottom: auto;
}
#history .balloon01 .sp_timeline {
  background-image: url(/img/about/fashion/history/img_timeline_sp_01.png);
}
#history .balloon02 .sp_timeline {
  background-image: url(/img/about/fashion/history/img_timeline_sp_02.png);
}
#history .balloon04 .sp_timeline {
  background-image: url(/img/about/fashion/history/img_timeline_sp_03.png);
}
#history .balloon05 .sp_timeline {
  background-image: url(/img/about/fashion/history/img_timeline_sp_04.png);
}
#history .balloon06 .sp_timeline {
  background-image: url(/img/about/fashion/history/img_timeline_sp_05.png);
}
#history .balloon12 .sp_timeline {
  background-image: url(/img/about/fashion/history/img_timeline_sp_06.png);
}
#history .balloon15 .sp_timeline {
  background-image: url(/img/about/fashion/history/img_timeline_sp_07.png);
}
#history .balloon16 .sp_timeline {
  background-image: url(/img/about/fashion/history/img_timeline_sp_08.png);
}
#history .balloon18 .sp_timeline {
  background-image: url(/img/about/fashion/history/img_timeline_sp_09.png);
}
/*#history .balloon24 .sp_timeline {
	height: 100%;
}*/
}
/*	.modal
======================================================================= */
#history .modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* z-index: 20; */
  z-index: 3000;
}
#history .modal .modalContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 11;
  background: #ffffff;
  padding: 54px 54px 28px;
  width: 100%;
  max-width: 550px;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 100%;
}
#history .modal .modalContainer .photo {
  margin-bottom: 22px;
}
#history .modal .modalContainer .photo img {
  width: 100%
}
#history .modal .modalContainer .txt {
  /* font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 14px;
  letter-spacing: 1.24px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 14px;
}
#history .modal .modalContainer .txt span {
  -moz-font-feature-settings: "pkna";
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  margin-left: -4px;
}
#history .modal .modalContainer .txt a {
  color: #9B9B9B;
  text-decoration: underline;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}
#history .modal .modalContainer .txt a:hover {
  opacity: 0.5;
}
#history .modal .modalContainer .txt a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background: url("/img/about/fashion/history/icon_outside.png") no-repeat right center;
  padding-right: 2px;
  margin: 0 1px -2px 0;
  height: 13px;
  width: 10px;
}
#history .modal .closeBtn {
  text-align: center;
  position: relative;
  bottom: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  cursor: pointer;
}
#history .modal .overlay {
  background: #BABABA;
  opacity: 0.8;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
#history .modal .modalContainer {
  left: 0;
  -moz-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  padding: 45px 0 59px;
  width: 100%;
}
#history .modal .modalContainer .photo {
  margin-bottom: 28px;
}
#history .modal .modalContainer .photo img {
  width: 100%;
  height: auto;
}
#history .modal .modalContainer .txt {
  width: 72.5%;
  margin: 0 auto;
}
#history .modal .closeBtn {
  bottom: -30px;
}
#history .balloon p a[target="_blank"]::after {
  margin: 0 1px -3px 0;
  padding-right: 3px;
}
}
/*	.share_block
======================================================================= */
#history .share_block {
  text-align: center;
  width: 100%;
  font-size: 0;
  margin-top: 100px;
}
#history .share_block span {
  display: inline-block;
  /* font-family: FuturaBT-Medium, sans-serif; */
  font-size: 11px;
  letter-spacing: 1.75px;
  vertical-align: middle;
  margin-right: 20px;
}
#history .share_block ul {
  display: inline-block;
  font-size: 0;
  letter-spacing: 0;
  vertical-align: middle;
}
#history .share_block ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 22px;
}
#history .share_block ul li:last-child {
  margin-right: 0px;
}

@media only screen and (max-width: 767px) {
#history .share_block {
  text-align: center;
  width: 100%;
  font-size: 0;
  margin-top: 40px;
}
#history .share_block ul li {
  margin-right: 27px;
}
#history .share_block ul li:last-child {
  margin-right: 0;
}
}

#contents main section .chapter .bt_border {
  padding-bottom: 60px !important;
  border-bottom: 5px solid #313131;
}