@charset "UTF-8";
#pharmaHistory{
  background: #F0ECEC;
  padding-bottom: 40px;
}
#pharmaHistory .contentsInner{
  width: 1020px;
  margin: auto;
}
#pharmaHistory sup{
  font-size: 60%;
  vertical-align: text-top;
  white-space: nowrap;
  position: relative;
  left: -0.5rem;
}
#pharmaHistory img{
  display: block;
  width: 100%;
  height: auto;
}
#pharmaHistory .js-noBreak{
  display: inline-block;
  font-size: inherit;
}

/* ------ mv ------ */
#pharmaHistory .mvWrap{
  max-width: 1920px;
  height: 800px;
  margin: 0 auto 40px;
  background:url(/viatris/pharma-history/images/bg_mv_pc.jpg) center center / 1920px no-repeat; 
}
#pharmaHistory .mvInner{
  max-width: 1440px;
  padding: 35px 40px 0;
  margin: auto;
}
#pharmaHistory .mvInner .copy{
  margin-bottom: 10px;
  width: 745px;
}
#pharmaHistory .mvInner .ttlWrap{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #703E97;
  height: 162px;
  border-radius: 81px;
  padding-left: 58px;
  width: 500px;
  position: relative;
  margin: 0 0 40px 40px;
}
#pharmaHistory .mvInner .ttlWrap::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -77px;
  right: -186px;
  width: 326px;
  height: 323px;
  background: url(/viatris/pharma-history/images/mv_medicine.png) center / contain no-repeat;
}
#pharmaHistory .mvInner .ttl{
  font-weight: bold;
  color: #fff;
}
#pharmaHistory .mvInner .ttl .sml{
  font-size: 28px;
  display: block;
  letter-spacing: 1.3px;
}
#pharmaHistory .mvInner .ttl .big{
  font-size: 44px;
  display: block;
  letter-spacing: 4.5px;
  padding: 4px 0 0 10px;
}
#pharmaHistory .mvInner .txt{
  color: #2c2468;
  font-size: 2.0rem;
  line-height: 1.6;
  padding-left: 120px;
  font-weight: bold;
  letter-spacing: 1px;
}
#pharmaHistory .mvInner .txt + .txt{
  margin-top: 23px;
}
@media only screen and (max-width: 768px) {
  #pharmaHistory{
  padding-bottom: 20px;
  }
  #pharmaHistory .contentsInner{
    width: 90%;
  }
  #pharmaHistory .mvWrap{
    max-width: 100%;
    height: auto;
    margin-bottom: 38px;
    background:url(/viatris/pharma-history/images/bg_mv_sp.jpg) top center / 100% no-repeat; 
  }
  #pharmaHistory .mvInner{
    max-width: 100%;
    padding:  2.5vw 3.3vw 0;
  }
  #pharmaHistory .mvInner .copy{
    margin-bottom: 59vw;
    width: 90.3vw;
  }
  #pharmaHistory .mvInner .ttlWrap{
    height: 21vw;
    border-radius: 12vw;
    padding-left: 8.3vw;
    width: 70vw;
    margin: 0 0 6.2vw 0;
  }
  #pharmaHistory .mvInner .ttlWrap::after{
    bottom: -9.3vw;
    right: auto;
    left: 47.6vw;
    width: 43.6vw;
    height: 43.5vw;
  }
  #pharmaHistory .mvInner .ttl .sml{
    font-size: 3.6vw;
    letter-spacing: 0.2vw;
  }
  #pharmaHistory .mvInner .ttl .big{
    font-size: 5.75vw;
    letter-spacing: 0.7vw;
    padding: 0.5vw 0 0 0.5vw;
  }
  #pharmaHistory .mvInner .txt{
    font-size: 3.3vw;
    padding-left: 7.25vw;
    line-height: 1.75;
  }
  #pharmaHistory .mvInner .txt + .txt{
    margin-top: 2.7vw;
  }
}
/* ------ sort ------ */
#pharmaHistory .sortMedcineWrap{
  padding: 0 80px;
  margin-bottom: 80px;
}
#pharmaHistory .sortMedcineWrap .sortTtl{
  color: #703E97;
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}
#pharmaHistory .sortMedcineWrap .sortTtl .txt{
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 1.2px;
  padding: 0 24px;
  background: #F0ECEC;
  position: relative;
  z-index: 1;
}
#pharmaHistory .sortMedcineWrap .sortTtl::after{
  content: "";
  display: block;
  position: absolute;
  border-top: 2px solid #703E97;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
  z-index: 0;
}
#pharmaHistory .sortMedcineWrap .btnList{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 16px;
}
#pharmaHistory .sortMedcineWrap .btnList .item{
  width: 276px;
}
#pharmaHistory .sortMedcineWrap .js-sortBtn{
  display: block;
  width: 100%;
  font-size: 2.0rem;
  font-weight: bold;
  color: #703E97;
  text-align: center;
  line-height: 60px;
  border: 2px solid #703E97;
  background-color: #fff;
  border-radius: 32px;
  box-shadow: 0px 8px 16px 0px #2A276E1A;
}
#pharmaHistory .sortMedcineWrap .js-sortBtn.btnAll{
  line-height: 76px;
  border-radius: 40px;
}
#pharmaHistory .sortMedcineWrap .js-sortBtn.active{
  background-color: #703E97;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #pharmaHistory .sortMedcineWrap{
    padding: 0;
    margin-bottom: 40px;
  }
  #pharmaHistory .sortMedcineWrap .sortTtl{
    margin-bottom: 20px;
  }
  #pharmaHistory .sortMedcineWrap .sortTtl .txt{
    font-size: 2.0rem;
    padding: 0 12px;
  }
  #pharmaHistory .sortMedcineWrap .btnList{
    gap: 8px;
    margin-top: 8px;
  }
  #pharmaHistory .sortMedcineWrap .btnList .item{
    width: calc(50% - 4px);
  }
  #pharmaHistory .sortMedcineWrap .js-sortBtn{
    font-size: 1.6rem;
    line-height: 44px;
    border-radius: 24px;
    box-shadow: 0px 8px 16px 0px #2A276E1A;
  }
  #pharmaHistory .sortMedcineWrap .js-sortBtn.btnAll{
    line-height: 44px;
    border-radius: 24px;
  }
}
/* ------ history ------ */
#pharmaHistory .medicineWrap{
  border-radius: 40px;
  box-shadow: 0px 8px 16px 0px #2A276E1A;
  background: #fff;
  overflow: hidden;
}
#pharmaHistory .medicineWrap.hide{
  display: none;
}
#pharmaHistory .medicineWrap + .medicineWrap{
  margin-top: 80px;
}
#pharmaHistory .medicineWrap .medicineTtl{
  width: 100%;
  display: flex;
  background: #703E97 url(/viatris/pharma-history/images/bg_heading.png) center center/ cover no-repeat;
  align-items: flex-end;
}
#pharmaHistory .medicineTtl .textWrap{
  width: 540px;
  padding: 38px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#pharmaHistory .medicineTtl .textWrap .ttl{
  font-size: 3.2rem;
  letter-spacing: 1.6px;
  position: relative;
  line-height: 1.5;
  padding-bottom: 18px;
  margin-bottom: 16px;
}
#pharmaHistory .medicineTtl .textWrap .dtl{
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.4px;
  text-align: left;
}
#pharmaHistory .medicineTtl .textWrap .ttl::after{
  content: "";
  border-bottom: 2px solid #F1CB14;
  display: block;
  width: 120px;
  position: absolute;
  left: calc(50% - 60px);
  bottom: 0;
}
#pharmaHistory .medicineTtl .imgWrap{
  width: 240px;
}
#pharmaHistory .medicineInner{
  margin: 80px;
}
#pharmaHistory .historyWrap{
  position: relative;
}
#pharmaHistory .medicineInner .historyWrap .lineLeft{
  border-left: 2px solid #E7B8E0;
  display: block;
  position: absolute;
  top: 37px;
  left: 0;
  height: 0;
  max-height: calc(100% - 37px);
  transition: .2s ease-out;
}
#pharmaHistory .historyWrap .englishSubTtl{
  color: #E7B8E0;
  font-size: 2.4rem;
  letter-spacing: 1.2px;
  padding: 0 0 7px 56px;
  position: relative;
}
#pharmaHistory .historyWrap .englishSubTtl::before{
  content: "";
  display: block;
  width: 40px;
  height: 24px;
  background: #fff url(/viatris/pharma-history/images/line_english_title.svg) bottom left /contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
}
#pharmaHistory .historyWrap .yearWrap{
  position: relative;
}
#pharmaHistory .historyWrap .yearWrap + .yearWrap{
  margin-top: 40px;
}
#pharmaHistory .historyWrap .yearTtl{
  font-size: 2.4rem;
  color: #E7B8E0;
  position: absolute;
  padding-left: 14px;
  line-height: 1.5;
  top: 0;
}
#pharmaHistory .historyWrap .yearTtl .year{
  font-size: 6.4rem;
  font-style: italic;
  letter-spacing: 1px;
  font-weight: normal;
  padding-right: 10px;
}
#pharmaHistory .historyWrap .yearTtl::before{
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E7B8E0;
  position: absolute;
  top: 40px;
  left: -7px;
}
#pharmaHistory .historyDtl{
  padding: 95px 0 94px 40px;
  background: url(/viatris/pharma-history/images/bg_history_year.png) left bottom / contain no-repeat;
}
#pharmaHistory .withImg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#pharmaHistory .withImg .historyDtl{
  padding: 94px 0 74px 40px;
  width: 410px;
}
#pharmaHistory .withImg .imgWrap{
  width: 410px;
  order: 2;
}
#pharmaHistory .withImg .imgWrap img{
  border-radius: 24px;
}
#pharmaHistory .historyDtl .ttl{
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;
  color: #703E97;
  border-bottom: 2px solid #F1CB14;
  padding-bottom: 16px;
  margin-bottom: 16px;
  letter-spacing: 1.3px;
}
#pharmaHistory .historyDtl .dtl{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  color: #2A276E;
  letter-spacing: 0.8px;
  line-break: strict;

}
#pharmaHistory .yearWrap .historyInfo{
  border-radius: 16px;
  background: linear-gradient(180deg, #F2FAFF 0%, #F9F5FF 100%);
  padding: 16px 40px;
  width: 700px;
  margin: 40px auto 0;
  color: #2A276E;
}
#pharmaHistory .historyInfo .txt{
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 1px;
}
#pharmaHistory .btmWrap {
  max-width: 700px;
  margin: 40px auto 0;
}
#pharmaHistory .btmWrap .btnWrap{
  width: 440px;
  margin: 0 auto 40px;
}
#pharmaHistory .btmWrap .btnYellow{
  display: block;
  color: #4D4000;
  background-color: #F1CB14;
  font-size: 2.0rem;
  line-height: 80px;
  text-align: center;
  position: relative;
  border-radius: 40px;
  font-weight: bold;
}
#pharmaHistory .btmWrap .btnYellow::after{
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  background: url(/viatris/pharma-history/images/icon_arrow_r.svg) center / contain no-repeat;
  position: absolute;
  top: calc(50% - 8px);
  right: 34px;
}
#pharmaHistory .btmWrap .noteText,
#pharmaHistory .btmWrap .annotationList .item{
  font-size: 1.2rem;
  line-height: 1.5;
  color: #2A276E;
}
#pharmaHistory .btmWrap .annotationList{
  margin-top: 40px;
}
#pharmaHistory .btmWrap .annotationList .item a{
  font-size: inherit;
  color: #2A276E;
}

