@charset "UTF-8";
/* classを持たないa要素はデフォルトのスタイルを継承 */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

a {
  outline: none;
  text-decoration: none;
}
a:active, a:focus {
  outline: none;
}
a:link, a:visited, a:hover, a:active {
  color: #2c2c2c;
  text-decoration: none;
}

/* 小数点第二で切り捨て */
.mt-5060 {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .mt-5060 {
    margin-top: 60px;
  }
}

/* 小数点第二で切り捨て */
/* スマホのみラップ */
@media (max-width: 991px) {
  .wrap_smart {
    width: 89.33%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 通常のラップ */
.wrap_inner {
  width: 89.33%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .wrap_inner {
    max-width: 1248px;
    padding: 15px 24px;
    width: 100%;
  }
}

@media (min-width: 1080px) {
  .include_side_navigation {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
  }
}
@media (width > 1600px) {
  .include_side_navigation {
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 36px;
  }
}
.include_side_navigation .side_navigation {
  margin-top: 50px;
}
@media (max-width: 1080px) {
  .include_side_navigation .side_navigation {
    width: 89.3333333333%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1080px) {
  .include_side_navigation .side_navigation {
    width: 230px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 134px;
    margin-left: 4.1666666667vw;
  }
  .include_side_navigation .side_navigation.fixed {
    position: fixed;
    top: 100px;
    left: 0;
  }
}
@media (width > 1600px) {
  .include_side_navigation .side_navigation {
    margin-left: 0;
  }
}
.include_side_navigation .side_navigation_Label {
  background-color: #0059B2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}
.include_side_navigation .side_navigation_Label:not(:first-child) {
  margin-top: 45px;
}
.include_side_navigation .side_navigation_List {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-top: 5px;
}
.include_side_navigation .side_navigation_List a {
  display: block;
  color: inherit;
  padding: 10px 0;
  padding-left: 1em;
  position: relative;
  font-weight: 500;
}
.include_side_navigation .side_navigation_List a:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 1080px) {
  .include_side_navigation .side_navigation_List a {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1080px) {
  .include_side_navigation .side_navigation_List {
    text-align: left;
  }
}
.include_side_navigation .include_content {
  width: 89.33%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
@media (min-width: 992px) {
  .include_side_navigation .include_content {
    margin-left: auto;
    margin-right: unset;
    max-width: 1248px;
    padding: 15px 24px;
    width: 73vw;
  }
}
@media (width > 1320px) {
  .include_side_navigation .include_content {
    width: 78vw;
  }
}
@media (width > 1420px) {
  .include_side_navigation .include_content {
    width: 79vw;
  }
}
@media (width > 1600px) {
  .include_side_navigation .include_content {
    width: 100vw;
  }
}

@media (min-width: 1080px) {
  .hide-pc {
    display: none;
  }
}

@media (max-width: 1080px) {
  .hide-sp {
    display: none;
  }
}

.text-center {
  text-align: center;
}

/* js_trigger_fadeinup animation */
.js_trigger_fadeinup {
  transform: translateY(14%);
  opacity: 0;
  transition: transform 800ms, opacity 800ms;
}
.js_trigger_fadeinup.active {
  transform: translateY(0);
  opacity: 1;
}
.js_trigger_fadeinup.is_lists {
  transform: translateY(0);
  opacity: 1;
}
.js_trigger_fadeinup.is_lists li {
  transform: translateY(14%);
  opacity: 0;
  transition: transform 800ms, opacity 800ms;
}
.js_trigger_fadeinup.is_lists.active li {
  opacity: 1;
  transform: translateY(0);
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(1) {
  transition-delay: 0s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(2) {
  transition-delay: 0.125s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(3) {
  transition-delay: 0.25s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(4) {
  transition-delay: 0.375s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(5) {
  transition-delay: 0.5s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(6) {
  transition-delay: 0.625s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(7) {
  transition-delay: 0.75s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(8) {
  transition-delay: 0.875s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(9) {
  transition-delay: 1s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(10) {
  transition-delay: 1.125s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(11) {
  transition-delay: 1.25s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(12) {
  transition-delay: 1.375s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(13) {
  transition-delay: 1.5s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(14) {
  transition-delay: 1.625s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(15) {
  transition-delay: 1.75s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(16) {
  transition-delay: 1.875s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(17) {
  transition-delay: 2s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(18) {
  transition-delay: 2.125s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(19) {
  transition-delay: 2.25s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(20) {
  transition-delay: 2.375s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(21) {
  transition-delay: 2.5s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(22) {
  transition-delay: 2.625s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(23) {
  transition-delay: 2.75s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(24) {
  transition-delay: 2.875s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(25) {
  transition-delay: 3s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(26) {
  transition-delay: 3.125s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(27) {
  transition-delay: 3.25s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(28) {
  transition-delay: 3.375s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(29) {
  transition-delay: 3.5s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(30) {
  transition-delay: 3.625s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(31) {
  transition-delay: 3.75s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(32) {
  transition-delay: 3.875s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(33) {
  transition-delay: 4s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(34) {
  transition-delay: 4.125s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(35) {
  transition-delay: 4.25s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(36) {
  transition-delay: 4.375s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(37) {
  transition-delay: 4.5s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(38) {
  transition-delay: 4.625s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(39) {
  transition-delay: 4.75s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(40) {
  transition-delay: 4.875s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(41) {
  transition-delay: 5s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(42) {
  transition-delay: 5.125s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(43) {
  transition-delay: 5.25s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(44) {
  transition-delay: 5.375s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(45) {
  transition-delay: 5.5s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(46) {
  transition-delay: 5.625s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(47) {
  transition-delay: 5.75s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(48) {
  transition-delay: 5.875s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(49) {
  transition-delay: 6s;
}
.js_trigger_fadeinup.is_lists.active li:nth-of-type(50) {
  transition-delay: 6.125s;
}

.header .right-header .nav-links li a:link, .header .right-header .nav-links li a:visited, .header .right-header .nav-links li a:hover, .header .right-header .nav-links li a:active {
  color: #fff;
}

@media (max-width: 1080px) {
  .hide-sp {
    display: none;
  }
}

@media (min-width: 1080px) {
  .hide-pc {
    display: none;
  }
}

.page_visual__inner .headerTtl {
  font-family: "Noto Serif JP", serif;
}
.page_visual__inner .headerTtl__en {
  color: #008cff;
  font-size: 10pt;
  line-height: 1;
}
@media (min-width: 1080px) {
  .page_visual__inner .headerTtl__en {
    font-size: 1.8rem;
  }
}
.page_visual__inner .headerTtl__jp {
  font-size: 30pt;
  color: #fff;
  line-height: 1;
  margin-top: 8px;
}
@media (min-width: 1080px) {
  .page_visual__inner .headerTtl__jp {
    font-size: 6rem;
  }
}
.page_visual__inner .headerTtl.text-center {
  text-align: center;
}
.page_visual__inner .headerTtl + .sentence {
  margin-top: 1em;
  font-size: 1.5rem;
  line-height: 1.875;
  letter-spacing: 1.25px;
}
@media (min-width: 1080px) {
  .page_visual__inner .headerTtl + .sentence {
    margin-top: 45px;
    font-size: 1.8rem;
    line-height: 1.75;
  }
}
.page_visual__inner .headerTtl + .sentence p:not(:first-child) {
  margin-top: 1em;
}
@media (min-width: 1080px) {
  .page_visual__inner .headerTtl + .sentence.text-center-md {
    text-align: center;
  }
}

.bread_crumb,
.bread_crumbs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 89.33%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
@media (min-width: 1080px) {
  .bread_crumb,
  .bread_crumbs {
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin-top: 0;
    margin: auto;
    width: 100%;
    max-width: 1550px;
    padding: 0 36px;
  }
}
.bread_crumb a, .bread_crumb span,
.bread_crumbs a,
.bread_crumbs span {
  color: #fff;
  font-size: 10pt;
  line-height: 1;
}
@media (min-width: 1080px) {
  .bread_crumb a, .bread_crumb span,
  .bread_crumbs a,
  .bread_crumbs span {
    font-size: 1.4rem;
  }
}
.bread_crumb li:not(:first-child),
.bread_crumbs li:not(:first-child) {
  padding-left: 1.5em;
  position: relative;
}
.bread_crumb li:not(:first-child):before,
.bread_crumbs li:not(:first-child):before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 0.25em;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.bread_crumb.is_black li a, .bread_crumb.is_black span,
.bread_crumbs.is_black li a,
.bread_crumbs.is_black span {
  color: #000;
}
.bread_crumb.is_black li:before,
.bread_crumbs.is_black li:before {
  border-color: #000;
}

@media (min-width: 1080px) {
  .bread_crumbs {
    position: static;
    max-width: 1272px;
    width: 100%;
    margin-top: 15px;
    padding: 0 36px;
  }
}

.bg_Black {
  background-color: #000;
}

.other_pageLinks {
  padding: 50px 0;
}
@media (max-width: 1080px) {
  .other_pageLinks {
    max-width: 670px;
    width: 89.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .other_pageLinks {
    display: flex;
    justify-content: center;
    gap: 25px;
  }
}
@media (min-width: 1080px) {
  .other_pageLinks {
    display: flex;
    justify-content: center;
    gap: 50px;
  }
}
.other_pageLinks li {
  width: 100%;
  aspect-ratio: 670/446;
  position: relative;
}
@media (min-width: 768px) {
  .other_pageLinks li {
    aspect-ratio: 386/257;
    max-width: 386px;
    width: 33%;
    margin-top: 0 !important;
  }
}
@media (max-width: 766px) {
  .other_pageLinks li:not(:first-child) {
    margin-top: 20px;
  }
}
.other_pageLinks li .boxLabel {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
  background-color: #0059B2;
  padding: 0 10px;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  line-height: 1;
}
@media (min-width: 1080px) {
  .other_pageLinks li .boxLabel {
    padding: 0 20px;
    height: 77.5px;
    height: 60px;
  }
}
.other_pageLinks li .boxLabel_en {
  font-size: 1rem;
  margin-bottom: 5px;
}
.other_pageLinks li .boxLabel_jp {
  font-size: 1.8rem;
  font-weight: 600;
}
.other_pageLinks li .boxLabel_jp .ls_4rem {
  display: inline-block;
  width: 3em;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media (min-width: 1080px) {
  .other_pageLinks li .boxLabel_jp {
    font-size: 1.8rem;
  }
}
.other_pageLinks li .boxLabel:not(.fixed) .boxLabel_en {
  width: 100%;
  -moz-text-align-last: justify;
       text-align-last: justify;
  letter-spacing: 2px;
}
.other_pageLinks li .boxLabel:not(.fixed) .boxLabel_jp {
  width: 100%;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.other_pageLinks li .boxLabel.fixed .boxLabel_en {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 4px;
}
.other_pageLinks li .boxLabel .boxLabel_en.trajectory, .other_pageLinks li .boxLabel .boxLabel_en.greeting {
  letter-spacing: 3px;
}
@media (min-width: 1080px) {
  .other_pageLinks_wrapper {
    max-width: 972px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 36px;
  }
}
.other_pageLinks a {
  display: block;
}
@media (min-width: 1080px) {
  .other_pageLinks a {
    overflow: hidden;
  }
  .other_pageLinks a figure {
    transition: 0.4s;
    transform: scale(1);
  }
  .other_pageLinks a:hover figure {
    transform: scale(1.05);
  }
}
.other_pageLinks_wrapper.js_trigger_fadeinup {
  opacity: 1;
  transform: translateY(0);
}
.other_pageLinks_wrapper.js_trigger_fadeinup ul li {
  opacity: 0;
  transform: translateY(14%);
  transition: all 0.6s;
}
.other_pageLinks_wrapper.js_trigger_fadeinup.active ul li {
  opacity: 1;
  transform: translateY(0);
}
.other_pageLinks_wrapper.js_trigger_fadeinup.active ul li:nth-of-type(1) {
  transition-delay: 0s;
}
.other_pageLinks_wrapper.js_trigger_fadeinup.active ul li:nth-of-type(2) {
  transition-delay: 0.125s;
}
.other_pageLinks_wrapper.js_trigger_fadeinup.active ul li:nth-of-type(3) {
  transition-delay: 0.25s;
}
.other_pageLinks_wrapper.js_trigger_fadeinup.active ul li:nth-of-type(4) {
  transition-delay: 0.375s;
}
.other_pageLinks_wrapper.js_trigger_fadeinup.active ul li:nth-of-type(5) {
  transition-delay: 0.5s;
}
.other_pageLinks_wrapper.js_trigger_fadeinup.active ul li:nth-of-type(6) {
  transition-delay: 0.625s;
}
.other_pageLinks_wrapper.js_trigger_fadeinup.active ul li:nth-of-type(7) {
  transition-delay: 0.75s;
}
.other_pageLinks_wrapper.js_trigger_fadeinup.active ul li:nth-of-type(8) {
  transition-delay: 0.875s;
}
.other_pageLinks_wrapper.js_trigger_fadeinup.active ul li:nth-of-type(9) {
  transition-delay: 1s;
}
.other_pageLinks_wrapper.js_trigger_fadeinup.active ul li:nth-of-type(10) {
  transition-delay: 1.125s;
}

#socialcontribution .other_pageLinks {
  border-top: 1px solid #000;
}

main.is_home {
  /* END MAIN VISUAL */
  /* IS GREETING SECTION - - - - - - - - - - - - - - - - - - - - - - - - */
  /* END IS GREETING SECTION - - - - - - - - - - - - - - - - - - - - - - */
  /* IS TRAJECTORY SECTION - - - - - - - - - - - - - - - - - - - - - - - */
  /* END IS TRAJECTORY SECTION - - - - - - - - - - - - - - - - - - - - - */
  /* IS COMPANY MOVIE SECTION - - - - - - - - - - - - - - - - - - - - - */
  /* END IS COMPANY MOVIE SECTION - - - - - - - - - - - - - - - - - - - */
  /* IS ARTICLE SECTION - - - - - - - - - - - - - - - - - - - - - - - - */
  /* END IS ARTICLE SECTION - - - - - - - - - - - - - - - - - - - - - - */
}
main.is_home .section_title .section_title_jp {
  font-weight: 600;
}
main.is_home .section_inner {
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1080px) {
  main.is_home .section_inner {
    max-width: 1272px;
    padding: 0 36px;
    width: 100%;
  }
}
main.is_home .btn_learnmore {
  max-width: 159px;
  margin: 0 auto;
}
main.is_home .btn_learnmore .n-serif {
  position: relative;
  margin: 0 !important;
  width: 100%;
  padding-bottom: 10px;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
  transition: 0.3s ease-in-out;
}
main.is_home .btn_learnmore .n-serif:hover {
  opacity: 0.7;
}
main.is_home .btn_learnmore .n-serif:hover:after {
  transform: scale(1, 1);
}
main.is_home .btn_learnmore .n-serif:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #fff;
  transform: translateX(-50%);
}
main.is_home .btn_learnmore .n-serif:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0059B2;
  transform: scaleX(0.3);
  transform-origin: left top;
  transition: transform 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}
main.is_home .btn_learnmore .dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #0059B2;
  line-height: 1;
  position: relative;
  width: 15px;
  height: 2px;
  border-radius: 50px;
  background: currentColor;
}
main.is_home .btn_learnmore .dli-arrow-right:before {
  content: "";
  width: 11px;
  height: 11px;
  border: 2px solid currentColor;
  border-radius: 1.5px;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
main.is_home .btn_learnmore .dli-arrow-right.is_white {
  color: #fff;
}
main.is_home .btn_learnmore.bar_gray .n-serif:before {
  background: #999;
}
main.is_home .section_title_en, main.is_home .section_title_jp {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  display: block;
  font-weight: 100;
}
main.is_home .section_title_en {
  font-size: 1rem;
}
@media (min-width: 1080px) {
  main.is_home .section_title_en {
    font-size: 1.8rem;
  }
}
main.is_home .section_title_jp {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.2;
}
@media (min-width: 1080px) {
  main.is_home .section_title_jp {
    font-size: 6rem;
  }
}
main.is_home #mainvisual {
  height: 100%;
  position: relative;
  padding: 0;
  /* ADD 2025.05.27 ナビゲーション位置の改修 */
  background-color: #000;
  /* END ADD 2025.05.27 ナビゲーション位置の改修 */
}
main.is_home #mainvisual .mv_txt {
  position: absolute;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  z-index: 10;
}
main.is_home #mainvisual .mv_txt h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  font-weight: 500;
}
@media (min-width: 1080px) {
  main.is_home #mainvisual .mv_txt h2 {
    font-size: 9rem;
  }
}
main.is_home #mainvisual .mv_txt h2 span {
  font-size: 1.9rem;
}
@media (min-width: 1080px) {
  main.is_home #mainvisual .mv_txt h2 span {
    font-size: 7.2rem;
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
main.is_home #mainvisual .swiper01 {
  height: 100%;
}
main.is_home #mainvisual .swiper-slide .swiper-img {
  height: 100%;
  position: relative;
}
main.is_home #mainvisual .swiper-slide .swiper-img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}
main.is_home #mainvisual .swiper-slide-active .swiper-img img,
main.is_home #mainvisual .swiper-slide-duplicate-active .swiper-img img,
main.is_home #mainvisual .swiper-slide-prev .swiper-img img {
  animation: zoomUp 7s linear 0s normal both;
}
main.is_home #mainvisual .swiper-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("/special_50th/wp-content/themes/50th/assets/images//mv-filter.png");
  background-size: cover;
  background-position: center;
  pointer-events: none;
  z-index: 1;
}
main.is_home #mainvisual .swiper-pagination-bullet {
  width: 20px !important;
  height: 3px !important;
  background: #fff !important;
  opacity: 1;
  border-radius: 0;
}
main.is_home #mainvisual .swiper-pagination-bullet-active {
  width: 20px !important;
  height: 3px !important;
  background: #0059B2 !important;
  /* opacity: 1 !important; */
  border-radius: 0;
}
main.is_home #mainvisual .swiper-horizontal > .swiper-pagination-bullets,
main.is_home #mainvisual .swiper-pagination-bullets.swiper-pagination-horizontal,
main.is_home #mainvisual .swiper-pagination-custom,
main.is_home #mainvisual .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 50px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  main.is_home #mainvisual .swiper-pagination {
    display: none;
  }
}
main.is_home #mainvisual .swiper_txt {
  position: absolute;
  bottom: 112px;
  left: 20px;
  z-index: 2;
}
@media (min-width: 1080px) {
  main.is_home #mainvisual .swiper_txt {
    bottom: 86px;
    left: 50px;
  }
}
main.is_home #mainvisual .swiper_txt h2 {
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  font-size: 4.7rem;
  font-weight: 500;
}
@media (min-width: 1080px) {
  main.is_home #mainvisual .swiper_txt h2 {
    font-size: 8rem;
  }
}
main.is_home #mainvisual .swiper_txt p {
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 1.5rem;
}
@media (min-width: 1080px) {
  main.is_home #mainvisual .swiper_txt p {
    font-size: 2rem;
  }
}
main.is_home #mainvisual_wrap {
  padding-top: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 1080px) {
  main.is_home #mainvisual_wrap {
    padding-top: 100px;
  }
}
main.is_home #mainvisual_wrap .main_visual {
  height: 100%;
}
main.is_home #mainvisual_wrap .swiper-container,
main.is_home #mainvisual_wrap .swiper-wrapper,
main.is_home #mainvisual_wrap .swiper-slide {
  height: 100%;
}
main.is_home .topics_wrapper {
  background-color: #000;
  padding: 25px 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 1080px) {
  main.is_home .topics_wrapper {
    padding: 36px 0;
    font-size: 1.8rem;
  }
}
main.is_home .topics_label {
  background-color: #333333;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 8.4px 1em;
  width: 89.3333333333%;
}
@media (min-width: 1080px) {
  main.is_home .topics_label {
    width: 900px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 1em;
  }
}
main.is_home .topics_header {
  font-family: "Noto Serif JP", serif;
  font-size: 10pt;
  font-weight: 100;
  color: #008CFF;
}
@media (min-width: 1080px) {
  main.is_home .topics_header {
    font-size: 1.8rem;
  }
}
main.is_home .topics_body {
  color: #fff;
  font-weight: 500;
  text-indent: -0.5em;
  margin-top: 6px;
}
@media (min-width: 1080px) {
  main.is_home .topics_body {
    margin-top: 0;
    text-indent: inherit;
  }
}
main.is_home .greeting {
  padding: 50px 0;
  background-color: #000;
  background-image: url("/special_50th/wp-content/themes/50th/assets/images/index/mesh.webp");
  background-repeat: repeat;
  background-size: 36px;
}
@media (min-width: 1080px) {
  main.is_home .greeting {
    background-size: 54px;
    padding: 100px 36px;
  }
}
main.is_home .greeting_inner {
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1080px) {
  main.is_home .greeting_inner {
    max-width: 1272px;
    width: 100%;
  }
}
main.is_home .greeting_header {
  transform: translateY(0);
  opacity: 1;
  letter-spacing: 2.5px;
}
main.is_home .greeting_header span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 1;
}
main.is_home .greeting_header span:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0059B2;
  z-index: -1;
  transition: width 0.8s cubic-bezier(0.85, 0, 0.15, 1);
}
@media (min-width: 1080px) {
  main.is_home .greeting_header span {
    padding: 0 20px;
    font-size: 4rem;
    line-height: 60px;
  }
}
main.is_home .greeting_header span:not(:first-child) {
  margin-top: 5px;
}
@media (min-width: 1080px) {
  main.is_home .greeting_header span:not(:first-child) {
    margin-top: 10px;
  }
}
main.is_home .greeting_header.active span:before {
  width: 100%;
}
main.is_home .greeting_header.active span:nth-of-type(2):before {
  transition-delay: 150ms;
}
main.is_home .greeting_header.active span:nth-of-type(3):before {
  transition-delay: 300ms;
}
main.is_home .greeting_header.active span:nth-of-type(4):before {
  transition-delay: 450ms;
}
main.is_home .greeting_sentence {
  margin-top: 45px;
  font-size: 1.5rem;
  line-height: 1.83;
  font-weight: 400;
  transform: translateY(0);
  opacity: 1;
}
main.is_home .greeting_sentence p {
  transform: translateY(14%);
  opacity: 0;
  transition: 0.6s;
}
main.is_home .greeting_sentence.active p {
  transform: translateY(0);
  opacity: 1;
}
main.is_home .greeting_sentence.active p:nth-of-type(1) {
  transition-delay: 0ms;
}
main.is_home .greeting_sentence.active p:nth-of-type(2) {
  transition-delay: 75ms;
}
main.is_home .greeting_sentence.active p:nth-of-type(3) {
  transition-delay: 150ms;
}
main.is_home .greeting_sentence.active p:nth-of-type(4) {
  transition-delay: 225ms;
}
main.is_home .greeting_sentence.active p:nth-of-type(5) {
  transition-delay: 300ms;
}
main.is_home .greeting_sentence.active p:nth-of-type(6) {
  transition-delay: 375ms;
}
main.is_home .greeting_sentence.active p:nth-of-type(7) {
  transition-delay: 450ms;
}
main.is_home .greeting_sentence.active p:nth-of-type(8) {
  transition-delay: 525ms;
}
main.is_home .greeting_sentence.active p:nth-of-type(9) {
  transition-delay: 600ms;
}
main.is_home .greeting_sentence.active p:nth-of-type(10) {
  transition-delay: 675ms;
}
@media (min-width: 1080px) {
  main.is_home .greeting_sentence {
    font-size: 1.8rem;
    line-height: 2.2;
    text-align: center;
  }
}
main.is_home .greeting .btn_learnmore {
  margin-top: 35px;
}
main.is_home .trajectory {
  height: 370px;
  background-image: url("/special_50th/wp-content/themes/50th/assets/images/index/index_trajectory@1.5x.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 50px 0;
}
@media (min-width: 1080px) {
  main.is_home .trajectory {
    height: 490px;
    padding: 95px 0;
  }
}
main.is_home .trajectory_sentence {
  font-size: 1.5rem;
  line-height: 1.83;
  margin-top: 45px;
  font-weight: 400;
}
@media (min-width: 1080px) {
  main.is_home .trajectory_sentence {
    font-size: 1.8rem;
    line-height: 2.2;
    text-align: center;
  }
}
main.is_home .trajectory .btn_learnmore {
  margin-top: 35px;
}
main.is_home .other_pageLinks {
  padding-bottom: 20px;
}
@media (min-width: 1080px) {
  main.is_home .other_pageLinks {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
main.is_home .company {
  background-color: #000;
  padding-bottom: 50px;
}
@media (min-width: 1080px) {
  main.is_home .company {
    padding-bottom: 100px;
  }
}
main.is_home .company .section_inner {
  max-width: 972px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1080px) {
  main.is_home .company .section_inner {
    padding: 0 36px;
  }
}
main.is_home .company .movie_wrapper {
  background-color: #191919;
  padding: 20px;
  margin-top: 20px;
  /* COMMING SOON */
}
main.is_home .company .movie_wrapper .section_title_en {
  color: #008cff;
}
@media (min-width: 1080px) {
  main.is_home .company .movie_wrapper {
    padding: 50px;
    margin-top: 50px;
  }
}
main.is_home .company .movie_wrapper .section_title .section_title_en {
  font-size: 1.2rem;
  color: #008CFF;
}
@media (min-width: 1080px) {
  main.is_home .company .movie_wrapper .section_title .section_title_en {
    font-size: 2.4rem;
  }
}
main.is_home .company .movie_wrapper .section_title .section_title_jp {
  font-size: 2.3rem;
  font-weight: 600;
}
@media (min-width: 1080px) {
  main.is_home .company .movie_wrapper .section_title .section_title_jp {
    font-size: 3.2rem;
  }
}
main.is_home .company .movie_wrapper .comming_soon_wrapper {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  padding: 1em;
  background-image: url("/special_50th/wp-content/themes/50th/assets/images/index/comming_soonx1.5.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 165px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  main.is_home .company .movie_wrapper .comming_soon_wrapper {
    height: 450px;
  }
}
@media (min-width: 1080px) {
  main.is_home .company .movie_wrapper .comming_soon_wrapper {
    height: 450px;
    margin-top: 50px;
  }
}
main.is_home .company .movie_wrapper .comming_soon_box {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
main.is_home .company .movie_wrapper .comming_soon_header {
  font-family: "Noto Serif JP", serif;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4px;
  position: relative;
  font-size: 2.4rem;
  letter-spacing: 2.5px;
}
@media (min-width: 1080px) {
  main.is_home .company .movie_wrapper .comming_soon_header {
    padding-bottom: 12px;
    font-size: 3.2rem;
  }
}
main.is_home .company .movie_wrapper .comming_soon_header:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 1080px) {
  main.is_home .company .movie_wrapper .comming_soon_header:before {
    height: 2px;
    width: 160px;
  }
}
main.is_home .company .movie_wrapper .comming_soon_subheader {
  margin-top: 5px;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 1080px) {
  main.is_home .company .movie_wrapper .comming_soon_subheader {
    margin-top: 1em;
    font-size: 1.6rem;
  }
}
main.is_home .company .yt_wrapper {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 20px;
}
main.is_home .company .yt_wrapper iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 1080px) {
  main.is_home .company .yt_wrapper {
    margin-top: 45px;
  }
}
main.is_home .article {
  color: #000;
  padding: 50px 0;
}
@media (min-width: 1080px) {
  main.is_home .article {
    padding: 100px 0;
  }
}
@media (min-width: 1080px) {
  main.is_home .article .sticky_right_wrapper {
    max-width: 1560px;
    width: 81.25%;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
@media (min-width: 1080px) {
  main.is_home .article .leftSide {
    max-width: 358px;
    min-width: 350px;
    width: 100%;
  }
}
main.is_home .article .leftSide .section_title .section_title_en {
  color: #0059B2;
}
main.is_home .article .leftSide .section_title .section_title_en,
main.is_home .article .leftSide .section_title .section_title_jp {
  text-align: left;
}
@media (max-width: 1080px) {
  main.is_home .article .leftSide .section_title {
    margin-left: 20px;
  }
}
@media (min-width: 1080px) {
  main.is_home .article .leftSide .btn_learnmore {
    margin-top: 90px;
  }
}
main.is_home .article .rightSide {
  width: 100%;
  overflow: hidden;
}
main.is_home .article .rightSide .article-swiper {
  margin-top: 48px;
}
main.is_home .article .rightSide .swiper-button-wrapper {
  height: 30px;
  position: relative;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 40px;
}
@media (max-width: 1080px) {
  main.is_home .article .rightSide .swiper-button-wrapper {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    justify-content: flex-start;
  }
}
main.is_home .article .rightSide .swiper-button_prev, main.is_home .article .rightSide .swiper-button_next {
  width: 30px;
  height: 30px;
  cursor: pointer;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
main.is_home .article .rightSide .swiper-button_prev {
  background-image: url("/special_50th/wp-content/themes/50th/assets/images/index/arrow_left.svg");
}
main.is_home .article .rightSide .swiper-button_next {
  background-image: url("/special_50th/wp-content/themes/50th/assets/images/index/arrow_right.svg");
}
main.is_home .article .rightSide .swiper-slide figure {
  aspect-ratio: 457/304;
  width: 100%;
  border: 1px solid #bdbdbd;
}
main.is_home .article .rightSide .swiper-slide figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1080px) {
  main.is_home .article .rightSide .swiper-slide figure {
    aspect-ratio: 400/266;
  }
}
main.is_home .article .rightSide .description {
  background-color: #000;
  color: #fff;
  padding: 20px;
  min-height: 142px;
}
@media (min-width: 1080px) {
  main.is_home .article .rightSide .description {
    padding: 25px 20px 20px;
    min-height: 142px;
  }
}
main.is_home .article .rightSide .description .list_sub {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  color: #999;
}
@media (min-width: 1080px) {
  main.is_home .article .rightSide .description .list_sub {
    font-size: 1.4rem;
  }
}
main.is_home .article .rightSide .description .list_title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.375;
  margin-top: 5px;
  word-break: auto-phrase;
}
@media (min-width: 1080px) {
  main.is_home .article .rightSide .description .list_title {
    font-size: 1.9rem;
  }
}
main.is_home .article .rightSide .description .list_position {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 5px;
}
@media (min-width: 1080px) {
  main.is_home .article .rightSide .description .list_position {
    font-size: 1.4rem;
  }
}
main.is_home .article .btn_learnmore {
  margin-top: 50px;
}
main.is_home .article .btn_learnmore .n-serif {
  color: #000;
}
@media (min-width: 1080px) {
  main.is_home .article .btn_learnmore {
    margin: 0;
  }
}

main.is_trajectory {
  /* STICKEY NAVIGATION - - */
  /* END STICKEY NAVIGATION */
  /* TIME LINE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  /* END TIME LINE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
}
main.is_trajectory .page_visual__wrapper {
  height: 270px;
  background-image: url("/special_50th/wp-content/themes/50th/assets/images/trajectory/mv_trajectory@1.5x.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: 50px;
}
@media (min-width: 1080px) {
  main.is_trajectory .page_visual__wrapper {
    height: 448px;
    margin-top: 100px;
  }
}
main.is_trajectory .page_visual__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1080px) {
  main.is_trajectory .page_visual__inner {
    width: 89.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
main.is_trajectory .bread_crumbs {
  background-color: #000;
  margin-top: 0;
  padding-top: 15px;
}
main.is_trajectory .bread_crumbs_wrapper {
  background-color: #000;
}
main.is_trajectory .sticky_wrapper {
  background-color: #000;
  padding-top: 48px;
}
@media (min-width: 1080px) {
  main.is_trajectory .sticky_wrapper {
    padding-top: 95px;
  }
}
main.is_trajectory .sticky_nav {
  width: 89.33%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1080px) {
  main.is_trajectory .sticky_nav {
    margin-left: 90px;
    position: sticky;
    max-width: 230px;
    top: 120px;
    left: 0;
    margin-right: inherit;
    transition: margin 0.4s;
  }
}
@media (min-width: 1540px) {
  main.is_trajectory .sticky_nav {
    margin-left: 90px;
  }
}
@media (width > 1920px) {
  main.is_trajectory .sticky_nav {
    width: 100%;
  }
}
main.is_trajectory .sticky_nav .side_navigation_Label {
  background-color: #0059B2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}
main.is_trajectory .sticky_nav .side_navigation_Label:not(:first-child) {
  margin-top: 45px;
}
main.is_trajectory .sticky_nav .side_navigation_List {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-top: 5px;
  transition: all 0.4s;
}
main.is_trajectory .sticky_nav .side_navigation_List a {
  display: block;
  color: inherit;
  padding: 10px 0;
  padding-left: 1em;
  position: relative;
  font-weight: 500;
}
main.is_trajectory .sticky_nav .side_navigation_List a:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s;
}
@media (max-width: 1080px) {
  main.is_trajectory .sticky_nav .side_navigation_List a {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1080px) {
  main.is_trajectory .sticky_nav .side_navigation_List {
    text-align: left;
  }
}
main.is_trajectory .sticky_nav .side_navigation_List li.current a {
  color: #0059B2;
}
main.is_trajectory .sticky_nav .side_navigation_List li.current a:before {
  background-color: #0059B2;
}
main.is_trajectory .sticky_nav.is_black .side_navigation_List {
  color: #000;
}
main.is_trajectory .sticky_nav.is_black .side_navigation_List a:before {
  background-color: #000;
}
@media (min-width: 1080px) {
  main.is_trajectory .contents_trajectory .black_bg,
  main.is_trajectory .contents_trajectory .white_bg {
    width: 100%;
    padding-right: 36px;
  }
}
@media (width > 1706px) {
  main.is_trajectory .contents_trajectory .black_bg,
  main.is_trajectory .contents_trajectory .white_bg {
    padding-right: 0;
  }
}
main.is_trajectory .contents_trajectory .black_bg {
  background-color: #000;
  padding-bottom: 50px;
}
@media (min-width: 1080px) {
  main.is_trajectory .contents_trajectory .black_bg {
    margin-top: -540px;
    padding-bottom: 100px;
  }
}
main.is_trajectory .contents_trajectory .white_bg {
  background-color: #fff;
}
main.is_trajectory .contents_trajectory .white_bg .content_inner {
  color: #000;
  padding-top: 45px;
}
@media (min-width: 1080px) {
  main.is_trajectory .contents_trajectory .white_bg .content_inner {
    padding-top: 95px;
  }
}
main.is_trajectory .contents_trajectory .white_bg .timeline_Label {
  color: #000;
  margin-top: 0;
  font-weight: 600;
}
main.is_trajectory .contents_trajectory .white_bg .timeline .description.blue {
  padding: 0 0.8em !important;
}
main.is_trajectory .contents_trajectory .white_bg .timeline:before {
  background-color: #000;
}
main.is_trajectory .contents_trajectory .white_bg .timeline .timeline_item:before {
  background-color: #000;
}
main.is_trajectory .contents_trajectory .white_bg .timeline .timeline_item:after {
  background-color: #000;
}
main.is_trajectory .contents_trajectory .white_bg .timeline .timeline_item .timeline_year .wareki {
  color: #0059b2;
}
main.is_trajectory .contents_trajectory .white_bg .timeline .timeline_item .timeline_content {
  color: #000;
}
main.is_trajectory .contents_trajectory .white_bg .timeline .timeline_item .timeline_content .timeline_month {
  margin-top: 12px;
}
@media (min-width: 1080px) {
  main.is_trajectory .contents_trajectory .white_bg .timeline .timeline_item .timeline_content .timeline_month {
    margin-top: 8px;
  }
}
main.is_trajectory .contents_trajectory .white_bg .transparent {
  color: transparent;
}
main.is_trajectory .contents_trajectory .content_inner {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  width: 89.3333333333%;
}
@media (min-width: 1080px) {
  main.is_trajectory .contents_trajectory .content_inner {
    margin-left: inherit;
    margin-left: 368px;
    width: calc(100% - 416px);
    max-width: 1200px;
    transition: all 0.4s;
  }
}
@media (width > 1960px) {
  main.is_trajectory .contents_trajectory .content_inner {
    margin-left: auto;
  }
}
main.is_trajectory .timeline {
  position: relative;
  margin-top: 20px;
}
main.is_trajectory .timeline:before {
  content: "";
  width: 1px;
  height: 99.8%;
  background-color: #fff;
  position: absolute;
  top: 15px;
  left: 12px;
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-left: none;
    margin-top: 40px;
  }
  main.is_trajectory .timeline:before {
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    height: 99.5%;
  }
}
main.is_trajectory .timeline_Label {
  text-align: center;
  line-height: 1;
  font-size: 30pt;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  margin-top: 45px;
  font-weight: 600;
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline_Label {
    font-size: 4rem;
  }
}
main.is_trajectory .timeline .timeline_item {
  position: relative;
}
main.is_trajectory .timeline .timeline_item:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 20px;
  background-color: #fff;
  left: 0;
  top: 1em;
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item:after {
    width: 55px;
    top: 1.6em;
  }
}
@media (max-width: 1080px) {
  main.is_trajectory .timeline .timeline_item {
    padding-left: 45px;
  }
  main.is_trajectory .timeline .timeline_item:nth-child(odd):before {
    width: 25px;
    height: 25px;
    top: 0.8em;
  }
  main.is_trajectory .timeline .timeline_item:nth-child(odd):after {
    left: 12px;
    top: 1.6em;
  }
  main.is_trajectory .timeline .timeline_item:nth-child(even):before {
    left: 4px;
    top: 1.2em;
  }
  main.is_trajectory .timeline .timeline_item:nth-child(even):after {
    left: 12px;
    top: 1.7em;
  }
  main.is_trajectory .timeline .timeline_item:not(:first-child) {
    margin-top: 36px;
  }
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item {
    width: 50%;
  }
  main.is_trajectory .timeline .timeline_item:nth-child(odd) {
    padding-right: 74px;
    margin-right: auto;
  }
  main.is_trajectory .timeline .timeline_item:nth-child(odd) .timeline_year {
    justify-content: flex-end;
  }
  main.is_trajectory .timeline .timeline_item:nth-child(odd):before {
    left: inherit;
    right: -7px;
    width: 25px;
    height: 25px;
    right: -12px;
    top: -0.3em;
  }
}
@media (min-width: 1080px) and (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item:nth-child(odd):before {
    top: 0.8em;
  }
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item:nth-child(odd):after {
    right: 0;
    left: unset;
  }
  main.is_trajectory .timeline .timeline_item:nth-child(odd) .timeline_year {
    text-align: right;
  }
  main.is_trajectory .timeline .timeline_item:nth-child(even) {
    padding-left: 40px;
  }
}
@media (min-width: 1080px) and (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item:nth-child(even) {
    padding-left: 74px;
  }
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item:nth-child(even):before {
    top: 1em;
  }
  main.is_trajectory .timeline .timeline_item:nth-child(even):after {
    left: 0;
  }
}
main.is_trajectory .timeline .timeline_item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item:before {
    left: -7px;
  }
}
main.is_trajectory .timeline .timeline_item .timeline_year {
  font-size: 3rem;
  font-weight: 100;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
main.is_trajectory .timeline .timeline_item .timeline_year .year {
  display: block;
  font-size: 20pt;
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item .timeline_year .year {
    font-size: 2rem;
  }
}
main.is_trajectory .timeline .timeline_item .timeline_year .wareki {
  display: block;
  font-size: 1.4rem;
  color: #008cff;
  font-weight: 600;
  margin-left: 1em;
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item .timeline_year .wareki {
    font-size: 1.6rem;
  }
}
main.is_trajectory .timeline .timeline_item .timeline_content {
  flex-grow: 1;
  color: #eee;
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month span {
  font-size: 2rem;
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month a.description {
  display: block;
  color: #fff;
  cursor: pointer;
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month a.description .is_arrow {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month a.description .is_arrow:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 2px #0059B2;
  border-right: solid 2px #0059B2;
  position: absolute;
  left: 10px;
  top: 9px;
  transform: rotate(45deg);
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month a.description .is_arrow:after {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month a.description .is_block_arrow {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  transform: translateY(4px);
  margin-left: 0.5em;
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month a.description .is_block_arrow {
    width: 22px;
    height: 22px;
  }
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month a.description .is_block_arrow:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 0;
  left: -2px;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month a.description .is_block_arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0059B2;
  position: absolute;
  top: 0;
  left: 0;
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month a.description.js_popupLinks:hover {
  color: #fff !important;
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month a.description.js_popupLinks .label_clamp {
  display: inline-block;
  height: 100%;
  background-color: #0059B2;
  margin-left: 0.5em;
  font-size: 1.2rem;
  padding: 0 0.35em;
  line-height: 22px;
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month a.description.js_popupLinks .label_clamp .is_arrow:after {
  border-color: #fff;
  left: 8px;
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month a.description.js_popupLinks .label_clamp {
    font-size: 1.4rem;
    height: 24px;
  }
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  word-break: auto-phrase;
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .description.paragraph {
  margin-top: 10px;
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .description {
    font-size: 1.6rem;
    line-height: 1.55;
  }
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .description a.description:link, main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .description a.description:visited, main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .description a.description:hover, main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .description a.description:active {
  color: #0059B2;
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .description.decimal {
  padding-left: 1em;
  text-indent: -1em;
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .description.decimal:before {
  content: "・";
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .description span {
  font-size: inherit;
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .description span.miw70 {
  min-width: 70px;
  display: inline-block;
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .description.d-table dl {
  display: flex;
  justify-content: flex-start;
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .description.d-table dt {
  min-width: 60px;
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .description.d-table dd {
  word-break: break-all;
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .description.break-all {
    word-break: break-all;
  }
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .blue {
  background-color: #0059B2;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0.35em;
}
main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month:not(:first-child) {
    margin-top: 10px;
  }
}
@media (max-width: 1080px) {
  main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .month {
    font-size: 3rem;
  }
  main.is_trajectory .timeline .timeline_item .timeline_content .timeline_month .month span {
    font-size: 2rem;
  }
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item {
    transition: margin-top 0.6s;
  }
  main.is_trajectory .timeline .timeline_item.offset_2024, main.is_trajectory .timeline .timeline_item.offset_2013, main.is_trajectory .timeline .timeline_item.offset_2009 {
    margin-top: 77px;
  }
  main.is_trajectory .timeline .timeline_item.offset_2023 {
    margin-top: -568px;
  }
  main.is_trajectory .timeline .timeline_item.offset_2021 {
    margin-top: -650px;
  }
  main.is_trajectory .timeline .timeline_item.offset_2019 {
    margin-top: -628px;
  }
  main.is_trajectory .timeline .timeline_item.offset_2017 {
    margin-top: -600px;
  }
  main.is_trajectory .timeline .timeline_item.offset_2015 {
    margin-top: 2px;
  }
  main.is_trajectory .timeline .timeline_item.offset_2012 {
    margin-top: 42px;
  }
  main.is_trajectory .timeline .timeline_item.offset_2011 {
    margin-top: 122px;
  }
  main.is_trajectory .timeline .timeline_item.offset_2009, main.is_trajectory .timeline .timeline_item.offset_2007 {
    margin-top: 112px;
  }
  main.is_trajectory .timeline .timeline_item.offset_2006 {
    margin-top: -70px;
  }
  main.is_trajectory .timeline .timeline_item.offset_2004 {
    margin-top: -146px;
  }
  main.is_trajectory .timeline .timeline_item.offset_2002 {
    margin-top: -134px;
  }
  main.is_trajectory .timeline .timeline_item.offset_2000 {
    margin-top: 18px;
  }
  main.is_trajectory .timeline .timeline_item.offset_1997 {
    margin-top: 96px;
  }
  main.is_trajectory .timeline .timeline_item.offset_1995 {
    margin-top: 114px;
  }
  main.is_trajectory .timeline .timeline_item.offset_1994 {
    margin-top: 40px;
  }
  main.is_trajectory .timeline .timeline_item.offset_1992 {
    margin-top: 118px;
  }
  main.is_trajectory .timeline .timeline_item.offset_1990 {
    margin-top: -8px;
  }
  main.is_trajectory .timeline .timeline_item.offset_1989 {
    margin-top: 70px;
  }
  main.is_trajectory .timeline .timeline_item.offset_1987 {
    margin-top: -218px;
  }
  main.is_trajectory .timeline .timeline_item.offset_1984 {
    margin-top: 78px;
  }
  main.is_trajectory .timeline .timeline_item.offset_1978 {
    margin-top: 78px;
  }
  main.is_trajectory .timeline .timeline_item.offset_1974 {
    margin-top: 78px;
  }
  main.is_trajectory .timeline .timeline_item.offset_1963 {
    margin-top: 78px;
  }
  main.is_trajectory .timeline .timeline_item.offset_2022, main.is_trajectory .timeline .timeline_item.offset_2020, main.is_trajectory .timeline .timeline_item.offset_2018, main.is_trajectory .timeline .timeline_item.offset_2016, main.is_trajectory .timeline .timeline_item.offset_2010, main.is_trajectory .timeline .timeline_item.offset_2008, main.is_trajectory .timeline .timeline_item.offset_2005, main.is_trajectory .timeline .timeline_item.offset_2003, main.is_trajectory .timeline .timeline_item.offset_2001, main.is_trajectory .timeline .timeline_item.offset_1996, main.is_trajectory .timeline .timeline_item.offset_1986 {
    margin-top: 35px;
  }
}
@media (min-width: 1180px) {
  main.is_trajectory .timeline .timeline_item.offset_2015 {
    margin-top: -68px;
  }
}
@media (min-width: 1310px) {
  main.is_trajectory .timeline .timeline_item.offset_2015 {
    margin-top: -148px;
  }
}
@media (min-width: 1390px) {
  main.is_trajectory .timeline .timeline_item.offset_2015 {
    margin-top: -98px;
  }
}
@media (min-width: 1580px) {
  main.is_trajectory .timeline .timeline_item.offset_2015 {
    margin-top: -188px;
  }
  main.is_trajectory .timeline .timeline_item.offset_2021 {
    margin-top: -690px;
  }
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline .timeline_item .timeline_month.mt-50md {
    margin-top: 45px !important;
  }
}
main.is_trajectory .timeline_item.js_trigger_fadeinup {
  opacity: 1;
  transform: translateY(0);
}
main.is_trajectory .timeline_item.js_trigger_fadeinup .timeline_year {
  transform: translateY(14%);
  opacity: 0;
  transition: all 0.6s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup .timeline_content .timeline_month {
  transform: translateY(14%);
  opacity: 0;
  transition: all 0.6s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_year {
  transform: translateY(0);
  opacity: 1;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month {
  transform: translateY(0);
  opacity: 1;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(1) {
  transition-delay: 0s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(2) {
  transition-delay: 0.125s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(3) {
  transition-delay: 0.25s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(4) {
  transition-delay: 0.375s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(5) {
  transition-delay: 0.5s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(6) {
  transition-delay: 0.625s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(7) {
  transition-delay: 0.75s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(8) {
  transition-delay: 0.875s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(9) {
  transition-delay: 1s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(10) {
  transition-delay: 1.125s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(11) {
  transition-delay: 1.25s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(12) {
  transition-delay: 1.375s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(13) {
  transition-delay: 1.5s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(14) {
  transition-delay: 1.625s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(15) {
  transition-delay: 1.75s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(16) {
  transition-delay: 1.875s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(17) {
  transition-delay: 2s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(18) {
  transition-delay: 2.125s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(19) {
  transition-delay: 2.25s;
}
main.is_trajectory .timeline_item.js_trigger_fadeinup.active .timeline_content .timeline_month:nth-of-type(20) {
  transition-delay: 2.375s;
}
main.is_trajectory .other_page_button_wrapper {
  margin-top: 45px;
  padding-bottom: 50px;
}
@media (min-width: 1080px) {
  main.is_trajectory .other_page_button_wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-top: 95px;
    padding-bottom: 95px;
  }
}
main.is_trajectory .other_page_button_wrapper a {
  display: block;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 18pt;
  line-height: 1;
  text-align: left;
  position: relative;
  opacity: 1;
  transition: opacity 0.4s;
}
@media (min-width: 1080px) {
  main.is_trajectory .other_page_button_wrapper a {
    font-size: 2.4rem;
    max-width: 590px;
    height: 80px;
  }
}
main.is_trajectory .other_page_button_wrapper a:after {
  content: "";
  aspect-ratio: 41/40;
  width: 20.5px;
  height: 20px;
  background-image: url("/special_50th/wp-content/themes/50th/assets/images/common/arrow_right_w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
main.is_trajectory .other_page_button_wrapper a:hover {
  opacity: 0.85;
}
main.is_trajectory .other_page_button_wrapper a:nth-of-type(1) {
  background-color: #004695;
}
main.is_trajectory .other_page_button_wrapper a:nth-of-type(2) {
  background-color: #000;
}
@media (max-width: 1080px) {
  main.is_trajectory .other_page_button_wrapper a:nth-of-type(2) {
    margin-top: 20px;
  }
}
main.is_trajectory .other_pageLinks {
  border-top: 1px solid #000;
}
main.is_trajectory .popup_foundation {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: -100vh;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 15;
}
main.is_trajectory .popup_foundation.standby {
  top: 0;
}
main.is_trajectory .popup_foundation.active {
  opacity: 1;
}
main.is_trajectory .popup_wrapper {
  background-color: #fff;
  padding: 16px 20px 20px;
  font-size: 20pt;
  line-height: 1.375;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 78.6666666667%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1080px) {
  main.is_trajectory .popup_wrapper {
    max-width: 896px;
    text-align: center;
    padding: 38px 40px 40px;
    width: 36%;
    top: 0;
    transition: all 0.6s;
  }
}
@media (min-width: 1080px) and (min-height: 770px) {
  main.is_trajectory .popup_wrapper {
    top: 0;
    width: 42%;
  }
}
@media (min-width: 1080px) and (min-height: 900px) {
  main.is_trajectory .popup_wrapper {
    width: 55%;
  }
}
@media (min-width: 1080px) and (min-height: 1080px) {
  main.is_trajectory .popup_wrapper {
    width: 100%;
  }
}
main.is_trajectory .popup_wrapper .js_popupTitle {
  font-size: 2rem;
  line-height: 1.375;
  margin-bottom: 15px;
  word-break: auto-phrase;
  text-align: center;
}
@media (min-width: 1080px) {
  main.is_trajectory .popup_wrapper .js_popupTitle {
    margin-bottom: 35px;
    line-height: 1.4;
  }
}
main.is_trajectory .popup_wrapper .js_close {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #004695;
  top: -20px;
  right: -20px;
  cursor: pointer;
}
main.is_trajectory .popup_wrapper .js_close span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
main.is_trajectory .popup_wrapper .js_close span:nth-of-type(1) {
  transform: rotate(45deg);
}
main.is_trajectory .popup_wrapper .js_close span:nth-of-type(2) {
  transform: rotate(135deg);
}
main.is_trajectory .timeline_year {
  font-weight: 600;
}
@media (min-width: 1080px) {
  main.is_trajectory .timeline_month .description {
    font-size: 1.6rem !important;
    word-break: auto-phrase;
  }
}
main.is_works {
  padding-bottom: 50px;
  margin-top: 50px;
  /* POPUP */
}
@media (min-width: 1080px) {
  main.is_works {
    margin-top: 100px;
  }
}
main.is_works .page_visual__wrapper {
  height: 270px;
  background-image: url("/special_50th/wp-content/themes/50th/assets/images/works/mv_works@1.5x.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (min-width: 1080px) {
  main.is_works .page_visual__wrapper {
    height: 448px;
    margin-top: 100px;
  }
}
main.is_works .page_visual__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1080px) {
  main.is_works .page_visual__inner {
    width: 89.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
main.is_works .page_visual__inner .headerTtl__jp {
  width: 3.35em;
  -moz-text-align-last: justify;
       text-align-last: justify;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1080px) {
  main.is_works .bread_crumbs {
    max-width: 1272px;
    width: 89.3333333333%;
  }
}
@media (width > 1540px) {
  main.is_works .bread_crumbs {
    width: 100%;
  }
}
main.is_works .content_works {
  position: relative;
  margin-top: 45px;
}
@media (min-width: 1080px) {
  main.is_works .content_works {
    max-width: 1422px;
    width: 89.3333333333%;
    margin-top: 95px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 36px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column-gap: 50px;
    transition: transform 0.4s;
  }
}
@media (width > 1800px) {
  main.is_works .content_works {
    width: 100%;
    transform: translateX(-70px);
  }
}
main.is_works .content_works .sidemenu_stickey {
  line-height: 1;
  /* scroll ficed */
}
@media (max-width: 1080px) {
  main.is_works .content_works .sidemenu_stickey {
    width: 57.8666666667%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-row-gap: 20px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  main.is_works .content_works .sidemenu_stickey {
    width: 33%;
  }
}
@media (min-width: 1080px) {
  main.is_works .content_works .sidemenu_stickey {
    width: 100px;
    min-width: 100px;
    position: sticky;
    top: 120px;
    left: 0;
  }
}
@media (max-width: 1080px) {
  main.is_works .content_works .sidemenu_stickey li {
    width: 46%;
  }
}
main.is_works .content_works .sidemenu_stickey li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
}
main.is_works .content_works .sidemenu_stickey li a:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
@media (min-width: 1080px) {
  main.is_works .content_works .sidemenu_stickey li:not(:first-child) {
    margin-top: 18px;
  }
}
main.is_works .content_works .sidemenu_stickey li.current a {
  color: #0059B2;
}
main.is_works .content_works .sidemenu_stickey li.current a:before {
  background-color: #0059B2;
}
@media (min-width: 1080px) {
  main.is_works .content_works .sidemenu_stickey.fixed {
    position: fixed;
    top: 220px;
    left: 4vw;
  }
}
@media (min-width: 1500px) {
  main.is_works .content_works .sidemenu_stickey.fixed {
    left: 12.6vw;
  }
}
@media (max-width: 1080px) {
  main.is_works .content_works .main_content {
    max-width: 670px;
    width: 89.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1080px) {
  main.is_works .content_works .main_content {
    width: 100%;
    max-width: 1200px;
    margin-left: 0;
  }
}
main.is_works .content_works .works_history li {
  color: #000;
  font-size: 20pt;
  padding: 20px 20px 15px;
}
@media (min-width: 1080px) {
  main.is_works .content_works .works_history li {
    font-size: 2rem;
    padding: 35px 40px;
    padding-right: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
main.is_works .content_works .works_history li:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 1080px) {
  main.is_works .content_works .works_history li:not(:first-child) {
    margin-top: 10px;
  }
}
main.is_works .content_works .works_history li:nth-child(odd) {
  background-color: #f2f2f2;
}
main.is_works .content_works .works_history li:nth-child(even) {
  background-color: #fff;
}
main.is_works .content_works .works_history li .year {
  font-size: 30pt;
  line-height: 34px;
  color: #0059B2;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Noto Serif JP", serif;
}
@media (min-width: 1080px) {
  main.is_works .content_works .works_history li .year {
    align-items: baseline;
    line-height: 18px;
    font-size: 3rem;
    min-width: 165px;
  }
  main.is_works .content_works .works_history li .year.center {
    align-items: center;
  }
}
main.is_works .content_works .works_history li .year .jp_year {
  font-size: 20pt;
  margin-top: 2px;
  margin-left: 4px;
}
@media (min-width: 1080px) {
  main.is_works .content_works .works_history li .year .jp_year {
    font-size: 2rem;
    margin-top: 0;
  }
}
main.is_works .content_works .works_history li .year .wareki {
  color: #000;
  font-size: 10pt;
  margin-left: 1.5em;
}
@media (min-width: 1080px) {
  main.is_works .content_works .works_history li .year .wareki {
    margin-left: 0.75em;
    font-size: 1.4rem;
  }
}
@media (max-width: 1080px) {
  main.is_works .content_works .works_history li .historys_wrap {
    margin-top: 24px;
  }
}
main.is_works .content_works .works_history li .historys {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 1080px) {
  main.is_works .content_works .works_history li .historys {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
main.is_works .content_works .works_history li .historys:not(:first-child) {
  margin-top: 18px;
}
main.is_works .content_works .works_history li .historys .month {
  font-size: 1.5rem;
  line-height: 26px;
  font-weight: 400;
}
@media (min-width: 1080px) {
  main.is_works .content_works .works_history li .historys .month {
    font-size: 1.8rem;
    line-height: 24px;
    margin-left: 20px;
    min-width: 42px;
  }
}
main.is_works .content_works .works_history li .historys .label {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  background-color: #000;
  line-height: 26px;
  padding: 0 0.5em;
  margin-left: 20px;
  text-align: center;
  min-width: 114px;
}
@media (min-width: 1080px) {
  main.is_works .content_works .works_history li .historys .label {
    font-size: 1.4rem;
    line-height: 24px;
    margin-left: 8px;
    min-width: 110px;
  }
}
main.is_works .content_works .works_history li .historys .label.blue {
  background-color: #0059B2;
}
@media (max-width: 1080px) {
  main.is_works .content_works .works_history li .historys .description {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  main.is_works .content_works .works_history li .historys .description {
    margin-left: 10px;
  }
}
main.is_works .content_works .works_history li .historys .title {
  font-size: 1.8rem;
  line-height: 1.375;
  font-weight: 400;
  margin-top: 5px;
  position: relative;
  width: 100%;
}
@media (min-width: 1080px) {
  main.is_works .content_works .works_history li .historys .title {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6rem;
    margin-top: inherit;
  }
}
main.is_works .content_works .works_history li .historys .title.js_popup {
  cursor: pointer;
}
main.is_works .content_works .works_history li .historys .title.js_popup .label_clamp {
  display: inline-block;
  height: 100%;
  color: #fff;
  background-color: #0059B2;
  margin-left: 0.5em;
  font-size: 1.2rem;
  padding: 0 0.35em;
  line-height: 22px;
}
main.is_works .content_works .works_history li .historys .title.js_popup .label_clamp .is_arrow {
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
}
main.is_works .content_works .works_history li .historys .title.js_popup .label_clamp .is_arrow:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  left: 8px;
  top: 9px;
  transform: rotate(45deg);
}
@media (min-width: 1080px) {
  main.is_works .content_works .works_history li .historys .title.js_popup .label_clamp .is_arrow:after {
    width: 6px;
    height: 6px;
    top: 8px;
  }
}
@media (min-width: 1080px) {
  main.is_works .content_works .works_history li .historys .title.js_popup .label_clamp {
    font-size: 1.4rem;
    height: 24px;
  }
}
main.is_works .content_works .works_history li .historys .information {
  font-size: 1.5rem;
  line-height: 1;
  color: #999;
  margin-top: 5px;
}
@media (min-width: 1080px) {
  main.is_works .content_works .works_history li .historys .information {
    font-size: 1.4rem;
  }
}
main.is_works .content_works .works_history li.js_trigger_fadeinup {
  transform: translateY(0);
}
main.is_works .popup_foundation {
  background-color: #fff;
  padding: 18px 20px 20px;
  max-width: 590px;
  width: 78.6666666667%;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 15;
}
@media (min-width: 1080px) {
  main.is_works .popup_foundation {
    padding: 20px;
    top: 0;
    max-width: 896px;
    width: 90%;
    transition: all 0.6s;
  }
}
@media (min-width: 1080px) and (min-height: 800px) {
  main.is_works .popup_foundation {
    padding: 40px;
    top: 0;
  }
}
@media (min-width: 1080px) and (min-height: 1080px) {
  main.is_works .popup_foundation {
    top: 0;
  }
}
main.is_works .popup_foundation .js_close {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #004695;
  top: -20px;
  right: -20px;
  cursor: pointer;
}
main.is_works .popup_foundation .js_close span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
main.is_works .popup_foundation .js_close span:nth-of-type(1) {
  transform: rotate(45deg);
}
main.is_works .popup_foundation .js_close span:nth-of-type(2) {
  transform: rotate(135deg);
}
main.is_works .popup_foundation_wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: -100vh;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 15;
  opacity: 0;
  transition: opacity 0.4s;
}
main.is_works .popup_foundation_wrapper.standby {
  top: 0;
}
main.is_works .popup_foundation_wrapper.active {
  opacity: 1;
}
main.is_works .popup_foundation .is_title {
  font-size: 1.8rem;
  line-height: 1.375;
  color: #000;
  font-weight: 600;
}
@media (min-width: 1080px) {
  main.is_works .popup_foundation .is_title {
    text-align: center;
    line-height: 1.55;
  }
}
main.is_works .popup_foundation .is_title_sub {
  font-size: 1.5rem;
  line-height: 1.375;
  font-weight: 600;
  margin-top: 5px;
  color: #004695;
}
@media (min-width: 1080px) {
  main.is_works .popup_foundation .is_title_sub {
    font-size: 1.8rem;
    line-height: 1.55;
    text-align: center;
  }
}
main.is_works .popup_foundation figure {
  aspect-ratio: 510/340;
  width: 100%;
  margin-top: 16px;
}
@media (min-width: 1080px) {
  main.is_works .popup_foundation figure {
    aspect-ratio: 500/333;
    width: 50%;
    margin-top: 33px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.6s;
  }
}
@media (min-width: 1080px) and (min-height: 800px) {
  main.is_works .popup_foundation figure {
    width: 500px;
  }
}
main.is_works .popup_foundation .information_wrap {
  margin-top: 15px;
  color: #000;
}
@media (min-width: 1080px) {
  main.is_works .popup_foundation .information_wrap {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
}
main.is_works .popup_foundation .information_wrap dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid #999;
  padding: 17px 0;
}
@media (min-width: 1080px) {
  main.is_works .popup_foundation .information_wrap dl {
    width: 50%;
    padding: 5px 0px;
  }
  main.is_works .popup_foundation .information_wrap dl:nth-child(odd) {
    width: 40%;
  }
  main.is_works .popup_foundation .information_wrap dl:nth-child(even) {
    width: 60%;
  }
  main.is_works .popup_foundation .information_wrap dl:nth-child(even) dt {
    min-width: 170px;
  }
}
@media (min-width: 1080px) and (min-height: 800px) {
  main.is_works .popup_foundation .information_wrap dl {
    padding: 14px 0px;
  }
}
main.is_works .popup_foundation .information_wrap dl dt {
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: bold;
  color: #004695;
  padding-right: 1em;
}
@media (max-width: 1080px) {
  main.is_works .popup_foundation .information_wrap dl dt {
    min-width: 140px;
  }
}
@media (min-width: 1080px) {
  main.is_works .popup_foundation .information_wrap dl dt {
    font-size: 1.4rem;
    line-height: 1.55;
    transition: all 0.4s;
    min-width: 83px;
  }
}
@media (min-width: 1080px) and (min-height: 800px) {
  main.is_works .popup_foundation .information_wrap dl dt {
    font-size: 1.6rem;
  }
}
main.is_works .popup_foundation .information_wrap dl dt.miw160 {
  min-width: 140px;
}
@media (min-width: 1080px) {
  main.is_works .popup_foundation .information_wrap dl dt.miw160 {
    min-width: 170px;
  }
}
main.is_works .popup_foundation .information_wrap dl dd {
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: 400;
}
@media (min-width: 1080px) {
  main.is_works .popup_foundation .information_wrap dl dd {
    font-size: 1.4rem;
    line-height: 1.55;
    transition: all 0.4s;
  }
}
@media (min-width: 1080px) and (min-height: 800px) {
  main.is_works .popup_foundation .information_wrap dl dd {
    font-size: 1.6rem;
  }
}

main.is_article .bread_crumbs a, main.is_article .bread_crumbs span {
  color: #000;
}
main.is_article .bread_crumbs li:before {
  border-color: #000;
}
@media (min-width: 1080px) {
  main.is_article .bread_crumbs {
    max-width: 1272px;
    width: 89.3333333333%;
  }
}
@media (width > 1540px) {
  main.is_article .bread_crumbs {
    width: 100%;
  }
}
main.is_article .page_visual__wrapper {
  height: 150px;
  background-image: url("/special_50th/wp-content/themes/50th/assets/images/article/mv_article@1.5x.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-top: 50px;
}
@media (min-width: 1080px) {
  main.is_article .page_visual__wrapper {
    height: 300px;
    margin-top: 100px;
  }
}
main.is_article .page_visual__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1080px) {
  main.is_article .page_visual__inner {
    width: 89.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
main.is_article .content_wrapper {
  max-width: 670px;
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}
@media (min-width: 1080px) {
  main.is_article .content_wrapper {
    max-width: 1272px;
    width: 89.3333333333%;
    padding: 0 36px;
    padding-bottom: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column-gap: 50px;
    margin-top: 40px;
  }
}
@media (width > 1540px) {
  main.is_article .content_wrapper {
    width: 100%;
  }
}
main.is_article .left_sideMenu {
  display: none;
}
@media (min-width: 1080px) {
  main.is_article .left_sideMenu {
    display: block;
    max-width: 150px;
    width: 100%;
    position: sticky;
    top: 120px;
    left: 0;
  }
}
main.is_article .left_sideMenu .label {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  width: 100%;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.is_article .left_sideMenu .arcticle_YearList li {
  margin-top: 20px;
}
main.is_article .left_sideMenu .arcticle_YearList li a {
  display: block;
  line-height: 1;
  font-size: 1.8rem;
  padding-left: 20px;
  position: relative;
  font-weight: 500;
}
main.is_article .left_sideMenu .arcticle_YearList li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background-color: #000;
}
main.is_article .left_sideMenu .arcticle_YearList li.current a {
  color: #0059B2;
}
main.is_article .left_sideMenu .arcticle_YearList li.current a:before {
  background-color: #0059B2;
}
main.is_article .main_content {
  color: #000;
}
@media (min-width: 1080px) {
  main.is_article .main_content {
    max-width: 886px;
    width: 73.8333333333%;
  }
}
main.is_article .main_content .post_List {
  margin-top: 50px;
}
@media (min-width: 1080px) {
  main.is_article .main_content .post_List {
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }
}
main.is_article .main_content .post_List_item {
  width: 100%;
  cursor: pointer;
}
@media (min-width: 1080px) {
  main.is_article .main_content .post_List_item {
    width: 30.9255079007%;
  }
}
@media (max-width: 1080px) {
  main.is_article .main_content .post_List_item:not(:first-child) {
    margin-top: 20px;
  }
}
main.is_article .main_content .post_List .information_Box {
  color: #000;
  padding: 20px;
  min-height: 120px;
}
@media (min-width: 1080px) {
  main.is_article .main_content .post_List .information_Box {
    min-height: 114px;
  }
}
main.is_article .main_content .post_List .information_Box .list_sub {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  color: #999;
}
@media (min-width: 1080px) {
  main.is_article .main_content .post_List .information_Box .list_sub {
    font-size: 1.4rem;
  }
}
main.is_article .main_content .post_List .information_Box .list_title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.375;
  margin-top: 5px;
  word-break: auto-phrase;
}
@media (min-width: 1080px) {
  main.is_article .main_content .post_List .information_Box .list_title {
    font-size: 1.9rem;
  }
}
main.is_article .main_content .post_List .information_Box .list_position {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 5px;
}
@media (min-width: 1080px) {
  main.is_article .main_content .post_List .information_Box .list_position {
    font-size: 1.4rem;
  }
}
main.is_article .main_content .post_List .post-thumbnail {
  aspect-ratio: 3/2;
  border: 1px solid #bdbdbd;
}
main.is_article .main_content .post_List .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1080px) {
  main.is_article .main_content .post_List .post-thumbnail img {
    margin-left: auto;
    margin-right: auto;
  }
}
main.is_article .popup_foundation {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: -100vh;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s;
  z-index: 15;
}
main.is_article .popup_foundation.standby {
  top: 0;
}
main.is_article .popup_foundation.active {
  opacity: 1;
}
main.is_article .popup_wrapper {
  background-color: #fff;
  padding: 16px 20px 20px;
  font-size: 20pt;
  line-height: 1.375;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 78.6666666667%;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 1080px) {
  main.is_article .popup_wrapper {
    max-width: 896px;
    width: 100%;
    text-align: center;
    padding: 38px 40px 40px;
    top: 0;
    transition: all 0.6s;
  }
}
@media (min-width: 1080px) and (min-height: 800px) {
  main.is_article .popup_wrapper {
    width: 50%;
    top: 0;
  }
}
@media (min-width: 1080px) and (min-height: 800px) and (min-width: 992px) {
  main.is_article .popup_wrapper {
    width: 100%;
  }
}
@media (min-width: 1080px) and (min-height: 980px) {
  main.is_article .popup_wrapper {
    width: 100%;
    top: 0;
  }
}
main.is_article .popup_wrapper .js_popupTitle {
  font-size: 20pt;
  line-height: 1.375;
  margin-bottom: 15px;
}
@media (min-width: 1080px) {
  main.is_article .popup_wrapper .js_popupTitle {
    margin-bottom: 35px;
    line-height: 1.4;
  }
}
main.is_article .popup_wrapper .js_close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #004695;
  top: -20px;
  right: -20px;
  cursor: pointer;
}
main.is_article .popup_wrapper .js_close span {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
main.is_article .popup_wrapper .js_close span:nth-of-type(1) {
  transform: rotate(45deg);
}
main.is_article .popup_wrapper .js_close span:nth-of-type(2) {
  transform: rotate(135deg);
}
main.is_article .popup_wrapper #popup-inner .list_sub {
  font-size: 1.3rem;
  line-height: 1;
  color: #999;
  font-weight: 500;
}
@media (min-width: 1080px) {
  main.is_article .popup_wrapper #popup-inner .list_sub {
    font-size: 1.4rem;
  }
}
main.is_article .popup_wrapper #popup-inner .list_title {
  font-size: 2rem;
  line-height: 1.375;
  font-weight: 600;
  margin-top: 5px;
}
main.is_article .popup_wrapper #popup-inner .list_position {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 8px;
}
@media (min-width: 1080px) {
  main.is_article .popup_wrapper #popup-inner .list_position {
    font-size: 1.4rem;
  }
}
main.is_article .popup_wrapper #popup-inner .list_image .popup-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s;
}
main.is_article .popup_wrapper #popup-inner .list_image .popup-image.active {
  opacity: 1;
}
@media (min-width: 1080px) {
  main.is_article .popup_wrapper #popup-inner .list_image .popup-image {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
main.is_article .popup_wrapper #popup-inner .list_image_wrap {
  overflow: auto;
  cursor: grab;
  position: relative;
  margin-top: 20px;
  min-height: 210px;
  transition: all 0.6s;
}
@media (min-width: 1080px) {
  main.is_article .popup_wrapper #popup-inner .list_image_wrap {
    margin-top: 40px;
    min-height: 310px;
  }
}
@media (min-width: 1080px) and (min-height: 800px) {
  main.is_article .popup_wrapper #popup-inner .list_image_wrap {
    min-height: 400px;
  }
}
@media (min-width: 1080px) and (min-height: 980px) {
  main.is_article .popup_wrapper #popup-inner .list_image_wrap {
    min-height: 550px;
  }
}
main.is_article .popup_wrapper #popup-inner .list_image {
  transition: 0.4s;
  transform-origin: top left;
  display: block;
}
@media (min-width: 1080px) {
  main.is_article .popup_wrapper #popup-inner .list_image {
    min-height: 420px;
  }
}
@media (min-width: 1080px) and (min-height: 800px) {
  main.is_article .popup_wrapper #popup-inner .list_image {
    min-height: 530px;
  }
}
@media (min-width: 1080px) and (min-height: 980px) {
  main.is_article .popup_wrapper #popup-inner .list_image {
    min-height: 600px;
  }
}
main.is_article .popup_wrapper #popup-inner .list_image img {
  user-drag: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: auto;
}
main.is_article .popup_wrapper #popup-inner .zoom_scale_body, main.is_article .popup_wrapper #popup-inner .zoom_scale_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
main.is_article .popup_wrapper #popup-inner .zoom_scale_wrap {
  margin-top: 18px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 1080px) {
  main.is_article .popup_wrapper #popup-inner .zoom_scale_wrap {
    margin-top: 15px;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}
main.is_article .popup_wrapper #popup-inner .zoom_scale_wrap .note {
  font-size: 1.5rem;
}
@media (min-width: 1080px) {
  main.is_article .popup_wrapper #popup-inner .zoom_scale_wrap .note {
    font-size: 1.6rem;
    margin-right: auto;
  }
}
@media (max-width: 1080px) {
  main.is_article .popup_wrapper #popup-inner .zoom_scale_wrap .note {
    text-align: center;
    width: 100%;
    margin: 0.3em auto;
  }
}
main.is_article .popup_wrapper #popup-inner .zoom_scale_body {
  border: 1px solid #000;
  font-size: 1.8rem;
  line-height: 1;
  padding: 0 0.5em;
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media (min-width: 1080px) {
  main.is_article .popup_wrapper #popup-inner .zoom_scale_body {
    border-width: 2px;
  }
}
main.is_article .popup_wrapper #popup-inner .zoom_scale_body .zoom_Reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: inherit;
  padding: 0;
  cursor: pointer;
}
main.is_article .popup_wrapper #popup-inner .zoom_In,
main.is_article .popup_wrapper #popup-inner .zoom_Out {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
main.is_article .popup_wrapper #popup-inner .zoom_In {
  background-image: url("/special_50th/wp-content/themes/50th/assets/images/common/icon_zoomIn.svg");
  margin-left: 20px;
}
main.is_article .popup_wrapper #popup-inner .zoom_Out {
  background-image: url("/special_50th/wp-content/themes/50th/assets/images/common/icon_zoomOut.svg");
  margin-left: 10px;
}
main.is_article .popup_wrapper #popup-inner .arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1.5em;
  width: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: unset;
  background: transparent;
}
main.is_article .popup_wrapper #popup-inner .arrow:before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1080px) {
  main.is_article .popup_wrapper #popup-inner .arrow:before {
    width: 1em;
    height: 1em;
  }
}
main.is_article .popup_wrapper #popup-inner .arrow.prev {
  left: 0.25em;
}
main.is_article .popup_wrapper #popup-inner .arrow.prev:before {
  transform: rotate(225deg);
  left: 0.25em;
}
@media (min-width: 1080px) {
  main.is_article .popup_wrapper #popup-inner .arrow.prev {
    left: 0.5em;
  }
}
main.is_article .popup_wrapper #popup-inner .arrow.next {
  right: 0.25em;
}
main.is_article .popup_wrapper #popup-inner .arrow.next:before {
  transform: rotate(45deg);
  right: 0.25em;
}
@media (min-width: 1080px) {
  main.is_article .popup_wrapper #popup-inner .arrow.next {
    right: 0.5em;
  }
}
main.is_article .archive__pagination_wrap {
  padding: 0 0 0;
  max-width: 670px;
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1080px) {
  main.is_article .archive__pagination_wrap {
    width: 100%;
    max-width: 1272px;
    padding: 0 36px 0;
  }
}
main.is_article .archive__pagination_wrap .archive__pagination {
  padding-bottom: 50px;
}
@media (min-width: 1080px) {
  main.is_article .archive__pagination_wrap .archive__pagination {
    padding-bottom: 100px;
  }
}
main.is_article .archive__pagination_wrap .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 20px;
  padding: 0 70px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
@media (min-width: 1080px) {
  main.is_article .archive__pagination_wrap .pagination {
    padding: 0 104px;
  }
}
main.is_article .archive__pagination_wrap .pagination .page-numbers:not(.prev):not(.next) {
  width: 50px;
  height: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
}
main.is_article .archive__pagination_wrap .pagination .page-numbers:not(.prev):not(.next).current {
  background-color: #000;
  color: #fff;
}
main.is_article .archive__pagination_wrap .pagination .page-numbers.next, main.is_article .archive__pagination_wrap .pagination .page-numbers.prev {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
}
@media (min-width: 1080px) {
  main.is_article .archive__pagination_wrap .pagination .page-numbers.next, main.is_article .archive__pagination_wrap .pagination .page-numbers.prev {
    font-size: 1.8rem;
  }
}
main.is_article .archive__pagination_wrap .pagination .page-numbers.prev {
  left: 0;
}
main.is_article .archive__pagination_wrap .pagination .page-numbers.next {
  right: 0;
}
main.is_article .other_pageLinks {
  border-top: 1px solid #000;
}

main.is_greeting {
  background-color: #000;
  background-image: url("/special_50th/wp-content/themes/50th/assets/images/greeting/greeting_background@1.5x.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 1080px) {
  main.is_greeting {
    padding-bottom: 100px;
    margin-top: 100px;
  }
}
main.is_greeting .bread_crumbs a, main.is_greeting .bread_crumbs span {
  color: #fff;
}
main.is_greeting .bread_crumbs li:before {
  border-color: #fff;
}
@media (min-width: 1080px) {
  main.is_greeting .bread_crumbs {
    max-width: 1272px;
    width: 89.3333333333%;
  }
}
@media (width > 1540px) {
  main.is_greeting .bread_crumbs {
    width: 100%;
  }
}
main.is_greeting .page_visual__wrapper {
  height: 150px;
  background-image: url("/special_50th/wp-content/themes/50th/assets/images/greeting/mv_greeting@1.5x.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
@media (min-width: 1080px) {
  main.is_greeting .page_visual__wrapper {
    height: 300px;
    margin-top: 100px;
  }
}
main.is_greeting .page_visual__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 1080px) {
  main.is_greeting .page_visual__inner {
    width: 89.3333333333%;
    margin-left: auto;
    margin-right: auto;
  }
}
main.is_greeting .is_greeting_wrapper {
  max-width: 670px;
  width: 89.3333333333%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greeting_wrapper {
    max-width: 1272px;
    width: 89.3333333333%;
    padding: 0 36px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-column-gap: 48px;
    margin-top: 85px;
  }
}
@media (width > 1540px) {
  main.is_greeting .is_greeting_wrapper {
    width: 100%;
  }
}
@media (min-width: 1080px) {
  main.is_greeting .is_greeting_leftside {
    min-width: 230px;
    margin-bottom: 36px;
  }
}
main.is_greeting .is_greeting_leftside li {
  cursor: pointer;
  height: 40px;
  width: 100%;
  background-color: #fff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
main.is_greeting .is_greeting_leftside li:after {
  content: "";
  display: block;
  aspect-ratio: 20/11.7;
  width: 10px;
  background-image: url("/special_50th/wp-content/themes/50th/assets/images/common/arrow_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greeting_leftside li:after {
    transform: rotate(-90deg);
  }
}
@media (min-width: 1080px) {
  main.is_greeting .is_greeting_leftside li {
    font-size: 1.8rem;
  }
}
main.is_greeting .is_greeting_leftside li.current {
  background-color: #0059B2;
  color: #fff;
}
main.is_greeting .is_greeting_leftside li.current:after {
  background-image: url("/special_50th/wp-content/themes/50th/assets/images/common/arrow_white.svg");
}
main.is_greeting .is_greeting_leftside li:not(:first-child) {
  margin-top: 20px;
}
main.is_greeting .is_greeting_message {
  margin-top: 43px;
  line-height: 1.833;
  font-size: 1.5rem;
  letter-spacing: 1.25px;
  text-indent: 1em;
  font-weight: 400;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greeting_message {
    margin-top: 45px;
    font-size: 1.6rem;
    line-height: 2.1;
  }
}
main.is_greeting .is_greeting_message .date {
  text-align: right;
  margin-top: 1em;
}
main.is_greeting .is_greeting_message p:not(:first-child) {
  margin-top: 1em;
}
main.is_greeting .is_greeting_message .indent1 {
  text-indent: 1em;
  display: inline-block;
}
main.is_greeting .is_greeting_message .indent-1 {
  text-indent: 0em;
  display: inline-block;
}
main.is_greeting .is_greeting_message .indent_pl1 {
  padding-left: 1.7em;
}
@media (max-width: 1080px) {
  main.is_greeting .is_greeting_message .indent_pl1 {
    text-indent: -0.5em;
    padding-left: 2em;
    display: block;
  }
}
@media (min-width: 1080px) {
  main.is_greeting .is_greeting_message .small {
    font-size: 15px;
  }
}
main.is_greeting .greeting_header {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1080px) {
  main.is_greeting .greeting_header {
    margin-top: 50px;
  }
}
main.is_greeting .greeting_header span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
  font-size: 3rem;
  color: #fff;
  line-height: 40px;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 1;
}
main.is_greeting .greeting_header span:before {
  content: "";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0059B2;
  z-index: -1;
  transition: width 0.8s cubic-bezier(0.85, 0, 0.15, 1);
}
@media (min-width: 1080px) {
  main.is_greeting .greeting_header span {
    padding: 0 20px;
    line-height: 60px;
    font-size: clamp(3rem, 3vw, 4rem);
  }
}
main.is_greeting .greeting_header span:not(:first-child) {
  margin-top: 5px;
}
@media (min-width: 1080px) {
  main.is_greeting .greeting_header span:not(:first-child) {
    margin-top: 10px;
  }
}
main.is_greeting .greeting_header.active span:before {
  width: 100%;
}
main.is_greeting .greeting_header.active span:nth-of-type(2):before {
  transition-delay: 150ms;
}
main.is_greeting .is_greting_contentsWrap {
  display: none;
}
main.is_greeting .is_greting_contentsWrap.current {
  display: block;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap {
    width: 100%;
  }
}
@media (min-width: 1221px) {
  main.is_greeting .is_greting_contentsWrap {
    width: 72.3270440252%;
  }
}
@media (min-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap .is_greting_contentsWrapInner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column-gap: 50px;
  }
}
main.is_greeting .is_greting_contentsWrap .is_greting_image figure {
  color: #fff;
  line-height: 1;
  aspect-ratio: 455.65/599;
  max-width: 453px;
  width: 63%;
}
main.is_greeting .is_greting_contentsWrap .is_greting_image figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap .is_greting_image figure {
    aspect-ratio: 3/4;
    max-width: 300px;
    min-width: 300px;
    width: 100%;
  }
}
@media (min-width: 1221px) {
  main.is_greeting .is_greting_contentsWrap .is_greting_image figure {
    width: 21vw;
  }
}
@media (max-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap .is_greting_image figure {
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
  }
}
main.is_greeting .is_greting_contentsWrap .is_greting_image .position {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 10px;
  text-align: right;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap .is_greting_image .position {
    font-size: 1.8rem;
    margin-top: 12px;
  }
}
main.is_greeting .is_greting_contentsWrap .is_greting_image .name_jp {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 100;
  margin-top: 10px;
  text-align: right;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap .is_greting_image .name_jp {
    font-size: 3rem;
  }
}
main.is_greeting .is_greting_contentsWrap .is_greting_image .name_en {
  font-size: 1.5rem;
  font-weight: 100;
  color: #008cff;
  font-family: "Noto Serif JP", serif;
  margin-top: 10px;
  text-align: right;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap .is_greting_image .name_en {
    font-size: 2rem;
  }
}
main.is_greeting .is_greting_contentsWrap .is_biography {
  margin-top: 52px;
}
main.is_greeting .is_greting_contentsWrap .is_biography .content_header .title_en {
  display: block;
  color: #008cff;
  font-size: 1rem;
  line-height: 1;
  font-weight: 100;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap .is_biography .content_header .title_en {
    font-size: 1.8rem;
  }
}
main.is_greeting .is_greting_contentsWrap .is_biography .content_header .title_jp {
  display: block;
  font-size: 3rem;
  font-weight: 100;
  margin-top: 5px;
  font-weight: 400;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap .is_biography .content_header .title_jp {
    font-size: 5rem;
    margin-top: 8px;
  }
}
main.is_greeting .is_greting_contentsWrap .is_biography li {
  padding: 50px 20px;
  background-color: rgba(51, 51, 51, 0.7);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
}
main.is_greeting .is_greting_contentsWrap .is_biography li:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap .is_biography li {
    font-size: 1.8rem;
    padding: 40px;
  }
}
main.is_greeting .is_greting_contentsWrap .is_biography li .license_wrap {
  margin-top: 25px;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap .is_biography li .license_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column-gap: 20px;
    margin-top: 40px;
  }
  main.is_greeting .is_greting_contentsWrap .is_biography li .license_wrap .w-half {
    width: 50%;
  }
  main.is_greeting .is_greting_contentsWrap .is_biography li .license_wrap .w-full {
    width: 100%;
  }
}
main.is_greeting .is_greting_contentsWrap .is_biography li .license_wrap p {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #fff;
}
main.is_greeting .is_greting_contentsWrap .is_biography li .license_wrap p:first-child {
  border-top: 1px solid #fff;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap .is_biography li .license_wrap p {
    height: 60px;
  }
}
main.is_greeting .is_greting_contentsWrap .is_biography li .awards_wrap {
  margin-top: 20px;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap .is_biography li .awards_wrap {
    margin-top: 35px;
  }
}
main.is_greeting .is_greting_contentsWrap .is_biography li .awards_wrap dl {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  grid-column-gap: 1em;
  line-height: 1.5;
}
main.is_greeting .is_greting_contentsWrap .is_biography li .awards_wrap dl:not(:first-child) {
  margin-top: 14px;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap .is_biography li .awards_wrap dl:not(:first-child) {
    margin-top: 12px;
  }
}
main.is_greeting .is_greting_contentsWrap .is_biography li .awards_wrap dl dt {
  min-width: 60px;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap .is_biography li .awards_wrap dl dt {
    width: 80px;
    min-width: 80px;
  }
}
main.is_greeting .is_greting_contentsWrap .is_biography li .affiliation_wrap {
  line-height: 1.5;
  margin-top: 20px;
}
@media (min-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap .is_biography li .affiliation_wrap {
    margin-top: 35px;
  }
}
main.is_greeting .is_greting_contentsWrap .is_biography li .affiliation_wrap a {
  display: block;
  align-items: center;
  color: #fff;
}
main.is_greeting .is_greting_contentsWrap .is_biography li .affiliation_wrap a:not(:first-child) {
  margin-top: 10px;
}
main.is_greeting .is_greting_contentsWrap .is_biography li .affiliation_wrap a span.arrow {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
main.is_greeting .is_greting_contentsWrap .is_biography li .affiliation_wrap a span.arrow:after {
  content: "";
  display: block;
  aspect-ratio: 20/11.7;
  width: 10px;
  height: 18px;
  background-image: url("/special_50th/wp-content/themes/50th/assets/images/common/arrow_white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(-90deg);
}
@media (min-width: 1080px) {
  main.is_greeting .is_greting_contentsWrap .is_biography li .affiliation_wrap a span.arrow:after {
    height: 25px;
  }
}