@charset "utf-8";
/* CSS Document */
*{
	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%;
}
/* -- トップに適応 -- */
.kidscraft-top {
	background: #b8dff2;
	max-width: 100%;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
}
.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;
	object-fit: cover;
	max-width: 100%;
	width: 20%;
	top: 1%;
	left: 45%;
	z-index: 0;
	mix-blend-mode: multiply;
}
.kidscraft-top img.top-point-2 {
	position: absolute;
	object-fit: cover;
	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%;
	right: 0;
	top: 20%;
	margin-left: 3%;
	margin-right: 3%;
}
.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: 35%;
	text-align: center;
	margin-left: 3%;
	margin-right: 3%;
}
.kidscraft-top-text p {
	color: #26414e;
	margin-bottom: 2%;
	font-size: 16px;
	font-weight: 600;
}
.kidscraft-top-text img {
	width: 50%;
	margin-top: 2%; 
}
.sp-break {
	display: none;
}

/* -- メイン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 {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0 auto 5px auto;
	text-align: center;
}
.kidscraft-block-1 {
	height: auto;
	flex: 0 0 100%;
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
.item-1 h3.block-title-1 {
	display: block;
	position: relative;
	z-index: 0;
	font-weight: 500;
	margin-bottom: 5px;
}
.item-1 h3.block-title-1::after {
	content: '';
	position: absolute;
	width: 260px;
	bottom: 0.7em;
	height: 0.4em;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #f7de8f;
	z-index: -1;
}
.item-1 img {
	max-width: 100%;
	width: 50%;
}
.item-1-3 h3.block-title-1 {
	display: block;
	position: relative;
	z-index: 0;
	font-weight: 500;
	margin-bottom: 5px;
}
.item-1-3 h3.block-title-1::after {
	content: '';
	position: absolute;
	width: 130px;
	bottom: 0.7em;
	height: 0.4em;
	top: 60%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #f7de8f;
	z-index: -1;
}
.item-1-3 img {
	max-width: 100%;
	width: 50%;
}
.kidscraft-block-1 figure {
	margin-bottom: 2%;
}
.kidscraft-block-1 figure h3 {
	width: 60%;
	margin: 0.5em auto;
	padding: 0;
}
.kidscraft-block-1 figure figcaption {
	text-align: left;
	margin: 0 auto;
	width: 60%;
}
.kidscraft-1 aside {
	display: block;
	text-align: left;
	align-items: center;
	margin: 0 auto;
	gap: 1em; 
	width: 60%;
}
.kidscraft-1 aside div {
	text-align: left;
}
.kidscraft-1 aside div img {
	width: 20%;
	margin-left: 5%;
}
.kidscraft-1 aside p {
	text-indent: -1em;     
  	padding-left: 1em;  
	margin: 0.5em;
}
.kidscraft-block-1 aside img {
	width: 25%;
}
.kidscraft-1 .carousel-sp .button-box .prev-sp {
	position: absolute;
	top: -400px;
	left: 40px;
}
.kidscraft-1 .carousel-sp .button-box .next-sp {
	position: absolute;
	top: -400px;
	right: 40px;
}

/* -- メイン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;
	margin-bottom: 20px;
	padding: 20px;
}
.kidscraft-2 h2::after {
	content: '';
	position: absolute;
	width: 320px;
	bottom: 0.5em;
	height: 0.3em;
	top: 60%;
	left: 20px;
	background-color: #f7de8f;
	z-index: -1;
}*/
.kidscraft-2 h2 {
    display: inline;
    background: linear-gradient(to bottom, transparent 80%, #f7de8f 20%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding-top: 25px;
    margin-bottom: 5%;
}
.kidscraft-main-2 {
	margin-top: 5%;
}
.kidscraft-block-title-2 {
	display: flex;
	justify-content: center;
	gap: 1em;
}
.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: 1em; 
}
.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;
	margin-bottom: 50px;
	gap: 1em;
}
.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: 5px;
}
/*.vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
	width: 22%!important;
	padding: 0!important;
	margin-left: 16px!important;
}
ul.ecbn-selection-snap {
	width: 100%!important;
	left: 26%!important;
	max-width: 100%!important;
	object-fit: cover!important;
}*/
.ecbn-selection-content .ecbn-selection-content--active {
	margin: 0 auto!important;
	text-align: center!important;
}
ul.ecbn-selection-snap {
	max-width: 100% !important;
	width: 90% !important;
	margin: 0 auto !important;
	text-align: center !important;
}
	.vsm-tile .ecbn-selection-page-wrapper li.ecbn-selection-item {
	margin: 0 auto !important;
	width: 50% !important;
	max-width: 80% !important;
}
.btn-box-2 {
	text-align: center;
	margin-top: 60px;
	padding-bottom: 3%;  
	position: relative;
}
a.btn-2 {
	max-width: 100%;
	text-decoration: none;
	color: #fff;
	background: #26414e;
	padding: 12px 35px;
	font-size: 20px;
	cursor: pointer;
	transition: background 0.3s,color 0.3s;
	font-weight: 600;
	border: 3px solid #26414e;
	position: absolute;
	top: 0;
	transform: translate(-50%,-50%)
}
a.btn-2:hover {
	color: #26414e;
	background: #fff;
}
.ecbn-selection-page-wrapper .ecbn-selection-footer2 {
	margin: 0 60px 10px 0!important;
	width: 72%!important;
}
/* -- メイン3に適応 -- */
.kidscraft-3 {
	max-width: 100%;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #fff;
	padding-top: 20px;
}
/*.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-3 h2 {
    display: inline;
    background: linear-gradient(to bottom, transparent 80%, #f7de8f 20%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding-top: 25px;
    margin-bottom: 5%;
}

.kidscraft-main-3 {
	height: auto;
	width: 100%;
	overflow: hidden;
	margin: 0 auto 5px auto;
	text-align: center;
}
.kidscraft-block-3 {
	max-width: 100%;
	height: auto;
	flex: 0 0 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
.item-3 div {
	display: flex;
	justify-content: center;
	margin-bottom: 5px;
	margin-top: 40px;
}
.item-3 {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.kidscraft-block-3 div h3 {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
	margin-bottom: 0;
}
.kidscraft-block-3 img {
	height: 25%;
	max-width: 100%;
	width: 15%;
}
.kidscraft-block-3 figure img {
	max-width: 100%;
	width: 50%;
}
.kidscraft-block-3 figure figcaption {
	text-align: left;
	margin: 20px auto 0; 
	width: 50%;
}
.kidscraft-block-3 aside img {
	width: 5%;
}
.kidscraft-3 .carousel-sp .button-box .prev-sp {
	position: absolute;
	top: -250px;
	left: 50px;
}
.kidscraft-3 .carousel-sp .button-box .next-sp {
	position: absolute;
	top: -250px;
	right: 50px;
}
/* -- メイン4に適応 -- */
.kidscraft-4 {
	max-width: 100%;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #fff;
	padding: 80px 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 {
	height: auto;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	text-align: center;
}
.kidscraft-block-4 {
	max-width: 100%;
	width: 30%;
	height: auto;
	flex: 0 0 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
.kidscraft-block-4 img.img-4 {
	max-width: 100%;
	width: 50%;
} 
.kidscraft-block-4 img {
	max-width: 100%;
	width: 70%;
}
.item-4 {
	text-align: center;
	margin: 0 auto;
	width: 50%;
}
.item-4 div {
	text-align: left;
	width: 100%;
}
.item-4 div p {
	width: 100%;
}
.kidscraft-block-4 aside img {
	width: 5%;
}
.kidscraft-4 .carousel-sp .button-box .prev-sp {
	position: absolute;
	top: -250px;
	left: 50px;
}
.kidscraft-4 .carousel-sp .button-box .next-sp {
	position: absolute;
	top: -250px;
	right: 50px;
}

/* -- メイン5に適応 -- */
.kidscraft-5 {
	max-width: 100%;
	width: 100%;
	height: auto;
	text-align: center;
	background-color: #b8dff2;
	padding-top: 20px;
}
/*.kidscraft-5 h2 {
	display: inline-block;
	position: relative;
	z-index: 0;
	padding-top: 15px;
	margin-bottom: 20px;
}
.kidscraft-5 h2::after {
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0.5em;
	height: 0.3em;
	left: 0;
	background-color: #f7de8f;
	z-index: -1;
}*/
.kidscraft-5 h2 {
    display: inline;
    background: linear-gradient(to bottom, transparent 80%, #f7de8f 20%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding-top: 25px;
    margin-bottom: 5%;
}
.kidscraft-block-title-5 {
	display: flex;
	justify-content: center;
	gap: 1em;
}
.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: 1em; 
}
.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;
}
.kidscraft-main-5 {
	margin-top: 50px;
}
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;
	padding-bottom: 50px;
	gap: 1em;
}
.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: 5px;
}
.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 {
	padding-top: 20px;
}
.kidscraft-6 h2 img.tag-6 {
	max-width: 100%;
	width: 500px;
}
.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 {
	padding: 3% 3% 0;
	height: auto;
	width: 100%;
	overflow: hidden;
	margin: 0 auto 5px auto;
	text-align: center;
}
.kidscraft-block-6 {
	max-width: 100%;
	width: 30%;
	height: auto;
	flex: 0 0 100%;
	box-sizing: border-box;
	margin: 0 auto;
}
.item-6 {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}
.item-6 div {
	display: flex;
	justify-content: center;
}
.item-6 div h3 {
	font-family: kozuka-gothic-pr6n, sans-serif;
	font-weight: 700;
}
.kidscraft-block-6 img {
	max-width: 100%;
	width: 25%;
	height: 25%;
}
.kidscraft-block-6 figure img {
	max-width: 100%;
	width: 50%;
	margin-right: 0;
}
.kidscraft-block-6 figure figcaption {
	text-align: center;
	margin: 20px auto 5px auto;
	width: 90%;
}
.kidscraft-block-6 aside img {
	width: 5%;
}
.kidscraft-6 .carousel-sp .button-box .prev-sp {
	position: absolute;
	top: -250px;
	left: 50px;
}
.kidscraft-6 .carousel-sp .button-box .next-sp {
	position: absolute;
	top: -250px;
	right: 50px;
}

