@charset "UTF-8";
/**********************/
/*override
/**********************/
#logo_valse {
  position: absolute;
  left: 0px;
  top: 0;
}

#titleArea {
  position: relative;
  width: 800px;
  height: 200px;
  margin: 0 auto;
  background: #fff;
}

#copyright {
  position: absolute;
  left: 40px;
  top: 20px;
  width: 252px;
  height: 12px;
}

/** 汎用タイトルバー */
.title_bar {
  position: relative;
  width: 100%;
  height: 24px;
  text-align: left;
  background-image: url(/cmn/img/title_bar_bg.png);
  background-repeat: repeat-x;
  background-position: 0 1px;
  margin-bottom: 0px;
  box-sizing: border-box;
  padding-left: 60px;
}

.title_bar p {
  position: relative;
  display: inline-block;
  width: auto;
  height: 25px;
  margin-top: 0;
  margin-bottom: 0px;
  box-sizing: border-box;
  padding: 0 40px;
  background: #f3f3f3;
  color: #005aaa;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02rem;
}

.title_bar_gray {
  position: relative;
  width: 100%;
  height: 24px;
  text-align: left;
  background-image: url(/cmn/img/title_bar_gray_bg.png);
  background-repeat: repeat-x;
  background-position: 0 1px;
  margin-bottom: 0px;
  box-sizing: border-box;
  padding-left: 60px;
}

.title_bar_gray p {
  position: relative;
  display: inline-block;
  width: auto;
  height: 25px;
  margin-top: 0;
  margin-bottom: 0px;
  box-sizing: border-box;
  padding: 0 40px;
  background: #f3f3f3;
  color: #898989;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02rem;
}

#headerArea {
  min-width: 800px;
  transform-origin: 0 0;
  background: #fff;
}

