@charset "utf-8";

/*============================
#dremedia
============================*/

#dremedia {
  width: 100%;
  box-shadow: 0 5px 10px rgb(0 0 0 / 8%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #05afc2;
}
#dremedia .inner{
  max-width: 1160px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

#dremedia ul {
  display: flex;
}

#dremedia ul li {
  margin-left: 2em;
}

#dremedia ul li a {
  color: #fff;
  text-decoration: none;
  position: relative;
  padding-left: 1.5em;
}

#dremedia ul li a:before {
  content: "\f138";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#dremedia + .container {
  margin-top: 80px;
}

img.sp_clone {
  opacity: 0;
}

/*============================
main_visual
============================*/

.main_visual {
  background: #dee2e1;
}

.main_visual .inner {
  max-width: 1600px;
  margin: auto;
  position: relative;
  padding-top: 45%;
  height: 0;
  z-index: 1;
  overflow: hidden;
}

img[class *='visual_'],
p[class *='visual_'] {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

img.visual_catch {
  z-index: 3;
}

img.visual_img {
  animation: img 1s ease .3s 1 normal forwards;
  opacity: 0;
}

@keyframes img {
  0% {
    transform: translate(-50%, 0) scale(1.1);
  }

  100% {
    opacity: 1;
  }
}

img.visual_catch {
  animation: catch 1s ease 1s 1 normal forwards;
  opacity: 0;
}

@keyframes catch {
  0% {
    transform: translate(-50%, -50px);
  }

  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

.main_visual .date {
  width: 100%;
  position: relative;
  background-image: radial-gradient(at 50% 0%, #65ccd6, #00B2C5FF 60%);
  z-index: 1;
  padding: 150px 0 0;
}

.main_visual .date figure {
  max-width: 1000px;
  margin: auto;
  position: relative;
  padding: 30px 0 0;
  gap: 30px;
}

.main_visual .date figure img {
  width: 100%;
}
.main_visual .date .entry {
  padding: 0 2.5em 4em;
}
.main_visual .date .entry a.btn {
  background: #ffaa25;
  max-height: 5em;
}
.main_visual .date .entry a.btn:hover {
  opacity: 1;
  background-color: #ffb645;
}

img.visual_title {
  top: -15%;
  animation: title 1s ease 1.5s 1 normal forwards;
  opacity: 0;
  z-index: 4;
}

p.visual_title {
  top: -35%;
  animation: title 1s ease 1.5s 1 normal forwards;
  opacity: 0;
  z-index: 4;
  font-size: 3.6rem;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0px 3px 1px #008C9B;
}

@media screen and (max-width: 768px) {
  .main_visual .date {
    padding: 90px 0 0;
  }

  .main_visual .date figure {
    padding: 15px 30px 0;
  }

  .main_visual .date .entry {
    padding: 0 30px 30px;
  }

  p.visual_title {
    top: -27%;
    font-size: 2rem;
  }
}

@keyframes title {
  0% {
    transform: translate(-50%, 30px);
  }

  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

@keyframes title2 {
  0% {
    transform: translate(-50%, 15px);
  }

  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

/*============================
banner
============================*/
.bnr_media01 {
  max-width: 1120px;
  padding: 6em 0 2em;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}

/*============================
anchor
============================*/

.anchor {
  width: 100%;
  padding: 4em 0;
  transition: .7s;
}

.anchor.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 1000;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0 -5px 10px rgb(0 0 0 / 8%);
}

.anchor ul {
  display: flex;
  justify-content: space-between;
  max-width: 980px;
  margin: auto;
}

.anchor.fixed ul {
  max-width: 90%;
}

.anchor li {
  width: 31%;
}

.anchor li a {
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
  background: #ffaa25;
  position: relative;
  box-shadow: 0 5px 10px rgb(0 0 0 / 8%);
}

.anchor.fixed a {
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 1.6rem;
}

.anchor li a:before {
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 14px solid #ffaa25;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.anchor.fixed a:before {
  bottom: inherit;
  left: inherit;
  top: 55%;
  right: 1em;
  transform: translateY(-50%);
  border: 6px solid transparent;
  border-top: 8px solid #fff;
}

.anchor li a:hover {
  opacity: 1;
  background-color: #ffb645;
}

/*============================
common
============================*/

.primary article h2 {
  font-size: 3.2rem;
}

.textline {
  background-image: linear-gradient(#05afc2, #05afc2);
  background-size: 6px 3px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 6px;
}

a.btn {
  display: block;
  font-size: 1.8rem;
  text-decoration: none;
  color: #fff;
  background: #ccc;
  max-width: 400px;
  margin: 2em auto 0;
  padding: 1.5em 0;
  box-shadow: 0 5px 10px rgb(0 0 0 / 8%);
  position: relative;
}

a.btn:before {
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  color: #fff;
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

ul.caution {
  text-align: justify;
}

ul.caution li {
  font-size: 1.4rem;
  color: #606060;
  margin-top: .7em;
  padding-left: 1.3em;
  position: relative;
}

ul.caution li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

/*============================
info
============================*/

#info {
  background: url(../images/info_bg.png) repeat-y center top #eaf5f6;
  background-size: 100%;
}

#info .inner {
  background: url(../images/drecommedia_award_bg.png) no-repeat center 480px;
}

#info h2 {
  color: #0293ab;
}

#info .announce h3 {
  margin-top: 2em;
}

#info .announce p {
  font-size: 2rem;
  line-height: 2.2;
  margin-top: 2em;
}

#info .announce p:first-child {
  margin-top: 3em;
}

