@charset "utf-8";
/* ===================================================================

 file name  :the-royal-junior/2024.css
 style info :ロイヤルジュニア 2024

=================================================================== */

/* =============================

	overwrite

=============================== */

#pageHeader {
  background: #fff;
  position: relative;
  height: 600px;
}
#pageHeader h1 {
  padding: 0;
}
#pageHeader h1::after {
  content: none;
}
@media screen and (max-width: 640px) {
  #pageHeader {
    height: 493px;
  }
}

#main {
  padding-top: 0;
  padding-bottom: 0;
}

.ttl02 {
  background: url(../../img/the-royal-junior/bg_ttl_pc.jpg) no-repeat center center / cover;
  margin-bottom: 80px;
  padding: 36px 0 0;
  height: 160px;
  font-size: 34px;
  color: #fff;
}
.ttl02.single {
  padding: 50px 0 0;
  font-style: normal;
  font-size: 26px;
}
.ttl02::after {
  bottom: auto;
  top: calc(2.5em + 36px);
  background: #b19553;
}
@media screen and (max-width: 640px) {
  .ttl02 {
    background-image: url(../../img/the-royal-junior/bg_ttl_sp.jpg);
    font-size: 22px;
    margin-bottom: 40px;
    padding: 24px 0 0;
    height: 110px;
  }
  .ttl02::after {
    top: calc(2.5em + 28px);
    height: 2px;
  }
  .ttl02.single {
    padding: 32px 0 0;
    font-size: 20px;
  }
  .ttl02.single::after {
    top: calc(2.5em + 20px);
  }
}
/* =================================== */

.u-ls-m {
  letter-spacing: -0.03em !important;
}

#main em {
  color: #b19553;
}

.txt-soon {
  margin: 200px 0;
  text-align: center;
  color: #888888;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .txt-soon {
    margin: 60px 0;
    font-size: 14px;
  }
}

/*
.main-visual
---------------------------*/
#pageHeader .main-visual {
  height: 600px;
  position: relative;
  background: url(../../img/the-royal-junior/2024/img_mv_01_pc.jpg) no-repeat center center / cover;
}
#pageHeader .main-visual img {
  width: 100%;
  height: auto;
}
#pageHeader .main-visual h1 {
  position: absolute;
  top: calc(50% - 20px);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 712px;
}
#pageHeader .main-visual .txt-fin {
  position: absolute;
  bottom: 176px;
  transform: translateX(-50%);
  left: 50%;
  width: 870px;
}
#pageHeader .main-visual .btn-report {
  position: absolute;
  bottom: 85px;
  left: 50%;
  transform: translateX(-50%);
}
#pageHeader .main-visual .btn-report a {
  position: relative;
  display: block;
  padding: 1em 70px 1em 34px;
  background: #fff;
  border: 1px solid #b19553;
  border-radius: 4px;
  color: #b19553;
  text-decoration: none;
  text-align: center;
}
.Pc #pageHeader .main-visual .btn-report a:hover {
  border-color: #fff;
  background: #faf2cc;
}
#pageHeader .main-visual .btn-report a::after {
  content: '';
  position: absolute;
  right: 24px;
  top: calc(50% - 11px);
  width: 13px;
  height: 13px;
  border-right: 2px solid #b19553;
  border-bottom: 2px solid #b19553;
  transform: rotate(45deg);
}
#pageHeader .main-visual .btn-report .en {
  font-size: 20px;
  margin-right: 1em;
}
#pageHeader .main-visual .btn-report .ja {
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 640px) {
  #pageHeader .main-visual {
    height: 493px;
    background-image: url(../../img/the-royal-junior/2024/img_mv_01_sp.jpg);
    background-position: center 80%;
  }
  #pageHeader .main-visual h1 {
    width: 100%;
    max-width: 333px;
    top: 29%;
  }
  #pageHeader .main-visual .txt-fin {
    bottom: auto;
    top: 42%;
    width: 92%;
    max-width: 350px;
  }
  #pageHeader .main-visual .btn-report {
    bottom: 20px;
    width: 80%;
    max-width: 300px;
  }
  #pageHeader .main-visual .btn-report a {
    padding: 1em 35px 1em 17px;
  }
  #pageHeader .main-visual .btn-report a::after {
    right: 16px;
    top: calc(50% - 6px);
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
  #pageHeader .main-visual .btn-report .en {
    font-size: 14px;
  }
  #pageHeader .main-visual .btn-report .ja {
    font-size: 12px;
  }
}

