@charset "UTF-8";
/*ーーーーーーーーーーーーーーーーーーーーーーー
    共通設定
ーーーーーーーーーーーーーーーーーーーーーーーー*/
html {
  font-size: 62.5%;
  font-size: 0.5208333333vw;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  html {
    font-size: 2.557544757vw;
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーーー
    ヘッダー
ーーーーーーーーーーーーーーーーーーーーーーーー*/
#header_albirex {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 10rem;
  background: #fff;
  box-shadow: 0 0.4rem 1rem rgba(0, 0, 0, 0.1607843137);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#header_albirex .logo {
  margin: 1.8rem 0 0 3.2rem;
  width: 19.3rem;
}

#header_albirex .head_instalink{
  position: absolute;right: 10rem;top: 50%;transform: translateY(-50%);width: 5rem;display: block;
}

#header_albirex .hamb {
  width: 10rem;
  aspect-ratio: 1/1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header_albirex .hamb .click {
  width: 4.5rem;
  height: 3rem;
  position: relative;
  cursor: pointer;
}
#header_albirex .hamb .click span {
  background: #0D367C;
  position: absolute;
  width: 100%;
  height: 0.5rem;
  left: 0;
  top: 0;
}
#header_albirex .hamb .click span:nth-of-type(2) {
  transform: translateY(1.25rem);
}
#header_albirex .hamb .click span:nth-of-type(3) {
  transform: translateY(2.5rem);
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #header_albirex {
    height: 6rem;
    box-shadow: 0 0.4rem 0.5rem rgba(0, 0, 0, 0.1607843137);
  }
  #header_albirex .logo {
    margin: 1.1rem 0 0 1rem;
    width: 12.7rem;
  }

  #header_albirex .head_instalink{
    right: 6rem;width: 4rem;
  }

  #header_albirex .hamb {
    width: 6rem;
  }
  #header_albirex .hamb .click {
    width: 2.7rem;
    height: 1.8rem;
  }
  #header_albirex .hamb .click span {
    height: 0.3rem;
    left: 0;
    top: 0;
  }
  #header_albirex .hamb .click span:nth-of-type(2) {
    transform: translateY(0.7rem);
  }
  #header_albirex .hamb .click span:nth-of-type(3) {
    transform: translateY(1.4rem);
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーーー
    メニュー
ーーーーーーーーーーーーーーーーーーーーーーーー*/
#menu {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all ease-in-out 0.3s;
  display: flex;
  width: 100vw;
  height: calc(100dvh - 10rem);
  position: fixed;
  top: 10rem;
  left: 0;
  z-index: 99999;
  background: #fff;
}
#menu.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
#menu .pic {
  width: 50%;
}
#menu .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#menu .list {
  width: 50%;
  background: url(../images/lp/albirex-niigata-ladies/bg-orange2.png) repeat top left/100% 100%;
}
#menu .list .menu-tit {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 20rem;
  color: rgba(255, 255, 255, 0.5019607843);
  line-height: 1;
  text-transform: uppercase;
  margin-top: 4.3rem;
  margin-bottom: 4.3rem;
}
#menu .list .links {
  text-align: center;
  padding: 6rem 2rem;
}
#menu .list .links .items {
  margin-bottom: 3rem;
  font-size: 3rem;
  color: #fff;
  font-weight: 700;
  display: block;
}
#menu .list .links .items:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #menu {
    top: 6rem;
    height: calc(100dvh - 6rem);
  }
  #menu .pic {
    display: none;
  }
  #menu .list {
    width: 100%;
  }
  #menu .list .menu-tit {
    font-size: 8rem;
    color: rgba(255, 255, 255, 0.5019607843);
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #menu .links {
    padding: 3rem 2rem;
  }
  #menu .links .items {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーーー
    kv&about
