@charset "UTF-8";

/* 強制カスタム
-------------------------- */
body {

	/*font-family: 'acrom', 'Lucida Grande', "Times New Roman", Times, serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro' !important;*/
}
@media screen and (max-width:48em) {
	body {
		font-size: 0.9em;
	}
}
header, .no-parallax header {
	background: rgba(0, 0, 0, 0.65) !important;
}
nav#site-navigation a,
.mobile nav#site-navigation a,
.mobile nav#site-navigation a:hover {
	color: #FFF !important;
	font-weight: normal;
	text-transform: none;
}
header.fixed-header {
	background: #000 !important;
}
.mobile header {
	background-color: #000 !important;
}
@media screen and (max-width:1200px) {
	#intro-wrap {
		height: 600px !important;
	}
}
@media screen and (max-width:1000px) {
	#intro-wrap {
		height: 500px !important;
	}
}
@media screen and (max-width:800px) {
	#intro-wrap {
		height: 400px !important;
	}
}
@media screen and (max-width:700px) {
	#intro-wrap {
		height: 350px !important;
	}
}
@media screen and (max-width:600px) {
	#intro-wrap {
		height: 300px !important;
	}
}
@media screen and (max-width:500px) {
	#intro-wrap {
		height: 250px !important;
	}
}
@media screen and (max-width:400px) {
	#intro-wrap {
		height: 200px !important;
	}
}
#intro .intro-item {
	margin-top: 64px;
}
@media screen and (max-width:768px) {
	#intro .intro-item {
		margin-top: 0;
	}
}
#intro .intro-item {
	position: absolute;
	background-position: center top;
	background-size: contain;
}
figure.featured-image {
	display: none !important;	/*width: 75%;
		margin: 0 auto;*/
}
section,
section.greyish {
	background-color: transparent !important;
}
.row-content.buffer {
	padding: 4% !important;
}
.row-content.buffer-left {
	padding-left: 4%;
}
.row-content.buffer-right {
	padding-right: 4%;
}
.section-title h3,
.post-area h1 {
	font-size: 2em;
	margin-top: 0.5em;
	text-transform: none;
}
@media screen and (max-width:768px) {
	.section-title h3,
	.post-area h1 {
		font-size: 1.4em;
	}
}
p {
	font-size: 1em;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
.button {
	text-transform: none;
	font-size: 14px !important;
}
.f_large .button {
	font-size: 1.2em !important;
}

/*.button.mint {
	background: #00A390;
}
.button.mint:hover {
		background: rgba(0,163,144,0.9);
}*/

/* original style
-------------------------- */
.t_left {
	text-align: left !important;
}
.t_right {
	text-align: right !important;
}
.t_center {
	text-align: center !important;
}
.ver_top {
	vertical-align: top !important;
}
.ver_mdl {
	vertical-align: middle !important;
}
.ver_btm {
	vertical-align: bottom !important;
}
.f_bold {
	font-weight: bold !important;
}
.f_18 {
	font-size: 18px !important;
}
.f_16 {
	font-size: 16px !important;
}
.f_14 {
	font-size: 14px !important;
}
.f_12 {
	font-size: 12px !important;
}
.f_10 {
	font-size: 10px !important;
}
.mg_b20 {
	margin-bottom: 20px !important;
}
.mg_t20 {
	margin-top: 20px !important;
}
.mg_t30 {
	margin-top: 30px !important;
}
.mg_t60 {
	margin-top: 60px !important;
}
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;	/*??ԏ?돢?//*/
	height: auto;
	overflow: hidden;	/**/
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.column.full {
	float: none;
}

/* top ----------------*/
div#top {
	background: #000;
	color: #FFF;
}
div#top h2 {
	color: #FFF;
	font-size: 2em;
	margin: 0 0 0.5em;
}
div#top p {
	width: 86%;
	margin: 0 auto;
}
@media screen and (max-width:640px) {
	div#top h2 {
		color: #FFF;
		font-size: 1.1em;
		margin: 0 0 0.5em;
	}
}