#footer {
  width: 100%;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 960px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 960px) {
  /** 汎用タイトルバー */
  .title_bar {
    position: relative;
    width: 100%;
    height: 16px;
    text-align: left;
    background-image: url(/cmn/img/title_bar_bg.png);
    background-repeat: repeat-x;
    background-position: 0 1px;
    margin-bottom: 0px;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .title_bar p {
    position: relative;
    display: inline-block;
    width: auto;
    height: 17px;
    margin-top: 0;
    margin-bottom: 0px;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 20px;
    background: #f3f3f3;
    color: #005aaa;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02rem;
  }
  .title_bar_gray {
    position: relative;
    width: 100%;
    height: 16px;
    text-align: left;
    background-image: url(/cmn/img/title_bar_gray_bg.png);
    background-repeat: repeat-x;
    background-position: 0 1px;
    margin-bottom: 0px;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .title_bar_gray p {
    position: relative;
    display: inline-block;
    width: auto;
    height: 17px;
    margin-top: 0;
    margin-bottom: 0px;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 20px;
    background: #f3f3f3;
    color: #898989;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02rem;
  }
  #menuHolder {
    transform: scale(0.1);
  }
  #p_reports {
    padding-bottom: 40px;
  }
  #p_reports h3 {
    margin-top: 25px;
  }
  #p_reports h3 img {
    width: 100%;
  }
  #p_reports h4 {
    margin-top: 36px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 16px;
    font-size: 18px;
  }
  #p_reports .report_txt {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 8px;
    font-size: 16px;
    word-wrap: break-word;
    text-align: justify;
  }
  #p_reports .report_name {
    margin-top: 40px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 8px;
    font-size: 16px;
    word-wrap: break-word;
    text-align: center;
  }
  #p_reports .report_txt_center {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 8px;
    font-size: 16px;
    word-wrap: break-word;
    text-align: center;
  }
  #p_reports .report_link {
    margin-top: 20px;
    margin-left: 40px;
    margin-right: 40px;
    margin-bottom: 80px;
    font-size: 16px;
    word-wrap: break-word;
    text-align: center;
    cursor: pointer;
  }
  #p_reports .report_link a img {
    transition: all 0.3s;
    transform: scale(0.97);
    cursor: pointer;
    width: 100%;
    max-width: 435px;
  }
  #p_reports .report_link a img:hover {
    transform: scale(1);
  }
  .img_list {
    display: block;
    position: relative;
    width: 100%;
    padding: 15px 40px 0;
    box-sizing: border-box;
    font-size: 0;
  }
  .img_list li {
    padding: 0;
    position: relative;
    display: inline-block;
    width: 50%;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    vertical-align: top;
  }
  .img_list li:nth-child(odd) {
    padding-right: 5px;
  }
  .img_list li:nth-child(even) {
    padding-left: 5px;
  }
  .img_list li img {
    width: 100%;
    height: auto;
  }
  .img_list li .caption {
    padding: 5px;
    font-size: 12px;
    text-align: center;
  }
  #reportsWorksArea {
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 25px;
  }
  #reportsWorksTitleBar {
    position: relative;
    width: 100%;
    text-align: center;
    background-image: url(/cmn/img/sline.png);
    background-repeat: repeat-x;
    background-position: 0 50%;
    margin-bottom: 16px;
  }
  #reportsWorksTitle {
    position: relative;
    margin: 0 auto;
    width: 160px;
    text-align: center;
    background: #f3f3f3;
  }
  #reportsWorksTitle img {
    margin-top: 6px;
    width: 90px;
  }
  #reportsWorksList {
    display: inline-block;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  #reportsWorksList li {
    display: relative;
    display: block;
    text-align: left;
    color: #000;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  #reportsWorksList li a {
    position: relative;
    color: #000;
    font-size: 12px;
    line-height: 1.4;
  }
  #reportsWorksList li a .reportsWorksDate {
    position: absolute;
    top: 0;
    left: 0;
    color: #005aaa;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: none;
    width: 100px;
  }
  #reportsWorksList li a .reportsWorksHeadline {
    position: relative;
    padding-left: 110px;
    color: #000;
    font-size: 12px;
    line-height: 1.4;
    text-decoration: underline;
  }
  #reportsWorksMore {
    display: block;
    text-align: right;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  #reportsWorksMore img {
    width: 54px;
  }
}

/**********************/
/* Mixins
/**********************/
/**********************/
/* History
/**********************/
#history {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.dummy {
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  max-width: 1280px;
  opacity: 0.333;
  pointer-events: none;
  display: none;
}

@media screen and (max-width: 960px) {
  .dummy {
    top: 0;
  }
}

#yearNavi {
  position: fixed;
  top: 65px;
  right: 50px;
  width: 60px;
  height: 60px;
  z-index: 100;
}

@media screen and (max-width: 960px) {
  #yearNavi {
    right: 27px;
  }
}

#yearNavi #yearNaviBtn {
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

#yearNavi #yearNaviBtn #yearNaviOpen {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}

#yearNavi #yearNaviBtn #yearNaviClose {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  opacity: 0;
}

#yearNavi #yearNaviList {
  position: absolute;
  top: 60px;
  left: 25px;
  width: 60px;
  height: 350px;
  font-size: 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 18px;
  flex-direction: column;
  display: none;
}

#yearNavi #yearNaviList::before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 2px;
  height: 343px;
  background: #f00;
}

#yearNavi #yearNaviList li {
  opacity: 1;
  transition: all 0.2s;
  transform: scale(1);
  transform-origin: 20% 50%;
}

#yearNavi #yearNaviList li:hover {
  transform: scale(1.05);
}

#topArea {
  position: relative;
  width: 100%;
  background: #004D9A;
  text-align: center;
  padding: 80px 0 74px;
}

@media screen and (max-width: 960px) {
  #topArea {
    padding: 80px 0 64px;
  }
}

#topArea #topContainer {
  position: relative;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

#topArea #topContainer #topTitle {
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s;
}

