@font-face {
  font-family: 'notosansjp';
  src: url("../fonts/notosansjp.woff2") format("woff2"), url("../fonts/notosansjp.woff") format("woff"), url("../fonts/notosansjp.ttf") format("truetype");
}
/*-----------------
@Module
-----------------*/
@media only screen and (min-width: 751px) {
  .u-ls-008em {
    letter-spacing: -0.08em;
  }
}

/*-----------------
@Main
-----------------*/
@media only screen and (min-width: 751px) {
  .kvArea {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .kvArea {
    padding-bottom: calc(60vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .kvArea {
    padding-bottom: calc(60 / 780 * 100vw);
  }
}

.kvArea_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .kvArea_inner {
    gap: 73px;
    max-width: 973px;
    width: 95%;
    padding-top: 36px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1140px) {
  .kvArea_inner {
    gap: calc(73vw / 11.4);
    padding-top: calc(36vw / 11.4);
  }
}
@media only screen and (max-width: 750px) {
  .kvArea_inner {
    flex-direction: column;
    gap: calc(50 / 780 * 100vw);
  }
}

.kvArea_title {
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .kvArea_title {
    flex-basis: 446px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1140px) {
  .kvArea_title {
    flex-basis: calc(446vw / 11.4);
  }
}

.kvArea_title_main {
  font-weight: bold;
}
@media only screen and (min-width: 751px) {
  .kvArea_title_main {
    font-size: 55px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1140px) {
  .kvArea_title_main {
    font-size: calc(55vw / 11.4);
  }
}
@media only screen and (max-width: 750px) {
  .kvArea_title_main {
    font-size: calc(70 / 780 * 100vw);
  }
}

.kvArea_title_sub {
  letter-spacing: 0.08em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 751px) and (max-width: 1140px) {
  .kvArea_title_sub {
    font-size: calc(16vw / 11.4);
  }
}
@media only screen and (max-width: 750px) {
  .kvArea_title_sub {
    font-size: calc(20 / 780 * 100vw);
  }
}

@media only screen and (min-width: 751px) {
  .kvArea_img {
    flex-basis: 445px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 1140px) {
  .kvArea_img {
    flex-basis: calc(445vw / 11.4);
  }
}
@media only screen and (max-width: 750px) {
  .kvArea_img {
    width: calc(515 / 780 * 100vw);
  }
}

@media only screen and (min-width: 751px) {
  .tabArea.tabArea_top {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .tabArea.tabArea_top {
    padding-top: calc(60vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .tabArea.tabArea_top {
    padding-top: calc(60 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .tabArea.tabArea_bottom {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .tabArea.tabArea_bottom {
    padding-top: calc(60vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .tabArea.tabArea_bottom {
    padding-top: calc(80 / 780 * 100vw);
  }
}

.tabArea_list {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 751px) {
  .tabArea_item {
    flex-basis: 220px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .tabArea_item {
    flex-basis: calc(220vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .tabArea_item {
    flex-basis: calc(162 / 780 * 100vw);
  }
}
.tabArea_item button {
  color: #572D2D;
}

.tabArea_item {
  display: flex;
  flex-direction: column;
  border-left: 2px solid #572D2D;
}
@media only screen and (min-width: 751px) {
  .tabArea_item {
    padding: 14px 0 34px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .tabArea_item {
    padding: calc(14vw / 9.5) 0 calc(34vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .tabArea_item {
    padding: calc(10 / 780 * 100vw) 0 calc(24 / 780 * 100vw);
  }
}
.tabArea_item:last-child {
  border-right: 2px solid #572D2D;
}

.tabArea_item_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 751px) {
  .tabArea_item_btn {
    gap: 7px;
  }
  .tabArea_top .tabArea_item_btn:hover:before, .tabArea_top .tabArea_item_btn:hover:after {
    bottom: -23px;
  }
  .tabArea_bottom .tabArea_item_btn:hover:before, .tabArea_bottom .tabArea_item_btn:hover:after {
    bottom: -7px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .tabArea_item_btn {
    gap: calc(7vw / 9.5);
  }
  .tabArea_top .tabArea_item_btn:hover:before, .tabArea_top .tabArea_item_btn:hover:after {
    bottom: calc(-23vw / 9.5);
  }
  .tabArea_bottom .tabArea_item_btn:hover:before, .tabArea_bottom .tabArea_item_btn:hover:after {
    bottom: calc(-7vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .tabArea_item_btn {
    flex-direction: column;
    gap: calc(15 / 780 * 100vw);
  }
}
.tabArea_item_btn:before, .tabArea_item_btn:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: #572D2D;
  border-radius: 50px;
}
@media only screen and (min-width: 751px) {
  .tabArea_item_btn:before, .tabArea_item_btn:after {
    width: 12px;
    height: 2px;
    transition: bottom 0.3s;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .tabArea_item_btn:before, .tabArea_item_btn:after {
    width: calc(12vw / 9.5);
    height: calc(2vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .tabArea_item_btn:before, .tabArea_item_btn:after {
    width: calc(12 / 780 * 100vw);
    height: calc(2 / 780 * 100vw);
  }
}
.tabArea_top .tabArea_item_btn:before, .tabArea_top .tabArea_item_btn:after {
  transform-origin: 0% 50%;
}
@media only screen and (min-width: 751px) {
  .tabArea_top .tabArea_item_btn:before, .tabArea_top .tabArea_item_btn:after {
    bottom: -20px;
    left: calc(50% + 6px);
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .tabArea_top .tabArea_item_btn:before, .tabArea_top .tabArea_item_btn:after {
    bottom: calc(-20vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .tabArea_top .tabArea_item_btn:before, .tabArea_top .tabArea_item_btn:after {
    bottom: calc(-20 / 780 * 100vw);
    left: calc(50% + 0.77vw);
  }
}
.tabArea_bottom .tabArea_item_btn:before, .tabArea_bottom .tabArea_item_btn:after {
  transform-origin: 100% 50%;
}
@media only screen and (min-width: 751px) {
  .tabArea_bottom .tabArea_item_btn:before, .tabArea_bottom .tabArea_item_btn:after {
    bottom: -10px;
    left: calc(50% - 6px);
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .tabArea_bottom .tabArea_item_btn:before, .tabArea_bottom .tabArea_item_btn:after {
    bottom: calc(-10vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .tabArea_bottom .tabArea_item_btn:before, .tabArea_bottom .tabArea_item_btn:after {
    bottom: calc(-10 / 780 * 100vw);
    left: calc(50% - 0.77vw);
  }
}
.tabArea_item_btn:before {
  transform: translateX(-50%) rotate(-55deg);
}
.tabArea_item_btn:after {
  transform: translateX(-50%) rotate(-125deg);
}

.tabArea_item_title {
  font-weight: bold;
}
@media only screen and (min-width: 751px) {
  .tabArea_item_title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .tabArea_item_title {
    font-size: calc(32vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .tabArea_item_title {
    display: block;
    font-size: calc(40 / 780 * 100vw);
    line-height: 1;
  }
}

.tabArea_item_year {
  letter-spacing: 0.04em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .tabArea_item_year {
    font-size: calc(16vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .tabArea_item_year {
    display: block;
    font-size: calc(26 / 780 * 100vw);
    line-height: 1;
  }
}

.mainArea {
  background-color: #572D2D;
  color: #F6E9D1;
}

@media only screen and (min-width: 751px) {
  .mainArea_inner {
    max-width: 880px;
    padding-bottom: 0;
  }
}

.mainArea_wrap {
  display: none;
}
.mainArea_wrap.is-active {
  display: block;
}
@media only screen and (min-width: 751px) {
  .mainArea_wrap {
    padding-top: 120px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .mainArea_wrap {
    padding-top: calc(120vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .mainArea_wrap {
    padding-top: calc(100 / 780 * 100vw);
  }
}

.mainArea_title {
  text-align: center;
}

.mainArea_title_number,
.mainArea_title_year {
  display: block;
  line-height: 1;
}

.mainArea_title_number {
  font-weight: bold;
}
@media only screen and (min-width: 751px) {
  .mainArea_title_number {
    font-size: 20px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .mainArea_title_number {
    font-size: calc(20vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .mainArea_title_number {
    font-size: calc(26 / 780 * 100vw);
  }
}

.mainArea_title_year {
  letter-spacing: 0.04em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #572D2D;
  text-stroke: 5px #F6E9D1;
  -webkit-text-stroke: 5px #F6E9D1;
  paint-order: stroke fill;
}
@media only screen and (min-width: 751px) {
  .mainArea_title_year {
    font-size: 130px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .mainArea_title_year {
    font-size: calc(130vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .mainArea_title_year {
    font-size: calc(150 / 780 * 100vw);
  }
}

@media only screen and (min-width: 751px) {
  .mainArea_contents {
    padding-bottom: 120px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .mainArea_contents {
    padding-bottom: calc(120vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .mainArea_contents {
    padding-bottom: calc(100 / 780 * 100vw);
  }
}
.mainArea_contents + .mainArea_contents {
  border-top: 2px solid #F6E9D1;
}
@media only screen and (min-width: 751px) {
  .mainArea_contents + .mainArea_contents {
    padding-top: 54px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .mainArea_contents + .mainArea_contents {
    padding-top: calc(54vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .mainArea_contents + .mainArea_contents {
    padding-top: calc(50 / 780 * 100vw);
  }
}

@media only screen and (min-width: 751px) {
  .mainArea_list {
    padding-top: 45px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .mainArea_list {
    padding-top: calc(45vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .mainArea_list {
    padding-top: calc(43 / 780 * 100vw);
  }
}

.mainArea_item {
  display: flex;
}
@media only screen and (min-width: 751px) {
  .mainArea_item {
    align-items: center;
    padding: 0 70px;
  }
  .mainArea_item .txtNowrap {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .mainArea_item {
    padding: 0 calc(70vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .mainArea_item {
    flex-direction: column;
  }
  .mainArea_item .sp-txtNowrap {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 751px) {
  .mainArea_item + .mainArea_item {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .mainArea_item + .mainArea_item {
    padding-top: calc(40vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .mainArea_item + .mainArea_item {
    padding-top: calc(50 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .mainArea_item.item_2003_2 {
    align-items: start;
  }
}

@media only screen and (min-width: 751px) {
  .mainArea_item_txtBox {
    flex-basis: 385px;
  }
  .mainArea_item_txtBox.txtOnly {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .mainArea_item_txtBox {
    flex-basis: calc(385vw / 9.5);
  }
}

.mainArea_item_title {
  font-weight: bold;
}
@media only screen and (min-width: 751px) {
  .mainArea_item_title {
    padding-bottom: 10px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .mainArea_item_title {
    padding-bottom: calc(10vw / 9.5);
    font-size: calc(26vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .mainArea_item_title {
    padding-bottom: calc(10 / 780 * 100vw);
    text-align: center;
  }
}

@media only screen and (min-width: 751px) {
  .item_1919_1 .mainArea_item_txt, .item_1919_2 .mainArea_item_txt {
    max-width: 308px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1919_1 .mainArea_item_txt, .item_1919_2 .mainArea_item_txt {
    max-width: calc(308vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1919_1 .mainArea_item_txt, .item_1919_2 .mainArea_item_txt {
    font-size: calc(24 / 780 * 100vw);
    line-height: 1.667;
  }
}
@media only screen and (min-width: 751px) {
  .mainArea_item_txt + .mainArea_item_txt {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .mainArea_item_txt + .mainArea_item_txt {
    padding-top: calc(30vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .mainArea_item_txt + .mainArea_item_txt {
    padding-top: calc(40 / 780 * 100vw);
  }
}

@media only screen and (min-width: 751px) {
  .mainArea_item_imgBox {
    flex-basis: 325px;
    padding-left: 40px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .mainArea_item_imgBox {
    flex-basis: calc(325vw / 9.5);
    padding-left: calc(40vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .mainArea_item_imgBox {
    padding-top: calc(30 / 780 * 100vw);
  }
}

.mainArea_item_img {
  margin: 0 auto;
}
@media only screen and (min-width: 751px) {
  .item_1919_1 .mainArea_item_img {
    width: 190px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1919_1 .mainArea_item_img {
    width: calc(190vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1919_1 .mainArea_item_img {
    width: calc(237 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1919_2 .mainArea_item_img {
    width: 325px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1919_2 .mainArea_item_img {
    width: calc(325vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1919_2 .mainArea_item_img {
    width: calc(558 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1919_3 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1919_3 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1919_3 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1920_1 .mainArea_item_img {
    width: 181px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1920_1 .mainArea_item_img {
    width: calc(181vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1920_1 .mainArea_item_img {
    width: calc(235 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1920_2 .mainArea_item_img {
    width: 197.5px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1920_2 .mainArea_item_img {
    width: calc(197.5vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1920_2 .mainArea_item_img {
    width: calc(252.8 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1924_1 .mainArea_item_img {
    width: 282px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1924_1 .mainArea_item_img {
    width: calc(282vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1924_1 .mainArea_item_img {
    width: calc(443.7 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1937_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1937_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1937_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1951_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1951_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1951_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1956_1 .mainArea_item_img {
    width: 320px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1956_1 .mainArea_item_img {
    width: calc(320vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1956_1 .mainArea_item_img {
    width: calc(564 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1963_1 .mainArea_item_img {
    width: 320px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1963_1 .mainArea_item_img {
    width: calc(320vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1963_1 .mainArea_item_img {
    width: calc(564 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1965_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1965_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1965_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1965_2 .mainArea_item_img {
    width: 320px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1965_2 .mainArea_item_img {
    width: calc(320vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1965_2 .mainArea_item_img {
    width: calc(640 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1967_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1967_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1967_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1970_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1970_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1970_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1975_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1975_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1975_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1975_2 .mainArea_item_img, .item_1975_3 .mainArea_item_img {
    width: 320px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1975_2 .mainArea_item_img, .item_1975_3 .mainArea_item_img {
    width: calc(320vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1975_2 .mainArea_item_img, .item_1975_3 .mainArea_item_img {
    width: calc(564 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1976_1 .mainArea_item_img {
    width: 320px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1976_1 .mainArea_item_img {
    width: calc(320vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1976_1 .mainArea_item_img {
    width: calc(564 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1977_1 .mainArea_item_img, .item_1977_2 .mainArea_item_img {
    width: 320px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1977_1 .mainArea_item_img, .item_1977_2 .mainArea_item_img {
    width: calc(320vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1977_1 .mainArea_item_img, .item_1977_2 .mainArea_item_img {
    width: calc(564 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1978_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1978_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1978_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1979_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1979_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1979_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1987_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1987_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1987_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1988_1 .mainArea_item_img {
    width: 320px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1988_1 .mainArea_item_img {
    width: calc(320vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1988_1 .mainArea_item_img {
    width: calc(564 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1993_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1993_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1993_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1996_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1996_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1996_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1997_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1997_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1997_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1997_2 .mainArea_item_img {
    width: 282px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1997_2 .mainArea_item_img {
    width: calc(282vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1997_2 .mainArea_item_img {
    width: calc(443.7 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_1998_1 .mainArea_item_img, .item_1998_2 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_1998_1 .mainArea_item_img, .item_1998_2 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_1998_1 .mainArea_item_img, .item_1998_2 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_2000_1 .mainArea_item_img, .item_2000_2 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_2000_1 .mainArea_item_img, .item_2000_2 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_2000_1 .mainArea_item_img, .item_2000_2 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_2001_1 .mainArea_item_img, .item_2001_2 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_2001_1 .mainArea_item_img, .item_2001_2 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_2001_1 .mainArea_item_img, .item_2001_2 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_2002_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_2002_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_2002_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_2003_1 .mainArea_item_img, .item_2003_2 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_2003_1 .mainArea_item_img, .item_2003_2 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_2003_1 .mainArea_item_img, .item_2003_2 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_2006_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_2006_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_2006_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_2008_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_2008_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_2008_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_2010_1 .mainArea_item_img {
    width: 320px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_2010_1 .mainArea_item_img {
    width: calc(320vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_2010_1 .mainArea_item_img {
    width: calc(564 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_2011_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_2011_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_2011_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_2014_1 .mainArea_item_img {
    width: 320px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_2014_1 .mainArea_item_img {
    width: calc(320vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_2014_1 .mainArea_item_img {
    width: calc(564 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_2016_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_2016_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_2016_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_2017_1 .mainArea_item_img {
    width: 320px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_2017_1 .mainArea_item_img {
    width: calc(320vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_2017_1 .mainArea_item_img {
    width: calc(564 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_2019_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_2019_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_2019_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_2022_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_2022_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_2022_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}
@media only screen and (min-width: 751px) {
  .item_2024_1 .mainArea_item_img {
    width: 197.6px;
  }
}
@media only screen and (min-width: 751px) and (max-width: 950px) {
  .item_2024_1 .mainArea_item_img {
    width: calc(197.6vw / 9.5);
  }
}
@media only screen and (max-width: 750px) {
  .item_2024_1 .mainArea_item_img {
    width: calc(304 / 780 * 100vw);
  }
}

.mainContents_back {
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .mainContents_back:hover {
    text-decoration: underline;
  }
}