#info .announce figure {
  max-width: 660px;
  margin: 6em auto 0;
}
#info .announce .syoei-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#info .announce .syoei-flex .box {
  width: 50%;
  max-width: 320px;
}
#info .announce .syoei-flex .box figure {
  margin: 2em 1em 0;
}
#info .announce .syoei-flex .box img {
  max-width: 100%;
  height: auto;
}
#info .announce .youtube-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 1120px;
  margin: 2em auto 0;
}
#info .announce .youtube-flex .youtube-flex_wrap {
  width: 45%;
  margin: 0 1em
}
#info .announce .youtube-flex .youtube-flex_inr {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
#info .announce .youtube-flex .youtube-flex_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* award */

.award {
  max-width: 980px;
  margin: 9em auto 0;
  background: #fff;
  border: 8px solid #05afc2;
  position: relative;
  padding: 5em 4em;
}

.award:after {
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  position: absolute;
  left: 6px;
  top: 6px;
  border: 2px solid #05afc2;
  z-index: 0;
}

.award h3 {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

[class *='award_'] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  margin-top: 4em;
}

[class *='award_']:first-of-type {
  margin-top: 2em;
}

[class *='award_'] h4 {
  width: 20%;
}

[class *='award_'] h4 img {
  width: 100%;
}

[class *='award_'] .detail {
  width: 76%;
}

.detail .col_2 {
  display: flex;
  justify-content: space-between;
}

.detail .col_2 dl {
  width: 48%;
}

.detail .col_2 dl dt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 40px;
  height: 40px;
  background: #e6e6e6;
}

.detail .col_2 dl dd {
  margin-top: 1em;
}

.prize_01 {
  font-size: 3.4rem;
  line-height: 1;
  font-weight: 600;
}

.detail .col_2 .prize_01 dd {
  display: inline-block;
  position: relative;
  padding-left: 60px;
  margin-top: 1.2em;
}

