
div.mainimg h2 {
	padding-top: 80px;
}

div.mainimg h2 img {
	height: auto;
	width: 55%;
}

div.mainimg h2 em img {
	margin: 0 auto;
	width: 85%;
}

div.mainimg div.year {
	padding-top: 90px;
	width: 98%;
}

div.lead h2 {
	font-size: 32px;
	padding-bottom: 5px;
}

div.skex {
	background: black url(images/skex_sp.jpg) no-repeat center top;
	background-size: contain;
	padding: 610px 30px 80px 30px;
}

div.skex div.text {
	width: auto;
}

div.skex div.text h2 {
	font-size: 22px;
	letter-spacing: normal;
	margin-top: 20px;
	padding: 0 0 10px 0;
	text-align: center;
}

div.skex div.text p {
	font-size: 15px;
	margin: 15px 0;
	text-align: center;
}

div.skex span.small {
	bottom: auto;
	font-size: 10px;
	right: 15px;
	top: 570px;
}

div.contents {
	padding: 0 25px;
	width: auto;
}

div.contents div.year {
	display: none;
}

div.contents div.img {
	padding: 20px 0 50px 0;
}

div.contents div.text-wrapper {
	background: none;
	width: 100%;
}

div.contents div.text-wrapper div.sp div.year {
	display: block;
	padding: 30px 0 20px 0;
	position: static;
	transform: translateY(80px);
}

div.contents div.text-wrapper div.sp div.year.active {
	transform: translateY(0px);
}

div.contents div.text-wrapper div.sp div.year img {
	height: auto;
	width: 180px;
}

div.contents div.text-wrapper div.sp div.year em {
	font-size: 14px;
	text-align: left;
}

div.contents div.text-wrapper h2 {
	margin: 0;
	text-align: left;
}

div.contents div.text-wrapper h2:before {
	content: none;
}

div.contents div.text-wrapper div.accordiontext {
	padding: 0;
}

div.contents div.text-wrapper h3 {
	padding: 20px 0 0 0;
}

div.ninetyfive div.contents div.img {
	display: none;
}

div.ninetyfive div.contents div.text-wrapper,
div.future div.contents div.text-wrapper {
	background: none;
	border: none;
	margin-top: 30px;
	order: 1;
	width: auto;
}

div.ninetyfive div.text-wrapper div.img-s img {
	height: auto;
	width: 100%;
}

div.ninetynine {
	background: #430f13;
}

div.ninetynine div.contents div.text-wrapper {
	border: none;
	margin-top: 30px;
}

div.ninetynine div.contents div.text-wrapper div.sp div.year {
	margin-top: -50px;
	padding-top: 0;
}

div.ninetynine div.contents div.text-wrapper h2 {
	margin-right: 0;
	width: auto;
}

div.ninetynine div.contents div.text-wrapper div.accordiontext {
	padding: 0;
}

div.future {
	background: none;
}

div.future div.contents {
	box-sizing: border-box;
	padding: 0 25px;
}

div.future div.contents div.img {
	height: auto;
	order: 2;
	padding-top: 0;
	position: relative;
}

div.future div.contents div.img div.sp {
	display: block;
	margin: 0 -30px;
	position: absolute;
	width: 100vw;
}

div.future div.contents div.img div.flexslider {
	margin: 30px 0;
}

div.future div.contents div.text-wrapper {
	padding: 0;
}

div.future div.contents div.text-wrapper h2 {
	margin-top: 30px;
}

div.history {
	padding: 50px 10px 50px 10px;
}

div.history div.history-contents {
	width: auto;
}

div.history h3.subtitle {
	font-size: 14px;
}

div.history img {
	height: auto;
	top: -80px;
	width: 110px;
}

div.history table {
	padding-top: 30px;
}

div.history table th {
	font-size: 16px;
	padding: 10px 20px 10px 15px;
	width: auto;
}

div.history table td {
	font-size: 14px;
	padding: 10px 15px 10px 0;
	width: auto;
}

div.craftman {
	background: none;
	padding: 50px 25px 20px 25px;
	text-align: left;
}

div.craftman h2.title {
	text-align: left;
}

div.craftman h3.subtitle {
	padding-bottom: 0;
	text-align: left;
}

div.craftman div.text p {
	text-align: justify;
}

div.craftman ul {
	padding-top: 10px;
	text-align: center;
}

div.craftman ul li {
	padding: 0 0 30px 0;
	width: 100%;
}

div.craftman ul li img {
	height: auto;
	width: 100%;
}

div.craftman ul li div.name {
	align-items: stretch;
	justify-content: left;
	min-height: auto;
}

div.craftman ul li div.name em {
	padding-left: 0;
}

div.craftman ul li div.copy {
	padding: 10px 0;
	text-align: left;
}

#bottom-message {
	background: url(images/message_bg_sp.png) no-repeat center top, url(images/message_bg_s_sp.png) no-repeat center bottom;
	background-color: black;
	background-size: contain;
	padding: 570px 15px 300px 15px;
}

#bottom-message div.bottom-message-bg {
	background: none;
	padding: 0;
	width: auto;
}

#bottom-message h2,
#bottom-message h3 {
	border-color: white;
	color: white;
	opacity: 0;
}

#bottom-message p {
	color: white;
	font-size: 15px;
	font-weight: 300;
	line-height: 2em;
	margin: 20px 0;
	opacity: 0;
	text-align: center;
}

#bottom-message.visible h2,
#bottom-message.visible h3,
#bottom-message.visible p {
	animation: fadeIn 3s ease forwards;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

div.youtube {
	padding: 80px 20px 40px 20px;
	width: auto;
}

div.youtube h2 {
	font-size: 23px;
}