ーーーーーーーーーーーーーーーーーーーーーーーー*/
#top_area {
  background: url(../images/lp/albirex-niigata-ladies/bg-orange.png) repeat top left/100% auto;
}
#top_area #kv_albirex {
  margin-top: 10rem;
  position: relative;
  aspect-ratio: 1920/1047;
  background: url(../images/lp/albirex-niigata-ladies/kv-txt.png) no-repeat top 3.1rem left 4.8rem/86rem auto,/* url(../images/lp/albirex-niigata-ladies/kv-president-pc.png) no-repeat top 52.4rem left 13.6rem/44rem auto,*/ url(../images/lp/albirex-niigata-ladies/kv-logo.png) no-repeat top 52.4rem left 24.7rem/41.1rem auto, url(../images/lp/albirex-niigata-ladies/kv-illust.png) no-repeat top 27.3rem right 23.4rem/95.8rem auto, url(../images/lp/albirex-niigata-ladies/kv-bg-pc.png) no-repeat top left/100%;
}
#top_area #kv_albirex .box {
  width: 86rem;
  max-width: 100%;
  margin: 0 14rem 0 auto;
  padding: 11.5rem 0 0 0;
}
#top_area #kv_albirex .box h2 {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 6.2rem;
  line-height: 1.13;
  text-shadow: 0 0 2rem #E60012;
  margin-bottom: 3.1rem;
  letter-spacing: -0.05em;
}
#top_area #kv_albirex .box h2 .en {
  font-family: "Anton", sans-serif;
  font-size: 3.2rem;
  font-weight: 400;
  display: block;
  margin-bottom: 1.9rem;
  letter-spacing: normal;
}
#top_area #kv_albirex .box h2 .min {
  font-size: 3.2rem;
  display: block;
  margin-top: 1.9rem;
  letter-spacing: normal;
}
#top_area #kv_albirex .box .mov {
  aspect-ratio: 860/484;
  border-radius: 3rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#top_area #kv_albirex .box .mov a:hover {
  opacity: 0.9;
}
#top_area #kv_albirex .box .mov::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(13, 54, 124, 0.2039215686);
  z-index: 2;
  pointer-events: none;
}
#top_area #kv_albirex .box .mov::after {
  content: "";
  aspect-ratio: 1/1;
  width: 12rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  background: url(../images/lp/albirex-niigata-ladies/mov-btn.png) no-repeat center/contain;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}

#top_area #kv_albirex .kv_instalink{position: absolute;top: 1rem;right: 1rem;border-radius: 10rem;display: flex;padding:0.9rem 2rem 1.1rem 2rem;background: #fff;border:0.1rem solid #0F2956;color: #0F2956;text-align: center;font-weight: 500;align-items: center;justify-content: center;font-size: 1.5rem;letter-spacing: 0.03em;}
#top_area #kv_albirex .kv_instalink::after{content: "";flex-shrink: 0;transition: all ease-in-out 0.3s;background: url(../images/top/ico-blank-black.png) no-repeat center / contain;width: 1.6rem;height: 1.6rem;margin-left: 1rem;display: block;}



