/*****************************************************************************
CSS only for member game cwc 2025
*****************************************************************************/

/* Set
-----------------------------------------*/
img {
  max-width: 100%;
  height: auto;
}
picture {
  display: block;
}
a {
  transition: opacity .35s;
}
.Content a:link    { text-decoration: none; }
.Content a:visited { text-decoration: none; }
.Content a:hover   { text-decoration: none; opacity: 0.8; }
.Content a:focus   { text-decoration: none; opacity: 0.8; }
.Content a:active  { text-decoration: none; opacity: 0.8; }

em {
  display: inline-block;
  font-style: normal;
  font-weight: bold;
}

.Container {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 1000px) {
  .Container {
    margin-inline: 20px;
  }
}

.SideBnr {
  display: none;
}

/* Mv
-----------------------------------------*/
.Mv {
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .Mv {
    padding-top: 66px;
  }
}
.Mv img {
  width: 100%;
  max-width: none;
}
@media screen and (max-width: 1200px) {
  .Mv img {
    width: auto;
    max-width: 100%;
  }
}

/* Content
---------------------------------------- */
.Content {
  position: relative;
  margin-bottom: -40px;
  padding-block: 320px 250px;
  background-color: var(--color-primary04);
  color: var(--color-primary03);
}
@media screen and (max-width: 767px) {
  .Content {
    padding-block: 180px 150px;
  }
}
.Content::before,
.Content::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 100%;
  background-color: var(--color-primary04);
  background-repeat: no-repeat;
  background-size: cover;
}
.Content::before {
  top: -33px;
  height: 643px;
  background-image: url(/game/cwc/2025/assets/img/bg_content_top.webp);
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .Content::before {
    top: -13px;
    height: 322px;
  }
}
.Content::after {
  bottom: -122px;
  height: 502px;
  background-image: url(/game/cwc/2025/assets/img/bg_content_bottom.webp);
  background-position: center bottom;
}
@media screen and (max-width: 767px) {
  .Content::after {
    bottom: 0;
    height: 251px;
  }
}

/* Title
---------------------------------------- */
.SecTitle {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.SecTitle__main {
  margin-block: var(--leading-trim);
  color: var(--color-primary03);
  font-size: clamp(52px, 3.85416vw, 74px);
}
@media screen and (max-width: 767px) {
  .SecTitle__main {
    /* font-size: clamp(36px, 6.25814vw, 48px); */
    font-size: 48px;
  }
}
.SecTitle__sub {
  margin-top: 23px;
  color: var(--color-primary01);
  font-family: var(--font-type01);
  font-size: clamp(14px, 1.04166vw, 20px);
}
@media screen and (max-width: 767px) {
  .SecTitle__sub {
    margin-top: 13px;
    font-size: 14px;
  }
}

.SubTitle {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .SubTitle {
    /* font-size: clamp(20px, 3.38983vw, 26px); */
    font-size: 26px;
  }
}

/* Text
---------------------------------------- */
.TextArea {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .TextArea {
    font-size: 12px;
    line-height: 1.8;
  }
}
.TextArea > p {
  margin-bottom: 1.5em;
}
.TextArea > *:last-child {
  margin-bottom: 0;
}

/* Overview
---------------------------------------- */
.Overview {
  position: relative;
  z-index: 2;
  padding-block: 95px
}
@media screen and (max-width: 767px) {
  .Overview {
    padding-block: 48px
  }
}
.Overview__wrapper {
  margin-top: 68px;
}
@media screen and (max-width: 767px) {
  .Overview__wrapper {
    margin-top: 34px;
  }
}
.Overview__tbl {
  width: 100%;
  border: 1px solid var(--color-primary03);
}
.Overview__tbl tr:last-child th,
.Overview__tbl tr:last-child td {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .Overview__tbl tr:last-child th {
    border-bottom: 1px solid var(--color-primary03);
  }
}
.Overview__category {
  width: 14.7%;
  padding: 12px 30px;
  border-right: 1px solid var(--color-primary03);
  border-bottom: 1px solid var(--color-primary03);
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .Overview__category {
    display: block;
    width: 100%;
    padding: 10px 16px;
    border-right: none;
  }
}
.Overview__detail {
  padding: 12px 30px;
  border-bottom: 1px solid var(--color-primary03);
  font-size: 14px;
  line-height: 2.43;
}
@media screen and (max-width: 767px) {
  .Overview__detail {
    display: block;
    width: 100%;
    padding: 10px 16px 18px 16px;
    line-height: 2;
  }
}

/* Game
---------------------------------------- */
.Game {
  position: relative;
  padding-block: 95px;
}
@media screen and (max-width: 767px) {
  .Game {
    padding-block: 48px
  }
}
.Game::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -332px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 77.1875vw;
  max-width: 1482px;
  aspect-ratio: 1 / 2.132;
  mask-image: url(/assets/img/bluteonlogo/logo_mark_03.svg);
  mask-repeat: no-repeat;
  mask-size: 100%;
  background-color: #001a75;
}
@media screen and (max-width: 767px) {
  .Game::after {
    top: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    mask-size: cover;
  }
}