#topArea #topContainer #topTitle.on {
  transform: translateY(0px);
  opacity: 1;
}

#topArea #topContainer #topMessage {
  position: relative;
  margin-top: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 2.06;
  padding: 0 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-out 0.2s;
}

#topArea #topContainer #topMessage.on {
  transform: translateY(0px);
  opacity: 1;
}

@media screen and (max-width: 960px) {
  #topArea #topContainer #topMessage {
    padding: 0 16px;
  }
}

#topArea #topContainer #topCurrent {
  position: relative;
  margin-top: 18px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  line-height: 2;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-out 0.4s;
}

#topArea #topContainer #topCurrent.on {
  transform: translateY(0px);
  opacity: 1;
}

.yearArea {
  position: relative;
  width: 100%;
  opacity: 0;
  overflow: hidden;
}

.yearArea.gray {
  background-color: #EFEFEF;
}

.yearArea.white {
  background-color: #FFF;
}

.yearArea .yearContainer {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 0 60px;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer {
    flex-direction: column;
    max-width: 100%;
    padding: 47px 0 30px;
  }
}

.yearArea .yearContainer .timeLineArea {
  position: absolute;
  top: 0;
  left: 70px;
  width: 8px;
  height: 100%;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .timeLineArea {
    left: 28px;
  }
}

.yearArea .yearContainer .timeLineArea .timeLine {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: #C5CEE9;
}

.yearArea .yearContainer .timeLineArea .timeLinePoint {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
  border: solid 4px #C5CEE9;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .timeLineArea .timeLinePoint {
    top: 60px;
  }
}

.yearArea .yearContainer .yearContent {
  position: relative;
  width: 464px;
  padding-left: 120px;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .yearContent {
    box-sizing: border-box;
    width: 100%;
    padding-left: 64px;
    padding-right: 16px;
  }
}

.yearArea .yearContainer .yearContent .yearEvent {
  position: relative;
  display: block;
  color: #003E92;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 32px;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .yearContent .yearEvent {
    margin-top: 32px;
  }
}

.yearArea .yearContainer .yearContent .yearEvent2 {
  position: relative;
  display: block;
  color: #003E92;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 16px;
}

.yearArea .yearContainer .yearContent .yearEventSub {
  position: relative;
  display: block;
  color: #003E92;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 0px;
}

.yearArea .yearContainer .yearContent .yearImgArea {
  position: relative;
  display: block;
  margin: 0;
  margin-top: 20px;
  width: 320px;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .yearContent .yearImgArea {
    margin-top: 20px;
    width: 100%;
  }
}

.yearArea .yearContainer .yearContent .yearImgArea .yearImg {
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .yearContent .yearImgArea .yearImg {
    border-radius: 16px;
  }
}

.yearArea .yearContainer .yearContent .yearImgArea img {
  width: 100%;
  height: auto;
}

.yearArea .yearContainer .yearContent .yearImgArea figcaption {
  position: relative;
  display: block;
  margin-top: 8px;
  margin-bottom: -16px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.0em;
}

.yearArea .yearContainer .yearContent .memberList {
  position: relative;
  margin-top: 54px;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .yearContent .memberList {
    margin-top: 39px;
  }
}

.yearArea .yearContainer .yearContent .memberList li {
  position: relative;
  margin-right: 2px;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .yearContent .memberList li {
    margin-right: -11px;
  }
}

.yearArea .yearContainer .yearContent .memberList li img {
  width: 96px;
  height: auto;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .yearContent .memberList li img {
    width: 80px;
  }
}

.yearArea .yearContainer .yearListArea {
  position: relative;
  flex: 1;
  padding-right: 20px;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .yearListArea {
    padding-right: 20px;
    padding-left: 68px;
    margin-top: 24px;
  }
}

.yearArea .yearContainer .yearListArea .yearList {
  position: relative;
  display: block;
  margin-top: 8px;
}

