@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
a {
  text-decoration: none;
}

.margin_bottom {
  margin-bottom: 24px;
}

.altiri-section {
  line-height: 2;
  color: #030b1c;
  /*スライダー*/
}
.altiri-section img :hover {
  filter: initial;
}
.altiri-section header {
  background: #030B1c;
  opacity: 95%;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 600;
}
.altiri-section header .pc_header {
  display: none;
}
.altiri-section header .altiri_top_logo {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 700;
}
.altiri-section header .altiri_top_logo img {
  width: 138px;
  margin-right: 8px;
}
.altiri-section header .altiri_top_logo p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.altiri-section header .menu-btn {
  position: absolute;
  bottom: 6px;
  right: 14px;
  display: flex;
  height: 44px;
  width: 44px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0);
}
.altiri-section header .menu-btn span,
.altiri-section header .menu-btn span:before,
.altiri-section header .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 28px;
  background-color: #ffffff;
  position: absolute;
}
.altiri-section header .menu-btn span:before {
  bottom: 8px;
}
.altiri-section header .menu-btn span:after {
  top: 8px;
}
.altiri-section header .menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
}
.altiri-section header .menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.altiri-section header .menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.altiri-section header .menu-btn-check {
  display: none;
}
.altiri-section header .menu-content {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  padding: 112px 24px 0 24px;
  z-index: 80;
  background-color: #030B1c;
  transition: all 0.5s;
}
.altiri-section header .menu-content h2 {
  font-size: 16px;
  margin-bottom: 24px;
}
.altiri-section header .menu-content ul {
  margin-bottom: 48px;
}
.altiri-section header .menu-content ul li {
  list-style: none;
}
.altiri-section header .menu-content ul li a {
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.altiri-section header .menu-content ul li:first-child {
  margin-bottom: 24px;
}
.altiri-section header .menu-content .sns_links {
  display: flex;
  margin-bottom: 72px;
}
.altiri-section header .menu-content .sns_links img {
  width: 32px;
  margin-right: 20px;
}
.altiri-section header .menu-content .inquiry_button {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
  background: #fff;
}
.altiri-section header .menu-content .inquiry_button p {
  color: #030B1c;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.altiri-section header .menu-content .inquiry_button:hover {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0;
  background: #030B1c;
  outline: 1px solid #fff;
  outline-offset: -1px;
}
.altiri-section header .menu-content .inquiry_button:hover p {
  color: #fff;
}
.altiri-section header .menu-btn-check:checked ~ .menu-content {
  left: 0;
}
.altiri-section .image_box {
  position: relative;
  width: 100vw;
  height: 90vw;
}
.altiri-section .image_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.altiri-section .image_box .thumbnail {
  max-width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.altiri-section .image_box picture {
  filter: blur(8px) brightness(0.5);
  z-index: 0;
  width: 100vw;
  height: 90vw;
}
.altiri-section .club-image_box {
  text-align: center;
}
.altiri-section .club-image_box img {
  width: 100%;
  height: auto;
  max-width: 1200px;
}
.altiri-section .image_box::after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(rgba(36, 36, 36, 0), rgba(36, 36, 36, 0.9));
  z-index: 150;
}
.altiri-section .text_box_wrapper {
  position: absolute;
  height: auto;
  width: 100%;
  top: auto;
  left: 0;
  bottom: 6vw;
  color: #fff;
  font-weight: 700;
  z-index: 200;
}
.altiri-section .text_box_wrapper .text_box {
  height: auto;
  width: calc(100% - 48px);
  max-width: 1160px;
  margin: auto;
}
.altiri-section .text_box_wrapper .text_box h4 {
  font-size: 14px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  font-family: alternate-gothic-atf, sans-serif;
  line-height: 120%;
  font-weight: 600;
  text-align: initial;
}
.altiri-section .text_box_wrapper .text_box p {
  font-size: 20px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  line-height: 1.4;
  max-width: 100%;
  margin: 0;
}
.altiri-section .text_box_wrapper .text_box .story-tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.altiri-section .text_box_wrapper .text_box .story-tags p {
  font-size: 12px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16);
  font-weight: 600;
}
.altiri-section main {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  z-index: 1;
}
.altiri-section main article {
  background: #fff;
  padding: 40px 24px 80px 24px;
  z-index: 5;
}
.altiri-section main article section h2 {
  font-size: 1.5em;
  font-weight: 600;
  margin: 40px 0 24px;
  line-height: 150%;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
.altiri-section main article section p {
  margin-bottom: 20px;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}
.altiri-section main article section img {
  margin-bottom: 20px;
}
.altiri-section main article section .two-photos img {
  width: 100%;
  margin: 0 0 8 0;
}
@media screen and (min-width: 840px) {
  .altiri-section main article section .two-photos {
    display: flex;
  }
  .altiri-section main article section .two-photos img {
    width: 50%;
  }
}
.altiri-section main article .recommend_watch_area {
  background: #f5f5f6;
  padding: 24px 16px;
}
.altiri-section main article .recommend_watch_area .img-box {
  width: 100%;
}
.altiri-section main article .recommend_watch_area .img-box img {
  width: 100%;
}
.altiri-section main article .recommend_watch_area h3 {
  font-size: 16px;
  margin-bottom: 16px;
  line-height: 125%;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
  font-weight: bold;
}
.altiri-section main article .recommend_watch_area h3 span {
  font-size: 12px;
}
.altiri-section main article .story-author {
  text-align: right;
  margin-bottom: 0;
  font-size: 12px;
}
.altiri-section .player-detail-headline {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.06;
  margin: 50px auto 24px auto;
  width: 700px;
}
.altiri-section .media-card {
  color: #ffffff;
  width: 36rem;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
.altiri-section .media-card .altiri-silider-textcontents {
  padding: 8px 8px 16px;
  background: #030B1C;
}
.altiri-section .media-card .altiri-movie-thumbnail {
  position: relative;
  margin-bottom: 16px;
}
.altiri-section .media-card .altiri-movie-thumbnail .yt-icon_white {
  position: absolute;
  width: 25%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
}
.altiri-section .media-card .altiri-movie-thumbnail .yt-icon_red {
  opacity: 0;
  position: absolute;
  width: 25%;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
}
.altiri-section .media-card .media-type {
  font-family: alternate-gothic-atf, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  margin-bottom: 4px;
  color: #fff;
}
.altiri-section .media-card .media-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
}
.altiri-section .media-card:hover {
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
}
.altiri-section .media-card:hover .altiri-movie-thumbnail {
  filter: brightness(80%);
  transition: all 0.3s ease;
}
.altiri-section .media-card:hover .yt-icon_white {
  opacity: 0;
  transition: all 0.3s ease;
}
.altiri-section .media-card:hover .yt-icon_red {
  opacity: 1;
  transition: all 0.3s ease;
}
.altiri-section .altiri-related-media {
  margin-bottom: 156px;
}
.altiri-section .altiri-related-media img {
  height: initial;
  -o-object-position: initial;
     object-position: initial;
}
.altiri-section .altiri-related-media .altiri-num-name-pg {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0 auto;
}
.altiri-section .altiri-related-media .altiri-num-name-pg .altiri-num {
  font-size: 40px;
}
.altiri-section .altiri-related-media .altiri-num-name-pg .altiri-name {
  font-size: 16px;
  line-height: 1;
  text-align: left;
}
.altiri-section .altiri-related-media .altiri-num-name-pg .altiri-pg {
  font-size: 14px;
}
.altiri-section .altiri-slider-container {
  padding: 0 24px;
  margin: 0 auto 56px auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 620px) {
  .altiri-section .altiri-slider-container {
    width: 100%;
    height: 370px;
  }
}
.altiri-section .altiri-slider-container img {
  margin: 0;
  filter: brightness(120%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 0 0;
     object-position: 0 0;
}
@media screen and (min-width: 620px) {
  .altiri-section .altiri-slider-container img {
    width: 462px;
    height: 260px;
  }
}
.altiri-section .altiri-slider-container .swiper {
  overflow: visible;
  height: -moz-fit-content;
  height: fit-content;
  position: unset;
}
.altiri-section .altiri-slider-container .player-swiper {
  overflow: visible;
  height: -moz-fit-content;
  height: fit-content;
}
.altiri-section .altiri-slider-container .swiper-wrapper {
  margin-bottom: 24px;
}
.altiri-section .altiri-slider-container .swiper-slide {
  color: #030b1c;
  width: 36rem;
  height: 100%;
  border: solid 1px #030b1c;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (min-width: 620px) {
  .altiri-section .altiri-slider-container .swiper-slide {
    width: 462px !important;
    height: 260px;
  }
}
.altiri-section .altiri-slider-container .swiper-slide .altiri-silider-textcontents {
  padding: 8px 8px 16px;
  background: #030B1C;
}
.altiri-section .altiri-slider-container .media-card {
  border: initial;
}
.altiri-section .altiri-slider-container .swiper-horizontal > .swiper-scrollbar,
.altiri-section .altiri-slider-container .swiper-scrohorizontalllbar.swiper-scrollbar- {
  background: #444;
  border-radius: 0;
  width: 100%;
}
.altiri-section .altiri-slider-container .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.altiri-section .altiri-slider-container .swiper-scrohorizontalllbar.swiper-scrollbar- .swiper-scrollbar-drag {
  background: #fff;
  border-radius: 0;
}
.altiri-section .altiri-slider-container .swiper-horizontal > .swiper-scrollbar,
.altiri-section .altiri-slider-container .swiper-scrohorizontalllbar.swiper-scrollbar-:hover {
  cursor: pointer;
}
.altiri-section .recommend {
  display: none;
}
.altiri-section footer {
  width: 100%;
  background: #000;
  color: #fff;
  box-sizing: border-box;
}
.altiri-section footer .footer_partners {
  background: #020711;
}
.altiri-section footer .footer_partners .footer_wrapper {
  margin: 0 auto;
  padding: 48px 24px 56px 24px;
  max-width: 1200px;
}
.altiri-section footer .footer_partners .footer_wrapper p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.55em;
  text-align: center;
  margin-bottom: 24px;
}
.altiri-section footer .footer_partners .topandexecutive_partners_logo_container {
  display: flex;
  width: 272px;
  margin: 0 auto;
}
.altiri-section footer .footer_partners .topandexecutive_partners_logo_container a {
  width: 50%;
}
.altiri-section footer .footer_partners .partners_logo_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.altiri-section footer .footer_partners .partners_logo_container a {
  width: 33.3333333333%;
}
.altiri-section footer .footer_partners .partners_logo_container a img {
  opacity: 0.4;
}
.altiri-section footer .footer_links {
  background: #000;
}
.altiri-section footer .footer_links .footer_wrapper {
  margin: 0;
  padding: 48px 24px 56px 24px;
  max-width: 1200px;
}
.altiri-section footer .footer_links .footer_wrapper .site_links img {
  width: 198px;
  margin-bottom: 48px;
}
.altiri-section footer .footer_links .footer_wrapper .site_links ul {
  list-style: none;
  margin-bottom: 48px;
}
.altiri-section footer .footer_links .footer_wrapper .site_links ul li {
  font-size: 16px;
  margin-bottom: 16px;
}
.altiri-section footer .footer_links .footer_wrapper .sns_links {
  display: flex;
}
.altiri-section footer .footer_links .footer_wrapper .sns_links a {
  margin-right: 20px;
}

@media screen and (min-width: 1024px) {
  .altiri-section header .pc_header {
    display: block;
  }
  .altiri-section header .pc_header ul {
    display: flex;
    position: absolute;
    bottom: 15px;
    right: 318px;
  }
  .altiri-section header .pc_header ul li {
    list-style: none;
    margin-right: 48px;
  }
  .altiri-section header .pc_header ul li a {
    color: #fff;
  }
  .altiri-section header .pc_header ul li:last-child {
    margin-right: 0;
  }
  .altiri-section header .pc_header .header_inquiry_button {
    position: absolute;
    bottom: 8px;
    right: 32px;
    background: #fff;
    width: 206px;
    height: 40px;
    text-align: center;
  }
  .altiri-section header .pc_header .header_inquiry_button p {
    font-size: 14px;
    color: #030B1c;
    line-height: 40px;
  }
  .altiri-section header .pc_header .header_inquiry_button:hover {
    background: #030B1c;
    outline: 1px solid #fff;
    outline-offset: -1px;
  }
  .altiri-section header .pc_header .header_inquiry_button:hover p {
    color: #fff;
  }
  .altiri-section .hamburger-menu {
    display: none;
  }
  .altiri-section .text_box_wrapper {
    bottom: 3vw;
  }
  .altiri-section .text_box_wrapper .text_box h4 {
    font-size: 28px;
  }
  .altiri-section .text_box_wrapper .text_box p {
    font-size: 40px;
  }
  .altiri-section .text_box_wrapper .text_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .altiri-section .text_box_wrapper .text_box .story-tags {
    display: flex;
    margin-bottom: 12px;
  }
  .altiri-section .text_box_wrapper .text_box .story-tags p {
    font-size: 18px;
  }
  .altiri-section .image_box {
    height: 40vw;
  }
  .altiri-section main article {
    background: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 120px 0 24px 0;
  }
  .altiri-section main article section {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .altiri-section main article section h2 {
    margin: 40px 0 24px;
  }
  .altiri-section main article section p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 220%;
  }
  .altiri-section main article section img {
    margin-bottom: 32px;
    max-width: 100%;
    height: auto;
  }
  .altiri-section main article .recommend_watch_area {
    background: #f5f5f6;
    display: flex;
    justify-content: space-between;
    padding: 32px;
    max-width: 636px;
  }
  .altiri-section main article .recommend_watch_area .img-box {
    width: 40vw;
    margin-bottom: 0px;
    margin-right: 32px;
  }
  .altiri-section main article .recommend_watch_area .img-box img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .altiri-section main article .recommend_watch_area h3 {
    margin-bottom: 8px;
  }
  .altiri-section main article .recommend_watch_area p {
    margin-bottom: 0px;
  }
  .altiri-section .recommend {
    display: block;
    padding: 80px 0 16px 0;
  }
  .altiri-section .recommend h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 24px;
  }
  .altiri-section .recommend h2 span {
    font-size: 16px;
    margin-left: 16px;
  }
  .altiri-section .recommend .recommend_container {
    display: flex;
    justify-content: space-between;
  }
  .altiri-section .recommend .recommend_container a {
    display: block;
    width: calc((100% - 32px) / 3);
  }
  .altiri-section .recommend .recommend_container a .image_box {
    overflow: hidden;
    width: 100%;
    height: 85%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    display: block;
  }
  .altiri-section .recommend .recommend_container a .image_box img {
    transition: 1s all;
    margin: initial;
  }
  .altiri-section .recommend .recommend_container a .image_box p {
    margin: 0;
  }
  .altiri-section .recommend .recommend_container a .image_box .text_box {
    position: absolute;
    width: 96%;
    bottom: 20px;
    left: 2%;
    z-index: 200;
  }
  .altiri-section .recommend .recommend_container a .image_box .text_box .text_annotation {
    font-size: 13px;
    font-weight: 400;
    margin-top: 6px;
  }
  .altiri-section .recommend .recommend_container a .image_box .text_box p {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    color: #fff;
  }
  .altiri-section .recommend .recommend_container a .image_box {
    overflow: hidden;
    width: 100%;
    height: 85%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    display: block;
  }
  .altiri-section .recommend .recommend_container a .image_box img {
    transition: 1s all;
    margin: initial;
  }
  .altiri-section .recommend .recommend_container a .image_box p {
    margin: 0;
  }
  .altiri-section .recommend .recommend_container a .image_box .text_box {
    position: absolute;
    width: 96%;
    bottom: 20px;
    left: 2%;
    z-index: 200;
  }
  .altiri-section .recommend .recommend_container a .image_box .text_box .text_annotation {
    font-size: 13px;
    font-weight: 400;
    margin-top: 6px;
  }
  .altiri-section .recommend .recommend_container a .image_box .text_box p {
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    color: #fff;
  }
  .altiri-section .recommend .recommend_container a:hover .image_box img {
    transform: scale(1.2, 1.2);
    transition: 1s all;
  }
  .altiri-section footer {
    width: 100%;
    background: #000;
  }
  .altiri-section footer .footer_partners {
    background: #020711;
  }
  .altiri-section footer .footer_partners .footer_wrapper {
    margin: 0 auto;
    padding: 48px 0;
    width: 100%;
    max-width: 1200px;
  }
  .altiri-section footer .footer_partners .footer_wrapper p {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.55em;
    text-align: center;
    margin-bottom: 28px;
  }
  .altiri-section footer .footer_partners .topandexecutive_partners_logo_container {
    display: flex;
    width: 480px;
    margin: 0 auto;
  }
  .altiri-section footer .footer_partners .topandexecutive_partners_logo_container a {
    width: 50%;
  }
  .altiri-section footer .footer_partners .partners_logo_container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .altiri-section footer .footer_partners .partners_logo_container a {
    width: 16.6666666667%;
  }
  .altiri-section footer .footer_partners .partners_logo_container a img {
    opacity: 0.4;
  }
  .altiri-section footer .footer_links .footer_wrapper {
    margin: 0 auto;
    padding: 48px 0;
    display: flex;
    justify-content: space-between;
  }
  .altiri-section footer .footer_links .footer_wrapper .site_links img {
    width: 218px;
    margin-bottom: 28px;
  }
  .altiri-section footer .footer_links .footer_wrapper .site_links ul {
    display: flex;
  }
  .altiri-section footer .footer_links .footer_wrapper .site_links ul li {
    font-size: 14px;
    margin-right: 40px;
  }
  .altiri-section footer .footer_links .footer_wrapper .sns_links {
    display: flex;
  }
  .altiri-section footer .footer_links .footer_wrapper .sns_links a {
    margin-right: 28px;
  }
}/*# sourceMappingURL=altiri-story_detail.css.map */