#top_area #about_albirex {
  position: relative;
  padding: 29rem 2rem 0;
  background: url(../images/lp/albirex-niigata-ladies/about_bg.png) no-repeat bottom center/100% auto;
  text-align: center;
  color: #0F2956;
}
#top_area #about_albirex .deco-txt {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 20rem;
  color: rgba(255, 255, 255, 0.5019607843);
  line-height: 1;
  position: absolute;
  top: -12rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#top_area #about_albirex .deco-txt .min {
  display: block;
  font-size: 13rem;
}
#top_area #about_albirex .tit {
  font-weight: 900;
  font-size: 4.6rem;
  letter-spacing: 0.1em;
  line-height: 1.86;
  position: relative;
  margin-bottom: 4.3rem;
}
#top_area #about_albirex .tit::after {
  content: "";
  display: block;
  width: 8rem;
  height: 0.6rem;
  margin: 2.4rem auto 0;
  background: #0F2956;
}
#top_area #about_albirex .txt {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.2;
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #top_area {
    background: url(../images/lp/albirex-niigata-ladies/bg-orange-sp.png) repeat top left/100% 100%;
  }
  #top_area #kv_albirex {
    margin-top: 6rem;
    /* padding-top:6rem; */
    aspect-ratio: auto;
    background: url(../images/lp/albirex-niigata-ladies/kv-txt.png) no-repeat top 2.9rem left 4.1rem/30.8rem auto, url(../images/lp/albirex-niigata-ladies/kv-logo.png) no-repeat top 33rem right 2.7rem/14.1rem auto, url(../images/lp/albirex-niigata-ladies/kv-illust.png) no-repeat top 1.3rem left 1.4rem/32.9rem auto, url(../images/lp/albirex-niigata-ladies/kv-bg-sp.png) no-repeat top left/100%;
    /* background: url(../images/lp/albirex-niigata-ladies/kv-txt.png) no-repeat top 8.9rem left 4.1rem/30.8rem auto, url(../images/lp/albirex-niigata-ladies/kv-logo.png) no-repeat top 39rem right 2.7rem/14.1rem auto, url(../images/lp/albirex-niigata-ladies/kv-illust.png) no-repeat top 6.3rem left 1.4rem/32.9rem auto, url(../images/lp/albirex-niigata-ladies/kv-bg-sp.png) no-repeat top left/100%; */
  }
  #top_area #kv_albirex .box {
    margin: auto;
    padding: 21.3rem 0 4.9rem 0;
  }
  #top_area #kv_albirex .box h2 {
    text-align: left;
    font-size: 4rem;
    margin-left: 2.2rem;
    /* margin-bottom: 12rem; */
    margin-bottom: 3.4rem;
    text-align: left;
  }
  #top_area #kv_albirex .box h2 .en {
    font-size: 1.75rem;
    margin-bottom: 0.6rem;
  }
  #top_area #kv_albirex .box h2 .min {
    font-size: 2.15rem;
    display: block;
    margin-top: 1.4rem;
    line-height: 1.2;
    /* letter-spacing: -0.05em; */
  }
  #top_area #kv_albirex .box .mov {
    aspect-ratio: 340/191;
    border-radius: 1.5rem;
    width: calc(100% - 5rem);
    margin: auto;
    /* transform: translateY(-1.5rem); */
    transform: none;
  }
  #top_area #kv_albirex .box .mov::after {
    width: 6rem;
  }
  #top_area #about_albirex {
    position: relative;
    padding: 22.1rem 2rem 0;
    background: linear-gradient(180deg, rgba(250, 212, 144, 0) 0%, rgba(255, 255, 255, 0.5) 20%, rgb(255, 255, 255) 45%, rgb(255, 255, 255) 100%);
    text-align: center;
    color: #0F2956;
  }
  #top_area #about_albirex .deco-txt {
    font-size: 6.9rem;
    top: -2rem;
  }
  #top_area #about_albirex .deco-txt .min {
    display: block;
    font-size: 3.6rem;
  }
  #top_area #about_albirex .tit {
    font-size: 3rem;
    margin-bottom: 4.3rem;
  }
  #top_area #about_albirex .tit::after {
    width: 5rem;
    height: 0.3rem;
    margin: 1.7rem auto 0;
  }
  #top_area #about_albirex .txt {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 6rem;
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーーー
    バナーリンク
ーーーーーーーーーーーーーーーーーーーーーーーー*/
#banner_albirex {
  padding: 13rem 2rem 9rem;
}
#banner_albirex .bnr_box {
  width: 160rem;
  margin: auto;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  /* gap: 2rem 6rem; */
  gap: 2rem 3rem;
}
#banner_albirex .bnr_box .items {
  aspect-ratio: 493/220;
  position: relative;
  /* width: calc(33.3333333333% - 4rem); */
  /* width: calc((100%/3) - ((6rem * 2)/3)); */
  width: calc((100%/4) - ((3rem * 3)/4));
  border-radius: 2rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  /* font-size: 3.2rem; */
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.63;
  padding: 0 7rem;
  text-align: center;
}
#banner_albirex .bnr_box .items.tt{color: transparent;}
#banner_albirex .bnr_box .items.tt::after{display: none;}

#banner_albirex .bnr_box .items:nth-of-type(1) {
  background: url(../images/lp/albirex-niigata-ladies/bnr_re01.png) no-repeat center/cover;
}
#banner_albirex .bnr_box .items:nth-of-type(2) {
  background: url(../images/lp/albirex-niigata-ladies/bnr_re02.png) no-repeat center/cover;
}
#banner_albirex .bnr_box .items:nth-of-type(3) {
  background: url(../images/lp/albirex-niigata-ladies/bnr_03.png) no-repeat center/cover;
}
#banner_albirex .bnr_box .items:nth-of-type(4) {
  background: url(../images/lp/albirex-niigata-ladies/bnr_04.png) no-repeat center/cover;
}
#banner_albirex .bnr_box .items::after {
  content: "";
  background: url(../images/lp/albirex-niigata-ladies/banner_blank.png) no-repeat center/contain;
  aspect-ratio: 1/1;
  width: 2.4rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #banner_albirex {
    padding: 4.7rem 2rem 5.6rem;
  }
  #banner_albirex .bnr_box {
    display: block;
  }
  #banner_albirex .bnr_box .items {
    aspect-ratio: 348/155;
    width: 100%;
    border-radius: 1rem;
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  #banner_albirex .bnr_box .items::after {
    width: 1.7rem;
    position: absolute;
    right: 2.1rem;
  }
  #banner_albirex .bnr_box .items:last-of-type {
    margin-bottom: 0;
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーーー
    トーク動画
