@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap');

#contest {
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .05em;
  line-height: 1.6;
  background: #fff;
	color: #200000;
}
#contest img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#contest main > section {
  background: url("../images/bg_wood.jpg") repeat 0 0;
}
#contest h2 {
  text-align: center;
  font-weight: 700;
  letter-spacing: .3em;
}
#contest a {
  transition: .5s;
}
#contest main a:link, #contest main a:visited {
  color: #006AB7;
  text-decoration: underline;
}

/* Common */
#contest .container {
  width: 94%;
  max-width: 980px;
  margin: auto;
}
#contest .table {
  width: 100%;
}
#contest .table tr > * {
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #00562c;
  vertical-align: middle;
  line-height: 1.6;
}
#contest .table tr > *:last-child {
  border-right: none;
}
#contest .table th {
  font-weight: 500;
  background: repeating-linear-gradient(-45deg, #337856, #337856 2px, #00562c 0, #00562c 4px);
  color: #fff;
  border-color: #fff;
  text-align: center;
}
#contest .table tbody th {
  white-space: nowrap;
}
#contest .table td {
  text-align: left;
  background: #fff;
}
#contest .dl-table dd:not(:last-child) {
  border-bottom: 1px solid #878787;
}
#contest main a.btn,
#contest footer a.btn {
  display: block;
  text-decoration: none;
  text-align: center;
  border: 2px solid #222;
  border-radius: 6px;
  background: #fff;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
#contest a.btn .material-icons {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-right: 5px;
  color: #222;
}
#contest .btns {
  text-align: center;
  padding: 20px 0;
}
#contest * + a.btn.btn-pc_inline {
  margin-top: 15px;
}

#contest .bg-green {background:#fff;}
#contest .bg-blue {background:#fff;}
#contest .small {
  font-size: 12px;
}
#contest .list li {
  padding-left: 1.6em;
  position: relative;
}
#contest .list li + li {
  margin-top: .3em;
}
#contest .list li::before,
#contest .list li span.num {
  position: absolute;
  top: 0;
  left: 0;
}
#contest .list.circle-w li::before {
  content: '◎';
}
#contest .list.inline > li {
	display: inline-block;
	text-align: left;
}
#contest .em {
  font-weight: 500;
}
#contest .line-wthrough {
  display: inline-block;
	position: relative;
}
#contest .line-wthrough::before,
#contest .line-wthrough::after {
	content: '';
	width: 100%;
	height: 1px;
	border-top: 1px solid #000;
	position: absolute;
	left: 0;
}
#contest .line-wthrough::before {
	top: calc(50% - 1px);
}
#contest .line-wthrough::after {
	bottom: calc(50% - 4px);
}
#contest .mt05 {margin-top:5px !important;}



/* Header */
#contest .h_link {
  width: 100%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
  padding: 10px 15px;
  background: rgba(255,255,255,.9);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	position: relative;
	z-index: 100;
}
#contest .h_link a {
  font-size: 14px;
	font-weight: 500;
  padding: 5px 20px 5px 10px;
  text-align: center;
  border: 1px solid #E83C00;
  border-radius: 3px;
  box-shadow: inset 0 1px 1px #FFCDAC;
  color: #fff;
  background: #FF4100 linear-gradient(#FF9326 0%, #EC4700 100%);
}
#contest .h_link a::before {
	content: "";
	display: inline-block;
	vertical-align: 0;
	margin-right: .5em;
	width: 0;
	height: 0;
	border-right: .6em solid #fff;
	border-left: .6em solid transparent;
	border-top: .4em solid transparent;
	border-bottom: .4em solid transparent;
}
#contest .h_link a:hover {
  opacity: .8;
}
#contest .h_link .h_this {
  text-align: center;
  background: #00562c;
  color: #fff;
  font-weight: 500;
  border-radius: 6px;
  font-size: 16px;
  line-height: 35px;
  padding: 0 50px;
}
#contest header .mainimg_title img {
	object-fit: cover;
	width: 100%;
}
#contest header .mainimg_theme,
#contest header .mainimg_date {
	width: 80%;
	max-width: 576px;
	margin: 2em auto 0;
}
#contest header .mainimg_date.closed {
	position: relative;
}
#contest header .mainimg_date.closed > .closedcopy {
	width: 120%;
	max-width: 840px;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,.6);
	margin: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* SNS */
