@charset "utf-8";

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

/*------------------------------------------*/
/* 共通
/*------------------------------------------*/

/* ボタン --------------------------------*/
.page-top .btn-type-square {
  font-size: 1.1rem;
}

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

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

.topmain {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 50vh;
}

.topmain .catchcopy {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background-image: url('../img/top/topmain.png');
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 80/28;
  width: 800px;
  max-width: 90%;
  height: auto;
  position: absolute;
  bottom: 10vh;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px), print {
  .topmain .catchcopy {
    max-width: 80%;
  }
}

@media screen and (min-width: 834px), print {
  .topmain {
    height: calc(100vh - 240px);
  }

  .topmain .catchcopy {
    max-width: 80%;
    width: auto;
    height: 40vh;
    bottom: 5vh;
  }
}

@media screen and (min-width: 1400px), print {
  .topmain .catchcopy {
    bottom: 8vh;
  }
}

@media screen and (max-height: 500px) {
  .topmain {
    height: 100vh;
  }
}

@media screen and (min-width: 834px) and (max-height: 700px) {
  .topmain {
    height: 100vh;
  }
}



/*------------------------------------------*/
/* お知らせ 今日の放送試合
/*------------------------------------------*/

.top-info {
  text-align: left;
  border-style: solid;
  border-width: 4px;
  border-radius: 20px;
  overflow: hidden;
}

.top-schedule {
  background: var(--color-schedule-back);
  border-color: var(--color-schedule-border);
}

.top-news {
  background: var(--color-news-back);
  border-color: var(--color-news-border);
  margin-top: 20px;
}

.top-info .box {
  position: relative;
}

@media screen and (min-width: 834px), print {
  .top-info .box {
    display: grid;
    grid-template-columns: 240px 1fr;
  }
}

/* 見出し --------------------------------*/
.top-info-heading {
  position: relative;
  border-style: solid;
  border-width: 0 0 4px 0;
  border-color: var(--color-schedule-border);
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px;
}

.top-news .top-info-heading {
  border-color: var(--color-news-border);
}

@media screen and (min-width: 834px), print {
  .top-info-heading {
    border-width: 0 4px 0 0;
    font-size: 1.5rem;
    padding: 20px 25px;
  }
}

/* リスト --------------------------------*/
.top-post-list li a {
  position: relative;
  display: block;
  color: white;
  font-size: 0.9rem;
  padding: 10px;
  transition: all .3s ease;
}

.top-news .top-post-list li a {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: var(--color-news-border);
}

.top-post-list li a .date {
  font-family: var(--font-en);
  font-weight: bold;
}

.top-post-list a:hover {
  text-decoration: none;
}

@media screen and (min-width: 834px), print {
  .top-post-list li:last-child {
    padding-bottom: 0;
  }

  .top-schedule .top-post-list li {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .top-schedule .top-post-list li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    padding: 20px 25px;
  }

  .top-schedule .top-post-list li a .inner {
    display: grid;
    grid-template-columns: 7em 1fr;
    width: 100%;
  }

  .top-news .top-post-list li a {
    display: grid;
    grid-template-columns: 7em 1fr;
    width: 100%;
    height: 100%;
    font-size: 1rem;
    padding: 20px 25px;
  }

  .top-post-list a:hover {
    background: rgba(255, 255, 255, 0.2);
    background: var(--color-dark-blue-navback);
  }
}

/* ボタン --------------------------------*/
.top-info__btn a {
  position: relative;
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 0 0;
  border-color: var(--color-schedule-border);
  width: 100%;
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 10px;
  transition: all .3s ease;
}

.top-news .top-info__btn a {
  border-color: var(--color-news-border);
}

