@charset "utf-8";
@import url("./reset.css");
@import url("./module.css");
/* ===================================================================
CSS information
file name  :style.css
style info :PC用のスタイル
=================================================================== */

/* 外側の繰り返し背景 */
body {
  background: url(../img/bg.png) repeat;
}

/*----------------------------------------------------
基本設定、リンクカラーなど
----------------------------------------------------*/
a:link {
}
a:visited {
}
a:hover {
  text-decoration: none;
}
a:active {
}

p{
  color: #434343;
}

strong{
  font-size: 20px;
}

/*h1 {
  text-indent: -9999px;
  overflow: hidden;
  height: 0;
  line-height: 0;
}*/

h2 {
  margin-bottom: 16px;
}
.contents ol,.contents ul,.contents blockquote,.contents pre,.contents p {
  margin-bottom: 1em;
}

/* clearfix */
.clearfix{ zoom: 1;}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*----------------------------------------------------
ボタン出し分け
----------------------------------------------------*/

.closed { display: none;}
body.close .closed { display: inherit;}

.opend { display: inherit;}
body.close .opened { display: none;}

/*----------------------------------------------------
.page メインビジュアルから下
----------------------------------------------------*/
.page {
  width: 830px;
  margin: 30px auto 0;
  text-align: left;
  color: #333;
}

.page a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*----------------------------------------------------
header
----------------------------------------------------*/
.header {
  margin: 0 auto;
  background: url("../img/header_bg.png") repeat-x right top;
  height: 540px;
}

.header h1 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.mainVisual {
  margin: 0 auto;
  border: 0px;
  padding: 0px;
  font-size: 0px;
  text-align: center;
  width:900px;
  position: relative;
}

.mainVisual_element {
  margin: 0 auto;
  text-align: center;
}

.mainVisual img:first-child {
  margin: 5px 0 5px 0;
}

.mainVisual_button {
  position: absolute;
  right: 30px;
  top: 20px;
  -webkit-animation: fuyofuyo-y 1s ease-in-out both infinite;
  -moz-animation: fuyofuyo-y 1s ease-in-out both infinite;
  animation: fuyofuyo-y 1s ease-in-out both infinite;
}

.mainVisual_button Inner {
    width: 100%;
    height: 100%;
    -webkit-animation: fuyofuyo-x 2s ease-in-out both infinite;
    -moz-animation: fuyofuyo-x 2s ease-in-out both infinite;
    animation: fuyofuyo-x 2s ease-in-out both infinite;
}

@-webkit-keyframes fuyofuyo-x {
    0% {
        -webkit-transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(8px);
    }
    100% {
        -webkit-transform: translateX(0px);
    }
}
@-moz-keyframes fuyofuyo-x {
    0% {
        -moz-transform: translateX(0px);
    }
    50% {
        -moz-transform: translateX(8px);
    }
    100% {
        -moz-transform: translateX(0px);
    }
}
@keyframes fuyofuyo-x {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(8px);
    }
    100% {
        transform: translateX(0px);
    }
}
@-webkit-keyframes fuyofuyo-y {
    0% {
        -webkit-transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0px);
    }
}
@-moz-keyframes fuyofuyo-y {
    0% {
        -moz-transform: translateY(0px);
    }
    50% {
        -moz-transform: translateY(8px);
    }
    100% {
        -moz-transform: translateY(0px);
    }
}
@keyframes fuyofuyo-y {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(8px);
    }
    100% {
        transform: translateY(0px);
    }
}

/*----------------------------------------------------
.contents
----------------------------------------------------*/
.contents {
  width: 830px;
  margin:-120px 0 0 0;
  padding: 0 0 40px;
  background-color: #fff;
}

/*----------------------------------------------------
投稿ボタン・見るボタン
----------------------------------------------------*/
.button_area {
  margin-bottom: 20px;
}
.button_area .note {
  text-align: center;
  margin:  20px 0 0;
  color: #666461;
}
.button_area .note small{
  font-size: 14px;
}
.button_area .button {
  padding: 20px 0 0;
}
.button_area .button a,
.button_area .button .closed > img {
  margin: 0 0px;
}

.story_btn{
  text-align: center;
  margin-top: 20px;
}
.story_btn a{
  margin: 0 16px;
}

/*----------------------------------------------------
自作ゲームフェスMVとは？
----------------------------------------------------*/
.fest_description {
  margin-bottom: 30px;
}

.fest_description h2 {
  width: 820px;
  height: 41px;
  background-image: url(../img/h2_01.png);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 50px auto 20px;
}

.fest_description_inner {
  width: 830px;
  margin: 0 16px;
}

.fest_description_inner p{
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
}

.nico_live{
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
}

/*----------------------------------------------------
RPGアツマールとは？
----------------------------------------------------*/
.atumaru_description h2 {
  width: 823px;
  height: 41px;
  background-image: url(../img/h2_02.png);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 50px auto 20px;
}

