@charset "UTF-8";

.L240403 {
  --font_en: "europa", sans-serif;
  --font_jp: "ヒラギノ角ゴ Pro W3", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", , "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  --first_back: #D2D8D4;
  --second_back: #E9EADF;
  --third_back: #E2E2E2;
  --main_color: #000000;
  --accordion_back: #F9F9F9;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  -webkit-font-smoothing: auto;
}
.main-inner {
  width: 100% !important;
}
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media only screen and (min-width: 1401px) {
  html {
    font-size: 62.5%;
  }
}
.L240403 {
  padding-top: 7rem;
  padding-bottom: 15rem;
  overflow: hidden;
}
.L240403 img {
  vertical-align: middle;
}
.L240403 img,
.L240403 svg {
  width: 100%;
  height: auto;
}
.L240403 a,
.L240403 picture,
.L240403 span {
  display: block;
}
.L240403 .font_en {
  font-family: var(--font_en);
  font-weight: 400;
}
.L240403 .font_jp {
  font-family: var(--font_jp);
  font-weight: 300;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 767px) {
  .L240403 {
    padding-top: calc(80*(100vw / 750));
    padding-bottom: calc(200*(100vw / 750));
  }
  .main-area {
    overflow-x: initial;
  }
}
/***************************** common *****************************/
.L240403 div[class^="contents_"],
.L240403 section[class^="model"] {
  position: relative;
  margin-inline: auto;
  z-index: 0;
}
.L240403 div[class^="contents_"]::before {
  position: absolute;
  content: "";
  width: 100%;
  z-index: -1;
  pointer-events: none;
}
.L240403 .common_ttl {
  width: 43rem;
  margin-inline: auto;
}
.L240403 .common_ttl.second {
  margin-top: 12rem;
}
.L240403 .common_ttl.third {
  margin-top: 12rem;
}
.L240403 .model {
  width: 140rem;
}
.L240403 .common_credit {
  margin-top: 2.5rem;
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.L240403 .common_credit > a {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .L240403 .common_ttl {
    width: calc(560* 100vw / 750);
  }
  .L240403 .common_ttl.second {
    margin-top: calc(232* 100vw / 750);
  }
  .L240403 .common_ttl.third {
    margin-top: calc(140* 100vw / 750);
  }
  .L240403 .model {
    width: calc(750*100vw/750);
  }
  .L240403 .common_credit {
    margin-top: calc(42*100vw/750);
    font-size: calc(22*100vw/750);
    line-height: 1.7272727273;
  }
}
/***************************** common *****************************/

/***************************** firstview *****************************/
.L240403 .fv {
  width: 83rem;
  margin-inline: auto;
}
.L240403 .fv_lead {
  margin-top: 8.5rem;
  font-size: 1.5rem;
  line-height: 1.75;
  letter-spacing: 0.08em;
  text-align: center;
}
.L240403 .fv_accordion_ttl {
  margin-top: 7.8rem;
  font-size: 1.7rem;
  line-height: 1.6470588235;
  letter-spacing: 0.08em;
  text-align: center;
  cursor: pointer;
}
.L240403 .fv_accordion_ttl span {
  display: inline-block;
  font-weight: 600;
}
.L240403 .fv_accordion_inner {
  display: none;
}
.L240403 .fv_accordion_inner_details {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2.2rem;
  background-color: var(--accordion_back);
}
.L240403 .fv_accordion_inner_details > p {
  width: 43rem;
  margin-block: 4rem;
  margin-right: 8.7rem;
  font-size: 1.3rem;
  line-height: 1.7692307692;
  letter-spacing: 0.05em;
  font-weight: 300;
}
.L240403 .fv_accordion_inner_details > p span {
  font-feature-settings: normal;
}
.L240403 .fv_accordion_inner_details > picture {
  width: 14.7rem;
  margin-top: 12.6rem;
  margin-left: 8.5rem;
}
.L240403 .fv_accordion_inner_details > p > span:nth-child(2) {
  margin-top: 2rem;
}
.L240403 .fv_accordion_arrow {
  position: relative;
  margin: 1.9rem auto 0;
  width: 3.6rem;
  height: 3rem;
  cursor: pointer;
}
.L240403 .fv_accordion_arrow.active {
  margin-top: 2.2rem;
}
.L240403 .fv_accordion_arrow::before,
.L240403 .fv_accordion_arrow::after {
  content: "";
  position: absolute;
  top: 0;
  width: 2px;
  height: 2.6rem;
  background-color: #ea0029;
  transition: 0.5s;
}
.L240403 .fv_accordion_arrow::before {
  right: 0.8rem;
  transform: rotate(48deg);
}
.L240403 .fv_accordion_arrow.active::before {
  transform: rotate(133deg);
}
.L240403 .fv_accordion_arrow::after {
  left: 0.8rem;
  transform: rotate(-48deg);
}
.L240403 .fv_accordion_arrow.active::after {
  transform: rotate(-133deg);
}
@media only screen and (max-width: 767px) {
  .L240403 .fv {
    width: calc(750*100vw/750);
  }
  .L240403 .fv_lead {
    margin-top: calc(91* 100vw / 750);
    font-size: calc(25* 100vw / 750);
    letter-spacing: 0.06em;
  }
  .L240403 .fv_accordion_ttl {
    margin-top: calc(120* 100vw / 750);
    font-size: calc(28* 100vw / 750);
    line-height: 1;
  }
  .L240403 .fv_accordion_inner_details {
    display: block;
    width: calc(690*100vw/750);
    margin: calc(50*100vw/750) auto 0;
    padding-bottom: calc(1*100vw/750);
  }
  .L240403 .fv_accordion_inner_details > p {
    width: calc(593* 100vw / 750);
    margin-block: calc(76* 100vw / 750) calc(68* 100vw / 750);
    margin-inline: auto;
    font-size: calc(21* 100vw / 750);
    line-height: 1.75;
    text-align: center;
    letter-spacing: 0.05em;
  }
  /* .L240403 .fv_accordion_inner_details > p span {
    font-feature-settings: unset;
  } */
  .L240403 .fv_accordion_inner_details > picture {
    width: calc(192*100vw/750);
    margin-top: calc(0*100vw/750);
    padding-top: calc(80*100vw/750);
    margin-inline: auto;
  }
  .L240403 .fv_accordion_inner_details > p > span:nth-child(2) {
    margin-top: calc(33*100vw/750);
  }
  .L240403 .fv_accordion_arrow {
    margin-top: calc(52*100vw/750);
    width: calc(56 *(100vw / 750));
    height: calc(25 *(100vw / 750));
  }
  .L240403 .fv_accordion_arrow.active {
    margin-top: calc(56*100vw/750);
  }
  .L240403 .fv_accordion_arrow::before,
  .L240403 .fv_accordion_arrow::after {
    top: calc(-8 *(100vw / 750));
    width: 1px;
    height: calc(38 *(100vw / 750));
  }
  .L240403 .fv_accordion_arrow::before {
    right: calc(13 *(100vw / 750));
  }
  .L240403 .fv_accordion_arrow::after {
    left: calc(13 *(100vw / 750));
  }
}
/***************************** firstview *****************************/


/***************************** model_01 *****************************/
.L240403 .model-01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4.5rem 0;
  width: 116rem;
  margin-top: 8.1rem;
}
.L240403 .model-01 figure:nth-child(1) {
  width: 44rem;
  margin-left: 0;
}
.L240403 .model-01 figure:nth-child(2) {
  width: 37rem;
  margin-top: 22rem;
}
.L240403 .model-01 figure:nth-child(3) {
  width: 44rem;
  margin-left: 59rem;
}
.L240403 .model-01 .common_credit > a {
  margin-right: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .L240403 .model-01 {
    gap: 0;
    width: 100%;
    margin-top: calc(120* 100vw / 750);
  }
  .L240403 .model-01 figure:nth-child(1) {
    width: calc(640* 100vw / 750);
    margin-left: calc(54* 100vw / 750);
  }
  .L240403 .model-01 figure:nth-child(2) {
    width: calc(490* 100vw / 750);
    margin-top: calc(95* 100vw / 750);
    margin-left: calc(230* 100vw / 750);
  }
  .L240403 .model-01 figure:nth-child(3) {
    width: calc(530* 100vw / 750);
    margin-top: calc(60* 100vw / 750);
    margin-left: calc(70* 100vw / 750);
  }
  .L240403 .model-01 .common_credit > a {
    margin-right: calc(14* 100vw / 750);
  }
}
/***************************** model_01 *****************************/