.sns {
  display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: 2em;
	padding-bottom: 3em;
}
.sns li + li {
	margin-left: .75em;
}
.sns li a {
  display: block;
	color: #fff;
  line-height: 28px;
  width: 100px;
  height: 28px;
  text-align: center;
  border-radius: 3px;
}
.sns li:nth-child(1) a {
  background: #315096;
}
.sns li:nth-child(2) a {
  background: #1DA1F2;
}
.sns li:nth-child(3) a {
  background: #00B932;
}
.sns li a img {
  vertical-align: baseline;
}
.sns li a span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-weight: 500;
  margin: 0 5px;
}
.sns li:nth-child(5) a span {
  letter-spacing: 0;
}
.sns li a:hover {
  opacity: .5;
}

/* Footer */
#contest footer {
  margin-bottom: 0;
}
#contest footer .block + .block {
  border-top: 1px solid #878787;
}
#contest .entry-bottom + .block {
  padding-top: 30px;
}
#contest footer .area {
  width: 94%;
  max-width: 980px;
  margin: auto;
  padding: 20px 0;
  font-size: 12px;
  line-height: 1.1;
  position: relative;
}
#contest footer .area ul li {
  display: inline-block;
  padding: 0 16px;
}
#contest footer .area ul li + li {
  border-left: 1px solid #000;
}
#contest footer .area ul li:first-child {
  padding-left: 0;
}
#contest footer .area ul + a {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #878787;
  color: #fff;
  padding: 10px 0;
  width: 108px;
  text-align: center;
}
#contest footer .logo {
  display: block;
  width: 87px;
}
#contest footer .copyright {
  color: #868686;
}

/* Prize */
#contest #prize .bg-green,
#contest #prize .bg-blue {
  height: 100%;
  padding: 15px;
  border-radius: 6px;
}
#contest #prize .transparent {
  background: transparent !important;
}
#contest #prize td {
  text-align: center;
  background: transparent;
}
#contest #prize .table tr > * {
  border-color: #00562c;
}
#contest #prize .table tr > .txt_right {
	border-bottom: none;
	padding-right: 0;
	padding-bottom: 0;
}
#contest #prize .bg-green th {
  background: #00562c;
  border-color: #EAF2D7;
}
#contest #prize .bg-blue tr > * {
  border-color: #006AB7;
}
#contest #prize .bg-blue th {
  background: #006AB7;
  border-color: #DDF0FA;
}
#contest #prize strong {
  font-weight: 500;
  line-height: 1;
}
#contest #prize p {
  text-align: left;
}
#contest #prize .txt_right {
  text-align: right;
}
#contest #prize .border-dot > *,
#contest #prize .border-none > * {
  border-bottom: none;
}
#contest #prize .border-dot td {
	padding: 0;
}
#contest #prize .bg-green .border-dot div {
	border-top: 4px dotted #00562c;
	margin-top: 4px;
	padding-bottom: 4px;
}
#contest #prize .bg-blue .border-dot div {
	border-top: 4px dotted #006AB7;
	margin-top: 4px;
	padding-bottom: 4px;
}
#contest #prize .dl-table dd p + p {
  padding-top: .5em;
}
#contest #prize h3 {
  background: repeating-linear-gradient(-45deg, #337856, #337856 2px, #00562c 0, #00562c 4px);
	color: #fff;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}


/* Require */
#contest main > section#require {
  padding-bottom: 0;
}
#contest #require h2 {
  color: #00562c;
}
#contest #require .table {
  border: 2px solid #00562c;
}
#contest #require .table td > div + div {
  padding-top: 1.5em;
}
#contest #require .table h3::before {
  content: '■';
  color: #00562c;
  display: inline-block;
  padding-right: .2em;
}
#contest #require .table h3 {
  font-weight: 500;
}
#contest #require .table h3 span {
  font-weight: 300;
}

/* Past-Works */
#contest #past-works {
  background: url("../images/mainimg_foot.jpg") no-repeat center top / cover;
	padding-bottom: 0;
	position: relative;
}
#contest #past-works::after {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	left: 0;
}
#contest #past-works > .container {
	padding-bottom: 50px;
	position: relative;
	z-index: 1;
}
#contest #past-works h2 {
	color: #fff;
	position: relative;
	z-index: 1;
}
#contest #past-works li a {
  display: block;
  color: #231815;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  padding: 10px;
}
#contest #past-works li a > img {
  width: 100%;
  height: auto;
} 
#contest #past-works li a > div {
  padding-top: 10px;
} 
#contest #past-works li a > div p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
} 
#contest #past-works li a > div p:first-child {
  background: #006AB7;
  color: #fff;
  line-height: 26px;
  margin: 0 -10px 5px;
}
#contest #past-works li a > div p:nth-child(2) {
  font-weight: 500;
  font-size: 16px;
}