.atumaru_description_inner {
  width: 830px;
  margin: 0 16px;
}

.atumaru_description_inner p{
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
}

.txt_atumaru {
  width: 45%;
  padding: 20px;
  float: left;
  text-align: left;
  font-size: 17px;
  font-weight: bold;
  color: #000;
}

/*----------------------------------------------------
募集要項
----------------------------------------------------*/
.entries {
  margin-bottom: 20px;
  position: relative;
}

.entries_inner {
  padding: 8px;
  background-color: #FFF;
  color:#333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.entries_table {
  width:100%;
  background: url(../img/bg_entriesTable__term.png) repeat-y left top;
}

.entries_table__term {
  clear: both;
  display: table-cell;
  width: 135px;;
  float: left;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  padding: 30px 0 0;
  color: #434343;
}

.entries_table__term:first-child {
  padding-top: 10px;
}

.entries_table__description {
  padding: 25px 10px 5px 165px;
  background: url(../img/bg_entriesTable__line.png) repeat-x center top;
}

.entries_table__description .red{
  color: red;
  font-size: 17px;
}

.entries_table__term:first-child+.entries_table__description {
  background: none;
  padding-top: 5px;
}

.theme{
  font-size: 15px;
}

.prize {
  float: right;
  margin-bottom: 0;
}

/*----------------------------------------------------
募集要項を開閉式に
----------------------------------------------------*/
.switch {
  cursor: pointer;
  width: 820px;
  height: 41px;
  margin: 0 auto;
}

.tglIcon {
  position: absolute;
  right: 10px;
  top: 5px;
  background: url("../img/tglIcon.png") no-repeat;
  width: 30px;
  height: 30px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}

.tglIcon.closeTgl {
  transform: rotateX(180deg);
}

/*----------------------------------------------------
応募規約
----------------------------------------------------*/
.rules .rules_inner {
  color: #333;
  height: 12em;
  overflow: auto;
  border: 1px solid #CCC;
  padding: 16px;
  background-color: #FFF;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  margin: 10px;
}

.rules h2 {
  width: 820px;
  height: 41px;
  background-image: url(../img/h2_04.png);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 50px auto 20px;
}

/*----------------------------------------------------
メールアドレス確認のお願い
----------------------------------------------------*/
.mailAttention {
  border: solid 1px #CCC;
  color: #333;
  background:#FFF;
  margin: 10px;
}

.mailAttention p {
  margin-bottom: 0;
}