.Game__inner {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .Game__inner {
    margin-inline: 20px;
  }
}
.Game__sec {
  margin-top: 66px;
  padding: 87px 10% 10%;
  padding: 84px 100px 100px;
  border-radius: 20px;
  background-color: rgb(0 0 0 / .6);
}
@media screen and (max-width: 767px) {
  .Game__sec {
    margin-top: 40px;
    padding: 42px 20px 50px;
  }
}
.Game__sec + .Game__sec {
  margin-top: 20px;
}

/* Match
-----------------------------------------*/
.Match {
  margin-top: 40px;
  padding-bottom: 35px;
  border-bottom: 1px solid var(--color-primary03);
}
.Match + .Match {
  margin-top: 40px;
}

.Match__head {
  display: flex;
  align-items: center;
  padding: 10px 9px;
  background-color: #0666ff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .Match__head {
    font-size: 12px;
  }
}
.Match__head span {
  display: inline-block;
}
.Match__head span:nth-child(1) {
  padding: 5px 1.28571em;
  border-radius: 8px;
  background-color: var(--color-primary04);
  white-space: nowrap;
}
.Match__head span:nth-child(2) {
  margin-left: 15px;
}

.Match__body {
  position: relative;
  padding-inline: 26px 20px;
  margin-top: 20px;
}
.Match__body > *:last-child {
  margin-bottom: 0;
}
.Match__wrapper {
  display: grid;
  grid-template-columns: 26% 1fr 208px;
  gap: 0 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Match__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}



/* ----- Match__item 01 ----- */
.Match__schedule {
  font-weight: bold;
  line-height: 1.3;
}
.Match__date {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
}
.Match__week {
  font-size: 16px;
}
.Match__jst {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .Match__jst {
    display: inline-block;
  }
}
.Match__brt {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .Match__brt {
    margin-top: 0;
  }
}
.Match__brt span {
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Match__brt span {
    display: inline-block;
  }
}
.Match__brt span:nth-child(1) {
  font-size: 11px;
}
.Match__brt span:nth-child(2) {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .Match__brt span:nth-child(2) {
    margin-left: 8px;
  }
}