.prize_01 dd:before {
  content: "";
  width: 52px;
  height: 70px;
  background: url(../images/award_grand_icon.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.award_gold .prize_01 dd:before {
  background-image: url(../images/award_gold_icon.png);
}

.award_silver .prize_01 dd:before {
  background-image: url(../images/award_silver_icon.png);
}

.award_webtoon .prize_01 dd:before {
  background-image: url(../images/award_webtoon_icon.png);
}

.prize_02 dd {
  display: flex;
  align-items: center;
  justify-content: center;
}

.prize_02 dd span {
  display: inline-block;
  margin-right: .7em;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  padding: .2em 1em;
  border-radius: 100px;
  background: #ec3131;
}

.award_gold .prize_02 dd span {
  background: #f0ba00;
}

.award_silver .prize_02 dd span {
  background: #848484;
}

.award_webtoon .prize_02 dd span {
  background: #05afc2;
}

.prize_02 b {
  font-size: 6.7rem;
  line-height: 1;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 0;
  background-image: linear-gradient(#ffd125, #ffd125);
  background-size: 6px 20px;
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 10px;
  text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0-3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
}

.prize_02 b small {
  font-size: 3rem;
}

.col_1 {
  margin-top: 2em;
  border-top: 4px solid #090909;
  position: relative;
}

.col_1 p {
  padding: 0 2.5em;
  height: 30px;
  font-size: 2rem;
  font-weight: 600;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}

.col_1 p:before,
.col_1 p:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #090909;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}

.col_1 p:before {
  left: 1em;
}

.col_1 p:after {
  right: 1.5em;
}

.col_1 ul {
  display: flex;
  margin-top: 2em;
  justify-content: space-between;
}

.col_1 ul li {
  display: flex;
  justify-content: space-between;
}

.col_1 ul.col_3 li {
  width: 32%;
}

.col_1 ul li figure {
  width: 60px;
  margin-right: .5em;
}

.col_1 ul li h5 {
  flex: 1;
  width: 100%;
  text-align: left;
  font-weight: 400;
  font-size: 1.3rem;
}

.col_1 ul li h5 b {
  display: block;
  font-size: 1.7rem;
}

.col_1 ul li h5 small {
  display: block;
  font-size: 1.3rem;
}

.award_webtoon .col_1 ul {
  justify-content: flex-start;
}

/* committee */

.committee {
  background: #05afc2;
  max-width: 840px;
  margin: 7em auto 0;
  position: relative;
  padding: 5em 0;
}

.committee:before {
  content: "";
  position: absolute;
  top: 70px;
  right: 40px;
  width: 126px;
  height: 177px;
  z-index: 1;
  background: url(../images/committee_bg.png) no-repeat center center;
  background-size: 100%;
}

.committee h3 {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.committee h4 {
  font-size: 2rem;
  color: #fff;
}

.committee ul {
  max-width: 720px;
  margin: 2em auto 0;
  padding: 3em;
  background: #fff;
  position: relative;
  z-index: 0;
}

.committee ul:before {
  content: "※敬称略";
  position: absolute;
  font-size: 1.3rem;
  bottom: 2em;
  right: 3em;
  color: #868686;
}

.committee ul li {
  display: flex;
  align-items: center;
  border-top: 2px dotted #05afc2;
  margin-top: 1em;
  padding-top: 1em;
}

.committee ul li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.committee ul li h5 {
  font-size: 2.6rem;
  width: 25%;
  text-align: left;
}

.committee ul li p {
  color: #848484;
  text-align: left;
  font-size: 1.5rem;
}

.committee span {
  position: absolute;
  bottom: 100px;
  color: #848484;
  right: 110px;
  font-size: 1.3rem;
}

/*============================
regulation
============================*/

#regulation {
  background: url(../images/regulation_bg.png) repeat-y center top #0293ab;
  background-size: 100%;
}

#regulation h2 {
  color: #fff;
}

#regulation section {
  max-width: 980px;
  margin: 3em auto 0;
  padding: 4em;
  background: #fff;
}

#regulation section h3 {
  padding: .3em;
  font-size: 2.2rem;
  margin-top: 3em;
  border-bottom: 4px solid #0293ab;
  background: #eaf5f6;
}

#regulation section h3:first-of-type {
  margin-top: 0;
}

#regulation section p {
  text-align: left;
  padding-top: 1em;
}

#regulation section dl {
  max-width: 540px;
  margin: 2em auto 0;
  padding: 1.5em 2em;
  font-weight: 600;
  border: 2px solid #05afc2;
}

#regulation section dl dt {
  font-size: 2rem;
}

#regulation section dl dd {
  font-size: 2.4rem;
  padding-top: .5em;
}

#regulation section span {
  font-size: 1.4rem;
  color: #ec3131;
  margin-top: 1em;
  display: inline-block;
}

#regulation a.btn {
  background: #ffaa25;
}

#regulation a.btn:hover {
  opacity: 1;
  background-color: #ffb645;
}

/*============================
qanda
============================*/

#qanda h2 {
  color: #0293ab;
}

#qanda section {
  max-width: 840px;
  margin: auto;
  text-align: justify;
  margin-top: 3em;
}