/*
#main .snav
---------------------------*/
#main .snav {
  background: #33a8c7;
  padding: 18px 10px;
}
#main .snav ul {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
}
#main .snav ul li {
  max-width: 200px;
  flex: 1;
  margin: 0 7px;
}
#main .snav ul li a {
  display: block;
  color: #fff;
  border-color: #fff;
  font-size: 16px;
  font-family: '游ゴシック', YuGothic, 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ＭＳ Ｐゴシック', sans-serif;
}
#main .snav ul li a:hover {
  box-shadow: inset 0 0 0 40px #61bfd8;
}
@media screen and (max-width: 640px) {
  #main .snav {
    padding: 14px 10px;
  }
  #main .snav ul {
    flex-wrap: wrap;
  }
  #main .snav ul li {
    flex: auto;
    width: 45%;
    margin: 4px;
  }
  #main .snav ul li a {
    font-size: 14px;
  }
  #main .snav ul li a:hover {
    box-shadow: none;
  }
  #main .snav ul li a:before,
  #main .snav ul li a:after {
    content: none;
  }
}
/*
#lead
---------------------------*/
#lead {
  position: relative;
  padding: 100px 10px 230px;
  background: url(../../img/the-royal-junior/bg_lead.jpg) no-repeat center center / cover;
  text-align: center;
}
#lead::after {
  content: '';
  width: 1px;
  height: 80px;
  position: absolute;
  left: 50%;
  bottom: 110px;
  background: #3b4a63;
}
#lead h2 {
  margin-bottom: 1.5em;
  font-weight: 700;
  font-size: 34px;
}
#lead p {
  font-size: 16px;
  line-height: 2;
}
#lead .catch {
  margin-top: 1.5em;
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  #lead {
    padding: 50px 10px 110px;
  }
  #lead::after {
    height: 40px;
    bottom: 55px;
  }
  #lead h2 {
    font-size: 21px;
  }
  #lead p {
    font-size: 12px;
    line-height: 1.8;
  }
  #lead .catch {
    font-size: 18px;
  }
}
/*
#purpose
---------------------------*/
#purpose {
  text-align: center;
  margin-top: -48px;
  padding-top: 48px;
  margin-bottom: 120px;
}
#purpose .catch {
  padding: 24px 0;
  margin-bottom: 80px;
  display: inline-block;
  position: relative;
}
#purpose .catch::before,
#purpose .catch::after,
#purpose .catch span::before,
#purpose .catch span::after {
  content: '';
  background: linear-gradient(to right, rgba(82, 184, 211, 0) 0%, rgba(82, 184, 211, 1) 20%, rgba(82, 184, 211, 1) 80%, rgba(82, 184, 211, 0) 100%);
  position: absolute;
  left: -80px;
  width: calc(100% + 160px);
  height: 1px;
}
#purpose .catch::before {
  top: 0;
}
#purpose .catch::after {
  bottom: 0;
}
#purpose .catch span::before {
  top: 4px;
}
#purpose .catch span::after {
  bottom: 4px;
}
#purpose h3 {
  padding-bottom: 1.2em;
  margin-bottom: 1em;
  position: relative;
  font-size: 34px;
}
#purpose h3::after {
  content: '';
  width: 40px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 20px);
  background: #b19553;
}
#purpose p {
  margin-bottom: 2em;
  font-size: 16px;
  line-height: 2;
}
#purpose ul {
  padding-top: 56px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#purpose ul li {
  width: 31.6666%;
  padding: 36px;
  border: 1px solid #8e7435;
}
#purpose ul li h4 {
  position: relative;
  padding: 50px 0 1.2em;
  margin-bottom: 1em;
  font-size: 26px;
  text-indent: 0.5em;
}
#purpose ul li h4::before {
  content: '';
  background: url(../../img/the-royal-junior/ico_pic.png) no-repeat center center / contain;
  width: 80px;
  height: 36px;
  position: absolute;
  top: 0;
  left: calc(50% - 40px);
}
#purpose ul li h4::after {
  content: '';
  width: 36px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 18px);
  background: #b19553;
}
#purpose ul li p {
  text-align: left;
}
@media screen and (max-width: 640px) {
  #purpose {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 50px;
  }
  #purpose .catch {
    width: 270px;
    padding: 20px 0;
    margin-bottom: 40px;
  }
  #purpose .catch::before,
  #purpose .catch::after,
  #purpose .catch span::before,
  #purpose .catch span::after {
    left: -40px;
    width: calc(100% + 80px);
  }
  #purpose .catch span::before {
    top: 2px;
  }
  #purpose .catch span::after {
    bottom: 2px;
  }
  #purpose h3 {
    font-size: 22px;
  }
  #purpose h3::after {
    width: 30px;
    height: 2px;
    left: calc(50% - 15px);
  }
  #purpose p {
    font-size: 12px;
    line-height: 1.8;
    text-align: left;
  }
  #purpose ul {
    padding-top: 25px;
    display: block;
  }
  #purpose ul li {
    width: 100%;
    padding: 18px;
    margin-bottom: 20px;
  }
  #purpose ul li h4 {
    padding: 30px 0 1.2em;
    font-size: 18px;
  }
  #purpose ul li h4::before {
    width: 40px;
    height: 18px;
    left: calc(50% - 20px);
  }
  #purpose ul li h4::after {
    width: 30px;
    height: 2px;
    left: calc(50% - 15px);
  }
}

