@charset "utf-8";
/* CSS Document */
/*レイアウト*/
section {
  padding-top: 5em;
  padding-bottom: 5em;
  margin-bottom: 5em;
}
section:last-child {
  margin-bottom: 0;
}
section:nth-child(2n) {
  background: var(--base);
}
aside {
  margin: 10px auto 0px;
  padding: 3em 0.5rem 0rem;
}
.container {
  width: calc(100% - 1.25em);
  margin-left: auto;
  margin-right: auto;
  padding: var(--space);
}
.in_box {
  width: 100%;
  max-width: 1100px;
  margin: 3em auto 0;
}
.note {
  padding: 1.5rem;
  border-radius: 10px;
  font-size: 0.95rem;
}
.note ul {
  margin: 0.5rem auto;
}
.note li {
  margin-left: 1rem;
  list-style: disc;
}
/*見出し*/
h2 {
  font-size: 2rem;
  color: var(--primary);
  font-weight: 700;
  text-align: center;
}
h3 {
  font-size: 1.1rem;
  font-weight: 500;
  background: var(--title);
  margin-bottom: 1em;
  padding: 0.2rem 0.5rem;
  color: #FFF;
}
h4 {
  font-size: 1.05rem;
  color: var(--primary);
  margin-bottom: 1em;
  padding: 0.3rem 0;
  border-bottom: dotted 2px var(--primary);
}
h5 {
  font-size: 1.5rem;
  text-align: center;
}
h6 {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  color: var(--primary);
}
/*協賛社用*/
/*.tit_article {
  background: #FFF;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  font-size: 1.2rem;
  padding-bottom: 10px;
  padding-left: 0 !important;
}
.under_line{border-bottom:solid 4px var(--primary);padding-bottom:1.5rem;margin-bottom:2rem;}
*/
.fig_padding {
  padding: 10px;
}
.flex-center {
  align-items: center;
  -ms-align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
/*テキスト*/
p {
  margin-bottom: 2em;
  padding-left: 0.2rem;
}
/*リンク*/
a {
  transition: color 0.3s;
}
a:link {
  color: var(--gray);
}
a:visited {
  color: var(--gray);
}
a:hover {
  color: var(--primary);
}
span a {
  display: inline-block;
  padding: 0.5rem 1rem;
  width: 100%;
  height: 100%;
}
#footer a:link, #footer a:visited {
  color: var(--base);
}
#footer a:hover {
  color: var(--primary-light);
}
#header a:link, #header a:visited {
  color: var(--lightgray);
}
#header a:hover {
  color: var(--primary-light);
}
/*ボタン*/
.btn {
  display: block;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 0.5rem;
  border-radius: 10px;
  text-align: center;
  margin: 1.5rem auto;
  width: calc(100% - 2rem);
}
.btn_entry a:link, .btn_entry a:visited, .btn_entry a:hover {
  text-decoration: none;
  color: #FFF;
}
.btn_sub a:link, .btn_sub a:visited, .btn_sub a:hover {
  text-decoration: none;
  color: var(--gray);
}
.btn_entry {
  background: var(--accent);
}
.btn_sub {
  background: var(--sub);
}
/*ボタン光る*/
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.shiny-btn {
  position: relative;
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.shiny-btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 70px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 4s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
/*mv*/
.bg_wrapper {
  background: url(./bg_mv.svg) no-repeat top center;
  background-size: 100%;
}
.header_mv {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background: url(./bg_left.png) no-repeat left 30%, url(./bg_right.png) no-repeat right 30%;
  background-size: 20%;
}
.header_inner {
  display: grid;
  place-content: center;
  gap: 1ch;
  text-align: center;
}
.header_inner h1 img {
  margin-left: -10%;
  z-index: 3;
  position: relative;
}
.top {
  position: relative;
}
.header_inner .top::before {
  background: url("./onp.gif") no-repeat;
  content: "";
  display: block;
  width: 42%;
  height: 50%;
  background-size: 100%;
  position: absolute;
  top: -15%;
  right: 0%;
  overflow: hidden;
  z-index: 0;
}
.lead {
  text-align: center;
}
.period {
  font-size: 1.5rem;
  color: var(--accent);
  font-weight: 600;
  display: inline-block;
  margin: 1.5rem auto;
  padding-bottom: 0.5rem;
  border-bottom: 2px dashed var(--accent);
}
.mv_box {
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
}
.mv_prize img {
  display: inline-block;
  width: 100%;
  max-width: 190px;
  padding-right: 1rem;
  margin-bottom: -3px;
}
.mv_prize strong {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}
/*リボン*/
.ribbon1 {
  margin: 0.5rem auto 2rem;
  display: inline-block;
  position: relative;
  height: 70px; /*リボンの高さ*/
  line-height: 50px; /*リボンの高さ*/
  text-align: center;
  padding: 10px 80px; /*横の大きさ*/
  background: linear-gradient(-45deg, var(--accent) 0%, #FF9666 100%);
  color: #FFF; /*文字色*/
  box-sizing: border-box;
}
.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ribbon1::before {
  top: 0;
  left: 0;
  border-width: 35px 0px 35px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}
.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 35px 15px 35px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.lead {
  margin: 2rem auto;
  max-width: 650px;
}
/*応募要項*/
.entry {
  width: 100%;
  margin: 2rem auto 4rem;
}
.entry div {
  width: calc(50% - 3rem);
  margin: 0 auto;
}
.entry .note {
  border: 1px solid var(--primary-light);
  padding: 1.5rem 1rem;
}
/*賞金*/
.prize {
  margin: 0 auto 1rem;
  width: calc(100% - 1rem);
}
.prize li {
  font-size: 1.05rem;
  padding: 0.5rem;
  font-weight: 500;
}
.prize li span {
  display: inline-block;
  color: var(--primary);
  width: 100%;
  max-width: 130px;
}
.prize li strong {
  font-size: 1.5rem;
  display: inline-block;
  width: 1.7em;
  text-align: center;
}
.prize li small {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.2rem;
}
.prize li:nth-child(3) {
  margin-bottom: 2rem;
}
.prize li:not(:last-child) {
  border-bottom: 1px solid var(--mdgray);
}
.entry dl {
  position: relative;
}
.entry dt {
  position: absolute;
  top: -9px;
  left: -5px;
  display: block;
  width: 60px;
  border: 1px solid var(--primary-light);
  text-align: center;
  background: #FFF;
  color: var(--primary-light);
  padding: 2px;
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 60px;
}
/*審査員*/
#judge p {
  font-size: 1rem;
}
#judge figure {
  width: calc(50% - 3rem);
  margin: 0 auto;
  text-align: center;
}
#judge figure img {
  width: 100%;
  max-width: 160px;
  margin-bottom: 1rem;
}
#judge figcaption {
  text-align: left;
}
#judge figcaption b {
  border: solid 1px var(--primary);
  background: var(--primary);
  color: #FFF;
  border-radius: 60px;
  padding: 0.1rem 0.5rem;
  display: block;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