ーーーーーーーーーーーーーーーーーーーーーーーー*/
#talk_albirex {
  padding: 12rem 2rem 12.9rem;
  background: url(../images/lp/albirex-niigata-ladies/bg-orange2.png) repeat top left/100% 100%;
}
#talk_albirex .acms-grid > * {
  max-width: 160rem;
  margin-left: auto;
  margin-right: auto;
}
#talk_albirex .title {
  text-align: center;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 20rem;
  color: rgba(255, 255, 255, 0.5019607843);
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 4.3rem;
}
#talk_albirex .talk_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap:2rem;
  margin-bottom: 10.3rem;
}
#talk_albirex .talk_links .items {
  width: 26rem;
  max-width: 100%;
  font-weight: 700;
  font-size: 2rem;
  color: #0F2956;
  padding: 2rem 1rem 2.4rem;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 8rem;
  position: relative;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1607843137);
  overflow: hidden;
}
#talk_albirex .talk_links .items::after {
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  display: block;
  background: rgba(13, 54, 125, 0.5019607843);
  aspect-ratio: 12/6;
  width: 1.2rem;
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  transform: translateX(-50%);
}

#talk_albirex .talk_links .items.soon{pointer-events: none;}
#talk_albirex .talk_links .items.soon::after{content: "Coming soon";clip-path: none;display: block;background:#0f295699;aspect-ratio: auto;width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;transform: none;display: flex;justify-content: center;align-items: center;color: #ffffff8f;font-family: "Anton", sans-serif;letter-spacing: 0.1em;font-weight: 500;}


#talk_albirex .movie_contents {
  background: #fff;
  position: relative;
  border-radius: 4rem;
  padding-bottom: 13.2rem;
  margin-bottom: 15rem;
}
#talk_albirex .movie_contents:last-of-type {
  margin-bottom: 0;
}
#talk_albirex .movie_contents .vol {
  font-family: "Anton", sans-serif;
  position: absolute;
  top: -5rem;
  left: -5rem;
  width: 17rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 0.3rem solid #0D367C;
  font-size: 3.3rem;
  color: #0D367C;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  padding-bottom: 5.5rem;
}
#talk_albirex .movie_contents .vol span {
  font-size: 5.8rem;
}
#talk_albirex .movie_contents .cont_title {
  padding: 6.9rem 14.4rem 4.9rem;
  font-size: 4.6rem;
  font-weight: 900;
  color: #0F2956;
  border-bottom: 0.4rem solid #CCC;
  line-height: 1;
}
#talk_albirex .movie_contents .cont_title .theme {
  background: #0D367C;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 700;
  font-size: 2.8rem;
  margin-right: 0.5rem;
  padding: 0.6rem 1.5rem;
  line-height: 1.71;
  font-feature-settings: "palt";
}
#talk_albirex .movie_contents .main_mov {
  padding: 8rem 9rem 11rem;
  display: flex;
  align-items: flex-start;
  gap: 7rem;
}
#talk_albirex .movie_contents .main_mov .mov {
  flex-shrink: 0;
  aspect-ratio: 860/484;
  max-width: 86rem;
  width: 100%;
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#talk_albirex .movie_contents .main_mov .mov::after {
  content: "";
  aspect-ratio: 1/1;
  width: 12rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  background: url(../images/lp/albirex-niigata-ladies/mov-btn.png) no-repeat center/contain;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
