@charset "utf-8";
.spArea{display:none;}
.pcArea{display:block;}
a:hover,
#miniMovie ul li .miniMovie:hover{opacity:.7;}
/* header footer
-----------------------------------*/
header,footer{
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
main{
  position:relative;
  top:0;
  left:0;
}
header img,
footer img{margin: 0 auto;}

/* main 
-----------------------------------*/
#mainVisual{
  position: relative;
  padding-bottom: 10.75%;
  max-height: 674px;
  background: url(../img/base.png) repeat-x top center;
  background-size: cover;
}
#mainVisual h2{
 max-width: 1400px;
 margin: 0 auto;
}
#mainVisual  p:first-child{
  max-width: 960px;
  margin: 1em auto;
  padding: 1em 0 0;
}
#mainVisual  p a{display:inline-block;}
.tomicaTitle{
  color: #fff;
  font-weight: 600;
  font-style: italic;
  font-family: "Mplus 1p", Arial, sans-serif;
}
#mainVisual .tomicaTitle{
  text-align: left;
  max-width: 960px;
  font-size: 3.45vw;
  margin: -17% 0 0 0;
  padding-left: 16.5%;
}
#mainVisual .tomicaTitle span:first-child{font-weight: 500;}

/* outline
-----------------------------------*/
#outline{
  background: url(../img/outlinebg.png) no-repeat center center;
  background-size: cover;
  padding-bottom: 1%;
  max-height: 980px;
}
#outline .outliner{
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 3em;
  text-align: right;
  position: relative;
}
#outline .outlineWrap{
  width: 400px;
  height: 330px;
  padding: 25px;
  border: 5px solid #fff21f;
  background: #fff;
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 10%;
}
#outline h2{
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: .5em;
}
#outline p {font-size: 1.8rem;}

/* campaign
-----------------------------------*/
#campaign {background-image: url(../img/base02.png);padding: 40px 0 50px;}
#campaign .box {max-width: 1400px;margin: 0 auto;}
#campaign h2 {margin-bottom: 50px;}
#campaign ul {margin: 0 auto 50px;}

#campaign ul li:not(:first-child) {
  width: 33%;
  display: inline-block;
}
#campaign ul li:nth-child(1){margin-bottom: 30px;}
#campaign ul li:nth-child(2) {margin-right: 2.7%;}
#campaign ul li img {width: 100%;}
#campaign p {
  max-width: 960px;
  margin: 0 auto;
  font-size: 1.6rem;
  text-align: left;
  padding: 0 2em;
}

/* movieModel
-----------------------------------*/
#movieModel{
  max-height: 1110px;
  background: url(../img/movie.png) repeat top center;
  background-size: cover;
  padding-bottom: 4%;
}
#movieModel .movieWrap{
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
#movieModel h2{
  text-align: center;
  padding: 3em 0;
}
#movieModel .movieWrap dl{
  width: 100%;
  overflow:hidden;
  margin-bottom: 50px;
}
#movieModel .movieWrap dl dt{
  max-width: 460px;
  width: 48%;
  float: left;
}
#movieModel .iframeWrap{
  width: 47%;
  max-width: 450px;
  position: relative;
  padding-bottom: 25%;
  height: 0;
  border: 10px solid #114eb3;
  text-align: left;
}
#movieModel iframe{
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  border: none;
}
#movieModel dl .iframeWrap{float: right;margin-top: 20px;}
#movieCf .iframeWrap:nth-of-type(1){float:left;}
#movieCf .iframeWrap:nth-of-type(2){float:right;}

.caption{
  float: right;
  width: 45%;
  max-width: 435px;
  text-align: left;
  margin-right: 10px;
  margin-top: .5em;
  position: relative;
  color: #fff;
}
#movieCf{overflow: hidden;padding-bottom: 80px;}
#movieCf p{
  color: #fff;
  text-align: left;
  position: absolute;
  bottom: -2.3em;
  font-size: 1.9rem;
}
#movieModel ul{letter-spacing: -.4em;}
#movieModel ul li{
  width: 47%;
  display: inline-block;
  letter-spacing: normal;
}
#movieModel ul li:first-child{margin-right: 6%;}

