@charset "utf-8";
/* -- すべてに適応 -- */
*{
	box-sizing: border-box;
	scroll-behavior: smooth;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
}
.kidscraft-wrapper-bg {
	max-width: 100%;
	width: 100%;
	height: auto;
	background: #e7f0f0;
}
.kidscraft {
	max-width: 100%;
	width: 1200px;
	margin: 0 auto;
	color: #26414e;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 400;
}
.kidscraft h1 {
	border-bottom: none;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
}
.kidscraft h2,h3 {
	color: #26414e;
	border-bottom: none;
	font-family: corporate-logo-ver2, sans-serif;
}
.kidscraft-bg {
	max-width: 100%;
	width: 100%;
	text-align: center;
	background: #fff;
}
.kidscraft-bg img {
	max-width: 100%;
	width: 100%;
	margin-bottom: -6px;
	margin-top: -20px;
}
/* -- トップに適応 -- */
.kidscraft-top {
	background: #b8dff2;
	max-width: 100%;
	width: 100%;
	height: auto;
	position: relative;
}
.kidscraft-top img.top-img {
	position: absolute;
	max-width: 100%;
	width: 55%;
	top: 0;
	left: 0;
	z-index: 0;
}
.kidscraft-top img.top-point-1 {
	position: absolute;
	max-width: 100%;
	width: 20%;
	top: 1%;
	left: 45%;
	z-index: 0;
	mix-blend-mode: multiply;
}
.kidscraft-top img.top-point-2 {
	position: absolute;
	max-width: 100%;
	width: 12%;
	top: 28%;
	left: 70%;
	z-index: 0;
	mix-blend-mode: multiply;
}
.kidscraft-top-title {
	position: absolute;
	text-shadow:  0 0 5px #000;
	max-width: 100%;
	left: 52%;
	top: 20%;
}
.kidscraft-top-title h1 {
	color: #fff;
	text-align: left;
	padding: 0;
	margin-bottom: 0;
	font-size: 28px;
}
.kidscraft-top-title h2 {
	color: #fff;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	font-size: 23px;
}
.kidscraft-top-text {
	padding-top: 410px;
	text-align: center;
}
.kidscraft-top-text p {
	color: #26414e;
	margin-bottom: 2%;
	font-size: 16px;
}
.kidscraft-top-text img {
	width: 50%;
	margin-top: 2%; 
}

/* -- メイン1に適応 -- */
.kidscraft-1 {
	max-width: 100%;
	width: 100%;
	height: auto;
	background: #fff;
	text-align: center;
	padding-bottom: 40px;
}
.kidscraft-1 h2 {
	padding-top: 25px;
}
.kidscraft-main-1 {
	display: flex;
	justify-content: center;
	gap: 1em;
}
.kidscraft-block-1 {
	width: 30%;
	height: auto;
}
.kidscraft-block-1 h3.block-title-1 {
	display: inline-block;
	position: relative;
	z-index: 0;
	font-weight: 500;
	margin-bottom: 5px;
}
.kidscraft-block-1 h3.block-title-1::after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0.7em;
	height: 0.4em;
	left: 0;
	background-color: #f7de8f;
	z-index: -1;
}
.kidscraft-block-1 img {
	max-width: 100%;
	width: 70%;
}
.kidscraft-block-1 figure h3 {
	margin: 0;
}
.kidscraft-block-1 figure figcaption {
	text-align: left;
	margin: 0 auto;
	width: 85%;
}
.kidscraft-1 aside {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 2% 3% 0;
	gap: 1em; 
}
.kidscraft-1 aside div {
	text-align: left;
}
.kidscraft-1 aside div img {
	width: 20%;
	margin-left: 5%;
}
.kidscraft-1 aside div p {
	text-indent: -1em;     
  	padding-left: 1em;  
	margin: 0.5em;
}