/* -- ボトムに適応 -- */
.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%;
	padding-top: 50px;
	margin-left: 3%;
	margin-right: 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%;
	font-size: 21px;
	padding: 5px 100px;
}
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%;
	font-size: 21px;
	padding: 5px 90px;
}
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; 
	font-size: 21px;
	padding: 5px 36px;
}
a.btn-btm-3:hover {
	color: #8cc63f;
	background: #fff;
}
.kidscraft-btm img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: -60px;
}

/* - カルーセル - */
.carousel-sp {
	max-width: 100%;
	width: 600px;
	height: auto;
	margin: 0 auto;
}
.ul-1 {
	height: 100%;
	display: flex;
	transition-duration: 0.4s;
	will-change: transform;
}
.ul-1.no-transition {
	transition: none;
}
.button-box {
	display: flex;
	justify-content: center;
	position: relative;
	height: auto;
}
/*.button-box .prev-sp {
	position: absolute;
	top: -200px;
	left: 50px;
}
.button-box .next-sp {
	position: absolute;
	top: -200px;
	right: 50px;
}*/
button {
	margin-top: 5px;
	margin-bottom: -40px;
	border: none;
	padding: 5px 5px;
	font-size: 30px;
	cursor: pointer;
	background-color: #36566e;
	color: #fff;
}
.nav-sp {
	left: 0;
	right: 0;
	text-align: center;
	margin-top: 0;
}
.nav-sp button {
	width: 20px;
	height: 20px;
	background-color: #BDBDBD;
	border-radius: 50%;
}
.nav-sp button + button {
	margin-left: 8px;
}
.nav-sp button.current {
	background-color: #36566e;
}
.sp-break {
	display: none;
}
br.sp-break-1 {
	display: block;
}
br.sp-break-2 {
	display: none;
}
.sp-break-3 {
	display: none;
}

