@charset "UTF-8";
/* =======================================================================
  Date: 2020-12-24
  CSS Document ： フェリシモコーポレートサイト（沿革）
  1.SP版スタイル
  2.PC版スタイル
  ======================================================================= */
/* ################# SP ################# */
.now-report_cy {
  margin-top: 0;
}

/* ################# KV ################# */
.kv_cy {
  position: relative;
  display: flex;
  align-items: center;
  height: 180px;
  padding: 4vw 7.3333333333vw 0;
}
.kv_cy span {
  position: relative;
}
.kv_cy span::after {
  position: absolute;
  top: 9px;
  right: -160px;
  z-index: -1;
  width: 166px;
  height: 70px;
  content: "";
  background: url("../images/title.png") no-repeat 0 0;
  background-size: 100% auto;
}

/* ################# Contents ################# */
.history-contents_cy {
  position: relative;
  padding-top: 50px;
  padding-bottom: 65px;
  background: url("../images/bg_grid.png") repeat;
  background-size: 9px;
}

/* ################# Section ################# */
.history-section_cy:not(:first-child) {
  margin-top: 50px;
}

.history-section_title_cy {
  margin-bottom: -4vw;
}

/* ################# Chronology ################# */
.history-chronology_item_cy:nth-child(n+2) {
  margin-top: 36px;
}
.history-chronology_group_cy:nth-child(n+2) {
  margin-top: 40px;
}
.history-chronology_title_cy {
  margin-bottom: 13px;
  border-bottom: 2px solid #999;
}
.history-chronology_title_cy span {
  position: relative;
  display: inline-block;
  line-height: 1.4761904762;
  padding-bottom: 4px;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  font-weight: bold;
}
.history-chronology_title_cy span::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #bea273;
  content: "";
}
.history-chronology_text_cy {
  line-height: 1.3571428571;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  font-weight: bold;
}
.history-chronology_text_cy + .history-chronology_text_cy {
  margin-top: 21px;
}
.history-chronology_image_cy img {
  margin-top: 18px;
}
.history-chronology_image_cy.is-vertical_cy {
  padding: 0 13.3333333333vw;
}

/* ################# ボタン ################# */
.history-album_cy {
  padding: 0;
}

.history-buttons_cy {
  margin-top: 60px;
  padding: 0 27.5px;
}

.history-historyButton_cy {
  display: block;
  margin-top: 25px;
  padding: 2px;
}

.history-historyButton_inner_cy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 116px;
  text-align: center;
  border: 1px solid #fff;
}
.history-historyButton_title_cy {
  line-height: 1.1923076923;
  font-size: 1.875rem;
  font-family: "秀英角ゴシック銀 B", "ShueiKakuGoGin B", "游ゴシック", "Yu Gothic", "YuGothic", "system-ui", sans-serif;
}
.history-historyButton_story_cy {
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 3px;
  width: 64px;
  height: 12px;
  text-indent: -999px;
  background: url("../../images/text_story.png") no-repeat 0 0;
  background-size: cover;
}

.history-felissimoLibraryButton_cy {
  flex-direction: column;
  background: #fff;
  margin-top: 20px;
  padding: 67px 30px 10px 30px;
  border: 1px solid #000;
  background: #fff url("../images/text_felissimo_library.png") no-repeat center 15px;
  background-size: 111px auto;
  color: #000;
}

.history-felissimoLibraryButton_text_cy {
  display: block;
  width: 191px;
  height: 22px;
  overflow: hidden;
  margin-top: 2px;
}