/***************************** model_02 *****************************/
.L240403 .model-02 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 10rem;
  padding-left: 10rem;
  overflow: unset !important;
}
.L240403 .model-02::before {
  position: absolute;
  display: block;
  content: "";
  width: 18rem;
  height: 90.3rem;
  background: #ffede9;
  top: 39rem;
  left: 122rem;
  z-index: -1;
}
.L240403 .model-02 figure:nth-child(1) {
  width: 40rem;
}
.L240403 .model-02 > div > figure:nth-child(1) {
  width: 42rem;
  margin-top: 11rem;
}
.L240403 .model-02 .common_credit > a {
  margin-right: 0.7rem;
}
.L240403 .model-02 > div {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .L240403 .model-02 {
    gap: 0;
    margin-top: calc(140* 100vw / 750);
    padding-left: calc(130* 100vw / 750);
  }
  .L240403 .model-02::before {
    position: absolute;
    display: block;
    content: "";
    width: calc(290*(100vw / 750));
    height: calc(1380*(100vw / 750));
    background: #ffede9;
    top: calc(380*(100vw / 750));
    left: calc(0*(100vw / 750));
    z-index: -1;
  }
  .L240403 .model-02 figure:nth-child(1) {
    width: calc(570* 100vw / 750);
  }
  .L240403 .model-02 > div > figure:nth-child(1) {
    width: calc(570* 100vw / 750);
    margin-top: calc(30* 100vw / 750);
  }
  .L240403 .model-02 .common_credit > a {
    margin-right: calc(14* 100vw / 750);
  }
  .L240403 .model-02 > div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
  }
}
/***************************** model_02 *****************************/