/* -- メイン2に適応 -- */
.kidscraft-2 {
	max-width: 100%;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #b8dff2;
}
.kidscraft-2 h2 {
	display: inline-block;
	position: relative;
	z-index: 0;
}
.kidscraft-2 h2::after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0.5em;
	height: 0.3em;
	left: 0;
	background-color: #f7de8f;
	z-index: -1;
}
.kidscraft-block-title-2 {
	display: flex;
	justify-content: center;
	gap: 1.8em;
}
.kidscraft-block-title-2 div {
	background-color: #fff;
	width: 21%;
	padding: 1px;
	border-radius: 10px;
	margin-bottom: 5px;
}
.kidscraft-block-title-2 div h3 {
	margin: 0;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
}
.kidscraft-block-text-2 {
	display: flex;
	justify-content: center;
	gap: 1.8em; 
}
.kidscraft-block-text-2 div {
	background-color: #fff;
	width: 21%;
	padding: 1px;
	border-radius: 10px;
	margin-top: -3px;
}
.kidscraft-block-text-2 div p {
	text-align: left;
}
.kidscraft-2 aside {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
	gap: 1.8em;
}
.kidscraft-2 aside div {
	text-align: left;
	align-items: flex-start;
	width: 21%;
}
.kidscraft-2 aside div img {
	width: 25%;
}
.kidscraft-2 aside div p {
	margin-top: 0;
}
.vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
	width: 22%!important;
	padding: 0!important;
	margin-left: 16px!important;
}
.ecbn-selection-page-wrapper .ecbn-selection-snap {
	height: 250px!important;
}
.btn-box-2 {
	text-align: center;
	margin-top: 60px;
	padding-bottom: 3%;  
}
a.btn-2 {
	max-width: 100%;
	text-decoration: none;
	color: #fff;
	background: #26414e;
	padding: 12px 35px;
	font-size: 20px;
	cursor: pointer;
	align-items: center;
	text-align: center;
	transition: 0.3s;
	transition: background 0.3s,color 0.3s;
	font-weight: 600;
	border: 3px solid #26414e;
}
a.btn-2:hover {
	color: #26414e;
	background: #fff;
}
.ecbn-selection-page-wrapper .ecbn-selection-footer2 {
	margin-top: 0!important;
	margin-right: 60px!important;
}
/* -- メイン3に適応 -- */
.kidscraft-3 {
	max-width: 100%;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #fff;
}
.kidscraft-3 h2 {
	display: inline-block;
	position: relative;
	z-index: 0;
	padding-top: 25px;
	margin-bottom: 5%;
}
.kidscraft-3 h2::after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0.5em;
	height: 0.3em;
	left: 0;
	background-color: #f7de8f;
	z-index: -1;
}
.kidscraft-main-3 {
	display: flex;
	justify-content: center;
}
.kidscraft-block-3 {
	max-width: 100%;
	width: 30%;
	height: auto;
}
.item-3 div {
	display: flex;
	justify-content: left;
}
.item-3 {
	text-align: center;
	width: 80%;
	margin-left: 13.5%;
}
.kidscraft-block-3 div h3 {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}
.kidscraft-block-3 img {
	width: 25%;
	height: 25%;
	margin-right: 3%;
}
.kidscraft-block-3 figure img {
	max-width: 100%;
	width: 70%;
}
.kidscraft-block-3 figure figcaption {
	text-align: left;
	margin: 30px auto; 
	width: 68%;
}

/* -- メイン4に適応 -- */
.kidscraft-4 {
	max-width: 100%;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #fff;
	padding: 50px 0;
}
.kidscraft-4 h2 {
	display: inline-block;
	position: relative;
	z-index: 0;
	margin-bottom: 0;
}
.kidscraft-4 h2::after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0.5em;
	height: 0.3em;
	left: 0;
	background-color: #d1e8b2;
	z-index: -1;
}
.kidscraft-main-4 {
	display: flex;
	justify-content: center;
}
.kidscraft-block-4 {
	max-width: 100%;
	width: 30%;
	height: auto;
}
.kidscraft-block-4 img.img-4 {
	max-width: 100%;
	width: 70%;
} 
.kidscraft-block-4 img {
	max-width: 100%;
	width: 45%;
}
.kidscraft-block-4 div {
	text-align: left;
	margin-left: 40px;
}
.kidscraft-block-4 div p {
	width: 80%;
}

