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

/*------------------------------------------*/
/* topmain
/*------------------------------------------*/

.topmain {
  position: relative;
  max-width: 600px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 40px;
}

.topmain .text-oshi {
  margin-top: 20px;
}

.topmain .logo-yk {
  margin-top: 10px;
}

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

@media screen and (min-width: 768px), print {
  .topmain {
    font-size: 1.4rem;
    margin-top: 60px;
  }

  .topmain .br-non {
    display: none;
  }
}

@media screen and (min-width: 834px), print {
  .topmain {
    max-width: 700px;
    font-size: 1.6rem;
    margin-top: 100px;
  }
}

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

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

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

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

/*------------------------------------------*/
/* schedule
/*------------------------------------------*/

/* 日付 --------------------------------*/
.top-schedule__day {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  aspect-ratio: 18/8;
  width: 100px;
  height: auto;
}

.top-schedule__day.second {
  background: url('./img/top/day_2.svg') no-repeat;
  background-size: 100%;
}

.top-schedule__day.third {
  background: url('./img/top/day_3.svg') no-repeat;
  background-size: 100%;
}

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

@media screen and (min-width: 834px), print {
  .top-schedule__day {
    width: 200px;
  }
}

/* 時間 --------------------------------*/
.top-schedule__time {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 0.5em;
}

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

@media screen and (min-width: 768px), print {
  .top-schedule__time {
    font-size: 2rem;
  }

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

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

  .top-schedule__time .min {
    font-size: 1.8rem;
  }
}

/* テキスト --------------------------------*/
.top-schedule__text {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2em;
}

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

/* 注意 --------------------------------*/
.top-schedule__notes {
  font-size: 0.9rem;
}


/*------------------------------------------*/
/* schedule contents
/*------------------------------------------*/

.top-schedule__contents {
  text-align: left;
  border: solid 1px var(--color-blue);
  padding: 10px;
  margin-top: 20px;
}

.top-schedule__contents.orange {
  border-color: var(--color-orange);
}

.top-schedule__contents .box {
  font-size: 1rem;
  font-weight: 500;
}

.top-schedule__contents .box .time {
  font-weight: 600;
}

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

@media screen and (min-width: 768px), print {
  .top-schedule__contents {
    padding: 10px 20px;
  }

  .top-schedule__contents .box {
    display: grid;
    grid-template-columns: 180px 1fr;
    column-gap: 20px;
    font-size: 1.4rem;
  }

  .top-schedule__contents.wide .box {
    grid-template-columns: 240px 1fr;
  }
}

/* 出演 --------------------------------*/
.top-schedule__contents .cast {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 10px;
}

.top-schedule__contents .cast img {
  width: 100%;
  max-width: 120px;
  border-radius: 50%;
}

.top-schedule__contents .cast .caption {
  text-align: center;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-top: 0.5em;
}