/*movieEntry
-----------------------------------*/
#movieEntry {
  max-width: 960px;
  margin: 0 auto;
}
.sub_title {
  margin: 50px auto;
  height: 60px;
  border: 2px solid #e60012;
  text-align: center;
  line-height:60px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #e60012;
}
#movieEntry .entryBox {letter-spacing: -.4em;}
#movieEntry .step {
  width: 27.5%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 8.6%;
  position: relative;
}
#movieEntry .step:not(:last-of-type)::after{
  content: "";
  display: block;
  width: 32px;
  height: 65px;
  background: url(../img/arrow2.png) no-repeat;
  position: absolute;
  top: 40%;
  right: -5em;
  transform: translateY(50%);
}
#movieEntry .step:nth-of-type(1) .colorRed{display:block;margin-top: 1em;}
#movieEntry .step:nth-of-type(2) .step_txt2{margin-top: 2em;}
#movieEntry .step:nth-of-type(3){margin-right: 0;}

#movieEntry .step_txt {
  color: #e60012;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 40px 0;
}
#movieEntry .entry_img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 35px;
}
#monosns{
  position: absolute;
  right: 50%;
  top: 24em;
  transform: translateX(50%);
}
#movieEntry .step_txt2 {
  font-size: 1.8rem;
  text-align: left;
}
.colorRed{color:#e60012;}
.fontClass{font-size: 1.6rem;}

/*movieComment
-----------------------------------*/
#movieComment{
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  overflow: hidden;
}
#movieComment div{
  background: url(../img/cp.png) no-repeat right top;
  background-size: cover;
  max-width: 1035px;
  min-height: 460px;
  margin: 0 auto;
  position: relative;
  right: -37px;
}
#movieComment p:nth-of-type(1){
  font-size: 3.2vw;
  margin: 0 auto;
  text-align: left;
  max-width: 960px;
  position: absolute;
  top: 30%;
  font-weight: bold;
  color: #000;
}
#movieComment .tomicaTitle{
  margin: 0 auto;
  max-width: 1035px;
  position: absolute;
  bottom: 40%;
  left: 2%;
  font-size: 3.7vw;
}

/*miniMovie
-----------------------------------*/
#miniMovie {
  padding: 50px 0;
  background-image: url(../img/back.png);
}
#miniMovie h2 {margin-bottom: 50px;}
#miniMovie .box {
  max-width: 960px;
  margin: 0 auto 70px;
}
#miniMovie ul {letter-spacing: -.4em;}
#miniMovie li{
  cursor: pointer;
  display: inline-block;
  width: 48%;
  letter-spacing: normal;
}
#miniMovie li:nth-child(1) {margin:0 4% 40px 0;}
#miniMovie li:nth-child(3) {margin: 0 4% 0 0;}

#button_more {
  max-width: 450px;
  height: 100px;
  margin: 0 auto 30px;
  background: #fff;
  position: relative;
}
#button_more a {
  display: block;
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
  background: #e60012 url(../img/arrow.png) no-repeat right 20px center;
}
#miniMovie a {text-decoration: none;}

/*mobil_SNS
-----------------------------------*/
#mobil_SNS {
  display: table;
  margin: 0 auto;
  padding: 50px 0;
}
#mobil_SNS p{
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  background: #34ca1b;
  padding: 0 1.2em;
  border-radius: 20px;
  font-size: 2.0rem;
  font-weight: bold;
}
#mobil_SNS ul {
  width: 100%;
  display: table;
  margin-left: 35px;
}
#mobil_SNS ul li {display: table-cell;}
#mobil_SNS ul li img{max-width: none;}
#mobil_SNS ul li:not(:last-child){padding-right: 10%;}

/*notice
-----------------------------------*/
#notice {
  padding-bottom: 150px;
  background: #f5f5f5;
  text-align: left;
}
.noticeWrap{
  max-width: 960px;
  margin: 0 auto;
  padding: 50px;
  background: #fff;
}
#notice .sub_title {
  margin: 0 0 35px;
  text-align: center;
  font-size: 2.4rem;
}
.sec {margin-bottom: 30px;}
#notice h4 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e60012;
  padding-bottom: 10px;
  line-height: 1.7;
}
#notice h4 span{font-size: 2.4rem;vertical-align: middle;}
.sec01 p{font-size:3.2rem;}

#notice .text14 {font-size: 1.4rem;}
.sec02 > .text14{margin-bottom:30px;}
.sec02 .explain .text14:not(:last-of-type){margin-bottom: 20px;}
#notice .text16 {
  font-size: 1.7rem;
  text-indent: -.5em;
  margin-bottom: .4em;
}
#notice .text18 {
  font-size: 1.8rem;
  font-weight: bold;
}
#notice .explain {
  max-width: 860px;
  margin: 0 auto 30px;
  border: 1px solid #ccc;
  padding: 20px 30px;
}