/*
#summary
---------------------------*/
#summary {
  margin-top: -48px;
  padding-top: 48px;
  margin-bottom: 120px;
}
#summary .tellink {
  text-decoration: none;
  color: inherit;
}
#summary .outline {
  width: 100%;
  font-size: 16px;
  line-height: 2;
}
#summary .outline th {
  width: 205px;
  padding: 10px 30px 10px 0;
}
#summary .outline td {
  padding: 10px 0;
}
#summary .outline .has-line td {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
#summary .outline td .intable td {
  padding: 2px 0;
  border: none;
}
#summary .outline td .intable td:first-child {
  text-align: right;
  width: auto;
}
#summary .outline td .tb-inlist > dd:first-of-type {
  margin: 0 0 1em;
}
#summary .outline td .tb-inlist .tb-inlist__inlist dd {
  padding: 0 0 0 1em;
}
@media screen and (max-width: 640px) {
  #summary {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 50px;
  }
  #summary .outline {
    display: block;
  }
  #summary .outline {
    font-size: 12px;
    line-height: 1.8;
  }
  #summary .outline th {
    display: block;
    width: 100%;
    padding: 10px 10px 5px 0;
    border-bottom: none;
  }
  #summary .outline td {
    display: block;
    padding: 0 0 10px;
  }
  #summary .outline .has-line td {
    border: none;
  }
  #summary .outline td .intable td {
    display: table-cell;
  }
  #summary .outline td .intable td:first-child {
    display: table-cell;
  }
}

/*
#player
---------------------------*/
#player {
  margin-top: -48px;
  padding-top: 48px;
  margin-bottom: 120px;
}
#player h3 {
  position: relative;
  padding: 50px 0 1.2em;
  margin-bottom: 1em;
  font-size: 26px;
  text-indent: 0.5em;
  text-align: center;
}
#player h3::before {
  content: '';
  background: url(../../img/the-royal-junior/ico_pic.png) no-repeat center center / contain;
  width: 80px;
  height: 36px;
  position: absolute;
  top: 0;
  left: calc(50% - 40px);
}
#player h3::after {
  content: '';
  width: 36px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 18px);
  background: #b19553;
}
#player h4 {
  font-size: 18px;
  margin-top: 1em;
  margin-bottom: 1em;
}
#player ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#player ul + h3 {
  margin-top: 40px;
}
#player ul::after {
  content: '';
  width: 320px;
  display: block;
}
#player ul li {
  width: 320px;
  margin: 0 0 20px;
}
#player ul.type--col4 li {
  width: 24.5%;
  margin: 0 0 8px;
}
#player ul.type--col4::after {
  width: 24.5%;
}
#player ul.type--col4::before {
  content: '';
  width: 24.5%;
  display: block;
  order: 1;
}
#player ul li a,
#player ul li > span {
  display: block;
  padding: 13px 20px;
  background: #f1f4f8;
  font-size: 20px;
  text-decoration: none;
  color: #000;
}
#player ul.type--col4 li a,
#player ul.type--col4 li > span {
  padding: 10px 20px;
  font-size: 15px;
}
.Pc #player ul li a:hover {
  background: #ddebfb;
}
#player ul li .ja {
  margin-right: 1.5em;
  display: inline-block;
}
#player ul.type--col4 li .ja {
  margin-right: 0.5em;
}
#player ul li a .ja {
  text-decoration: underline;
}
#player ul li .en {
  display: inline-block;
  color: #b19553;
  font-size: 12px;
  font-style: italic;
}
#player ul.type--col4 li .en {
  font-size: 12px;
}
#player .caption {
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 640px) {
  #player {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 50px;
  }
  #player h3 {
    padding: 30px 0 1.2em;
    font-size: 18px;
  }
  #player h3::before {
    width: 40px;
    height: 18px;
    left: calc(50% - 20px);
  }
  #player h3::after {
    width: 30px;
    height: 2px;
    left: calc(50% - 15px);
  }
  #player h4 {
    font-size: 14px;
  }
  #player ul::after {
    content: none;
  }
  #player ul + h3 {
    margin-top: 20px;
  }
  #player ul li {
    width: 48%;
    margin: 0 0 20px;
  }
  #player ul.type--col4 li {
    width: 49%;
    margin: 0 0 8px;
  }
  #player ul.type--col4::after {
    width: 49%;
  }
  #player ul.type--col4::before {
    content: none;
  }

  #player ul li a,
  #player ul li > span {
    padding: 8px 15px;
    font-size: 16px;
  }
  #player ul.type--col4 li a,
  #player ul.type--col4 li > span {
    padding: 8px 8px;
    font-size: clamp(10px, 3.2vw, 12px);
    height: 100%;
  }
  #player ul li .ja {
    margin-right: 0em !important;
    display: block;
  }
  #player ul li .en {
    font-size: 10px;
  }
  #player ul.type--col4 li .en {
    display: none;
  }
}

