@charset "UTF-8";

/*
カラー（ライト版）
------------------------------------- */
body h2 {
  color: #000;
  font-weight: 300;
}

/* メインカラー */
#contest-period {
  background: #5bb53f;
  background: -webkit-linear-gradient(to right bottom, #c0f293, #5bb53f);
  background: radial-gradient(circle at 50% 0%, #c0f293, #5bb53f);
  color: #000;
}
body #contest-period h2,
body #contest-period h3 {
  color: #fff;
}
#howtoenter {
  background: #5bb53f;
  background: -webkit-linear-gradient(to right bottom, #c0f293, #5bb53f);
  background: radial-gradient(circle at 50% 0%, #c0f293, #5bb53f);
  color: #000;
}
#hashtag-block .hashtag {
    border: 4px solid #5bb53f;
}
#hashtag-block h2 {
  color: #000;
}
#hashtag-block h3{
    color: #000;
}
#hashtag-block .hashtag-basic{
    background: #5bb53f;
  color: #fff;
}
#hashtag-block .hashtag-plus{
    color: #000;
}
#hashtag-block .hashtag-category{
    border: 2px solid #5bb53f;
    color: #000;
}
#hashtag-container-a h3,
#hashtag-container-c h3,
#hashtag-container-c .subhashtag-list span {
  background: #5bb53f;
  color: #000;
}
#award h3 {
  background: #5bb53f;
}
#application h2 {
  color: #000;
}
#application .application-container h3 {
  background: #5bb53f;
  color: #fff;
}
body #application .inquiry {
  border: 1px solid #c9c4b5;
}
footer,
footer .footer_pageTop {
  background: #4ec142;
  background: -webkit-linear-gradient(to right bottom, #c0f293, #4ec142);
  background: radial-gradient(circle at 50% 0%, #c0f293, #4ec142);
  color: #000;
}

/* ベースカラー・通常変更しない */
#overview {
  background: #fff;
  color: #333;
}
#hashtag-block {
  background: #fff;
   color: #333;
}
#hashtag-block .hashtag {
    background: #fff;
}
#hashtag-block .hashtag-category{
    background: #fff;
}
#award {
  background: #fff;
    color: #333;
}

/* 応募要項用ベースカラー */
#application {
  background: #f7f3ec;　/* or 明るいベージュ #f7f3ec */
    color: #333;
}
@media screen and (max-width:640px) {
  #application {
    background: #fff;
    background: linear-gradient(#ffffff, #f7f3ec);
  }
  #award {
    background: #fff;
    background: linear-gradient(#ffffff 70%, #f7f3ec 100%);
  }
}


/* リンク */
a {
  display: inline;
  color: #305896;
  text-underline-offset: 3px;
}
a:hover {
  text-decoration: none;
}


/*
ヘッダー
------------------------------------- */
header {
  background: #fff;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
header img {
  max-height: 90px;
}

@media screen and (max-width:640px) {
  header {
    width: 100%;
    height: auto;
  }
  header img {
    width: 96%;
    margin: 0 0;
  }
}

/*
メインビジュアル
------------------------------------- */
#topHeader {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/bg-header.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  text-align: center;
}
#topHeader .grid:before {
  content:"";
  display: block;
  padding-top: 39.9%;
}
#topHeader h1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  padding: 0;
  margin: 0% auto 0 auto;
  display: flex;
  align-items: center;
  align-content: center;
}
#topHeader h1 img {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:1680px){
  #topHeader h1 img {
    width: 80%;
  }
}
@media screen and (min-width: 641px) {
  #topHeader .grid {
    background: transparent url(../img/bg_grid.png) repeat-x center center;
    z-index: 100;
  }
}
@media screen and (max-width:640px){
  #topHeader {
    width: 100%;
    min-width: auto;
    height: auto;
    background-image: url(../img/bg-header-sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    overflow: visible;
  }
  #topHeader .grid:before {
    content:"";
    display: block;
    padding-top: 152.08%;
  }
  #topHeader h1{
    display: none;
  }
}

#visualcredits {
  padding-top: 10px;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.6em;
  color: #666;
}
@media screen and (max-width:960px) {
  #visualcredits {
    width: 90%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.4em;
  }
}