.sec02 .explain img{margin-bottom: 20px;}
#notice .ex_box {letter-spacing: -.4em;} 
#notice .ex_box1,#notice .ex_box2 {
  width: 48%;
  display: inline-block;
  letter-spacing: normal;
}
#notice .ex_box p{margin-bottom: 10px;}
#notice .ex_box1 {margin-right: 4%}

.sec03 ul {
  margin-bottom: 10px;
  padding-left: 1.5em;
  list-style-type: disc;
}
.sec03 ul li {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-weight: bold;
}
.sec04 p {
  line-height: 2;
  margin-bottom: 10px;
}
.sec04 .text14 span{
  font-weight: bold;
  font-size: 1.8rem;
  line-height:1.6;
}
.sec04 .text14 .text18{display:block;}

.sec06 a {color: #e60012;}
.sec06 p:first-child{font-size:2.4rem; margin-bottom:15px;}
.sec06 p:first-child span{margin-right: 1em;}
.sec06 .text18{margin-bottom:15px;}
.sec06 .text18 a{padding-left: .5em;display: block;}

#notice .tel{padding-left: .2em;}
#notice .tel span {
	font-size:2.8rem;
    color: #e60012;
    margin-right: .5em;
}
.sec a {text-decoration: none;}
.sec a:hover {text-decoration: underline;}

/*social share
-----------------------------------*/
.clearfix{zoom:1;}
.social01{
  position: relative;
  width: 100%;
}
.social01 aside{
  position: absolute;
  right: 50%;
  bottom: 4em;
  transform: translateX(50%);
  z-index: 2;
}
.social01 li {
  display: inline-block;
  font-size: 0;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  overflow: hidden;
  margin-top: 10px;
}

/* pagetop
-----------------------------------*/
#pagetop{
  position: absolute;
  bottom: 0;
  right: 22px;
  width: 150px;
  height: 97px;
  overflow: visible;
  z-index: 999;
}
#pagetop a{
  margin-bottom: 1em;
  position: relative;
  height: 100%;
  display:block;
}
#pagetop a img {
  width: 139px;
  height: 69px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.imgMove{bottom:30px !important;}
#pagetop a:hover{opacity:1;}

/* voice
-----------------------------------*/
.forVoice{
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow:hidden;
}

#footer #footerIn .pageTop{display:none;}

/*　申し込み終了後のスタイル変更・追加 
		2017 / 06 / 28
		受賞作品
-----------------------------------*/
#campaign h2 {margin-bottom: 80px;}

#mainVisual {
    padding-bottom: 2.75%;
}
#mainVisual h2 {
    margin-bottom: -3.8%;
}
[class*="tomika_award"] {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    background: #fff;
    padding: 0 2em 0px;
    margin-top: 160px;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
}
.tomika_award01{
	margin-top:50px;
}
.tomika_award03{
	margin-top: 140px;
	margin-bottom: 5em;
}
.tomika_award01 > img {
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -20px;
}
.tomika_award02 > img {
	margin-top: -60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -60px;
}
.tomika_award03 > img {

	margin-top: -40px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: -35px;
}
[class*="tomika_award"] > iframe{
	width: 100%;
}
[class*="tomika_award"] > .winnerArea {
    text-align: left;
    font-size: 1.6em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.2em;
    width: 94%;
    margin: 1.2em auto;
    display: table;
}
.winnerArea > span {
    display: table-cell;
    text-align: left;
}
[class*="tomika_award"] > .winnerArea:last-child {
    border: none;
}
[class*="tomika_award"] > .winnerArea > .winner,
[class*="tomika_award"] > .winnerArea > .winner_comment {
    width: auto;
    width: 9.5em;
    color: #f00;
}
[class*="tomika_award"] .winner_iframe{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 56%;
		cursor: pointer;
}
[class*="tomika_award"]  .winner_iframe > iframe,
[class*="tomika_award"]  .winner_iframe > img{
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0;
		cursor: pointer;
}
[class*="tomika_award"] .addafter::after {
    content: attr(data-item);
    background: url(../img/play.png) no-repeat 50% 50%;
    background-size: 100%;
    width: 20vw;
    min-width: 60px;
    max-width: 106px;
    height: 100%;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 50%;
    margin: 0 auto;
    transform: translateY(50%);
    cursor: pointer;
}
.tomika_award02 .winner_video{
    margin-top: -35px;
}
.tomika_award03 .winner_video{
    margin-top: -15px;
}

