@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

body, div, p {
  margin: 0;
  padding: 0;
}

a, a:link, a:visited, a:hover {
  text-decoration: none;
}

.wf-mplus1p { font-family: "M PLUS 1p"; }

.clear {
  clear: both;
}

.pc {
  display: block!important;
}
.sp {
  display: none!important;
}
.pc_br {
  display: block!important;
}
.sp_br {
  display: none!important;
}

section {
  padding: 50px 0;
  background-color: #fff;
}
.bg_contents {
  background: #33b1cd;
  padding: 50px 0;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.container .row {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  justify-content: space-between;
}
.container .row .col {
  position: relative;
  min-height: 1px;
  width: 50%;
  margin: 0 10px;
}

h2 {
  position: relative;
  display: inline-block;
  margin: 50px auto 40px auto;
  color: #33b1cd;
  text-align: center;
  font-size: 180%;
  letter-spacing: 0.1em;
}
h2:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #33b1cd;
  border-radius: 2px;
}
.bg_contents h2::before , .taglive h2::before {
  background: #FFF;
}

hr {
  border: none;
  border-bottom: solid 1px #000;
}

/* カスタム用class */
.dflex {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box;    /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
}

.f80 {
  font-size: 80%;
}
.f90 {
  font-size: 90%;
}
.f100b {
  font-size: 100%;
  font-weight: bold;
}
.f110 {
  font-size: 110%;
}
.f120 {
  font-size: 120%;
  font-weight: bold;
}
.f150 {
  font-size: 150%;
  font-weight: bold;
}
.f200 {
  font-size: 200%;
  font-weight: bold;
}
.fbold {
  font-weight: bold;
}
.color_white {
  color: #FFF;
}
.color_black {
  color: #333 !important;
}
.bg_white {
  background: #FFF !important;;
}

.align_center {
  text-align: center!important;
}
.align_left {
  text-align: left!important;
}
.align_right {
  text-align: right!important;
}

.justfy_center {
  justify-content: center;
}
.flex_align_start {
  align-items: flex-start!important;
}
.flex_align_end {
  align-items: flex-end!important;
}

.w20 {
  width: 20%!important;
}
.w30 {
  width: 30%!important;
}
.w40 {
  width: 40%!important;
}
.w60 {
  width: 60%!important;
}
.w70 {
  width: 70%!important;
}
.w80 {
  width: 80%!important;
}
.w100 {
  width: 100%!important;
}

.max_w800 {
  max-width: 800px!important;
}
.max_w900 {
  max-width: 900px!important;
}
.max_w1000 {
  max-width: 1000px!important;
}

.m0auto {
  margin: 0 auto;
}

.mt0 {
  margin-top: 0!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.mt40 {
  margin-top: 40px!important;
}
.mt50 {
  margin-top: 50px!important;
}
.mt80 {
  margin-top: 80px!important;
}
.mt100 {
  margin-top: 100px!important;
}
.mt120 {
  margin-top: 120px!important;
}

.ml0 {
  margin-left: 0!important;
}

.ml80 {
  margin-left: 80!important;
}

.mlt80 {
	margin: 80px 0 0 80px !important;
}

.mr0 {
  margin-right: 0!important;
}

.mb0 {
  margin-bottom: 0!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}

.pt20 {
  padding-top: 20px!important;
}

.pb20 {
  padding-bottom: 20px!important;
}

/* 白枠・矢印・テキスト */
.contents_box {
  display: block;
  background-color: #33b1cd;
  margin: 20px auto;
  padding: 20px;
  border-radius: 10px;
  box-sizing: border-box;
}
.contents_box p {
  color: #fff;
  text-align: left;
}
.contents_box p.big {
  text-align: center;
  font-size: 200%;
  color: #fff;
  font-weight: bold;
}
.contents_box img {
  max-width: 100%;
}

.arrow_next {
  margin: 0 auto -25px auto;
  width: 0;
  height: 0;
  border-top: solid 25px #33b1cd;
  border-right: solid 25px transparent;
  border-bottom: solid 25px transparent;
  border-left: solid 25px transparent;
}

/* ファーストビュー（キービジュアル） */
.firstview {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  align-items: center;
  display: flex;
  justify-content: center;
}
.firstview::before {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../img/firstview_bg.jpg") center center no-repeat;
  background-size: cover;
  content: "";
  z-index: -1;
}

.firstview h1 {
  width: 100%;
  margin: 0;
  padding: 0;
}
.firstview h1 img {
  width: 100%;
}
.firstview a {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  padding-top: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.firstview a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  border: 1px solid #fff;
  border-radius: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.3);
}
.firstview a span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.firstview a span:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* 概要 */
.outline {
  text-align: center;
  font-size: 200%;
  color: #33b1cd;
  font-weight: bold;
  line-height: 190%;
}