/*
#rewards
---------------------------*/
#rewards {
  margin-top: -48px;
  padding-top: 48px;
  margin-bottom: 100px;
}
#rewards .ttl02 {
  margin-bottom: 100px;
}
#rewards section {
  margin-bottom: 100px;
}
#rewards .award-detail {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#rewards .award-detail h3 {
  width: 200px;
  font-size: 24px;
}
#rewards .award-detail h3 span {
  position: relative;
  display: inline-block;
  padding-left: 48px;
}
#rewards .award-detail h3 span:before {
  content: '';
  background: url(../../img/the-royal-junior/ico_crown.svg) no-repeat center center / contain;
  width: 33px;
  height: 23px;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}
#rewards .award-detail .notes {
  width: calc(100% - 200px);
  padding-left: 40px;
  border-left: 1px solid #041e42;
}
#rewards .award-detail .notes .award {
  font-size: 24px;
  color: #b19553;
  font-weight: 700;
}
#rewards .both .award-detail .notes .award {
  font-size: 20px;
  font-weight: 500;
}
#rewards .award-detail .notes .date {
  font-size: 16px;
  line-height: 2;
  position: relative;
}
#rewards .award-detail .notes .date dt {
  position: absolute;
  left: 0;
}
#rewards .award-detail .notes .date dd {
  padding-left: 5em;
}
#rewards .place {
  position: relative;
  height: 440px;
}
#rewards .place + .place {
  margin-top: 10px;
}
#rewards .place .sec-inner {
  height: 100%;
}
#rewards .place .notes {
  position: relative;
  width: 400px;
  height: 100%;
  padding: 70px 40px 0;
  background: rgba(82, 184, 211, 0.9);
  color: #fff;
  z-index: 2;
}
#rewards .place.re .notes {
  margin-left: auto;
}
#rewards .place .notes::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #ffffff transparent transparent transparent;
}
#rewards .place .notes h4 {
  margin-bottom: 2.5em;
  padding-bottom: 1.3em;
  position: relative;
  text-align: center;
}
#rewards .place .notes h4::after {
  content: '';
  background: #b19553;
  position: absolute;
  left: calc(50% - 27px);
  bottom: 0;
  width: 54px;
  height: 1px;
}
#rewards .place .notes h4 .en {
  margin: 0 -20px;
  display: block;
  font-size: 26px;
  font-style: italic;
  letter-spacing: 0;
}
#rewards .place .notes h4 .ja {
  font-size: 14px;
}
#rewards .place .notes p {
  font-size: 16px;
  line-height: 1.7;
}
#rewards .place figure {
  height: 440px;
}
#rewards .place figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
#rewards .place figure figcaption {
  position: absolute;
  width: 1200px;
  left: calc(50% - 600px);
  bottom: 0;
  padding: 0.3em;
  color: #fff;
  font-size: 13px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  #rewards .place figure figcaption {
    width: auto;
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  #rewards .place .sec-inner {
    max-width: 980px;
  }
}
@media screen and (max-width: 640px) {
  #rewards {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 50px;
  }
  #rewards .ttl02 {
    margin-bottom: 50px;
  }
  #rewards section {
    margin-bottom: 50px;
  }
  #rewards .award-detail {
    margin-bottom: 50px;
    display: block;
  }
  #rewards .award-detail h3 {
    width: 100%;
    padding-bottom: 20px;
    font-size: 18px;
    text-align: center;
  }
  #rewards .award-detail h3 span {
    padding-left: 32px;
  }
  #rewards .award-detail h3 span:before {
    width: 26px;
    height: 18px;
    top: calc(50% - 10px);
  }
  #rewards .award-detail .notes {
    width: 100%;
    padding: 20px 0 0;
    border-left: none;
    border-top: 1px solid #041e42;
  }
  #rewards .award-detail .notes .award {
    font-size: 18px;
  }
  #rewards .both .award-detail .notes .award {
    font-size: 14px;
  }
  #rewards .award-detail .notes .date {
    font-size: 12px;
    line-height: 1.8;
  }
  #rewards .place {
    height: auto;
  }
  #rewards .place .sec-inner {
    height: auto;
  }
  #rewards .place .notes {
    width: auto;
    height: auto;
    background: rgba(82, 184, 211, 1);
    padding: 35px 20px;
    margin: 0 -10px !important;
  }
  #rewards .place .notes::before {
    left: calc(50% - 15px);
    border-width: 15px 15px 0 15px;
  }
  #rewards .place .notes h4 {
    margin-bottom: 1.2em;
    padding-bottom: 1em;
  }
  #rewards .place .notes h4::after {
    left: calc(50% - 20px);
    width: 40px;
  }
  #rewards .place .notes h4 .en {
    margin: 0 -20px;
    font-size: 19px;
  }
  #rewards .place .notes h4 .ja {
    font-size: 12px;
  }
  #rewards .place .notes p {
    font-size: 12px;
    line-height: 1.5;
  }
  #rewards .place figure {
    position: relative;
    height: 250px;
  }
  #rewards #woman .place figure img {
    object-position: right;
    font-family: 'object-fit: cover; object-position: right;';
  }
}

