@charset "UTF-8";

body {
	display: block;
	width: 100%;
	background: url('../img/bg_main.jpg') no-repeat top 10% center fixed, #ce333F;
	background-size: cover;
}


/* ---------------------------------------------------
	トップページ
--------------------------------------------------- */
.head_copy {
	display: block;
	width: 100%;
	padding: 0.5em 0;
	background: linear-gradient(to bottom, #8f0b12, #db1c0e);
}
.head_copy p {
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
.head_copy p span {
	position: relative;
	display: inline-block;
	margin-left: 0.5em;
	padding: 0.1em 0.5em;
	border-radius: 5px;
	background: #da4913;
}
.head_copy p span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -12px;
	display: block;
	margin-top: -6px;
	border: 6px solid transparent;
	border-left: 6px solid #da4913;
}
.head_copy p br {display: none;}

@media all and (max-width: 720px) {
	.head_copy p {font-size: 3vw;}
	.head_copy p br {display: inline;}
}


/* メインビジュアル
/* ================================================= */
.main {
	position: relative;
	width: 100%;
	height: 85vh;
	min-height: 960px;
}

@media all and (max-width: 720px) {
	.main {height: 70vh; min-height: auto;}
}


.main_title {
	position: relative;
	display: flex;
	align-items: end; 
	/* max-width: 1200px; */
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.main_catch {
	position: relative;
	display: block;
	margin: auto auto 100px;
	max-width: 1000px;
	width: 105%;
	aspect-ratio: 120 / 43;
}

.main_catch_01 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: block;
	width: 61.6%;
	transform: translate(-200vw, 80px);
	animation: handy forwards 3s ease-out 0.5s;
}
@keyframes handy {
  0%{transform: translate(-200vw, 80px);}
  5%{transform: translate(-100px, 10px);}
  100%{transform: translate(0%, 0px);}
}

.main_catch_02 {
	position: absolute;
	top: 21%;
	left: 50%;
	z-index: 3;
	display: block;
	width: 9%;
	transform: scale(0);
	animation: and forwards 0.3s ease-out 1s;
}
@keyframes and {
  0%{transform: scale(0);}
  90%{transform: scale(1.5);}
  100%{transform: scale(1);}
}

.main_catch_03 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 78.3%;
	transform: translate(200vw, -120px);
	animation: speedy forwards 3s ease-out 0.5s;
}
@keyframes speedy {
  0%{transform: translate(200vw, -120px);}
  5%{transform: translate(100px, -10px);}
  100%{transform: translate(0vw, 0px);}
}

.main_catch_01 img,
.main_catch_02 img,
.main_catch_03 img {width: 100%;}

.main_catch_no {
	position: absolute;
	top: 5%;
	left: 5%;
	display: block;
	width: 75%;
	max-width: 640px;
	
}
.main_catch_no img {
	width: 100%;
	animation: no-piren infinite 5s ease-out 3s;
}

@keyframes no-piren {
  0%{transform: scale(1);}
  2%{transform: scale(1.3);}
  5%{transform: scale(1);}
  7%{transform: scale(1.3);}
  10%{transform: scale(1);}
  100%{transform: scale(1);}
}
.main_coming {
	position: absolute;
	top: -140px;
	left: 20px;
	z-index: 3;
	display: block;
	width: 100%;
}
.main_coming figure {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	padding: 0 5%;
	box-sizing: border-box;
}
.main_coming img {
	display: block;
	max-width: 180px;
}

@media all and (max-width: 1200px) {
	.main_catch_no {
		top: 2%;
		left: 2%;
		width: 60%;
	}
}
@media all and (max-width: 720px) {
	.main_title {height: 85vh; min-height: auto;}
	.main_catch_no {
		top: 2%;
		left: 2%;
		width: 75%;
		max-width: 480px;
	}
	.main_coming img {max-width: 120px;}
}

.main_item {
	display: block;
	max-width: 1200px;
}
.main_item img {max-height: 360px;}

.main_logo {
	display: block;
	width: 100%;
	max-width: 640px;
}
.main_logo img {width: 100%;}