/* -- メイン5に適応 -- */
.kidscraft-5 {
	max-width: 100%;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #b8dff2;
}
.kidscraft-5 h2 {
	display: inline-block;
	position: relative;
	z-index: 0;
	padding-top: 15px;
}
.kidscraft-5 h2::after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0.5em;
	height: 0.3em;
	left: 0;
	background-color: #f7de8f;
	z-index: -1;
}
.kidscraft-block-title-5 {
	display: flex;
	justify-content: center;
	gap: 1.8em;
}
.kidscraft-block-title-5 div {
	background-color: #fff;
	width: 21%;
	padding: 1px;
	border-radius: 10px;
	margin-bottom: 5px;
}
.kidscraft-block-title-5 div h3 {
	margin: 0;
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
}
.kidscraft-block-title-5 div a {
	text-align: left;
}
.kidscraft-block-text-5 {
	display: flex;
	justify-content: center;
	gap: 1.8em; 
}
.kidscraft-block-text-5 section {
	background-color: #fff;
	width: 21%;
	padding: 1px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.kidscraft-block-text-5 section a.text-link {
	color: #26414e;
}
.kidscraft-block-text-5 section a.text-link:hover {
	text-decoration: none;
	color: #788E98;
}
.kidscraft-block-text-5 section .text-5 {
	text-align: left;
	width: 85%;
	margin: 1em auto;
}
span.kidscraft-cutting-film {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.kidscraft-5 aside {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
	gap: 1.8em;
}
.kidscraft-5 aside div {
	text-align: left;
	align-items: flex-start;
	width: 21%;
}
.kidscraft-5 aside div img {
	width: 50%;
}
.kidscraft-5 aside div p {
	margin-top: 0;
}
.btn-box-5 {
	padding-bottom: 1em;
}
a.btn-5 {
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	background: #ff6d00;
	align-items: center;
	text-align: center;
	transition: 0.3s;
	transition: background 0.3s,color 0.3s;
	border: 3px solid #ff6d00;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
	padding: 5px;
	font-size: 16px;
}
a.btn-5:hover {
	color: #ff6d00;
	background: #fff;
}

/* -- メイン6に適応 -- */
.kidscraft-6 {
	max-width: 100%;
	width: 100%;
	height: auto;
	text-align: center;
	background: #fff;
}
.kidscraft-6 h2 img.tag-6 {
	max-width: 100%;
	width: 40%;
}
.kidscraft-6 h2 span.campaign-6 {
	display: inline-block;
	position: relative;
	z-index: 0;
}
.kidscraft-6 h2 span.campaign-6::after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0.1em;
	height: 0.3em;
	left: 0;
	background-color: #f7de8f;
	z-index: -1;
}
.kidscraft-main-6 {
	display: flex;
	justify-content: center;
	padding: 3% 3% 5%;
}
.kidscraft-block-6 {
	max-width: 100%;
	width: 30%;
	height: auto;
}
.kidscraft-block-6 div {
	display: flex;
	justify-content: center;
}
.kidscraft-block-6 div h3 {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
}
.kidscraft-block-6 img {
	width: 25%;
	height: 25%;
	margin-right: 3%;
}
.kidscraft-block-6 figure img {
	max-width: 100%;
	width: 50%;
	margin-right: 0;
}
.kidscraft-block-6 figure figcaption {
	text-align: left;
	margin: 20px 60px;
	width: 80%;
}

/* -- ボトムに適応 -- */
.kidscraft-btm {
	max-width: 100%;
	width: 100%;
	height: auto;
	text-align: center;
	background: #fff;
}
.kidscraft-btm h2 {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	margin-bottom: 3%;
}
.btn-box-btm {
	text-align: center;
	margin-top: 20px;
	padding-bottom: 5%;  
}
a.btn-btm-1 {
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	background: #b8dff2;
	align-items: center;
	text-align: center;
	transition: 0.3s;
	transition: background 0.3s,color 0.3s;
	border: 3px solid #b8dff2;
	font-weight: bold;
	margin-bottom: 2%;
	width: 30%;
	font-size: 21px;
	padding: 5px;
}
a.btn-btm-1:hover {
	color: #b8dff2;
	background: #fff;
}
a.btn-btm-2 {
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	background: #ff6d00;
	align-items: center;
	text-align: center;
	transition: 0.3s;
	transition: background 0.3s,color 0.3s;
	border: 3px solid #ff6d00;
	font-weight: bold;
	margin-bottom: 2%;
	width: 30%;
	font-size: 21px;
	padding: 5px;
}
a.btn-btm-2:hover {
	color: #ff6d00;
	background: #fff;
}
a.btn-btm-3 {
	display: inline-block;
	max-width: 100%;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	background: #8cc63f;
	align-items: center;
	text-align: center;
	transition: 0.3s;
	transition: background 0.3s,color 0.3s;
	border: 3px solid #8cc63f;
	font-weight: bold; 
	width: 30%;
	font-size: 21px;
	padding: 5px;
}
a.btn-btm-3:hover {
	color: #8cc63f;
	background: #fff;
}
.kidscraft-btm img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: -6px;
	margin-top: -60px;
}