/* about ----------------*/
div#about {
	background: #ECF0F1;
}
div.box_copy {
	background: #00A390;
	padding: 20px;
	margin: 10px 0;
	text-align: left;
	color: #FFF;
	border-radius: 0.5em;
	border: 1px solid #E2E4E8;
}
div.box_copy h3 {
	color: #FFF;
	margin: 0 0 0.5em;
}
div.box_copy p {
	margin: 0;
	font-size: 0.9em;
}

/* news ----------------*/
div#news {
	background: #00A390;
}
div#news .section-title h3 {
	color: #FFF;
}
blog-excerpt-inner .entry-title {
	font-size: 1em !important;
}
.blog-excerpt-inner p {
	font-size: 0.8em !important;
}
.post a,
.post a:visited,
.post a:hover,
.post a:focus,
.post a:active {
	color: rgb(79, 206, 173);
}

/* download & contact ----------------*/
div#contact {
	background: url("//korgnutube.com/wp/wp-content/uploads/images/bg.png") no-repeat center center;
	background-size: cover;
	padding: 4% 0;
}
div#contact h3 {
	color: #FFF;
}
div#contact a.button {
	width: 100%;
}

/* company ----------------*/
div#company {
	background: #ECF0F1;
}
div#company p.f_small {
	font-size: 0.9em;
}
hr {
	background: #999;
	margin: 2em 0;
}

/* SNS
--------------------------------*/
.keep-left {
	width: 50%;
}
ul#block_sns {
	height: 30px;
	display: inline;
	vertical-align: top;
	list-style: none;
}
li.block_tw {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
}
li.block_fb {
	width: 120px;
	display: inline-block;
	vertical-align: top;
}

/* Privacy Policy(footer)
--------------------------------*/
ul#block_rightfooter {
	height: 30px;
	display: inline;
	vertical-align: top;
	list-style: none;
}
li.block_privacypolicy {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	margin-right: 48px;
}
li.block_copywrite {
	width: 225px;
	display: inline-block;
	vertical-align: top;
}

/* scroll
--------------------------------*/
#scrollUp {
	bottom: 0;
	right: 30px;
	width: 70px;
	height: 70px;
	margin-bottom: -10px;
	padding: 10px 5px;
	font-size: 12px;
	line-height: 140%;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	-webkit-transition: margin-bottom 150ms linear;
	-moz-transition: margin-bottom 150ms linear;
	-o-transition: margin-bottom 150ms linear;
	transition: margin-bottom 150ms linear;
	-webkit-border-top-left-radius: 0.333em;
	-webkit-border-top-right-radius: 0.333em;
	-moz-border-radius-topleft: 0.333em;
	-moz-border-radius-topright: 0.333em;
	border-top-left-radius: 0.333em;
	border-top-right-radius: 0.333em;
}
#scrollUp:hover {
	margin-bottom: 0;
}
@media screen and (max-width:768px) {
	#scrollUp {
		bottom: 0;
		right: 0;
		width: 60px;
		height: 60px;
		font-size: 10px;
	}
}

/* ---------------- */
#faq .faqcat {
	color: #fff;
	background-color: #000;
}
#faq .box_copy {
	padding: 10px 15px;
}
#faq .box_copy h3 {
	margin-bottom: 0;
}
#faq .box_copy h3 a {
	border: none;
	color: #fff;
	font-size: 17px;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
}
#faq .catListInside {
	height: 0;
	overflow: hidden;
}
#faq .fullText {
	font-size: 15px;
}
#faq .fullText a {
	border: none;
	color: #c5fff8;
	font-weight: bold;
}
#faq .fullText a:hover {
	border-bottom: 2px solid #005f54;
}

/*rhythmlife*/
.rhythmlifeslider {
	background-color: #000 !important;
}
div.box_copy p.f_rhythmlifesmall {
	font-size: 0.7em;
}
div#rhythmlifetop {
	background-color: #fff;/*	background-color: #fef9e6;
	*/
	color: #864847;
}
div#rhythmlifetop h2 {
	color: #864847;
}
div#rhythmlifenews {
	background-color: #fef9e6;
}
div#rhythmlifeabout {
	background-color: #fff;
}
div#rhythmlifeabout div.box_copy {
	background-color: #fef9e6;
}
div#rhythmlifeabout div.box_copy.rhythmlifeboxlong {
	min-height: 23em;
	height: 100%;
}
div#rhythmlifeabout div.box_copy.rhythmlifeboxshort {
	min-height: 20em;
	height: 100%;
}
div#rhythmlifenews div.box_copy,
div#rhythmlifeabout div.box_copy {
	margin-bottom: 7%;
}
#rhythmlifenews a {
	color: #653635;
}
div#rhythmlifenews h3,
div#rhythmlifenews div.box_copy,
div#rhythmlifenews div.box_copy h3,
div#rhythmlifeabout div.box_copy,
div#rhythmlifeabout div.box_copy h3 {
	color: #653635;
}