#pharmaHistory .fadeContent{
  opacity: 0;
  transition: none;
  transform: translate(0, 20px);
}
#pharmaHistory .fadeIn{
  opacity: 1;
  transform: none;
}
@media only screen and (min-width: 769px) {
  #pharmaHistory .fadeIn.historyInfo{
    transition: 1s ease-out .4s;
  }
  #pharmaHistory .yearInner .fadeIn:not(.yearTtl){
    transition: 1s ease-out .5s;
  }
  #pharmaHistory .yearTtl.fadeIn{
    transition: 1s ease-out .2s;
  }
}
@media only screen and (max-width: 768px) {
  #pharmaHistory .medicineWrap{
    border-radius: 20px;
  }
  #pharmaHistory .medicineWrap + .medicineWrap{
    margin-top: 40px;
  }
  #pharmaHistory .medicineWrap .medicineTtl{
    width: 100%;
    flex-wrap: wrap;
    background-size: 150%;
  }
  #pharmaHistory .medicineTtl .textWrap{
    width: 100%;
    padding: 20px;
    order: 1;
  }
  #pharmaHistory .medicineTtl .textWrap .ttl{
    font-size: 2.4rem;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  #pharmaHistory .medicineTtl .textWrap .dtl{
    font-size: 1.2rem;
    text-align: left;
  }
  #pharmaHistory .medicineTtl .textWrap .ttl::after{
    border-width: 1px;
  }
  #pharmaHistory .medicineTtl .imgWrap{
    width: 50%;
    order: 2;
  }
  #pharmaHistory .medicineInner{
    margin: 20px;
  }
  #pharmaHistory .medicineInner .historyWrap .lineLeft{
    border-width: 1px;
    top: 22px;
    max-height: calc(100% - 22px);
  }
  #pharmaHistory .historyWrap .englishSubTtl{
    font-size: 2.0rem;
    padding: 0 0 0 28px;
    margin-bottom: 25px;
  }
  #pharmaHistory .historyWrap .englishSubTtl::before{
    width: 20px;
    height: 12px;
  }
  #pharmaHistory .historyWrap .yearTtl{
    position: relative;
    font-size: 2.0rem;
    padding-left: 6px;
  }
  #pharmaHistory .historyWrap .yearTtl .year{
    font-size: 4.0rem;
    padding-right: 5px;
  }
  #pharmaHistory .historyWrap .yearTtl::before{
    width: 12px;
    height: 12px;
    top: 25px;
    left: -5px;
  }
  #pharmaHistory .historyDtl{
    padding: 0 0 47px 20px;
    background: url(/viatris/pharma-history/images/bg_history_year.png) left bottom / contain no-repeat;
  }
  #pharmaHistory .withImg {
    flex-direction: column;
    align-items: flex-start;
  }
  #pharmaHistory .historyWrap .withImg .yearTtl{
    order: 2;
  }
  #pharmaHistory .withImg .historyDtl{
    padding: 0 0 47px 20px;
    width: 100%;
    order: 3;
  }
  #pharmaHistory .withImg .imgWrap{
    width: 100%;
    order: 1;
    min-height: calc(47.2vw + 10px);
    padding: 0 0 10px 20px;
  }
  #pharmaHistory .withImg .imgWrap img{
    border-radius: 12px;
  }
  #pharmaHistory .historyDtl .ttl{
    font-size: 2.0rem;
    border-width: 1px;
    padding-bottom: 6px;
    margin-bottom: 8px;
  }
  #pharmaHistory .historyDtl .dtl{
    font-size: 1.2rem;
    letter-spacing: 0.4px;
  }
  #pharmaHistory .yearWrap .historyInfo{
    border-radius: 12px;
    padding: 6px 20px;
    width: calc(100% - 20px);
    margin: 40px 0 0 20px;
  }
  #pharmaHistory .historyInfo .txt{
    font-size: 1.2rem;
    letter-spacing: 0.6px;
  }
  #pharmaHistory .btmWrap {
    max-width: 100%;
  }
  #pharmaHistory .btmWrap .btnWrap{
    width: 100%;
    max-width: 295px;
  }
  #pharmaHistory .btmWrap .btnYellow{
    font-size: 1.6rem;
    line-height: 64px;
    border-radius: 32px;
  }
  #pharmaHistory .btmWrap .btnYellow::after{
    right: 20px;
  }
  #pharmaHistory .btmWrap .noteText,
  #pharmaHistory .btmWrap .annotationList .item{
    font-size: 1.0rem;
  }
  #pharmaHistory .btmWrap .annotationList{
    margin-top: 20px;
  }
  #pharmaHistory .fadeIn{
    transition: all 1s;
  }
}