/* ----- Match__item 02 ----- */
.Match__team {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .Match__team {
    position: relative;
    width: 100%;
    margin-top: 15px;
  }
}
.Match__column {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.Match__logo {
  text-align: center;
  width: 30%;
}
.Match__logo img {
  width: 76px;
}

.Match__score {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 52px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.Match__result {
  margin-block: var(--leading-trim);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

.Match__opponent {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.Match__opponent > span {
  margin-right: 11px;
  color: #d5d5d5;
  font-family: 'Roboto Condensed', sans-serif;
  font-family: var(--font-type02);
}

/* ----- Match__item 03 ----- */
@media screen and (max-width: 767px) {
  .Match__link {
    margin: 24px auto 0;
  }
}
.Match__link li:not(:first-child) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .Match__link li {
    margin-top: 7px;
  }
}

/* Btn03
-----------------------------------------*/
.Btn03 {
  display: inline-block;
  position: relative;
  width: 208px;
  max-width: 100%;
  padding: 11px 22px 11px 13px;
  border-radius: 4px;
  background-color: #e5f608;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .Btn03 {
    width: 100%;
    padding: 19px 22px 19px 13px;
  }
}

a.Btn03:link    { color: #000; }
a.Btn03:visited { color: #000; }
a.Btn03:hover   { color: #000; }
a.Btn03:focus   { color: #000; }
a.Btn03:active  { color: #000; }

.Btn03::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.Btn03--disabled  {
  color: #888;
  background-color: #ddd;
}
.Btn03--disabled > span::after {
  border-top: 2px solid #888;
  border-right: 2px solid #888;
}

/* Semifinal
---------------------------------------- */
.Semifinal {
  margin-top: 40px;
  padding-block: 18px 25px;
  border-top: 1px solid var(--color-primary03);
  border-bottom: 1px solid var(--color-primary03);
}
@media screen and (max-width: 767px) {
  .Semifinal {
    margin-top: 32px;
    padding-block: 10px;
  }
}
.Semifinal__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}
@media screen and (max-width: 767px) {
  .Semifinal__wrapper {
    grid-template-columns: 1fr;
  }
}
.Semifinal__item:nth-child(odd) {
  padding: 30px 20% 0 16.4%;
  padding: 30px 100px 0 82px;
}
@media screen and (max-width: 767px) {
  .Semifinal__item:nth-child(odd) {
    padding: 35px 0 35px;
  }
}
.Semifinal__item:nth-child(even) {
  padding: 30px 16.4% 0 20%;
  padding: 30px 82px 0 100px;
  border-left: 1px solid var(--color-primary03);
}
@media screen and (max-width: 767px) {
  .Semifinal__item:nth-child(even) {
    padding: 35px 0 35px;
    border-top: 1px solid var(--color-primary03);
    border-left: 0;
  }
}

.Semifinal__result {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0 25px;
}
.Semifinal__team {
  text-align: center;
}
.Semifinal__pool {
  display: inline-block;
  padding: .33333em 1.22222em;
  border: 1px solid var(--color-primary03);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .Semifinal__pool {
    font-size: 16px;
  }
}
.Semifinal__rank {
  margin-block: var(--leading-trim);
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Semifinal__rank {
    font-size: 28px;
  }
}
.Semifinal__rank em {
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  .Semifinal__rank em {
    font-size: 46px;
  }
}
.Semifinal__hyphen {
  font-size: 52px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .Semifinal__hyphen {
    font-size: 46px;
  }
}

.Semifinal__detail {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 0 10px;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .Semifinal__detail {
    margin-top: 17px;
  }
}
.Semifinal__schedule {
  font-weight: 700;
}
.Semifinal__schedule span {
  display: inline-block;
  margin-block: var(--leading-trim);
}
.Semifinal__date {
  font-family: var(--font-type03);
  font-size: 40px;
}
@media screen and (max-width: 767px) {
  .Semifinal__date {
    font-size: 35px;
  }
}
.Semifinal__week {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .Semifinal__week {
    font-size: 14px;
  }
}
.Semifinal__jst {
  font-family: var(--font-type03);
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .Semifinal__jst {
    font-size: 19px;
  }
}
.Semifinal__brt span {
  display: block;
  font-weight: 700;
}
.Semifinal__brt span:nth-child(1) {
  font-size: 11px;
}
.Semifinal__brt span:nth-child(2) {
  font-size: 13px;
}

/* Final
---------------------------------------- */
.Final {
  margin-top: 40px;
  padding-block: 37px 60px;
  border-top: 1px solid var(--color-primary03);
  border-bottom: 1px solid var(--color-primary03);
}
.Final__item {
  text-align: center;
}
.Final__schedule {
  font-weight: 700;
}
.Final__schedule span {
  display: inline-block;
  margin-block: var(--leading-trim);
}
.Final__date {
  font-family: var(--font-type03);
  font-size: 100px;
}
@media screen and (max-width: 767px) {
  .Final__date {
    font-size: 72px;
  }
}
.Final__week {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .Final__week {
    font-size: 20px;
  }
}
.Final__jst {
  font-family: var(--font-type03);
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  .Final__jst {
    font-size: 27px;
  }
}

.Final__brt {
  margin-top: 4px;
  font-weight: 700;
}
.Final__brt span {
  display: inline-block;
}
.Final__brt span:nth-child(1) {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .Final__brt span:nth-child(1) {
    font-size: 14px;
  }
}
.Final__brt span:nth-child(2) {
  margin-left: .83333em;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .Final__brt span:nth-child(2) {
    font-size: 16px;
  }
}

.ThirdPlace {
  width: 64%;
  margin: 35px auto 0;
  padding: 12px 15px 18px;
  border: 1px solid var(--color-primary03);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ThirdPlace {
    width: 100%;
    margin: 20px auto 0;
    padding: 15px 10px;
  }
}
.ThirdPlace__schedule {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .ThirdPlace__schedule {
    font-size: 20px;
  }
}
.ThirdPlace__brt {
  margin-top: 8px;
}
.ThirdPlace__brt span {
  display: inline-block;
}
.ThirdPlace__brt span:nth-child(1) {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .ThirdPlace__brt span:nth-child(1) {
    font-size: 12px;
  }
}
.ThirdPlace__brt span:nth-child(2) {
  margin-left: .8125em;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .ThirdPlace__brt span:nth-child(2) {
    font-size: 14px;
  }
}

/* Opponent
---------------------------------------- */
.Opponent {
  padding-block: 85px 95px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Opponent {
    padding-block: 43px 48px;
  }
}
.Opponent::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -341px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 100%;
  height: 222.96875vw;
  background-image: url(/game/cwc/2025/assets/img/bg_opponent.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .Opponent::after {
    height: 120%;
  }
}

.Opponent__sec {
  margin-top: 47px;
}
.Opponent__sec + .Opponent__sec {
  margin-top: 80px;
}
.Opponent__item {
  margin-top: 35px;
}
.Opponent__item + .Opponent__item {
  margin-top: 10px;
}

.BoxItem {
  display: grid;
  grid-template-areas: "headArea footArea" "bodyArea bodyArea";
  grid-template-columns: 1fr 310px;
  gap: 10px 15px;
  padding: 3.6% 3.5% 6.5% 3.5%;
  padding: 36px 35px 65px 35px;
  border-radius: 20px;
  background-color: rgb(0 0 0 / .4);
}
@media screen and (max-width: 767px) {
  .BoxItem {
    grid-template-areas: "headArea" "bodyArea" "footArea";
    grid-template-columns: 1fr;
    gap: 0;
    padding: 21px 20px 37px 20px;
  }
}
.BoxItem__head {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  grid-area: headArea;
  gap: 0 28px;
}
@media screen and (max-width: 767px) {
  .BoxItem__head {
    grid-template-columns: 80px 1fr;
    gap: 0 20px;
  }
}
.BoxItem__title {
  order: 2;
}
.BoxItem__title span {
  display: block;
}
.BoxItem__record {
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .BoxItem__record {
    font-size: 12px;
  }
}
.BoxItem__name {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .BoxItem__name {
    font-size: 18px;
  }
}
.BoxItem__country {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .BoxItem__country {
    font-size: 14px;
  }
}
.BoxItem__logo {
  order: 1;
}

.BoxItem__body {
  grid-area: bodyArea;
}
@media screen and (max-width: 767px) {
  .BoxItem__body {
    margin-top: 15px;
  }
}

.BoxItem__foot {
  grid-area: footArea;
  align-self: center;
  justify-self: end;
}
@media screen and (max-width: 767px) {
  .BoxItem__foot {
    justify-self: center;
    margin-top: 28px;
  }
}
.BoxItem__link {
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.BoxItem__sns img {
  width: 39px;
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(4deg) brightness(107%) contrast(101%);
}

.Btn04 {
  display: inline-block;
  position: relative;
  min-width: 208px;
  max-width: 100%;
  padding: 1.07142em 2.35714em 1.07142em 1.42857em;
  border-radius: 100vmax;
  background-color: var(--color-primary04);
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Btn04 {
    font-size: 12px;
  }
}

a.Btn04:link    { color: var(--color-primary03); }
a.Btn04:visited { color: var(--color-primary03); }
a.Btn04:hover   { color: var(--color-primary03); }
a.Btn04:focus   { color: var(--color-primary03); }
a.Btn04:active  { color: var(--color-primary03); }

.Btn04::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 22px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* Uniform
---------------------------------------- */
.Uniform {
  padding-block: 95px;
}
@media screen and (max-width: 767px) {
  .Uniform {
    padding-block: 50px 45px;
  }
}
.Uniform__sec {
  margin-top: 58px;
}
.Uniform__sec + .Uniform__sec {
  margin-top: 83px;
}
.Uniform__img {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Uniform__img {
    margin-top: 32px;
  }
}

/* Information
---------------------------------------- */
.Information {
  padding-block: 85px 100px;
}
@media screen and (max-width: 767px) {
  .Information {
    padding-block: 45px 50px;
  }
}
.Information__wrapper {
  margin-top: 32px;
}
.SnsList {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 20px) / 2));
  gap: 0 20px;
}
.SnsList__item {
  height: 214px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .SnsList__item {
    height: 120px;
  }
}
.SnsList__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.SnsList__item:nth-child(1) a {
  background-image: url(/game/cwc/2025/assets/img/bg_sns_instagram.jpg);
}
.SnsList__item:nth-child(2) a {
  background-image: url(/game/cwc/2025/assets/img/bg_sns_x.jpg);
}

.SnsList__item img {
  width: 86px;
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(4deg) brightness(107%) contrast(101%);
}
@media screen and (max-width: 767px) {
  .SnsList__item img {
    width: 43px;
  }
}

/* Comment
---------------------------------------- */
.Comment {
  position: relative;
  z-index: 1;
  padding-block: 95px;
}
@media screen and (max-width: 767px) {
  .Comment {
    padding-block: 45px;
  }
}
.Comment__inner {
  max-width: 1200px;
  margin-inline: auto;
}
@media screen and (max-width: 1200px) {
  .Comment__inner {
    margin-inline: 20px;
  }
}
.Comment__wrapper {
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  .Comment__wrapper {
    margin-top: 48px;
  }
}
.Comment__sec {
  position: relative;
  border: 1px solid #666;
}
.Comment__sec::before,
.Comment__sec::after {
  content: '';
  position: absolute;
  display: block;
  background-color: var(--color-primary04);
}
.Comment__sec::before {
  top: -2px;
  bottom: -2px;
  left: 50px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .Comment__sec::before {
    left: 30px;
    right: 30px;
  }
}
.Comment__sec::after {
  top: 50px;
  bottom: 50px;
  left: -1px;
  right: -1px;
}
@media screen and (max-width: 767px) {
  .Comment__sec::after {
    top: 30px;
    bottom: 30px;
  }
}
.Comment__item {
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  gap: 0 70px;
  position: relative;
  z-index: 1;
  padding: 70px 50px 70px 70px;
}
@media screen and (max-width: 767px) {
  .Comment__item {
    grid-template-columns: 1fr;
    gap: 20px 0;
    padding: 20px;
  }
}
.Comment__text {
  order: 2;
}
.Comment__title {
  margin-bottom: .83333em;
  font-size: 24px;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .Comment__title {
    font-size: 18px;
  }
}
.Comment__img {
  order: 1;
  text-align: center;
}

/* Stream
---------------------------------------- */
.Stream {
  padding-block: 100px;
}
@media screen and (max-width: 767px) {
  .Stream {
    padding-block: 55px;
  }
}
.Stream__wrapper {
  margin-top: 56px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Stream__wrapper {
    margin-top: 40px;
  }
}
.Stream__lead {
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Stream__lead {
    font-size: 20px;
  }
}
.Stream__plan {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin-top: 34px;
}
.Stream__plan dt {
  padding: 5px 25px;
  border-radius: 8px;
  background-color: #00155e;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Stream__plan dt {
    font-size: 12px;
  }
}
.Stream__plan dd {
  margin-block: var(--leading-trim);
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .Stream__plan dd {
    font-size: 23px;
  }
}
.Stream__plan dd span {
  display: inline-block;
  font-family: var(--font-type03);
  font-size: 35px;
}
@media screen and (max-width: 767px) {
  .Stream__plan dd span {
    font-size: 29px;
  }
}
.Stream__plan dd em {
  margin-inline: 10px;
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .Stream__plan dd em {
    font-size: 40px;
  }
}
.BtnArea {
  margin-top: 40px;
}
.Stream__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .Stream__link {
    flex-direction: column;
  }
}
.Stream__link .Btn01 {
  padding: 1em 4.5em;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .Stream__link .Btn01 {
    width: 100%;
    font-size: 18px;
  }
}
.Stream__link .Btn01::after {
  background-color: #000;
}