/* Entry */
#contest #entry {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(0,0,0,.5);
  z-index: 100;
  overflow: hidden;
}
#contest #entry.static {
  position: relative;
}
#contest #entry.static + .entry-bottom {
  height: 0;
}
#contest #entry h3 {
  font-weight: 700;
  letter-spacing: .1em;
  color: #fff;
  text-shadow: -1px -1px 0 #8F8080;
}
#contest #entry ul {
 display: table;
 table-layout: fixed;
 width: 100%;
}
#contest #entry ul li {
  display: table-cell;
  vertical-align: top;
  border-radius: 6px 6px 0 0;
}
#contest #entry ul li:nth-child(1) {
  background: #009333;
}
#contest #entry ul li:nth-child(2) {
  background: #EE8100;
}
#contest #entry ul li:nth-child(3) {
  background: #1355AA;
}
#contest #entry ul li p {
  color: #fff;
  font-weight: 500;
}
#contest #entry ul li a.btn {
  display: inline-block;
  font-size: 12px;
  padding: 7px 5px 3px;
  margin: 3px;
  color: #fff;
  border-width: 1px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2),
              0 2px 0 rgba(255,255,255,.3) inset;
}
#contest #entry ul li a.btn .material-icons {
  display: block;
  color: #fff;
}
#contest #entry ul li:nth-child(1) a.btn {
  background: #00741E;
  border-color: #005E17;
}
#contest #entry ul li:nth-child(2) a.btn {
  background: #E66100;
  border-color: #B04B00;
}
#contest #entry ul li:nth-child(3) a.btn {
  background: #0A388D;
  border-color: #072969;
}
#contest .sinsain_list > li + li {
  margin-top: .3em;
}
#contest .sinsain_name {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
#contest .sinsain_pr {
  display: block;
  font-size: 13px;
}
#contest main > #movie {
	position: relative;
	z-index: 1;
}
#contest main > #movie::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #2F1F03;
	mix-blend-mode: multiply;
	opacity: .8;
	z-index: -1;
}
#contest #movie h2 {
	color: #fff;
}
#contest .movie_box video {
	width: 100%;
	height: 100%;
}
#contest .movie_box button {
	border: none;
	cursor: pointer;
}