[class*="tomika_award"] > .winnerArea > .winner::before{
    background: url(../img/icon_user.png) no-repeat;
    height: 36px;
}
[class*="tomika_award"] > .winnerArea > .winner_comment::before {
    background: url(../img/icon_comment.png) no-repeat;
    height: 30px;
}
[class*="tomika_award"] > .winnerArea > .winner::before,
[class*="tomika_award"] > .winnerArea > .winner_comment::before {
    content: "";
    display: inline-block;
    width: 3em;
    background-size: auto 100%;
    background-position: 50% 0px;
    vertical-align: -25%;
    margin-right: .5em;	
}

[class*="tomika_award"] > .winnerArea > .winner_name, [class*="tomika_award"] > .winnerArea > .winner_comment_cnt {
    float: none;
}
.shuuryou {
    margin: 35px 0 !important;
    text-align: center !important;
    font-size: 2.4rem !important;
    background: #e60012 !important;
    color: #fff !important;
    padding: 22px 1em 20px !important;
    font-weight: bold !important;
}
@media all and (max-width: 1150px){
#outline .outlineWrap {
  height: 235px;
  padding: 15px;
  bottom: 20px;
  left: 15%;
}
#outline h2 {
  font-size: 2.4rem;
  margin-bottom: .3em;
}
#outline p {font-size: 1.6rem;}
}

@media all and (max-width: 767px){
.spArea{display:block;}
.pcArea{display:none;}

/* main 
-----------------------------------*/
#mainVisual{margin-bottom: 27%;max-height: none;}
#mainVisual  p:first-child{
  width: 100%;
  padding: 0;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
}
#mainVisual .tomicaTitle{
  padding-left: 7%;
  margin: -52.5% auto 0;
  line-height: 1.1;
  font-size: 11vw;
  width: auto;
}
#mainVisual .tomicaTitle span:first-child{
  font-size: 12vw;
  line-height: 1.0;
}
#mainVisual .tomicaTitle span:last-child{
  display:block;
  text-indent: .6em;
}

/* outline
-----------------------------------*/
#outline{
  background: url(../img/sp/outlinebg_sp.png) no-repeat center top;
  padding-bottom: 0;
  max-height: none;
}
#outline .outliner{padding-top: 2em;}
#outline .outlineWrap{
  width: 90%;
  height: auto;
  padding: 1.5em;
  position: relative;
  top: -2.5em;
  bottom: auto;
  left: auto;
  margin: 0 auto;
}
#outline h2{
  font-size: 2.1rem;
  text-align: center;
  padding-bottom: .5em;
  font-weight: bold;
}


/* campaign
-----------------------------------*/
#campaign{padding: 30px 0;}
#campaign .box {width: 90%;margin:0 auto;}
#campaign h2 {margin-bottom: 20px;}
#campaign ul {margin: 0 auto 30px;}
#campaign ul li {width: 100%;}

#campaign ul li:nth-child(1),
#campaign ul li:nth-child(2) {
	margin-bottom: 5%;
	margin-right: 0%;
}
#campaign p {font-size: 1.4rem;}
#campaign ul li:not(:first-child){
  display: block;
  width: 100%;
}

/* movieModel
-----------------------------------*/
#movieModel{
  position:relative;
  max-height: none;
  background-size: contain;
}
#movieModel .movieWrap{
  width: 90%;
  height: auto;
  padding: 0 0 1.5em;
}
#movieModel .movieWrap dl{margin-bottom: 30px;}
#movieModel .movieWrap dl dt{display:none;}
#movieModel .movieWrap dl dd:first-of-type{
  width: 100%;
  padding-bottom: 52%;
  float: none;
  margin: 0 auto;
}
.caption {
  width: 100%;
  float: none;
  max-width: none;
  margin-top: 5px;
  padding: 0 .5em;
}
#movieModel .iframeWrap,
#movieCf .iframeWrap:nth-of-type(1),
#movieCf .iframeWrap:nth-of-type(2){
  float: none;
  width: 100%;
  padding-bottom: 52%;
  margin-bottom: 5em;
  max-width: none;
}
#movieCf {padding-bottom: 0;}
#movieCf p{bottom: -2.5em;font-size: 1.6rem;}
#movieModel ul li:first-child{
  margin-right: 0;
  margin-bottom: 5.53%;
}
#movieModel ul li a{display:block;}
#movieModel ul li{width: 100%;}