.mailAttention p.title {
  padding: 0px;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.mailAttention .title img {
  vertical-align: middle;
}

.mailAttention .attentionTxt {
  float: left;
  padding: 15px 15px 5px 15px;
  margin: 0;
  width: 620px;
}

.mailAttention .mailLink {
  width: 150px;
  float: right;
}

.mailLink img{
  margin-bottom: 5px;
}

.mailAttention .mailLink a {
  display: block;
  text-align: center;
  padding: 40px 0 30px;
  border-left: solid 1px #CCC;
  color: #F92558;
}

.mailAttention .mailLink a:hover {
  text-decoration: none;
  background-color: #f0f0f0;
}

/*----------------------------------------------------
.advertisement
----------------------------------------------------*/
.advertisement img{
  margin: 60px 0;
}

/*----------------------------------------------------
.siteBottom .sns
----------------------------------------------------*/
.siteBottom .sns {
  width: 250px;
  margin: 0 auto;
}

/*----------------------------------------------------
ページ上部へ
----------------------------------------------------*/
.goback_to_top {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

/*----------------------------------------------------
.footer
----------------------------------------------------*/
footer {
  width: 100%;
}

.footer {
  border-bottom: solid 20px #639827;
  background-color: #81511c;
  text-align: center;
  padding: 30px 0 20px;
}

.footer .logo_link {
  margin-bottom: 12px;
  width: 100%;
}

.footer .logo_link a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
}

.footer .copyright {
  padding-bottom: 0em;
  font-size: 12px;
  color: #ffffff;
}

.footer .copyright small {
  margin: 0 0px;
}

/*----------------------------------------------------
結果発表
----------------------------------------------------*/

.result {
  background-color: #000;
  color: #fff;
}

.result h1{
  width: 830px;
  height: 166px;
  background-image: url(../img/h1_result_announcement.png);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.result p {
  font-size: 16px;
  color: #fff;
}

/*----------------------------------------------------
役に立つ素材部門
----------------------------------------------------*/

/*選考コメント*/
.useful h2 {
  width: 330px;
  height: 60px;
  background-image: url(../img/choose_reason_useful.png);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 20px auto 0;
}

.place_info_useful {
  width: 370px;
  float: left;
}

.place_info_useful img {
  display: block;
  margin: 0 auto;
}

.useful .pict_product {
  padding: 3px;
  border: none;
}

.useful .pict_product a:hover img {
  border: 1px solid #77d4a7;
  background: #77d4a7;
  -webkit-opacity:1.3;
  -moz-opacity:1.3;
  -o-opacity:1.3;
  -ms-opacity:1.3;
  opacity:1.3;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
}


/*----------------------------------------------------
絶対役に立たない素材部門
----------------------------------------------------*/

/*選考コメント*/
.useless h2 {
  width: 330px;
  height: 60px;
  background-image: url(../img/choose_reason_useless.png);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 20px auto 0;
}

.place_info_useless {
  width: 370px;
  float: right;
}

.place_info_useless img {
  display: block;
  margin: 0 auto;
}

.useless .pict_product {
  padding: 3px;
  border: none;
}

.useless .pict_product a:hover img {
  border: 1px solid #9ff5ff;
  background: #9ff5ff;
  -webkit-opacity:1.3;
  -moz-opacity:1.3;
  -o-opacity:1.3;
  -ms-opacity:1.3;
  opacity:1.3;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;

}

/*----------------------------------------------------
各賞共通
----------------------------------------------------*/
.result dt {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  height: 0;
}

/*----------------------------------------------------
最優秀賞
----------------------------------------------------*/
.first_place {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 3px #766a1c;
  border-radius: 0.5em;
  margin: 20px;
  padding: 20px;
}

.first_place dl {
  width: 370px;
  float: right;
}

/*コメント欄*/
.first_place_comment {
  width: 370px;
  float: left;
}

/*最優秀賞*/
.first_place h1 {
  width: 340px;
  height: 280px;
  background-image: url(../img/first_place.png);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  float: left;
}

/*選考コメント*/
.first_place h2 {
  width: 330px;
  height: 60px;
  background-image: url(../img/choose_reason_first_place.png);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 20px auto 0;
}

.first_place p {
  font-size: 16px;
  line-height: 19px;
  height: 70px;
  margin: 0 auto;
  padding: 8px 30px;
}

/*作品名*/
.first_place .product_name {
  font-size: 30px;
  text-align: center;
}

/*作者名*/
.first_place .winner_name {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}

.first_place .winner_name > span {
  font-size: 20px;
  font-weight: lighter;
  margin-left: 5px;
}

/*召_最優秀賞受賞作品*/

.pict_product_1 a img {
  padding: 3px;
  border: none;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
}

.pict_product_1 a:hover img {
  border: 1px solid #a2a14f;
  background: #a2a14f;
  -webkit-opacity:1.3;
  -moz-opacity:1.3;
  -o-opacity:1.3;
  -ms-opacity:1.3;
  opacity:1.3;
}


/*----------------------------------------------------
優秀賞
----------------------------------------------------*/

.second_place {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 3px #626161;
  border-radius: 0.5em;
  margin: 20px;
  padding: 20px;
}

.comment {
  width: 334px;
  margin: 0 auto;
}

.second_place h1 {
  width: 450px;
  height: 100px;
  margin: 0 auto 20px;
  background-image: url(../img/second_place.png);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*作品名*/
.second_place .product_name {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
}

/*作者名*/
.second_place .winner_name {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}

.second_place .winner_name >span {
  font-size: 14px;
  font-weight: lighter;
  margin-left: 5px;
}

/*スチールラックと段ボールと小物_優秀賞受賞作品*/
.pict_product_2 a img {
  padding: 3px;
  border: none;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
}
.pict_product_2 a:hover img {
  border: 1px solid #77d4a7;
  background: #77d4a7;
  -webkit-opacity:1.3;
  -moz-opacity:1.3;
  -o-opacity:1.3;
  -ms-opacity:1.3;
  opacity:1.3;
}

/*ムンクの叫び_優秀賞受賞作品*/

.pict_product_3 a img {
  padding: 3px;
  border: none;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  -ms-transition: .4s;
  transition: .4s;
}

.pict_product_3 a:hover img {
  border: 1px solid #9ff5ff;
  background: #9ff5ff;
  -webkit-opacity:1.3;
  -moz-opacity:1.3;
  -o-opacity:1.3;
  -ms-opacity:1.3;
  opacity:1.3;
}

/*----------------------------------------------------
入賞
----------------------------------------------------*/

.third_place {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 3px #835731;
  border-radius: 0.5em;
  margin: 20px 20px 0 20px;
  padding: 20px;
}

.third_place .comment {
  width: 334px;
  margin: 0 auto 66px;
}

.third_place h1 {
  width: 450px;
  height: 100px;
  margin: 0 auto 20px;
  background-image: url(../img/third_place.png);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.third_place .product_name {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.third_place .winner_name {
  font-size: 16px;
  text-align: center;
  font-weight: normal;
}

.third_place .winner_name > span {
  font-size: 12px;
  font-weight: lighter;
  margin-left: 5px;
}
