@charset "UTF-8";
:root {
  --vw: 1vw;
}

/*
------------------------
用途：個別にhover要素付けたい時用
------------------------
例）
div {
    width:100px;
    height:100px;
    @include hover;
}
*/
/*
------------------------
用途：良く使うflexを1行に短縮
------------------------
例）
div {
    @include flex(b,w);
}
↑これは↓これを一行で書いた例
div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
*/
.lineup-top .mainVisual {
  border-bottom: 1px solid #bc8e1b;
  position: relative;
  height: 344px;
}
@media print, screen and (min-width:751px) {
  .lineup-top .mainVisual {
    background-size: auto 100%;
    background-color: #f3efe3;
  }
}
@media screen and (max-width:750px) {
  .lineup-top .mainVisual {
    position: relative;
    height: auto;
    padding-bottom: 55%;
    padding-bottom: 45%;
    padding-bottom: 35%;
    padding-bottom: 66.66%;
    background-position: center 100%;
    background-size: cover;
    background-color: #e7e4d9;
  }
}
@media print, screen and (min-width:751px) {
  .lineup-top .mainVisual::after {
    content: "";
    width: 552px;
    height: 100%;
    background: url(../img/mv_img.png?20231201) no-repeat center 70%;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 52%;
  }
}
@media screen and (max-width: 1110px) {
  .lineup-top .mainVisual::after {
    width: 50%;
    left: 30px;
  }
}
@media screen and (max-width: 900px) {
  .lineup-top .mainVisual::after {
    width: 57%;
    width: 50%;
    left: 20px;
  }
}
@media screen and (max-width:750px) {
  .lineup-top .mainVisual::after {
    display: none;
  }
}
@media screen and (max-width:750px) {
  .lineup-top .mainVisual.text_center {
    padding-top: 0 !important;
  }
}
@media print, screen and (min-width:751px) {
  .lineup-top .mainVisual h1 {
    margin-left: 560px;
    position: relative;
    top: -0.7em;
  }
  .lineup-top .mainVisual h1 span.fs-l {
    font-size: 3.5rem;
    display: block;
    color: #000;
  }
  .lineup-top .mainVisual h1 span.fs-m {
    font-size: 2.8rem;
    position: relative;
    top: 0.7em;
  }
}
@media screen and (max-width: 1040px) {
  .lineup-top .mainVisual h1 {
    margin-left: 460px;
    margin-left: 430px;
  }
}
@media screen and (max-width:750px) {
  .lineup-top .mainVisual h1::after {
    margin-top: 9px !important;
  }
}
@media screen and (max-width:750px) {
  .lineup-top .mainVisual h1 {
    position: absolute !important;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 10;
    position: relative;
    top: 0em;
    margin-left: 0;
  }
  .lineup-top .mainVisual h1 span.fs-l {
    font-size: 1.8rem;
    display: block;
    color: #000;
  }
  .lineup-top .mainVisual h1 span.fs-m {
    font-size: 1.5rem;
    position: relative;
    top: 0.6em;
  }
}
@media screen and (max-width: 1040px) {
  .lineup-top .mainVisual h1 br {
    display: block;
  }
}
@media screen and (max-width:750px) {
  .lineup-top .mainVisual h1 br {
    display: none;
  }
}
.lineup-top #disney .lineup-photo__txt,
.lineup-top #traditional .lineup-photo__txt {
  padding-top: 20px;
}
.lineup-top #retromodern .lineup-photo__txt {
  padding-top: 0;
}
.lineup-top .lineup {
  padding: 100px 30px 0;
  color: #fff;
}
@media screen and (max-width:750px) {
  .lineup-top .lineup {
    padding: 0;
    background-size: 24px auto;
  }
}
.lineup-top .lineup__txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 70px;
}
@media screen and (max-width:750px) {
  .lineup-top .lineup__txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.lineup-top .lineup-list {
  max-width: 1064px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #b58b1e;
  border-left: 1px solid #b58b1e;
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-list {
    margin-bottom: 0;
  }
}
.lineup-top .lineup-list + .lineup-list {
  margin-top: 15px;
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-list + .lineup-list {
    margin-top: -1px;
  }
}
.lineup-top .lineup-list__item {
  width: 33.3333333333%;
  border-right: 1px solid #b58b1e;
  border-bottom: 1px solid #b58b1e;
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-list__item {
    width: 50%;
  }
}
.lineup-top .lineup-list__item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.lineup-top .lineup-list__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lineup-top .lineup-list__item a::before {
  content: "";
  background: url(../img/ico_arw_anchor_01.webp) no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: 20%;
  right: 0;
  left: 0;
  z-index: 1;
  transform: rotate(0deg);
  aspect-ratio: 54/18;
  min-width: 0;
  width: 54px;
  margin: 0 auto;
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-list__item a::before {
    bottom: 14.4578313253%;
    width: 5.8974358974vw;
  }
}
.lineup-top .lineup-list__item a figure > img {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lineup-top .lineup-list__item a figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lineup-top .lineup-list__item a figure figcaption picture {
  display: contents;
}
.lineup-top .lineup-list__item a figure figcaption img {
  width: 68.085106383%;
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-list__item a figure figcaption img {
    width: 100%;
  }
}
.lineup-top .lineup-list__item a figure span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #231815;
  z-index: 1;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  opacity: 0.7;
  font-weight: 300;
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-list__item a figure span {
    bottom: 5px;
    right: 5px;
    font-size: 1rem;
  }
}
.lineup-top .lineup-list__item a figure span img {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 20px;
  margin-right: 3px;
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-list__item a figure span img {
    top: 1px;
    width: 18px;
  }
}
@media print, screen and (min-width:751px) {
  .lineup-top .lineup-list__item a:hover::after {
    background: rgba(0, 0, 0, 0.3);
  }
  .lineup-top .lineup-list__item a:hover figure > img {
    transform: scale(1.2);
  }
}
.lineup-top .lineup-list__item--link a::before {
  transform: translateY(50%) rotate(-90deg);
  left: 80%;
  bottom: 50%;
}
.lineup-top .lineup-photo {
  background-image: url(/seijin/furiho/about/img/sec01_bg.png);
  background-size: 36px auto;
  padding: 20px 30px 120px;
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-photo {
    padding: 0;
    background-size: 24px auto;
  }
}
@media print, screen and (min-width:751px) {
  .lineup-top .lineup-photo .inner {
    max-width: 1064px;
    margin: 0 auto;
  }
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-photo .inner {
    padding: 0;
  }
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-photo .inner > div {
    padding-top: 1px;
  }
}
@media print, screen and (min-width:751px) {
  .lineup-top .lineup-photo .inner > div + div {
    margin-top: 100px;
  }
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-photo .inner > div + div {
    margin-top: 65px;
  }
}
.lineup-top .lineup-photo__lead {
  position: relative;
}
@media print, screen and (min-width:751px) {
  .lineup-top .lineup-photo__lead {
    display: flex;
    padding-top: 150px;
  }
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-photo__lead {
    margin-top: 25vw;
  }
}
.lineup-top .lineup-photo__ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width:751px) {
  .lineup-top .lineup-photo__ttl {
    width: 495px;
    top: -25px;
  }
}
@media screen and (max-width: 860px) {
  .lineup-top .lineup-photo__ttl {
    width: 440px;
  }
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-photo__ttl {
    width: 70vw;
    top: -32vw;
  }
}
@media print, screen and (min-width:751px) {
  .lineup-top .lineup-photo__img {
    width: 50%;
  }
}
.lineup-top .lineup-photo__txt {
  width: 50%;
  background: #c4232c;
  color: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 60px 30px 0;
  padding: 40px 30px 0;
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-photo__txt {
    width: auto;
    padding: 0 0 2rem;
    padding: 0 0 0;
  }
}
.lineup-top .lineup-photo__txt div {
  width: 100%;
  text-align: left;
  font-size: 1.8rem;
  font-size: 1.35rem;
  line-height: 1.8;
  line-height: 2;
  margin: 50px 0 40px;
  margin: 45px 32px 50px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1160px) {
  .lineup-top .lineup-photo__txt div {
    font-size: 1.35rem;
    margin: 35px 10px 35px;
  }
}
@media screen and (max-width: 1020px) {
  .lineup-top .lineup-photo__txt div {
    font-size: 1.3rem;
    margin: 20px 10px 30px;
  }
}
@media screen and (max-width: 920px) {
  .lineup-top .lineup-photo__txt div {
    font-size: 1.25rem;
    margin: 20px 5px 20px;
  }
}
@media screen and (max-width: 860px) {
  .lineup-top .lineup-photo__txt div {
    font-size: 1.1rem;
    margin: 15px 0 15px;
  }
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-photo__txt div {
    text-align: left;
    padding: 0 20px 2.5rem;
    margin: 4rem 0 3rem;
    font-size: 1.5rem;
    letter-spacing: 0em;
  }
}
.lineup-top .lineup-photo__txt figure {
  width: 250px;
}
@media screen and (max-width: 1040px) {
  .lineup-top .lineup-photo__txt figure {
    width: 200px;
  }
}
@media screen and (max-width: 860px) {
  .lineup-top .lineup-photo__txt figure {
    width: 55%;
  }
}
.lineup-top .lineup-photo__video {
  width: 100%;
  margin: 0 10px 0;
  position: relative;
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-photo__video {
    margin: 0 0 0;
  }
}
.lineup-top .lineup-photo__video video {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.lineup-top .lineup-photo__video .lineup-photo__video-img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 3px) !important;
  overflow: hidden;
}
.lineup-top .lineup-photo__video .lineup-photo__video-img img {
  width: 100%;
  height: auto;
}
.lineup-top .lineup-photo__btn {
  margin-bottom: 0 !important;
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-photo__btn {
    padding: 0 40px 0 !important;
    margin: 4rem 0 4rem !important;
  }
}
.lineup-top .lineup-photo__btn a {
  letter-spacing: 0.2em !important;
  background: none;
  font-size: 1.65rem;
}
@media screen and (max-width: 1100px) {
  .lineup-top .lineup-photo__btn a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1020px) {
  .lineup-top .lineup-photo__btn a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 920px) {
  .lineup-top .lineup-photo__btn a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 749px) {
  .lineup-top .lineup-photo__btn a {
    font-size: 1.6rem;
  }
}
.lineup-top .lineup-photo--kawaii .lineup-photo__txt {
  background-color: #eb6c98;
}
.lineup-top .lineup-photo--retromodern .lineup-photo__txt {
  background-color: #20b7ba;
}
.lineup-top .lineup-photo--retromodern__ttl {
  top: -228px;
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-photo--retromodern__ttl {
    top: 114vw;
  }
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-photo--mode {
    background: #bec6cb;
  }
}
.lineup-top .lineup-photo--mode .lineup-photo__txt {
  background-color: #231815;
}
.lineup-top .lineup-photo--mode__ttl {
  top: -205px;
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-photo--mode__ttl {
    top: 113vw;
  }
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-photo--disney {
    background: #d9bdda;
  }
}
.lineup-top .lineup-photo--disney .lineup-photo__txt {
  background-color: #4b5ca9;
}
.lineup-top .lineup-photo--disney__ttl {
  top: -220px;
}
@media screen and (max-width:750px) {
  .lineup-top .lineup-photo--disney__ttl {
    top: 111vw;
  }
}
@media print, screen and (min-width:751px) {
  .lineup-top .lineup-photo #retromodern .lineup-photo__ttl {
    top: -74px;
  }
}
@media screen and (max-width: 860px) {
  .lineup-top .lineup-photo #retromodern .lineup-photo__ttl {
    top: -20px;
  }
}
@media screen and (max-width: 749px) {
  .lineup-top .lineup-photo #retromodern .lineup-photo__ttl {
    top: -31vw;
  }
}
.lineup-top .attention {
  font-size: 1.3rem;
  margin: -20px 0 50px;
}
@media screen and (max-width:750px) {
  .lineup-top .attention {
    font-size: 1.1rem;
    text-align: left;
    margin: 0 0 40px;
  }
}
.lineup-top .attention li {
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.lineup-top .attention li + li {
  margin-top: 5px;
}

.notice-list {
  font-size: 1rem;
  margin-top: 16px;
}
@media screen and (max-width:750px) {
  .notice-list {
    padding: 0 5px 40px 15px;
  }
}
.notice-list.-pc-inline li {
  display: inline-block;
  margin-right: 0.5em;
}
.notice-list li {
  font-size: 1.2rem;
  margin-bottom: 3px;
  position: relative;
  padding-left: 1em;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-family: "KintoSans", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "HIragino Kaku Gothic Pro W3", "HIragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}
.notice-list li span.indent {
  position: absolute;
  top: 0.02em;
  left: 0;
}
.notice-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:750px) {
  .notice-list li {
    font-size: 1rem;
    letter-spacing: 0.02em;
  }
}

.lineup-list.-catalog-check {
  background: none !important;
}
.lineup-list.-catalog-check .notice-list {
  width: 400px;
  margin: 30px auto 0;
}
.lineup-list.-catalog-check .notice-list li {
  position: relative;
  width: 120%;
}

.lineup-detail.bg-white {
  background: #fff;
  color: #000;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup {
    padding-top: 0;
    background-image: url(../../img/sec01_bg.png);
    background-size: 24px auto;
  }
  .lineup-detail .lineup.pt0-sp {
    padding-top: 0;
  }
}
.lineup-detail .lineup .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 30px;
}
.lineup-detail .lineup-photo {
  background-image: url(/seijin/furiho/about/img/sec01_bg.png);
  background-size: 36px auto;
  padding: 260px 0 120px;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-photo {
    background: #ebddbb;
    padding: 0;
  }
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-photo .inner {
    padding: 0;
  }
}
.lineup-detail .lineup-photo__lead {
  position: relative;
}
@media print, screen and (min-width:751px) {
  .lineup-detail .lineup-photo__lead {
    display: flex;
  }
}
.lineup-detail .lineup-photo__ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media print, screen and (min-width:751px) {
  .lineup-detail .lineup-photo__ttl {
    width: 495px;
    top: -188px;
  }
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-photo__ttl {
    width: 74vw;
    top: -32vw;
  }
}
@media print, screen and (min-width:751px) {
  .lineup-detail .lineup-photo__img {
    width: 50%;
    border-top: 1px solid #b58b1e;
    border-left: 1px solid #b58b1e;
    border-right: 1px solid #b58b1e;
  }
}
@media print, screen and (min-width:751px) {
  .lineup-detail .lineup-photo__txt {
    width: 50%;
    background: #c4232c;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.lineup-detail .lineup-photo__txt div {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 40px 0 50px;
}
@media screen and (max-width: 1040px) {
  .lineup-detail .lineup-photo__txt div {
    font-size: 1.6rem;
    margin: 60px 0 30px;
  }
}
@media screen and (max-width: 860px) {
  .lineup-detail .lineup-photo__txt div {
    font-size: 1.4rem;
    margin: 20px 0;
  }
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-photo__txt div {
    text-align: left;
    padding: 0 20px;
    font-size: 1.5rem;
  }
}
.lineup-detail .lineup-photo__txt figure {
  width: 270px;
}
@media screen and (max-width: 1040px) {
  .lineup-detail .lineup-photo__txt figure {
    width: 200px;
  }
}
@media screen and (max-width: 860px) {
  .lineup-detail .lineup-photo__txt figure {
    width: 160px;
  }
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup.kawaii .lineup-photo {
    background: #f9d6de;
  }
}
@media print, screen and (min-width:751px) {
  .lineup-detail .lineup.kawaii .lineup-photo__txt {
    background-color: #eb6c98;
  }
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup.kawaii .lineup-photo__ttl {
    top: -34vw;
  }
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup.retromodern .lineup-photo {
    background: #a8d9da;
  }
}
@media print, screen and (min-width:751px) {
  .lineup-detail .lineup.retromodern .lineup-photo__txt {
    background-color: #20b7ba;
  }
}
.lineup-detail .lineup.retromodern .lineup-photo__ttl {
  top: -228px;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup.retromodern .lineup-photo__ttl {
    top: -34vw;
  }
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup.mode .lineup-photo {
    background: #bec6cb;
  }
}
@media print, screen and (min-width:751px) {
  .lineup-detail .lineup.mode .lineup-photo__txt {
    background-color: #231815;
  }
}
.lineup-detail .lineup.mode .lineup-photo__ttl {
  top: -205px;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup.mode .lineup-photo__ttl {
    top: -33vw;
  }
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup.disney .lineup-photo {
    background: #d9bdda;
  }
}
@media print, screen and (min-width:751px) {
  .lineup-detail .lineup.disney .lineup-photo__txt {
    background-color: #4b5ca9;
  }
}
@media print, screen and (min-width:751px) {
  .lineup-detail .lineup.disney .lineup-photo__ttl {
    top: -220px;
  }
}
.lineup-detail .lineup-list {
  background: #fbf7eb;
  padding: 70px 0 100px;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-list {
    padding: 10px 0 60px;
  }
}
@media print, screen and (min-width:751px) {
  .lineup-detail .lineup-list__items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22px 75px;
  }
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-list__items {
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
.lineup-detail .lineup-list__item {
  width: calc((100% - 138px) / 3);
  margin: 50px 22px 0;
  position: relative;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-list__item {
    width: auto;
    margin: 40px 0 0;
  }
}
.lineup-detail .lineup-list__item ul {
  border: 1px solid #b58b1e;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-list__item.award {
    padding-top: 11vw;
  }
}
.lineup-detail .lineup-list__item.award ul {
  border: none;
}
.lineup-detail .lineup-list__item.award .award-label {
  width: 8.8vw;
  max-width: 130px;
  position: absolute;
  right: -1.5vw;
  top: -1.5vw;
  z-index: 1;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-list__item.award .award-label {
    width: 28vw;
    max-width: none;
    right: -8vw;
    top: 7.8vw;
  }
}
.lineup-detail .lineup-list__item.award .award-ttl {
  position: absolute;
  top: -3.7vw;
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 1.35vw;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-list__item.award .award-ttl {
    top: -2vw;
    font-size: 4.5vw;
  }
}
.lineup-detail .lineup-list__item.award .award-ttl span {
  background: #fbf7eb;
  position: relative;
  z-index: 1;
  padding: 0 10px;
  display: inline-block;
}
.lineup-detail .lineup-list__item.award .award-ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
}
.lineup-detail .lineup-list__ttl {
  text-align: center;
  margin-top: 17px;
  font-weight: 600;
  font-size: 1.8rem;
}
.lineup-detail .lineup-list__txt {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 1.6rem;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-list__txt {
    font-size: 1.5rem;
  }
}
.lineup-detail .lineup-list .btn-more {
  margin-bottom: 80px;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-list .btn-more {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-list .btn-more a {
    padding-left: 50px;
  }
}
.lineup-detail .lineup-list .btn-more a .linkArrow {
  margin-left: -135px;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-list .btn-more a .linkArrow {
    margin-left: 9px;
    position: relative;
    top: -2px;
    left: 0;
  }
}
.lineup-detail .lineup-list .catch {
  margin-bottom: 30px;
  padding: 0;
  border-top: none;
  border-bottom: none;
  background-color: transparent;
  background-image: none;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-list .catch {
    line-height: 1.3;
    margin-bottom: 20px;
  }
}
.lineup-detail .lineup-list .btn-hairstyle {
  margin-top: 20px;
}
.lineup-detail .lineup-list .bnr {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-list .bnr {
    margin-top: 50px;
  }
}
.lineup-detail .lineup-list .bnr a {
  display: inline-block;
  transition: 0.2s;
}
.lineup-detail .lineup-list .bnr a:hover {
  opacity: 0.8;
}
.lineup-detail .lineup-list .appendtext {
  margin: 20px 0;
  line-height: 1.2;
  text-align: center;
  color: #cd2520;
}
.lineup-detail .lineup-list .appendtext a {
  display: inline-block;
  color: inherit;
}
.lineup-detail .lineup-list .appendtext a:hover, .lineup-detail .lineup-list .appendtext a:active {
  text-decoration: underline;
}
.lineup-detail .lineup-other {
  padding: 100px 0 120px;
  text-align: center;
}
@media print, screen and (min-width:751px) {
  .lineup-detail .lineup-other {
    background-image: url(../../../img/sec01_bg.png);
    background-size: 36px auto;
  }
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-other {
    padding: 60px 0 50px;
  }
}
.lineup-detail .lineup-other__ttl {
  font-size: 3.6rem;
  margin-bottom: 40px;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-other__ttl {
    font-size: 3rem;
    margin-bottom: 30px;
    line-height: 1.2;
  }
}
.lineup-detail .lineup-other__ttl::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #222;
  margin: 25px auto 0;
}
.lineup-detail .lineup-other__txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-other__txt {
    font-size: 1.6rem;
    margin-bottom: 30px;
    text-align: left;
  }
}
.lineup-detail .lineup-other__txt-small {
  text-align: center;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-other__txt-small {
    text-align: left !important;
  }
}
.lineup-detail .lineup-other-list {
  max-width: 1410px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #b58b1e;
  border-left: initial !important;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-other-list {
    margin-bottom: 40px;
  }
}
.lineup-detail .lineup-other-list + .lineup-other-list {
  margin-top: -45px;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-other-list + .lineup-other-list {
    margin-top: -40px;
  }
}
.lineup-detail .lineup-other-list__item {
  width: 33.3333333333%;
  border-right: 1px solid #b58b1e;
  border-bottom: 1px solid #b58b1e;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-other-list__item {
    width: 50%;
  }
}
.lineup-detail .lineup-other-list__item a {
  display: block;
  position: relative;
  overflow: hidden;
}
.lineup-detail .lineup-other-list__item a::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lineup-detail .lineup-other-list__item a::before {
  content: "";
  background: url(../img/ico_arw_anchor_01.webp) no-repeat center;
  background-size: 100%;
  position: absolute;
  bottom: 20%;
  right: 0;
  left: 0;
  z-index: 1;
  transform: rotate(0deg);
  aspect-ratio: 54/18;
  min-width: 0;
  width: 39.96px;
  margin: 0 auto;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-other-list__item a::before {
    bottom: 14.4578313253%;
    width: 5.8974358974vw;
  }
}
.lineup-detail .lineup-other-list__item a figure > img {
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lineup-detail .lineup-other-list__item a figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-other-list__item a figure figcaption {
    font-size: 1.7rem;
  }
}
.lineup-detail .lineup-other-list__item a figure figcaption picture {
  display: flex;
  justify-content: center;
}
.lineup-detail .lineup-other-list__item a figure figcaption img {
  width: 68.085106383%;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-other-list__item a figure figcaption img {
    width: 80%;
  }
}
.lineup-detail .lineup-other-list__item a figure span {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #231815;
  z-index: 1;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  opacity: 0.7;
  font-weight: 300;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-other-list__item a figure span {
    bottom: 5px;
    right: 5px;
    font-size: 1rem;
  }
}
.lineup-detail .lineup-other-list__item a figure span img {
  position: relative;
  top: 2px;
  display: inline-block;
  width: 20px;
  margin-right: 3px;
}
@media screen and (max-width:750px) {
  .lineup-detail .lineup-other-list__item a figure span img {
    top: 1px;
    width: 18px;
  }
}
@media print, screen and (min-width:751px) {
  .lineup-detail .lineup-other-list__item a:hover::after {
    background: rgba(0, 0, 0, 0.3);
  }
  .lineup-detail .lineup-other-list__item a:hover figure > img {
    transform: scale(1.2);
  }
}
.lineup-detail .lineup-other-list__item.pcMargin {
  margin-top: 2em;
  border-top: 1px solid #b58b1e;
}
@media only screen and (max-width: 767px) {
  .lineup-detail .lineup-other-list__item.pcMargin {
    margin-top: 0;
    border-top: 0;
  }
}
.lineup-detail .lineup__btn--back a {
  max-width: 460px;
}
.lineup-detail .lineup__btn--back a .linkArrow {
  left: 25% !important;
  transform: skew(-45deg) !important;
}
.lineup-detail .lineup__btn--back a .linkArrow::before, .lineup-detail .lineup__btn--back a .linkArrow::after {
  border-left: 2px solid #fff;
  border-right: none;
}
.lineup-detail .lineup__btn--back a .linkArrow::before {
  transform: translateX(0);
}
.lineup-detail .lineup__btn--back a .linkArrow::after {
  transform: translateX(300%);
}
.lineup-detail .lineup__btn--back a:hover .linkArrow::before {
  transform: translateX(-300%);
}
.lineup-detail .lineup__btn--back a:hover .linkArrow::after {
  transform: translateX(0);
}

