/*****************************************
*
* HOME
*
******************************************/

/*------------------------------------------*/
/* main
/*------------------------------------------*/

.topmain_main {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  background-image: url('../img/common/logo.png');
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 36/47;
  width: calc(360px / 2);
  height: auto;
}

@media screen and (min-width: 768px), print {
  .topmain_main {
    text-indent: 100%;
    white-space: nowrap;
    font-size: 0;
    display: inline-block;
    background-image: url('../img/top/topmain.png');
    background-repeat: no-repeat;
    background-size: 100%;
    aspect-ratio: 700/296;
    width: calc(calc(700 / 1400) * 100vw);
    height: auto;
  }
}

@media screen and (min-width: 1400px), print {
  .topmain_main {
    width: 700px;
  }
}


/* catchcopy --------------------------------*/
.topmain-wrap .catchcopy1,
.topmain-wrap .catchcopy2 {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: auto;
  margin-top: 60px;
}

.topmain-wrap .catchcopy1 {
  background-image: url('../img/top/catchcopy1.png');
  aspect-ratio: 672/226;
  max-width: 672px;
}

.topmain-wrap .catchcopy2 {
  background-image: url('../img/top/catchcopy2.png');
  aspect-ratio: 68/40;
  max-width: 680px;
}

@media screen and (min-width: 834px), print {

  .topmain-wrap .catchcopy1,
  .topmain-wrap .catchcopy2 {
    margin-top: 100px;
  }
}

/* 終了後 --------------------------------*/
.topmain-contents {
  position: relative;
  max-width: 600px;
  background: var(--color-dull-pink);
  border-radius: 20px;
  color: white;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  padding: 20px;
  margin-top: 60px;
  box-shadow: var(--box-shadow);
}

.topmain-contents .cont+.cont {
  margin-top: 20px;
}

