@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
html {
  scroll-behavior: smooth;
}

.altiri-section {
  overflow-x: hidden;
}
.altiri-section img {
  margin: initial;
}
.altiri-section .youth-fv .fv-cover {
  display: flex;
  margin: 0 auto;
  text-align: center;
  justify-content: center;
  height: calc(100vh - 118px);
}
.altiri-section .youth-fv .fv-cover img {
  width: 54%;
  max-width: 334px;
  height: auto;
}
.altiri-section main {
  width: 100%;
  max-width: initial;
}
.altiri-section main .youth-blck {
  width: 100%;
  margin: 0 auto;
  padding: 96px 0;
}
.altiri-section main .youth-blck .youth-cntnt {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 56px;
  padding: 0 16px;
  box-sizing: border-box;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .youth-cntnt {
    margin-bottom: 96px;
  }
}
.altiri-section main .youth-blck .youth-cntnt:last-of-type {
  margin-bottom: initial;
}
.altiri-section main .youth-blck .youth-cntnt .white-border {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 0.5px solid #FFF;
  margin-bottom: 16px;
  height: 184px;
  text-align: center;
  justify-content: center;
}
.altiri-section main .youth-blck .youth-cntnt .white-border .en-txt {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.6;
  margin-bottom: 12px;
}
.altiri-section main .youth-blck .youth-cntnt .white-border .jp-txt {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 550;
  font-size: 15px;
  line-height: 1.75;
  letter-spacing: 1;
}
.altiri-section main .youth-blck .youth-cntnt .youth-prtnr-wrppr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.altiri-section main .youth-blck .youth-cntnt .youth-prtnr-wrppr--2column {
  max-width: 632px;
  margin-inline: auto;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .youth-cntnt .youth-prtnr-wrppr--2column .youth-prtnr {
    width: 50% !important;
  }
}
.altiri-section main .youth-blck .youth-cntnt .youth-prtnr-wrppr .youth-prtnr {
  width: 50%;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .youth-cntnt .youth-prtnr-wrppr .youth-prtnr {
    width: 33.3333333333%;
  }
}
.altiri-section main .youth-blck .youth-cntnt .youth-prtnr-wrppr .youth-prtnr .logo-img {
  filter: brightness(0) invert(1);
  opacity: 0.8;
  transition: all 0.6s ease;
}
.altiri-section main .youth-blck .youth-cntnt .youth-prtnr-wrppr .youth-prtnr .logo-img:hover {
  filter: initial;
  opacity: initial;
  transition: all 0.6s ease;
}
.altiri-section main .youth-blck .youth-cntnt .two-columns_table {
  width: 100%;
  margin-bottom: 16px;
  border-spacing: 2px;
  color: #FFF;
  border-collapse: separate;
}
.altiri-section main .youth-blck .youth-cntnt .two-columns_table tr {
  background: rgba(255, 255, 255, 0.1);
}
.altiri-section main .youth-blck .youth-cntnt .two-columns_table tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.07);
}
.altiri-section main .youth-blck .youth-cntnt .two-columns_table tr:first-child {
  background: rgba(255, 255, 255, 0.05);
}
.altiri-section main .youth-blck .youth-cntnt .two-columns_table th, .altiri-section main .youth-blck .youth-cntnt .two-columns_table td {
  font-weight: 550;
  font-size: 14px;
  line-height: 1.65;
  height: 48px;
  letter-spacing: -0.03;
  padding: 8px 16px;
  text-align: center;
  vertical-align: middle;
}
.altiri-section main .youth-blck .youth-cntnt .two-columns_table td {
  font-size: 12px;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .youth-cntnt .two-columns_table td {
    font-size: 14px;
    text-align: center;
  }
}
.altiri-section main .youth-blck .youth-cntnt .two-columns_table .season {
  width: 30%;
}
.altiri-section main .youth-blck .youth-cntnt .two-columns_table .convention {
  width: 70%;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_pc {
  width: 100%;
  display: none;
  margin-bottom: 16px;
  border-spacing: 2px;
  color: #FFF;
  border-collapse: separate;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .youth-cntnt .four-columns_table_pc {
    display: table;
  }
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_pc tr {
  background: rgba(255, 255, 255, 0.1);
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_pc tr:nth-child(odd) {
  background: rgba(255, 255, 255, 0.07);
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_pc tr:first-child, .altiri-section main .youth-blck .youth-cntnt .four-columns_table_pc tr:last-child {
  background: rgba(255, 255, 255, 0.05);
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_pc th, .altiri-section main .youth-blck .youth-cntnt .four-columns_table_pc td {
  font-weight: 550;
  font-size: 14px;
  line-height: 1.65;
  height: 48px;
  letter-spacing: -0.03;
  padding: 8px 16px;
  text-align: center;
  vertical-align: middle;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_pc td {
  font-weight: 400;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_pc .ttl, .altiri-section main .youth-blck .youth-cntnt .four-columns_table_pc .cost, .altiri-section main .youth-blck .youth-cntnt .four-columns_table_pc .quantity, .altiri-section main .youth-blck .youth-cntnt .four-columns_table_pc .subtotal {
  width: 25%;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp {
  /* タブのメニュー部分（label部分） */
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp {
    display: none;
  }
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp .plan-radio {
  display: none;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp .plan-tab {
  display: block;
  float: left;
  box-sizing: border-box;
  text-align: center;
  width: calc((100% - 6px) / 3);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin: 0 2px 0 0;
  padding: 16px 4px;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
  /* タブメニューにカーソルがある場合 */
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp .plan-tab:hover {
  opacity: 0.8;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp .plan-tab:last-of-type {
  margin-right: 0;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp .plan-menu {
  display: none;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp .plan-menu .table-menu {
  width: 100%;
  color: #FFF;
  border-collapse: separate;
  border-spacing: 2px;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp .plan-menu th, .altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp .plan-menu td {
  height: 56px;
  vertical-align: middle;
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp .plan-menu th {
  margin-right: 2px;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp .plan-menu tr {
  margin-bottom: 2px;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp .plan-menu th {
  width: 10.709em;
  font-weight: 550;
  font-size: 13px;
  line-height: 120%;
  letter-spacing: -0.03;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp .plan-menu th small {
  font-weight: 500;
  font-size: 8px;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp .plan-menu td {
  width: 9.468em;
  font-weight: 500;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.03;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp .plan-menu th, .altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp .plan-menu td:last-child {
  margin: 0;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp #cost-15:checked ~ #cost-content,
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp #quantity-15:checked ~ #quantity-content,
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp #subtotal-15:checked ~ #subtotal-content {
  display: block;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp #cost-15:checked ~ #tab-menu_cost,
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp #quantity-15:checked ~ #tab-menu_quantity,
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp #subtotal-15:checked ~ #tab-menu_subtotal {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp #cost-18:checked ~ #cost-content,
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp #quantity-18:checked ~ #quantity-content,
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp #subtotal-18:checked ~ #subtotal-content {
  display: block;
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp #cost-18:checked ~ #tab-menu_cost,
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp #quantity-18:checked ~ #tab-menu_quantity,
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp #subtotal-18:checked ~ #tab-menu_subtotal {
  color: white;
  background: rgba(255, 255, 255, 0.1);
}
.altiri-section main .youth-blck .youth-cntnt .four-columns_table_sp .plan-menu p {
  padding-bottom: 1em;
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  padding: 8px;
  box-sizing: border-box;
  justify-content: center;
  /* タブのメニュー部分（label部分） */
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr {
    gap: 3px;
    background: initial;
    padding: initial;
  }
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .prctc-tab {
  display: flex;
  float: left;
  box-sizing: border-box;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  width: calc((100% - 2px) / 2);
  align-items: center;
  justify-content: center;
  height: 72px;
  margin-right: auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  padding: 16px 4px;
  color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
  /* タブメニューにカーソルがある場合 */
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .prctc-tab:hover {
  opacity: 0.8;
  transition: all 0.3s ease;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .prctc-tab {
    height: initial;
    width: calc((100% - 9px) / 4);
    font-size: 14px;
  }
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .prctc-tab-2 {
    width: calc((100% - 6px) / 2);
    font-size: 14px;
  }
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .prctc-tab-3 {
    width: calc((100% - 6px) / 3);
    font-size: 14px;
  }
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .fclty-content_wrppr {
  justify-content: center;
  height: auto;
  width: 100%;
  padding-top: 32px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .fclty-content_wrppr {
    background: rgba(255, 255, 255, 0.12);
  }
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .fclty-content_wrppr .fclty-content {
  width: 100%;
  max-width: 800px;
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .fclty-content_wrppr .fclty-content .fclty_map {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 32px;
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .fclty-content_wrppr .fclty-content .fclty-body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  font-weight: 400;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .fclty-content_wrppr .fclty-content .fclty-body .fclty-txtarea {
  margin-bottom: 24px;
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .fclty-content_wrppr .fclty-content .fclty-body .fclty-txtarea .fclty-ttl {
  font-weight: 600;
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .fclty-content_wrppr .fclty-content .fclty-body .fclty-txtarea .fclty-ul li {
  list-style-type: none;
  margin-left: 24px;
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .fclty-content_wrppr .fclty-content .fclty-body .fclty-txtarea .fclty-ul li:before {
  position: relative;
  top: -2px;
  left: -10px;
  display: inline-block;
  width: 3.75px;
  height: 4px;
  content: "";
  border-radius: 100%;
  background: #fff;
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .fclty-content_wrppr .fclty-content .fclty-body .fclty-txtarea .fclty-ul .fclty-annttn {
  font-size: 12px;
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .fclty-content_wrppr .fclty-content .fclty-body .fclty-txtarea .fclty-ul .fclty-annttn:before {
  content: initial;
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .prctc-radio, .altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr .fclty-content_wrppr {
  display: none;
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr #u15_fclty1:checked ~ #fclty1-content,
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr #u15_fclty2:checked ~ #fclty2-content,
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr #u15_fclty3:checked ~ #fclty3-content,
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr #u15_fclty4:checked ~ #fclty4-content {
  display: flex;
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr #u15_fclty1:checked ~ #tab-menu_fclty1,
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr #u15_fclty2:checked ~ #tab-menu_fclty2,
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr #u15_fclty3:checked ~ #tab-menu_fclty3,
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr #u15_fclty4:checked ~ #tab-menu_fclty4 {
  color: white;
  background: rgba(255, 255, 255, 0.12);
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr #u18_fclty1:checked ~ #fclty1-content,
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr #u18_fclty2:checked ~ #fclty2-content,
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr #u18_fclty3:checked ~ #fclty3-content,
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr #u18_fclty4:checked ~ #fclty4-content {
  display: flex;
}
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr #u18_fclty1:checked ~ #tab-menu_fclty1,
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr #u18_fclty2:checked ~ #tab-menu_fclty2,
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr #u18_fclty3:checked ~ #tab-menu_fclty3,
.altiri-section main .youth-blck .youth-cntnt .prctc-fclty_wrppr #u18_fclty4:checked ~ #tab-menu_fclty4 {
  color: white;
  background: rgba(255, 255, 255, 0.12);
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .cv-bttn-wrppr {
    display: flex;
    justify-content: center;
  }
}
.altiri-section main .youth-blck .cv-bttn-wrppr .prmry-bttn {
  display: block;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1;
  font-size: 15px;
  font-weight: 550;
  color: #030B1C;
  background-color: #fff;
  padding: 15px;
  width: 100%;
  transition: all 0.3s ease;
  border: 2px solid #FFF;
  text-decoration: none;
  text-align: center;
}
.altiri-section main .youth-blck .cv-bttn-wrppr .prmry-bttn:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .cv-bttn-wrppr .prmry-bttn {
    width: 330px;
    margin: 0 10px;
  }
}
.altiri-section main .youth-blck .cv-bttn-wrppr .second {
  margin-top: 16px;
  color: #fff;
  background-color: initial;
}
.altiri-section main .youth-blck .cv-bttn-wrppr .second:hover {
  color: #030B1C;
  background-color: #fff;
  opacity: initial;
  transition: all 0.3s ease;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .cv-bttn-wrppr .second {
    margin-top: initial;
  }
}
.altiri-section main .youth-blck .youth-gallery {
  display: flex;
  min-width: 100%;
  width: -moz-min-content;
  width: min-content;
  animation: 20s linear infinite sliderAnimation;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .youth-gallery {
    animation: 40s linear infinite sliderAnimation;
  }
}
.altiri-section main .youth-blck .youth-gallery .youth-slide {
  position: relative;
  height: auto;
  width: 240px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .youth-gallery .youth-slide {
    width: 340px;
  }
}
@keyframes sliderAnimation {
  100% {
    transform: translateX(-50%);
  }
}
.altiri-section main .youth-blck .youth-ctgry {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 0.6;
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .youth-ctgry {
    font-size: 84px;
    margin-bottom: 96px;
  }
}
.altiri-section main .youth-blck .rstr-cch_wrppr {
  justify-content: left;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1336px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}
.altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch_ctgry {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: 0.6;
  margin-bottom: 32px;
  text-align: initial;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch_ctgry {
    font-size: 84px;
    margin-bottom: 96px;
    text-align: center;
  }
}
.altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 12px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch {
    gap: 120px 80px;
  }
}
.altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt {
  width: calc((100% - 12px) / 2);
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt {
    width: calc((100% - 160px) / 3);
  }
}
.altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .rstr_body {
  margin-top: 24px;
}
.altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .rstr_body .rstr_nmbr-nm {
  display: flex;
  align-items: center;
}
.altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .rstr_body .rstr_nmbr-nm .number {
  height: 31.5px;
  width: auto;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .rstr_body .rstr_nmbr-nm .number {
    height: 39.7px;
  }
}
.altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .rstr_body .rstr_nmbr-nm .nm {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-weight: 550;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 0.8;
  display: flex;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .rstr_body .rstr_nmbr-nm .nm {
    font-size: 36px;
  }
}
.altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .rstr_body .rstr_nmbr-nm .nm:before {
  content: "";
  position: relative;
  display: block;
  background: #FFF;
  width: 0.8px;
  height: 45px;
  margin: 0 11.5px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .rstr_body .rstr_nmbr-nm .nm:before {
    width: 1px;
    height: 56px;
    margin: 0 14px;
  }
}
.altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .rstr_body .origin {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  margin-top: 9px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.08;
}
@media screen and (min-width: 1200px) {
  .altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .rstr_body .origin {
    display: flex;
    align-items: center;
  }
}
.altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .rstr_body .origin .from {
  margin-top: 6px;
}
@media screen and (min-width: 1200px) {
  .altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .rstr_body .origin .from {
    display: flex;
    align-items: center;
    margin: initial;
  }
  .altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .rstr_body .origin .from:before {
    content: "";
    position: relative;
    display: block;
    background: #FFF;
    width: 0.65px;
    height: 14px;
    margin: 0 7px;
  }
}
.altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .cch_body {
  margin-top: 24px;
}
.altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .cch_body .nm-post {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-weight: 550;
  letter-spacing: 0;
  line-height: 0.8;
}
.altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .cch_body .nm-post .nm {
  font-size: 28px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .cch_body .nm-post .nm {
    font-size: 36px;
  }
}
.altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .cch_body .nm-post .post {
  margin-top: 8px;
  font-size: 12px;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .cch_body .nm-post .post {
    font-size: 14px;
  }
}
.altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .cch_body .bio {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 12px;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 840px) {
  .altiri-section main .youth-blck .rstr-cch_wrppr .rstr-cch .rstr-cch_cntnt .cch_body .bio {
    font-size: 14px;
    line-height: 1.75;
  }
}
.altiri-section main .black {
  background-color: #000;
}
.altiri-section main .black .rstr-cch_wrppr img {
  filter: grayscale(0.8);
}/*# sourceMappingURL=youth.css.map */