@charset "utf-8";
img { -webkit-touch-callout:none; -webkit-user-select:none; -moz-touch-callout:none; -moz-user-select:none; touch-callout:none; user-select:none; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	img[src$=".svg"] {
		width: 100%;
		height: auto;
	}
}
body { min-width: 100%; }
article {
	font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Meiryo", sans-serif;
	  font-size: 16px;
	font-size: min(3.3vw, 16px);
	font-weight: 500;
	background: #69C3C8;
	color: #1e1e1e;
	letter-spacing: 0.1em;
	line-height: 1.7;
}
img { vertical-align: middle; width: 100%; height: auto; }
.sp { display: none!important; }
.pc { display: block!important; }
.firstword::first-letter, .color_accent { color: #DF630E; }
@media only screen and (min-width: 641px) {
	article {
		  font-size: 15px;
		font-size: min(1.5vw, 15px);
	}
	.sp { display: block!important; }
	.pc { display: none!important; }
}
	@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.fadeIn { animation-name: fadeIn; }

	@keyframes fadeInUp { from{opacity:0;transform:translate3d(0, 20px, 0);} to{opacity:1;transform:none;} }
.fadeInUp { animation-name: fadeInUp; animation-timing-function: cubic-bezier(0.42, 0.2, 0.16, 1); }

	@keyframes fadeInLeft { from{opacity:0;transform:translate3d(-10px, 0, 0);} to{opacity:1;transform:none;} }
.fadeInLeft { animation-name: fadeInLeft; animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1); }

	@keyframes zoomInUp { 0%{opacity:0;transform:translateY(10px) scale(0.7);} 100%{opacity:1;transform:translateY(0) scale(1);} }