.topmain-contents .heading {
  display: inline-block;
  border: solid 1px white;
  font-size: 1.4rem;
  line-height: 1.1;
  padding: 5px 10px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.topmain-contents .heading .min {
  font-family: var(--font-en);
  font-size: 1rem;
}

.topmain-contents .box {
  text-align: left;
  font-family: var(--font-sans);
}

.topmain-contents .box p+p {
  padding-left: 1em;
}

.topmain-contents .emphasis {
  display: inline-block;
  background: white;
  font-family: var(--font-sans);
  color: var(--color-dull-pink);
  font-weight: bold;
  line-height: 1.1;
  padding: 5px 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.topmain-contents .note {
  font-family: var(--font-sans);
  font-size: 0.9rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .topmain-contents {
    text-align: left;
  }

  .topmain-contents .note {
    font-size: 0.8rem;
    padding-left: 1em;
    text-indent: -1em;
    margin-right: 90px;
  }
}

@media screen and (min-width: 768px), print {
  .topmain-contents {
    padding: 40px;
  }

  .topmain-contents .cont {
    font-size: 1.2rem;
  }

  .topmain-contents .heading {
    font-size: 2rem;
  }

  .topmain-contents .heading .min {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 834px), print {
  .topmain-contents {
    max-width: 700px;
    padding: 80px;
    margin-top: 100px;
  }
}

/* キャラ --------------------------------*/

.topmain-contents::after {
  content: '';
  display: inline-block;
  background: url('../img/top/topmain_character.png') no-repeat;
  background-size: 100%;
  aspect-ratio: 54/74;
  width: 130px;
  height: auto;
  position: absolute;
  bottom: 0;
  right: -20px;
  z-index: 5;
}

@media screen and (min-width: 768px), print {
  .topmain-contents::after {
    width: 180px;
    right: -80px;
  }
}

@media screen and (min-width: 834px), print {
  .topmain-contents::after {
    width: 270px;
    right: -120px;
  }
}



/*------------------------------------------*/
/* 大見出し
/*------------------------------------------*/

.top-heading {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 64/16;
  width: 320px;
  max-width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.top-live .top-heading {
  background-image: url('../img/top/live_heading_sp.png');
}

.top-streaming .top-heading {
  background-image: url('../img/top/streaming_heading_sp.png');
}

@media screen and (min-width: 834px), print {
  .top-heading {
    aspect-ratio: 585/150;
    width: 100%;
    max-width: 585px;
    margin-bottom: 100px;
  }

  .top-live .top-heading {
    background-image: url('../img/top/live_heading.png');
  }

  .top-streaming .top-heading {
    background-image: url('../img/top/streaming_heading.png');
  }
}

/*------------------------------------------*/
/* 日時
/*------------------------------------------*/


/* 日付 --------------------------------*/
.top-date .date {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 194/72;
  width: 194px;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.top-date .date.date1 {
  background-image: url('../img/top/date_1.png');
}

.top-date .date.date2 {
  background-image: url('../img/top/date_2.png');
}

@media screen and (min-width: 834px), print {
  .top-date .date {
    margin-bottom: 20px;
  }
}

/* 時間 --------------------------------*/
.top-date .time {
  font-family: var(--font-sans);
  font-size: 1.4rem;
  font-weight: 600;
}

.top-date .time .min {
  font-size: 0.9rem;
}

@media screen and (min-width: 834px), print {
  .top-date .time {
    font-size: 2.2rem;
  }

  .top-date .time .min {
    font-size: 1.4rem;
  }
}

/* 注釈 --------------------------------*/
.top-date .reference {
  text-align: center;
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 600;
}

@media screen and (min-width: 834px), print {
  .top-date .reference {
    font-size: 1rem;
  }
}

/* テキスト --------------------------------*/
.top-text {
  text-align: left;
  font-size: 1.1rem;
  font-weight: 600;
}

@media screen and (min-width: 834px), print {
  .top-text {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1024px), print {
  .top-text {
    text-align: center;
  }
}

/*------------------------------------------*/
/* 再放送
/*------------------------------------------*/

.top-rerun {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 28/14;
  width: 280px;
  max-width: 100%;
  height: auto;
  margin-top: 30px;
}

.top-rerun.rerun1 {
  background-image: url('../img/top/rerun_1.png');
}

.top-rerun.rerun2 {
  background-image: url('../img/top/rerun_2.png');
}

@media screen and (min-width: 834px), print {
  .top-rerun {
    margin-top: 60px;
  }
}

/*------------------------------------------*/
/* VOD
/*------------------------------------------*/

.top-vod {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 200/109;
  width: 200px;
  max-width: 100%;
  height: auto;
  margin-top: 30px;
}

.top-vod.vod1 {
  background-image: url('../img/top/vod_1.png');
}

.top-vod.vod2 {
  background-image: url('../img/top/vod_2.png');
}

@media screen and (min-width: 834px), print {
  .top-vod {
    margin-top: 60px;
  }
}

/*------------------------------------------*/
/* 出演者
/*------------------------------------------*/

.top-cast {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}

.top-cast figure img {
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
}

.top-cast p {
  font-family: var(--font-sans);
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 0.5em;
}

@media screen and (min-width: 768px), print {
  .top-cast {
    grid-template-columns: repeat(5, 1fr);
    row-gap: 0;
    column-gap: 20px;
  }
}

@media screen and (min-width: 1024px), print {
  .top-cast {
    column-gap: 40px;
  }

  .top-cast p {
    font-size: 1rem;
  }
}

/*------------------------------------------*/
/* 大四日市まつり公式サイト
/*------------------------------------------*/

.top-ysite .box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  padding-top: 20px;
}

.top-ysite .box .text {
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (min-width: 834px), print {
  .top-ysite .box {
    padding-top: 0;
  }

  .top-ysite .box .text {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1024px), print {
  .top-ysite .box {
    grid-template-columns: 1fr 370px;
    row-gap: 0;
    column-gap: 60px;
    align-items: center;
  }
}


/*------------------------------------------*/
/* 公式SNS
/*------------------------------------------*/

.top-official .heading-wrap {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.top-official .heading-wrap::before {
  content: '';
  display: inline-block;
  background-image: url('../img/common/heading_square.svg');
  background-repeat: repeat-x;
  background-size: 40px 20px;
  aspect-ratio: 4/2;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-official .heading {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  background-image: url('../img/top/official_heading_sp.png');
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 64/34;
  width: 640px;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 576px), print {
  .top-official .heading {
    background-image: url('../img/top/official_heading.png');
    aspect-ratio: 110/14;
    width: 1100px;
  }
}

@media screen and (min-width: 834px), print {
  .top-official .heading-wrap {
    margin-bottom: 60px;
  }
}

/* box --------------------------------*/
.top-official .box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}

.top-official .btn-wrap,
.top-official .sns-list {
  margin-top: 40px;
}

@media screen and (max-width: 833px) {
  .top-official .box .cont .text br {
    display: none;
  }
}

@media screen and (min-width: 1024px), print {
  .top-official .box {
    grid-template-columns: 1fr 1fr;
    row-gap: 0;
    column-gap: 60px;
  }

  .top-official .box .cont {
    position: relative;
    display: flex;
    justify-content: center;
    align-content: space-between;
    flex-wrap: wrap;
  }

  .top-official .box .cont+.cont::before {
    content: '';
    display: inline-block;
    background: var(--color-balck-1);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -30px;
  }

  .top-official .box .cont .text {
    width: 100%;
    text-align: center;
  }
}

/*------------------------------------------*/
/* メッセージ募集
/*------------------------------------------*/

.top-message {
  margin-top: 100px;
}

@media screen and (min-width: 768px), print {
  .top-message {
    margin-top: 140px;
  }
}

@media screen and (min-width: 834px), print {
  .top-message {
    margin-top: 180px;
  }
}

/* 見出し --------------------------------*/
.top-message .heading {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  background-image: url('../img/top/message_heading.png');
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 520/117;
  width: calc(calc(300 / 375) * 100vw);
  height: auto;
  position: absolute;
  top: calc(calc(50 / 375) * -100vw);
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 576px), print {
  .top-message .heading {
    width: calc(calc(520 / 1400) * 100vw);
    top: calc(calc(90 / 1400) * -100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .top-message .heading {
    width: 520px;
    top: -80px;
  }
}

/* テキスト --------------------------------*/
.top-message .text1-wrap {
  position: relative;
}

.top-message .text1-wrap::before {
  content: '';
  display: inline-block;
  background-image: url('../img/top/message_cloud.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 718/204;
  width: calc(100% + 20px);
  height: auto;
  opacity: 0.5;
  position: absolute;
  bottom: -20px;
  left: -10px;
  z-index: -1;
}

.top-message .text1 {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  background-image: url('../img/top/message_text_sp.png');
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 64/20;
  width: calc(100% + 20px);
  height: auto;
  margin-left: -10px;
}

@media screen and (max-width: 767px) {
  .top-message .text1-wrap::before {
    max-width: 400px;
    left: 50%;
    transform: translateX(-50%);
  }

  .top-message .text1 {
    max-width: 320px;
  }
}

@media screen and (min-width: 768px), print {
  .top-message .text1 {
    background-image: url('../img/top/message_text.png');
    aspect-ratio: 64/19;
    width: calc(calc(640 / 1400) * 100vw);
    position: absolute;
    top: calc(calc(260 / 1400) * 100vw);
    left: 0;
  }

  .top-message .text1-wrap::before {
    width: calc(calc(800 / 1400) * 100vw);
    bottom: auto;
    top: calc(calc(260 / 1400) * 100vw);
    left: calc(calc(40 / 1400) * -100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .top-message .text1 {
    width: 640px;
    top: 240px;
  }

  .top-message .text1-wrap::before {
    width: 800px;
    top: 220px;
    left: -40px;
  }
}


/* box --------------------------------*/
.top-message .box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr calc(calc(190 / 375) * 100vw);
  margin-top: 10px;
  z-index: 10;
}

.top-message .box::before {
  content: '';
  display: inline-block;
  background-image: url('../img/top/message_hanabi.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 528/512;
  width: 50%;
  height: auto;
  opacity: 0.3;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: -1;
}

.top-message .box .content {
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .top-message .box {
    margin: 0 calc(50% - 50vw + 30px);
    width: calc(100vw - 60px);
  }
}

@media screen and (min-width: 576px), print {
  .top-message .box {
    grid-template-columns: 1fr 200px;
  }
}

@media screen and (min-width: 768px), print {
  .top-message .box {
    grid-template-columns: calc(calc(600 / 1400) * 100vw) 1fr;
  }

  .top-message .box::before {
    width: calc(calc(280 / 1400) * 100vw);
    top: calc(calc(80 / 1400) * -100vw);
    left: calc(calc(40 / 1400) * -100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .top-message .box {
    grid-template-columns: 700px 1fr;
    margin-top: 30px;
  }

  .top-message .box::before {
    width: 280px;
    top: -80px;
    left: -40px;
  }
}


/* 吹き出し --------------------------------*/
.top-message .balloon-wrap {
  width: 100%;
  text-align: right;
}

.top-message .balloon {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  background-image: url('../img/top/message_balloon.png');
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 24/17;
  width: 120px;
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 576px), print {
  .top-message .balloon {
    width: 140px;
  }
}

@media screen and (min-width: 768px), print {
  .top-message .balloon {
    width: calc(calc(240 / 1400) * 100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .top-message .balloon {
    width: 240px;
  }
}


/* つなぐ --------------------------------*/
.top-message .tsunagu {
  width: 100%;
}

.top-message .tsunagu img {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .top-message .tsunagu {
    height: calc(calc(1060 / 1400) * 100vw);
  }

  .top-message .tsunagu img {
    width: calc(calc(540 / 1400) * 100vw);
    position: absolute;
    top: 0;
    right: calc(calc(80 / 1400) * -100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .top-message .tsunagu {
    height: 940px;
  }

  .top-message .tsunagu img {
    width: 480px;
    right: -80px;
  }
}


/* LINE --------------------------------*/
.top-message .line-cont .line-friend {
  font-size: 0;
  margin-bottom: 20px;
}

.top-message .line-cont .line-friend a {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  background-image: url('../img/top/message_line.png');
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 22/6;
  width: 100%;
  max-width: 220px;
  height: auto;
}

.top-message .line-cont .line-id {
  color: var(--color-text);
  font-family: var(--font-en);
  font-size: 0.9rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .top-message .line-cont {
    width: 100%;
    margin-left: 20px;
  }

  .top-message .line-cont .line-id {
    margin-bottom: 20px;
  }

  .top-message .line-cont .qr {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .top-message .line-cont {
    display: grid;
    grid-template-columns: 1fr calc(calc(160 / 1400) * 100vw);
    column-gap: calc(calc(80 / 1400) * 100vw);
    align-items: center;
  }

  .top-message .line-cont .line-wrap a {
    display: grid;
    grid-template-columns: calc(calc(60 / 1400) * 100vw) 1fr;
    column-gap: calc(calc(40 / 1400) * 100vw);
    align-items: center;
    text-align: left;
  }

  .top-message .line-cont .line-friend {
    margin-bottom: calc(calc(40 / 1400) * 100vw);
  }

  .top-message .line-cont .line-friend a {
    width: calc(calc(220 / 1400) * 100vw);
  }

  .top-message .line-cont .line-wrap .line {
    width: calc(calc(60 / 1400) * 100vw);
  }

  .top-message .line-cont .qr img {
    width: 100%;
  }

  .top-message .line-cont .qr {
    width: calc(calc(160 / 1400) * 100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .top-message .line-cont {
    grid-template-columns: 1fr 160px;
    column-gap: 80px;
  }

  .top-message .line-cont .line-wrap a {
    grid-template-columns: 60px 1fr;
    column-gap: 40px;
  }

  .top-message .line-cont .line-friend {
    margin-bottom: 40px;
  }

  .top-message .line-cont .line-friend a {
    width: 220px;
  }

  .top-message .line-cont .line-wrap .line {
    width: 60px;
  }

  .top-message .line-cont .qr {
    width: 160px;
  }
}


/* 投稿方法 --------------------------------*/
.top-message .message-post {
  margin-top: 20px;
}

.top-message .message-post .post-list li {
  display: grid;
  grid-template-columns: 25px 1fr;
  text-align: left;
  font-size: 0.9rem;
  font-weight: bold;
}

.top-message .message-post .post-list li+li {
  margin-top: 0.5em;
}

.top-message .message-post .post-list li .num {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: white;
  font-family: var(--font-en);
  font-size: 1rem;
  font-weight: 600;
}

@media screen and (min-width: 768px), print {
  .top-message .message-post {
    width: calc(calc(600 / 1400) * 100vw);
    position: absolute;
    bottom: calc(calc(360 / 1400) * 100vw);
    left: 40px;
  }

  .top-message .message-post .heading-tertiary-min {
    font-size: calc(calc(32 / 1400) * 100vw);
    margin-bottom: 20px;
  }

  .top-message .message-post .post-list li {
    grid-template-columns: 35px 1fr;
    font-size: 1rem;
  }

  .top-message .message-post .post-list li+li {
    margin-top: 1em;
  }

  .top-message .message-post .post-list li .num {
    width: 25px;
    height: 25px;
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1400px), print {
  .top-message .message-post {
    width: 640px;
    bottom: 340px;
    left: 60px;
  }

  .top-message .message-post .post-list li {
    grid-template-columns: 50px 1fr;
    font-size: 1.2rem;
  }

  .top-message .message-post .post-list li .num {
    width: 30px;
    height: 30px;
    font-size: 1.1rem;
  }
}


/*------------------------------------------*/
/* ウラ話
/*------------------------------------------*/

.top-inside .box {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}

.top-inside .box .heading {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  background-image: url('../img/top/top_inside.png');
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 300/294;
  width: 100%;
  max-width: 300px;
  height: auto;
}

@media screen and (max-width: 833px) {
  .top-inside .box .heading {
    width: 160px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 834px), print {
  .top-inside .box {
    grid-template-columns: 220px 1fr;
    row-gap: 0;
    column-gap: 40px;
    align-items: flex-end;
  }

  .top-inside .box .text {
    font-size: 1.2rem;
  }

  .top-inside .box .btn-type-wrap {
    text-align: right;
  }
}

@media screen and (min-width: 1024px), print {
  .top-inside .box {
    grid-template-columns: 300px 1fr;
    column-gap: 100px;
  }

  .top-inside .box .text {
    font-size: 1.3rem;
  }
}


/*------------------------------------------*/
/* 練習⾵景取材
/*------------------------------------------*/

.top-report {
  margin-top: 100px;
}

@media screen and (min-width: 768px), print {
  .top-report {
    margin-top: 140px;
  }
}

@media screen and (min-width: 834px), print {
  .top-report {
    margin-top: 180px;
  }
}

/* 見出し --------------------------------*/
.top-report .heading {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: inline-block;
  background-image: url('../img/top/report_heading.png');
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 66/12;
  width: calc(calc(300 / 375) * 100vw);
  height: auto;
  position: absolute;
  top: calc(calc(40 / 375) * -100vw);
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 576px), print {
  .top-report .heading {
    width: calc(calc(660 / 1400) * 100vw);
    top: calc(calc(80 / 1400) * -100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .top-report .heading {
    width: 660px;
    top: -80px;
  }
}

/* 一覧 --------------------------------*/
.top-report .contents-box {
  margin-top: 20px;
}

@media screen and (min-width: 834px), print {
  .top-report .contents-box {
    margin-top: 40px;
  }
}

/* Coming Soon --------------------------------*/

.page-top .contents-box .contens .soon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(55, 55, 55, .5);
  border-radius: 10px;
  aspect-ratio: 520/293;
  width: 100%;
  height: auto;
  color: white;
  font-family: var(--font-en);
  font-size: 1.2rem;
  font-weight: 600;
}