/*
結果発表ページ
------------------------------------- */
#resultspage {
  background: #fff;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 80px 0 80px 0;
  text-align: center;
}
#resultspage .inner {
  max-width: 960px;
}
#resultspage h2 {
  color: #000;
}
#resultspage p{
  margin: 0 auto 30px auto;
  padding-top: 30px;
  text-align: center;
  line-height: 1.8em;
  font-size: 1.8em;
}
#resultspage .btn a {
  display: block;
  max-width: 300px;
  width: 80%;
  border-radius: 100px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.8em;
  font-family: Noto Sans JP;
  font-weight: 700;
  background: #3e68a8;
  color: #fff;
}

@media screen and (max-width:960px) {
  #resultspage {
    padding: 8% 0 8% 0;
  }
  #resultspage p {
    width: 90%;
    margin: 0 auto;
    padding: 5% 0 5% 0;
    text-align: justify;
  }
  #resultspage p br.sp {
    display: none;
  }
}

@media screen and (max-width:640px) {
  #resultspage {
    margin: 0 0 5% 0;
    padding: 10% 0 10% 0;
  }
  #resultspage h2 {
    height: auto;
    width: 90%;
    background: none;
    margin: 0 auto 3% auto;
    text-indent: 1px;
    text-align: center;
    font-size: 2.8em;
    font-weight: 300;
    line-height: 1.4em;
    color: #000;
  }
  #resultspage p {
    padding: 2% 0 5% 0;
    line-height: 1.6;
    font-size: 1.6em;
  }
  #resultspage .btn a {
    width: 60%;
    margin: 0 auto 2%;
    padding: 4% 0;
    font-size: 1.6em;
  }
}


/*
開催概要
------------------------------------- */
#overview p.intro {
  border-bottom: 1px solid #ccc;
  margin: 0px auto 50px auto;
  padding-bottom: 50px;
}
#overview p.subnote {
  margin: -30px auto 50px auto;
  line-height: 1.6em;
  font-size: 1.6em;
}
#overview p span.indent {
  display: block;
  margin-left: 2em;
  text-indent: -1em;
}
#overview .important {
  width: 90%;
  max-width: 960px;
  border-radius: 12px;
  margin: 0 auto;
  padding: 32px;
  padding-bottom: calc(30px - 0.6em);
  background: #ffeaea;
}
#overview .important p {
  margin-bottom: 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  color: #dd0000;
}

@media screen and (max-width:960px) {
  #overview .important {
    width: 90%;
    max-width: 960px;
    border-radius: 12px;
    margin: 0 auto;
    background: #ffeaea;
  }
  #overview .important p {
    width: 100%;
    padding: 0;
    text-align: justify;
    font-size: 1.6em;
  }
  #overview br.pc {
    display: none;
  }
}
@media screen and (max-width:640px) {
  #overview p.subnote {
    margin: 0 auto 5% auto;
    font-size: 1.4em;
  }
}


