.display-inner, .report-inner, .profile-inner, .granprix-inner, .summary-inner, .result-inner {
  margin-left: auto;
  margin-right: auto;
  width: var(--container-width);
  word-wrap: break-word;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: content-box;
}
@media (max-width: 767.98px) {
  .display-inner, .report-inner, .profile-inner, .granprix-inner, .summary-inner, .result-inner {
    padding-left: 17px;
    padding-right: 17px;
    width: 100%;
    box-sizing: border-box;
  }
}

.minus {
  margin-top: -70px;
  padding-top: 70px;
}

.main {
  color: #222;
}
@media (max-width: 767.98px) {
  .main {
    overflow: hidden;
  }
}

.visual-inner {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}
@media (max-width: 767.98px) {
  .visual-inner {
    width: 100%;
  }
}

.result {
  background-color: #edf1f3;
}
.result-inner {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .result-inner {
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: left;
  }
}
.result-inner p {
  margin-bottom: 2em;
  font-weight: 700;
  line-height: 1.92;
}
@media (max-width: 767.98px) {
  .result-inner p {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.result-inner ul {
  display: flex;
}
@media (max-width: 767.98px) {
  .result-inner ul {
    flex-wrap: wrap;
  }
}
.result-inner ul li {
  width: 20%;
}
@media (max-width: 767.98px) {
  .result-inner ul li {
    width: 50%;
  }
}
.result-inner ul li a {
  display: block;
  padding: 0.75em;
  border: 1px solid #325a6e;
  border-left: 0;
  text-decoration: none;
  font-weight: 700;
  color: #325a6e;
}
@media (max-width: 767.98px) {
  .result-inner ul li a {
    border-top: 0;
    text-align: center;
    font-size: 1.1rem;
  }
}
.result-inner ul li:first-child a {
  border-left: 1px solid #325a6e;
}
.result-inner ul li:nth-child(1) a, .result-inner ul li:nth-child(2) a {
  border-top: 1px solid #325a6e;
}
@media (max-width: 767.98px) {
  .result-inner ul li:nth-child(odd) a {
    border-left: 1px solid #325a6e;
  }
}
.result-ttl {
  margin-bottom: 1.5em;
  height: 24.2px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .result-ttl {
    margin-bottom: 2.5em;
    height: 18.5px;
  }
}
.result-ttl img {
  width: auto;
  height: 100%;
}

.summary-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .summary-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.summary-inner .inner-text {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}
@media (max-width: 767.98px) {
  .summary-inner .inner-text {
    width: 100%;
  }
}
.summary-inner .inner-text dl {
  margin-bottom: 1em;
}
.summary-inner .inner-text dt {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #325a6e;
}
@media (max-width: 767.98px) {
  .summary-inner .inner-text dt {
    font-size: 1.2rem;
  }
}
.summary-inner .inner-text dd {
  line-height: 1.60714286;
}
@media (max-width: 767.98px) {
  .summary-inner .inner-text dd {
    font-size: 1.1rem;
  }
}
.summary-inner .inner-text dd p {
  margin-bottom: 1.5em;
}
.summary-inner .inner-text dd p:last-child {
  margin-bottom: 0;
}
.summary-inner .inner-text dd p a {
  color: #325a6e;
}
.summary-inner .inner-text dd p a:hover {
  opacity: 1;
}
.summary-inner .inner-text > p {
  margin-top: 2em;
}
.summary-inner .inner-text > p a {
  display: block;
  padding: 10px;
  width: 100%;
  text-align: center;
  border: 1px solid #325a6e;
  text-decoration: none;
  font-weight: 700;
  box-sizing: border-box;
  color: #325a6e;
}
@media (max-width: 767.98px) {
  .summary-inner .inner-text > p a {
    padding: 8px 10px;
    font-size: 1.1rem;
  }
}
.summary-ttl {
  margin-bottom: 2em;
  height: 22.6px;
}
@media (max-width: 767.98px) {
  .summary-ttl {
    margin-bottom: 1.5em;
    height: 17px;
  }
}
.summary-ttl img {
  width: auto;
  height: 100%;
}

.ico-plus {
  position: relative;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}
.ico-plus:hover {
  opacity: 0.7;
}
.ico-plus:before {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/ico-plus.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media (max-width: 767.98px) {
  .ico-plus:before {
    right: 7.5px;
    top: 7.5px;
    width: 20px;
    height: 20px;
  }
}

.ico-instagram {
  padding-left: 1.5em;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.5;
  background-image: url(../img/ico-instagram.svg);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: left center;
}
@media (max-width: 767.98px) {
  .ico-instagram {
    padding-left: 1.8em;
    font-size: 1.1rem;
  }
}
.ico-instagram a {
  color: #325a6e;
}
@media (max-width: 767.98px) {
  .ico-instagram span {
    font-size: 1.1rem;
  }
}

.link {
  display: flex;
  align-items: center;
}
@media (max-width: 767.98px) {
  .link {
    display: block;
  }
}
.link .ico-instagram {
  flex-shrink: 0;
}
.link .workers-place {
  font-size: 1.3rem;
}
@media (max-width: 767.98px) {
  .link .workers-place {
    font-size: 1.1rem;
  }
}

.label {
  font-weight: 700;
  width: 100%;
  max-width: 285px;
  border: 1px solid #325a6e;
  border-radius: 100vw;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .label {
    padding: 2px;
    max-width: 100%;
    font-size: 1.2rem;
  }
}

.horizon-photo, .vertical-photo {
  cursor: pointer;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.2s ease-out;
  margin-bottom: 3em;
}
@media (max-width: 767.98px) {
  .horizon-photo, .vertical-photo {
    margin-bottom: 0;
    width: 100%;
  }
}
.horizon-photo:hover, .vertical-photo:hover {
  opacity: 0.7;
}
.horizon-photo figure, .vertical-photo figure {
  position: relative;
  margin-bottom: 7px;
  position: relative;
  padding: 20px;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .horizon-photo figure, .vertical-photo figure {
    padding: 10px;
  }
}
.horizon-photo figure:before, .vertical-photo figure:before {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/ico-plus.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media (max-width: 767.98px) {
  .horizon-photo figure:before, .vertical-photo figure:before {
    right: 7.5px;
    top: 7.5px;
    width: 20px;
    height: 20px;
  }
}

.vertical-photo {
  width: 580px;
}
@media (max-width: 767.98px) {
  .vertical-photo {
    width: 100%;
  }
}

.granprix {
  background-color: #edf1f3;
}
.granprix-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .granprix-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.granprix-ttl {
  margin-bottom: 2em;
  height: 23.2px;
}
@media (max-width: 767.98px) {
  .granprix-ttl {
    margin-bottom: 1.5em;
    height: 17px;
  }
}
.granprix-ttl img {
  width: auto;
  height: 100%;
}
.granprix-ttl2-area {
  margin-bottom: 2.5em;
  position: relative;
  text-align: center;
}
@media (max-width: 767.98px) {
  .granprix-ttl2-area {
    padding-top: 1em;
    margin-bottom: 1.5em;
  }
}
.granprix-ttl2-area.crown:before {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  content: "";
  width: 38px;
  height: 25px;
}
@media (max-width: 767.98px) {
  .granprix-ttl2-area.crown:before {
    display: none;
  }
}
.granprix-ttl2-ttl {
  position: relative;
}
.granprix-ttl2-ttl span {
  position: relative;
  display: inline-block;
  padding: 2px 4px;
  background-color: #325a6e;
  border-radius: 100vw;
  box-sizing: border-box;
  min-width: 200px;
  color: #fff;
  font-size: 1.8rem;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .granprix-ttl2-ttl span {
    font-size: 1.2rem;
    min-width: 130px;
  }
}
.granprix-ttl2-ttl:before {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 5;
  display: block;
  content: "";
  min-width: 400px;
  height: 1px;
  background-color: #325a6e;
  transform: translate(-50%, -50%);
}
@media (max-width: 767.98px) {
  .granprix-ttl2-ttl:before {
    min-width: 260px;
  }
}
.granprix-nav {
  margin-bottom: 1em;
  padding-bottom: 10px;
}
@media (max-width: 767.98px) {
  .granprix-nav {
    overflow-x: auto;
    margin-left: -17px;
    margin-right: -17px;
  }
}
.granprix-nav ul {
  display: flex;
  gap: 7px;
}
@media (max-width: 767.98px) {
  .granprix-nav ul {
    width: 590px;
    padding-left: 17.5px;
    padding-right: 17.5px;
    gap: 5px;
  }
}
.granprix-nav ul li {
  width: calc((100% - 21px) / 4);
  text-align: center;
}
@media (max-width: 767.98px) {
  .granprix-nav ul li {
    width: 135px;
  }
}
.granprix-nav ul li label {
  display: block;
  padding: 22px 10px;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  color: #325a6e;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .granprix-nav ul li label {
    padding: 14.5px 10px;
    font-size: 1.1rem;
  }
}
.granprix-nav ul li.active label, .granprix-nav ul li:hover label {
  background-color: #325a6e;
  color: #fff;
  opacity: 1;
}
.granprix-nav .simplebar-track.simplebar-horizontal {
  height: 2px;
  left: 17px;
  width: calc(100% - 34px);
}
.granprix-nav .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  opacity: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  background-color: #325a6e;
}
.granprix-content {
  display: grid;
  grid-template-columns: 1fr 620px;
}
@media (max-width: 767.98px) {
  .granprix-content {
    margin-block: 1em;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .granprix-content .meta {
    margin-bottom: 1.5em;
    text-align: center;
  }
}
.granprix-content .meta dt {
  margin-bottom: 0.4em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .granprix-content .meta dt {
    margin-bottom: 0.1em;
    font-size: 1.4rem;
  }
}
@media (max-width: 767.98px) {
  .granprix-content .meta dd p {
    margin-inline: auto;
    width: fit-content;
  }
}
.granprix-content .comment .messages {
  margin-bottom: 2em;
}
@media (max-width: 767.98px) {
  .granprix-content .comment .messages {
    font-size: 1.1rem;
  }
}
.granprix-content .comment dl {
  margin-bottom: 2em;
}
.granprix-content .comment dt {
  margin-bottom: 1em;
  text-align: center;
  color: #325a6e;
  font-weight: 700;
  border: 1px solid #325a6e;
  border-radius: 100vw;
}
@media (max-width: 767.98px) {
  .granprix-content .comment dt {
    margin-bottom: 1.2em;
    padding-block: 2px;
    font-size: 1.2rem;
  }
}
.granprix-content .comment dd {
  font-size: 1.5rem;
}
@media (max-width: 767.98px) {
  .granprix-content .comment dd {
    font-size: 1.1rem;
  }
}
.granprix-content .comment dd li {
  margin-bottom: 1em;
}
.granprix-content .comment dd li .ttl {
  margin-bottom: 1em;
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 20px;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .granprix-content .comment dd li .ttl {
    font-size: 1.2rem;
  }
}

.profile-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .profile-inner {
    padding-top: 40px;
    padding-bottom: 15px;
  }
}
.profile-ttl {
  margin-bottom: 3.7em;
  height: 23.2px;
}
@media (max-width: 767.98px) {
  .profile-ttl {
    margin-bottom: 1.8em;
    height: 17px;
  }
}
.profile-ttl img {
  width: auto;
  height: 100%;
}
.profile-lists {
  display: flex;
  gap: 80px;
}
@media (max-width: 767.98px) {
  .profile-lists {
    display: block;
  }
}
.profile-item {
  width: calc((100% - 80px) / 2);
}
@media (max-width: 767.98px) {
  .profile-item {
    margin-bottom: 1.8em;
    width: 100%;
  }
}
.profile-item figure {
  aspect-ratio: 450/300;
  background-color: #edf1f3;
}
.profile-item figure img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.profile-item .name {
  margin: 1.5em 0 1.3em;
  font-size: 1.5rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .profile-item .name {
    margin: 1.2em 0 1em;
    font-size: 1.2rem;
  }
}
.profile-item .text {
  line-height: 1.6;
}
.profile-item .text p {
  margin-bottom: 1.5em;
}
.profile-item .text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .profile-item .text p {
    font-size: 1.1rem;
  }
}

.report {
  background-color: #edf1f3;
}
.report-inner {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media (max-width: 767.98px) {
  .report-inner {
    padding-top: 40px;
    padding-bottom: 25px;
  }
}
.report-lists > p {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 700;
  color: #325a6e;
}
@media (max-width: 767.98px) {
  .report-lists > p {
    font-size: 1.2rem;
  }
}
.report-item {
  display: grid;
  grid-template-columns: 470px 1fr;
  gap: 40px;
  margin-bottom: 21px;
}
@media (max-width: 767.98px) {
  .report-item {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.report-item .text {
  font-size: 1.5rem;
  transform: translate(0, -6px);
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .report-item .text {
    font-size: 1.1rem;
    transform: translate(0, 0);
  }
}
.report-item .text p {
  margin-bottom: 1.5em;
}
.report-item .text p:last-child {
  margin-bottom: 0;
}

.display-inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .display-inner {
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
.display-ttl {
  margin-bottom: 40px;
  height: 22.7px;
}
@media (max-width: 767.98px) {
  .display-ttl {
    margin-bottom: 25px;
    height: 17px;
  }
}
.display-ttl img {
  width: auto;
  height: 100%;
}
.display .splide {
  position: relative;
}
.display .splide__arrow {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 52px;
  transform: translate(0, -50%);
}
@media (max-width: 767.98px) {
  .display .splide__arrow {
    width: 10px;
    height: 20px;
    transform: translate(0, calc(-50% - 10px));
  }
}
.display .splide__arrow svg {
  display: none;
}
.display .splide__arrow--next {
  right: 0;
  background-image: url(../img/ico-bullet-next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.display .splide__arrow--prev {
  left: 0;
  background-image: url(../img/ico-bullet-prev.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.display .splide__track {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
  width: 800px;
}
@media (max-width: 767.98px) {
  .display .splide__track {
    margin-bottom: 10px;
    width: calc(100% - 50px);
  }
}
.display .splide__pagination {
  display: flex;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .display .splide__pagination {
    gap: 11px;
  }
}
.display .splide__pagination li button {
  width: 10px;
  height: 10px;
  background-color: rgba(50, 90, 110, 0.15);
  border-radius: 100%;
  transition: background-color 0.2s ease-out;
}
@media (max-width: 767.98px) {
  .display .splide__pagination li button {
    width: 7.5px;
    height: 7.5px;
  }
}
.display .splide__pagination li button.is-active {
  background-color: rgb(50, 90, 110);
}

.kasaku-lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 10px 20px;
  padding-bottom: 2.5em;
}
@media (max-width: 767.98px) {
  .kasaku-lists {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px 12px;
    padding-bottom: 2em;
  }
}
.kasaku-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
.kasaku-item .photo-modal {
  margin-bottom: 0.7em;
  padding: 8px;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .kasaku-item .photo-modal {
    margin-bottom: 0.4em;
    padding: 5px;
  }
}
.kasaku-item .photo-modal:before {
  right: 3px;
  top: 3px;
  width: 18px;
  height: 18px;
}
@media (max-width: 767.98px) {
  .kasaku-item .photo-modal:before {
    width: 15px;
    height: 15px;
  }
}
.kasaku-item .photo-modal figure {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.kasaku-item .photo-modal figure img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.kasaku-item .ttl {
  margin-bottom: 0.3em;
  font-weight: 700;
  height: min-content;
  line-height: 1.5;
  font-size: 1.3rem;
}
@media (max-width: 767.98px) {
  .kasaku-item .ttl {
    font-size: 0.9rem;
  }
}
.kasaku-item .ico-instagram {
  font-size: 1.3rem;
  color: #325a6e;
}
@media (max-width: 767.98px) {
  .kasaku-item .ico-instagram {
    padding-left: 1.7em;
    font-size: 1.1rem;
  }
}
.kasaku-item .ico-instagram a {
  color: #325a6e;
}

.second-granprix-lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  padding-bottom: 3em;
}
@media (max-width: 767.98px) {
  .second-granprix-lists {
    gap: 25px;
    grid-template-columns: 1fr;
    padding-bottom: 2em;
  }
}
.second-granprix-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  width: 460px;
}
@media (max-width: 767.98px) {
  .second-granprix-item {
    width: calc(100vw - 34px);
  }
}
.second-granprix-item .photo-modal {
  margin-bottom: 0.4em;
  padding: 15px;
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
}
@media (max-width: 767.98px) {
  .second-granprix-item .photo-modal {
    margin-bottom: 0.2em;
    padding: 10px;
  }
}
.second-granprix-item .photo-modal:before {
  right: 5px;
  top: 5px;
  width: 24px;
  height: 24px;
}
.second-granprix-item .photo-modal figure {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
.second-granprix-item .photo-modal figure img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.second-granprix-item .ico-plus:before {
  width: 24px;
  height: 24px;
}
@media (max-width: 767.98px) {
  .second-granprix-item .ico-plus:before {
    width: 20px;
    height: 20px;
  }
}
.second-granprix-item .ttl {
  margin-bottom: 0.3em;
  font-weight: 700;
  height: min-content;
  line-height: 1.5;
}
.second-granprix-item .ttl dt {
  padding-block: 0.5em;
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  .second-granprix-item .ttl dt {
    font-size: 1.2rem;
  }
}
.second-granprix-item .ttl dd {
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .second-granprix-item .ttl dd {
    font-size: 1.1rem;
  }
}
.second-granprix-item .ico-instagram {
  font-size: 1.3rem;
}

.ttl-line {
  display: flex;
  align-items: center;
}
.ttl-line:after {
  display: block;
  margin-left: 1.5em;
  content: "";
  flex: 1;
  height: 1px;
  background-color: #325a6e;
}
@media (max-width: 767.98px) {
  .ttl-line:after {
    margin-left: 1.2em;
  }
}

.backto-index .btn-backtoindex {
  display: inline-block;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  padding: 16px 79px 18px;
  font-family: "contax_sans_65regular";
  line-height: 1;
  font-size: 1.6rem;
  color: #fff;
  background: #2a221e;
  transition: all 0.2s ease-out;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .backto-index .btn-backtoindex {
    padding: 13px 71px 15px;
    font-size: 1.2rem;
  }
}

#modal-photo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: #2a221e;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
}
#modal-photo.is-open {
  visibility: visible;
  opacity: 1;
}
#modal-photo .modal__overlay {
  width: 100%;
  height: 100%;
}
#modal-photo .modal__overlay .modal__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#modal-photo .modal__overlay .modal__content {
  width: 95%;
  height: 95%;
}
#modal-photo .modal__overlay .modal__content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
#modal-photo .modal__close {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../img/ico-photomodal-close.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media (max-width: 767.98px) {
  #modal-photo .modal__close {
    right: 17.5px;
    top: 17.5px;
    width: 34px;
    height: 34px;
  }
}

#modal-contest {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: rgb(42, 34, 30);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
}
#modal-contest.is-open {
  visibility: visible;
  opacity: 1;
}
#modal-contest .modal__overlay {
  width: 100%;
  height: 100%;
}
#modal-contest .modal__overlay .modal__container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#modal-contest .modal__overlay .modal__content dl {
  width: 980px;
  text-align: center;
}
@media (max-width: 767.98px) {
  #modal-contest .modal__overlay .modal__content dl {
    width: 100%;
  }
}
#modal-contest .modal__overlay .modal__content dt {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 540px;
}
@media (max-width: 767.98px) {
  #modal-contest .modal__overlay .modal__content dt {
    margin-bottom: 30px;
    width: 250px;
  }
}
#modal-contest .modal__overlay .modal__content dd ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  #modal-contest .modal__overlay .modal__content dd ul {
    display: block;
    width: 280px;
  }
}
#modal-contest .modal__overlay .modal__content dd ul li {
  width: calc((100% - 20px) / 2);
}
@media (max-width: 767.98px) {
  #modal-contest .modal__overlay .modal__content dd ul li {
    margin-bottom: 1.5em;
    width: 100%;
    font-size: 1rem;
  }
}
#modal-contest .modal__overlay .modal__content dd ul li span {
  font-weight: 700;
  font-size: 1.6rem;
}
@media (max-width: 767.98px) {
  #modal-contest .modal__overlay .modal__content dd ul li span {
    font-size: 1.2rem;
  }
}
#modal-contest .modal__overlay .modal__content dd ul a {
  display: block;
  padding: 18px;
  width: 100%;
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 100vw;
}
@media (max-width: 767.98px) {
  #modal-contest .modal__overlay .modal__content dd ul a {
    padding: 7px;
  }
}
#modal-contest .modal__close {
  position: absolute;
  right: 30px;
  top: 30px;
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  background-image: url(../../assets/img/common/ico-contestmodal-close.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media (max-width: 767.98px) {
  #modal-contest .modal__close {
    right: 17.5px;
    top: 17.5px;
    width: 34px;
    height: 34px;
  }
}