.top-info__btn a::before {
  content: '';
  display: inline-block;
  background-image: url('../img/common/arrow/arrow_white.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 12/11;
  width: 10px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all .3s ease;
}

.top-info__btn a:hover {
  text-decoration: none;
}

@media screen and (min-width: 834px), print {
  .top-info__btn {
    width: 236px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .top-info__btn a {
    border-width: 4px 0 0 0;
    font-size: 1rem;
    padding: 20px 25px;
  }

  .top-info__btn a::before {
    width: 20px;
    right: 25px;
  }

  .top-info__btn a:hover {
    background: rgba(255, 255, 255, 0.2);
    background: var(--color-dark-blue-navback);
  }

  .top-info__btn a:hover::before {
    right: 20px;
  }
}


/*------------------------------------------*/
/* チャンネルガイド
/*------------------------------------------*/

.top-channel::after {
  content: '';
  display: inline-block;
  background-image: url('../img/top/top_channel_img_02.png');
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 360/234;
  width: calc((360 / 2 / 400) * 100vw);
  height: auto;
  position: absolute;
  bottom: -40px;
  left: 20px;
}

@media screen and (min-width: 576px), print {
  .top-channel::after {
    width: calc((360 / 2.5 / 400) * 100vw);
    bottom: calc(calc(100 / 834) * -100vw);
  }
}

@media screen and (min-width: 834px), print {
  .top-channel::after {
    width: calc(calc(360 / 1400) * 100vw);
    left: calc(calc(60 / 1400) * -100vw);
    bottom: calc(calc(150 / 1400) * -100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .top-channel::after {
    width: 360px;
    bottom: -150px;
    left: -60px;
  }
}


/* box-1 --------------------------------*/
.top-channel .box-1 .heading {
  position: relative;
}

.top-channel .box-1 .heading::before {
  content: '';
  display: inline-block;
  background-image: url('../img/top/top_channel_img_01.png');
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 246/250;
  width: calc((246 / 2 / 400) * 100vw);
  height: auto;
  position: absolute;
  top: calc(calc(85 / 400) * -100vw);
  right: 0;
}

@media screen and (min-width: 576px), print {
  .top-channel .box-1 .heading::before {
    width: calc((246 / 2.5 / 400) * 100vw);
    top: calc(calc(125 / 834) * -100vw);
  }
}

@media screen and (min-width: 834px), print {
  .top-channel .box-1 .heading::before {
    width: calc(calc(246 / 1400) * 100vw);
    top: calc(calc(170 / 1400) * -100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .top-channel .box-1 .heading::before {
    width: 246px;
    top: -170px;
  }
}


/* 画像 --------------------------------*/
.top-channel .box-1 .channel,
.top-channel .box-1 .heading,
.top-channel .box-2 .date-1,
.top-channel .box-2 .date-2,
.top-channel .box-3 .channel,
.top-channel .box-3 .heading {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.top-channel .box-1 .channel {
  background-image: url('../img/top/top_channel_01.svg');
  aspect-ratio: 357/260;
  width: calc((200 / 400) * 100vw);
}

.top-channel .box-1 .heading {
  background-image: url('../img/top/top_channel_heading_01.png');
  aspect-ratio: 126/52;
  width: 100%;
}

.top-channel .box-2 .date-1 {
  background-image: url('../img/top/top_channel_date_01.svg');
  aspect-ratio: 136/60;
  width: calc((86 / 400) * 100vw);
}

.top-channel .box-2 .date-2 {
  background-image: url('../img/top/top_channel_date_02.svg');
  aspect-ratio: 172/60;
  width: calc((106 / 400) * 100vw);
}

.top-channel .box-3 .channel {
  background-image: url('../img/top/top_channel_02.svg');
  aspect-ratio: 240/179;
  width: calc((140 / 400) * 100vw);
}

.top-channel .box-3 .heading {
  background-image: url('../img/top/top_channel_heading_02.svg');
  aspect-ratio: 780/139;
  width: 100%;
}

@media screen and (min-width: 834px), print {
  .top-channel .box-2 .date-1 {
    width: calc(calc(136 / 1400) * 100vw);
  }

  .top-channel .box-2 .date-2 {
    width: calc(calc(172 / 1400) * 100vw);
  }

  .top-channel .box-1 .channel,
  .top-channel .box-3 .channel {
    width: 100%;
  }
}

@media screen and (min-width: 1400px), print {
  .top-channel .box-2 .date-1 {
    width: 136px;
  }

  .top-channel .box-2 .date-2 {
    width: 172px;
  }
}

/* レイアウト --------------------------------*/

@media screen and (max-width: 833px) {

  .top-channel .box-1,
  .top-channel .box-3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .top-channel .box-1 .channel,
  .top-channel .box-1 .heading,
  .top-channel .box-3 .channel,
  .top-channel .box-3 .heading {
    margin: 0 auto;
  }

  .top-channel .box-1 .channel {
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .top-channel .box-3 .heading {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .top-channel .box-1 .channel {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .top-channel .box-3 .heading {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 834px), print {
  .top-channel .box-1 {
    display: grid;
    grid-template-columns: calc(calc(357 / 1400) * 100vw) calc(calc(630 / 1400) * 100vw);
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
  }

  .top-channel .box-3 {
    display: grid;
    grid-template-columns: calc(calc(240 / 1400) * 100vw) calc(calc(760 / 1400) * 100vw);
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
  }
}

@media screen and (min-width: 1400px), print {
  .top-channel .box-1 {
    grid-template-columns: 357px 630px;
  }

  .top-channel .box-3 {
    grid-template-columns: 240px 760px;
  }
}

/* テキスト --------------------------------*/
.top-channel .text {
  font-size: 0.9rem;
  margin-top: 40px;
}

/* box-2 --------------------------------*/
.top-channel .box-2 {
  text-align: left;
}

.top-channel .box-2 .group {
  position: relative;
  display: grid;
  grid-template-columns: calc(calc(120 / 400) * 100vw) 2fr;
  align-items: center;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 6px;
}

.top-channel .box-2 .group .heading,
.top-channel .box-2 .group .cont {
  position: relative;
  color: var(--color-main);
  font-weight: bold;
  padding: 10px;
}

.top-channel .box-2 .group .cont::after {
  content: '';
  display: inline-block;
  background: var(--color-main);
  width: 2px;
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.top-channel .box-2 .group .cont {
  font-size: 0.9rem;
  line-height: 1.2;
}

.top-channel .box-2 .group .cont .large {
  font-size: 1.2rem;
}

@media screen and (max-width: 833px) {
  .top-channel .box-2 .group-2 {
    margin-top: 20px;
  }
}

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

  .top-channel .box-2 .group .heading,
  .top-channel .box-2 .group .cont {
    padding: 20px;
  }

  .top-channel .box-2 .group .cont::after {
    height: calc(100% - 30px);
  }

  .top-channel .box-2 .group .cont {
    font-size: 1rem;
  }

  .top-channel .box-2 .group .cont .large {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 834px), print {
  .top-channel .box-2 {
    display: grid;
    grid-template-columns: 11fr 12fr;
    column-gap: calc(calc(40 / 1400) * 100vw);
    align-items: center;
  }

  .top-channel .box-2 .group-1 {
    grid-template-columns: 20fr 32fr;
  }

  .top-channel .box-2 .group-2 {
    grid-template-columns: 23fr 29fr;
  }

  .top-channel .box-2 .group .heading,
  .top-channel .box-2 .group .cont {
    padding: calc(calc(20 / 1400) * 100vw);
  }

  .top-channel .box-2 .group .cont {
    font-size: calc(calc(16 / 1400) * 100vw);
  }

  .top-channel .box-2 .group .cont .large {
    font-size: calc(calc(28 / 1400) * 100vw);
    margin-bottom: 0.3em;
  }
}

@media screen and (min-width: 1400px), print {
  .top-channel .box-2 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 40px;
  }

  .top-channel .box-2 .group .heading,
  .top-channel .box-2 .group .cont {
    padding: 20px;
  }

  .top-channel .box-2 .group .cont {
    font-size: 1.1rem;
  }

  .top-channel .box-2 .group .cont .large {
    font-size: 1.8rem;
  }
}


/*------------------------------------------*/
/* トーナメント表
/*------------------------------------------*/

.top-tournament {
  position: relative;
}

.top-tournament::before {
  content: '';
  display: inline-block;
  background-image: url('../img/top/top_tournament_img.png');
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1200/761;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: auto;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
}

@media screen and (min-width: 834px), print {
  .top-tournament::before {
    width: 100%;
    margin: 0;
    top: auto;
    bottom: 0;
    left: 0;
  }
}

/* 見出し --------------------------------*/
.top-tournament .heading {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: block;
  background-image: url('../img/top/top_tournament_heading.png');
  aspect-ratio: 120/28;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin-bottom: 40px;
}

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

/* 画像 --------------------------------*/
.top-tournament .image img {
  width: 100%;
  max-width: 520px;
  transition: all .3s ease;
}

.top-tournament .image {
  margin: 0 auto;
}

.top-tournament .image a {
  box-shadow: var(--box-shadow);
}

.top-tournament .image a img:hover {
  text-decoration: none;
  box-shadow: var(--box-shadow-hover);
}


/*------------------------------------------*/
/* ガイド
/*------------------------------------------*/

.top-guide {
  position: relative;
}

.top-guide::before {
  content: '';
  display: inline-block;
  background-image: url('../img/top/top_guide_img.png');
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 400/215;
  width: calc((400 / 2 / 400) * 100vw);
  height: auto;
  position: absolute;
  bottom: calc(calc(70 / 400) * -100vw);
  right: 0;
}

@media screen and (min-width: 576px), print {
  .top-guide::before {
    width: calc((400 / 2.5 / 400) * 100vw);
    bottom: calc(calc(80 / 834) * -100vw);
  }
}

@media screen and (min-width: 834px), print {
  .top-guide::before {
    width: calc(calc(400 / 1400) * 100vw);
    bottom: calc(calc(70 / 1400) * -100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .top-guide::before {
    width: 400px;
    bottom: -50px;
  }
}

/* 見出し --------------------------------*/
.top-guide .heading {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: block;
  background-image: url('../img/top/top_guide_heading_sp.svg');
  aspect-ratio: 320/94;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0 auto;
}

@media screen and (min-width: 834px), print {
  .top-guide .heading {
    background-image: url('../img/top/top_guide_heading.svg');
    aspect-ratio: 1080/78;
  }
}

/* テキスト --------------------------------*/
.top-guide .desc {
  position: relative;
  margin-top: 120px;
  margin-bottom: 40px;
}

.top-guide .desc::before {
  content: '';
  display: inline-block;
  background-image: url('../img/common/icon_tv.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 80/96;
  width: 40px;
  height: auto;
  position: absolute;
  top: -80px;
}

.top-guide .desc p {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: block;
  background-image: url('../img/top/top_guide_text.svg');
  aspect-ratio: 462/100;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 833px) {
  .top-guide .desc {
    width: 100%;
  }

  .top-guide .desc::before {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 834px), print {
  .top-guide .desc {
    display: inline-block;
    padding-left: 80px;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .top-guide .desc::before {
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .top-guide .desc p {
    width: calc(calc(462 / 1400) * 100vw);
  }
}

@media screen and (min-width: 1024px), print {
  .top-guide .desc {
    padding-left: 120px;
  }

  .top-guide .desc::before {
    width: 80px;
  }

  .top-guide .desc p {
    width: 462px;
  }
}


/*------------------------------------------*/
/* チーム紹介
/*------------------------------------------*/

.top-teams {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}

.top-teams::before,
.top-teams::after {
  content: '';
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
}

.top-teams::before {
  background-image: url('../img/top/top_teams_img_01.png');
  aspect-ratio: 240/361;
  width: calc((240 / 2 / 400) * 100vw);
  top: -70px;
  left: -10px;
}

.top-teams::after {
  background-image: url('../img/top/top_teams_img_02.png');
  aspect-ratio: 380/246;
  width: calc((380 / 2 / 400) * 100vw);
  bottom: -70px;
  right: 10px;
}

@media screen and (min-width: 576px), print {
  .top-teams::before {
    width: calc(calc(240 / 1400) * 100vw);
    top: calc(calc(130 / 1400) * -100vw);
    left: calc(calc(90 / 1400) * -100vw);
  }

  .top-teams::after {
    width: calc(calc(380 / 1400) * 100vw);
    bottom: calc(calc(100 / 1400) * -100vw);
    right: calc(calc(40 / 1400) * -100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .top-teams::before {
    width: 240px;
    top: -130px;
    left: -90px;
  }

  .top-teams::after {
    width: 380px;
    bottom: -100px;
    right: -40px;
  }
}

/* 見出し --------------------------------*/
.top-teams .heading {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background-image: url('../img/top/top_teams_heading.png');
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 120/24;
  width: 100%;
  height: auto;
}

/* ボタン --------------------------------*/
.top-teams .btn-wrap {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 40px;
}

@media screen and (min-width: 768px), print {
  .top-teams .btn-wrap {
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 834px), print {
  .top-teams .btn-wrap {
    width: calc(100% - 120px);
    margin-top: 60px;
  }
}


/*------------------------------------------*/
/* 応援メッセージ LINE
/*------------------------------------------*/

.top-message {
  position: relative;
  background: var(--color-light-yellow);
  border-color: var(--color-green);
}

.top-message::before,
.top-message::after {
  content: '';
  display: inline-block;
  background-size: 100%;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
}

.top-message::before {
  background-image: url('../img/top/top_message_img_01.svg');
  aspect-ratio: 120/287;
  width: calc((120 / 2 / 400) * 100vw);
  top: calc((80 / 400) * -100vw);
  left: 0px;
}

.top-message::after {
  background-image: url('../img/top/top_message_img_02.svg');
  aspect-ratio: 100/92;
  width: 50px;
  bottom: 0;
}

@media screen and (max-width: 575px) {
  .top-message::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (min-width: 576px), print {
  .top-message::before {
    width: calc((120 / 2.5 / 400) * 100vw);
    top: calc(calc(140 / 834) * -100vw);
    left: calc(calc(30 / 834) * 100vw);
  }

  .top-message::after {
    width: calc((100 / 2.5 / 400) * 100vw);
    right: 20px;
  }
}

@media screen and (min-width: 834px), print {
  .top-message::before {
    width: calc(calc(120 / 1400) * 100vw);
    top: calc(calc(120 / 1400) * -100vw);
    left: calc(calc(40 / 1400) * 100vw);
  }

  .top-message::after {
    width: calc(calc(100 / 1400) * 100vw);
    right: 40px;
  }
}

@media screen and (min-width: 1240px), print {
  .top-message::before {
    width: calc(calc(120 / 1400) * 100vw);
    top: calc(calc(80 / 1400) * -100vw);
    left: calc(calc(60 / 1400) * 100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .top-message::before {
    width: 120px;
    top: -80px;
    left: 60px;
  }

  .top-message::after {
    width: 100px;
    right: 60px;
  }
}


/* 見出し --------------------------------*/
.top-message h2.heading {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: block;
  background-image: url('../img/top/top_message_heading_01.svg');
  aspect-ratio: 726/142;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 726px;
  height: auto;
  vertical-align: bottom;
  margin: 0 auto;
  margin-bottom: 40px;
}

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

/* box-1 --------------------------------*/
.top-message .box-1 h3.heading {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: block;
  background-image: url('../img/top/top_message_heading_02.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: 80px;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.top-message .box-1 .group .item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-green);
  border-radius: 20px;
  width: 220px;
  height: 40px;
  color: white;
  font-size: 1rem;
  font-weight: bold;
}

.top-message .box-1 .group .item+.item {
  margin-top: 10px;
}

.top-message .box-1 .text {
  color: var(--color-black);
  font-size: 1rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top-message .box-1 h3.heading {
    margin: 0 auto;
  }

  .top-message .box-1 .group {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .top-message .box-1 {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .top-message .box-1 h3.heading {
    width: calc(calc(140 / 1400) * 100vw);
    margin-right: calc(calc(60 / 1400) * 100vw);
  }

  .top-message .box-1 .text {
    font-size: 1.2rem;
    margin-left: calc(calc(30 / 1400) * 100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .top-message .box-1 h3.heading {
    width: 140px;
    margin-right: 60px;
  }

  .top-message .box-1 .group .item {
    font-size: 1.1rem;
  }

  .top-message .box-1 .text {
    font-size: 1.6rem;
    margin-left: 30px;
  }
}

/* box-2 --------------------------------*/
.top-message .box-2 {
  border: solid 2px var(--color-green);
  border-radius: 6px;
  overflow: hidden;
  margin-top: 40px;
  margin-bottom: 40px;
}

.top-message .box-2 h3.heading {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-green);
  width: 130px;
  height: 60px;
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 10px;
}

.top-message .box-2 h3.heading::after {
  content: '';
  display: inline-block;
  background-image: url('../img/top/top_message_triangle.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: 60px;
  height: auto;
  position: absolute;
  top: 0;
  right: -60px;
}

.top-message .box-2 .cont {
  text-align: left;
  color: var(--color-black);
  font-size: 1rem;
  font-weight: bold;
  padding: 10px;
}

.top-message .box-2 .cont p {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.top-message .box-2 .cont p+p {
  margin-top: 0.2em;
}

@media screen and (min-width: 1024px), print {
  .top-message .box-2 {
    display: grid;
    grid-template-columns: 270px 1fr;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .top-message .box-2 h3.heading {
    width: 160px;
    height: 100%;
    font-size: 1.4rem;
  }

  .top-message .box-2 h3.heading::after {
    width: 100px;
    height: 100%;
    right: -100px;
  }

  .top-message .box-2 .cont {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 1.2rem;
  }

  .top-message .box-2 .cont p {
    width: 100%;
  }
}

/* line-box-1 --------------------------------*/
.top-message .line-box-1 {
  margin-top: 40px;
}

.top-message .line-box-1 .line {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background-image: url('../img/common/sns_line.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: 60px;
  height: auto;
  vertical-align: bottom;
}

.top-message .line-box-1 .text-1,
.top-message .line-box-1 .text-2 {
  color: var(--color-black);
  font-size: 1rem;
  font-weight: bold;
}

.top-message .line-box-1 .text-1 {
  color: var(--color-green);
  font-size: 1.4rem;
}

@media screen and (max-width: 833px) {
  .top-message .line-box-1 .text-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 834px), print {
  .top-message .line-box-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
  }

  .top-message .line-box-1 .line {
    width: 60px;
    margin-right: 40px;
  }

  .top-message .line-box-1 .text-1,
  .top-message .line-box-1 .text-2 {
    text-align: left;
    font-size: 1.2rem;
  }

  .top-message .line-box-1 .text-1 {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px), print {
  .top-message .line-box-1 .line {
    width: 100px;
  }

  .top-message .line-box-1 .text-1,
  .top-message .line-box-1 .text-2 {
    font-size: 1.6rem;
  }

  .top-message .line-box-1 .text-1 {
    font-size: 2rem;
    margin-bottom: 0.eem;
  }
}

/* line-box-2 --------------------------------*/
.top-message .line-box-2 {
  margin-top: 40px;
}

.top-message .line-box-2 figure img {
  width: 100%;
}

.top-message .line-box-2 figure {
  width: 120px;
}

.top-message .line-box-2 .line-btn a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: block;
  background-image: url('../img/common/sns_line_friend.png');
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 22/6;
  width: 130px;
  height: auto;
}

@media screen and (max-width: 833px) {

  .top-message .line-box-2 figure,
  .top-message .line-box-2 .line-btn a {
    margin: 0 auto;
  }

  .top-message .line-box-2 figure {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 834px), print {
  .top-message .line-box-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
  }

  .top-message .line-box-2 figure {
    width: 160px;
    margin-right: 60px;
  }

  .top-message .line-box-2 .line-btn a {
    width: 220px;
  }
}

@media screen and (min-width: 1024px), print {
  .top-message .line-box-2 figure {
    margin-right: 100px;
  }
}


/*------------------------------------------*/
/* 応援メッセージ インスタ
/*------------------------------------------*/

.top-insta {
  position: relative;
  background: var(--color-yellow);
  margin-top: 140px;
}

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

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

/* 見出し --------------------------------*/
.top-insta .heading {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: block;
  background-image: url('../img/top/top_insta_heading.png');
  aspect-ratio: 488/570;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 320px;
  height: auto;
  vertical-align: bottom;
  margin: 0 auto;
  margin-top: -140px;
}

@media screen and (min-width: 834px), print {
  .top-insta .heading {
    width: calc(calc(488 / 1400) * 100vw);
    margin: 0;
    position: absolute;
    top: calc(calc(160 / 1400) * -100vw);
    left: 0;
  }

  .top-insta .cont {
    margin-left: calc(calc(360 / 1400) * 100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .top-insta .heading {
    width: 100%;
    max-width: 488px;
    top: -160px;
  }

  .top-insta .cont {
    margin-left: 360px;
  }
}


/* catchcopy --------------------------------*/
.top-insta .catchcopy {
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: block;
  background-image: url('../img/top/top_insta_text.svg');
  aspect-ratio: 720/129;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 720px;
  height: auto;
  vertical-align: bottom;
  margin-top: 30px;
  margin-bottom: 20px;
}

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


/* テキスト --------------------------------*/
.top-insta .text {
  text-align: left;
  color: var(--color-black);
  font-size: 1rem;
  font-weight: bold;
}

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

/* URL --------------------------------*/
.top-insta .insta-link {
  text-align: left;
  margin-top: 20px;
}

.top-insta .insta-link a {
  position: relative;
  color: var(--color-black);
  font-family: var(--font-en);
  font-weight: bold;
  padding-left: 40px;
}

.top-insta .insta-link a::before {
  content: '';
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
  display: block;
  background-image: url('../img/common/sns_insta.svg');
  aspect-ratio: 1/1;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

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

  .top-insta .insta-link a {
    font-size: 1.2rem;
    padding-left: 100px;
  }

  .top-insta .insta-link a::before {
    width: 60px;
  }
}

@media screen and (min-width: 1400px), print {
  .top-insta .insta-link {
    margin-top: 80px;
  }

  .top-insta .insta-link a {
    font-size: 1.4rem;
    padding-left: 140px;
  }

  .top-insta .insta-link a::before {
    width: 100px;
  }
}