/* dealer
--------------------------------*/
div#dealer {
	background: #ECF0F1;
}
#dealer .box_copy a {
	border: none;
	color: #eee;	/*font-weight: bold;*/
}
#dealer .box_copy a:hover {
	border-bottom: 2px solid #005f54;
}

/* guide
--------------------------------*/
div#guide {
	background: #fff;
	color: #333;
}
div#guide .section-title {
	margin-bottom: 0;
}
div#guide .guidepagetitle {
}
div#guide .guidesectiontitle.firstguidesectiontitle .row-content.buffer.even,
div#guide .guidesectiontitle.firstguidesectiontitle .row-content.buffer-top.even,
div#guide .guidesectiontitle.firstguidesectiontitle .row-content.buffer {
	padding-top: 0 !important;
}
div#guide .guidesectiontitle .row-content.buffer.even,
div#guide .guidesectiontitle .row-content.buffer-top.even,
div#guide .guidesectiontitle .row-content.buffer {
	padding-bottom: 0 !important;
}
div#guide .guidetitle {
	background: #000;
	color: #FFF;
}
div#guide .guidetitle h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding: .7em 0 .7em 1em;
	color: #FFF;
}
#guide .guidemargin {

	/*margin-top: 1.0em;*/
}
#guide .box_guide {
	padding-left: 2em;
	background: #fff;
	border: none;
	color: #333;
	display: table-cell;
	vertical-align: middle;
	height: 48vw;
}
@media screen and (min-width:769px) {
	#guide .third .box_guide {
		padding-left: 0;
	}
}
@media screen and (max-width:768px) {
	#guide .box_guide {
		height: 20vw;
	}
}
#guide .box_photo {
	display: table-cell;
	vertical-align: middle;
	height: 48vw;
}
#guide .box_photo .guideimghalf {
	padding-left: 2em;
}
#guide .box_guide .guidecopy {
	font-size: 1.75em;
	font-weight: bold;
}
#guide .box_guide .guidesub {
	font-size: 1.35em;
	padding-left: 1em;
	font-weight: bold;
}
#guide .box_guidefullphoto {

	/*padding: 1em 2em;*/
}
#guide .box_guidefull {

	/*padding: 1em 2em;*/
}
#guide .dh2triodeimg {
	width: 60%;
}
#guide .box_guidefull.narrowguide {
	padding-left: 8vw;
	padding-right: 8vw;
}
#guide .box_guidefull.leftguide {
	padding-left: 8vw;
	padding-right: 8vw;
}
#guide .box_guidefull.box_guidefullfitv {

	/*margin-top: -1em;*/
}
#guide .guidepinassignment {

	/*margin-top: -1em;*/
}
#guide .guidepinassignmentnote {
	margin-top: -.7em;
	width: 50vw;
}
#guide .guidepinassignmentnote th,
#guide .guidepinassignmentnote td {
	font-size: 12px;
	padding: 0 .6vw;
}
#guide .guidepinassignment th,
#guide .guidepinassignment td {
	border: 1px solid #333;
	font-size: 14px;
	text-align: center;
	padding: .6vw;
}
#guide .guidepinassignment th {
	text-align: left;
	font-weight: normal;
}
#guide .guidecharacteristic th,
#guide .guidecharacteristic td {
	border: 1px solid #333;
	font-size: 14px;
	text-align: left;
	padding: .6vw .6vw .6vw .8vw;
}
#guide .charttitle {
	font-size: 16px;	/*text-align: left;*/

	/*display: inline-block;*/
}
#guide .box_chart {

	/*margin-left: 3em;*/
}
#guide .column.last .box_chart {

	/*margin-left: 0;*/

	/*margin-right: 3em;*/
}
#guide .box_chart .guidecopy {
	font-size: 1.2em;
	font-weight: bold;
}
#guide .box_chart .guidesub {
	font-size: .8em;
	line-height: 1.4em;
	display: block;
	margin-top: -1.7em;
	margin-bottom: 1em;	/*padding-left: 1em;*/

	/*font-weight: bold;*/
}
#guide .guideresistance {
	width: 40%;
}
#guide .guideresistance th {
	font-weight: normal;
	width: 40%;
}
#guide .box_chart .guidesingle {
	font-size: .8em;
	line-height: 1.4em;
	display: block;
}
#guide .box_chart .guidesingle.guidesinglelist {
	padding-left: 1em;
	text-indent: -1em;
}
#guide .zooming {
	position: relative;
	display: block;
	width: 100%;
	border-bottom: none;
}
#guide .zooming:hover:after {
	content: url("//korgnutube.com/wp/wp-content/uploads/images/zoom.png");
	position: absolute;
	right: 15px;
	bottom: 15px;
	height: 35px;
	width: 35px;
}
@media screen and (max-width:700px) {
	#guide .box_guidefull.narrowguide {
		padding-left: 4vw;
		padding-right: 4vw;
	}
	#guide .guidepinassignment th,
	#guide .guidepinassignment td {
		font-size: 12px;
		padding: .4vw;
	}
}