#qanda section dl {
  border-top: 2px dotted #c2c2c2;
  margin-top: 2em;
  padding-top: 2em;
  font-size: 1.8rem;
}

#qanda section dl:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

#qanda section dl dt,
#qanda section dl dd {
  position: relative;
  padding-left: 5rem;
}

#qanda section dl dt:before,
#qanda section dl dd:before {
  content: "Q";
  width: 38px;
  height: 38px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  background: #05afc2;
  position: absolute;
  top: -3px;
  left: 0;
  border-radius: 100px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
}

#qanda section dl dd {
  margin-top: 1.5em;
}

#qanda section dl dd:before {
  content: "A";
  background: #ffaa25;
}

/* contact */

.contact {
  max-width: 840px;
  margin: 4em auto 0;
  padding: 4em;
  background: #eaf5f6;
}

.contact p {
  text-align: justify;
}

.contact a.btn {
  background: #05afc2;
}

.contact a.btn:hover {
  opacity: 1;
  background: #13c6da;
}

@media only screen and (min-width: 1600px) {
  .main_visual .inner {
    height: 720px;
    padding: 0;
  }
}

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

  body {
    line-height: 1.7;
  }

  /*============================
	#dremedia
	============================*/
  #dremedia .inner{
    padding: 0 1em;
    height: 55px;
  }

  #dremedia .inner h1 img {
    width: 170px;
  }

  #dremedia ul {
    position: absolute;
    right: 1em;
  }

  #dremedia ul li a {
    font-size: 1.2rem;
  }

  #dremedia ul li {
    margin-left: 1em;
  }

  #dremedia + .container {
    margin-top: 55px;
  }

  /*============================
	common
	============================*/

  .primary article {
    padding: 3em 0;
  }

  .primary article h2 {
    font-size: 2.3rem;
  }

  .textline {
    background-size: 6px 2px;
    padding-bottom: 2px;
  }

  ul.caution li {
    font-size: 1.2rem;
  }
  .primary .bnr_media01{

  }

  /*============================
	main_visual
	============================*/

  .main_visual .inner {
    padding-top: 100.8%;
  }

  .main_visual .date figure img {
    top: -12%;
  }

  .main_visual .date {
    width: 100%;
  }

  /*============================
	banner
	============================*/
  .bnr_media01 {
    padding: 2em 2em 1em;
    flex-direction: column;
  }
  .bnr_media01 img {
    max-width: 550px;
  }
  /*============================
	anchor
	============================*/

  .anchor {
    padding: 2em 1em 3em;
  }

  .anchor li a {
    font-size: 1.5rem;
    padding: 0.6em 0;
  }

  .anchor li a:before {
    border: 8px solid transparent;
    border-top: 10px solid #ffaa25;
    bottom: -30px;
  }

  /*============================
	info
	============================*/

  #info {
    background-image: url(../images/info_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    padding-bottom: 0;
  }

  #info .inner {
    background-image: url(../images/drecommedia_award_bg_sp.png);
    background-position: center 360px;
    padding-bottom: 0;
    background-size: 100%;
  }
  #info .announce .syoei-flex .box{
    width: 46%;
  }

  /* announce */

  .announce {
    padding: 0 2em;
  }

  #info .announce h3 img {
    width: 100%;
  }

  #info .announce p {
    font-size: 1.4rem;
    text-align: justify;
    line-height: 2;
  }

  #info .announce figure {
    margin-top: 4em;
  }
  #info .announce .youtube-flex {
    flex-direction: column;
    align-items: center;
  }
  #info .announce .youtube-flex .youtube-flex_wrap {
    width: 100%;
    margin: 0.75em 1em
  }

  /* award */

  .award {
    border: none;
    margin-top: 9em;
    padding: 3em 1.5em 5em;
  }

  .award:after {
    display: none;
  }

  .award h3 {
    width: 100%;
  }

  .award h3 img {
    width: 100%;
  }

  [class *='award_'] {
    flex-direction: column;
  }

  [class *='award_']:first-of-type {
    margin-top: 3.5em;
  }

  [class *='award_'] h4 {
    width: 100%;
    margin: 0;
  }

  [class *='award_'] h4 img {
    width: 100%;
  }

  [class *='award_'] .detail {
    margin-top: 1.5em;
    width: 100%;
  }

  .detail .col_2 dl dt {
    font-size: 1.5rem;
    height: 30px;
    line-height: 30px;
  }

  .detail .col_2 .prize_01 dd {
    font-size: 1.6rem;
    font-size: 2rem;
    padding-left: 1.5em;
  }

  .prize_01 dd:before {
    width: 23px;
  }

  .prize_02 b {
    font-size: 3.6rem;
    background-size: 6px 10px;
    padding-bottom: 7px;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
  }

  .prize_02 dd span {
    font-size: 1.2rem;
    width: 40px;
    padding: 0.1em 0;
  }

  .prize_02 b small {
    font-size: 1.5rem;
  }

  .col_1 {
    border-width: 3px;
  }

  .col_1 p {
    padding: 0 2em;
    font-size: 1.5rem;
    top: -15px;
  }

  .col_1 p:before,
  .col_1 p:after {
    top: 38%;
    width: 7px;
    height: 7px;
  }

  .col_1 p:before {
    left: 0.7em;
  }

  .col_1 p:after {
    right: 1.1em;
  }

  .col_1 ul {
    flex-wrap: wrap;
  }

  .col_1 ul.col_3 li {
    width: 48%;
  }

  .col_1 ul li {
    margin-top: 1.2em;
  }

  .col_1 ul li:nth-child(-n+2) {
    margin-top: 0;
  }

  .col_1 ul li figure {
    width: 47px;
  }

  .col_1 ul li h5 {
    font-size: 1.1rem;
  }

  .col_1 ul li h5 b {
    font-size: 1.3rem;
  }

  .col_1 ul li h5 small {
    font-size: 1.2rem;
  }

  #info ul.caution {
    margin-top: 2.5em;
  }

  /* committee */

  .committee {
    margin-top: 0;
    padding: 4em 1.5em 3.5em;
  }

  .committee:before {
    width: 70px;
    right: 10px;
    top: 50px;
  }

  .committee h3 {
    width: 100%;
    padding: 0 2em;
    top: -25px;
  }

  .committee h3 img {
    width: 100%;
  }

  .committee h4 {
    font-size: 1.6rem;
  }

  .committee ul {
    padding: 2em 2em 3em;
  }

  .committee ul:before {
    bottom: 1.5em;
    font-size: 1rem;
  }

  .committee ul li h5 {
    font-size: 1.6rem;
    width: 30%;
  }

  .committee ul li p {
    font-size: 1.1rem;
    flex: 1;
    width: 100%;
  }

  /*============================
	regulation
	============================*/

  #regulation .inner {
    padding: 0 1.5em;
  }

  #regulation section {
    margin-top: 2em;
    padding: 2em 1.5em;
  }

  #regulation section h3 {
    font-size: 1.7rem;
    margin-top: 2em;
  }

  #regulation section dl dt {
    font-size: 1.5rem;
  }

  #regulation section dl dd {
    font-size: 1.8rem;
  }

  #regulation section span {
    font-size: 1.1rem;
  }

  a.btn {
    font-size: 1.5rem;
    padding: 1.5em 0;
  }

  /*============================
	qanda
	============================*/

  #qanda .inner {
    padding: 0 2em;
  }

  #qanda section {
    margin-top: 2em;
  }

  #qanda section dl {
    margin-top: 1.5em;
    padding-top: 1.5em;
  }

  #qanda section dl dt,
  #qanda section dl dd {
    font-size: 1.4rem;
    padding-left: 2.5em;
  }

  #qanda section dl dt:before,
  #qanda section dl dd:before {
    width: 26px;
    height: 26px;
    font-size: 1.6rem;
    line-height: 28px;
    top: -1px;
  }

  .contact {
    padding: 2.5em;
  }

  .contact p {
    font-size: 1.3rem;
  }

}