@media screen and (min-width: 768px), print {
  .top-schedule__contents .cast {
    grid-template-columns: repeat(5, 1fr);
    row-gap: 0;
    column-gap: 10px;
    max-width: calc(calc(120px * 5) + 40px);
  }

  .top-schedule__contents .cast li {
    max-width: 120px;
  }

  .top-schedule__contents .cast .caption {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 834px), print {
  .top-schedule__contents .cast {
    column-gap: 30px;
    max-width: calc(calc(120px * 5) + 120px);
  }

  .top-schedule__contents .cast .caption {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 1240px), print {
  .top-schedule__contents .cast {
    column-gap: 40px;
    max-width: calc(calc(120px * 5) + 160px);
  }
}

/* 山車順番 --------------------------------*/
.top-schedule__contents .list-num li {
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  font-size: 0.9rem;
  font-weight: 500;
}

.top-schedule__contents .list-num .num {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px var(--color-blue);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  color: var(--color-blue);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
  padding-top: 1px;
}

@media screen and (min-width: 768px), print {
  .top-schedule__contents .list-wrap {
    display: flex;
  }

  .top-schedule__contents .list-wrap ul+ul {
    margin-left: 100px;
  }
}

@media screen and (min-width: 834px), print {
  .top-schedule__contents .list-wrap ul+ul {
    margin-left: 160px;
  }

  .top-schedule__contents .list-num li {
    grid-template-columns: 40px 1fr;
    font-size: 1rem;
  }

  .top-schedule__contents .list-num .num {
    width: 25px;
    height: 25px;
    font-size: 0.9rem;
  }
}

/* flex --------------------------------*/
.top-schedule__contents .list {
  font-size: 0.9rem;
  font-weight: 500;
}

.top-schedule__contents .list-box .heading-quinary {
  margin-bottom: 10px;
}

@media screen and (min-width: 834px), print {
  .top-schedule__contents .list-box {
    display: flex;
    align-items: flex-start;
  }

  .top-schedule__contents .list-box .heading-quinary {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .top-schedule__contents .list {
    font-size: 1rem;
    margin-left: 40px;
  }
}


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

.top-schedule__rerun {
  line-height: 1.1;
  margin-top: 20px;
}

.top-schedule__rerun .heading {
  display: inline-block;
  background: var(--color-blue);
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 10px;
}

.top-schedule__rerun .time {
  font-size: 1rem;
  font-weight: 500;
  margin-top: 10px;
}

@media screen and (min-width: 768px), print {
  .top-schedule__rerun {
    text-align: left;
    display: grid;
    grid-template-columns: 120px 1fr;
    column-gap: 40px;
    align-items: center;
  }

  .top-schedule__rerun .heading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
  }

  .top-schedule__rerun .time {
    margin-top: 0;
  }
}

@media screen and (min-width: 834px), print {
  .top-schedule__rerun {
    grid-template-columns: 160px 1fr;
    margin-top: 40px;
  }

  .top-schedule__rerun .heading {
    width: 160px;
    font-size: 1.4rem;
    padding: 10px 20px;
  }

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

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

.top-schedule__vod {
  display: inline-block;
  background: var(--color-orange);
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 20px;
  margin-top: 60px;
}

/*------------------------------------------*/
/* コネクト
/*------------------------------------------*/

.top-connect .btn-type-rounded {
  width: 100%;
  font-size: 1rem;
}

@media screen and (min-width: 834px), print {
  .top-connect .btn-type-rounded {
    font-size: 1.2rem;
    padding: 20px 50px 20px 20px;
  }
}


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

.top-official .text {
  font-size: 1rem;
}

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


/*------------------------------------------*/
/* SNS
/*------------------------------------------*/

.top-sns .heading-wrap {
  margin-bottom: 30px;
}

.top-sns .heading-wrap .heading {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background: url('./img/top/sns_heading.svg') no-repeat;
  background-size: 100%;
  aspect-ratio: 1/1;
  width: 80px;
  height: auto;
}

.top-sns .heading-wrap .catch {
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (min-width: 768px), print {
  .top-sns .heading-wrap {
    display: grid;
    grid-template-columns: 80px 1fr;
    column-gap: 40px;
    align-items: center;
  }
}

@media screen and (min-width: 834px), print {
  .top-sns .heading-wrap {
    grid-template-columns: 120px 1fr;
    column-gap: 60px;
    margin-bottom: 60px;
  }

  .top-sns .heading-wrap .heading {
    width: 120px;
  }

  .top-sns .heading-wrap .catch {
    font-size: 2rem;
  }
}

/* box --------------------------------*/
.top-sns__box {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}

.top-sns__box .cont {
  text-align: center;
  border: solid 1px var(--color-text);
  border-radius: 20px;
  padding: 20px;
}

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

  .top-sns__box .cont {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
  }
}

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

  .top-sns__box .cont {
    padding: 60px;
  }
}

/* btn sns --------------------------------*/
.top-sns__box .cont .btn-wrap,
.top-sns__box .cont .sns-list {
  margin: 0 auto;
  margin-top: 20px;
}

.top-sns__box .sns-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  align-items: center;
}

.top-sns__box .sns-list .sns-insta,
.top-sns__box .sns-list .sns-x {
  width: 40px;
}

.top-sns__box .sns-list li .item {
  color: var(--color-text);
  font-size: 1rem;
}

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

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


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

.top-message .heading {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background: url('./img/top/top_message_heading.svg') no-repeat;
  background-size: 100%;
  aspect-ratio: 60/8;
  width: 200px;
  height: auto;
  margin-bottom: 40px;
}

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

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

/* catch --------------------------------*/
.top-message .catch {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .top-message .catch {
    text-align: left;
  }
}

@media screen and (min-width: 834px), print {
  .top-message .catch {
    font-size: 1.2rem;
    margin-bottom: 80px;
  }
}

/* oshi --------------------------------*/
.top-message .oshi {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background: url('./img/top/top_message_oshi.png') no-repeat;
  background-size: 100%;
  aspect-ratio: 11/6;
  width: 100%;
  max-width: 1100px;
  height: auto;
}


/* box --------------------------------*/
.top-message__box {
  position: relative;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .top-message__box {
    padding-top: 60px;
  }
}

@media screen and (min-width: 768px), print {
  .top-message__box {
    display: inline-block;
  }
}

/* present --------------------------------*/
.top-message .present {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background: url('./img/top/top_message_present.svg') no-repeat;
  background-size: 100%;
  aspect-ratio: 1/1;
  width: 80px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

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

/* list --------------------------------*/
.top-message__list {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  line-height: 2;
  padding: 20px;
  font-size: 1rem;
  font-weight: bold;
}

.top-message__list li p {
  display: inline-block;
}

.top-message__list li p+p {
  margin-left: 1em;
}

.top-message__list .quo {
  color: var(--color-light-blue);
  font-size: 1rem;
  font-weight: bold;
}

.top-message__list .num {
  color: var(--color-red);
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .top-message__list {
    display: inline-block;
    padding: 30px 60px 30px 140px;
    margin-left: 80px;
  }
}

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

  .top-message__list .num {
    font-size: 2rem;
  }
}

/*------------------------------------------*/
/* shishimai
/*------------------------------------------*/

.top-shishimai .text {
  font-size: 1rem;
}

@media screen and (min-width: 768px), print {
  .top-shishimai .text {
    padding-left: 180px;
  }
}

@media screen and (min-width: 834px), print {
  .top-shishimai .text {
    font-size: 1.2rem;
    padding-left: 0;
  }
}

@media screen and (min-width: 1000px), print {
  .top-shishimai .text {
    padding-left: calc(calc(200 / 1240) * 100vw);
  }
}

@media screen and (min-width: 1240px), print {
  .top-shishimai .text {
    padding-left: 200px;
  }
}

/* イラスト --------------------------------*/
.top-shishimai {
  position: relative;
}

.top-shishimai::before {
  content: '';
  display: inline-block;
  background: url('./img/top/top_shishimai.png') no-repeat;
  background-size: 100%;
  aspect-ratio: 20/19;
  width: 100px;
  height: auto;
  position: absolute;
  top: -60px;
  left: 20px;
  z-index: 10;
}

@media screen and (min-width: 768px), print {
  .top-shishimai::before {
    width: 150px;
    top: -40px;
  }
}

@media screen and (min-width: 834px), print {
  .top-shishimai::before {
    width: calc(calc(200 / 1240) * 100vw);
    top: -100px;
  }
}

@media screen and (min-width: 1000px), print {
  .top-shishimai::before {
    top: -40px;
  }
}

@media screen and (min-width: 1240px), print {
  .top-shishimai::before {
    width: 200px;
  }
}

/*------------------------------------------*/
/* dance
/*------------------------------------------*/

.top-dance .youtube-box {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  margin-top: 40px;
}

.top-dance .youtube-box .caption {
  font-size: 0.9rem;
  font-weight: 500;
  margin-top: 1em;
}

@media screen and (min-width: 768px), print {
  .top-dance .youtube-box {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0;
    column-gap: 60px;
    margin-top: 60px;
  }

  .top-dance .youtube-box .caption {
    font-size: 1rem;
  }
}


.top-dance .youtube-box .youtube .comingsoon {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}