/***************************** model_03 *****************************/
.L240403 .model-03 {
  margin-top: 11.9rem;
}
.L240403 .model-03 figure:nth-child(1) {
  width: 42.8rem;
  margin: auto;
  text-align: center;
}
.L240403 .model-03 figure:nth-child(1) > .common_credit > a {
  margin: 0;
}
.L240403 .model-03 figure:nth-child(2) {
  width: 39rem;
  margin-top: 9.8rem;
  margin-left: 12rem;
}
.L240403 .model-03 .common_credit > a {
  margin-right: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .L240403 .model-03 {
    margin-top: calc(140*(100vw / 750));
  }
  .L240403 .model-03 figure:nth-child(1) {
    width: calc(620*(100vw / 750));
  }
  .L240403 .model-03 figure:nth-child(1) > .common_credit > a {
    margin: 0;
  }
  .L240403 .model-03 figure:nth-child(2) {
    width: calc(550*(100vw / 750));
    margin-top: calc(93*(100vw / 750));
    margin-left: calc(30*(100vw / 750));
  }
  .L240403 .model-03 .common_credit > a {
    margin-right: calc(14* 100vw / 750);
  }
}
/***************************** model_03 *****************************/


/***************************** model_04 *****************************/
.L240403 .model-04 {
  margin-top: 36.6rem;
}
.L240403 .model-04 figure:nth-child(1) {
  position: absolute;
  width: 42rem;
  margin-left: 11rem;
  top: -70.3rem;
  left: 72rem;
  z-index: 0;
}
.L240403 .model-04 figure:nth-child(1)::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../img/pc/model_img401_bg_pc.jpg) no-repeat;
  background-size: 100%;
  width: 14rem;
  height: 36rem;
  top: -3rem;
  right: -3rem;
  z-index: -1;
}
.L240403 .model-04 figure:nth-child(2) {
  width: 73rem;
  margin: 0 auto 0;
}
.L240403 .model-04 .common_credit > a {
  margin-right: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .L240403 .model-04 {
    margin-top: calc(192*(100vw / 750));
  }
  .L240403 .model-04 figure:nth-child(1) {
    position: unset;
    width: calc(540*(100vw / 750));
    margin-left: calc(130*(100vw / 750));
  }
  .L240403 .model-04 figure:nth-child(1)::before {
    width: calc(180*(100vw / 750));
    height: calc(462*(100vw / 750));
    top: calc(-50*(100vw / 750));
    right: calc(30*(100vw / 750));
  }
  .L240403 .model-04 figure:nth-child(2) {
    width: 100%;
    margin: calc(97*(100vw / 750)) auto 0;
  }
  .L240403 .model-04 .common_credit > a {
    margin-right: calc(14* 100vw / 750);
  }
}
/***************************** model_04 *****************************/