/*
ハッシュタグ
------------------------------------- */
body #hashtag-block h2.theme {
  margin-bottom: 30px;
}
body #hashtag-block h3.intro {
  margin-bottom: 30px;
  line-height: 1.4em;
  color: #0050E1;
}
body #hashtag-block br.sp {
  display: none;
}
body #hashtag-block h3 {
  margin: 10px auto 25px;
  font-size: 2.4em;
  font-feature-settings: "palt";
  line-height: 1.6em;
}
body #hashtag-block h3 span {
  font-size: 1.2em;
}
body #hashtag-block h3 br.tb {
  display: none;
}
body #hashtag-block p.intro {
  margin-bottom: 30px;
  text-align: left;
}
body #hashtag-block .hashtag-basic {
  letter-spacing: 0;
}
body #hashtag-block .hashtag-outline {
  margin: 20px auto 2px;
  padding-bottom: 12px;
  text-align: left;
  font-size: 1.8em;
}
body #hashtag-block .hashtag-outline2 {
  border-top: 1px dotted #aaa;
  margin: 12px auto 16px;
  padding-top: 12px;
  text-align: left;
  line-height: 1.6em;
  font-size: 1.4em;
}
body #hashtag-block .hashtag-outline3 {
  border-top: 1px dotted #aaa;
    margin: 8px 0;
  padding: 10px 0 10px;
  text-align: left;
  line-height: 1.6em;
  font-size: 1.4em;
}
body #hashtag-container-b2 {
  justify-content: center;
  gap: 30px;
}
body #hashtag-container-b2 .hashtag {
  margin-bottom: 0;
}
#hashtag-block #hashtag-container-b2 .hashtag-category {
    margin-bottom: 0px;
  line-height: 1;
}
#hashtag-block p.hashtag-category span.smaller {
  font-size: 0.75em;
  font-weight: normal;
  color: #444;
}
#hashtag-block span.smaller_sp {
  font-size: 0.75em;
  position: relative;
  top: -1px;
}
#hashtag-block p.hashtag-optional {
  text-indent: 0.5em;
}
#hashtag-block p.credit {
  padding-top: 5px;
  text-align: right;
  font-size: 1.2em;
  font-feature-settings: "palt";
}
body #hashtag-container-b2 .note {
  margin-top: 10px;
}
#hashtag-block .intronote {
  margin: 0px auto 50px;
  line-height: 1.6em;
  text-align: left;
  font-size: 1.4em;
}

#hashtag-block .important {
  width: 100%;
  max-width: 960px;
  border-radius: 12px;
  margin: 0 auto 60px;
  padding: 32px;
  padding-bottom: calc(30px - 0.6em);
  background: #ffeaea;
}
#hashtag-block .important p {
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  font-size: 1.8em;
  color: #dd0000;
}
#hashtag-block .hashtag-note {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
  font-size: 1.6em !important;
}

@media screen and (max-width:960px) {
  body #hashtag-block h3 {
    font-size: 2em;
  }
  body #hashtag-block h3 br.tb {
    display: block;
  }
  body #hashtag-block .hashtag-outline {
    margin: 20px auto 10px;
  }
  body #hashtag-block .intro {
    width: 90%;
    text-align: justify;
  }
  #hashtag-block .intronote {
    width: 90%;
    margin: 0px auto 8%;
    text-align: justify;
  }

  #hashtag-block .important {
    width: 90%;
    max-width: 960px;
    border-radius: 12px;
    margin: 0 auto 10%;
    background: #ffeaea;
  }
  #hashtag-block .important p {
    width: 100%;
    padding: 0;
    text-align: justify;
    font-size: 1.4em;
  }
  body #hashtag-block .hashtag-outline2 {
    margin: 12px auto 8px;
  }
  #hashtag-block .hashtag-note {
    margin-top: 0px !important;
    margin-inline: auto;
    width: 100% !important;
    font-size: 1.4em !important;
  }
}
@media screen and (max-width:768px) {
  body #hashtag-block h3 {
    font-size: 1.8em;
  }
  body #hashtag-block .hashtag-outline {
    margin: 20px auto 10px;
    height: auto;
    font-size: 1.5em;
  }
  body #hashtag-block h2.theme {
    margin-bottom: 10px;
  }
  body #hashtag-block h3.intro {
    width: 90%;
    margin: 0 auto 5%;
    font-size: 2.8em;
  }
  body #hashtag-block br.sp {
    display: block;
  }
}