/* ------------------------------------------
　　まとめページ用追記(結果ページから流用部分)
------------------------------------------ */
/* interim */
#interim {
  padding: 6em 0 0;
}
#interim .inner {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
}
#interim h2 {
  color: #0293ab;
  text-align: center;
}
#interim .figure {
  align-items: center;
  display: flex;
  justify-content: center;
}
#interim .index {
  background-color: #eaf5f6;
  margin: 2em 0 0;
  padding: 45px;
  text-align: left;
  width: 100%;
}
#interim .index_list {
  list-style-type: disc;
  margin: 3.2rem 0;
  padding-inline-start: 25px;
}
#interim .index_list li + li {
  margin: 10px 0;
}
#interim .index_list a {
  font-size: 1.5rem;
  text-decoration: underline;
}
#interim .index_list a:hover {
  text-decoration: none;
}
#interim .interim_wrapper {
  background-color: #eaf5f6;
  margin: 2em 0 0;
  padding: 65px 45px;
  text-align: left;
  width: 100%;
}
#interim .interim_wrapper.scroll {
  padding: 65px 25px 65px 45px;
}
#interim .interim_wrapper .scrollarea {
  height: 480px;
  overflow-y: scroll;
  padding: 0 20px 20px;
  scrollbar-width: none;
  background-color: #fff;
}
#interim .interim_wrapper .title {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 1em 0 0;
  text-align: center;
}
#interim .interim_wrapper .author {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 0.5em 0 0;
  text-align: center;
}
#interim .interim_wrapper .author_property {
  color: #606060;
  font-size: 1.5rem;
}
#interim .interim_wrapper .commentary {
  border-color: #0293ab;
  border-style: solid;
  border-width: 2px 0;
  color: #0293ab;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 1em 0;
  text-align: center;
}
#interim .interim_wrapper .commentary_wrapper {
  margin: 3.2rem 0 0;
}
#interim .interim_wrapper .commentary_text {
  font-size: 1.5rem;
  margin: 0.5em 0 0;
}
#interim .interim_wrapper .committee_name {
  align-items: center;
  display: flex;
  gap: 1em;
}
#interim .interim_wrapper .committee_name .author {
  margin: 0;
  white-space: nowrap;
}
#interim .interim_wrapper .interim_img {
  height: auto;
  max-width: fit-content;
  object-fit: contain;
  width: 100%;
}
#interim .interim_wrapper .interim_num {
  align-items: center;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  gap: 0.5rem;
  justify-content: center;
  text-align: center;
}
#interim .interim_wrapper .interim_num::before, #interim .interim_wrapper .interim_num::after {
  content: "━";
  font-size: 2.8rem;
  font-weight: bold;
}
#interim .interim_note {
  color: #ec3131;
  display: flex;
  font-size: 1.5rem;
  margin: 3.2rem 0;
}
#interim .interim_note::before {
  content: "※";
}
#interim .interim_wrapper .interim_note2 {
  font-size: 1.4rem;
  text-align: right;
}
#interim .interim_wrapper .interim_list {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: repeat(2, 1fr);
  height: 500px;
  margin: 2em 0;
  overflow-y: scroll;
  padding: 0 40px 0 0;
  width: 100%;
}
#interim .interim_wrapper .interim_list li {
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  /* interim */
  #interim {
    padding: 3em 0 0;
  }
  #interim .inner {
    width: calc(100% - 32px);
  }
  #interim .interim_wrapper {
    padding: 25px 15px;
  }
  #interim .interim_wrapper.scroll {
    padding: 25px 10px 25px 15px;
  }
  #interim .interim_wrapper .scrollarea {
    height: 350px;
    padding: 0 5px 0 0;
  }
  #interim .interim_wrapper .title {
    font-size: 2.3rem;
  }
  #interim .interim_wrapper .author {
    font-size: 1.6rem;
  }
  #interim .interim_wrapper .commentary {
    font-size: 2.3rem;
  }
  #interim .interim_wrapper .author_property {
    font-size: 1.2rem;
  }
  #interim .interim_wrapper .commentary_text {
    font-size: 1.3rem;
  }
  #interim .interim_wrapper .interim_num {
    font-size: 1.8rem;
    gap: 0.5rem;
  }
  #interim .interim_wrapper .interim_num::before, #interim .interim_wrapper .interim_num::after {
    font-size: 1.8rem;
  }
  #interim .interim_note {
    font-size: 1.2rem;
    margin: 2.3rem 0;
  }
  #interim .interim_wrapper .interim_note2 {
    font-size: 1.2rem;
  }
  #interim .interim_wrapper .interim_list {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    height: 350px;
    padding: 0 20px 0 0;
  }
  #interim .interim_wrapper .interim_list li {
    font-size: 1.4rem;
  }
  #interim .index {
    padding: 25px;
  }
  #interim .index_list a {
    font-size: 1.2rem;
  }
  #interim .index_list {
    margin: 2.3rem 0;
  }
}
#interim .index_list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 980px;
  width: calc(100% - 20px);
}
#interim .index_list li {
  text-align: left;
}
/* -----------------------------------
　　まとめページ用追記 2023
----------------------------------- */