/*movieEntry
-----------------------------------*/
#movieEntry {
  width: 90%;
  padding-top: 35px;
}
#movieEntry .step:not(:last-of-type)::after{
  content: "";
  display: block;
  width: 32px;
  height: 65px;
  right: 47%;
  top: auto;
  transform: rotate(90deg) translateY(0);
  bottom: -75px;
}
.sub_title {
  margin: 0 auto 30px;
  font-size: 2rem;
}
#movieEntry .step {
  display: block;
  width: 100%;
  max-width: 80%;
  margin: 0 auto 85px;
}
#movieEntry .step:nth-of-type(3){margin: 0 auto 20px;}
#movieEntry .step_txt {font-size: 2rem;padding: 20px 0;}
#movieEntry .entry_img {margin-bottom: 0px;}
#movieEntry .step:nth-of-type(2) .entry_img{margin-bottom: 20px;}
#movieEntry .step_txt2 {font-size: 1.6rem;}
#movieEntry .step:nth-of-type(1) .colorRed {margin-top: .5em;}
#monosns{max-width: 250px;top: 20em;width: 60%;}

/*movieComment
-----------------------------------*/
#movieComment div{
  background: url(../img/sp/cp_sp.png) no-repeat right top;
  background-size: contain;
  padding-top: 58%;
  min-height: auto;
  right: 0;
}
#movieComment p:nth-of-type(1){
  font-size: 5vw;
  margin: 0 0 0 6%;
  top: 2em;
  line-height: 1.3;
}
#movieComment .tomicaTitle{
  width: 58%;
  font-size: 7vw;
  line-height: 1.1;
  text-align: left;
  bottom: 28.5%;
  left: 6%;
}
#movieComment button{
  width: 90%;
  margin: 20px auto 30px;
  border: 4px solid #e60012;
  color: #e60012;
  text-align: center;
  background: #fff url(../img/sp/arrow_red_L.png) no-repeat right 7px center;
  background-size: 10px;
  font-size: 6vw;
  font-weight: bold;
  padding: 15px 1em;
}
#movieComment p:nth-of-type(1) span{display:block;}
#movieComment p:nth-of-type(2) span:last-child{display:block;text-indent: .6em;}

/* modalwindowArea
--------------------------------------*/
.featherlight-content{width: 90%;}
.modalOpen{
  background: #fff url(../img/sp/arrow_red_S.png) no-repeat right 7px center;
  background-size: 8px;
  color: #333;
  height: 40px;
  line-height: 40px;
  text-align: left;
  border: 1px solid #e60012;
  margin: 15px auto 0;
  font-size: 1.4rem;
  padding-left: 1em;
}
.modal-content{
  display: none;
  padding: 10px 15px;
  background: #fff;
}
.modal-content h3{
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: .5em;
}
.modal-content dt{
  margin: 1em auto .5em;
  font-size: 1.6rem;
}
.modal-content dd{
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.modal-content .modalImg{border: 1px solid #ddd;}
.modal-content p{margin-bottom: .5em;}
.modalClose{
  text-align: center;
  font-size: 1.6rem;
  margin-top: 1em;
  padding: .5em 0;
  border: 1px solid #ddd;
}
.modalClose span{
  vertical-align: middle;
  font-size: 2.2rem;
  color: #888;
}

/*miniMovie
-----------------------------------*/
#miniMovie {padding: 30px 0 40px;}
#miniMovie h2 {max-width: 85%;margin: 0 auto 30px;}
#miniMovie .inner {width: 90%;margin: 0 auto;}
#miniMovie .box {max-width: none;margin: 0 auto;}
#miniMovie li{
  display:block;
  width: 100%;
  margin: 0 auto 10% !important;
}
#miniMovie li img{width:100%;}
#button_more {
  width: 100%; 
  height: 75px;
  margin: 30px auto 0;
  max-width: none;
}
#button_more a {
  font-size: 2rem;
  line-height: 75px;
  height: 75px;
}