#judge figcaption p small {
  display: inline-block;
  line-height: 15px;
  font-size: 12px;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.btn-copy {
  font-size: 0.9rem;
  font-weight: bold;
  position: relative;
  margin-bottom: .2em;
  text-align: center;
}
.btn-copy:before {
  margin-right: 1rem;
  content: '＼';
}
.btn-copy:after {
  margin-left: 1rem;
  content: '／';
}
#judge span.btn {
  max-width: 500px;
}
#judge span.btn small {
  display: inline-block;
  background: #FFF;
  color: var(--accent);
  font-size: 0.9rem;
  padding: 2px 15px;
  border-radius: 60px;
  margin-bottom: 7px;
  font-weight: 500;
}
#judge span.btn b {
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding-bottom: 1rem;
}
#judge span.btn b::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-top: 4px dotted #FFF;
}
#judge span.btn strong {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin-left: -2px;
  margin-right: -2px;
}
/*スケジュール*/
#schedule {}
#schedule li {
  width: calc(100% - 3rem);
  max-width: 660px;
  padding: 1rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0 auto 40px;
  position: relative;
}
#schedule li:nth-child(1) {
  background: var(--primary);
  color: #FFF;
}
#schedule li:nth-child(2), #schedule li:nth-child(3) {
  background: #FFF;
  border: solid 2px var(--primary);
  color: var(--primary);
}
#schedule li:nth-child(4) {
  background: var(--sub);
  color: var(--gray);
}
#schedule li span {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  vertical-align: top;
}
#schedule small {
  text-align: right;
  display: block;
  padding: 0.5rem 0;
  font-size: 0.8rem;
  font-weight: 300;
}
#schedule li:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 75px;
  width: 20px;
  height: 20px;
  border: 1px solid;
  border-color: transparent transparent var(--primary) var(--primary);
  transform: rotate(-45deg);
  margin-left: -10px;
}
/*リザルト*/
.bg_str{background-size: auto auto;
background-color: rgba(241, 251, 251, 1);
background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(248, 253, 253, 1) 10px, rgba(248, 253, 253, 1) 20px );}