/* ################# PC ################# */
@media screen and (min-width: 769px) {
  .now-report_cy {
    margin-top: 20px;
  }
  /* ################# KV ################# */
  .kv_cy {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 960px;
    height: 260px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .kv_cy span {
    position: relative;
  }
  .kv_cy span::after {
    position: absolute;
    top: 4px;
    right: -320px;
    z-index: -1;
    width: 329px;
    height: 140px;
    content: "";
    background: url("../images/title.png") no-repeat 0 0;
    background-size: 100% auto;
  }
  /* ################# Contents ################# */
  .history-contents_cy {
    position: relative;
    padding-top: 80px;
    padding-bottom: 104px;
    background: url("../images/bg_grid.png") repeat;
    background-size: 17px;
  }
  /* ################# Section ################# */
  .history-section_cy:not(:first-child) {
    margin-top: 79px;
  }
  .history-section_title_cy {
    text-align: center;
    margin-bottom: 9px;
  }
  .history-section_title_cy img {
    width: 530px;
  }
  /* ################# Chronology ################# */
  .history-chronology_cy {
    position: relative;
  }
  .history-chronology_cy::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: calc(100% - 60px);
    margin: auto;
    background: #ccc;
    content: "";
  }
  .history-chronology_item_cy {
    display: flex;
    flex-direction: row-reverse;
  }
  .history-chronology_item_cy:nth-child(n+2) {
    margin-top: 60px;
  }
  .history-chronology_body_cy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-basis: 380px;
    max-width: 380px;
    margin-left: 160px;
  }
  .history-chronology_title_cy {
    margin-bottom: 20px;
    border-bottom: 4px solid #999;
  }
  .history-chronology_title_cy span {
    position: relative;
    display: inline-block;
    padding-bottom: 16px;
    letter-spacing: 0.1em;
    font-size: 1.875rem;
    font-weight: bold;
  }
  .history-chronology_title_cy span::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #bea273;
    content: "";
  }
  .history-chronology_text_cy {
    line-height: 1.5555555556;
    letter-spacing: 0.03em;
    font-size: 1.125rem;
    font-weight: bold;
  }
  .history-chronology_text_cy + .history-chronology_text_cy {
    margin-top: 21px;
  }
  .history-chronology_image_cy {
    flex-basis: 380px;
    max-width: 380px;
    text-align: right;
  }
  .history-chronology_image_cy img {
    margin-top: 0;
  }
  .history-chronology_image_cy.is-vertical_cy {
    padding: 0;
  }
  .history-chronology_image_cy.is-vertical_cy img {
    width: 261px;
  }
  /* ################# ボタン ################# */
  .history-album_cy {
    padding: 0;
  }
  .history-buttons_cy {
    justify-content: space-between;
    width: 960px;
    margin: 80px auto 0;
    padding: 0 20px;
  }
  .history-historyButton_cy {
    display: block;
    flex-basis: 440px;
    max-width: 440px;
    height: 210px;
    margin-top: 0;
    padding: 2px;
  }
  .history-historyButton_inner_cy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-bottom: 9px;
    border: 1px solid #fff;
    text-align: center;
  }
  .history-historyButton_title_cy {
    line-height: 1.1666666667;
    letter-spacing: 0.1em;
    font-size: 2.25rem;
    font-family: "秀英角ゴシック銀 B", "ShueiKakuGoGin B", "游ゴシック", "Yu Gothic", "YuGothic", "system-ui", sans-serif;
  }
  .history-historyButton_story_cy {
    top: 0;
    width: 129px;
    height: 25px;
  }
  .cmn-button-basic_cy.is-white_cy.history-felissimoLibraryButton_cy {
    flex-direction: column;
    flex-basis: 440px;
    max-width: 440px;
    height: 210px;
    background: #fff;
    margin-top: 0;
    padding: 95px 30px 10px 30px;
    border: 4px solid #e9e9e9;
    background: #fff url("../images/text_felissimo_library.png") no-repeat center 51px;
    background-size: 165px auto;
    color: #000;
  }
  .cmn-button-basic_cy.is-white_cy.history-felissimoLibraryButton_cy:hover {
    border-color: #000;
    background: #000 url("../images/text_felissimo_library_on.png") no-repeat center 51px;
    background-size: 165px auto;
    color: #fff;
  }
  .history-felissimoLibraryButton_text_cy {
    display: block;
    width: 191px;
    height: 22px;
    overflow: hidden;
    margin-top: 2px;
  }
}