#page-award_01 .container{
  margin-top: 0;
}
#page-award_01 .main_visual {
  background: transparent;
}
#page-award_01 .main_visual .inner {
  padding-top: 38%;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  #page-award_01 .main_visual .inner {
    padding-top: 68%;
  }
}
#interim .interim_wrapper .interim_box {
  margin-bottom: 6em;
}
#interim .interim_wrapper .retitle {
  font-size: 2.0rem;
  font-weight: 700;
  text-align: center;
}
#interim .interim_wrapper .info_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2em;
}
#interim .interim_wrapper .info_flex-img {
  width: 35%;
  max-width: 300px;
}
#interim .interim_wrapper .illust {
  padding-top: 0.5em;
  font-size: 14px;
}
#interim .interim_wrapper .info_flex-box {
  width: 60%;
}
#interim .interim_wrapper .info_flex-box .release {
  color: #0293ab;
  font-weight: 700;
}
#interim .interim_wrapper .info_flex-box a {
  color: #007bff;
  font-weight: 700;
  font-size: 2rem;
}
#interim .interim_wrapper .info_flex-box .youtube-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-top: 1.5em;
}
#interim .interim_wrapper .info_flex-box .youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#interim .interim_wrapper .commentary_att {
  font-weight: 700;
  margin-top: 2.2rem;
}
#interim .entry_wrapper {
  padding: 6em 2em 8em;
}
#interim .entry_wrapper a.btn {
  margin: auto;
  background: #ffaa25;
  max-height: 5em;
}
@media screen and (max-width: 768px) {
  #interim .interim_wrapper .info_flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2em;
  }
  #interim .interim_wrapper .info_flex-img {
    width: 90%;
  }
  #interim .interim_wrapper .info_flex-box {
    width: 100%;
    padding-top: 1em;
  }
  #interim .interim_wrapper .scrollarea {
    padding: 0 0.75em 1em 1em;
  }
}
/*-------  アコーディオン  -------*/
#interim .interim_wrapper .accordion {
  margin: 1em 0 0;
  width: 100%;
}
#interim .interim_wrapper .accordion .acc-toggle {
  display: none;
}
#interim .interim_wrapper .accordion .commentary, #interim .interim_wrapper .accordion .acc-content,
#interim .selection_results.accordion label, #interim .selection_results.accordion .acc-content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.4s;
}
#interim .interim_wrapper .accordion .commentary {
  display: block;
  padding: 0.25em 1.75em 0.25em 0.5em;
  margin-bottom: 0;
  border: none;
  color: #fff;
  background-color: #05afc2;
}
#interim .interim_wrapper .accordion .commentary span {
  position: relative;
}
#interim .interim_wrapper .accordion .commentary span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  border-style: solid;
  border-width: 14px 12px 0 12px;
  border-color: #fff transparent transparent transparent;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#interim .interim_wrapper .accordion .commentary:hover,