#result div {
  position: relative;
}
#result h3 {
  margin: 0 auto;
  background: none;
  text-align: center;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -230px;
}
#result h3 img {
  width: 100%;
  max-width: 460px;
}
#result h4 {
  color: var(--text);
  font-size: 2rem;
  border: 0;
  margin: 0;
}
#result h5 {
  font-size: 1.3rem;
  border: 0;
}
#result .in_box {
  border-radius: 20px;
  padding: 5rem 3rem 1rem;
  margin-bottom: 10rem;
}
#result .in_box:last-of-type {
  margin-bottom: 3rem;
}
.prize_info {}

p.line{
	width:100%;
	text-align: center;
}

p.line img{
	width:300px;
}
.prize_1 {
  background: var(--prize1);
}
.prize_2 {
  background: var(--prize2);
}
.prize_3 {
  background: var(--prize3);
}
.prize_4 {
  background: var(--prize3);
}
.prize_3 .btn {
  border: 1px solid var(--accent);
  border-bottom: 3px solid var(--accent);
  font-size: 1rem;
  border-radius: 60px;
  padding: 0;
  width: 200px;
  transition: .2s ease-in-out;
}

.prize_3 .btn:hover{
	background: var(--prize3);
}
.prize_3 .btn a {
  color: var(--accent);
  text-decoration: none;
}
.prize_box {
  margin-top: 30px;
  padding: 2rem;
  background: #FFF;
  border-radius: 10px;
}
.prize_info {
  width: 100%;
  text-align: center;
}
.copy {
  width: 100%;
  line-height: 200%;
}
.audio_box {
  padding: 2rem 0 0.5rem;
}
.comment {
  padding: 2rem 0 1.5rem;
}
.comment p {
  margin: 0.5rem auto;
}
#sponcer .prize_info{
	width:300px;
	margin: 0;
}

#sponcer .copy{
	width:calc(100% - 330px);
	padding-left:2rem;
}
#sponcer .prize_box {
	margin-top: 0rem;
	padding: 2rem;
	background: #FFF;
	border-radius: 10px;
}
#sponcer #result .in_box {
	border-radius: 20px;
	padding: 1rem;
	margin-bottom: 1rem;
}
/*協賛社用*/
#sponcer .flex {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 13px;
}