.zoomInUp { animation-name: zoomInUp; animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1); }
img { transition: .3s; }
img.lazyload { opacity: 0; }
img.lazyloaded { opacity: 1; }
.iv { opacity: 0; }
.iv.visible { animation-duration: 0.5s; animation-fill-mode: forwards; }
#truckdaizukan-contents a { color: inherit; transition: .3s; }
section { padding: min(8vw, 100px) min(2vw, 80px); }
section + section { padding-top: 0; }
.inner {
	position: relative;
	margin: 0 auto;
	padding: 2em;
	max-width: 1100px;
}
@media only screen and (max-width: 1100px) {
	.frame {
		width: 100%;
		min-width: 100%;
	}
}
@media only screen and (max-width: 750px){
	.at-pagination .at-inner {
		width: 100%;
		min-width: 100%;
	}
}
@media only screen and (max-width: 640px){
	section {
		padding: 80px 20px;
	}
	.inner {
		padding: 2em 22px;
	}
}
#mainvisual {
	overflow: hidden;
    position: relative;
	margin: 0 auto;
	opacity: 0;
	will-change: animation;
	animation: fadeIn 0.5s forwards;
}
#mainvisual .inner {
	background: #fff;
	padding: min(4vw, 40px) 20px;
	text-align: center;
	animation-duration: 0.3s;
}
#mainvisual .inner .collablogo {
	margin-bottom: 2em;
	text-align: center;
}
#mainvisual .inner .collablogo > * {
	vertical-align: middle;
}
#mainvisual .inner .collablogo > img {
	width: auto;
	max-height: 46px;
}
#mainvisual .inner .collablogo > span {
	margin: 0 1em;
	font-size: 1.5em;
	font-weight: 700;
}
#mainvisual .inner p:first-of-type {
	font-size: 1.4em;
}
#mainvisual .inner h1 {
	margin: 1rem auto 1.5rem;
	font-size: 4.5em;
	font-weight: 900;
	line-height: 1.5;
}
#mainvisual .inner p:last-of-type {
	font-size: 1.5em;
	font-weight: 900;
}
#mainvisual .inner p.firstword::first-letter {
	color: #009646;
}
#mainvisual .inner h1 span,
#mainvisual .inner p:first-of-type span,
#mainvisual .inner p:last-of-type span {
	display: inline-block;
}
#mainvisual .inner .link {
	margin-top: 2em;
	text-align: right;
}
#mainvisual .inner .link a {
	position: relative;
	display: inline-block;
	line-height: 1;
	color: #336600;
	font-size: 1.1em;
	font-weight: 400;
}
#mainvisual .inner .link a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1.3em;
	margin: auto;
	width: 0.5em;
	height: 0.5em;
	border-top: solid 2px #336600;
	border-right: solid 2px #336600;
	transform: rotate(45deg);
}
@media only screen and (min-width: 641px) {
	#mainvisual .inner p:first-of-type {
		font-size: 1.25em;
	}
	#mainvisual .inner p:last-of-type {
		font-size: 1.35em;
	}
}
@media only screen and (max-width: 640px) {
	#mainvisual .inner {
		padding: min(4vw, 30px) 10px;
		  font-size: 1.1em;
		font-size: min(2vw, 1.1em);
	}
	#mainvisual .inner .collablogo {
		margin-bottom: 3em;
	}
	#mainvisual .inner .collablogo > img {
		height: 8vw;
	}
	#mainvisual .inner .collablogo > span {
		font-size: 1.2em;
	}
	#mainvisual .inner h1 {
		  font-size: 4em;
		font-size: min(7vw, 4em);
	}
}
@media only screen and (max-width: 500px) {
	#mainvisual .inner .link {
		margin-top: 2.5em;
		font-size: 1.2em;
	}
	#mainvisual .inner .link a::before {
		border-top: solid 1.5px #336600;
		border-right: solid 1.5px #336600;
	}
}
#contents_nav .inner {
	padding: 0;
}
#contents_nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2em;
}
#contents_nav ul li {
	position: relative;
	width: calc(100% - 4em);
	opacity: 0;
	will-change: animation;
}
#contents_nav ul li a {
	padding: 1.2em 0.2em;
	background: #DF630E;
	color: #fff;
	border-radius: 1em;
	font-size: 1.2em;
	font-weight: 900;
	text-align: center;
}
#contents_nav ul li.new a::after {
	content: "";
	position: absolute;
	top: -1em;
	right: -1em;
	width: 3em;
	height: 2.1em;
	background: url('../img/contents02daizukan/icon_new.svg') no-repeat center / contain;
}
#contents_nav ul li:nth-of-type(1) { animation: fadeIn 0.5s 0.45s forwards; }
#contents_nav ul li:nth-of-type(2) { animation: fadeIn 0.5s 0.60s forwards; }
#contents_nav ul li:nth-of-type(3) { animation: fadeIn 0.5s 0.75s forwards; }
#contents_nav ul li:nth-of-type(4) { animation: fadeIn 0.5s 0.90s forwards; }
#contents_nav ul li:nth-of-type(5) { animation: fadeIn 0.5s 1.05s forwards; }
#contents_nav ul li:nth-of-type(6) { animation: fadeIn 0.5s 1.20s forwards; }
#contents_nav ul li:nth-of-type(7) { animation: fadeIn 0.5s 1.35s forwards; }
#contents_nav ul li:nth-of-type(8) { animation: fadeIn 0.5s 1.50s forwards; }
#contents_nav ul li:nth-of-type(9) { animation: fadeIn 0.5s 1.65s forwards; }
@media only screen and (min-width: 641px) {
	#contents_nav .inner {
		padding: 0 1em;
	}
	#contents_nav ul li {
		width: calc(33.33333% - 1.5em);
	}
}
@media only screen and (max-width: 640px) {
	#contents_nav ul {
		gap: 1em;
	}
	#contents_nav ul li a {
		padding: 0.7em 0.2em;
		font-size: 1.1em;
	}
}
.contents .inner {
	padding-bottom: 4em;
	background: #fff;
}
.contents h2 {
	margin: 1rem auto;
	padding-bottom: 0;
	font-size: 4em;
	font-weight: 900;
	color: #1e1e1e;
}
.contents h2::after {
	content: none;
}
.contents h2 span,
.contents h3 span {
	display: inline-block;
}
.contents h2[data-ruby]::before {
    content: attr(data-ruby);
	position: absolute;
	top: -0.9em;
	left: 0.6em;
	right: 0;
	font-size: 0.3em;
	font-weight: 700;
	letter-spacing: 0.6em;
}
.contents .main_img {
	position: relative;
	margin: 4em 0 1.5em;
}
.contents .main_img .photo {
	opacity: 0;
}
.contents .main_img .point {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
}
.contents .main_img .catch {
	position: absolute;
	top: -5%;
	right: -2%;
	opacity: 0;
}
#contents03.contents .main_img .catch {
	top: -8%;
}
.contents .main_img.visible .photo {
	animation: fadeIn 0.05s forwards;
}
.contents .main_img.visible .catch {
	animation: fadeInLeft 0.7s 0.5s forwards;
}
.contents .main_img.visible .point {
	animation: zoomInUp 0.7s 1.0s forwards;
}
.contents .main_txt {
	font-size: 1.2em;
	font-weight: 700;
	animation-delay: 0.2s;
}
.contents .annotation_mark {
	font-size: 0.6em;
	vertical-align: text-top;
}
.contents .annotation_txt {
	margin-top: 0.5em;
	font-size: 0.7em;
}
.contents h3 {
	margin: 4rem auto 1.5rem;
	font-size: 2.5em;
	font-weight: 900;
	text-align: center;
}
.contents .points {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contents .points > div {
	margin-top: 15%;
	width: 100%;
}
.contents .points > div:first-of-type {
	margin-top: 6%;
}
.contents .points .point .photo::before {
	content: "";
	z-index: 1;
	position: absolute;
	top: -4%;
	left: -2%;
	width: 25%;
	height: 20%;
	max-width: 100px;
	max-height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
}
.contents .points .point:nth-of-type(1) .photo::before {
	background-image: url('../img/contents02daizukan/icon_point01.png');
}
.contents .points .point:nth-of-type(2) .photo::before {
	background-image: url('../img/contents02daizukan/icon_point02.png');
}
.contents .points .point:nth-of-type(3) .photo::before {
	background-image: url('../img/contents02daizukan/icon_point03.png');
}
.contents .points .point .photo img {
	background: #69C3C8;
	border: 2px solid #69C3C8;
	box-sizing: border-box;
}
.contents .points .point .catch {
	background: #69C3C8;
	border: 2px solid #69C3C8;
	color: #fff;
	font-weight: 900;
	  font-size: max(16px, min(10vw, 24px) );
	font-size: clamp(16px, 10vw, 24px);
	text-align: center;
	padding: 0.3em 0.1em;
	line-height: 1;
}
.contents .points .point .catch span {
	display: inline-block;
}
.contents .points .point .catch svg text {
	fill: #fff;
	stroke: #0091aa;
	stroke-width: 4;
	paint-order: stroke;
	stroke-linecap: round;
	stroke-linejoin: round;
	text-anchor: middle;
}
.contents .points .point .catch svg text tspan {
	display: inline-block;
}
.contents .points .point .catch,
.contents .points .point .txt {
	margin-top: 1rem;
}
.contents .points .point .txt {
	padding-top: 0.3em;
	font-size: 1.2em;
}
.contents .driver {
	padding: 0.9em;
	background: #fae1a0;
	font-size: 1.2em;
	box-sizing: border-box;
}
.contents .driver .name {
	margin: 0.7em 0 0.4em;
	font-weight: 700;
	font-size: 1.1em;
	line-height: 1.3;
}
.contents .driver .name span {
	display: inline-block;
}
@media only screen and (min-width: 641px) {
	.contents .main_txt {
		font-size: 1.4em;
	}
	.contents .points > div {
		margin-top: 6%;
		width: calc(50% - 2.3%);
	}
	.contents .points > div:nth-of-type(-n+2) {
		margin-top: 3%;
	}
}
@media only screen and (min-width: 641px) and (max-width: 800px) {
	.contents .points .point .catch {
		padding: 0.2em 0.1em;
		  font-size: max(14px, min(6vw, 24px) );
		font-size: clamp(14px, 6vw, 24px);
	}
}
@media only screen and (min-width: 801px) {
	.contents .points .point .catch {
		padding: 0.2em 0.1em;
		  font-size: max(14px, min(6vw, 24px) );
		font-size: clamp(14px, 6vw, 24px);
	}
}
@media only screen and (max-width: 640px) {
	.contents h2 {
		margin: 0.5rem auto;
		  font-size: 2.5em;
		font-size: min(8vw ,2.5em);
		line-height: 1.5;
	}
	.contents .main_img {
		margin: 2.5em 0 1.5em;
	}
	.contents h3 {
		margin: 4rem auto 2rem;
		  font-size: 2.2em;
		font-size: min(7vw ,2.2em);
	}
}
/* footer {
	padding: 5em 0 1em;
	line-height: 1.5;
	text-align: center;
	color: #fff;
	background: #46A0AF;
}
footer .logo {
	  margin: 3em auto;
	margin: min(20vw, 3em) auto;
	width: 30%;
	max-width: 150px;
} */
.copyrights {
	margin-top: 8em;
	padding: 1.0em 0;
	font-size: 0.7em;
	font-weight: 700;
}