.yearArea .yearContainer .yearListArea .yearList li {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .yearListArea .yearList li {
    margin-bottom: 22px;
  }
}

.yearArea .yearContainer .yearListArea .yearList li .program {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.yearArea .yearContainer .yearListArea .yearList li .iconMovieCurrent {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #004D9A;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
}

.yearArea .yearContainer .yearListArea .yearList li .iconMovie {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #8DA0D1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
}

.yearArea .yearContainer .yearListArea .yearList li .iconMusicCurrent {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #087FF5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
}

.yearArea .yearContainer .yearListArea .yearList li .iconMusic {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #8DA0D1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
}

.yearArea .yearContainer .yearListArea .yearList li .iconTrophy {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #E6D935;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
}

.yearArea .yearContainer .yearListArea .yearList li a.programTxt {
  flex: 1;
  color: #003E92;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  transition: all 0.2s;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .yearListArea .yearList li a.programTxt {
    line-height: 1.5;
  }
}

.yearArea .yearContainer .yearListArea .yearList li a.programTxt:hover {
  opacity: 0.7;
}

.yearArea .yearContainer .yearListArea .yearList li a.programTxt::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/history/assets/img/icon_blank.svg);
  background-repeat: no-repeat;
  background-position: center 36%;
  background-size: 28px 28px;
}

.yearArea .yearContainer .yearListArea .yearList li a.programTxtReports {
  flex: 1;
  color: #003E92;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  transition: all 0.2s;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .yearListArea .yearList li a.programTxtReports {
    line-height: 1.5;
  }
}

.yearArea .yearContainer .yearListArea .yearList li a.programTxtReports:hover {
  opacity: 0.7;
}

.yearArea .yearContainer .yearListArea .yearList li a.programTxtReports::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/history/assets/img/icon_link.svg);
  background-repeat: no-repeat;
  background-position: center 44%;
  background-size: 38px 38px;
}

.yearArea .yearContainer .yearListArea .yearList li p.programTxtAlbum {
  flex: 1;
  color: #003E92;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  transition: all 0.2s;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .yearListArea .yearList li p.programTxtAlbum {
    line-height: 1.5;
  }
}

.yearArea .yearContainer .yearListArea .yearList li p.programTxtAlbum:hover {
  opacity: 0.7;
}

.yearArea .yearContainer .yearListArea .yearList li p.programTxtAlbum::after {
  position: relative;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/history/assets/img/icon_img.svg);
  background-repeat: no-repeat;
  background-position: 0 1px;
  background-size: 15px 15px;
}

.yearArea .yearContainer .yearListArea .yearList li p.programTxt {
  flex: 1;
  color: #003E92;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .yearListArea .yearList li p.programTxt {
    line-height: 1.5;
  }
}

.yearArea .yearContainer .yearListArea .yearList li .charge {
  color: #003E92;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-left: 41px;
  margin-top: 0px;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .yearListArea .yearList li .charge {
    line-height: 1.5;
  }
}

.yearArea .yearContainer .yearListArea .yearList li .programSub {
  color: #003E92;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.01em;
  margin-left: 41px;
  margin-top: -2px;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .yearListArea .yearList li .programSub {
    line-height: 1.5;
  }
}

.yearArea .yearContainer .yearListArea .yearList li .programSub span {
  display: block;
  font-weight: 300;
  margin: 2px 0;
}

.yearArea .yearContainer .yearListArea .yearList li .programSub2 {
  color: #003E92;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  margin-left: 41px;
  margin-top: 8px;
}

@media screen and (max-width: 960px) {
  .yearArea .yearContainer .yearListArea .yearList li .programSub2 {
    line-height: 1.5;
  }
}

.yearArea .yearContainer .yearListArea .yearList li .programSub2 span {
  display: block;
  font-weight: 300;
  margin: 2px 0;
}