/* guide
--------------------------------*/
div#gallery {
	background: #fff;
	color: #333;
}
div#gallery .section-title {
	margin-bottom: 0;
}
div#gallery .guidepagetitle {
}
div#gallery .firstguidesectiontitle .row-content.buffer.even,
div#gallery .firstguidesectiontitle .row-content.buffer-top.even,
div#gallery .firstguidesectiontitle .row-content.buffer {
	padding-top: 0 !important;
}
div#gallery .guidesectiontitle .row-content.buffer.even,
div#gallery .guidesectiontitle .row-content.buffer-top.even,
div#gallery .guidesectiontitle .row-content.buffer {
	padding-bottom: 0 !important;
}
div#gallery .guidetitle {
	background: #000;
	color: #FFF;
}
div#gallery .guidetitle h2 {
	margin-top: 0;
	margin-bottom: 0;
	padding: .7em 0 .7em 1em;
	color: #FFF;
}
#gallery .guidemargin {

	/*margin-top: 1.0em;*/
}
#gallery .box_guide {
	padding-left: 2em;
	background: #fff;
	border: none;
	color: #333;
	display: table-cell;
	vertical-align: middle;
	height: 48vw;
}
#gallery .zooming {
	position: relative;
	display: block;
	width: 100%;
	border-bottom: none;
}
#gallery .zooming:hover:after {
	content: url("//korgnutube.com/wp/wp-content/uploads/images/zoom.png");
	position: absolute;
	right: 15px;
	bottom: 15px;
	height: 35px;
	width: 35px;
}
@media screen and (min-width:769px) {
	#gallery .third .box_guide {
		padding-left: 0;
	}
}
@media screen and (max-width:768px) {
	#gallery .box_guide {
		height: 20vw;
	}
}
#gallery .box_photo {
	display: table-cell;
	vertical-align: middle;
	height: 48vw;
}
#gallery .box_photo .guideimghalf {
	padding-left: 2em;
}
#gallery .box_photo h3 {
	padding-left: 1.5em;
}
#gallery .box_photo.autoheight,
#gallery .box_guide.autoheight {
	height: auto;
}
#gallery .box_guide.box_spec {
	padding-left: 2.5em;
	font-size: 80%;
}
#gallery .box_guide.box_spec.box_specfull {
	padding-left: 0;
}
#gallery .box_guide .guidecopy {
	font-size: 1.75em;
	font-weight: bold;
}
#gallery .box_guide .guidesub {
	font-size: 1.35em;
	padding-left: 1em;
	font-weight: bold;
}
#gallery .box_guidefullphoto {

	/*padding: 1em 2em;*/
}
#gallery .box_guidefull {

	/*padding: 1em 2em;*/
}
#gallery .box_guidefull.narrowguide {
	padding-left: 8vw;
	padding-right: 8vw;
}
#gallery .box_guidefull.leftguide {
	padding-left: 8vw;
	padding-right: 8vw;
}
#gallery .box_guidefull.box_guidefullfitv {

	/*margin-top: -1em;*/
}
#gallery .guidepinassignment {

	/*margin-top: -1em;*/
}
#gallery .guidepinassignmentnote {
	margin-top: -.7em;
	width: 50vw;
}
#gallery .guidepinassignmentnote th,
#gallery .guidepinassignmentnote td {
	font-size: 12px;
	padding: 0 .6vw;
}
#gallery .guidepinassignment th,
#gallery .guidepinassignment td {
	border: 1px solid #333;
	font-size: 14px;
	text-align: center;
	padding: .6vw;
}
#gallery .guidepinassignment th {
	text-align: left;
	font-weight: normal;
}
#gallery .guidecharacteristic th,
#gallery .guidecharacteristic td {
	border: 1px solid #333;
	font-size: 14px;
	text-align: left;
	padding: .6vw .6vw .6vw .8vw;
}
#gallery .charttitle {
	font-size: 16px;	/*text-align: left;*/

	/*display: inline-block;*/
}
#gallery .box_chart {

	/*margin-left: 3em;*/
}
#gallery .column.last .box_chart {

	/*margin-left: 0;*/

	/*margin-right: 3em;*/
}
#gallery .box_chart .guidecopy {
	font-size: 1.2em;
	font-weight: bold;
}
#gallery .box_chart .guidesub {
	font-size: .8em;
	line-height: 1.4em;
	display: block;
	margin-top: -1.7em;
	margin-bottom: 1em;	/*padding-left: 1em;*/

	/*font-weight: bold;*/
}
#gallery .guideresistance {
	width: 40%;
}
#gallery .guideresistance th {
	font-weight: normal;
	width: 40%;
}
#gallery .box_chart .guidesingle {
	font-size: .8em;
	line-height: 1.4em;
	display: block;
}
#gallery .box_chart .guidesingle.guidesinglelist {
	padding-left: 1em;
	text-indent: -1em;
}
#gallery .box_diagram {
	border: 1px solid #ccc;
	padding: 1em 2em;
}
@media screen and (max-width:700px) {
	#gallery .box_photo .guideimghalf {
		padding-left: 0;
	}
	#gallery .box_guidefull.narrowguide {
		padding-left: 4vw;
		padding-right: 4vw;
	}
	#gallery .guidepinassignment th,
	#gallery .guidepinassignment td {
		font-size: 12px;
		padding: .4vw;
	}
}