.collection {
  padding-top: 80px;
  padding-bottom: 100px;
  background-image: url("../img/furisode-collection-bg.jpg");
  background-position: center;
}
@media screen and (max-width: 750px) {
  .collection {
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.collection__inner {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 750px) {
  .collection__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.collection__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
  color: #a1101f;
  font-size: 4rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 750px) {
  .collection__title {
    font-size: 8.8vw;
  }
}
.collection__title-eng {
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .collection__title-eng {
    width: 36vw;
    height: auto;
  }
}
.collection__introduction {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 750px) {
  .collection__introduction {
    font-size: 3.6vw;
    text-align: justify;
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 0;
  }
}
.collection__introduction span {
  display: block;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .collection__introduction span {
    text-align: left;
  }
}
.collection__slider {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .collection__slider {
    display: block;
  }
}
.collection__slider .collection__wrap {
  display: flex;
  justify-content: space-between;
}
.collection__item {
  position: relative;
  width: calc(20% - 20px);
}
@media screen and (max-width: 750px) {
  .collection__item {
    max-width: 50%;
    margin: 0 10px;
    padding-top: 50px;
  }
}
.collection__item img {
  width: 100%;
}
.collection__ico {
  width: 28%;
  width: 32%;
  position: absolute;
  left: 0;
  top: -15px;
}
@media screen and (max-width: 750px) {
  .collection__ico {
    top: 35px;
  }
}
.collection__ico img {
  width: 100%;
  height: 100%;
  background-image: url("../img/ico_ranking_bg.png");
  background-position: 0 0;
  background-size: 100% auto;
  border-radius: 50%;
  overflow: hidden;
}
.collection__award {
  width: 35%;
  position: absolute;
  bottom: 10px;
  right: -15px;
}
@media screen and (max-width: 750px) {
  .collection .slick-arrow {
    border: none;
    padding: 0;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    position: absolute;
    top: 55%;
    z-index: 1000;
  }
  .collection .slick-next {
    background-image: url("../img/ico_next.svg");
    background-size: cover;
    right: 13%;
  }
  .collection .slick-prev {
    background-image: url("../img/ico_prev.svg");
    background-size: cover;
    left: 13%;
  }
}

.making {
  padding-top: 60px;
  padding-bottom: 100px;
  background-image: url("../img/bg_making.png");
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .making {
    background-image: url("../img/bg_making_sp.png");
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.making__inner {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
.making__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .making__title-eng {
    width: 36vw;
    height: auto;
  }
}
.making__introduction {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
  color: #FFF;
}
@media screen and (max-width: 750px) {
  .making__introduction {
    font-size: 3.6vw;
    text-align: justify;
    padding-left: 34px;
    padding-right: 34px;
    margin-bottom: 20px;
  }
}
.making__mov {
  max-width: 800px;
  margin: 0 auto;
}
.making__mov-inner {
  position: relative;
  padding-bottom: 56.25%;
}
.making__mov-inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .making__mov {
    max-width: 100%;
    width: 100%;
  }
}

.lineup-qa {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 1025px) {
  .lineup-qa {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 749px) {
  .lineup-qa {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.lineup-qa__ttl-main {
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 1025px) {
  .lineup-qa__ttl-main {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 749px) {
  .lineup-qa__ttl-main {
    margin-bottom: 30px;
  }
}
.lineup-qa__ttl-main span.-ja {
  font-size: 2.8rem;
  display: inline-block;
  padding: 0 12px 16px;
  border-bottom: 1px solid #CB141C;
  margin-bottom: 18px;
  color: #000000;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1025px) {
  .lineup-qa__ttl-main span.-ja {
    font-size: 2.4rem;
    margin-bottom: 14px;
    padding: 0 10px 14px;
  }
}
@media screen and (max-width: 749px) {
  .lineup-qa__ttl-main span.-ja {
    font-size: 2.1rem;
    padding: 0 10px 14px;
    margin-bottom: 12px;
  }
}
.lineup-qa__ttl-main span.-en img {
  display: block;
  width: 88px;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {
  .lineup-qa__ttl-main span.-en img {
    width: 80px;
  }
}
@media screen and (max-width: 749px) {
  .lineup-qa__ttl-main span.-en img {
    width: 70px;
  }
}

.lineup-qa__items {
  max-width: 1064px;
  margin: 0 auto;
}
@media screen and (max-width: 1025px) {
  .lineup-qa__items {
    max-width: 1064px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 749px) {
  .lineup-qa__items {
    margin: 0 12px;
  }
}
.lineup-qa__items .lineup-qa__item {
  margin-bottom: 16px;
  background: #E5E5E5;
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .lineup-qa__items .lineup-qa__item {
    margin-bottom: 15px;
    border-radius: 16px;
  }
}
.lineup-qa__items .lineup-qa__item:last-child {
  margin-bottom: 0;
}
.lineup-qa__items .lineup-qa__item.state-active a.lineup-qa__q span {
  transform: rotate(-180deg);
}
.lineup-qa__items .lineup-qa__item.state-active .lineup-qa__a {
  grid-template-rows: 1fr;
}

a.lineup-qa__q {
  padding: 32px 92px 32px 92px;
  min-height: 90px;
  position: relative;
  font-size: 2.1rem;
  line-height: 1.5;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 700;
  text-align: left !important;
}
@media screen and (max-width: 1025px) {
  a.lineup-qa__q {
    padding: 30px 86px 30px 86px;
    min-height: 86px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 749px) {
  a.lineup-qa__q {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 18px 54px 18px 54px;
    min-height: 74px;
  }
}
a.lineup-qa__q::after {
  display: block;
  position: absolute;
  content: "";
  width: 25px;
  height: 33px;
  top: 50%;
  margin-top: -14px;
  left: 34px;
  background: url(../img/icon_q.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 1025px) {
  a.lineup-qa__q::after {
    width: 22px;
    height: 30px;
    margin-top: -13px;
    left: 32px;
  }
}
@media screen and (max-width: 749px) {
  a.lineup-qa__q::after {
    width: 18px;
    height: 24px;
    margin-top: -10px;
    left: 18px;
  }
}
a.lineup-qa__q span {
  display: block;
  position: absolute;
  top: 50%;
  right: 36px;
  margin-top: -4px;
  width: 22px;
  height: 12px;
  background: url(../img/icon_qa_toggle.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 1025px) {
  a.lineup-qa__q span {
    right: 30px;
    width: 20px;
    height: 10px;
    margin-top: -4px;
  }
}
@media screen and (max-width: 749px) {
  a.lineup-qa__q span {
    right: 18px;
    width: 14px;
    height: 8px;
  }
}

.lineup-qa__a {
  padding: 0 80px 0 92px;
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}
@media screen and (max-width: 1025px) {
  .lineup-qa__a {
    padding: 0 70px 0 86px;
  }
}
@media screen and (max-width: 749px) {
  .lineup-qa__a {
    padding: 0 22px 0 54px;
  }
}

.lineup-qa__a-hidden {
  overflow: hidden;
}

.lineup-qa__a-inner {
  padding: 2px 0 50px;
}
@media screen and (max-width: 1025px) {
  .lineup-qa__a-inner {
    padding: 2px 0 40px;
  }
}
@media screen and (max-width: 749px) {
  .lineup-qa__a-inner {
    padding: 2px 0 36px;
  }
}
.lineup-qa__a-inner .lineup-qa__a-item {
  margin-bottom: 32px;
}
.lineup-qa__a-inner .lineup-qa__a-item:last-child {
  margin-bottom: 0;
}

.collection__btn {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .collection__btn {
    margin-top: 70px;
  }
}
@media screen and (max-width: 749px) {
  .collection__btn {
    text-align: center;
    margin-top: 60px;
  }
}
.collection__btn a.linkBtn.linkArrow_parent {
  border: 1px solid #CB141C;
  background: #fff;
  color: #CB141C;
  margin: 0 auto;
}
.collection__btn a.linkBtn.linkArrow_parent .linkArrow::before, .collection__btn a.linkBtn.linkArrow_parent .linkArrow::after {
  border-bottom: 1px solid #CB141C;
  border-right: 2px solid #CB141C;
}

.lineup-qa__a-btn {
  margin-top: 30px;
}
@media screen and (max-width: 1025px) {
  .lineup-qa__a-btn {
    margin-top: 24px;
  }
}
@media screen and (max-width: 749px) {
  .lineup-qa__a-btn {
    text-align: center;
    margin-top: 20px;
  }
}
.lineup-qa__a-btn a.linkBtn.linkArrow_parent {
  border: 1px solid #CB141C;
  background: #E5E5E5;
  color: #CB141C;
  display: inline-block;
  width: auto;
  padding: 10px 30px 10px 30px;
  margin: 0 auto;
  min-width: 240px;
  font-size: 1.8rem;
}
@media screen and (max-width: 1025px) {
  .lineup-qa__a-btn a.linkBtn.linkArrow_parent {
    padding: 7px 30px 7px 30px;
    font-size: 1.6rem;
    min-width: 220px;
  }
}
@media screen and (max-width: 749px) {
  .lineup-qa__a-btn a.linkBtn.linkArrow_parent {
    padding: 10px 30px 10px 30px;
    font-size: 1.6rem;
    min-width: 180px;
  }
}
.lineup-qa__a-btn a.linkBtn.linkArrow_parent .linkArrow::before, .lineup-qa__a-btn a.linkBtn.linkArrow_parent .linkArrow::after {
  border-bottom: 1px solid #CB141C;
  border-right: 2px solid #CB141C;
}

.lineup-qa__ttl {
  display: inline-block;
  background: #CB141C;
  color: #fff;
  font-size: 1.5rem;
  padding: 4px 10px 5px;
  line-height: 1.4;
  margin-bottom: 10px;
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 1025px) {
  .lineup-qa__ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 749px) {
  .lineup-qa__ttl {
    margin-bottom: 10px;
    font-size: 1.4rem;
    padding: 4px 10px 3px;
  }
}

.lineup-qa__txt {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 1025px) {
  .lineup-qa__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 749px) {
  .lineup-qa__txt {
    font-size: 1.5rem;
  }
}

.lineup-qa__dl dl {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
.lineup-qa__dl dl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  .lineup-qa__dl dl {
    display: block;
  }
}
.lineup-qa__dl dl dt {
  font-size: 1.7rem;
  line-height: 1.6;
  font-weight: 700;
  display: table-cell;
  vertical-align: top;
  min-width: 15em;
}
@media screen and (max-width: 1025px) {
  .lineup-qa__dl dl dt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .lineup-qa__dl dl dt {
    display: inline-block;
    font-size: 1.5rem;
    min-width: 14em;
  }
}
.lineup-qa__dl dl dt.-dl-01 {
  padding-right: 25px;
  background: url(../img/dt_bg_ten_01.png) no-repeat 97% 13px;
  background-size: auto 4px;
}
@media screen and (max-width: 1025px) {
  .lineup-qa__dl dl dt.-dl-01 {
    background: url(../img/dt_bg_ten_01.png) no-repeat 97% 11px;
    background-size: auto 4px;
  }
}
@media screen and (max-width: 749px) {
  .lineup-qa__dl dl dt.-dl-01 {
    padding-right: 30px;
    background: url(../img/dt_bg_ten_01.png) no-repeat 100% center;
    background-size: 28px auto;
  }
}
.lineup-qa__dl dl dt.-dl-02 {
  padding-right: 1em;
  background: url(../img/dt_bg_ten_02.png) no-repeat 97% 13px;
  background-size: auto 4px;
}
@media screen and (max-width: 1025px) {
  .lineup-qa__dl dl dt.-dl-02 {
    background: url(../img/dt_bg_ten_02.png) no-repeat 97% 11px;
    background-size: auto 4px;
  }
}
@media screen and (max-width: 749px) {
  .lineup-qa__dl dl dt.-dl-02 {
    padding-right: 15px;
    background: url(../img/dt_bg_ten_02.png) no-repeat 100% center;
    background-size: 13px auto;
  }
}
.lineup-qa__dl dl dt span {
  background: #E5E5E5;
  display: inline-block;
}
.lineup-qa__dl dl dd {
  display: table-cell;
  vertical-align: top;
  padding-left: 0.6em;
  font-size: 1.7rem;
  line-height: 1.6;
}
@media screen and (max-width: 749px) {
  .lineup-qa__dl dl dd {
    display: block;
    padding-left: 0;
  }
}
@media screen and (max-width: 1025px) {
  .lineup-qa__dl dl dd {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 749px) {
  .lineup-qa__dl dl dd {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 749px) {
  .hack-lh-sp {
    line-height: 1.4;
    margin-bottom: 16px;
    display: block;
    text-align: center;
  }
}

.js-txtCopy {
  cursor: pointer;
  text-decoration: underline;
}
.js-txtCopy:hover {
  text-decoration: none;
}

.modal-copy {
  position: fixed;
  inset: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  margin: auto;
}
.modal-copy p {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(51, 51, 51, 0.9);
  color: #fff;
  aspect-ratio: 16/9;
  width: 240px;
}

.related-articles {
  background: #fff;
  text-align: center;
  padding: 120px 0 100px;
}
@media screen and (max-width: 749px) {
  .related-articles {
    padding: 60px 0 50px;
  }
}
.related-articles .article-list {
  display: grid;
  gap: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .related-articles .article-list {
    font-size: 1.4rem;
    text-align: left;
  }
}
.related-articles .article-list a {
  display: block;
  text-decoration: underline;
  width: fit-content;
  margin: 0 auto;
}
.related-articles .article-list a:hover {
  text-decoration: none;
}

#JUSHOGARA .lineup-detail,
#MONOTONE .lineup-detail,
#KUSUMI-COLOR .lineup-detail,
#KANKOKU .lineup-detail,
#JAPONESQUE .lineup-detail {
  background-color: #f3f0e4;
  /*margin-top: getvwPc(150);
  @include max-screen(749px) {
    margin-top: getvw(214);
  }*/
}
#JUSHOGARA .lineup-detail .lineup-list,
#MONOTONE .lineup-detail .lineup-list,
#KUSUMI-COLOR .lineup-detail .lineup-list,
#KANKOKU .lineup-detail .lineup-list,
#JAPONESQUE .lineup-detail .lineup-list {
  padding-top: 70px;
}
#JUSHOGARA .lineup-detail .lineup-slider,
#MONOTONE .lineup-detail .lineup-slider,
#KUSUMI-COLOR .lineup-detail .lineup-slider,
#KANKOKU .lineup-detail .lineup-slider,
#JAPONESQUE .lineup-detail .lineup-slider {
  margin-top: 0;
}
#JUSHOGARA .lineup-detail .linkBtn,
#MONOTONE .lineup-detail .linkBtn,
#KUSUMI-COLOR .lineup-detail .linkBtn,
#KANKOKU .lineup-detail .linkBtn,
#JAPONESQUE .lineup-detail .linkBtn {
  color: #fff;
}
#JUSHOGARA .lineup-detail .linkBtn_red,
#MONOTONE .lineup-detail .linkBtn_red,
#KUSUMI-COLOR .lineup-detail .linkBtn_red,
#KANKOKU .lineup-detail .linkBtn_red,
#JAPONESQUE .lineup-detail .linkBtn_red {
  color: #c40a02;
}

.lineup-detail-adjust {
  background-color: initial !important;
  margin-top: calc(4.2857142857 * var(--vw));
  padding-top: calc(6.4285714286 * var(--vw));
}
@media screen and (max-width: 749px) {
  .lineup-detail-adjust {
    margin-top: calc(15.2 * var(--vw));
    padding-top: calc(13.3333333333 * var(--vw));
  }
}

/*
.bishojyo-zukan {
  .movie_sec {
    margin-bottom: 0;
  }
}
*//*# sourceMappingURL=lineup.css.map */