.yearArea#year2023 .yearContainer {
  padding: 80px 0 60px;
}

@media screen and (max-width: 960px) {
  .yearArea#year2023 .yearContainer {
    padding: 47px 0 72px;
  }
}

.yearArea#year2022 .yearContainer {
  padding: 80px 0 80px;
}

@media screen and (max-width: 960px) {
  .yearArea#year2022 .yearContainer {
    padding: 40px 0 40px;
  }
}

.yearArea#year2021 .yearContainer {
  padding: 80px 0 64px;
}

@media screen and (max-width: 960px) {
  .yearArea#year2021 .yearContainer {
    padding: 40px 0 40px;
  }
}

.yearArea#year2021 .yearImgArea {
  margin-top: 40px;
}

.yearArea#year2020 .yearContainer {
  padding: 80px 0 80px;
}

@media screen and (max-width: 960px) {
  .yearArea#year2020 .yearContainer {
    padding: 40px 0 40px;
  }
}

.yearArea#year2020 .memberList {
  margin-top: 40px;
}

.yearArea#year2019 .yearImgArea {
  margin-top: 40px;
}

.yearArea#year2018 .yearContainer {
  padding: 80px 0 66px;
}

@media screen and (max-width: 960px) {
  .yearArea#year2018 .yearContainer {
    padding: 40px 0 40px;
  }
}

.yearArea#year2016 .yearImgArea {
  margin-top: 40px;
}

.yearArea#year2015 .yearContainer {
  padding: 80px 0 94px;
}

@media screen and (max-width: 960px) {
  .yearArea#year2015 .yearContainer {
    padding: 40px 0 40px;
  }
}

.yearArea#year2015 .yearImgArea .yearLogo {
  position: absolute;
  top: 84px;
  left: 286px;
  width: 120px;
  height: 120px;
}

@media screen and (max-width: 960px) {
  .yearArea#year2015 .yearImgArea .yearLogo {
    top: 84px;
    width: 120px;
    height: 120px;
    left: auto;
    right: 0;
  }
}

.yearArea#year2013 .timeLineArea {
  height: 100px;
}

@media screen and (max-width: 960px) {
  .yearArea#year2013 .timeLineArea {
    height: 80px;
  }
}

#historyFooterArea {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: #fff;
}

@media screen and (max-width: 960px) {
  #historyFooterArea {
    height: 268px;
  }
}

#historyFooterArea #snsArea {
  position: absolute;
  top: 103px;
  right: 35px;
  transform: translate(0);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}

@media screen and (max-width: 960px) {
  #historyFooterArea #snsArea {
    top: 142px;
    right: 50%;
    transform: translate(50%);
  }
}

#historyFooterArea #snsArea li a {
  transition: all 0.2s;
  opacity: 1;
}

#historyFooterArea #snsArea li a:hover {
  opacity: 0.7;
}

#historyFooterArea #historyCopyright {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 260px;
  height: 100px;
  transform: translate(0);
}

@media screen and (max-width: 960px) {
  #historyFooterArea #historyCopyright {
    width: 100%;
    max-width: 375px;
    left: 50%;
    transform: translate(-50%);
    height: 48px;
  }
}

#historyFooterArea #historyCopyright img {
  width: 100%;
}

#photoModalArea {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  display: none;
}

#photoModalArea #photoModalBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#photoModalArea #photoModalClose {
  position: absolute;
  width: 64px;
  height: 64px;
  top: 16px;
  right: 16px;
  cursor: pointer;
}

#photoModalArea #photoModalClose img {
  width: 100%;
}

#photoModalArea #photoModal {
  position: relative;
  width: 80%;
  max-width: 800px;
  height: 80%;
  max-height: 480px;
}

#photoModalArea #photoModal img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#photoModalArea #photoModal #photoModalImage {
  position: relative;
  width: 100%;
  height: 100%;
}

#photoModalArea #photoModal #photoModalImage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