#sponcer figure {
  display: block;
  width: calc((100% / 4) - 10px);
  background: #FFF;
  text-align: center;
  padding: 1rem;
  border-radius: 10px;
}
#sponcer a {
  text-decoration: none;
}
#sponcer figure img {
  width: 100%;
  height: auto;
}
#sponcer figcaption {
  width: 100%;
  margin-top: 0.5rem;
  position: relative;
}
#sponcer figcaption:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  right: 0;
  top: 5%;
}
.zoomIn img {
  transform: scale(1);
  transition: .3s ease-in-out;
}
.zoomIn a:hover img {
  transform: scale(1.2);
}
.mask {
  display: block;
  line-height: 0;
  overflow: hidden;
}
.zoomIn {
  width: 70%;
}
/*協賛社情報*/
.sponcer_info dt {
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.5rem 0;
}
.sponcer_info dd {
  font-size: 0.85rem;
}
/*トップへ戻る*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: var(--text);
  opacity: 0.8;
  border-radius: 50%;
}
#page_top::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  width: 40px;
  height: 40px;
  top: -14px;
  bottom: 0;
  right: 0;
  left: 2px;
  margin: auto;
  text-align: center;
}
.sp {
  display: none !important;
}
.pc {
  display: inline-block !important;
}
@media screen and (max-width:1440px) {
  html, body {
    font-size: 16px;
  }
}
@media screen and (max-width:1080px) {
  .header_inner h1 img {
    max-width: 600px;
    padding-bottom: 20px;
  }
  .header_mv {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: url(./bg_left.png) no-repeat -5% 24%, url(./bg_right.png) no-repeat 105% 24%;
    background-size: 25%;
  }
  .mv_prize strong {
    font-size: 2.2rem;
  }
  #sponcer .flex {
    padding: 1rem;
  }
	#result{padding:0px 2rem;}
}
@media screen and (max-width:810px) {
  html, body {
    font-size: 15px;
  }
  .header_mv {}
	#result {
	padding: 0px 2rem;
	padding-top: 30px;
}
  .header_inner h1 img {}
	#result h3 {
  top: -50px;
  left: 50%;
  margin-left: -200px;
}
#result h3 img {
  width: 100%;
  max-width: 400px;
}
	#result .in_box {
	padding: 5rem 2rem 1rem;
}.copy {
	padding-top:10px;
	padding-left: 20px;
	line-height: 188%;
}.comment {
	padding: 2rem 1rem 1.5rem;
	font-size:0.95rem;
}
	#result h4 {
	font-size: 1.8rem;
}#result h5 {
	font-size: 1.2rem;
	border: 0;
}
	#sponcer .prize_info h4 img{
		max-width:280px;
	}
#sponcer .prize_info{
	width:100%;
	margin: 0;
}

#sponcer .copy{
	width:100%;
	padding-left:2rem;
	padding-bottom:2rem;
}
	#sponcer #result {
	padding: 0px 0rem;
	padding-top: 30px;
}
}
@media screen and (max-width:620px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block !important;
  }
  section {
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 3em;
  }
  .bg_wrapper {
    background: url(./bg_mv.svg) no-repeat top center;
    background-size: 240%;
  }
  .header_mv {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background: url(./bg_left.png) no-repeat -10% 20%, url(./bg_right.png) no-repeat 110% 20%;
    background-size: 25%;
  }
  .header_inner .top::before {
    background: url("./onp.gif") no-repeat;
    content: "";
    display: block;
    width: 40%;
    height: 60%;
    background-size: 100%;
    position: absolute;
    top: -10%;
    right: 0%;
  }
  .mv_prize strong {
    font-size: 2rem;
  }
  .header_inner h2 {
    font-size: 1.2rem !important;
    padding: 1rem;
  }
  .header_inner h1 img {
    width: 95%;
  }
  .period {
    font-size: 1.2rem;
  }
  .lead {
    font-size: 0.9rem;
    margin-top: 0px;
    padding: 0 2rem;
  }
  /*リボン*/
  .ribbon1 {
    margin: 0rem auto 1rem;
    height: 60px;
    line-height: 50px;
    padding: 5px 55px;
  }
  .ribbon1::before {
    top: 0;
    left: 0;
    border-width: 30px 0px 30px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  .ribbon1::after {
    top: 0;
    right: 0;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }
  .mv_prize img {
    max-width: 80px;
    padding-right: 1rem;
    margin-bottom: -3px;
  }
  .container {
    width: calc(100% - 0.5em);
  }
  .padding-md {
    padding: calc(var(--space) * 1.3);
  }
  .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #judge figure, .entry div {
    width: calc(100% - 2rem);
    margin-bottom: 3rem;
  }
  .entry {
    margin: 2rem auto 1rem;
  }
  #schedule li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100px;
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-color: transparent transparent var(--primary) var(--primary);
    transform: rotate(-45deg);
    margin-left: -10px;
  }
}
@media screen and (max-width:810px) {
  #sponcer figure {
    width: calc((100% / 2) - 10px);
  }
  #sponcer .sponcer_list figure {
    width: calc((100% / 3) - 10px);
  }
}
@media screen and (max-width:600px) {
  .btn {
    margin: 0.5rem auto;
  }
  #sponcer figure {
    width: 100%;
  }
  #sponcer .flex {
    gap: 15px 10px;
  }
  #sponcer .sponcer_list figure {
    width: calc((100% / 2) - 10px);
  }
  #sponcer .sponcer_list figcaption {
    padding-right: 1rem;
    font-size: 0.9rem;
  }
}
@media screen and (max-width:400px) {
  html, body {
    font-size: 14px;
  }
  .btn {
    width: 100%;
  }
  .mv_prize strong {
    font-size: 2rem;
    padding: 0;
    margin-top: -20px;
  }
  .ribbon1 {
    margin: 0rem auto 1rem;
    height: 50px;
    line-height: 50px;
    padding: 5px 30px;
  }
  .ribbon1::before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
  }
  .ribbon1::after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
  }
}