@media (max-width: 1000px) {
	.kidscraft-block-title-2 div {
		width: 40%;
	}
	.kidscraft-block-text-2 div {
		width: 40%;
	}
	.kidscraft-2 aside div {
		width: 40%;
	}
	.kidscraft-block-title-5 div {
		width: 40%;
	}
	.kidscraft-block-text-5 section {
		width: 40%;
	}
	.kidscraft-5 aside div {
		width: 40%;
	}
	.vsm-tile {
		text-align: center!important;
		width: 90%!important;
		margin: 0 auto!important;
	}
	ul.ecbn-selection-snap {
		text-align: center!important;
		width: 90%!important;
		margin: 0 auto!important;
	}
	.ecbn-selection-page-wrapper .ecbn-selection-footer2 {
		margin-left: 30px!important;
		text-align: left!important;
	}
	.ecbn-selection-page-wrapper {
		text-align: center!important;
		margin: 0 auto!important;
	}

}
@media (max-width: 750px) {
	.kidscraft-top-text {
		padding-top: 40%;
	}
	.kidscraft-top img.top-point-1 {
	position: absolute;
	max-width: 100%;
	object-fit: cover;
	width: 30%;
	top: 1%;
	left: 45%;
	z-index: 0;
	mix-blend-mode: multiply;
}
.kidscraft-top img.top-point-2 {
	position: absolute;
	max-width: 100%;
	object-fit: cover;
	width: 20%;
	top: 28%;
	left: 70%;
	z-index: 0;
	mix-blend-mode: multiply;
}
}
@media (max-width: 650px) {
	.btn-box-btm {
		width: 50%;
		margin: 0 auto;
	}
	a.btn-btm-1 {
		width: 100%;
		padding: 5px;
		margin-bottom: 10px;
	}
	a.btn-btm-2 {
		width: 100%;
		padding: 5px;
		margin-bottom: 10px;
	}
	a.btn-btm-3 {
		width: 100%;
		padding: 5px;
		margin-bottom: 10px;
	}
	.kidscraft-2 aside div img {
		width: 40%;
	}
	.kidscraft-5 aside div img {
		width: 70%;
	}
	.kidscraft-block-title-2 {
		gap: 0.5em; 
	}
	.kidscraft-block-text-2 {
		gap: 0.5em;
	}
	.kidscraft-2 aside {
		gap: 0.5em;
	}
	.kidscraft-block-title-5 {
		gap: 0.5em; 
	}
	.kidscraft-block-text-5 {
		gap: 0.5em;
	}
	.kidscraft-5 aside {
		gap: 0.5em;
	}
}
@media (max-width: 600px) {
	.sp-break {
		display: block;
	}
	.kidscraft-top-title h1 {
		font-size: 25px;
	}
	.kidscraft-top-text {
		padding-top: 70%;
	}
	.kidscraft-top-text h2 {
		font-size: 20px;
	}
	.kidscraft-top-text img {
		width: 80%;
		margin-top: 5%;
	}
	.kidscraft-top img.top-img {
		width: 100%;
	}
	.kidscraft-block-3 figure img {
		width: 60%;
	}
	.kidscraft-block-3 figure figcaption {
		width: 60%;
	}
	.kidscraft-top img.top-point-1 {
		position: absolute;
		object-fit: cover;
		max-width: 100%;
		width: 250px;
		top: 6%;
		left: -20%;
		z-index: 0;
		mix-blend-mode: multiply;
	}
	.kidscraft-top img.top-point-2 {
		position: absolute;
		object-fit: cover;
		max-width: 100%;
		width: 200px;
		top: 28%;
		right: 0;;
		z-index: 0;
		mix-blend-mode: multiply;
	}
}
@media (max-width: 550px) {
	.kidscraft-2 {
		padding-bottom: 40px;
	}
	a.btn-2 {
		padding: 12px;
		width: 75%;
	}
}
@media (max-width: 480px) {
	.kidscraft-3 .carousel-sp .button-box .prev-sp {
		position: absolute;
		top: -250px;
		left: 20px;
	}
	.kidscraft-3 .carousel-sp .button-box .next-sp {
		position: absolute;
		top: -250px;
		right: 20px;
	}
	.kidscraft-4 .carousel-sp .button-box .prev-sp {
		position: absolute;
		top: -250px;
		left: 30px;
	}
	.kidscraft-4 .carousel-sp .button-box .next-sp {
		position: absolute;
		top: -250px;
		right: 30px;
	}
	.item-4 {
		width: 60%;
	}
	.kidscraft-2 h2 {
		font-size: 18px;
	}
	.kidscraft-3 h2 {
		font-size: 18px;
	}
	.kidscraft-4 h2 {
		font-size: 18px;
	}
	.kidscraft-6 h2 {
		font-size: 18px;
	}
	.kidscraft-2 h2 {
		display: inline-block;
		position: relative;
		z-index: 0;
		padding-top: 25px;
		margin-bottom: 5%;
	}
	.kidscraft-2 h2::after {
		content: '';
		position: absolute;
		width: 290px;
		bottom: 0.5em;
		height: 0.3em;
		left: 20px;
		background-color: #f7de8f;
		z-index: -1;
	}
	.ecbn-selection-page-wrapper .ecbn-selection-footer2 {
		margin-left: 10px!important;
	}
}
@media (max-width: 450px) {
	.kidscraft-top-text {
		padding-top: 95%;
	}
	.kidscraft-block-3 img {
		width: 20%;
	}
	.kidscraft-1 .carousel-sp .button-box .prev-sp {
		position: absolute;
		top: -400px;
		left: 20px;
	}
	.kidscraft-1 .carousel-sp .button-box .next-sp {
		position: absolute;
		top: -400px;
		right: 20px;
	}
	.kidscraft-block-1 figure h3 {
		width: 80%;
	}
	.kidscraft-block-1 figure figcaption {
		width: 80%;
	}
	.kidscraft-1 aside {
		width: 80%;
	}
	.kidscraft-block-6 img {
		width: 30%;
	}
	.kidscraft-6 .carousel-sp .button-box .prev-sp {
		position: absolute;
		top: -200px;
		left: 30px;
	}
	.kidscraft-6 .carousel-sp .button-box .next-sp {
		position: absolute;
		top: -200px;
		right: 30px;
	}
	.btn-box-btm {
		width: 60%;
	}
	.kidscraft-btm img {
		margin-top: -20px;
	}
	br.sp-break-1 {
		display: none;
	}
	.sp-break-3 {
		display: block;
	}
}
@media (max-width: 400px) {
	br.sp-break-2 {
		display: block;
	}
	.kidscraft-block-text-2 div p {
		margin: 1em 5px;
	}
}
@media (max-width: 370px) {
	.kidscraft-top-text {
		padding-top: 110%;
	}
}