#talk_albirex .movie_contents .main_mov .mov a {
  display: block;
}
#talk_albirex .movie_contents .main_mov .mov a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#talk_albirex .movie_contents .main_mov .cast {
  text-align: center;
  color: #0F2956;
  width: 100%;
}
#talk_albirex .movie_contents .main_mov .cast .tit {
  margin-bottom: 2.9rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
  border-top: 0.1rem solid #0F2956;
  border-bottom: 0.1rem solid #0F2956;
}
#talk_albirex .movie_contents .main_mov .cast .box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem 7.5rem;
}
#talk_albirex .movie_contents .main_mov .cast .box .items {
  width: calc(50% - 3.75rem);
}
#talk_albirex .movie_contents .main_mov .cast .box .items .icon {
  overflow: hidden;
  border-radius: 50%;
  border: 0.1rem solid #0F2956;
  aspect-ratio: 1/1;
  margin: 0 auto 1rem;
  width: 14rem;
}
#talk_albirex .movie_contents .main_mov .cast .box .items .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#talk_albirex .movie_contents .main_mov .cast .box .items .aff, #talk_albirex .movie_contents .main_mov .cast .box .items .name {
  color: #0F2956;
  line-height: 1.6;
  margin: 0;
  font-weight: 700;
}
#talk_albirex .movie_contents .main_mov .cast .box .items .aff {
  font-size: 1.2rem;
}
#talk_albirex .movie_contents .main_mov .cast .box .items .name {
  font-size: 2rem;
}
#talk_albirex .movie_contents .episode {
  position: relative;
  padding: 5.9rem 6.25rem;
}
#talk_albirex .movie_contents .episode .is-initialized .splide__list {
  gap: 0;
}
#talk_albirex .movie_contents .episode .episode-splide {
  visibility: visible;
}
#talk_albirex .movie_contents .episode .splide__list {
  gap: 2.5rem;
}
#talk_albirex .movie_contents .episode {
  border: 0.1rem solid #0D367C;
  border-radius: 2rem;
  width: calc(100% - 18rem);
  margin: 0 auto 8rem;
}
#talk_albirex .movie_contents .episode .tit {
  padding: 0 4.2rem;
  margin: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  font-size: 3.2rem;
  color: #0F2956;
  font-weight: 700;
}
#talk_albirex .movie_contents .episode .items {
  background: #EAEAEA;
  border-radius: 1rem;
  padding: 1rem;
  text-decoration: none !important;
  width: calc(25% - 1.875rem);
}
#talk_albirex .movie_contents .episode .items .image {
  padding: 0.6rem;
  background: #fff;
  border-radius: 0.5rem;
  position: relative;
  aspect-ratio: 278/150;
  margin: 0 0 1.5rem 0;
}
#talk_albirex .movie_contents .episode .items .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#talk_albirex .movie_contents .episode .items .image::after {
  content: "";
  aspect-ratio: 1/1;
  width: 7.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  background: url(../images/lp/albirex-niigata-ladies/mov-btn.png) no-repeat center/contain;
  pointer-events: none;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}