/*builder-summit*/
#summit-text article {
	font-size: 0.7em;
}
#summit-form {
	background-color: #fff;
}

/* contest
--------------------------------*/
#contest-logo {
	width: 280px;
}
#contest-mainimg img {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
}
.page-id-733 div#top,
.page-id-1184 div#top {
	background: #00A390;
}
div#top #contest-top-title {
	font-size: 3em;
}
div#top h3 {
	color: #FFF;
	font-size: 1.4em;
}
div#contest-text {
	background-image: url(/wp-content/uploads/images/bg_contest_text.jpg);
	background-position: center top;
	background-size: contain;
	padding: 4% 0;
	color: #fff !important;
}
#contest-overview {
	width: 100%;
	background-image: url(/wp-content/uploads/images/bg_contest_overview.jpg);
	background-position: center top;
	background-size: contain;
	/*padding: 4% 0;*/
	padding: 0;
}
#contest-overview h3 {
	font-weight: bold;
	font-size: 2em;
}
#contest-overview .centertxt,
.qualification .centertxt {
	text-align: left;
}
div#contest-text .centertxt {
	text-align: left;
}
#contest-overview article {
	background-color: #ccc;
	padding: 12px;
}
.contest-text-small {
	font-size: 0.8em;
	font-weight: bold;
}
.page-id-733 #guide,
.page-id-879 #guide,
.page-id-1184 #guide {
	background: #00A390;
}
.qualification {
	background-color: #000;
	color: #fff;
	text-align: left;
}
.qualification a {
	color: #fff;
}
.qualification h3 {
	font-weight: bold;
	color: #fff;
	font-size: 2em;
}
.page-id-733 .kairo,
.page-id-1184 .kairo {
	background-color: #fff;
	padding: 24px;
}
.page-id-733 #gallary,
.page-id-1184 #gallary {
	height: 250px;
	margin: 100px 0;
	width: 100%;
}
.case1-title h2 {
	font-weight: bold;
	text-align: center;
	padding: 40px 0 35px;
	margin: 0;
	font-weight: 2em;
	background-color: #00A390;
}
.page-id-733 #gallary .swiper-pagination,
.page-id-1184 #gallary .swiper-pagination {
	display: none;
}
.swiper-container {
	margin-top: 70px;
}
.swiper-button-next,
.swiper-button-prev {
	width: 35px;
	height: 35px;
	background-color: #00A390;
	text-align: center;
	font-weight: bold;
	background-image: none;
	padding-top: 1px;
}
.swiper-button-next {
	margin-right: -11px;
}
.swiper-button-prev {
	margin-left: -10px;
}
#wrap-gallary-button {
	width: 100%;
	height: 35px;
	display: block;
	position: absolute;
	margin-top: -150px;
}
.page-id-733 #contest-gallery,
.page-id-879 #contest-gallery,
.page-id-879 #contest-gallery-movie,
.page-id-1184 #contest-gallery {
	background: #fff;
}
.page-id-879 #contest-gallery-movie .fluidvids {
	height: 500px;
}
.page-id-733 #contest-gallery .section-title,
.page-id-1184 #contest-gallery .section-title {
	margin-bottom: 0;
}
#contest-gallery  .column {
	margin-top: -70px;
}
.contest-case .centertxt {
	text-align: left;
}
.contest-case h2,
.contest-case h3 {
	text-align: center;
	color: #fff;
}
.contest-case-title .section-title h3 {
	color: #fff;
}
.contest-case-title {
	width: 100%;
	background-color: #000;
}
.contest-case-mainimg {
	width: 100%;
	height: 800px;
	background-image: url(/wp-content/uploads/images/contest_case_mainimg.jpg);
	background-position: center top;
	background-size: cover;
}
.contest-small-text {
	font-size: 0.8em;
	background-color: #ccc;
	padding: 24px;
}
#ovaltone-logo {
	margin-bottom: 30px;
}
.case-nav {
	background-image: url(/wp-content/uploads/images/bg_contest_text.jpg);
	background-position: center top;
	background-size: cover;
}
.case-nav .button.mint {
	width: 100%;
}
.case1-title {
	margin-top: -24px;
}
.contest-case-title {
	text-align: center;
	color: #fff;
	font-size: 1.5em;
}
.gallary-swiper {
	width: 24%;
}
.producr-img {
	width: 100%;
}
.contest-case .black {
	color: #000;
	text-align: left;
}
#contest-case-title-3 {
	background-color: #fff;
	margin: -10px 0;
}
#contest-case-title-3 img {
	width: 30%;
	padding: 48px 0;
}
#wrap-gray {
	background-color: #ccc;
	padding: 24px;
	display: flex;
	font-size: 0.8em;
}
.profile-img {
	float: left;
	width: 20%;
	clear: none;
}
.profile-text {
	width: 95%;
	margin-left: 30px;
}
#contest-case3 h3 {
	color: #000;
}
.contest-case-mainimg2 {
	width: 100%;
	height: 800px;
	background-image: url(/wp-content/uploads/images/contest_case_mainimg2.jpg);
	background-position: center top;
	background-size: cover;
}
#case3 h2 {
	color: #fff;
	background-color: #000;
}
#case3-profile {
	background-color: #ccc;
	padding: 24px;
	font-size: 0.8em;
	margin-top: 24px;
}