#interim .selection_results.accordion label:hover {
  opacity: 0.8;
  cursor: pointer;
}
#interim .interim_wrapper .accordion .acc-content,
#interim .selection_results.accordion .acc-content {
  max-height: 0;
  overflow: hidden;
}
#interim .interim_wrapper .acc-toggle:checked + .commentary + .acc-content {
  max-height: 500px;
  transition: all 1.5s;
}
#interim .interim_wrapper .acc-toggle:checked + .commentary span::after,
#interim .selection_results.accordion .acc-toggle:checked + label span::after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 768px) {
  #interim .interim_wrapper .accordion .commentary span::after {
    right: -26px;
    border-width: 10px 8px 0 8px;
  }
}

.h2 {
  font-size: 3.2rem;
  color: #0293ab;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .h2 {
    font-size: 2.3rem;
  }
}

@keyframes slidup {
  0% {
    top: 30px;
    opacity: 0;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

.mainVisualSub {
  background-image: radial-gradient(at 50% 0%, #65ccd6, #00B2C5FF 60%);
  width: 100%;
  padding: 40px 0;
  position: relative;
}

.mainVisualSub_inner {
  top: 30px;
  opacity: 0;
  animation: slidup 1s ease 1.5s 1 normal forwards;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.mainVisualSub_title {
  font-size: 3.6rem;
  color: #ffffff;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0px 3px 1px #008C9B;
}

.mainVisualSub_logo {
}

.mainVisualSub_logoImg {
  width: 100%;
  height: auto;
  max-width: 1000px;
  object-fit: contain;
}

.mainVisualSub_text {
  margin-top: 20px;
  font-size: 3rem;
  color: #ffffff;
  font-weight: 900;
  text-shadow: 0px 3px 1px #008C9B;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.mainVisualSub_text .strong {
  color: #fcef50;
  font-size: 3.6rem;
}

.mainVisualSub_text .underline {
  background-image: linear-gradient(to top, #008c9b 0%, #008C9B 30%, transparent 30%, transparent 100%);
}

.mainVisualSub a.btn {
  background: #ffaa25;
  max-height: 5em;
  width: calc(100% - 20px);
  margin: 20px auto 0;
}

@media (hover: hover) {
  .mainVisualSub a.btn:hover {
    background-color: #ffb645;
  }
}

@media (max-width: 768px) {
  .mainVisualSub {
    gap: 15px;
    padding: 30px 0;
  }

  .mainVisualSub_title {
    font-size: 2rem;
  }

  .mainVisualSub_logoImg {
    max-width: 750px;
  }

  .mainVisualSub_text {
    margin-top: 15px;
    gap: 10px;
  }

  .mainVisualSub_text {
    font-size: 1.8rem
  }

  .mainVisualSub_text .strong {
    font-size: 2.4rem;
  }

  .mainVisualSub a.btn {
    margin: 15px auto 0;
  }
}

.innerLink_1 {
  display: flex;
  gap: 10px;
  width: fit-content;
  max-width: 1000px;
  padding: 0 10px;
  margin: 0 auto;
  justify-content: center;
}

.innerLink_2 {
  display: flex;
  gap: 10px;
  width: fit-content;
  max-width: 1000px;
  padding: 0 10px;
  margin: 10px auto 0;
  justify-content: center;
}

.innerLink_image {
  display: flex;
  max-width: calc((100% - 20px) / 3);
}

.innerLink_image img {
  width: 100%;
  max-width: fit-content;
  height: auto;
  object-fit: contain;
}

@media (max-width: 768px) {
  .innerLink_1,
  .innerLink_2 {
    flex-direction: column;
  }

  .innerLink_image {
    max-width: calc(650px / 2);
  }
}

/* -----------------------------------
　　第二回以降メディア大賞まとめページ用追記
----------------------------------- */
#award_matome #interim .interim_wrapper .info_flex-box .release{
  font-size: 2.0rem;
}
#award_matome #interim .interim_wrapper .info_flex-box .catchcopy{
  color: #e00;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  margin: 10px 0;
  white-space: pre-wrap;
}
#award_matome #interim .interim_wrapper .info_flex-box a{
  background: #e00;
  color: #fff;
  margin: 20px 0 0;
}

#award_matome #interim .interim_wrapper .acc-toggle:checked + .commentary + .acc-content{
  max-height: 2400px;
}
#award_matome #interim .interim_wrapper .scrollarea{
  max-height: initial;
  height: auto;
}

#award_matome .box_youtube{
  max-width: 100%;
  margin: 1em auto;
  width: 680px;
  iframe{
    aspect-ratio: 16 / 9;
    height: 100%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #award_matome #interim .interim_wrapper .retitle{
    font-size: 1.6rem;
  }

  #award_matome #interim .interim_wrapper .author {
    font-size: 1.8rem;
  }

  #award_matome #interim .interim_wrapper .info_flex-box .release{
    font-size: 1.6rem;
  }

  #award_matome #interim .interim_wrapper .info_flex-box .catchcopy{
    font-size: 1.6rem;
  }

  #award_matome #interim .interim_wrapper .info_flex-box a{
    font-size: 1.6rem;
  }

}