#talk_albirex .movie_contents .episode .items .date {
  padding: 0 1rem;
  font-weight: 700;
  font-size: 1.4rem;
  color: #ED6C00;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
}
#talk_albirex .movie_contents .episode .items .txt {
  padding: 0 1rem;
  font-weight: 700;
  color: #0F2956;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 0;
}
#talk_albirex .movie_contents .about_txt {
  padding: 0 9rem 0;
  margin: 0;
  font-weight: 500;
  color: #0F2956;
  font-size: 2rem;
}
#talk_albirex .cs {
  text-align: center;
  padding: 0 2rem;
  margin-top: 12.2rem;
}
#talk_albirex .cs img {
  width: 48.7rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #talk_albirex {
    padding: 2.3rem 2rem 6.3rem;
    background: url(../images/lp/albirex-niigata-ladies/bg-orange2-sp.png) repeat top left/100% 100%;
  }
  #talk_albirex .title {
    font-size: 8rem;
    margin-bottom: 2.7rem;
  }
  #talk_albirex .talk_links {
    gap: 1rem;
    margin-bottom: 6.1rem;
  }
  #talk_albirex .talk_links .items {
    width: calc(50% - 0.5rem);
    font-size: 1.2rem;
    padding: 1.2rem 1rem 1.4rem;
  }
  #talk_albirex .talk_links .items::after {
    aspect-ratio: 7.2/3.6;
    width: 0.72rem;
    bottom: 0.88rem;
  }
  #talk_albirex .movie_contents {
    border-radius: 2rem;
    padding-bottom: 3.8rem;
  }
  #talk_albirex .movie_contents .vol {
    top: -3.4rem;
    left: 50%;
    width: 8rem;
    transform: translateX(-50%);
    border: 0.2rem solid #0D367C;
    font-size: 1.5rem;
    padding-bottom: 2.7rem;
  }
  #talk_albirex .movie_contents .vol span {
    font-size: 2.7rem;
  }
  #talk_albirex .movie_contents .cont_title {
    padding: 5.9rem 2rem 1.6rem;
    font-size: 2.2rem;
    border-bottom: 0.2rem solid #CCC;
    text-align: center;
    line-height: 1.2;
    word-break: auto-phrase;
  }
  #talk_albirex .movie_contents .cont_title .theme {
    border-radius: 0.5rem;
    font-size: 1.2rem;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-bottom: 0.8rem;
    width: fit-content;
    padding: 0.2rem 0.7rem;
  }
  #talk_albirex .movie_contents .main_mov {
    padding: 1.8rem 1.5rem;
    display: block;
  }
  #talk_albirex .movie_contents .main_mov .mov {
    aspect-ratio: 320/180;
    border-radius: 1.1rem;
    margin-bottom: 2.8rem;
  }
  #talk_albirex .movie_contents .main_mov .mov::after {
    width: 4.5rem;
  }
  #talk_albirex .movie_contents .main_mov .cast .tit {
    margin-bottom: 1.8rem;
    font-size: 1.5rem;
  }
  #talk_albirex .movie_contents .main_mov .cast .box {
    gap: 1.5rem 4.1rem;
  }
  #talk_albirex .movie_contents .main_mov .cast .box .items {
    width: calc(50% - 2.05rem);
  }
  #talk_albirex .movie_contents .main_mov .cast .box .items .icon {
    width: 10.5rem;
  }
  #talk_albirex .movie_contents .main_mov .cast .box .items .aff {
    font-size: 0.9rem;
    padding: 0;
  }
  #talk_albirex .movie_contents .main_mov .cast .box .items .name {
    font-size: 1.5rem;
    padding:0;
  }
  #talk_albirex .movie_contents .episode {
    padding: 3.7rem 0 5.4rem;
    display: block;
    border-radius: 0;
    width: calc(100% - 3rem);
    margin: 6.5rem auto 3.8rem;
    border-left: none;
    border-right: none;
  }
  #talk_albirex .movie_contents .episode .tit {
    padding: 0 1.1rem;
    font-size: 2.4rem;
    white-space: nowrap;
  }
  #talk_albirex .movie_contents .episode .splide__list {
    display: block;
  }
  #talk_albirex .movie_contents .episode .items {
    padding: 1.5rem 1rem 2.5rem;
    display: block;
    margin-bottom: 3rem;
    width: 100%;
  }
  #talk_albirex .movie_contents .episode .items:last-of-type {
    margin-bottom: 0;
  }
  #talk_albirex .movie_contents .episode .items .image {
    aspect-ratio: 286/156;
    margin: 0 0 2rem 0;
  }
  #talk_albirex .movie_contents .episode .items .image::after {
    width: 5.4rem;
  }
  #talk_albirex .movie_contents .episode .items .txt {
    font-size: 1.6rem;
  }
  #talk_albirex .movie_contents .about_txt {
    padding: 0 2.5rem 0;
    font-size: 1.4rem;
  }
  #talk_albirex .cs {
    padding: 0;
    margin-top: 3.9rem;
  }
  #talk_albirex .cs img {
    width: 30.2rem;
  }
}
/*ーーーーーーーーーーーーーーーーーーーーーーー
    フッター
ーーーーーーーーーーーーーーーーーーーーーーーー*/
#footer_albirex {
  background: #fff;
  padding: 8rem 2rem 12.7rem;
}
#footer_albirex .f_wrap {
  width: 160rem;
  max-width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#footer_albirex .f_wrap .info {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1.82rem 5.4rem;
}
#footer_albirex .f_wrap .info .logo {
  width: 24rem;
}
#footer_albirex .f_wrap .info .address {
  font-size: 1.6rem;
  color: #0F2956;
  line-height: 1.625;
}
#footer_albirex .f_wrap .f_banner {
  display: flex;
  gap: 2.1rem 4rem;
}
#footer_albirex .f_wrap .f_banner .item {
  width: 35rem;
}
#footer_albirex .f_wrap .copy {
  position: absolute;
  right: 0;
  bottom: -5.4rem;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation: landscape) {
  #footer_albirex {
    padding: 4.7rem 2rem 3.5rem;
  }
  #footer_albirex .f_wrap {
    display: block;
  }
  #footer_albirex .f_wrap .info {
    display: block;
  }
  #footer_albirex .f_wrap .info .logo {
    width: 18rem;
    display: block;
    margin: 0 auto 1.8rem;
  }
  #footer_albirex .f_wrap .info .address {
    font-size: 1.4rem;
    margin-bottom: 1.8rem;
  }
  #footer_albirex .f_wrap .f_banner {
    display: block;
  }
  #footer_albirex .f_wrap .f_banner .item {
    display: block;
    margin-bottom: 2.1rem;
  }
  #footer_albirex .f_wrap .copy {
    position: relative;
    right: auto;
    bottom: auto;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 4rem;
    display: block;
  }
}