/* result_contest 20170803
--------------------------------*/
.result_box_full {
	width: 100%;
	background: #000;
	color: #FFF;
	margin: 0 0 30px;
}
.result_box_half {
	width: 49%;
	background: #000;
	color: #FFF;
	margin: 0 0 30px;
	clear: none;
	float: left;
	font-size: 88%;
}
.result_box_half:nth-child(odd) {
	margin-right: 2%;
}
.result_box_full h4,
.result_box_half h4 {
	padding: 20px;
	margin: 0;
	text-align: center;
	background: #00A390;
	color: #FFF;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: .3em;
}
.result_box_half h4.sub {
	background: #666;
}
.result_prototype {
	width: 100%;
	padding: 30px 30px 0;
}
.result_img {
	width: 45%;
	clear: none;
	float: left;
	padding: 10px 0;
	margin: 0 0 10px;
}
.result_img img {
	border: 1px solid #666;
}
.result_img a img:hover {
	opacity: .75;
}
.result_txt {
	width: 55%;
	clear: none;
	float: left;
	padding: 10px 20px;
}
.result_txt p {
	margin: 0;
	line-height: 1.6;
	font-size: 92%;
}
.result_txt p.title {
	margin: 0 0 10px;
	line-height: 1.2;
	font-size: 1.3em;
}
.result_comment {
	width: 100%;
	padding: 0 30px 30px;
}
.result_comment p {
	margin: 5px 0;
	font-size: 1.1em;
	line-height: 1.6;
}
.result_comment dt {
	width: 100%;
	padding: 0 10px;
	margin: 5px 0 0;
}
.result_comment dt:after {
	content: ' ：';
}
.result_comment dd {
	width: 100%;
	padding: 0 20px 5px;
	border-bottom: 1px dotted #666;
	font-size: 88%;
}
a.fancybox-close {
	border: none !important;
}
@media screen and (max-width:768px) {
	.result_box_full {
		margin: 0 0 15px;
	}
	.result_box_half {
		width: 100%;
		font-size: 100%;
		margin: 0 0 15px;
	}
	.result_box_half:nth-child(odd) {
		margin-right: 0;
	}
	.result_box_full h4,
	.result_box_half h4 {
		padding: 10px;
	}
	.result_prototype {
		padding: 10px 10px 5px;
	}
	.result_comment {
		padding: 5px 10px 10px;
	}
	.result_img {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5px;
		float: none;
		padding: 5px;
	}
	.result_img a.fancybox {
		pointer-events: none !important;
	}
	.result_txt {
		width: 100%;
		float: none;
		padding: 5px 5px 15px;
		border-bottom: 1px solid #666;
	}
	.result_comment p {
		margin: 5px;
	}
}