/*-----------------------------------------------
スマホ向けスタイル（～768px）
-----------------------------------------------*/
@media only screen and (max-width: 768px) {
  #contest .sp_block {
    display: block;
  }
  
  #contest main > section {
		background-size: 500px 255px;
    padding: 20px 0 30px;
  }
  #contest h2 {
    font-size: 20px;
    padding-bottom: 5px;
  }
  #contest h3 {
    font-size: 18px;
  }
  /* Common */
  #contest .table tr > * {
    padding: 5px;
  }
  #contest .l_row .l_col + .l_col {
    padding-top: 15px;
  }
  #contest .dl-table dt:not(:first-child) {
    padding: .7em 0 0;
  }
  #contest .dl-table dd {
    padding: .3em 0 .7em;
  }
  #contest a.btn {
    padding: 10px;
  }
  #contest .btns a.btn + a.btn {
    margin-top: 10px;
  }
  
  
  /* Header */
  #contest .h_link {
		flex-direction: column;
		justify-content: center;
		padding: 10px 0 0;
	}
	#contest .h_link a {
		font-size: 13px;
		margin: 0 3% 10px;
	}
	#contest .h_link .h_this {
		border-radius: 0;
		font-size: 14px;
		line-height: 2;
		padding: 0;
	}
	#contest header .mainimg_title img {
		width: 170%;
		max-width: none;
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}
	#contest header .mainimg_theme,
	#contest header .mainimg_date {
		margin-top: 1em;
	}
	#contest header .mainimg_date.closed {
		width: 100%;
	}
  #contest header .mainimg_date.closed > .closedcopy {
		width: 100%;
		height: auto;
		font-size: clamp(14px, 4vw, 20px);
		line-height: 1.4;
		padding: .3em 0 .5em;
  }
	
  /* SNS */
  .sns {
    padding-bottom: 2em;
  }
  .sns li a span {
    display: none;
  }
  .sns li a {
		width: auto;
		height: auto;
    padding: 5px 8px 7px;
    border-radius: 6px;
  }
  .sns li a img {
    vertical-align: middle;
  }
  
  /* Footer */
  #contest .lnav {
    padding: 30px 0;
  }
  #contest footer {
    padding-bottom: 0;
  }
  #contest footer .area ul {
    padding-bottom: 40px;
  }
  #contest footer .area ul + a {
    right: -3%;
  }
  #contest footer .copyright {
    font-size: 8px;
    line-height: 1.4;
    text-align: center;
    margin-top: 20px;
  }
  
  /* Prize */
  #contest #prize strong {
    font-size: 16px;
  }
  #contest #prize .dl-table {
    padding-bottom: 10px;
  }
  #contest #prize .dl-table dt {
    font-size: 13px;
    font-weight: 700;
  }
  #contest #prize .dl-table dd {
    font-size: 12px;
  }
  #contest #prize .dl-table span.small {
    display: block;
  }
  #contest #prize h3 {
    padding: 2px;
    margin-bottom: 10px;
  }
  #contest #prize h3 > span {
    font-size: 16px;
  }
	#contest #prize .table tr > .txt_right {
		padding-bottom: 5px;
	}
	#contest #prize .table tr > .txt_right .small {
		font-size: 10px;
	}
	#contest #prize .bg-green .border-dot div {
		border-top-width: 2px;
		margin-top: 2px;
		padding-bottom: 2px;
	}
	#contest #prize .bg-blue .border-dot div {
		border-top-width: 2px;
		margin-top: 2px;
		padding-bottom: 2px;
	}
  
  /* Require */
  #contest #require .table,
  #contest #require .table tr > * {
    display: block;
  }
  #contest #require .table th {
    font-size: 16px;
    border: none;
  }
  #contest #require .table td {
    padding: 15px 15px 25px;
  }
  #contest #require .table h3 {
    font-size: 16px;
    padding-bottom: .3em;
  }
  #contest #require .table h3 span {
    font-size: 13px;
    display: block;
    padding: .5em 0 0;
  }
  #contest #require .table .em {
    font-size: 16px;
  }
  
  /* Past-Works */
	#contest #past-works > .container {
		padding-bottom: 25px;
	}
	#contest #past-works li {
    padding: 15px 0 5px;
  }
  
  
  /* Entry */
  #contest #entry {
    padding: 5px 0 0;
    height: 120px;
  }
  #contest .entry-bottom {
    height: 120px;
  }
  #contest #entry .container {
    width: 100%;
  }
  #contest #entry ul {
   border-spacing: 5px;
  }
  #contest #entry ul li {
    padding: 2px 0 8px;
  }
  #contest #entry ul li p {
    font-size: 14px;
  }
  #contest #entry ul li a.btn {
    width: 90%;
  }
  #contest #entry ul li a.btn .material-icons {
    font-size: 24px;
    line-height: 20px;
  }
  #contest #entry ul li a:last-child {
    display: none;
  }
  #contest .sinsain_name {
    font-size: 16px;
  }
  #contest .sinsain_pr {
    font-size: 12px;
  }
  
}
/*-----------------------------------------------
PC・タブレット向けスタイル（769px～）
-----------------------------------------------*/
@media only screen and (min-width: 769px), print {
  #contest main > section {
    padding: 50px 0 70px;
  }
  #contest main a:hover {
    color: #00562c;
    text-decoration: none;
  }
  #contest h2 {
    font-size: 34px;
    padding-bottom: 20px;
  }
  #contest h3 {
    font-size: 19px;
  }
  /* Common */
  #contest .table tr > * {
    padding: 10px 15px;
  }
  #contest .table th {
    font-size: 16px;
  }
  #contest .l_row {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
  }
  #contest .l_row .l_col {
    display: table-cell;
    vertical-align: top;
    height: 100%;
  }
  #contest .l_row .l_col:nth-child(1) {
    padding-right: 20px;
    width: 55%;
  }
  #contest .l_row .l_col:nth-child(2) {
    padding-left: 10px;
    width: 45%;
  }
  #contest .dl-table dt {
    clear: left;
    float: left;
    padding: .7em 0;
  }
  #contest .dl-table dd {
    padding: 1em 0 .7em 4em;
  }
  #contest a.btn {
    padding: 15px 40px;
  }
  #contest a.btn:hover {
    background: #eee;
    text-shadow: none;
    color: #222;
  }
  #contest .btns a.btn {
    display: inline-block;
  }
  #contest .btns a.btn + a.btn {
    margin-left: 10px;
  }
  #contest .table-margin {
    margin-left: -20px;
    margin-right: -20px;
  }
  #contest a.btn.btn-pc_inline {
    display: inline-block;
    padding: 5px 20px 7px;
  }

  
	
  
  
  /* Footer */
  #contest .lnav {
    text-align: center;
    padding: 50px 0;
  }
  #contest footer .area ul li a:hover {
    text-decoration: underline;
  }
  #contest footer .area ul + a:hover {
    background: #C3C3C3;
    text-decoration: none;
  }
  #contest footer .copyright {
    font-size: 10px;
    text-align: right;
    margin-top: -12px;
  }
  
  /* Prize */
  #contest #prize strong {
    font-size: 20px;
  }
  #contest #prize p.list {
    display: inline-block;
  }
  #contest #prize .dl-table {
    padding-bottom: 20px;
  }
  #contest #prize .dl-table dt {
    font-size: 16px;
    font-weight: 700;
  }
  #contest #prize .dl-table dd {
    font-size: 13px;
  }
  #contest #prize .dl-table span.small {
    display: inline-block;
    padding-left: 1em;
  }
  #contest #prize h3 {
    padding: 3px;
    margin-bottom: 15px;
  }
  
  /* Require */
  #contest #require .table th {
    font-size: 18px;
    padding: 25px;
  }
  #contest #require .table td {
    padding: 15px 25px;
  }
  #contest #require .table td span.sp_block {
    display: inline-block;
    margin-left: 1.5em;
  }
  #contest #require .table h3 {
    font-size: 18px;
    padding-bottom: .5em;
  }
  #contest #require .table h3 span {
    font-size: 14px;
    display: inline-block;
    padding-left: 1em;
  }
  #contest #require .table .em {
    font-size: 18px;
  }
  
  /* Past-Works */
  #contest #past-works ul {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 20px;
  }
  #contest #past-works ul li {
    display: table-cell;
    vertical-align: top;
		background: #fff;
  }
  #contest #past-works ul li a:hover {
    opacity: .5;
  }
  
  /* Entry */
  #contest #entry {
    padding: 10px 0 0;
    height: 165px;
  }
  #contest #entry .table-margin {
    margin-left: -10px;
    margin-right: -10px;
  }
  #contest .entry-bottom {
    height: 165px;
  }
  #contest #entry h3 {
    font-size: 24px;
  }
  #contest #entry ul {
   border-spacing: 10px;
  }
  #contest #entry ul li {
    padding: 5px 0 10px;
  }
  #contest #entry ul li p {
    font-size: 18px;
  }
  #contest #entry ul li a.btn {
    width: 46%;
  }
  #contest #entry ul li a.btn .material-icons {
    font-size: 32px;
    line-height: 28px;
  }
  #contest #entry .pc {
    display: inline;
  }
  #contest #entry ul li a.btn:hover {
    background: #fff;
    box-shadow: 0 2px 0 rgba(0,0,0,.3) inset;
    border: none;
  }
  #contest #entry ul li:nth-child(1) a.btn:hover,
  #contest #entry ul li:nth-child(1) a.btn:hover .material-icons {
    color: #009333;
  }
  #contest #entry ul li:nth-child(2) a.btn:hover,
  #contest #entry ul li:nth-child(2) a.btn:hover .material-icons {
    color: #EE8100;
  }
  #contest #entry ul li:nth-child(3) a.btn:hover,
  #contest #entry ul li:nth-child(3) a.btn:hover .material-icons {
    color: #1355AA;
  }
  #contest .sinsain_list > li {
    position: relative;
    font-size: 18px;
    padding-left: 6.5em;
  }
  #contest .sinsain_name {
    position: absolute;
    top: 0;
    left: 0;
  }
  #contest .sinsain_pr {
    padding: 5px 0 0;
  }
  
  

}