/***************************** model_05 *****************************/
.L240403 .model-05 {
  margin-top: 12rem;
}
.L240403 .model-05 > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.L240403 .model-05 > div figure {
  width: 42rem;
}
.L240403 .model-05 .common_credit {
  text-align: center;
  margin-left: 0.8rem;
}
.L240403 .model-05 .common_credit > a {
  margin-right: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .L240403 .model-05 {
    margin-top: calc(140*(100vw / 750));
  }
  .L240403 .model-05 > div {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: calc(50*(100vw / 750));
    margin-left: calc(30*(100vw / 750));
  }
  .L240403 .model-05 > div figure {
    width: calc(590 *(100vw/750));
  }
  .L240403 .model-05 > div figure:nth-last-of-type(1){
    width: calc(560*(100vw / 750));
    margin-left: auto;
  }
  .L240403 .model-05 .common_credit {
    margin-left: calc(15*(100vw / 750));
  }
  .L240403 .model-05 .common_credit > a {
    margin-right: calc(14* 100vw / 750);
  }
  }
/***************************** model_05 *****************************/


/***************************** model_06 *****************************/
.L240403 .model-06 {
  width: 39rem;
  margin-top: 9.8rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.L240403 .model-06::before {
  position: absolute;
  display: block;
  content: "";
  background: #f7ebff;
  width: 50rem;
  height: 94rem;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.L240403 .model-06 figure {
  width: 100%;
}
.L240403 .model-06 .common_credit {
  text-align: center;
  margin-left: 0.8rem;
}
.L240403 .model-06 .common_credit > a {
  margin-right: 0.7rem;
}
@media only screen and (max-width: 767px) {
  .L240403 .model-06 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: calc(570*(100vw / 750));
    margin-top: calc(134*(100vw / 750));
    gap: calc(30*(100vw / 750));
  }
  .L240403 .model-06::before {
    position: absolute;
    display: block;
    content: "";
    background: #f7ebff;
    width: calc(750*(100vw / 750));
    height: calc(1350*(100vw / 750));
    top: calc(100*(100vw / 750));
    left: calc(-90*(100vw / 750));
    transform: unset;
    z-index: -1;
  }
  .L240403 .model-06 figure {
    width: 100%;
  }
  .L240403 .model-06 .common_credit {
    text-align: center;
    margin-left: calc(10* 100vw / 750);
    white-space: nowrap;
  }
  .L240403 .model-06 .common_credit > a {
    margin-right: calc(14* 100vw / 750);
  }
}
/***************************** model_06 *****************************/


/***************************** line up *****************************/
.L240403 .lineup-area {
  width: 110rem;
  margin: 11.8rem auto 0;
  border: #000000 solid 0.1rem;
}
.L240403 .lineup-area h2 {
  width: 15rem;
  margin: 1.6rem auto 1.4rem;
}
.L240403 .lineup-area .lineup-area-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.L240403 .lineup-area .lineup-area-blk {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: #000000 solid 0.1rem;
  z-index: 0;
}
.L240403 .lineup-area .lineup-area-blk.border {
  border-right: #000000 solid 0.1rem;
}
.L240403 .lineup-area .lineup-area-blk figure {
  width: 18rem;
}
.L240403 .lineup-area .lineup-area-blk.normal {
  width: 100%;
  gap: 5rem;
  padding: 1rem 0;
}
.L240403 .lineup-area .lineup-area-blk.special {
  width: 55rem;
  height: 37.5rem;
}
.L240403 .lineup-area .lineup-area-blk.special figure {
  position: absolute;
  z-index: 0;
}

.L240403 .lineup-area .lineup-area-blk.special.__01 figure:nth-child(1) {
  top: 12.5rem;
  left: 3.5rem;
}
.L240403 .lineup-area .lineup-area-blk.special.__01 figure:nth-child(2) {
  top: 0.8rem;
  left: 18.5rem;
  z-index: 1;
}
.L240403 .lineup-area .lineup-area-blk.special.__01 figure:nth-child(3) {
  top: 12.5rem;
  left: 33.5rem;
}

.L240403 .lineup-area .lineup-area-blk.special.__02 figure:nth-child(1) {
  top: 12.5rem;
  left: 2.5rem;
}
.L240403 .lineup-area .lineup-area-blk.special.__02 figure:nth-child(2) {
  top: 0.8rem;
  left: 18.5rem;
  z-index: 1;
}
.L240403 .lineup-area .lineup-area-blk.special.__02 figure:nth-child(3) {
  top: 12.5rem;
  left: 34.5rem;
}

.L240403 .lineup-area .lineup-area-blk.special.__03 figure:nth-child(1) {
  top: 12.5rem;
  left: 3.5rem;
}
.L240403 .lineup-area .lineup-area-blk.special.__03 figure:nth-child(2) {
  top: 0.8rem;
  left: 18.5rem;
  z-index: 1;
}
.L240403 .lineup-area .lineup-area-blk.special.__03 figure:nth-child(3) {
  top: 12.5rem;
  left: 33.5rem;
}

.L240403 .lineup-area .lineup-area-blk.special.__04 figure:nth-child(1) {
  top: 10.5rem;
  left: 10.5rem;
}
.L240403 .lineup-area .lineup-area-blk.special.__04 figure:nth-child(2) {
  top: 3rem;
  left: 26.5rem;
  z-index: 1;
}

.L240403 .lineup-area .lineup-area-blk.normal a {
  display: flex;
  gap: 5rem;
}

.L240403 .lineup-area .lineup-area-blk.normal.__02 a {
  gap: 3rem;
}

@media only screen and (max-width: 767px) {
  .L240403 .lineup-area {
    width: calc(690*(100vw / 750));
    margin: calc(200*(100vw / 750)) auto 0;
    border: #000000 solid calc(2*(100vw / 750));
  }
  .L240403 .lineup-area h2 {
    width: calc(187*(100vw / 750));
    margin: calc(25*(100vw / 750)) auto calc(18*(100vw / 750))
  }
  .L240403 .lineup-area .lineup-area-wrap {
    flex-wrap: wrap;
  }
  .L240403 .lineup-area .lineup-area-blk {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: #000000 solid calc(2*(100vw / 750));
    z-index: 0;
  }
  .L240403 .lineup-area .lineup-area-blk.border {
    border-right: 0;
  }
  .L240403 .lineup-area .lineup-area-blk figure {
    width: calc(220*(100vw / 750));
  }
  .L240403 .lineup-area .lineup-area-blk.normal {
    width: 100%;
    height: calc(416*(100vw / 750));
    gap: 0;
    padding: 0;
  }
  .L240403 .lineup-area .lineup-area-blk.normal figure {
    position: absolute;
    z-index: 0;
  }
  .L240403 .lineup-area .lineup-area-blk.special {
    width: 100%;
    height: calc(416*(100vw / 750));
  }
  .L240403 .lineup-area .lineup-area-blk.special.__04 {
    height: calc(396*(100vw / 750));
  }
  .L240403 .lineup-area .lineup-area-blk.special figure {
    position: absolute;
    z-index: 0;
  }
  
  .L240403 .lineup-area .lineup-area-blk.special.__01 figure:nth-child(1) {
    top: calc(112*(100vw / 750));
    left: calc(33*(100vw / 750));
  }
  .L240403 .lineup-area .lineup-area-blk.special.__01 figure:nth-child(2) {
    top: calc(11*(100vw / 750));
    left: calc(233*(100vw / 750));
    z-index: 1;
  }
  .L240403 .lineup-area .lineup-area-blk.special.__01 figure:nth-child(3) {
    top: calc(112*(100vw / 750));
    left: calc(433*(100vw / 750));
  }
  
  .L240403 .lineup-area .lineup-area-blk.special.__02 figure:nth-child(1) {
    top: calc(110*(100vw / 750));
    left: calc(33*(100vw / 750));
  }
  .L240403 .lineup-area .lineup-area-blk.special.__02 figure:nth-child(2) {
    top: calc(10*(100vw / 750));
    left: calc(233*(100vw / 750));
    z-index: 1;
  }
  .L240403 .lineup-area .lineup-area-blk.special.__02 figure:nth-child(3) {
    top: calc(110*(100vw / 750));
    left: calc(433*(100vw / 750));
  }
  
  .L240403 .lineup-area .lineup-area-blk.special.__03 figure:nth-child(1) {
    top: calc(110*(100vw / 750));
    left: calc(33*(100vw / 750));
  }
  .L240403 .lineup-area .lineup-area-blk.special.__03 figure:nth-child(2) {
    top: calc(9*(100vw / 750));
    left: calc(233*(100vw / 750));
    z-index: 1;
  }
  .L240403 .lineup-area .lineup-area-blk.special.__03 figure:nth-child(3) {
    top: calc(110*(100vw / 750));
    left: calc(433*(100vw / 750));
  }
  
  .L240403 .lineup-area .lineup-area-blk.special.__04 figure:nth-child(1) {
    top: calc(80*(100vw / 750));
    left: calc(123*(100vw / 750));
  }
  .L240403 .lineup-area .lineup-area-blk.special.__04 figure:nth-child(2) {
    top: calc(19*(100vw / 750));
    left: calc(343*(100vw / 750));
    z-index: 1;
  }
  

  .L240403 .lineup-area .lineup-area-blk.normal.__01 figure:nth-child(1) {
    top: calc(112*(100vw / 750));
    left: calc(33*(100vw / 750));
  }
  .L240403 .lineup-area .lineup-area-blk.normal.__01 figure:nth-child(2) {
    top: calc(11*(100vw / 750));
    left: calc(233*(100vw / 750));
    z-index: 1;
  }
  .L240403 .lineup-area .lineup-area-blk.normal.__01 figure:nth-child(3) {
    top: calc(112*(100vw / 750));
    left: calc(433*(100vw / 750));
  }
  
  .L240403 .lineup-area .lineup-area-blk.normal.__02 figure:nth-child(1) {
    top: calc(70*(100vw / 750));
    left: calc(38*(100vw / 750));
  }
  .L240403 .lineup-area .lineup-area-blk.normal.__02 figure:nth-child(2) {
    top: calc(10*(100vw / 750));
    left: calc(258*(100vw / 750));
    z-index: 1;
  }
  .L240403 .lineup-area .lineup-area-blk.normal.__02 figure:nth-child(3) {
    top: calc(303*(100vw / 750));
    left: calc(218*(100vw / 750));
  }
  .L240403 .lineup-area .lineup-area-blk.normal.__02 figure:nth-child(4) {
    top: calc(245*(100vw / 750));
    left: calc(438*(100vw / 750));
  }


  .L240403 .lineup-area .lineup-area-blk.normal.__02 {
    gap: 0;
    height: calc(607*(100vw / 750));
  }
  
}
/***************************** line up *****************************/




/***************************** ev *****************************/
.L240403 .ev {
  width: 42rem;
  margin: 12rem auto 0;
}
.L240403 .ev p:nth-last-of-type(1) {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .L240403 .ev {
    width: calc(690*(100vw / 750));
    margin: calc(120*(100vw / 750)) auto 0;
  }
  .L240403 .ev p:nth-last-of-type(1) {
    margin-top: calc(20*(100vw / 750));
  }
}
/***************************** ev *****************************/








/***************************** animation *****************************/
.L240403 .js-fade {
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 0);
  transition: ease-in, opacity 2000ms, transform 2000ms;
}
.L240403 .js-fade.is-visible {
  visibility: visible;
  transform: translate(0, 0);
  opacity: 1;
}
@-webkit-keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes progress {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/***************************** animation *****************************/