/* 募集期間 */
dl.schedule {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  background: #33b1cd;
  color: #fff;
  font-weight: bold;
}
dl.schedule dt {
  margin: 0;
  padding: 0 0 10px 0;
  box-sizing: border-box;
  text-align: center;
  border-bottom: solid 1px #fff;
  font-size: 180%;
  letter-spacing: 0.1em;
}
dl.schedule dd {
  margin: 0;
  padding: 20px 0 0 0;
  text-align: center;
  font-size: 180%;
  line-height: 160%;
  font-family: 'Roboto Condensed', sans-serif;
}
.schedule_end {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #33b1cd;
  color: #fff;
  font-size: 170%;
  font-weight: bold;
}

/* SNSシェアボタン */
.sns_share {
  width: 230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
  padding: 0;
}
.sns_share .sns_share_title {
  margin-right: 10px;
  padding: 5px 10px;
  border-bottom: solid 2px #33b1cd;
  color: #33b1cd;
  font-size: 85%;
  font-weight: bold;
}
.sns_share a {
  width: 32px;
  height: 32px;
  margin: 0 3px;
  padding: 7px;
  border-radius: 50%;
  border: solid 1px #33b1cd;
  box-sizing: border-box;
}
.sns_share a:hover{
  opacity: .7;
}
.sns_share a span {
  vertical-align: middle;
}
.sns_share a span::before {
  color: #33b1cd;
}


/* 賞品 */
.present {
  display: block;
  background-color: #fff;
  border: solid 2px #33b1cd;
  text-align: center;
}
.present .award {
  float: left;
  width: calc(100% - 90px);
  padding: 5px;
  box-sizing: border-box;
  border-bottom: solid 2px #33b1cd;
  text-align: left;
  color: #33b1cd;
  font-size: 150%;
  font-weight: 700;
}
.present .col .award {
  width: calc(100% - 100px);
}
.present .present_num {
  float: right;
  width: 80px;
  height: 80px;
  margin: -10px -5px 0 0;
  padding: 15px 5px;
  box-sizing: border-box;
  background-color: #33b1cd;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 110%;
  font-weight: 700;
  line-height: 180%;
}
.present .present_num span {
  font-size: 240%;
  font-weight: 900;
  font-family: 'Roboto Condensed', sans-serif;
}
.present .col .present_num {
  width: 90px;
  height: 90px;
  margin: -10px -10px 0 0;
  padding: 30px 5px;
}
.present .col .present_num span {
  font-size: 270%;
}
.present .present_name {
  clear: both;
  padding: 0 0 10px 0;
  font-size: 130%;
  font-weight: bold;
}
.present .col .present_name {
  text-align: left;
}
.present img {
  clear: both;
  max-width: 100%;
  max-height: 300px;
}
.present .present_txt {
  text-align: left;
  font-size: 100%;
  line-height: 170%;
}
.present .present_caption {
  text-align: left;
  font-size: 80%;
}