/*
#official
---------------------------*/
#official .logo-fst {
  margin: 0 auto 30px;
  padding-bottom: 40px;
  text-align: center;
}
#official ul.logo-fst {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
#official ul.logo-fst li {
  width: 200px;
  margin: 0 50px;
}
#official .logo-fst img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
#official a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  #official .logo-fst {
    margin: 0 auto 10px;
    padding-bottom: 20px;
  }
  #official ul.logo-fst {
    display: block;
  }
  #official ul.logo-fst li {
    width: 80%;
    margin: 0 auto;
  }
  #official ul.logo-fst li + li {
    margin-top: 6%;
  }
  #official .logo-fst img {
    max-width: 36%;
  }
  #official .official__apgc img {
    max-width: 28%;
  }
  #official a:hover {
    opacity: 1;
  }
}

/*
#sponsors
---------------------------*/
#sponsors {
  margin-top: -48px;
  padding-top: 48px;
  padding-bottom: 60px;
}
#sponsors a:hover {
  opacity: 0.6;
}
#sponsors img {
  width: 100%;
  height: auto;
}
#sponsors .list.list-large,
#sponsors .list.list-medium,
#sponsors .list.list-small {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sponsors .list.list-large > li {
  width: 244px;
  margin-bottom: 8px;
}
#sponsors .list.list-medium > li {
  width: 244px;
  margin-bottom: 8px;
}
#sponsors .list.list-small > li {
  width: 244px;
  margin-bottom: 8px;
}

#sponsors .list.list-type1 {
  justify-content: center;
  gap: 0 50px;
}
#sponsors .list.list-type1.list-large > li {
  width: 150px;
  margin-bottom: 40px;
}

#sponsors .list.list-type2 {
  margin-left: -8px;
  justify-content: flex-start;
}
#sponsors .list.list-type2.list-large {
  margin-left: -50px;
}
#sponsors .list.list-type2.list-large > li {
  width: 150px;
  margin-bottom: 40px;
  margin-left: 50px;
}
#sponsors .list.list-type2 > li {
  margin-left: 8px;
}