.tab-label {
  display: none;
}

.tab-contents {
  opacity: 0;
  transition: opacity 0.2s ease-out 500ms;
  overflow: hidden;
}
.tab-contents.on {
  opacity: 1;
}

.tab-contents {
  display: flex;
  flex-wrap: wrap;
}

.tab-switch:checked ~ .tab-item {
  transform: translateX(20%);
}

.tab-switch:checked + .tab-label + .tab-item {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.tab-switch {
  display: none;
}

.tab-label {
  flex: 1;
  font-weight: bold;
  order: -1;
}

.tab-item {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(-20%);
  transition: transform 0.3s 80ms, opacity 0.3s 80ms;
  width: 100%;
}
.tab-item.on {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.report-contents-title {
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: 700;
  color: #325a6e;
}
@media (max-width: 767.98px) {
  .report-contents-title {
    font-size: 1.6rem;
  }
}
.report-contents-item {
  margin-bottom: 2em;
}
.report-contents-item p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media (max-width: 767.98px) {
  .report-contents-item p {
    font-size: 1.1rem;
  }
}
.report-contents-item figure {
  margin-inline: auto;
  margin-block: 2.5em 2em;
  max-width: 600px;
}
.report-contents-item figcaption {
  margin-top: 0.5em;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media (max-width: 767.98px) {
  .report-contents-item figcaption {
    font-size: 0.9rem;
  }
}