/* 応募方法 */
.howto .row {
  margin-top: 20px;
}
.howto .howto_box01 {
  width: 60%!important;
}
.howto .howto_box02 {
  width: 40%!important;
  padding-left: 20px;
} .howto_step {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
  border-bottom: solid 1px #fff;
  text-align: center;
  color: #fff;
  font-size: 100%;
  line-height: 200%;
}
.howto .howto_step span {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.howto h4 {
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 100%;
  margin: 0 auto;
  padding-bottom: 15px;
}
.howto h4 span {
  font-weight: bold;
}
.howto h4 span.border {
  border: solid 1px #fff;
  padding: 3px 7px;
}
.howto p {
  color: #fff;
  text-align: left;
}
.howto .sns_link {
  width: 80%;
  margin: 0 auto 10px auto;
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 10px;
}
.howto .twitter {
  background-color: #1da1f2;
}
.howto .sns_link .sns_icon {
  float: left;
  width: 20%;
  border-radius: 50%;
  vertical-align: middle;
}
.howto .sns_link .sns_name {
  float: left;
  width: calc(80% - 10px);
  margin-left: 10px;
  text-align: left;
  font-size: 90%;
  color: #fff;
  vertical-align: middle;
}
.howto .sns_link .sns_name p {
  margin-bottom: 10px;
  font-weight: bold;
  vertical-align: middle;
}
.howto .sns_link .sns_name p span {
  font-size: 130%;
  vertical-align: middle;
}
.howto .sns_link span::before {
  color: #fff;
}
.howto .sns_link a {
  color: #fff;
}
.howto .sns_link a:hover {
  opacity: .7;
}
.howto .sampleimg {
  width: 100%;
}
.howto p.howto_caption {
  margin: 0 auto 10px auto;
  text-align: center;
  font-size: 80%;
  font-weight: normal;
  color: #000;
}
.howto .contents_box p.howto_caption {
color: #fff;
}
.howto p.howto_caption a {
  color: #000;
  text-decoration: underline;
}
.howto p.howto_caption a:hover {
  text-decoration: none;
}
.howto textarea {
  width: calc(100% - 20px);
  height: 52px;
  box-sizing: border-box;
  margin: 10px;
  padding: 5px;
  border: none;
  font-size: 90%;
  line-height: 150%;
  resize: none;
}
.howto .howto_btn {
  font-family: "M PLUS 1p";
  width: 90%;
  margin: 10px auto 0 auto;
  padding: 10px;
  border: solid 2px #fff;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 100%;
  font-weight: bold;
  cursor: pointer;
}
.howto .howto_btn:hover {
  opacity: .8;
}
.howto .howto_btn a {
  display: block;
  font-size: 110%;
  color: #fff;
}

/* 応募要項、その他の情報 */
.info {
  text-align: center;
}
.info h3 {
  position: relative;
  display: inline-block;
  margin: 0 auto 40px auto;
  color: #33b1cd;
  text-align: center;
  font-size: 180%;
  letter-spacing: 0.1em;
}
.info h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #33b1cd;
  border-radius: 2px;
}
.info .guideline {
  width: calc(97% - 20px);
  height: 300px;
  margin: 0 auto 40px auto;
  padding: 10px;
  overflow-y: scroll;
  border: solid 1px #ccc;
  background-color: #fff;
  font-size: 80%;
  line-height: 150%;
  text-align: left;
  word-break: break-all;
}
.info .guideline::-webkit-scrollbar {
  width: 10px;
}
.info .guideline::-webkit-scrollbar-thumb{
  background: #999;
  border-radius: 5px;
}
.info .guideline::-webkit-scrollbar-track-piece {
  background: #efefef;
}
.info .guideline p {
  word-wrap: break-word;
}
.info a {
  display: block;
  background-color: #fff;
}
.info a img {
  width: 100%;
}
.info a img:hover {
  opacity: .7;
}
.info a.links_banner {
  border-radius: 10px;
}
.info a.links_banner img {
  border-radius: 10px;
}

/* フッター */
footer {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #f2f5f5;
}
footer p {
  font-size: 90%;
}
footer img {
  width: 120px;
  margin-left: 1rem;
}

/* タブレット、スマホ用 */
@media only screen and (max-width: 960px) {
  .pc {
    display: none!important;
  }
  .sp {
    display: block!important;
  }
  .container {
    width: 95%;
  }
  .container .row {
    display: block;
  }
  .container .row .col {
    width: auto;
    margin: 10px auto;
  }
  .firstview {
    width: 100%;
    height: 100%;
  }
  .firstview img {
    width: 100%;
  }
  .firstview::before {
    display: none
  }
  .firstview a {
    display: none;
  }
  .howto .howto_box01 {
    width: 100%!important;
  }
  .howto .howto_box02 {
    width: 100%!important;
    padding: 20px 0 0 0;
  }
  .howto .sns_link {
    width: calc(50% - 15px);
    display: inline-block;
    margin: 5px 5px;
  }
}
@media only screen and (max-width: 600px) {
  .pc_br {
    display: none!important;
  }
  .sp_br {
    display: block!important;
  }
  .outline {
    font-size: 140%;
    line-height: 170%;
  }
  dl.schedule {
    font-size: 90%;
  }
  .howto .sns_link {
    width: 100%;
    display: block;
    margin: 0 auto 10px auto;
  }
  .bg_contents .container>p {
    text-align: left;
  }
}
@media only screen and (max-width: 380px) {
  dl.schedule {
    font-size: 80%;
  }
.outline {
    font-size: 130%;
}
.howto iframe {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
}
}