#sponsors .list.list-text {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
  display: flex;
  flex-wrap: wrap;
}
#sponsors .list.list-text::after {
  content: '';
  display: block;
  width: 33%;
}
#sponsors .list.list-text > li {
  position: relative;
  width: 32%;
  padding-left: 1em;
  margin: 0.1em 0;
  font-size: 15px;
  font-weight: 700;
}
#sponsors .list.list-text > li:nth-child(3n + 2) {
  width: 36%;
}
#sponsors .list.list-text > li.ls {
  letter-spacing: -0.1em;
}
#sponsors .list.list-text > li::before {
  position: absolute;
  left: 0;
  content: '\30FB';
}
#sponsors .list.list-text > li a {
  color: #1a1a1a;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  #sponsors {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 30px;
  }
  #sponsors a:hover {
    opacity: 1;
  }
  #sponsors .list.list-large,
  #sponsors .list.list-medium {
    justify-content: center;
  }
  #sponsors .list.list-large > li,
  #sponsors .list.list-medium > li,
  #sponsors .list.list-small > li {
    width: 48%;
    margin: 0 1% 2%;
  }

  #sponsors .list.list-type1.list-large {
    gap: 0;
  }
  #sponsors .list.list-type1.list-large > li {
    width: 28%;
    margin: 0 10% 6%;
  }

  #sponsors .list.list-type2.list-large {
    margin-left: 0;
  }
  #sponsors .list.list-type2.list-large > li {
    width: 28%;
    margin: 0 10% 6%;
  }

  #sponsors .list.list-text {
    margin-top: 20px;
    padding-top: 10px;
  }
  #sponsors .list.list-text > li {
    width: 100% !important;
    font-size: 12px;
    margin: 0.4em 0 0;
  }
}
@media screen and (max-width: 374px) {
  #sponsors .list.list-text > li {
    font-size: 10px;
  }
}

/*
#report
---------------------------*/

#report {
  margin-top: -48px;
  padding-top: 48px;
}
#report .sec-inner .message {
  margin-bottom: 60px;
  padding: 1.5em 1em;
  background: #f1f4f8;
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
#report .sec-inner .lead figure {
  margin-bottom: 50px;
}
#report .sec-inner .lead h3 {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
#report .sec-inner .lead h3::after {
  content: '';
  width: 42px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 21px);
  background: #b19553;
}
#report .sec-inner .lead p {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

#report .sec-inner .winner {
  border: 1px solid #8d7633;
  padding: 60px;
}
#report .sec-inner .winner + .winner {
  margin-top: 60px;
}
#report .sec-inner .winner h4 {
  position: relative;
  padding: 50px 0 1.2em;
  margin-bottom: 1em;
  font-size: 26px;
  text-align: center;
}
#report .sec-inner .winner h4::before {
  content: '';
  background: url(../../img/the-royal-junior/ico_pic.png) no-repeat center center / contain;
  width: 80px;
  height: 36px;
  position: absolute;
  top: 0;
  left: calc(50% - 40px);
}
#report .sec-inner .winner h4::after {
  content: '';
  width: 36px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 18px);
  background: #b19553;
}

#report .sec-inner .winner .name {
  padding-bottom: 0.4em;
  margin-bottom: 40px;
  border-bottom: 1px solid #d0d0d0;
  font-size: 24px;
}
#report .sec-inner .winner .name small {
  font-size: 67%;
}
#report .sec-inner .winner .row {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
#report .sec-inner .winner .row figure {
  width: 470px;
}
#report .sec-inner .winner .row .notes {
  width: calc(100% - 500px);
}
#report .sec-inner .winner .row .notes h5 {
  margin-top: -0.3em;
  margin-right: -20px;
  font-size: 24px;
  color: #b19553;
  margin-bottom: 1em;
}
#report .sec-inner .winner .row .notes p {
  font-size: 16px;
  line-height: 2;
}
#report .sec-inner .winner .comment {
  margin-bottom: 34px;
  background: #f1f4f8;
  padding: 34px;
  font-size: 16px;
  line-height: 2;
}
#report .sec-inner .winner .comment h6 {
  margin-bottom: 0.2em;
  font-weight: 700;
}
#report .sec-inner .winner .photos {
  display: flex;
  justify-content: space-between;
}
#report .sec-inner .winner .photos li {
  width: 32.4675%;
}

