a, a * {
	transition: .3s all;
}

a:hover img {
	opacity: .9;
}

header {
	position: relative;
	padding: 50px 0;
	background: #d7d1d1;
}

h1 {
	width: 11%;
	max-width: 132px;
	margin: 0 auto;
}

h1 a {
	display: block;
}

#google_translate_element {
	position: absolute;
	top: 60px;
	right: 20%;
}

.goog-te-gadget-simple {
	padding: 2px 4px!important;
	border: 1px solid #aaa!important;
	border-radius: 4px;
}

main section:nth-child(n+3) {
	padding: 80px 0;
}

.inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

#mv {
	background-color: #817674;
}

#mv ul {
	max-width: 1440px;
	margin: 0 auto;
}

#mv ul li:not(.slick-active) {
	background-color: #000;
}

#mv ul li:not(.slick-active) img {
	opacity: .2;
}

#intro {
	padding: 70px 0 90px;
	color: #fff;
	text-align: center;
	background-color: #c49a6c;
}

#intro h2 {
	letter-spacing: .1em;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 500;
	font-size: 3.3em;
}

#intro h2 small {
	display: block;
	font-weight: normal;
	font-size: .8rem;
}

#intro p {
	width: 80%;
	margin: 30px auto 0;
}

main section ul:not(.slick-slider) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 70px;
}

main section ul:not(.slick-slider):after,
main section ul:not(.slick-slider) *:after {
	display: none;
}

main section ul:not(.slick-slider) li {
	width: 22%;
}

main section ul:not(.slick-slider) li:nth-child(n+5) {
	margin-top: 4%;
}

main section ul:not(.slick-slider) li:not(:nth-child(4n+1)) {
	margin-left: 4%;
}

main section ul:not(.slick-slider) li a {
	display: block;
	height: 100%;
	background-color: #fff;
	border: 1px solid transparent;
}

main section ul:not(.slick-slider) li a:hover {
	border: 1px solid #c49a6c;
	box-shadow: 0 0 8px 1px rgba(0, 0, 0, .1);
}

main section ul:not(.slick-slider) li a div {
	padding: 8%;
}

main section ul:not(.slick-slider) li a div h3,
main section ul:not(.slick-slider) li a div p {
	margin-top: 1rem;
	line-height: 1.4;
}

main section .inner > p {
	margin-top: 80px;
	text-align: center;
}

main section .inner > p a {
	display: inline-block;
	padding: 1.1em 4em;
	font-size: 1.2em;
	line-height: 1.2;
	color: #fff;
	background-color: #c49a6c;
	border: 1px solid transparent;
}

main section .inner > p a:hover {
	color: #c49a6c;
	background-color: rgba(255, 255, 255, .7);
	border-color: #c49a6c;
}

#GN8 {
	background: url(../img/bg_GN8.png) no-repeat bottom right;
	background-color: #f9fcfd;
	background-size: contain;
}
#GN8 h2 {
  text-align: left;}

#GN8 ul {
}

#GN8 ul li {
	float: none;
	display: block;
}

#GN8 .inner > p a {
	color: #fff;
	background-color: #336666;
}

#GN8 .inner > p a:hover {
	background-color: rgba(42, 48, 20, .4);
	border-color: #336666;
}



#iPhone2017 {
	background: url(../img/bg_iPhone2017new.png) no-repeat bottom left;
	background-color: #082a3d;
	background-size: contain;
}
#iPhone2017 h2 {
	text-align: right;
}

#iPhone2017 ul {
}

#iPhone2017 ul li {
	float: none;
	display: block;
}

#iPhone2017 .inner > p a {
	color: #fff;
	background-color: #293013;
}

#iPhone2017 .inner > p a:hover {
	background-color: rgba(42, 48, 20, .4);
	border-color: #293013;
}

#galaxy_s8 {
	background: url(../img/bg_GalaxyS8.png) no-repeat bottom left;
	background-color: #fafcfb;
	background-size: contain;
}

#galaxy_s8 h2 {
	text-align: right;
}

#galaxy_s8 ul {
}

#galaxy_s8 ul li {
	float: none;
	display: block;
}

#galaxy_s8 .inner > p a {
	color: #fff;
	background-color: #293013;
}

#galaxy_s8 .inner > p a:hover {
	background-color: rgba(42, 48, 20, .4);
	border-color: #293013;
}

#iphone7 {
	background: url(../img/bg_iphone7.png) no-repeat top center;
	background-color: #e8e4e5;
	background-size: contain;
}

#iphone7 h2 {
	width: 40%;
	max-width: 496px;
	margin: 0 30%;
}

#iphone6 {
	background: url(../img/bg_iphone6.png) no-repeat top center;
	background-color: #e3e5e7;
	background-size: contain;
}

#iphone6 h2 {
	width: 56%;
	max-width: 676px;
	margin: 0 18% 0 26%;
}

#other {
	background: url(../img/bg_other.png) no-repeat top center;
	background-color: #beb7b5;
	background-size: contain;
}

#other h2 {
	width: 42%;
	max-width: 508px;
	margin-left: 58%;
}

footer {
	padding: 50px 0 180px;
	background-color: #d7d1d1;
}

footer p {
	color: #8b6d4d;
	text-align: center;
}

@media screen and (max-width:960px) {
	main section ul:not(.slick-slider) li { width: 32% }
	main section ul:not(.slick-slider) li:not(:nth-child(4n+1)) { margin: 0 }
	main section ul:not(.slick-slider) li:nth-child(n+4) { margin-top: 2% }
	main section ul:not(.slick-slider) li:not(:nth-child(3n+1)) { margin-left: 2% }
}

@media screen and (max-width:480px) {
	body { font-size: 12px }
	header { padding: 30px 0; text-align: center }
	h1 { width: 20% }
	#intro h2 { font-size: 2.6em }
	#intro p { width: 100% }
	#google_translate_element { position: static; margin-top: 10px }
	main section:nth-child(n+3) { padding: 40px 0 }
	main section ul:not(.slick-slider) { margin-top: 30px }
	main section ul:not(.slick-slider) li { width: 48% }
	main section ul:not(.slick-slider) li:not(:nth-child(3n+1)) { margin: 0 }
	main section ul:not(.slick-slider) li:nth-child(n+3) { margin-top: 4% }
	main section ul:not(.slick-slider) li:not(:nth-child(2n+1)) { margin-left: 4% }
	main section .inner > p a { display: block; padding: 1.2em 1em; font-size: 1.1em }
	#galaxy_s8 { background-size: 200%; }
	#galaxy_s8 h2 { padding-right: 40%; }
	footer { padding: 50px 0; font-size: .8em }
}