@charset "UTF-8";

/* モーダル内用css */
.yearold_modal_content .yearold_modal_title.opt_blue {
	color: #237fc4;
}

.yearold_modal_content .yearold_modal_title.opt_green {
	color: #00A5A8;
}

.yearold_modal_content .yearold_modal_title > span {
  content: "";
  display: block;
  position:absolute;
  width: 100%;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}

.yearold_modal_content .yearold_modal_title > span::before {
  content: "";
  display: block;
  position:absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -5px;
  top: -4px;
}
.yearold_modal_content .yearold_modal_title > span::after {
  content: "";
  display: block;
  position:absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  right: -5px;
  top: -4px;
}

.yearold_modal_content .yearold_modal_title.opt_blue > span,.yearold_modal_content .yearold_modal_title.opt_blue > span::before,.yearold_modal_content .yearold_modal_title.opt_blue > span::after {
  background-color: #237fc4;
}

.yearold_modal_content .yearold_modal_title.opt_green > span,.yearold_modal_content .yearold_modal_title.opt_green > span::before,.yearold_modal_content .yearold_modal_title.opt_green > span::after {
  background-color: #00A5A8;
}

.yearold_modal_content .yearold_modal_col2 {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-top: 20px;
}

.yearold_modal_content .yearold_modal_col2 > figure {
	width: calc((100% - 20px)/2);
}

.yearold_modal_content .yearold_modal_col2 > figure > img {
	width: 100%;
}

.yearold_modal_content .yearold_modal_col2 > figure > figcaption {
	text-align: center;
	margin-top: 10px;
}