#report .sec-inner .board .ttl02 {
  padding: 80px 0 14px;
  margin-bottom: 50px;
  background: none;
  height: auto;
  color: #b19553;
  font-size: 28px;
}
#report .sec-inner .board .ttl02::after {
  top: auto;
  bottom: 0;
}
#report .sec-inner .board .score-outer {
  position: relative;
  margin-bottom: 60px;
}
#report .sec-inner .board .score-outer h4 {
  padding: 0.8em;
  background: #041e43;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
#report .sec-inner .board .score-outer .score {
  width: 100%;
}
#report .sec-inner .board .score-outer .score .score-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#report .sec-inner .board .score-outer .score .score-inner .score-tablewrap {
  width: 50%;
}
#report .sec-inner .board .score-outer .score .score-inner .score-tablewrap:first-child {
  border-right: 3px solid #fff;
}
#report .sec-inner .board .score-outer .score .score-inner .score-tablewrap:last-child {
  border-left: 3px solid #fff;
}
#report .sec-inner .board .score-outer .score table {
  width: 100%;
  font-size: 16px;
}
#report .sec-inner .board .score-outer .score.score--half table {
  font-size: 13px;
  table-layout: fixed;
}
#report .sec-inner .board .score-outer .score table tr th {
  width: 10%;
  padding: 0.8em;
  border: 1px solid #d0d0d0;
  background: #f1f4f9;
  text-align: center;
}
#report .sec-inner .board .score-outer .score > table tr th:nth-of-type(3) {
  width: 20%;
}
#report .sec-inner .board .score-outer .score.score--half table tr th {
  width: auto;
}
#report .sec-inner .board .score-outer .score.score--half table tr th:nth-of-type(3) {
  width: 200px;
}
#report .sec-inner .board .score-outer .score table tr td {
  padding: 0.8em;
  border: 1px solid #d0d0d0;
  text-align: center;
}
#report .sec-inner .board .score-outer .score table span {
  display: inline-block;
  white-space: nowrap;
}
#report .sec-inner .board .score-outer .score table span.ajust {
  text-indent: 2em;
}
#report .sec-inner .board .score-outer .score .playoff {
  width: 100%;
  margin: 30px 0 0 auto;
}
#report .sec-inner .board .score-outer .score.score--half .playoff table tr th:nth-of-type(1) {
  width: 200px;
}
#report .sec-inner .board .score-outer .score.score--half .playoff table tr th:nth-of-type(3) {
  width: auto;
}

#report .sec-inner .board .score-outer .score .playoff h5 {
  margin-bottom: 0.5em;
  font-size: 16px;
}
#report .sec-inner .board .score-outer .score .playoff p {
  text-align: right;
  font-size: 14px;
  margin-top: 0.5em;
}
#report .sec-inner .board .caption {
  margin-top: 0.5em;
  font-size: 10px;
}

