@charset "UTF-8";
/* Scss Document */
h1 {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  margin-bottom: 1em; }

h2 {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 800;
  text-align: center;
  margin: 0 0 0.5em 0;
  padding: 10px 5px;
  background-image: linear-gradient(180deg, #87dd01 0%, #008e00 100%);
  color: #FFF; }
  h2 span {
    font-size: smaller; }

h3 {
  font-size: 1.2rem;
  line-height: 1.3;
  margin: 0 0 0.5em 0;
  padding: 5px;
  text-align: center;
  color: #FFF;
  background: #00A5E1; }

h4 {
  font-size: 1rem;
  line-height: 1.2;
  margin: 0.5em 0 0 0;
  padding: 5px;
  color: #FFF;
  background: #00A5E1; }

a {
  text-decoration: underline; }
  a:link {
    color: #06C; }
  a:active {
    color: #C00; }
  a:hover {
    color: #C00; }
  a:visited {
    color: #06C; }

p {
  margin: 0 0 1em 0;
  line-height: 1.4; }

em {
  color: #C00;
  text-decoration: none;
  font-style: normal; }

small,
.small {
  font-size: 0.75rem;
  /*12px*/ }

li {
  margin-bottom: 0.3em; }

.note {
  list-style: none;
  margin: 10px 0;
  text-indent: -1em;
  padding: 10px 10px 10px 1.5em;
  background: rgba(255, 255, 255, 0.7);
  border: 1px dashed #999; }
  .note li:last-child {
    margin-bottom: 0; }
  .note strong {
    color: #C00; }
  .note ul, .note ol {
    text-indent: 0;
    margin: 0.3em 0 0.3em 2em; }
  .note ul {
    list-style: circle; }

/*----------------------------*/
/*ヘッダー部、ソーシャルボタン  -> common.css header*/
/*----------------------------*/
/*title color*/
.camp_title {
  background: #004893; }
  .camp_title h1 {
    padding: 5px;
    color: #FFF;
    font-size: 1.4rem;
    margin-bottom: 0;
    background-image: none; }

/*----------------------------*/
/*main contents*/
/*----------------------------*/
/*cp202312CGcup*/
article {
  margin: 0;
  padding: 0 0 50px 0;
  position: relative;
  background-attachment: fixed;
  background-image: linear-gradient(180deg, rgba(0, 165, 255, 0.6) 30%, rgba(235, 248, 250, 0.5) 90%), url(bg_kira2.png);
  background-repeat: repeat;
  background-position: top center; }
  article h1 {
    background-image: url(bg_head.png), linear-gradient(180deg, #00a5e1 0%, white 70%);
    background-repeat: repeat-x;
    background-position: bottom center;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4); }
    article h1 img {
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.4);
      max-width: 1000px;
      width: 100%;
      height: auto;
      vertical-align: bottom; }

article > section {
  max-width: 1000px;
  margin: 0 auto 3em auto;
  padding: 0; }
  article > section div.introtext {
    margin-bottom: 2em; }
    article > section div.introtext p {
      font-size: 1.4rem;
      line-height: 1.3;
      margin-bottom: 0.5em; }
    article > section div.introtext .prize {
      display: grid;
      grid-template-columns: 1fr 1fr;
      margin: 0 auto 1em auto;
      width: 80%;
      gap: 15px; }
      article > section div.introtext .prize p img {
        box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.4); }
  article > section img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto; }

@media (max-width: 640px) {
  article > section div.introtext .prize {
    width: 100%; } }
/*----------------------------*/
/*セクションごと */
/*----------------------------*/
/* 吹き出し*/
.balloon {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em; }
  .balloon .jump {
    width: 150px;
    min-width: 100px; }
  .balloon .text {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
    border-radius: 15px;
    background-color: #FFF;
    display: inline-block; }
  .balloon .text:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    margin-top: -15px; }

/*balloon1〜5*/
.b01 .text:before, .b03 .text:before {
  left: -15px;
  border-right: 15px solid #FFF;
  border-top: 15px solid transparent;
  border-bottom: 15px  solid transparent; }

.b02, .b04, .b05 {
  flex-direction: row-reverse; }
  .b02 .text:before, .b04 .text:before, .b05 .text:before {
    right: -15px;
    border-left: 15px solid #FFF;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; }

.CGcuptable {
  list-style: none; }
  .CGcuptable li div:first-child {
    color: #FFF;
    text-align: center; }
  .CGcuptable li h3 {
    margin-bottom: 0;
    color: #000;
    background: #FFFFC1; }
    .CGcuptable li h3 a:link {
      color: #000; }
  .CGcuptable li div:first-child {
    color: #FFF; }
  .CGcuptable li#w0 div:first-child {
    background: #999;
    color: #000; }
  .CGcuptable li#w1 div:first-child {
    background: #009245; }
  .CGcuptable li#w2 div:first-child {
    background: #CC3333; }
  .CGcuptable li#w3 div:first-child {
    background: #FFFF00;
    color: #000; }
  .CGcuptable li#w4 div:first-child {
    background: #0071BC; }
  .CGcuptable li#w5 div:first-child {
    background: #333; }

.cup1 {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr); }
  .cup1 h3 {
    font-size: 1rem; }

.cup2 li {
  display: grid;
  gap: 0;
  grid-template-columns: 1.5em 11em 5em auto;
  margin-bottom: 10px;
  background: #FFF;
  border: 1px solid #000; }
  .cup2 li ul {
    display: block; }
    .cup2 li ul li {
      display: block;
      border: none;
      margin-bottom: 5px;
      margin-left: 1em;
      text-indent: -1em; }
  .cup2 li div {
    padding: 5px; }
  .cup2 li h3 {
    margin: -5px;
    text-align: left; }
  .cup2 li div:nth-child(1) {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    border-right: 1px solid #000; }
  .cup2 li div:nth-child(2) {
    grid-column: 2 / 5;
    grid-row: 1 / 2;
    border-bottom: 1px solid #000; }
  .cup2 li div:nth-child(3) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    border-right: 1px solid #000;
    text-align: center; }
  .cup2 li div:nth-child(4) {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    border-right: 1px solid #000;
    text-align: center; }
  .cup2 li div:nth-child(5) {
    grid-column: 4 / 5;
    grid-row: 2 / 3; }

@media (max-width: 640px) {
  .cup1 {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px; }

  .cup2 li {
    grid-template-columns: 1.5em auto 5em; }
    .cup2 li div:nth-child(1) {
      grid-column: 1 / 2;
      grid-row: 1 / 4; }
    .cup2 li div:nth-child(2) {
      grid-column: 2 / 4;
      grid-row: 1 / 2; }
    .cup2 li div:nth-child(3) {
      grid-column: 2 / 3;
      grid-row: 2 / 3; }
    .cup2 li div:nth-child(4) {
      grid-column: 3 / 4;
      grid-row: 2 / 3;
      border-right: none; }
    .cup2 li div:nth-child(5) {
      grid-column: 2 / 4;
      grid-row: 3 / 4;
      border-top: 1px solid #000; } }
.prolink a {
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 5px 0;
  padding: 10px;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 10px;
  background: linear-gradient(to bottom, #99CCFF, #000);
  color: #FFF; }
.prolink a:active,
.prolink a:hover {
  background: #C72526;
  text-decoration: none; }

section#howto section {
  margin-bottom: 1em;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7); }
  section#howto section h3 {
    margin: -15px -15px 1em -15px; }

ol {
  counter-reset: item;
  list-style: none; }
  ol li {
    text-indent: -2.5em;
    padding-left: 2.5em; }
  ol li:before {
    counter-increment: item;
    content: counter(item) ".";
    padding-right: .2em;
    font-family: "Arial Black", Gadget, "sans-serif";
    font-size: 2rem;
    font-weight: bold;
    color: #00A5E1; }

.t-space {
  margin: 5px auto; }
  .t-space a {
    text-indent: 0;
    padding-left: 2.5em; }

h4 + p {
  background: #FFF;
  padding: 0.5em;
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 800;
  border: 2px solid #00A5E1; }

/*応募*/
.link_b p a {
  display: block;
  text-align: center;
  text-decoration: none;
  margin: 5px auto;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #FFF;
  background: linear-gradient(to bottom, #00A5E1, #000);
  border-radius: 0.7em; }
.link_b p a:active,
.link_b p a:hover {
  background: #00547E;
  text-decoration: none; }

/*  product説明  */
.product {
  width: auto;
  border-radius: 8px;
  margin: 1em auto;
  padding: 20px 20px 15px 20px;
  background: #FFF;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.4); }
  .product .image_frame img {
    border: 1px solid #CCC; }

@media (max-width: 1040px) {
  section {
    width: calc(100% - 40px); }
    section section {
      width: 100%; } }
@media (max-width: 900px) {
  section h1 {
    font-size: 1.4rem;
    line-height: 1.1;
    margin-left: -20px;
    margin-right: -20px; }

  .camp_ttitle h1 {
    font-size: 1.2rem; } }
/*      form      */
section#form span {
  color: #E70000; }
section#form h2 {
  margin-bottom: 0; }
section#form form {
  margin: 0 0 1em 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7); }
  section#form form input, section#form form select, section#form form textarea {
    font-size: 1.4rem; }
  section#form form input[type=checkbox] {
    margin-right: 0.2em; }
  section#form form input#name {
    width: 70%; }
  section#form form textarea,
  section#form form input#EMAIL,
  section#form form input#other {
    width: 95%; }

@media (max-width: 900px) {
  section#form form input#name {
    width: 95%; } }
form dl {
  margin-bottom: 2em;
  font-size: 1.4rem; }
  form dl dt {
    color: #0064B7;
    padding-bottom: 3px;
    border-bottom: 1px solid #0064B7;
    margin-bottom: 0.5em; }
  form dl dd {
    margin-bottom: 1.5em;
    font-size: 1.4rem; }
  form dl .note, form dl p {
    font-size: 1rem; }

div#no_o ul#sort {
  list-style: none;
  margin-bottom: 1em; }
  div#no_o ul#sort li div {
    text-align: left;
    padding: 7px 10px; }
div#no_o > div {
  background: #FFF;
  padding: 10px;
  display: flex;
  align-items: center; }
  div#no_o > div span {
    display: block;
    color: #000; }
  div#no_o > div span:first-child {
    font-size: 1.1rem; }
  div#no_o > div span#log {
    color: #000;
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: .5em;
    padding-left: .5em; }
div#no_o input {
  display: none; }

/*送信ボタン　div*/
.submit_button {
  text-align: center;
  margin-bottom: 2em;
  display: flex;
  justify-content: center; }
  .submit_button div {
    width: 50%;
    margin: 0 0 0 10px; }
  .submit_button div:first-child {
    margin: 0 10px 0 0; }

@media (max-width: 640px) {
  .submit_button {
    display: block; }
    .submit_button div,
    .submit_button div:first-child {
      width: 100%;
      margin: 0 0 10px 0; } }
.submit_button input {
  border: none;
  display: block;
  width: 100%;
  background: #012A85;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #FFF;
  padding: 15px 0;
  margin: 0;
  background: linear-gradient(to bottom, #79d8f0, #012A85 100%);
  border-radius: 10px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
  box-shadow: #666 0px 2px 3px; }
.submit_button input:hover {
  background: #2facf4; }

/*error mes*/
.error {
  font-size: 1.2rem;
  margin: 1.5em 0 3em 2em; }
  .error li {
    margin-bottom: 0.3em;
    color: #C72526; }