@media screen and (max-width:768px) {
	.page-id-733 #intro .intro-item,
	.page-id-1184 #intro .intro-item {
		background-size: cover;
		margin-top: 0;
	}
	.contest-case-mainimg,
	.contest-case-mainimg2 {
		height: 500px;
	}
	div#contest-text {
		background-size: cover;
		padding: 4% 0;
		color: #fff !important;
	}
	.swiper-slide {
		width: 31%;
		height: 288px;
	}
	#wrap-gallary-button {
		margin-top: -200px;
	}
	@media screen and (max-width:375px) {
		.page-id-733 #intro .intro-item,
		.page-id-1184 #intro .intro-item {
			background-size: cover;
			margin-top: 0;
		}
		div#contest-text {
			background-size: cover;
			padding: 4% 0;
			color: #fff !important;
		}
		.gallary-swiper img {
			width: 100% !important;
		}
		.contest-case-mainimg,
		.contest-case-mainimg2 {
			height: 240px;
		}
		#contest-logo {
			width: 150px;
		}
		div#top #contest-top-title {
			font-size: 2em;
		}
		div#top h2 {
			font-size: 1.6em;
		}
		div#top h3 {
			color: #FFF;
			font-size: 1.1em;
		}
		#wrap-gallery {
			height: 250px;
		}
		#wrap-gallary-button {
			margin-top: -150px;
		}
		.swiper-container,
		.swiper-slide {
			width: 330px;
			height: 260px;
		}
		.wp-image-825 {
			width: 250px;
			padding-top: 35px;
		}
		.product-img {
		}
		.row-content {
			overflow: hidden;
		}
		.page-id-879 #contest-gallery-movie .fluidvids {
			height: 250px;
		}
		#case2 {
			margin-top: 0;
		}
		#wrap-gray {
			display: block;
		}
		.profile-img,
		.profile-text {
			float: none;
			width: 100%;
			margin: 0
		}
		#contest-case-title-3 img {
			width: 60%;
			padding: 24px 0;
		}
	}