@media screen and (max-width: 640px) {
  #report {
    margin-top: 0;
    padding-top: 0;
  }
  #report .sec-inner .message {
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.8;
  }
  #report .sec-inner .lead {
    margin-bottom: 40px;
  }
  #report .sec-inner .lead figure {
    margin-bottom: 30px;
  }
  #report .sec-inner .lead h3 {
    font-size: 16px;
  }
  #report .sec-inner .lead h3::after {
    width: 30px;
    height: 2px;
    left: calc(50% - 15px);
  }
  #report .sec-inner .lead p {
    font-size: 12px;
    line-height: 1.8;
  }

  #report .sec-inner .winner {
    padding: 15px;
  }
  #report .sec-inner .winner + .winner {
    margin-top: 30px;
  }
  #report .sec-inner .winner h4 {
    padding: 30px 0 1.2em;
    font-size: 18px;
  }
  #report .sec-inner .winner h4::before {
    width: 40px;
    height: 18px;
    left: calc(50% - 20px);
  }
  #report .sec-inner .winner h4::after {
    width: 30px;
    height: 2px;
    left: calc(50% - 15px);
  }
  #report .sec-inner .winner .name {
    margin-bottom: 20px;
    font-size: 16px;
  }
  #report .sec-inner .winner .name small {
    display: block;
  }
  #report .sec-inner .winner .row {
    margin-bottom: 30px;
    display: block;
  }
  #report .sec-inner .winner .row figure {
    width: 100%;
    margin-bottom: 1.5em;
  }
  #report .sec-inner .winner .row .notes {
    width: 100%;
  }
  #report .sec-inner .winner .row .notes h5 {
    font-size: 16px;
    margin-top: 0;
    margin-right: 0;
  }
  #report .sec-inner .winner .row .notes p {
    font-size: 12px;
    line-height: 1.8;
  }
  #report .sec-inner .winner .comment {
    margin-bottom: 20px;
    padding: 15px;
    font-size: 12px;
    line-height: 1.8;
  }
  #report .sec-inner .winner .photos {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -1%;
  }
  #report .sec-inner .winner .photos li {
    margin: 1%;
    width: 48%;
  }

  #report .sec-inner .board .ttl02 {
    padding: 50px 0 10px;
    margin-bottom: 30px;
    font-size: 17px;
  }
  #report .sec-inner .board .score-outer {
    margin-bottom: 30px;
  }
  #report .sec-inner .board .score-outer h4 {
    font-size: 12px;
  }
  #report .sec-inner .board .score-outer .score table {
    font-size: 12px;
  }
  #report .sec-inner .board .score-outer .swiper-slide {
    padding-bottom: 10px;
    min-width: 880px;
  }
  #report .sec-inner .board .score-outer .score.score--half table {
    font-size: 12px;
  }
  #report .sec-inner .board .score-outer .score table tr th,
  #report .sec-inner .board .score-outer .score table tr td {
    padding: 0.6em 2px;
  }
  #report .sec-inner .board .score-outer .score > table tr th:nth-of-type(3) {
    width: 21%;
  }
  #report .sec-inner .board .score-outer .score > table tr th:nth-of-type(1) {
    width: 14%;
  }
  #report .sec-inner .board .score-outer .score.score--half table tr th:nth-of-type(3) {
    width: 120px;
  }

  #report .sec-inner .board .score-outer .score table span {
    width: 4.4em;
    text-align: left;
  }
  #report .sec-inner .board .score-outer .score.score--half table span {
    width: auto;
    text-align: center;
  }
  #report .sec-inner .board .score-outer .score table span.ajust {
    text-indent: 0;
  }

  #report .sec-inner .board .score-outer .score .playoff {
    width: 100%;
    margin: 15px 0 0 auto;
  }
  #report .sec-inner .board .score-outer .score.score--half .playoff table {
    font-size: 11px;
  }
  #report .sec-inner .board .score-outer .score.score--half .playoff table tr th:nth-of-type(1) {
    width: 70px;
  }
  #report .sec-inner .board .score-outer .score .playoff h5 {
    font-size: 12px;
  }
  #report .sec-inner .board .score-outer .score .playoff p {
    font-size: 10px;
  }
}

/*
.ttl-summary
---------------------------*/
.ttl-summary {
  margin: 0 0 70px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.ttl-summary::after {
  content: '';
  display: block;
  width: 42px;
  height: 3px;
  margin: 20px auto 0;
  background: #b19553;
}
@media screen and (max-width: 640px) {
  .ttl-summary {
    margin: 0 0 35px;
    font-size: 20px;
  }
  .ttl-summary::after {
    width: 20px;
    height: 2px;
    margin: 10px auto 0;
  }
}

/*
#archives
---------------------------*/
#archives {
  margin: 100px 0;
}
#archives .archives-list {
  display: flex;
  justify-content: center;
  gap: 0 25px;
}
#archives .archives-list li {
  width: 260px;
  text-align: center;
}
#archives .archives-list li a {
  display: block;
  padding: 0.5em 0;
  font-size: 20px;
  text-decoration: none;
  background: #f1f4f8;
  color: #222;
  border: solid 1px #c8c8c8;
  position: relative;
}
#archives .archives-list li a:not([href]) {
  opacity: 0.4;
}
#archives .archives-list li a::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-top: solid 1px #222;
  border-right: solid 1px #222;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  transition: right ease 0.4s;
}
#archives .archives-list li a[href]:hover::before {
  right: 10px;
}
@media screen and (max-width: 640px) {
  #archives {
    margin: 50px 0;
  }
  #archives .archives-list {
    justify-content: space-between;
    gap: 0;
  }
  #archives .archives-list li {
    width: 33%;
  }
  #archives .archives-list li a {
    font-size: 14px;
  }
  #archives .archives-list li a::before {
    width: 8px;
    height: 8px;
    top: calc(50% - 4px);
    right: 10px;
  }
}