/* ハッシュタグ機能
------------------------------------- */
#hashtag-block #hashtagGenerator {
  max-width: 960px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 50px auto;
  padding: 50px 0;
}
.generateMsg {
  display: none;
}
#hashtag-block #hashtagGenerator h4 {
  margin-bottom: 30px;
  text-align: center;
  line-height: 2em;
  font-size: 2.8em;
}
#hashtag-block #hashtagGenerator p {
  margin: 0 auto 30px auto;
  text-align: justify;
  text-justify: inter-word;
  line-height: 1.6em;
  font-size: 1.8em;
}
#hashtag-block #hashtagGenerator select::-ms-expand {
  display: none;
}
#hashtag-block #hashtagGenerator select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #999;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 8px 30px 8px 10px;
  background-image: url(../img/icon_pulldown.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
  background-color: #eee;
  font-size: 1.6em;
  line-height: 1.4em;
  cursor: pointer;
}
#hashtag-block #hashtagGenerator #hashtagList {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  max-width: 720px;
  width: 90%;
  border: 1px solid #999;
  border-radius: 5px;
  margin: 0 auto 20px;
  padding: 10px;
  resize: none;
  text-align: center;
  height: calc( 1.6em * 1.6 );
  line-height: 1.6em;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: 2em;
  font-weight: bold;
}
#hashtag-block #hashtagGenerator #generate {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 100px;
  padding: 12px 40px;
  background: #3e68a8;
  font-size: 1.6em;
  font-weight: bold;
  font-family: "Noto Sans JP", san-serif;
  color: #fff;
  cursor: pointer;
}
#hashtag-block #hashtagGenerator .btnArea {
  height: 50px;
  text-align: center;
}
#hashtag-block #hashtagGenerator .btnArea p#generateMsg {
  text-align: center;
  font-size: 1.6em;
  margin: 0 auto 0px auto;
  padding-top: 10px;
}
#hashtag-block #hashtagGenerator .btnArea p#selectMsg {
  text-align: center;
  font-size: 1.6em;
  margin: 0 auto 0px auto;
  padding-top: 10px;
}

@media screen and (max-width:960px) {
  #hashtag-block #hashtagGenerator {
    width: 90%;
    margin: 8% auto;
    padding: 12% 0 4%;
  }
  #hashtag-block #hashtagGenerator h4 {
    margin-bottom: 5%;
    line-height: 1em;
    letter-spacing: -1px;
    font-size: 2.3em;
  }
  #hashtag-block #hashtagGenerator p {
    font-size: 1.5em;
    line-height: 1.5em;
  }
  #hashtag-block #hashtagGenerator #hashtagList {
    width: 100%;
    padding: 10px;
    height: calc( 1.3em * 3 );
    text-align: left;
    line-height: 1.3em;
    font-size: 16px;
  }
  #hashtag-block #hashtagGenerator .btnArea {
    height: 70px;
    margin-bottom: 5%;
  }
}
@media screen and (max-width:640px) {
  #hashtag-block #hashtagGenerator select {
    width: 100%;
  }
}

/*
応募方法
------------------------------------- */
#howtoenter h2 {
  color: #000000 !important;
}
#howtoenter h2 br.sp {
  display: none;
}
#howtoenter p {
  color: #000000;
}

@media screen and (max-width:640px) {
  #howtoenter h2 {
    line-height: 1.2em;
  }
  #howtoenter h2 br.sp {
    display: block;
  }
}

/*
賞品
------------------------------------- */
#award h2 {
  margin-bottom: 20px;
}
body #award h3 {
  margin-bottom: 8px;
  line-height: 1.2;
}
#award h3 span,
#award h4 span {
  font-size: 0.8em;
}
#award p.intro {
  text-align: center;
}
#award p.prize {
  text-align: center;
}
#award p br.sp {
  display: none;
}
#award .egift {
  border-top: 1px solid #ccc;
  padding-top: 60px;
}
#award .egift h5 {
  margin-bottom: 40px;
  font-size: 2.4em;
}
#award .egift img {
  height: 164px;
  aspect-ratio: 1 / 1;
}
#award .egift .box {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 48px;
}
#award .egift .button {
  border: 0;
  border-radius: 100px;
  padding: 12px 40px;
  background: #3e68a8;
  text-decoration: none;
  font-size: 1.6em;
  font-weight: bold;
  font-family: "Noto Sans JP", san-serif;
  color: #fff;
}
#award .egift p.note {
  margin: 0 auto 0;
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width:640px) {
  #award p.intro {
    text-align: justify;
  }
  #award p br.pc {
    display: none;
  }
  #award p br.sp {
    display: block;
  }
  #award .egift h5 {
    margin-bottom: 36px;
    font-size: 1.8em;
  }
  #award .egift .box {
    display: flex;
    justify-content: center;
    gap: 36px;
    margin-bottom: 48px;
  }
  #award .egift img {
    height: 124px;
  }
  #award .egift .button {
    padding: 10px 36px;
    font-size: 1.4em;
  }
  #award .egift p.note {
    text-align: justify;
  }
}