/* パンくず */
/* #breadcrumb {
	width: 100%;
	padding: 0.2em 0;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
#breadcrumb p {
	margin: 0 auto;
	margin: 0 auto;
	max-width: 1200px;
	padding-left: 10px;
	font-size: 12px;
	color: #333;
}
#breadcrumb a {
	font-weight: bold;
	color: #0000ee;
}

@media all and (max-width: 960px) {
	.main {height: 350px;}
	.main_title img {max-width: 300px;}
	.main_title .main_point {margin-left:-20%;}
	.main_title .main_point img {max-width: 360px;}
	.main_title .main_item img {max-width: 360px;}
}

@media all and (max-width: 640px) {
	.main {height: auto;background-size:cover;}
	.main_title .main_point {
		position: absolute;
		bottom: -10%;
		right: -15%;
		z-index: 2;
	}
	.main_title {text-align: center;padding:80px 50px 150px;}
	.main_title img {max-width: 240px;}
	.main_title .main_point {text-align: center;}
	.main_title .main_point img {max-width: 240px;}
	.main_title .main_item {text-align: center;}
	.main_title .main_item img {max-width: 240px;}
} */


/* ---------------------------------------------------
	コンテンツ
--------------------------------------------------- */
.main_content {
	display: block;
	width: 100%;
}
.content_area {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
@media all and (max-width: 1200px) {
	.content_area {
		width: calc(100% - 3em);
		padding: 0 1.5em;
		box-sizing: border-box;
	}
}


/* 製品紹介
/* ================================================= */
.product_area {
	position: relative;
	display: block;
	margin-top: -120px;
	width: 100%;
	max-width: 1200px;
}
.product_area .content_area {
	display: block;
	width: 100%;
	padding: 1.5em;
	box-sizing: border-box;
	/* background: url('/kkbest/kkbest-plus/img/bg_shuchu.png') no-repeat center, #fff;
	background-size: cover; */
}
.product_area .main_item {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 640px;
}
.product_area .main_item img {width: 100%;}

.product_area .main_logo {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 480px;
}
.product_area .main_logo img {width: 100%;}

.product_area iframe {
	display: block;
	margin: 2em auto 1em;
	width: 100%;
	max-width: 960px;
	aspect-ratio: 16 / 9;
}

.product_3point {
	display: block;
	margin: 0 auto;
	padding: 1.5em 0;
}
.product_3point ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product_3point ul li {
	display: block;
	width: 32.333333%;
}
.product_3point ul li p {
	display: block;
	margin-bottom: 0.5em;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
}
.product_3point ul li h3 {
	display: block;
	padding: 0.2em 1em;
	text-align: center;
	color: #000;
	font-size: 1.8em;
	font-weight: bold;
	border-radius: 3em;
	background: #fff;
}

.product_3point .product_3point_new {
	position: relative;
}
.product_3point .product_3point_new::after {
	content: "";
	position: absolute;
	top: -60px;
	right: -30px;
	display: block;
	width: 30%;
	max-width: 100px;
	background: url('../img/product_3point_new.png') no-repeat center;
	background-size: cover;
	aspect-ratio: 4 / 3;
}
.product_3point .product_3point_nr {
	display: block;
	margin-top: 0.5em;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.8em;
}

@media all and (max-width: 960px) {
	.product_3point ul li {margin: 1em 10%; width: 80%;}
	.product_3point ul li p {font-size: 1.2em;};
}
@media all and (max-width: 720px) {
	.product_area {margin-top: 0;}
}
@media all and (max-width: 480px) {
	.product_3point ul li {margin: 1em 2%; width: 96%;}
	.product_3point ul li p {font-size: 4vw;};
}


/* ナット紹介
/* ================================================= */
.nut_area {
	display: block;
	width: 100%;
	margin-top: 50px;
	padding: 1.5em;
	box-sizing: border-box;
	background: #fff;
	font-feature-settings: "palt";
}

.nut_ansin {
	display: block;
	margin-bottom: 1em;
	padding: 1em 1.5em;
	color: #fff;
	border-radius: 1em;
	background: linear-gradient(to bottom, #8f0b12, #db1c0e);
}
.nut_ansin p {font-size: 2.5em; font-weight: bold;}
.nut_ansin small {display: block; font-size: 0.65em;}
.nut_ansin span {
	font-weight: bold;
}

.nut_column {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 2em 0;
}
.nut_column .nut_left {width: 47.5%;}
.nut_column .nut_left figure {text-align: center;}
.nut_column .nut_left img {margin: 5%; width: 90%;}
.nut_column .nut_left figcaption {
	display: inline-block;
	margin: 1em auto 3em;
	padding: 0.2em 3em;
	box-sizing: border-box;
	text-align: center;
	color: #ce333f;
	border-radius: 3em;
	border: 2px solid #ce333f;
}

.nut_column .nut_right {width: 47.5%;}
.nut_column .nut_right h3 {margin-bottom: 0.5em; font-size: 2em; font-weight: bold;}
.nut_column .nut_right h3 strong {margin-right: 0.5em; color: #ce333f;}
.nut_column .nut_right p {line-height: 1.8;}
.nut_column .nut_right .note {text-align: right; font-size: 0.8em;}
.nut_column .nut_right iframe {
	margin-top: 1em;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.nut_column h4 {
	display: block;
	margin-bottom: 1em;
	padding: 0.5em 1em;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 30px 0;
	background: #000;
}

.nut_sekou {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nut_sekou figure {width: 30%; text-align: center;}
.nut_sekou p {width: 65%; line-height: 1.8;}

.nut_table {
	table-layout: fixed;
	display: block;
	width: 100%;
	margin: 1em 0;
	border: 2px solid #000;
}
.nut_table th,
.nut_table td {
	padding: 0.5em 0.5em;
	box-sizing: border-box;
	border: 1px solid #000;
	word-break: break-all;
}

.nut_table th {
	background: #edb89e;
}
.nut_table td:nth-last-child(-n + 2) {
	text-align: center;
}

@media all and (max-width: 960px) {
	.nut_table th,
	.nut_table td {font-size: 0.8em;}
}
@media all and (max-width: 720px) {
	.nut_ansin {padding: 1em;}
	.nut_ansin p {font-size: 1.5em;}
	.nut_column .nut_left,
	.nut_column .nut_right {width: 100%;}
	.nut_sekou figure,
	.nut_sekou p {width: 100%;}
	.nut_sekou figure img {width: 100%; max-width: 480px;}
	.nut_table th,
	.nut_table td {font-size: 3vw;}
}


/* コミック紹介
/* ================================================= */
.comic_area {
	display: block;
	width: 100%;
	padding: 2em 0;
	box-sizing: border-box;
	text-align: center;
	background: url('../img/mechman-nr_01.png') no-repeat left -200px center, url('../img/comic_bg.png') center, #ff9f6f;
}
.comic_area iframe {
	margin-top: 2em;
	width: 100%;
	max-width: 960px;
	aspect-ratio: 16 / 9;
}

@media all and (max-width: 1200px) {
	.comic_area {padding: 2em 0.5em; background: #ff9f6f;}
}


/* KKベストページへ
/* ================================================= */
.footer_area {
	position: relative;
	display: block;
	width: 100%;
	background: url('../img/bg_footer.png') no-repeat center, #fff;
	background-size: cover;
	overflow: hidden;
}
.footer_area .content_area {
	padding: 3em 0;
}
.footer_area figure {
	display: block;
	width: 100%;
	text-align: right;
}
.footer_area figure img {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 480px;
}
.footer_area .btn_kkbest a {
	display: block;
	margin: 4em auto 2em;
	width: 80%;
	max-width: 480px;
	padding: 1em;
	box-sizing: border-box;
	text-align: center;
	color: #ce333f;
	font-size: 1.2em;
	font-weight: bold;
	border-radius: 3em;
	border: 3px solid #ce333f;
	background: #fff;
	box-shadow: 5px 5px 5px #000;
}
.footer_area .btn_kkbest a:hover {
	opacity: 1;
	color: #fff;
	background: #ce333f;
}
.footer_area .mechman_02 {
	position: absolute;
	bottom: -5%;
	right: 10%;
	width: 20%;
}
.footer_area .mechman_02 img {width: 100%;}

@media all and (max-width: 720px) {
	.footer_area .btn_kkbest a {font-size: 3.5vw;}
}



/* KKベストページへ
/* ================================================= */
.making_area {
	display: block;
	margin-bottom: -50px;
	width: 100%;
	padding: 5em 0;
}

.making_area h2 {
	display: block;
	margin: 0 auto 1em;
	width: 100%;
	max-width: 960px;
	color: #fff;
	font-size: 2.5em;
	/* font-weight: bold; */
	text-shadow: 0 0 5px #000;
}

.making_area iframe {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 960px;
	aspect-ratio: 16 / 9;
}

@media all and (max-width: 720px) {
	.making_area h2 {font-size: 1.8em;}
}
@media all and (max-width: 480px) {
	.making_area h2 {font-size: 6vw;}
}


/* ---------------------------------------------------
	フッターサポート
--------------------------------------------------- */
.contact_area {
	margin-top: 50px;
	width: 100%;
	padding: 2em 1%;
	box-sizing: border-box;
	background: #efefef;
}
.contact_footer {
	margin: 0 auto;
	max-width: 1200px;
	border: 2px solid #ce333F;
	background: #fff;
}
.contact_footer h2 {
	margin-bottom: 1em;
	padding: 0.5em 1em;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #ce333F;
}
.contact_footer p {
	margin: 2em 0 1em;
	width: 100%;
	padding: 0 1em;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
}
.contact_footer p span {
	font-size: 0.9em;
	font-weight: normal;
}
.contact_footer .add {text-align: center;}
.contact_footer address {
	display: inline-block;
	color: #ce333F;
	font-size: 2em;
	font-weight: bold;
}
.contact_footer address span {
	margin-right: 0.5em;
	padding: 0.1em 1em;
	box-sizing: border-box;
	color: #fff;
	font-size: 0.5em;
	font-weight: bold;
	border-radius: 5px;
	background: #ce333F;
}
.contact_footer address:first-child {margin-right: 2em;}
.contact_footer address small {
	font-size: 0.6em;
	font-weight: bold;
}
.contact_footer ul {
	display: flex;
	flex-wrap: wrap;
	padding: 1%;
	box-sizing: border-box;
	text-align: center;
}
.contact_footer ul li {
	position: relative;
	display: inline-block;
	margin: 1%;
	width: 23%;
	min-height: 60px;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #ce333F;
}
.contact_footer ul li a {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0.5em 0.5em 0.5em 50px;
	box-sizing: border-box;
	color: #ce333F;
}
.contact_footer ul li svg {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
	max-width: 30px;
	fill: #ce333F !important;
}
.contact_footer ul li span {
	display: table-cell;
	vertical-align: middle;
}
.contact_footer ul li a:hover {
	color: #fff;
	background: #ce333F;
	opacity: 1;
}
.contact_footer ul li a:hover img {
	filter: brightness(0) invert(100);
}
.contact_footer ul li a:hover svg {fill: #fff !important;}
@media only screen and (max-width: 768px) {
	.contact_footer ul li {width: 48%;}
	.contact_footer address {text-align: center;font-size: 1.5em;}
	.contact_footer address {display: block;}
	.contact_footer address:first-child {margin-right: 0;}
	.contact_footer address span {display: inline-block;}
}


/* ---------------------------------------------------
	ポップアップ
--------------------------------------------------- */
.pop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1000;
	width: 400px;
	animation: rotation 3s infinite linear;
}
.pop a:hover {
	opacity: 1;
}
.pop_delete {
	position: fixed;
	bottom: 267px;
	right: 0;
	z-index: 1001;
	width: 30px;
	animation: rotation 3s infinite linear;
}
.pop_delete img:hover {
	filter: saturate(250%);
}
@-webkit-keyframes rotation {
	0% {-webkit-transform: translateY(0);}
	5% {-webkit-transform: translateY(-10px);}
	10% {-webkit-transform: translateY(0);}
	15% {-webkit-transform: translateY(-10px);}
	20% {-webkit-transform: translateY(0);}
}
@keyframes rotation {
	0% {transform: translateY(0);}
	5% {transform: translateY(-10px);}
	10% {transform: translateY(0);}
	15% {transform: translateY(-10px);}
	20% {transform: translateY(0);}
}


/* ---------------------------------------------------
	ポップバナー
--------------------------------------------------- */
.pop_banner {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: block;
	width: 100%;
	background: rgba(10,42,79,0.8);
}
.pop_banner a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 80px;
	padding: 1em 1.5em;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	font-weight: bold;
}
.pop_banner a figure {
	display: block;
	margin-left: 1em;
	/* width: 60px; */
	transform: rotate(10deg);
	animation: pop_bnr 3s infinite linear;
}
@keyframes pop_bnr {
	0% {transform: rotate(10deg);}
	5% {transform: rotate(0deg);}
	10% {transform: rotate(10deg);}
	15% {transform: rotate(0deg);}
	20% {transform: rotate(10deg);}
}

@media only screen and (max-width: 1200px) {
	.pop_banner a {font-size: 1.2em;}
}
@media only screen and (max-width: 720px) {
	.pop_banner a {font-size: 1em;}
}

/* フッター
/* ================================================= */
footer {padding-bottom: 80px;}

/* ---------------------------------------------------
	トップページへ
--------------------------------------------------- */
.footer_arw {bottom: 100px;}

@media (max-width: 1200px) {
	.footer_arw {bottom: 100px;}
}