/*mobil_SNS
-----------------------------------*/
#mobil_SNS{
  padding: 30px 0;
  display: block;
}
#mobil_SNS p{
  width: 80%;
  display: block;
  font-size: 1.4rem;
  margin: 0 auto 20px;
  padding: 5px .5em;
  text-align: center;
}
#mobil_SNS ul{
  margin-left: 0;
  display: block;
  text-align: center;
}
#mobil_SNS ul li{display: inline-block;}

/*notice
-----------------------------------*/
#notice {padding: 0;}
.noticeWrap{padding: 20px 5% 0;}
#notice .sub_title {font-size: 2.1rem;margin: 0 auto;}
#notice .menu_button {
  line-height: 60px;
  height: 60px;
  background: #fff url(../img/sp/+.png) no-repeat right 15px center;
  background-size: 19px;
  transition: .3s;
}
#notice .menu_button.blockDown{background: #fff url(../img/sp/-.png) no-repeat right 15px center;background-size: 19px;}

.sec01 p{font-size: 2.3rem;}
.sec01 p span{display:block;}

#notice .ex_box1,
#notice .ex_box2 {
  width: 100%;
  margin: 0 auto;
}
#notice .menu_button span{display:none;}
#notice .menu_button:not(:first-of-type){border-top: 1px solid #ccc;}
.sec04 .text14 span{display:block;}

.sec06 p:first-child span{display:block;}
.sec06 .text18 a{padding-left: 0;}
.sec06 .text18 a .spArea{
  color: #fff;
  background: #e60012 url(../img/arrow.png) no-repeat right 20px center;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1.8rem;
}
#notice .tel span{display:block;margin:0;}

/*social share
-----------------------------------*/
.social01{
  text-align: center;
  padding: 1.5em 0 1.8em;
  background: #eee;
}
.social01 aside{position:static;transform:none;}
.social01 li {
  display: inline-block;
  font-size: 0;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  overflow: hidden;
  margin-top: 5px;
}
.social01 li:nth-of-type(2){max-width: 141px}
#copyright{margin-top: 2em;}
footer #footerIn{
  padding:0;
  text-align:center;
}
	/*　申し込み終了後のスタイル変更・追加 
		2017 / 06 / 28
		受賞作品
-----------------------------------*/
	#mainVisual {
			margin-bottom: 0;
	}
	[class*="tomika_award"]{
			padding: 0;
		margin-top: 80px;
	}
	.tomika_award01{
		margin-top: 60px;
	}
	.tomika_award03{
		margin-top: 80px;
	}
	.tomika_award01 > img{
		margin-bottom: 30px;
		margin-top: -20px;
		width: 90%;
		margin: 0px auto 30px;
		position: relative;
		top: -20px;
	}	
	.tomika_award02 > img{
		margin-bottom: 30px;
		margin-top: -60px;
		width: 90%;
		margin: 0px auto 30px;
		position: relative;
		top: -60px;
	}	
	.tomika_award03 > img{
		margin-bottom: 30px;
		margin-top: -40px;
		width: 90%;
		margin: 0px auto 30px;
		position: relative;
		top: -40px;
	}	
	.tomika_award01 > img + div{
			margin-top: -20px;
}
	.tomika_award02 > img + div{
			margin-top: -60px;
}
	.tomika_award03 > img + div{
			margin-top: -40px;
}

	[class*="tomika_award"] > .winnerArea {
    font-size: 1.2em;
}
	[class*="tomika_award"] > .winnerArea > .winner, 
	[class*="tomika_award"] > .winnerArea > .winner_comment {
    width: auto;
    width: calc(1em + 100px);
    color: #f00;
}
	[class*="tomika_award"] > .winnerArea > .winner::before, 
	[class*="tomika_award"] > .winnerArea > .winner_comment::before {
    content: "";
    display: inline-block;
    width: 3em;
    background-size: auto 100%;
    background-position: 50% 0px;
    vertical-align: -60%;
    margin-right: 0;
}
}

@media all and (min-width: 1000px){
#movieComment .tomicaTitle{bottom: 35%;}
}
@media all and (min-width: 1200px){
#movieComment .tomicaTitle{font-size: 4.4rem;}
#movieComment p:nth-of-type(1){font-size: 3.6rem;}
}
@media all and (min-width: 1400px){
#mainVisual .tomicaTitle{
  font-size: 4.8rem;
  margin: -4.9em auto 0;
  padding-left: .5em;
}
#outline .outliner{width: 1400px;}
}