.yearold_modal_content .yearold_modal_foot {
	text-align: center;
	margin-top: 20px;
}
.yearold_modal_content .yearold_modal_foot > img {
	max-width: 200px;
}
/* newsエリア用css common.cssの抜粋*/
.bousai .news {
    width: 100%;
    background-color: #fff;
  }
  
  .bousai .newsWrapper {
    width: 870px;
    padding: 70px 0 60px;
      padding-bottom: 0;
    margin: 0 auto;
  }
  
  .bousai .newsFrame {
    position: relative;
    text-align: center;
    border-color: #094;
    border-style: solid;
    border-width: 2px;
    border-radius: 10px;
  }
  
  .bousai .newsTitle {
    position: absolute;
    top: -21px;
    right: 0;
    left: 0;
    height: 42px;
    margin: auto;
  }
  
  .bousai .newsTitle h2 {
    display: inline-block;
    padding: 8px 34px;
    font-size: 2.6rem;
    line-height: 1;
    color: #fff;
    background-color: #094;
    border-radius: 32px;
  }
  
  .bousai .news .newsList {
    width: 680px;
    margin: 48px auto 14px;
  }
  
  .bousai .news .newsList li {
    padding-bottom: 26px;
  }
  
  .bousai .news .news_date {
    font-size: 1.6rem;
    line-height: 1.438;
  }
  
  .bousai .news .news_date + p {
    margin-top: 8px;
  }
  
  .bousai .news .news_link {
    display: inline-block;
    padding-left: 30px;
    font-size: 1.6rem;
    line-height: 1.438;
    vertical-align: top;
    background: url(/library/bousai-gensai/images/link_bg01.png) no-repeat 0 3px;
    background-size: 20px auto;
  }
  
  .bousai .news .news_link a {
    color: #666;
    text-decoration: underline;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: middle;
  }
  .bousai .news .news_date{
    position:relative;
  }
  .bousai .news .news_date::after {
    content: attr(data-category);
    display: inline-block;
      background-color: #62c2bb;
      padding: 7px 10px;
      line-height: 1;
      margin-left: 10px;
      color: #fff;
      border-radius: 6px;
      min-width: 84px;
      text-align: center;
      font-size: 15px;
      background-color: #62c2bb;
  }
  .bousai .news .news_date[data-category=テスト]::after {
    background-color: #000;
  }
  .yearold-news_icon{
      margin-left:5px;
  }
  .bousai .newsList .news_link > a[href$=".pdf"] .yearold-news_icon::before {
          content: "";
      display: inline-block;
      width: 18px;
      height: auto;
      margin-right: 7px;
      aspect-ratio: 15 / 18;
      background-image: url(/library/zenrosai/profile/kokusai/iyc/2025/img/icon_pdf.png);
      background-size: cover;
      transform: translateY(4px);
  }
  .bousai .newsList .news_link > a[target="_blank"] .yearold-news_icon::after {
              content: "";
      display: inline-block;
      width: 12px;
      height: 9px;
      background-image: url(/library/default/img/parts/icon_window_bg01.png);
      background-size: cover;
  }

  .yearold_bg.type-01 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .yearold_bg.type-01 img {
    max-width: 100%;
  }
  
  .yearold_bg.type-01 p {
    font-weight: 600;
  }
  
  .yearold_bg.type-01 a {
    font-weight: 600;
  }
  
  /* header
  ==================================== */
  
  .yearold-header {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100px;
    padding: 0 0 0 40px;
    top: 0;
    left: 0;
    z-index: 10000;
  }
  
  .yearold-header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .yearold-header_logo {
    position: relative;
    margin-top: 5px;
  }
  
  .yearold-header_logo > a {
    display: block;
  }
  
  .yearold-header_logo img {
    max-width: 100%;
  }
  
  .yearold-header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .yearold-header_logo2 {
    width: 124px;
    margin-right: 30px;
  }
  
  .yearold-header_hamburgerButton {
    display: block;
    position: relative;
    width: 120px;
    height: 100px;
    top: 0;
    right: 0;
    z-index: 20;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .yearold-header_hamburgerButton:hover {
    opacity: 0.7;
  }
  
  .yearold-header_hamburgerButton > span {
    position: absolute;
    width: 55px;
    height: 7px;
    background-color: #61c2bc;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .yearold-header_hamburgerButton > span:nth-child(1) {
    top: 30px;
  }
  
  .yearold-header_hamburgerButton > span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .yearold-header_hamburgerButton > span:nth-child(3) {
    bottom: 30px;
  }
  
  .yearold-header_hamburgerButton.close {
    background-color: #928175;
  }
  
  .yearold-header_hamburgerButton.close > span {
    background-color: #fff;
  }
  
  .yearold-header_hamburgerButton.close > span:first-child {
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  
  .yearold-header_hamburgerButton.close > span:nth-child(2) {
    opacity: 0;
  }
  
  .yearold-header_hamburgerButton.close > span:nth-child(3) {
    bottom: 50% !important;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg);
  }
  
  .yearold-header_hamburgerContents {
    position: fixed;
    display: block;
    max-height: calc(100vh - 100px);
    overflow: hidden;
    visibility: hidden;
    top: 100px;
    right: 0;
    width: 605px;
    height: auto;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .yearold-header_hamburgerContents.open {
    visibility: visible;
  }
  
  .yearold-header_hamburgerContents.open .yearold-header_hamburgerMenu {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
  .yearold-header_hamburgerMenu {
    position: relative;
    width: 100%;
    max-height: calc(100vh - 100px);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: scroll;
  }
  
  .yearold-header_hamburgerMenuListWrapper {
    padding: 37px 0 40px 0;
  }
  
  .yearold-header_hamburgerMenuListWrapper:nth-of-type(1) {
    background-color: #928175;
  }
  
  .yearold-header_hamburgerMenuListWrapper:nth-of-type(1) a, .yearold-header_hamburgerMenuListWrapper:nth-of-type(1) p {
    color: #fff;
  }
  
  .yearold-header_hamburgerMenuListWrapper:nth-of-type(1) a:hover {
    opacity: 1;
    border-bottom: 1px solid #fff;
  }
  
  .yearold-header_hamburgerMenuListWrapper:nth-of-type(2) {
    background-color: #E8DDC9;
  }
  
  .yearold-header_hamburgerMenuListWrapper:nth-of-type(2) a, .yearold-header_hamburgerMenuListWrapper:nth-of-type(2) p, .yearold-header_hamburgerMenuListWrapper:nth-of-type(2) li {
    color: #330000;
  }
  
  .yearold-header_hamburgerMenuListWrapper:nth-of-type(2) a:hover {
    opacity: 1;
    border-bottom: 1px solid #330000;
  }
  
  .yearold-header_hamburgerMenuListWrapper:nth-of-type(2) .yearold-header_hamburgerMenuListTitle::after {
    background-color: #330000;
  }
  
  .yearold-header_hamburgerMenuListWrapper:nth-of-type(2) .yearold-header_hamburgerMenuListTitle p {
    background-color: #E8DDC9;
  }
  
  .yearold-header_hamburgerMenuListWrapper ul.yearold-header_hamburgerMenuList {
    margin-top: 18px;
    padding: 0 0px 0 50px;
  }
  
  .yearold-header_hamburgerMenuListWrapper ul.yearold-header_hamburgerMenuList a {
    display: inline-block;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .yearold-header_hamburgerMenuListWrapper ul.yearold-header_hamburgerMenuList > li {
    font-size: 18px;
    font-weight: 700;
  }
  
  .yearold-header_hamburgerMenuListWrapper ul.yearold-header_hamburgerMenuList > li:not(:first-child) {
    margin-top: 16px;
  }
  
  .yearold-header_hamburgerMenuListWrapper ul.yearold-header_hamburgerMenuList > li > ul {
    font-weight: 400;
  }
  
  .yearold-header_hamburgerMenuListWrapper ul.yearold-header_hamburgerMenuList ul {
    margin-left: 20px;
  }
  
  .yearold-header_hamburgerMenuListWrapper ul.yearold-header_hamburgerMenuList ul > li {
    margin: 10px 0 0 0;
  }
  
  .yearold-header_hamburgerMenuListWrapper ul.yearold-header_hamburgerMenuList ul > li:last-of-type {
    margin: 10px 0 25px 0;
  }
  
  .yearold-header_hamburgerMenuListWrapper ul.yearold-header_hamburgerMenuList ul > li a {
    font-size: 16px;
  }
  
  .yearold-header_hamburgerMenuListTitle {
    position: relative;
  }
  
  .yearold-header_hamburgerMenuListTitle::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  
  .yearold-header_hamburgerMenuListTitle > p {
    position: relative;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-size: 27px;
    background-color: #928175;
    z-index: 2;
    padding: 0 10px 0 40px;
    letter-spacing: 0.06em;
  }
  
  .yearold_main-contents {
    padding-top: 175px;
  }
  
  .yearold_main-contents p {
    font-weight: 600;
  }
  
  .yearold_movie_wrap_outside {
    width: 1102px;
    margin-inline: auto;
  }
  
  .yearold_movie_wrap {
    margin-top: 100px;
  }
  
  .yearold_movie_btn {
    top: 35px;
  }
  
  .yearold_message {
    max-width: 600px;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-inline: auto;
    position: relative;
  }
  
  .yearold_message::before, .yearold_message::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: url(/library/anshin/7pj/img/decoration_line.png) no-repeat center bottom;
    background-size: cover;
    left: 0;
  }
  
  .yearold_message::before {
    top: 0;
  }
  
  .yearold_message::after {
    bottom: 0;
  }
  
  .yearold_message p {
    font-size: 24px;
    font-family: "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    line-height: 48px;
  }
  
  .yearold_message p.yearold_message_strong {
    margin-top: 60px;
    font-size: 36px;
    color: #f54263;
    font-weight: bold;
    text-align: center;
  }
  
  .yearold_anchorWrapper {
    margin-top: 105px;
  }
  
  .yearold_anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 27px;
    -moz-column-gap: 27px;
    column-gap: 27px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .yearold_anchor li {
    position: relative;
    color: #f54263;
    padding-bottom: 5px;
  }
  
  .yearold_anchor li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f54263;
    bottom: 0;
    left: 0;
  }
  
  .yearold_anchor li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f54263;
    font-size: 20px;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
  
  .yearold_anchor li a:hover {
    text-decoration: none;
  }
  
  .yearold_anchor li a::before {
    content: "";
    width: 33px;
    height: 33px;
    background-image: url("/library/anshin/7pj/img/icon_arrow01.png");
    background-size: cover;
  }
  
  .yearold_section {
    max-width: 960px;
    margin-inline: auto;
    background-image: url(/library/anshin/7pj/img/decoration_section01.png);
    padding-top: 50px;
    padding-bottom: 50px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top left;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
  }
  
  .yearold_section_container {
    max-width: 800px;
    margin-inline: auto;
  }
  
  .yearold_section h2 {
    position: relative;
    padding-bottom: 50px;
    font-size: 42px;
    text-align: center;
    line-height: 63px;
    color: #f54263;
  }
  
  .yearold_section h2::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 2px;
    background: url(/library/anshin/7pj/img/decoration_line.png) no-repeat center bottom;
    background-size: cover;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .yearold_section h2 + .yearold_section_normalText {
    margin-top: 54px;
  }
  
  .yearold_section_normalText {
    color: #666666;
    font-size: 20px;
  }
  
  .yearold_projectCircle {
    position: relative;
    width: 695px;
    height: 648px;
    margin-inline: auto;
    margin-top: 50px;
  }
  
  .yearold_projectCircle::before {
    content: "";
    position: absolute;
    width: 100%;
    height: auto;
    aspect-ratio: 60/29;
    background-image: url("/library/anshin/7pj/img/decoration_projectCircle.png");
    background-size: cover;
    top: -52px;
    left: 0;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  
  .yearold_projectCircle > div {
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 100vh;
  }
  
  .yearold_projectCircle > div p {
    font-size: 20px;
    margin-top: 28px;
  }
  
  .yearold_projectCircle > div p.yearold_projectCircle_title {
    margin-top: 43px;
    font-size: 40px;
    line-height: 1;
  }
  
  .yearold_projectCircle > div p.yearold_projectCircle_title span {
    font-size: 24px;
  }
  
  .yearold_projectCircle > div:nth-of-type(1) {
    background-color: rgba(0, 153, 68, 0.3);
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 1;
  }
  
  .yearold_projectCircle > div:nth-of-type(1) .yearold_projectCircle_title {
    color: #02662f;
  }
  
  .yearold_projectCircle > div:nth-of-type(1) p {
    color: #009944;
  }
  
  .yearold_projectCircle > div:nth-of-type(2) {
    background-color: rgba(255, 139, 3, 0.3);
    bottom: 0;
    left: 0;
  }
  
  .yearold_projectCircle > div:nth-of-type(2) .yearold_projectCircle_title {
    color: #ed5900;
  }
  
  .yearold_projectCircle > div:nth-of-type(2) p {
    color: #ff6203;
  }
  
  .yearold_projectCircle > div:nth-of-type(3) {
    background-color: rgba(170, 66, 230, 0.3);
    bottom: 0;
    right: 0;
  }
  
  .yearold_projectCircle > div:nth-of-type(3) .yearold_projectCircle_title {
    color: #700058;
  }
  
  .yearold_projectCircle > div:nth-of-type(3) p {
    color: #a50082;
  }
  
  .yearold_projectCircle_readMore {
    display: block;
    width: 200px;
    margin-inline: auto;
    margin-top: 25px;
  }
  
  .yearold_measures {
    margin-top: 50px;
  }
  
  .yearold_measures_title {
    font-size: 24px;
    border-bottom: 1px solid #009944;
    text-align: left;
    color: #fff;
  }
  
  .yearold_measures_title span {
    padding-top: 9px;
  }
  
  .yearold_measures_title a:link {
    color: #fff !important;
    text-decoration: none;
  }
  
  .yearold_measures_title a:visited {
    color: #fff !important;
  }
  
  .yearold_measures_title.yearold_measuresTitle--region {
    border-bottom: 1px solid #009944;
  }
  
  .yearold_measures_title.yearold_measuresTitle--region span {
    background-image: url("/library/anshin/7pj/img/menu_car_torikumi_1.png");
  }
  
  .yearold_measures_title.yearold_measuresTitle--rule {
    border-bottom: 1px solid #ff8b03;
  }
  
  .yearold_measures_title.yearold_measuresTitle--rule span {
    background-image: url("/library/anshin/7pj/img/menu_car_torikumi_2.png");
  }
  
  .yearold_measures_title.yearold_measuresTitle--rule .yearold_measures_list p {
    color: #ff8b03 !important;
  }
  
  .yearold_measures_title.yearold_measuresTitle--manner {
    border-bottom: 1px solid #a50082;
  }
  
  .yearold_measures_title.yearold_measuresTitle--manner span {
    background-image: url("/library/anshin/7pj/img/menu_car_torikumi_3.png");
  }
  
  .yearold_measures_title span {
    display: flex;
    position: relative;
    width: 420px;
    padding: 7px 15px;
    padding-top: 20px;
    border-radius: 10px 10px 0 0;
    line-height: 1;
    aspect-ratio: 771 / 131;
    background-size: cover;
    align-items: center;
  }
  
  .yearold_measures_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px !important;
    gap: 50px 45px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .yearold_measures_list li {
    max-width: calc((100% - 150px) / 4);
  }
  
  .yearold_measures_list li a:hover {
    text-decoration: none;
  }
  
  .yearold_measures_list p {
    font-size: 20px;
    color: #009944;
    margin-top: 10px;
  }
  
  .yearold_measures_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    height: 160px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 100vh;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0px 5px 9.9px 0.1px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 9.9px 0.1px rgba(0, 0, 0, 0.3);
  }
  
  .yearold_measures_img > div {
    width: 93%;
    height: 93%;
    border-radius: 100vh;
    overflow: hidden;
    position: relative;
  }
  
  .yearold_measures_img img {
    max-width: none !important;
    width: 100%;
    height: 100%;
    -o-object-position: center;
    object-position: center;
    -o-object-fit: cover;
    object-fit: cover;
  }
  
  .yearold_measures_group:not(:first-of-type) {
    margin-top: 50px;
  }
  
  .yearold_measures_group--region .yearold_measures_list p {
    color: #009944 !important;
  }
  
  .yearold_measures_group--rule .yearold_measures_list p {
    color: #ff8b03 !important;
  }
  
  .yearold_measures_group--manner .yearold_measures_list p {
    color: #a50082 !important;
  }
  
  .yearold_bottomMovie {
    margin-top: 50px;
  }
  
  .yearold_pageBottomPicture {
    max-width: 900px;
    margin-inline: auto;
    margin-top: 53px;
  }
  
  .page-footer {
    padding-top: 0 !important;
  }
  
  .bousai .news {
    background-color: transparent;
  }
  
  .bousai .newsFrame {
    background-color: #fff;
    border-color: #62c2bb;
  }
  
  .bousai .news .newsList {
    height: 320px;
    overflow-y: scroll;
  }
  
  .bousai .newsTitle h2 {
    background-color: #62c1bb;
  }
  
  .yearold_section {
    margin-top: 70px;
  }
  
  .bousai .news .news_date,
  .bousai .news .news_date + p {
    text-align: left;
  }
  
  .bousai .news .newsList {
    width: auto;
    padding: 0px 100px;
  }
  
  .bousai .news .news_link {
    background: url(/library/bousai-gensai/images/link_bg01.png) no-repeat 0 1px;
    background-size: 20px auto;
  }
  
  .js-fadeUp {
    opacity: 0;
  }
  
  .js-fadeUp.visible {
    -webkit-animation: fadeIn 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
            animation: fadeIn 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
  }
  
  @-webkit-keyframes fadeIn {
    0% {
      -webkit-transform: translate3d(0, 80px, 0);
              transform: translate3d(0, 80px, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: none;
              transform: none;
      opacity: 1;
    }
  }
  
  @keyframes fadeIn {
    0% {
      -webkit-transform: translate3d(0, 80px, 0);
              transform: translate3d(0, 80px, 0);
      opacity: 0;
    }
    100% {
      -webkit-transform: none;
              transform: none;
      opacity: 1;
    }
  }
  .yearold_flowmap.js-walk_wrap img {
    max-width: none;
  }
  .baner-position{
    display:flex;
    }
    
    .yearold_movie_inner video{
        border-radius: 50px!important;
    }
    
    .yearold_movie:after {
        background:none!important;
    }
    
    .yearold_movie_wrap{
        top:20px;
    }
    
    .yearold_movie_wrap_outside {
        height: 720px;
    }
    .yearold_message {
      max-width: 700px;
    }
    .yearold_bg.type-01,
    .yearold_bg.type-02{
      background-size: contain;
        background-repeat: repeat;
    }
    .yearold_bg.type-02{
      z-index: 1;
    }
    .yearold_bg.type-02::before,
    .yearold_bg.type-02::after{
      z-index: -1;
    }
    .yearold-header_logo {
        margin-top: 20px;
    }
    .bousai .news .news_date[data-category=全国]::after {
      background-color: #6288AC;
    }
    .bousai .news .news_date[data-category=WEB]::after {
      background-color: #90AC62;
    }
    .bousai .news .news_date[data-category=テレビ]::after {
      background-color: #D67575;
    }
    .bousai .news .news_date[data-category=共同研究]::after {
      background-color: #6D7D8B;
    }
    p.mod-link.yearold_linkText {
        width: fit-content;
        margin-inline: auto;
      margin-top: 20px;
        font-size: 19px;
        line-height: 1.4;
      padding-left: 0;
        padding-right: 12px;
        background-position: right;
    }
    p.mod-link.yearold_linkText a:hover{
      color: #333;
        text-decoration: none;
    }
    .bousai .news .news_date, .bousai .news .news_date + p {
        font-weight: 400;
    }
    .yearold_bottomMovie {
        margin-top: 100px;
    }
    .is-full .yearold_close_btn {
      position: fixed;
      right: 41px;
      top: 38px;
    }
  .js-movie_wrap.is-ready.is-full{
    position: relative;
    z-index: 11;
  }
    .bousai .news .news_link a{
        font-weight: 400;
        color:#333;
    }
    .yearold_main-contents {
        padding-top: 110px;
    }
    .yearold_movie_btn {
        top: 0px;
    }
    .yearold_movie_wrap {
        top: 0;
    }
    .yearold_title img {
        width: 100%;
    }
    .yearold_title img {
        padding-top: 60px;
    }
  .yearold_movie_wrap_outside{
      z-index: 1;
  }