/* reset.css?v=20260513imgfix1 */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


html, h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

body {
/*     font-size: 62.5%; */
}

table {
    font-size: 100%;
}



ul {
    list-style-type: none;
}
 
.pnj li img {
    vertical-align: bottom;
}





/* base.css?v=20260513imgfix1 */


/*--------------------------------------------------------------------
=== [共通レイアウト] ====================================
 -------------------------------------------------------------------*/

body {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, sans-serif;
    line-height: 1.8;
    color: #231815;

}

p, dt, dd {
    text-align: inherit;
}

a img, img {
/*     vertical-align: inherit; */
}

.pnj .btn:not(.btn-mid) {
    text-align: center;
    display: block;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
    margin: 0;
    cursor: auto;
    border-radius: inherit;
    vertical-align: inherit;
}

.pnj .btn:hover, .pnj .btn:active, .pnj .btn.active, .pnj .btn.disabled, .pnj .btn[disabled] {
    opacity: 1;
    background: none;
}

a.btn:hover {
	text-decoration: none;
}

/********** [マウスオーバー]**********/

a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

/* style.css?v=20260513imgfix1 */


@media screen and (min-width:1024px) {

    header {
        position: fixed;
        width: 100%;
        background-color: #fff;
        box-sizing: border-box;
        z-index: 1000;
    }

    section header {
        z-index: unset;
    }

    header .inner {
        width: 1000px;
    }

    header .logoArea h1 {
        font-size: 12.66vw;
        margin-bottom: 1vw;
    }

    footer .logoArea h3 {
        font-size: 12px;
    }
}
/* res.css?v=20260513imgfix1 */


/*--------------------------------------------------------------------
=== [レスポンシブ] ====================================
 -------------------------------------------------------------------*/
body {
/*     height: 2000px; */
}

img {
    width: 100px;
    height: 100px;
    width: auto;
	max-width: 100%;
    height: auto;
	vertical-align: middle;
}

#wrapper {
    overflow: hidden;
}

#Contents {
    padding-top: 17.5vw;
}

#Contents #main {
    padding-top: 0px;
}




/********** [header.wow]**********/

header.wow {
    position: fixed;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1000;
	top: 0;
	visibility: visible !important;
    animation-duration: 0.3s !important;
}

header.wow h1 {
    font-size: 2.66vw;
    margin-bottom: 1vw;
}

header.wow h2 {
    width: 61.33vw;
}

/*
header.wow .inner {
    position: relative;
    padding: 4vw;
}
*/

header.wow .inner {
    position: relative;
    padding: 3.5vw 4vw;
    max-height: 17.5vw;
    overflow: hidden;
    box-sizing: border-box;
}

header.wow .inner .menuBtn {
    width: 10.13vw;
    position: absolute;
    top: 3.5vw;
    right: 4vw;
}

nav#menu {
    width: 100%;
}


nav#menu ul li a {
    width: 100%;
    display: block;
    background-color: #00b9ef;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 2vw 3vw;
    text-decoration: none;
    font-size: 3.73vw;
    box-sizing: border-box;
}

/* アコーディオンメニュー（JINテーマ）高さ調整 */
nav#menu .accordionBtn {
    display: block;
    width: 100%;
    background-color: #00b9ef;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
    text-align: center;
    padding: 2vw 3vw;
    font-size: 3.73vw;
    box-sizing: border-box;
    cursor: pointer;
}
nav#menu .accordionBtn:hover,
nav#menu .accordionBtn:focus { opacity: 0.85; }
nav#menu .subMenu li a {
    background-color: #009fd2;
    padding: 1.5vw 3vw;
    font-size: 3.4vw;
}


#main {
    padding-top: 17.5vw;
    text-align: center;
}

#main #kv {
    padding-top: 10vw;
    padding-bottom: 6vw;
}

section {
    text-align: left;
}

section .inner {
    padding: 0 4vw;
}

.pnj .btn {
    text-align: center;
}

.pnj .btn:not(.btn-mid) a {
    display: inline-block;
    text-decoration: none;
    background-color: #ff5a00;
    color: #ffffff;
    margin: 0 auto;
    width: 100%;
    line-height: 16vw;
    height: 16vw;
    border-radius: 8vw;
    font-size: 5.86vw;
    font-weight: bold;
    position: relative;
    padding-left: 10.66vw;
    box-sizing: border-box;
}

.pnj .btn:not(.btn-mid) a::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 10.66vw;
    height: 10.66vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/base/btn_arw.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 2.5vw;
    left: 12vw;
}

/********** [sec01]**********/

#sec01 {
    margin-bottom: 13.33vw;
    padding: 0 4vw;

}



#sec01 h2 {
    font-size: 5.33vw;
    font-weight: bold;
    margin: 0 auto 5.33vw auto;
    text-align: center;
}

#sec01 .txt01 {
    font-size: 3.73vw;
    font-weight: bold;
    margin-bottom: 13.33vw;
}

#sec01 .ill01 {
    width: 50vw;
    margin: 0 auto;
}

#sec01 h3 {
    width: 85.33vw;
    margin: 16vw auto 10.66vw;
}

#sec01 .ill02 {
    width: 77.86vw;
    margin: 0 auto 8vw auto;
}

#sec01 .txt02 {
    font-size: 3.73vw;
    margin-bottom: 13.33vw;
}


/********** [sec02]**********/

#sec02 .ttl {
    font-size: 5.33vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 5.33vw;
    padding-bottom: 10.66vw;
}

#sec02 h2 {
    height: 8vw;
    width: auto;
    text-align: center;
    margin-bottom: 8vw;
}

#sec02 h2 img {
    height: 100%;
    width: auto;
}

#sec02 .ttl::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 16.53vw;
    height: 24vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec02_ill01.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

#sec02 .ttl::after {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 16.53vw;
    height: 24vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec02_ill02.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
}

#sec02 .pointList {
    margin-top: 5.33vw;
}

#sec02 .pointList li {
    margin-bottom: 12vw;
}

#sec02 .pointList li h3 {
    height: 14.66vw;
    width: auto;
    text-align: center;
}

#sec02 .pointList li h3 img {
    height: 100%;
    width: auto;
}

#sec02 .pointList li h4 {
    font-size: 4.8vw;
    font-weight: bold;
    color: #00b9ef;
    text-align: center;
    line-height: 1.5;
    margin: 4vw auto 8vw;
}

#sec02 .pointList li .txt {
    padding: 0 6.66vw;
    font-size: 3.73vw;
    margin-top: 8vw;
}

#sec02 .pointList li .txt span {
    border-bottom: 0.53vw solid #fedd78;
}

#sec02 .pointList li:first-child.txt {
    margin-top: 5.33vw;
}

#sec02 .pointList li .note {
    padding: 0 6.66vw;
    font-size: 2.66vw;
    margin-top: 3.73vw;
}

#sec02 .pointList li:nth-child(2) h3 {
    position: relative;
    padding-top: 5.33vw;
}

#sec02 .pointList li:nth-child(2) h3::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 19.2vw;
    height: 19.73vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec02_ill03.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
}

#sec02 .pointList li .movie {
    padding: 0 6.66vw;
}

#sec02 .pointList li .movie p {
    font-size: 3.2vw;
    text-align: center;
    margin-top: 10.66vw;
    margin-bottom: 2.66vw;
}

#sec02 .pointList li:nth-child(3) h3 {
    position: relative;
    padding-top: 5.33vw;
}

#sec02 .pointList li:nth-child(3) h3::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 24vw;
    height: 10.4vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec02_ill04.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 8vw;
    left: 4vw;
}

#sec02 .pointList li:nth-child(3) .txt {
    margin-bottom: 6.66vw;
}

#sec02 .pointList li:nth-child(4) h3 {
    position: relative;
    padding-top: 5.33vw;
}

#sec02 .pointList li:nth-child(4) h3::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 22vw;
    height: 25vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec02_ill05.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -4vw;
    right: 4vw;
}

#sec02 .pointList li:nth-child(5) h3 {
    position: relative;
    padding-top: 5.33vw;
}

#sec02 .pointList li:nth-child(5) h3::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 22.66vw;
    height: 11.2vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec02_ill06.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 6vw;
    right: 6vw;
}

#sec02 .pointList li .purchase {
    display: flex;
    align-items: center;
    margin-top: 8vw;
}

#sec02 .pointList li .purchase .left {
    background-color: #fedd78;
    width: 26.66vw;
    height: 26.66vw;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.2vw;
    line-height: 1.5;
    font-weight: bold;
}

#sec02 .pointList li .purchase span {
    display: block;
    font-size: 4.8vw;
}

#sec02 .pointList li .purchase .right {
    font-size: 3.73vw;
    line-height: 1.5;
    margin-left: 2vw
}

#sec02 .pointList li .purchase .right .txt01 {
    font-weight: bold;
    margin-bottom: 2vw;
}

#sec02 .pointList li:nth-child(6) h3 {
    position: relative;
    padding-top: 5.33vw;
}

#sec02 .pointList li:nth-child(6) h3::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 19.2vw;
    height: 29.3vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec02_ill07.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 2vw;
}

#sec02 .pointList li:nth-child(6) .note {
    text-align: center;
}

#sec02 .pointList li:nth-child(6) .note a {
    color: #231815;
}

#sec02 .concierge .upr {
    background-color: #fff5d8;
    padding: 8vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec02_baloon.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 108vw auto;
    text-align: center;
}

#sec02 .concierge .upr h3 {
    margin-top: 26vw;
    font-size: 5.86vw;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
}

#sec02 .concierge .upr h3::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 15.73vw;
    height: 18.13vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec02_ill08.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -6vw;
    right: -1vw;
}

#sec02 .concierge .upr .txt {
    font-size: 3.73vw;
    margin-top: 6vw;
    text-align: left;
}

#sec02 .concierge .btm {
    position: relative;
}

#sec02 .concierge .btm::after {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 13.33vw;
    height: 17vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec02_ill09.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -8vw;
    left: 4vw;
}

#sec02 .btn {
    margin: 13.33vw auto;
}



/********** [sec03]**********/

#sec03 {
    margin-bottom: 13.33vw;
}

#sec03 .ttl {
    font-size: 5.33vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 5.33vw;
    padding-bottom: 10.66vw;
}

#sec03 h2 {
    height: 8vw;
    width: auto;
    text-align: center;
    margin-bottom: 8vw;
}

#sec03 h2 img {
    height: 100%;
    width: auto;
}

#sec03 .slider {
    border: 1px solid #00b9ef;
    padding: 6.66vw;
    margin: 0 6.66vw;
}

#sec03 .slideWrap {
    position: relative;
}

#sec03 .slider::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 19.2vw;
    height: 16.8vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec03_ill01.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -16.6vw;
    right: 6vw;
}

#sec03 .slider h4 {
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

#sec03 .slider h4 span {
    font-size: 6.4vw;
}

#sec03 .slider .txt {
    font-size: 3.73vw;
    margin: 5.33vw 0;
}

#sec03 .linkTxt {
    text-align: center;
    font-size: 3.2vw;
    margin-top: 10.66vw;
}

#sec03 .linkTxt {
    text-align: center;
    font-size: 16px;
    margin-top: 13.66vw;
}

#sec03 .linkTxt a {
    color: #231815;
    text-decoration: none;
}


#sec03 .linkTxt a span {
    color: #00b9ef;
}


/********** [sec04]**********/

#sec04 {
    margin-bottom: 13.33vw;
}

#sec04 .ttl {
    font-size: 5.33vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
}

#sec04 h2 {
    height: 8vw;
    width: auto;
    text-align: center;
    margin-bottom: 8vw;
    position: relative;
}

#sec04 h2 img {
    height: 100%;
    width: auto;
}


#sec04 h2::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 15.73vw;
    height: 12.93vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec04_ill01.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 23vw;
    right: 4vw;
}

#sec04 .txt {
    font-size: 3.73vw;
    text-align: center;
}

#sec04 .voice {
    background-color: #f4ece0;
    padding: 8vw;
    margin-top: 13.33vw;
}


#sec04 .voice h4 {
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    margin-bottom: 8vw;
}

#sec04 .voice .modal_trigger {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#sec04 .voice .modal_trigger li {
    width: 37.33vw;
    height: 37.33vw;
    margin-bottom: 6.66vw;
    cursor: pointer;
    position: relative;
}

#sec04 .voice .modal_trigger li:hover {
    opacity: 0.7;
}

#sec04 .voice .modal_trigger li:nth-child(1)::before,
#sec04 .voice .modal_trigger li:nth-child(2)::before,
#sec04 .voice .modal_trigger li:nth-child(3)::before,
#sec04 .voice .modal_trigger li:nth-child(4)::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 8.8vw;
    height: 8.8vw;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 1.33vw;
    left: -1.33vw;
}

#sec04 .voice .modal_trigger li:nth-child(1)::before {
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec04_num01.png");
}

#sec04 .voice .modal_trigger li:nth-child(2)::before {
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec04_num02.png");
}

#sec04 .voice .modal_trigger li:nth-child(3)::before {
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec04_num03.png");
}

#sec04 .voice .modal_trigger li:nth-child(4)::before {
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec04_num04.png");
}

#sec04 .voice .modal_trigger li:nth-child(3),
#sec04 .voice .modal_trigger li:nth-child(4) {
    margin-bottom: 0;
}

#sec04 .voice .modal_box {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(0, 185, 239, 0.8);
}

#sec04 .voice .modal_bg {
    height: 100%;
    width: 100%;
}

#sec04 .voice .modal_inner {
    left: 50%;
    padding: 8vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
}

#sec04 .voice .modal_inner .img {
    width: 48vw;
    height: 48vw;
    margin: 0 auto 5.33vw auto;
}

#sec04 .voice .modal_inner .txt {
    text-align: left;
}

#sec04 .voice .modal_close {
    cursor: pointer;
    position: absolute;
    right: 8vw;
    top: 0;
}

/********** [sec05]**********/

#sec05 {
    margin-bottom: 13.33vw;
}

#sec05 .ttl {
    font-size: 5.33vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
}

#sec05 h2 {
    height: 8vw;
    width: auto;
    text-align: center;
    margin-bottom: 8vw;
    position: relative;
}

#sec05 h2 img {
    height: 100%;
    width: auto;
}

#sec05 .stepList li h3 {
    height: 19.46vw;
    padding-left: 16vw;
    position: relative;
    margin-bottom: 3vw;
}


#sec05 .stepList li:nth-child(1) h3::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 19.2vw;
    height: 25.33vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec05_ill01.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -4vw;
    right: 2vw;
}


#sec05 .stepList li:nth-child(2) h3::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 12.26vw;
    height: 23.2vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec05_ill02.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -4vw;
    right: 4vw;
}

#sec05 .stepList li:nth-child(3) h3::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 24.8vw;
    height: 17.6vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec05_ill03.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 2vw;
    right: -2vw;
}

#sec05 .stepList li h3 img {
    height: 100%;
    width: auto;
}

#sec05 .stepList {
    font-size: 3.73vw;
    padding: 0 4vw;
}

#sec05 .stepList li {
    margin-top: 8vw;
}

#sec05 .txt {
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    margin: 18vw auto;
}

#sec05 .campaign {
    margin-top: 13.33vw;
    background-color: #fff5d8;
    padding: 1.33vw 11.73vw 4vw;
    position: relative;
    margin-bottom: 13.33vw;
}

#sec05 .campaign::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 53.86vw;
    height: 6.66vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec05_camp_round.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -6vw;
    right: 0;
    left: 0;
    margin: auto;
}

#sec05 .campaign h3 {
    width: 33.33vw;
    margin: 0 auto 2.66vw auto;
}


/********** [sec06]**********/

#sec06 {
    margin-bottom: 13.33vw;
}

#sec06 .ttl {
    font-size: 5.33vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
}

#sec06 h2 {
    height: 8vw;
    width: auto;
    text-align: center;
    margin-bottom: 8vw;
    position: relative;
}

#sec06 h2 img {
    height: 100%;
    width: auto;
}


#sec06 h2::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 13.86vw;
    height: 12.8vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec06_ill01.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 10vw;
    left: 12vw;
}


#sec06 h2::after {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 15.2vw;
    height: 16.53vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec06_ill02.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 8vw;
    right: 10vw;
}

#sec06 .choiceList {
    padding: 0 4vw;
}

#sec06 .choiceList li {
    margin-bottom: 6.66vw;
    padding-bottom: 6.66vw;
}

#sec06 .choiceList li {
    background-size: 86vw 1.6vw;
    width: 100%;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec06_dot.png");
    background-position: left bottom;
    background-repeat: no-repeat;

}

#sec06 .choiceList li:last-child {
    background-image: none;
}

#sec06 .choiceList li h3 {
    font-size: 4.5vw;
    font-weight: bold;
}

#sec06 .choiceList li p {
    font-size: 3.73vw;
}


#sec06 .ex {
    text-align: center;
    padding: 0 4vw;
}

#sec06 .ex h3 {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 48vw;
    color: #fff;
    font-size: 6.4vw;
    background: #00b9ef;
    border-radius: 6.66vw;
    line-height: 13.33vw;
    font-weight: bold;
}

#sec06 .ex h3:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 15px solid #00b9ef;
}

#sec06 .ex h3 p {
    margin: 0;
    padding: 0;
    text-align: center;
}

#sec06 .ex .txt {
    text-align: left;
    font-size: 3.73vw;
    margin-top: 8vw;
}

#sec06 .ex ul p {
    font-size: 3.73vw;
    margin: 10.66vw 0;
    position: relative;
}

#sec06 .ex li {
    position: relative;
}

#sec06 .ex li::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 8.53vw;
    height: 4.8vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec06_ex_arw.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10.66vw;
    right: 0;
    left: 0;
    margin: auto;
}

#sec06 .ex li:nth-child(3)::before {
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec06_ex_plus.png");
    width: 8.53vw;
    height: 8.53vw;
    bottom: -16vw;
}

#sec06 .ex li:last-child {
    margin-top: 10.66vw;
}

#sec06 .ex li:last-child::before {
    background-image: none;
}

#sec06 .voice h3 {
    width: 82.66vw;
    margin: 5.33vw auto;
}

#sec06 .voice .txt {
    font-size: 3.73vw;
    text-align: center;
}

#sec06 .voice h4 {
    width: 52vw;
    margin: 13.33vw auto 5.33vw;
}

#sec06 .slider {
    border: 1px solid #00b9ef;
    margin: 0 6.66vw;
}

#sec06 .slideWrap {
    position: relative;

}

#sec06 .slider h4 {
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

#sec06 .slider h4 span {
    font-size: 6.4vw;
}

#sec06 .slider .txt01 {
    font-size: 4.8vw;
    padding: 8vw 8vw 0 5.33vw;
    font-weight: bold;
    box-sizing: border-box;
}

#sec06 .slider .txt01 p {
    border-bottom: 4px dotted #fedd78;
}

#sec06 .slider .txt02 {
    padding: 8vw;
    font-size: 3.73vw;
    box-sizing: border-box;
}


#sec06 .linkTxt {
    text-align: center;
    font-size: 3.2vw;
    margin-top: 10.66vw;
}

#sec06 .linkTxt a {
    color: #231815;
    text-decoration: none;
}


#sec06 .linkTxt a span {
    color: #00b9ef;
}

#sec06 .btn {
    margin: 13.33vw auto;
}

#sec06 .reason h3 {
    text-align: center;
    font-size: 5.33vw;
    font-weight: bold;
    position: relative;
}

#sec06 .reason h3::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 9.6vw;
    height: 18.66vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec06_ill04.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 6vw;
    left: 2vw;
}

#sec06 .reason h3::after {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 9.6vw;
    height: 18.66vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec06_ill03.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 6vw;
    right: 2vw;
}


#sec06 .reason .graph {
    margin: 5.33vw auto 13.33vw auto;
}



/********** [sec07]**********/

#sec07 {
    margin-bottom: 13.33vw;
}

#sec07 .ttl {
    font-size: 5.33vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
}

#sec07 h2 {
    height: 8vw;
    width: auto;
    text-align: center;
    margin-bottom: 8vw;
    position: relative;
}

#sec07 h2 img {
    height: 100%;
    width: auto;
}


#sec07 h2::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 25vw;
    height: 13.86vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec07_ill01.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 2vw;
    left: 4vw;
}

#sec07 .plan .img01 {
    width: 82.6vw;
    margin: 10.66vw auto 0 auto;
}

#sec07 .plan .note {
    font-size: 2.4vw;
    padding: 0 10.66vw;
    margin: 5.33vw 0;
}

#sec07 .plan .img02 {
    padding: 0 6.66vw;
}

#sec07 .plan .txt {
    font-size: 3.73vw;
    padding: 3vw 2.66vw 13.33vw;
}

#sec07 .qa {
    text-align: center;
}

#sec07 .qa h3 {
    font-size: 5.33vw;
    font-weight: bold;
    margin-top: 13.33vw;
    margin-bottom: 5.33vw;
}

#sec07 .qa h4 {
    font-size: 5.33vw;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin: 0 auto 5vw auto;
}

#sec07 .qa h4::before {
    content: "";
    border-bottom: 1.06vw solid #fedd78;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#sec07 .qa ul li {
    text-align: left;
    border: 1px solid #727171;
    border-radius: 10px;
    font-size: 3.73vw;
    margin-bottom: 3.73vw;
}

#sec07 .qa ul li dt {
    font-weight: bold;
/*     padding: 3vw 3vw 2.66vw 9.66vw; */
    padding: 3vw 8vw 2.66vw 9.66vw;
    position: relative;
    cursor: pointer;
}

#sec07 .qa ul li dt::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 5.33vw;
    height: 6.66vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec07_q.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 3vw;
    left: 3vw;
}

#sec07 .qa ul li dt::after {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 6.66vw;
    height: 6.66vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec07_qa_open.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 3vw;
    right: 3vw;
}

#sec07 .qa ul li dt.active::after {
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec07_qa_close.png");
}

#sec07 .qa ul li dd {
    background-color: #f4ece0;
    padding: 3vw 3vw 2.66vw 9.66vw;
    border-radius: 0 0 10px 10px;
    position: relative;
}


#sec07 .qa ul li dd::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 5.33vw;
    height: 6.66vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec07_a.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 3vw;
    left: 3vw;
}

#sec07 .qa .qaList:first-of-type {
    margin-bottom: 8vw;
}


/********** [sec08]**********/

#sec08 {
    margin-bottom: 13.33vw;
    margin-bottom: 20vw;
}

#sec08 .ttl {
    font-size: 5.33vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 5.33vw;
    padding-bottom: 5.33vw;
}

#sec08 h2 {
    height: 8vw;
    width: auto;
    text-align: center;
    margin-bottom: 8vw;
    position: relative;
}

#sec08 h2 img {
    height: 100%;
    width: auto;
}


#sec08 h2::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 20.53vw;
    height: 20.53vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec08_ill01.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -10vw;
    right: 6vw;
}

#sec08 > .inner > .txt {
    font-size: 3.73vw;
    text-align: center;
    margin-bottom: 13.33vw;
}

#sec08 .slider {
    border: 1px solid #00b9ef;
    margin: 0 6.66vw;
}

#sec08 .slideWrap {
    position: relative;

}

#sec08 .slider h4 {
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

#sec08 .slider .cat {
    margin: 5.33vw 5.33vw 0 5.33vw;
    font-size: 2.93vw;
    font-weight: bold;
    background-color: #fedd78;
    text-align: center;
    display: inline-block;
    line-height: 5.33vw;
    width: 26.66vw;
}

#sec08 .slider .txt {
    padding: 8vw;
    font-size: 4.53vw;
    box-sizing: border-box;
    padding: 3vw 5.33vw 6.66vw 5.33vw;
}


/********** [sec09]**********/

#sec09 {
    margin-bottom: 13.33vw;
}

#sec09 .ttl {
    font-size: 5.33vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 5.33vw;
    padding-bottom: 13.33vw;
}

#sec09 h2 {
    height: 8vw;
    width: auto;
    text-align: center;
    margin-bottom: 8vw;
    position: relative;
}

#sec09 h2 img {
    height: 100%;
    width: auto;
}


#sec09 h2::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 14.13vw;
    height: 14.4vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec09_ill01.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -3vw;
    left: 16vw;
}

#sec09 .newsList {
    padding: 0 8vw;
    font-size: 3.73vw;

}

#sec09 .newsList li {
    margin-bottom: 8vw;
}

#sec09 .newsList li:last-child {
    margin-bottom: 0;
}

#sec09 .newsList a {
    text-decoration: none;
    color: #231815;
    font-weight: bold;
}

#sec09 .newsList .date {
    display: block;
    color: #727171;
}

footer {
    padding: 10.66vw 12vw 8vw;
    background-color: #efefef;
}

footer .logoArea {
    text-align: center;
    font-size: 2.4vw;
}

footer .logoArea h2 {
    width: 58.6vw;
    margin: 2.66vw auto 9.33vw;
}

footer .footMenu dt {
    font-weight: bold;
    font-size: 4.26vw;
}

footer .footMenu dd {
    font-size: 3.73vw;
    margin-top: 3vw;
    min-height: 0.1px;
}

footer a {
    text-decoration: none;
    color: #231815;
}

footer .footBtmMenu {
    display: flex;
    font-size: 3.2vw;
    justify-content: space-between;
    padding: 3vw 0;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
    margin: 8vw 0 5.33vw;
}

footer .footSns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 47vw;
    margin: 0 auto;
}

footer .footSns li:nth-child(1) {
    width: 11.2vw;
}

footer .footSns li:nth-child(2) {
    width: 13.86vw;
}

footer .footSns li:nth-child(3) {
    width: 12.8vw;
}

a:hover {
/*     text-decoration: underline; */
}

.pcHide {
    display: block;
}

.spHide {
    display: none;
}

@media screen and (min-width:768px) {

    .pcHide {
        display: none !important;
    }

    .spHide {
        display: block;
    }

    section .inner {
        width: 1000px;
        padding: 0;
        margin: 0 auto;
    }

    header.wow {
        position: fixed;
        width: 100%;
        background-color: #fff;
        box-sizing: border-box;
        z-index: 1000;
    }

    header.wow .inner {
        width: 1000px;
        margin: 0 auto;
        box-sizing: border-box;
        display: flex;
    }

    header.wow h1 {
        font-size: 12px;
        margin-bottom: 1vw;
    }

    header.wow h2 {
        width: 250px;
    }

    header.wow .inner {
        position: relative;
        padding: 0;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }


    header.wow .inner #pcMenu {
        margin-left: 100px;
    }

    header.wow .inner #pcMenu ul {
        display: flex;
    }

    header.wow .inner #pcMenu ul li {
        margin-left: 20px;
    }

    header.wow .inner #pcMenu ul a {
        color: #000;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
    }

    header.wow .inner #pcMenu ul a:hover {
        text-decoration: underline;
    }

    #main {
        padding-top: 100px;
        text-align: center;
    }

    #main #kv {
        padding-top: 100px;
        padding-bottom: 100px;
        border-bottom: 10px solid #00b9ef;
        border-top: 10px solid #00b9ef;
    }

    #main #kv img {
        width: 920px;
        height: auto;
    }

    #sec01 {
        margin-bottom: 100px;
/*         padding: 0 4vw; */
		padding: 0;
    }


    #sec01 h2 {
        font-size: 40px;
        font-weight: bold;
        margin: 50px auto 50px auto;
        text-align: center;
    }

    #sec01 .txt01 {
        font-size: 18px;
        margin-bottom: 13.33vw;
        float: left;
        width: 50%;
        line-height: 2;
    }

    #sec01 .ill01 {
        width: 40%;
        float: right;
    }

    #sec01 h3 {
        width: 50%;
        margin: 160px auto 50px;
        float: right;
        clear: right;
    }

    #sec01 .txt02 {
        font-size: 18px;
        float: right;
        font-weight: bold;
        width: 50%;
    }

    #sec01 .ill02 {
        width: 40%;
        margin: 0 auto 8vw auto;
        float: left;
    }

    .pnj .btn {
        clear: both;
    }

    .pnj .btn:not(.btn-mid) a {
        display: inline-block;
        text-decoration: none;
        background-color: #ff5a00;
        color: #ffffff;
        margin: 0 auto;
        width: 600px;
        line-height: 60px;
        height: 60px;
        border-radius: 8vw;
        font-size: 22px;
        font-weight: bold;
        position: relative;
        padding-left: 0;
        box-sizing: border-box;
        padding-left: 50px;
        transition: 0.3s;
    }

    .pnj .btn:not(.btn-mid) a:hover {
        opacity: 0.7;
    }

    .pnj .btn:not(.btn-mid) a::before {
        content: "";
        display: inline-block;
        background-size: contain;
        width: 38px;
        height: 38px;
        background-image: url("https://kidslabo.xsrv.jp/content/lp/img/base/btn_arw.png");
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 12px;
        left: 168px;
    }

    #sec02 h2 {
        height: 60px;
        width: auto;
        text-align: center;
        margin-bottom: 50px;
    }

    #sec02 .ttl {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        line-height: 1.5;
        position: relative;
        padding-top: 100px;
        padding-bottom: 0;
    }

    #sec02 .ttl br {
        display: none;
    }

    #sec02 .ttl::before {
        content: "";
        display: inline-block;
        background-size: contain;
        width: 70px;
        background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec02_ill01.png");
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: -3vw;
        right: 330px;
    }

    #sec02 .ttl::after {
        content: "";
        display: inline-block;
        background-size: contain;
        width: 60px;
        background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec02_ill02.png");
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: -3vw;
        left: 330px;
    }

    #sec02 .pointList {
        margin-top: 5.33vw;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
    }

    #sec02 .pointList li {
        width: 48%;
        box-sizing: border-box;
    }

    #sec02 .pointList li h3 {
        height: 80px;
        width: auto;
        text-align: center;
    }

    #sec02 .pointList li h4 {
        font-size: 18px;
        font-weight: bold;
        color: #00b9ef;
        text-align: center;
        line-height: 1.5;
        margin: 20px auto 40px;
    }

    #sec02 .pointList li .txt {
        padding: 0;
        font-size: 14px;
        margin-top: 20px;
    }

    #sec02 .pointList li:nth-child(2) h3,
    #sec02 .pointList li:nth-child(3) h3 {
        padding-top: 0;
    }

    #sec02 .pointList li .txt span {
        border-bottom: 3px solid #fedd78;
    }

    #sec02 .pointList li:nth-child(2) h3::before {
        width: 80px;
        height: 6vw;
        right: 90px;
    }

    #sec02 .pointList li:nth-child(3) h3::before {
        width: 100px;
        height: 6vw;
        top: 0;
        left: 30px;
    }

    #sec02 .pointList li:nth-child(4) h3::before {
        width: 100px;
        top: -130px;
        right: 70px;
    }

    #sec02 .pointList li:nth-child(5) h3::before {
        width: 120px;
        top: -10px;
        right: 40px;
    }

    #sec02 .pointList li:nth-child(6) h3::before {
        height: 120px;
        top: 20px;
        left: -30px;
    }

    #sec02 .pointList li:nth-child(2) .img,
    #sec02 .pointList li:nth-child(3) .img,
    #sec02 .pointList li:nth-child(4) .img,
    #sec02 .pointList li:nth-child(6) .img {
        margin-top: 66px;
    }


    #sec02 .pointList li:nth-child(2) {
        margin-top: 200px;
    }

    #sec02 .pointList li:nth-child(3) {
        margin-top: -400px;
    }

    #sec02 .pointList li:nth-child(4) {
        margin-top: 100px;
    }



#sec02 .pointList li:nth-child(5) {
    margin-top: -250px;
}

#sec02 .pointList li:nth-child(6) {
    margin-top: 80px;
}


#sec02 .pointList li .note {
    padding: 0;
    font-size: 12px;
    margin-top: 10px;
}

#sec02 .pointList li .note br {
    display: none;
}

#sec02 .pointList li .movie p {
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

#sec02 .pointList li .movie {
    padding: 0;
}

#sec02 .pointList li:nth-child(3) .txt {
    margin-bottom: 20px;
}

#sec02 .pointList li {
    margin-bottom: 40px;
}

#sec02 .pointList li .purchase {
    margin-top: 20px;
}

#sec02 .pointList li .purchase .left {
    width: 100px;
    height: 100px;
    font-size: 14px;
}

#sec02 .pointList li .purchase .right .txt01 {
    margin-bottom: 10px;
}

#sec02 .pointList li .purchase span {
    font-size: 14px;
}

#sec02 .pointList li .purchase .right {
    font-size: 14px;
    line-height: 1.5;
    margin-left: 10px;
    width: 80%;
}

#sec02 .pointList li .purchase .right .txt02 br {
    display: none;
}

#sec02 .pointList li:nth-child(4) h3,
#sec02 .pointList li:nth-child(5) h3,
#sec02 .pointList li:nth-child(6) h3 {
    position: relative;
    padding-top: 0;
}

.concierge {
    display: flex;
    width: 1000px;
    margin: 0 auto;
}


#sec02 .concierge .upr {
    background-color: #fff5d8;
    padding: 40px;
    background-position: center 5vw;
    background-size: 100% auto;
    width: 50%;
    box-sizing: border-box;
}

#sec02 .concierge .btm {
    position: relative;
    width: 50%;
}

#sec02 .concierge .upr h3 {
    margin-top: 24vw;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
    position: relative;
}

#sec02 .concierge .upr .txt {
    font-size: 18px;
    margin-top: 5vw;
    text-align: left;
}

#sec02 .concierge .upr h3::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 100px;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec02_ill08.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -180px;
    right: 40px;
}

#sec02 .concierge .btm::after {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 100px;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec02_ill09.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 180px;
    left: -380px;
}

#sec02 .concierge .btm img {
/*     height: 100%; */
	height: auto;
}

#sec02 .btn {
    margin: 100px auto;
}

#sec03 {
    margin-bottom: 100px;
}

#sec03 h2 {
    height: 60px;
    width: auto;
    text-align: center;
    margin-bottom: 50px;
}

#sec03 .ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 100px;
}

#sec03 .ttl br {
    display: none;
}

#sec03 .slider {
    padding: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 1000px;
    box-sizing: border-box;
    position: relative;
}

#sec03 .slider h4 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;

}

#sec03 .slider h4 span {
    font-size: 20px;
}

#sec03 .slider .txt {
    font-size: 14px;
    margin: 20px 0;
}

#sec03 .slider .txt02 {
    font-size: 14px;
    margin: 20px 0;
}

#sec03 .slider::before {
    width: 8vw;
    height: 16.8vw;
    top: -11.9vw;
    right: 0;
}

#sec03 .slider li {
    width: 32%;
}

#sec03 .linkTxt {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
}

#sec04 h2 {
    height: 60px;
    width: auto;
    text-align: center;
    margin-bottom: 50px;
}

#sec04 .ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 100px;
}

#sec04 .ttl br {
    display: none;
}

#sec04 .txt {
    font-size: 20px;
    text-align: center;
}

#sec04 .txt br {
    display: none;
}

#sec04 h2::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 60px;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec04_ill01.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -80px;
    right: 340px;
}

#sec04 .voice {
    background-color: #f4ece0;
    padding: 8vw;
    margin-top: 100px;
}

#sec04 .voice h4 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 100px;
}

#sec04 .voice .modal_trigger {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
}

#sec04 .voice .modal_trigger li:nth-child(1)::before,
#sec04 .voice .modal_trigger li:nth-child(2)::before,
#sec04 .voice .modal_trigger li:nth-child(3)::before,
#sec04 .voice .modal_trigger li:nth-child(4)::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 60px;
    height: 60px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 1.33vw;
    left: 0;
}

#sec04 .voice .modal_trigger li {
    width: 24%;
    height: 24%;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
}

#sec04 .voice .modal_box {
    display: none;
    height: 90%;
    left: 0;
    right: 0;
    margin: auto;
    position: fixed;
    top: 5%;
    width: 50%;
    z-index: 9999;
    background-color: rgba(0, 185, 239, 0.8);
}

#sec04 .voice .modal_inner .img {
    width: 300px;
    height: 300px;
    margin: 0 auto 20px auto;
}

#sec04 .voice .modal_close {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 60px;
}

#sec04 {
    margin-bottom: 100px;
}

#sec05 h2 {
    height: 60px;
    width: auto;
    text-align: center;
    margin-bottom: 50px;
}

#sec05 .ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}

#sec05 .ttl br {
    display: none;
}

#sec05 .txt {
    font-size: 20px;
    text-align: center;
}

#sec05 .stepList {
    font-size: 14px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

#sec05 .stepList li h3 {
    height: 100px;
    padding-left: 0;
    position: relative;
    margin-bottom: 3vw;
}

#sec05 .stepList li {
    width: 32%;
}

#sec05 .stepList li:nth-child(1) h3::before {
    width: 80px;
    top: -130px;
    right: 60px;
}

#sec05 .stepList li:nth-child(2) h3::before {
    width: 70px;
    top: -100px;
    right: 60px;
}

#sec05 .stepList li:nth-child(3) h3::before {
    width: 110px;
    top: -70px;
    right: 0px;
}

#sec05 .txt {
    margin: 40px auto;
}

#sec05 .img {
    width: 50%;
    margin: 0 auto;
}

#sec05 .campaign h3 {
    width: 240px;
    margin: 0 auto 40px auto;
}

#sec05 .campaign .slider {
    display: flex;
    justify-content: space-between;
}

#sec05 .campaign .slider li {
    width: 32%;
}

#sec05 .campaign {
    margin-top: 200px;
    margin-bottom: 100px;
}

#sec05 {
    margin-bottom: 100px;
}

#sec06 h2 {
    height: 60px;
    width: auto;
    text-align: center;
    margin-bottom: 50px;
}

#sec06 .ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}

#sec06 .ttl br {
    display: none;
}

#sec06 .choiceList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#sec06 .choiceList li {
    background-size: 100% auto;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec06_dot.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 48%;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

#sec06 .choiceList li h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

#sec06 .choiceList li p {
    font-size: 18px;
}

#sec06 .choiceList li:last-child {
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec06_dot.png");
}

#sec06 h2::before {
    width: 50px;
    top: -60px;
    left: 350px;
}

#sec06 h2::after {
    width: 70px;
    top: -90px;
    right: 340px;
}

#sec06 .ex h3 {
    margin: 40px auto 0;
    width: 650px;
    font-size: 30px;
    line-height: 60px;
}

#sec06 .ex .txt {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 40px
}

#sec06 .ex ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}

#sec06 .ex li {
    position: relative;
    width: 45%;
}

#sec06 .ex ul p {
    font-size: 18px;
    margin: 20px 0;
    position: relative;
}

#sec06 .ex li::before {
    content: none;
}

#sec06 .ex li:last-child {
    margin-top: 0;
}

#sec06 .voice h3 {
    width: 500px;
    margin: 40px auto;

}

#sec06 .voice .txt {
    font-size: 22px;
}

#sec06 .voice .txt br {
    display: none;
}

#sec06 .voice h4 {
    width: 400px;
    margin: 100px auto 50px;
}


#sec06 .slider {
    padding: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 1000px;
    box-sizing: border-box;
    position: relative;
}

#sec06 .slider h4 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;

}

#sec06 .slider h4 span {
    font-size: 20px;
}

#sec06 .slider .txt01 {
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
}

#sec06 .slider .txt02 {
    padding: 10px 0;
    font-size: 14px;
    box-sizing: border-box;
}

#sec06 .slider li {
    width: 32%;
}


#sec06 .linkTxt {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
}

#sec06 .btn {
    margin: 100px auto;
}

#sec06 .reason h3 {
    font-size: 30px;
}

#sec06 .reason h3::before {
    width: 70px;
    top: -40px;
    left: 260px;
}

#sec06 .reason h3::after {
    width: 70px;
    top: -30px;
    right: 260px;
}

#sec06 .reason .graph {
    margin: 5.33vw auto 0 auto;
}

#sec06 {
    margin-bottom: 0;
}

#sec07 h2 {
    height: 60px;
    width: auto;
    text-align: center;
    margin-bottom: 50px;
}

#sec07 .ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}

#sec07 h2::before {
    width: 100px;
    top: -50px;
    left: 300px;
}

#sec07 .plan .note {
    font-size: 14px;
    padding: 0 100px;
    margin: 20px 0;
    text-align: center;
}

#sec07 .plan .img02 {
    padding: 0;
    margin: 30px 0;
}

#sec07 .plan .img01 {
    width: 100%;
    margin: 50px auto 0 auto;
}

#sec07 .plan .img03 {
    width: 80%;
    margin: 50px auto;
}

#sec07 .plan .txt {
    font-size: 14px;
    padding: 0 100px;
    margin: 20px 0;
    text-align: center;
}

#sec07 .btn {
    margin: 100px auto;
}

#sec07 .qa h3 {
    font-size: 30px;
    margin-top: 100px;
    margin-bottom: 50px;
}

#sec07 .qaWrap {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

#sec07 .qaWrap > div {
    width: 48%;
}

#sec07 .qa ul li {
    width: 100%;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 40px;
}

#sec07 .qa ul li dt {
    font-weight: bold;
    padding: 20px 20px 20px 60px;
    position: relative;
    cursor: pointer;
}

#sec07 .qa ul li dt::before {
    width: 30px;
    top: -10px;
    left: 20px;
}

#sec07 .qa ul li dt::after {
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
}

#sec07 .qa ul li dd {
    background-color: #f4ece0;
    padding: 20px 20px 20px 60px;
    border-radius: 0 0 10px 10px;
    position: relative;
}

#sec07 .qa ul li dd::before {
    width: 30px;
    top: -10px;
    left: 20px;
}

#sec07 .qa h4 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    margin: 0 auto 5vw auto;
}

#sec07 .qa h4::before {
    content: "";
    border-bottom: 8px solid #fedd78;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#sec07 {
    margin-bottom: 0px;
}

#sec08 h2 {
    height: 60px;
    width: auto;
    text-align: center;
    margin-bottom: 50px;
}

#sec08 .ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}



#sec08 h2::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 120px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -120px;
    right: 280px;
}

#sec08 > .inner > .txt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
}




#sec08 .slider {
    padding: 30px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 1000px;
    box-sizing: border-box;
    position: relative;
}

#sec08 .slider h4 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;

}

#sec08 .slider h4 span {
    font-size: 20px;
}

#sec08 .slider .txt {
    font-size: 14px;
    margin: 0;
    padding: 0;
}

#sec08 .slider::before {
    width: 8vw;
    height: 16.8vw;
    top: -11.9vw;
    right: 0;
}

#sec08 .slider li {
    width: 32%;
}

#sec08 .slider .cat {
    margin: 20px auto;
    font-size: 12px;
    font-weight: bold;
    background-color: #fedd78;
    text-align: center;
    display: inline-block;
    line-height: 20px;
    width: 100px;
}

#sec08 {
    margin-bottom: 100px;
}

#sec09 h2 {
    height: 60px;
    width: auto;
    text-align: center;
    margin-bottom: 50px;
}

#sec09 .ttl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 50px;
}



#sec09 h2::before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 80px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -80px;
    left: 330px;
}

#sec09 .newsList {
    padding: 0 20px;
    font-size: 16px;
/*     width: 100%; */
    margin: 0 auto;
}

#sec09 .newsList li {
    margin-bottom: 30px;
    border-bottom: 1px dashed #bab9b9;
}

#sec09 .newsList .date {
    display: inline;
    color: #727171;
    float: left;
    margin-right: 20px;
}

footer .logoArea h1 {
    font-size: 12px;
}

footer .logoArea h2 {
    width: 350px;
    margin: 0 auto 50px;
}

footer .footMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .footMenu dt {
    font-size: 18px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #231815;
    padding-bottom: 5px
}

footer .footMenu dd {
    font-size: 14px;
    margin-top: 20px;
    width: 48%;
}

footer {
    padding: 4vw 10vw 2vw;
    background-color: #efefef;
}

footer .footBtmMenu {
    display: flex;
    font-size: 14px;
    justify-content: space-around;
    padding: 20px 0;
    border-top: 1px solid #231815;
    border-bottom: 1px solid #231815;
    margin: 20px 0 20px;
}

footer .footBtmMenu li {
    text-align: center;
    width: 30%;
}

footer .footSns li:nth-child(1) {
    width: 60px;
}

footer .footSns li:nth-child(2) {
    width: 80px;
}

footer .footSns li:nth-child(3) {
    width: 60px;
}

footer .footSns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 30%;
    margin: 0 auto;
}



.slick-list {
    margin-right: -12px !important;
    /* ガター分ネガティブマージン */
}

.slick-slide {
    margin-right: 12px;
    /* ガター */
}

.slick-prev:before {
    width: 20px !important;
}

.slick-next:before {
    width: 20px !important;
}

.slick-prev {
    left: -40px !important;
}

.slick-next {
    right: -45px !important;
}

}

/* slick-theme.css?v=20260513imgfix1 */


/* Slider */
.slick-loading .slick-list {
    background: #fff url("https://kids-laboratory.co.jp/Contents/WpAssets/lp/common/css/ajax-loader.gif") center center no-repeat;
}

/* Icons: font files are not served as fonts in this W2 environment. */

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;

    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 3.2vw;
    height: 5.33vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/base/slide_arw_l.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;     
}

.slick-next:before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 3.2vw;
    height: 5.33vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/base/slide_arw_r.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute; 
    left: 0;
}

.campaign .slick-prev:before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 3.2vw;
    height: 5.33vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec05_camp_arw_l.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;     
}

.campaign .slick-next:before {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 3.2vw;
    height: 5.33vw;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec05_camp_arw_r.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute; 
    right: 0;
}

.slick-prev {
    left: -8vw;
}

.campaign .slick-prev {
    left: -8vw;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -11vw;
}

.campaign .slick-next {
    right: -11vw;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -35px;
    left: 0;
    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: Arial, sans-serif;
    font-size: 3.73vw;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    color: #dcdddd;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #00b9ef;
}

.campaign .slick-dots li.slick-active button:before {
    color: #898989;
}


/* slick.css */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* plus.css?v=20260513imgfix1 */


/* W2ページ調整 */
#Header {
	padding: 0;
	margin: 0;
}

#Wrap {
    width: 100%;
    margin: auto;
}

#Foot {
    padding: 0;
	margin: 0;
}

#Contents {
    margin: 0 auto;
}

#secondary {
    padding-right: 30px;
}

#primary {
    width: 100% !IMPORTANT;
    padding: 0 !important;
	margin: 0;
}

.footer-wrap {
    display: none;
}

/*
.wrapTop #Contents > div {
	display: none;
}
*/

/* sp調整 */
#ctl00_BodyHeaderMain_upUpdatePanel {
/*     display: none; */
}

header.header.clearfix {
/*     display: none; */
}

.page-top {
/*     display: none; */
}

footer.footer.clearfix {
/*     display: none; */
}

.anchorLink {
	padding-top: 100px;
	margin-top: -100px;
}

table#tblLayout {
    width: 100%;
}

nav#menu {
	display: none;
}

.circleImg {
	border-radius: 50%;
}

/** base
===================================*/
/*
* {
	box-sizing: border-box;
}
*/

/** 表示制御
===================================*/
.visible-pc {
	display: block;
}

.hidden-pc {
	display: none;
}

.visible-tb {
	display: none;
}

.hidden-tb {
	display: block;
}

.visible-sp {
	display: none;
}

.hidden-sp {
	display: block;
}


 /*--------------------------------------------------------------------
   === [MEDIA QUERY] ====================================
 --------------------------------------------------------------------*/
#sec07 .linkTxt {
    text-align: center;
    font-size: 3.2vw;
    margin-top: 10.66vw;
}

#sec07 .linkTxt a {
    color: #231815;
    text-decoration: none;
}


#sec07 .linkTxt a span {
    color: #00b9ef;
}

.slider li {
    outline: none;
}

/*
#sec03 .ttl p span {
    border-bottom: 5px solid #fedd78;
    padding-bottom: 3px;
    line-height: 2;
}
*/

#sec03 .slider h4 span {
    border-bottom: 3px solid #fedd78;
}

.slick-next:before {
    width: 4vw;
    height: 7vw;
}

.slick-prev:before {
    width: 4vw;
    height: 7vw;
}

/* header */
.logoArea a img {
    vertical-align: baseline;
}

.slick-prev, .slick-next {
	top: calc(50% - 3.5vw);
}



/** PC only
===================================*/
@media screen and (min-width: 768px) {
nav#menu {
	display: none;
}

}/* @media */





/** Tablet
===================================*/
@media screen and (max-width: 767px) {
.visible-pc {
	display: none;
}

.hidden-pc {
	display: block;
}

.visible-tb {
	display: block;
}

.hidden-tb {
	display: none;
}

.visible-sp {
}

.hidden-sp {
}


}/* @media */





/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
.visible-pc {
}

.hidden-pc {
}

.visible-tb {
}

.hidden-tb {
}

.visible-sp {
	display: block;
}

.hidden-sp {
	display: none;
}

.nbr br {
	display: none;
}

.flreset {
	float: none !important;
	width: 100% !important;
}

.logoArea {
	text-align: center;
    margin: auto;
    padding-left: 10px;
}

header.wow h2 {
    width: 61.33vw;
    margin: auto;
}

header.wow .inner .menuBtn {
    right: auto;
}

header.wow h3 {
    font-size: 2.66vw;
    letter-spacing: 0;
}

}/* @media */



@media screen and (min-width:768px) {
header.wow .inner {
    overflow: visible;
}

header.wow .inner #pcMenu ul span {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
	cursor: pointer;
}

header.wow .inner #pcMenu ul li {
	position: relative;
}

header.wow .inner #pcMenu ul li:hover > span {
	color: #00b9ef;
}

header.wow .inner #pcMenu ul li:hover > a {
	color: #00b9ef;
}

ul#faqList {
/*     display: none !important; */
    position: absolute;
    z-index: 1;
    top: 100%;
    left: -30px;
    visibility: hidden;
    width: auto;
    white-space: nowrap;
    padding: 10px;
    transition: opacity 0.2s;
    text-align: left;
    opacity: 0;
    color: #ffffff;
    border-radius: 6px;
    background-color: #00b9ef;
}

#pcMenu ul li:hover > ul#faqList {
    visibility: visible;
    transition: opacity 0.2s;
    opacity: 1;
    display: block !important;
}

header.wow .inner #pcMenu ul#faqList li {
	float: left;
	margin-left: 10px;
	padding-right: 10px;
}

header.wow .inner #pcMenu ul#faqList li a {
	color: #fff;
}

header.wow .inner #pcMenu ul#faqList li a:hover {
	color: #fff;
	text-decoration: underline;
}

#Contents {
    padding-top: 100px;
    padding-bottom: 50px;
}

#main #kv img.main_img {
    width: 100%;
    height: auto;
}

#main #kv {
    padding: 0;
    border-bottom: 0;
	text-align: center;
}

#sec01 .ill01 {
    width: 40%;
    float: left;
}

#sec01 .txt01 {
    font-size: 18px;
    margin-bottom: 13.33vw;
    float: right;
    width: 50%;
    line-height: 2;
}

#sec01 .txt02 {
    margin: 50px auto;
    float: none;
    width: 60%;
}

#sec01 .ill02 {
    margin: auto;
    float: none;
    width: 50%;
}

#sec01 .txt01 {
    font-size: 18px;
    margin-top: 5vw;
    margin-bottom: 11.33vw;
    float: right;
    width: 50%;
    line-height: 2;
}

#sec01 h3 {
    width: 60%;
    float: none;
}

.concierge {
    flex-direction: column;
}

/*
#sec02 .concierge .upr {
    width: 100%;
    background-position: center 1vw;
}
*/

#sec02 .concierge .upr {
    width: 100%;
    background-position: left 0vw;
    background-size: 70%;
}

#sec02 .concierge .btm {
    width: 60%;
    margin: auto;
    max-width: 752px;
    margin-top: 50px;
}

/*
#sec02 .concierge .upr .txt {
    font-size: 18px;
    margin-top: 5vw;
    text-align: left;
}
*/


#sec02 .concierge .upr .txt {
    font-size: 18px;
    margin-top: 3vw;
    text-align: left;
    width: 63%;
    padding: 0 3.5%;
}

#sec02 .concierge .upr h3 {
    width: 70%;
    margin-top: 14vw;
}

#sec02 .concierge .upr h3::after {
    content: "";
    display: inline-block;
    background-size: contain;
    width: 100px;
    background-image: url("https://kidslabo.xsrv.jp/content/lp/img/top/sec02_ill09.png");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: -37px;
    z-index: 10;
    height: 130px;
    right: -14%;
}

#sec02 .concierge .upr h3::before {
    right: -40%;
    width: 120px;
    top: -102px;
}

#sec02 .concierge .btm::after {
	display: none;
}

#sec07 .qa ul li dt {
}

#sec07 .qa ul li dt::before {
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    margin: auto;
}

.movie.v2 p {
    font-size: 18px;
    margin-bottom: 20px;
}

.movie.v2 {
    margin-bottom: 3vw;
    margin: -50px auto 80px;
    text-align: center;
    width: 480px;
}

/* 1列 */
/*
#sec02 .pointList li:nth-child(3) {
    margin-top: -200px;
}

#sec02 .pointList li:nth-child(5) {
    margin-top: -50px;
}

#sec02 .pointList {
    display: block;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}

#sec02 .pointList li {
    width: 100%;
    margin-bottom: 80px;
	margin-top: 0 !important;
}
*/

/* 2列 */
/*
#sec02 .pointList li:nth-child(3) {
    margin-top: -163px;
}

#sec02 .pointList li:nth-child(4) {
    margin-top: 50px;
}

#sec02 .pointList li:nth-child(5) {
    margin-top: 20px;
}

#sec02 .pointList li:nth-child(6) {
    margin-top: 70px;
}
*/

#sec02 .pointList li {
    margin-bottom: 100px;
}

#sec02 .pointList li:nth-child(2) {
    margin-top: 0px;
}

#sec02 .pointList li:nth-child(3) {
    margin-top: 0px;
}

#sec02 .pointList li:nth-child(4) {
    margin-top: 0px;
}

#sec02 .pointList li:nth-child(5) {
    margin-top: 0px;
}

#sec02 .pointList li:nth-child(6) {
    margin-top: 0px;
}

.concierge {
    background-color: #fff5d8;
    width: 100%;
    padding-bottom: 60px;
}

ul.slider-non li {
    margin: auto;
	width: 100%;
    max-width: 480px;
}

#sec02 .concierge .upr {
    width: 100%;
    max-width: 1000px;
    margin: auto;
}

#sec02 .concierge .btm img {
    border: 1px solid #41210e;
    border: 1px solid #dcdcdc;
    /* vertical-align: middle; */
    position: relative;
}

/*
#sec02 .concierge .upr + div {
    background-color: #ededeb;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
*/

#sec02 .concierge .btm {
}

#sec03 .slider {
    padding: 30px 20px;
}

#sec03 .slider li {
    box-sizing: border-box;
    width: 32%;
    padding: 0 10px;
}

#sec04 .voice .modal_box {
    border-radius: 10px;
}

#sec04 .voice .modal_box {
    max-width: 600px;
	height: 70%;
	top: 15%;
	background-color: rgba(0, 185, 239, 0.9);
}

#sec04 .voice .modal_inner {
    padding: 3vw;
}

#sec04 .ttl {
    margin-bottom: 20px;
}

#sec04 .voice {
    margin-top: 40px;
}

.circleImg {
	border-radius: 50%;
}

#sec06 .slider {
    padding: 30px 20px;
}

#sec06 .slider li {
    box-sizing: border-box;
    width: 32%;
    padding: 0 10px;
}

#sec06 .ex ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

#sec06 .ex li:nth-child(1) {
}

#sec06 .ex li:nth-child(1) > img {
}

#sec06 .ex li:nth-child(2) {
}

#sec06 .ex li:nth-child(2) > img {
    position: relative;
    top: 7px;
}

#sec06 .ex li:nth-child(3) {
}

#sec06 .ex li:nth-child(3) > img {
    position: relative;
    top: 16px;
}

#sec06 .ex li:nth-child(4) {
}

#sec06 .ex li:nth-child(4) > img {
}

#sec06 .ex .txt {
    font-size: 21px;
}


#sec08 .slider {
    padding: 30px 20px;
}

#sec08 .slider li {
    box-sizing: border-box;
    width: 32%;
    padding: 0 10px;
}

#sec07 .linkTxt {
    text-align: center;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 8vw;
}

#sec07 .linkTxt a {
    color: #231815;
    text-decoration: none;
}

#sec07 .linkTxt a span {
    color: #00b9ef;
}

#sec07 .qa .qaList:first-of-type {
    margin-bottom: 3vw;
}

#sec07 .qa ul li dd::before {
	max-height: 100px;
}

#sec08 h2::before {
    max-height: 300px;
}


footer .footMenu {
    max-width: 1100px;
    margin: auto;
}

footer .footBtmMenu {
    max-width: 1100px;
    margin: 20px auto;
}


/* 会員ページ */
#dvUserBox {
    max-width: 1000px;
    margin: auto;
}

#dvUserBox h2 {
    padding: 20px 0px 20px 20px;
    font-size: 22px;
    border-top: 4px solid #00b9ef;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}



/* wp適応 */


.kidslabWrap {
}

.kidslabWrap header.wow .inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 30px;
}


}/* @media */



@media screen and (min-width:1300px) {
#sec02 .pointList li:nth-child(6) h3::before {
    max-width: 300px;
}

#sec05 .stepList li:nth-child(2) h3::before {
    max-height: 300px;
}

#sec05 .stepList li:nth-child(1) h3::before {
    max-height: 300px;
}

#sec05 .stepList li:nth-child(3) h3::before {
    max-height: 300px;
}

}/* @media */


@media screen and (min-width:1560px) {






}/* @media */


@media screen and (min-width: 768px) and (max-width: 1301px) {
#sec04 .voice .modal_inner .img {
    width: 260px;
    height: 260px;
}
#sec04 .txt {
    font-size: 18px;
}
}/* @media */


@media screen and (min-width: 768px) and (max-width: 1300px) {
#sec04 .voice .modal_inner .img {
    width: 200px;
    height: 200px;
}

#sec04 .txt {
    font-size: 17px;
}

}/* @media */


@media screen and (max-height: 800px) {
#sec04 .voice .modal_inner .img {
    width: 200px;
    height: 200px;
}

#sec04 .txt {
    font-size: 18px;
}	
}/* @media */


@media screen and (max-height: 600px) {
#sec04 .voice .modal_inner .img {
    width: 160px;
    height: 160px;
}

#sec04 .txt {
    font-size: 14px;
}
}/* @media */








/* 下層制作 */
@media screen and (min-width: 768px) {
#Contents > table:not(.pnj) {
    max-width: 1000px;
    margin: auto;
}

div#ctl00_ContentPlaceHolder1_upUpdatePanel {
    max-width: 1000px;
    margin: auto;
    font-size: 13px;
}
}/* @media */


/** ログイン周り
===================================*/
#dvUserContents {
    margin: 0 auto;
    max-width: 1000px;
}

#dvUserBox {
/*     padding-top: 100px; */
	padding-bottom: 50px;
}

#dvErrorInfoBox #dvErrorInfo {
    max-width: 1000px;
    margin: auto;
    box-sizing: border-box;
}

.btn-org-blk {
    color: #ffffff !important;
    background-color: #ff5a00;
    border: 0;
}

.btn-inverse {
    color: #ffffff !important;
    background-color: #ff5a00 !important;
    /* border: 0; */
    text-shadow: none;
}


/** 商品検索/一覧
===================================*/
table#tblLayout.tblLayout_ProductList {
    max-width: 1000px;
    margin: auto;
	font-size: 13px;
}

.heightLineParent {
    display: flex;
    flex-wrap: wrap;
}


/** 商品詳細
===================================*/
.tblLayout_ProductDetail {
    max-width: 1000px;
    margin: auto;
    font-size: 13px;
}

/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
.breadcrumbs {
    padding: 10px;
}
}/* @media */


/** カート内
===================================*/
.cartstep {
    margin: auto;
    max-width: 1000px;
}

.btmbtn.above.cartstep {
    max-width: 1000px;
    margin: auto;
}

.btmbtn.below {
    max-width: 1000px;
    margin: auto;
}

#CartList h3 {
    background-color: #00b9ef;
    color: #fff;
}

.btn-success {
    background: none;
    background-color: #ff5a00;
    border: none;
    border-color: #ff5a00;
    text-shadow: none;
    box-shadow: none;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    background-color: #ff5a00;
    *background-color: #ff5a00;
}

#CartList div.btmbtn .btn-large {
    box-shadow: none;
    border: 0;
}

.cart-unit h2, .order-unit h2 {
    background-color: #00b9ef;
}

.cart-footer .button-next .btn {
    background-color: #ff5a00;
    font-size: 1.3em;
    font-weight: bold;
    padding: 1em;
}

.cart-footer .button-next .btn {
    background-color: #ff5a00;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff !important;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
	line-height: 1;
    padding: 25px 0;
}

.cart-footer .button-next.order .btn {
    background-color: #ff5a00;
    font-size: 1.3em;
    font-weight: bold;
    padding: 1em;
}

.cart-footer .button-next.order .btn {
    background-color: #ff5a00;
    font-size: 1.3em;
    font-weight: bold;
    color: #fff !important;
    font-weight: bold;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
	line-height: 1;
    padding: 25px 0;
}

#Contents input {
    padding: 5px;
    border-radius: 3px;
}

#Contents div.submain {
	overflow: hidden;
}

div#ctl00_ContentPlaceHolder1_hgcCompleteMessage {
    float: right;
    max-width: 350px;
}

#CartList div.btmbtn {
	border-top: 0;
}

/* 0106 */
div.cartstep h2 {
    padding-bottom: 10px !important;
}

div.btmbtn.above .btn-success {
    width: 240px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    font-size: 20px;
}

#CartList div.btmbtn .btn-large.btn-success {
    width: 240px;
    font-size: 20px;
    line-height: 50px;
    padding: 0;
}

.uline {
    border-bottom: 3px solid #fedd78;
}


/** レスポンシブ調整
===================================*/
@media screen and (min-width: 768px) and (max-width: 1200px) {
#sec04 .voice {
    padding: 8vw 0;
}
}/* @media */

@media screen and (max-width: 768px) {
#primary {
    max-width: 768px;
    margin: auto;
}
}/* @media */


/** プランリンク
===================================*/
.planLink {
	position: relative;
}

.planLink a {
	position: absolute;
}

.planLink a:hover {
	background-color: rgba(255,255,255,0.2);
}

.planLink.vpc a.plan1l {
    display: block;
    width: 48%;
    height: 77%;
    top: 0;
    left: 0;
    /* background-color: rgba(255,0,0,0.1); */
}

.planLink.vpc a.plan2l {
    display: block;
    width: 48%;
    height: 77%;
    top: 0;
    right: 0;
    /* background-color: rgba(255,255,0,0.1); */
}

.planLink.vsp a.plan1l {
    display: block;
    width: 100%;
    height: 42%;
    top: 9%;
    left: 0%;
/*     background-color: rgba(255,0,0,0.1); */
}

.planLink.vsp a.plan2l {
    display: block;
    width: 100%;
    height: 31.5%;
    top: 57.5%;
    right: 0;
    /* background-color: rgba(255,255,0,0.1); */
}


/** コラムスライダー
===================================*/
#colmunSlider .img a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 66.6%;
}

#colmunSlider .img img {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}



/*フロー*/
.member_flow {
    margin: 0 auto;
    padding: 20px 0;
	max-width: 1000px;
}
.member_flow ul {
    width: 100%;
    display: block;
    *zoom: 1;
    height: 1%;
}
.member_flow.UserRegist ul {
	width: 80%;
	margin: 0 auto !important;
}
.member_flow ul::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.member_flow ul.member_flow_tree li {
    width: 33.3%;
}
.member_flow ul.member_flow_two li {
    width: 50%;
}
.member_flow ul.member_flow_four li {
    width: 25%;
}
.member_flow ul.member_flow_six {
	width: 90%;
	margin: auto;
}
.member_flow ul.member_flow_six li {
    width: 20%;
    box-sizing: border-box;
}

.member_flow ul li {
    height: 50px;
    line-height: 50px !important;
    padding: 0 0 0 20px;
    font-size: 16px;
    background: #eee;
    color: #000;
    position: relative;
    float: left;
    text-align: center;
    font-weight: 400;
}
.member_flow ul li .triangle {
    right: -23px;
    z-index: 2;
    border-width: 25px 0px 25px 25px;
    border-color: transparent transparent transparent #eee;
}
.member_flow ul li .triangle, .member_flow ul li .triangle-line {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
}
.member_flow ul li .triangle-line {
    right: -33px;
    z-index: 1;
    border-width: 35px 0 35px 35px;
    border-color: transparent transparent transparent #fff;
}
@-moz-document url-prefix() {
	.member_flow ul li .triangle-line { top: -10px !important; }
}

.member_flow.UserRegist ul li .triangle { right: -15px; }
.member_flow.UserRegist ul li .triangle-line  { right: -25px; }


.member_flow ul li .triangle,.member_flow ul li .triangle-line {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
}
.member_flow ul li.current {
    background: #00b9ef;
    color: #fff;
    font-weight: bold;
}
.member_flow ul li.current .triangle-line {
    border-color: transparent transparent transparent #fff;
}
.member_flow ul li.current .triangle {
    border-color: transparent transparent transparent #00b9ef;
}

#CartFlow ul.member_flow_3 {
    width: 90%;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

#CartFlow ul.member_flow_3 li {
    width: 33%;
    box-sizing: border-box;
}

.w2Line_span {
	border-bottom: 3px solid #fedd78;
}

.cartListH {
}

.sougoukei {
	font-size: 16px;
}

.sougoukei.v2 {
	padding-right: 10px;
}

#CartList div.productList p.ttl {
    display: none;
}

#CartList table {
    height: 50px;
    width: 100%;
    font-size: 12px;
}

#CartList table td {
    vertical-align: middle;
	text-align: center;
}

#CartList table td:first-child {
    width: 373px;
}

#CartList table td:nth-child(2) {
    width: 142px;
}

#CartList table td:nth-child(3) {
    width: 93px;
}

#CartList table td:nth-child(4) {
    width: 80px;
}

#CartList table td:nth-child(5) {
    width: 112px;
}

#CartList div.productList div.couponBox {
}

#CartList div.productList div.couponBox div.box {
    background: none;
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.couponBox div.boxbtm dt {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
	padding: 10px;
    box-sizing: border-box;
}

.couponBox div.boxbtm span {
    display: block;
    padding-top: 6px;
    padding: 0;
}

.couponBox div.boxbtm dd {
    float: none;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#CartList div.productList div.pointBox div.box div, #CartList div.productList div.couponBox div.box div {
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    background: none;
    padding-bottom: 0 !important;
}

.couponBox div.boxbtm dl {
    width: 100%;
}

#Contents .couponBox input {
    padding: 5px;
    border-radius: 3px;
    width: 100% !important;
    box-sizing: border-box;
    padding: 10px;
    font-size: 12px;
}

/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
.member_flow ul.member_flow_six {
    width: 100%;
    margin: auto;
}

.member_flow ul li {
    height: 40px;
    line-height: 40px !important;
    padding: 0 0 0 15px;
    font-size: calc( 24 * (100vw / 750));
    position: relative;
    float: left;
    text-align: center;
}

.member_flow {
    margin: 0;
   padding: calc( 50 * (100vw / 750)) calc( 30 * (100vw / 750));
}
.member_flow ul {
    width: 100%;
    display: block;
    *zoom: 1;
    height: 1%;
}
.member_flow ul::after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.member_flow ul.member_flow_tree li {
    width: 33.3%;
}
.member_flow ul.member_flow_two li {
    width: 50%;
}
.member_flow ul.member_flow_four li {
    width: 25%;
}
.member_flow ul.member_flow_six li {
    width: 20%;
	background-color: #ddd;
}
.member_flow ul.member_flow_six li:first-child { padding-right: 10px; }
.member_flow ul li {
    height: 40px;
    line-height: 40px !important;
    padding: 0 0 0 15px;
    font-size: calc( 23 * (100vw / 750));
    background: #eee;
    color: #fff;
    position: relative;
    float: left;
    text-align: center;
}
.member_flow ul li.line2 {
  text-align: center;
  line-height: 15px !important;
  padding-top: 5px;
}
.member_flow ul li .triangle {
    right: -10px;
    z-index: 2;
    border-width: 20px 0px 20px 10px;
    border-color: transparent transparent transparent #ddd;
}
.member_flow ul li .triangle, .member_flow ul li .triangle-line {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
}
.member_flow ul li .triangle-line {
    right: -15px;
    z-index: 1;
    border-width: 30px 0 30px 15px;
    border-color: transparent transparent transparent #fff;
}
.member_flow ul li .triangle,.member_flow ul li .triangle-line {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
}
.member_flow ul li.current {
    background: #00b9ef;
    color: #fff;
    font-weight: bold;
}
.member_flow ul li.current .triangle-line {
    border-color: transparent transparent transparent #fff;
}
.member_flow ul li.current .triangle {
    border-color: transparent transparent transparent #00b9ef;
}

.order-footer .button-next .btn {
    background-color: #ff5a00;
    font-size: 1.3em;
    font-weight: bold;
    padding: 1em;
}

.slick-prev:before {
    width: 4vw;
    height: 34px;
}

.slick-next:before {
    width: 4vw;
    height: 34px;
}

.uline {
    border-bottom: 0.53vw solid #fedd78;
}

.w2Line_span {
	border-bottom: 0.53vw solid #fedd78;
}

}/* @media */


/* カートフォーム */
.requires input {
	background-color: #FFDAD9;
}

.order-unit .order-form dt.newDt {
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 0;
}

.order-unit .order-form dt {
	font-size: 12px;
    background-color: #fff;
    padding-bottom: 0;
}

.ndt {
    margin-right: 1%;
	font-size: 12px;
}

.v2 .ndt {
    float: left;
    width: 49%;
    margin-right: 1%;
	font-size: 12px;
}

.ndt em.reqem {
    color: #f00;
    display: inline-block;
    border: 1px solid #f00;
    line-height: 16px;
    border-radius: 8px;
    padding: 0 5px;
    font-size: 10px;
    margin-left: 10px;
}

.ndt em.niniem {
    color: #888;
    display: inline-block;
    border: 1px solid #888;
    line-height: 16px;
    border-radius: 8px;
    padding: 0 5px;
    font-size: 10px;
    margin-left: 10px;
}

.order-unit .order-form dd {
    margin-bottom: 20px;
}

.order-comfirm .order-unit .order-form dd dt {
	padding: 0.5em;
}

.require.v2 {
    color: #f00;
    display: inline-block;
    border: 1px solid #f00;
    line-height: 16px;
    border-radius: 8px;
    padding: 0 5px;
    font-size: 10px;
    margin-left: 10px;
	font-weight: normal;
}

.order-form .zip .btn-add-search {
    background-color: #ff5a00;
}

.order-payment .payment-list dt.title {
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    margin: 5px;
    color: #333;
    font-size: 14px;
}

.order-payment .payment-list dd {
    font-size: 14px;
}

.order-comfirm .order-unit .order-form dd dt {
    background: none;
    border-bottom: 1px solid #ccc;
}

div#ctl00_ContentPlaceHolder1_rCartList_ctl00_hgcChangeUserInfoBtn {
    margin-top: -70px;
}

.cart-footer .button-next.order .btn {
    background-color: #ff5a00 !important;
}
/* footer-v2.css?v=20260915-cart-black */
/* footer-v2.css canonical common parts (2026-05-31) */

:root {
  --kl-charcoal: #2f3336;
  --kl-muted: #6f7579;
  --kl-blue: #21c2f1;
  --kl-drawer-bg: #e9fcfc;
  --kl-footer-bg: #f7f3ec;
}

html body header.wow.fadeIn,
.kl-v2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis-weight: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-padding-top: 81px !important;
  max-width: 100% !important;
  overflow-x: hidden !important;
  overscroll-behavior-x: none;
}

html body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

[id] {
  scroll-margin-top: 81px;
}

html body div#wrapper.kidslabWrap,
html body .kidslabWrap > #scroll-content,
html body #Contents {
  max-width: 100% !important;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  html body div#wrapper.kidslabWrap,
  html body .kidslabWrap > #scroll-content,
  html body #Contents {
    overflow-x: hidden !important;
  }
}

.kidslabWrap #breadcrumb,
body #breadcrumb.footer_type1,
body #breadcrumb {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body #breadcrumb + footer,
body #breadcrumb ~ footer {
  margin-top: 0 !important;
}

.kidslabWrap > #scroll-content > footer,
body footer[role="contentinfo"] {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  border-top: 0 !important;
  background: var(--kl-footer-bg) !important;
}

body footer[role="contentinfo"] > .clearfix:empty,
body footer[role="contentinfo"]::before,
body footer[role="contentinfo"]::after {
  display: none !important;
}

@media (min-width: 769px) {
  html body #contents {
    display: block !important;
  }

  html body #main-contents,
  html body main.main-contents {
    width: 100% !important;
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
  }

  html body #side,
  html body .side,
  html body #sidebar-wrap,
  html body aside.sidebar {
    display: none !important;
  }
}

.cta-content .kl-role-card,
.cta-content .kl-role-card-v2,
section.cta-content [data-kl-rolecard] {
  display: none !important;
}

/* Header */
html body header.wow.fadeIn,
html body .kidslabWrap > #scroll-content > header.wow.fadeIn {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 65px !important;
  min-height: 65px !important;
  max-height: 65px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(228,238,243,.78) !important;
  z-index: 100000 !important;
  background: rgba(255,255,255,.86) !important;
  backdrop-filter: blur(14px) !important;
  box-shadow: none !important;
}

html body div#wrapper.kidslabWrap {
  padding-top: 65px !important;
}

html body .kidslabWrap > #scroll-content {
  padding-top: 0 !important;
}

html body header.wow.fadeIn .inner,
html body .kidslabWrap > #scroll-content > header.wow.fadeIn .inner {
  width: min(1200px, calc(100% - 48px)) !important;
  max-width: 1200px !important;
  height: 65px !important;
  min-height: 65px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

html body header.wow.fadeIn .logoArea {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  flex: 0 0 310px !important;
  width: 310px !important;
  max-width: 310px !important;
  min-width: 0 !important;
  gap: 7px !important;
  line-height: 1.1 !important;
  margin: 0 !important;
  padding: 0 !important;
}

html body header.wow.fadeIn .logoSub {
  margin: 0 !important;
  color: #82878b !important;
  font-size: 10.5px !important;
  font-weight: 500 !important;
  letter-spacing: .12em !important;
  line-height: 1.15 !important;
  white-space: nowrap !important;
}

html body header.wow.fadeIn .logoMain img {
  display: block !important;
  width: 204px !important;
  max-width: 204px !important;
  height: auto !important;
  filter: grayscale(1) brightness(.28) !important;
}

html body header.wow.fadeIn #pcMenu {
  display: block !important;
  margin-left: auto !important;
}

html body header.wow.fadeIn #pcMenu > ul {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body header.wow.fadeIn #pcMenu > ul > li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html body header.wow.fadeIn #pcMenu > ul > li > span,
html body header.wow.fadeIn #pcMenu > ul > li > a,
html body header.wow.fadeIn #pcMenu > ul > li.kl-pc-account-menu summary {
  color: var(--kl-charcoal) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

html body header.wow.fadeIn #pcMenu > ul > li.kl-pc-account-menu details {
  position: relative !important;
}

html body header.wow.fadeIn #pcMenu > ul > li.kl-pc-account-menu summary {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  cursor: pointer !important;
  list-style: none !important;
}

html body header.wow.fadeIn #pcMenu > ul > li.kl-pc-account-menu summary::-webkit-details-marker {
  display: none !important;
}

html body header.wow.fadeIn #pcMenu > ul > li.kl-pc-account-menu summary::after {
  content: none !important;
}

html body header.wow.fadeIn #pcMenu > ul > li.kl-pc-account-menu details[open] summary::after {
  content: none !important;
}

html body header.wow.fadeIn #pcMenu > ul > li.kl-pc-account-menu details > ul {
  position: absolute !important;
  top: calc(100% + 16px) !important;
  left: 50% !important;
  width: 220px !important;
  margin: 0 !important;
  padding: 10px !important;
  display: grid !important;
  gap: 2px !important;
  list-style: none !important;
  transform: translateX(-50%) !important;
  background: rgba(255,255,255,.98) !important;
  border: 1px solid rgba(47,51,54,.10) !important;
  border-radius: 12px !important;
  box-shadow: 0 14px 34px rgba(47,51,54,.12) !important;
}

html body header.wow.fadeIn #pcMenu > ul > li.kl-pc-account-menu details > ul a {
  display: block !important;
  padding: 11px 12px !important;
  border-radius: 8px !important;
  color: var(--kl-charcoal) !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
}

html body header.wow.fadeIn #pcMenu > ul > li.kl-pc-account-menu details > ul a:hover,
html body header.wow.fadeIn #pcMenu > ul > li.kl-pc-account-menu details > ul a:focus {
  background: rgba(33,194,241,.10) !important;
}

html body header.wow.fadeIn #pcMenu > ul > li.kl-pc-plan-cta {
  display: flex !important;
  align-items: center !important;
}

html body header.wow.fadeIn #pcMenu > ul > li.kl-pc-plan-cta > a {
  min-width: 118px !important;
  min-height: 34px !important;
  padding: 1px 20px 2px !important;
  border-radius: 999px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--kl-blue) !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
}

html body header.wow.fadeIn #pcMenu > ul > li > ul,
html body header.wow.fadeIn #pcMenu > ul > li > ul.faqList {
  display: none !important;
}

html body header.wow.fadeIn .menuBtn {
  display: none !important;
}

/* Footer */
.kl-footer {
  background: var(--kl-footer-bg) !important;
  padding: 48px 20px 36px !important;
  color: #20262b !important;
}

.kl-footer-inner {
  max-width: 1080px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.kl-footer-brand {
  display: flex !important;
  justify-content: center !important;
  margin: 0 0 30px !important;
}

.kl-footer-brand img {
  display: block !important;
  width: 210px !important;
  height: auto !important;
  filter: grayscale(1) brightness(.28) !important;
}

.kl-footer-tagline,
.kl-footer-nav--pc {
  display: none !important;
}

.kl-footer-nav--sp {
  display: block !important;
}

.kl-footer a {
  color: rgba(32,38,43,.72) !important;
  text-decoration: none !important;
}

.kl-footer ul,
.kl-footer li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.kl-footer .kl-acc {
  margin: 0 !important;
  padding: 0 !important;
  border-top: 1px solid rgba(32,38,43,.14) !important;
  border-radius: 0 !important;
  background: transparent !important;
  text-align: left !important;
}

.kl-footer .kl-acc:last-child {
  border-bottom: 1px solid rgba(32,38,43,.14) !important;
}

.kl-footer .kl-acc summary {
  width: 100% !important;
  min-height: 55px !important;
  margin: 0 !important;
  padding: 0 2px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  color: #20262b !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  list-style: none !important;
  cursor: pointer !important;
  border: 0 !important;
  background: transparent !important;
}

.kl-footer .kl-acc summary::-webkit-details-marker {
  display: none !important;
}

.kl-footer .kl-acc summary::after {
  content: "+" !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  transform: none !important;
  color: rgba(32,38,43,.62) !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
}

.kl-footer .kl-acc[open] summary::after {
  content: "-" !important;
}

.kl-footer .kl-acc ul {
  margin: 0 !important;
  padding: 0 2px 18px !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px 28px !important;
}

.kl-footer .kl-acc a {
  display: block !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.kl-footer-sns {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 28px !important;
  margin: 26px 0 0 !important;
  padding: 0 0 26px !important;
  border-bottom: 1px solid rgba(32,38,43,.08) !important;
}

.kl-footer-sns a {
  width: 28px !important;
  height: 28px !important;
  border-radius: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  color: rgba(32,38,43,.66) !important;
}

.kl-footer-sns svg {
  width: 22px !important;
  height: 22px !important;
  display: block !important;
}

.kl-footer-sns svg,
.kl-footer-sns svg path,
.kl-footer-sns svg rect,
.kl-footer-sns svg circle:not(.ig-dot) {
  fill: none !important;
  stroke: currentColor !important;
}

.kl-footer-sns svg circle.ig-dot {
  fill: currentColor !important;
  stroke: none !important;
}

.kl-footer-legal {
  margin: 18px 0 0 !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px 22px !important;
  color: rgba(32,38,43,.58) !important;
  font-size: 11px !important;
}

.kl-footer-legal::after {
  content: "© Kids Laboratory Inc." !important;
  margin-left: auto !important;
  color: rgba(32,38,43,.5) !important;
  font-size: 11px !important;
}

/* SP drawer */
.kl-sp-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 100001 !important;
  background: rgba(31,31,31,.32) !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity .22s ease !important;
}

.kl-sp-drawer {
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: auto !important;
  width: min(84vw, 360px) !important;
  max-width: calc(100vw - 28px) !important;
  height: var(--kl-sp-vvh, 100dvh) !important;
  max-height: var(--kl-sp-vvh, 100dvh) !important;
  z-index: 100002 !important;
  background: var(--kl-drawer-bg) !important;
  color: var(--kl-charcoal) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  transform: translate3d(102%,0,0) !important;
  transition: transform .28s ease !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.kl-sp-drawer[aria-hidden="true"]:not(.is-open) {
  visibility: hidden !important;
  pointer-events: none !important;
  box-shadow: none !important;
  width: 0 !important;
  max-width: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  transform: none !important;
}

body.kl-sp-drawer-open .kl-sp-overlay {
  opacity: 1 !important;
  pointer-events: auto !important;
}

body.kl-sp-drawer-open .kl-sp-drawer {
  transform: translate3d(0,0,0) !important;
  box-shadow: -12px 0 28px rgba(47,51,54,.14) !important;
}

#klSpDrawer.kl-v2,
#klSpDrawer.kl-v2 * {
  box-sizing: border-box !important;
}

#klSpDrawer.kl-v2 a {
  color: inherit !important;
  text-decoration: none !important;
}

#klSpDrawer.kl-v2 .kl-sp-drawer__header {
  height: 48px !important;
  padding: 12px 14px 0 !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
}

#klSpDrawer.kl-v2 .kl-sp-drawer__close {
  width: 34px !important;
  height: 34px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

#klSpDrawer.kl-v2 .kl-sp-drawer__close-icon,
#klSpDrawer.kl-v2 .kl-sp-drawer__close-icon::before,
#klSpDrawer.kl-v2 .kl-sp-drawer__close-icon::after {
  display: block !important;
  position: relative !important;
  width: 18px !important;
  height: 18px !important;
}

#klSpDrawer.kl-v2 .kl-sp-drawer__close-icon::before,
#klSpDrawer.kl-v2 .kl-sp-drawer__close-icon::after {
  content: "" !important;
  position: absolute !important;
  left: 8px !important;
  top: 1px !important;
  width: 1.5px !important;
  height: 18px !important;
  background: rgba(47,51,54,.72) !important;
}

#klSpDrawer.kl-v2 .kl-sp-drawer__close-icon::before {
  transform: rotate(45deg) !important;
}

#klSpDrawer.kl-v2 .kl-sp-drawer__close-icon::after {
  transform: rotate(-45deg) !important;
}

#klSpDrawer.kl-v2 .kl-sp-drawer__scroll {
  height: calc(var(--kl-sp-vvh, 100dvh) - 48px - 66px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 0 18px 18px !important;
  -webkit-overflow-scrolling: touch !important;
  overscroll-behavior-y: contain !important;
}

#klSpDrawer.kl-v2 .kl-v2__brand { margin: 0 0 10px !important; }
#klSpDrawer.kl-v2 .kl-v2__brand-name { display: block !important; color: var(--kl-charcoal) !important; font-size: 18px !important; font-weight: 600 !important; line-height: 1.25 !important; letter-spacing: 0 !important; }
#klSpDrawer.kl-v2 .kl-v2__brand-tag { display: block !important; color: var(--kl-muted) !important; font-size: 10px !important; font-weight: 500 !important; line-height: 1.65 !important; letter-spacing: .08em !important; margin: 0 !important; white-space: nowrap !important; overflow: hidden !important; text-overflow: ellipsis !important; }
#klSpDrawer.kl-v2 .kl-v2__brand-desc { display: block !important; color: rgba(47,51,54,.72) !important; font-size: 10.5px !important; font-weight: 500 !important; line-height: 1.5 !important; margin: 5px 0 0 !important; letter-spacing: 0 !important; }
#klSpDrawer.kl-v2 .kl-v2__sep { display: block !important; height: 1px !important; margin: 9px 0 !important; background: rgba(47,51,54,.10) !important; }
#klSpDrawer.kl-v2 .kl-v2__entry-wrap,
#klSpDrawer.kl-v2 .kl-v2__section,
#klSpDrawer.kl-v2 .kl-v2__section--plans,
#klSpDrawer.kl-v2 .kl-v2__group { width: 100% !important; margin: 0 !important; padding: 0 !important; background: transparent !important; }
#klSpDrawer.kl-v2 .kl-v2__entry-lead,
#klSpDrawer.kl-v2 .kl-v2__section-label { display: block !important; color: #188da7 !important; font-size: 11px !important; font-weight: 600 !important; line-height: 1.4 !important; margin: 0 0 6px !important; padding: 0 !important; letter-spacing: 0 !important; }
#klSpDrawer.kl-v2 .kl-v2__entry,
#klSpDrawer.kl-v2 .kl-v2__card,
#klSpDrawer.kl-v2 .kl-v2__accordion,
#klSpDrawer.kl-v2 .kl-v2__list-item { background: rgba(255,255,255,.92) !important; border: 0 !important; border-radius: 10px !important; box-shadow: 0 3px 12px rgba(47,51,54,.06) !important; color: var(--kl-charcoal) !important; }
#klSpDrawer.kl-v2 .kl-v2__entry,
#klSpDrawer.kl-v2 .kl-v2__list-item,
#klSpDrawer.kl-v2 .kl-v2__accordion-btn { min-height: 40px !important; height: 40px !important; max-height: 40px !important; margin: 0 !important; padding: 8px 11px !important; display: flex !important; align-items: center !important; justify-content: space-between !important; width: 100% !important; max-width: 100% !important; border: 0 !important; background: rgba(255,255,255,.92) !important; color: var(--kl-charcoal) !important; text-decoration: none !important; font-family: inherit !important; font-size: 13px !important; font-weight: 400 !important; line-height: 1.45 !important; letter-spacing: .01em !important; text-align: left !important; appearance: none !important; }
#klSpDrawer.kl-v2 .kl-v2__entry-wrap--first { margin-top: 2px !important; }
#klSpDrawer.kl-v2 .kl-v2__entry--first { position: relative !important; min-height: 52px !important; padding: 11px 13px !important; overflow: hidden !important; border: 1px solid rgba(255,180,55,.55) !important; background: linear-gradient(180deg,#fffaf0 0%,#fff 74%) !important; box-shadow: 0 7px 18px rgba(188,122,24,.13) !important; }
#klSpDrawer.kl-v2 .kl-v2__entry--first::after { position: absolute !important; right: 12px !important; top: 50% !important; width: 7px !important; height: 7px !important; content: "" !important; border-top: 2px solid #d9821f !important; border-right: 2px solid #d9821f !important; transform: translateY(-50%) rotate(45deg) !important; }
#klSpDrawer.kl-v2 .kl-v2__entry-label,
#klSpDrawer.kl-v2 .kl-v2__card-label { display: block !important; margin: 0 !important; color: var(--kl-charcoal) !important; font-size: clamp(11px,3vw,12px) !important; font-weight: 600 !important; line-height: 1.35 !important; letter-spacing: 0 !important; }
#klSpDrawer.kl-v2 .kl-v2__entry--first .kl-v2__entry-label { display: flex !important; align-items: center !important; gap: 6px !important; padding-right: 18px !important; font-size: 14px !important; font-weight: 700 !important; }
#klSpDrawer.kl-v2 .kl-v2__entry-beginner { flex: 0 0 auto !important; display: inline-flex !important; align-items: center !important; justify-content: center !important; width: 21px !important; height: 21px !important; font-size: 17px !important; line-height: 1 !important; }
#klSpDrawer.kl-v2 .kl-v2__entry-marker { display: inline !important; padding: 0 2px 1px !important; background: linear-gradient(transparent 58%,rgba(255,218,91,.82) 58%) !important; }
#klSpDrawer.kl-v2 .kl-v2__entry-sub,
#klSpDrawer.kl-v2 .kl-v2__card-sub,
#klSpDrawer.kl-v2 .kl-v2__card-badge { display: block !important; color: rgba(47,51,54,.70) !important; font-size: 10.5px !important; font-weight: 500 !important; line-height: 1.45 !important; margin: 3px 0 0 !important; letter-spacing: 0 !important; }
#klSpDrawer.kl-v2 .kl-v2__entry--first .kl-v2__entry-sub { padding-left: 27px !important; padding-right: 18px !important; color: rgba(47,51,54,.74) !important; font-size: 11px !important; }
#klSpDrawer.kl-v2 .kl-v2__card-badge { display: inline-block !important; width: max-content !important; padding: 2px 5px !important; border-radius: 999px !important; background: #fff1e6 !important; color: var(--kl-charcoal) !important; font-size: 10px !important; white-space: nowrap !important; }
#klSpDrawer.kl-v2 .kl-v2__cards { display: grid !important; grid-template-columns: repeat(2,minmax(0,1fr)) !important; grid-auto-rows: auto !important; align-items: start !important; gap: 7px !important; width: 100% !important; margin: 0 !important; padding: 0 !important; }
#klSpDrawer.kl-v2 .kl-v2__card { display: block !important; min-height: 54px !important; height: auto !important; max-height: 70px !important; overflow: hidden !important; padding: 9px 10px !important; text-decoration: none !important; font-size: 12px !important; line-height: 1.35 !important; }
#klSpDrawer.kl-v2 .kl-v2__group { display: grid !important; grid-auto-rows: min-content !important; align-items: start !important; align-content: start !important; gap: 7px !important; }
#klSpDrawer.kl-v2 .kl-v2__accordion { overflow: hidden !important; }
#klSpDrawer.kl-v2 .kl-v2__accordion-btn > span:first-child { text-align: left !important; }
#klSpDrawer.kl-v2 .kl-v2__accordion-icon { width: 14px !important; height: 14px !important; margin-left: 10px !important; position: relative !important; flex: 0 0 14px !important; color: transparent !important; font-size: 0 !important; }
#klSpDrawer.kl-v2 .kl-v2__accordion-icon::before,
#klSpDrawer.kl-v2 .kl-v2__accordion-icon::after { content: "" !important; position: absolute !important; left: 2px !important; right: 2px !important; top: 6px !important; height: 1.5px !important; background: rgba(47,51,54,.58) !important; }
#klSpDrawer.kl-v2 .kl-v2__accordion-icon::after { transform: rotate(90deg) !important; }
#klSpDrawer.kl-v2 .kl-v2__accordion-btn[aria-expanded="true"] .kl-v2__accordion-icon::after { opacity: 0 !important; }
#klSpDrawer.kl-v2 .kl-v2__accordion-body { display: grid !important; gap: 1px !important; padding: 4px 4px 2px !important; background: #fff !important; }
#klSpDrawer.kl-v2 .kl-v2__accordion-body[hidden] { display: none !important; }
#klSpDrawer.kl-v2 .kl-v2__accordion-link { display: block !important; padding: 7px 9px !important; color: rgba(47,51,54,.78) !important; font-size: 12px !important; font-weight: 500 !important; line-height: 1.5 !important; text-decoration: none !important; border-top: 0 !important; }
#klSpDrawer.kl-v2 .kl-v2__sep--before-articles { margin-top: 16px !important; }
#klSpDrawer.kl-v2 .kl-v2__text-links { display: grid !important; grid-template-columns: 1fr !important; gap: 6px !important; margin: 0 0 14px !important; }
#klSpDrawer.kl-v2 .kl-v2__text-links a { color: rgba(47,51,54,.82) !important; font-size: 12.5px !important; line-height: 1.5 !important; text-decoration: none !important; }
#klSpDrawer.kl-v2 .kl-v2__age-block { position: relative !important; margin-top: 14px !important; }
#klSpDrawer.kl-v2 .kl-v2__age-block::after { content: "" !important; position: absolute !important; right: -1px !important; bottom: 0 !important; width: 34px !important; height: 33px !important; pointer-events: none !important; background: linear-gradient(90deg,rgba(233,252,252,0),var(--kl-drawer-bg) 86%) !important; }
#klSpDrawer.kl-v2 .kl-v2__age-scroll { display: flex !important; gap: 8px !important; overflow-x: auto !important; padding: 0 26px 2px 2px !important; -webkit-overflow-scrolling: touch !important; scrollbar-width: none !important; }
#klSpDrawer.kl-v2 .kl-v2__age-scroll::-webkit-scrollbar { display: none !important; }
#klSpDrawer.kl-v2 .kl-v2__age-scroll a { flex: 0 0 auto !important; min-width: 42px !important; min-height: 30px !important; padding: 7px 12px !important; border-radius: 999px !important; background: rgba(255,255,255,.9) !important; color: rgba(47,51,54,.82) !important; font-size: 12px !important; font-weight: 600 !important; line-height: 1.2 !important; text-align: center !important; text-decoration: none !important; }
#klSpDrawer.kl-v2 .kl-v2__chips { display: none !important; }
#klSpDrawer.kl-v2 .kl-v2__cta { position: absolute !important; left: 0 !important; right: 0 !important; bottom: 0 !important; display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 7px !important; padding: 8px 12px calc(8px + env(safe-area-inset-bottom,0px)) !important; background: rgba(233,252,252,.97) !important; border-top: 1px solid rgba(47,51,54,.08) !important; }
#klSpDrawer.kl-v2 .kl-v2__cta-line,
#klSpDrawer.kl-v2 .kl-v2__cta-phone { min-height: 38px !important; height: 38px !important; max-height: 38px !important; overflow: hidden !important; border-radius: 10px !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 4px !important; text-decoration: none !important; font-size: clamp(11px,3vw,12px) !important; font-weight: 600 !important; line-height: 1.2 !important; box-shadow: none !important; }
#klSpDrawer.kl-v2 .kl-v2__cta-line,
#klSpDrawer.kl-v2 .kl-v2__cta-line span,
#klSpDrawer.kl-v2 .kl-v2__cta-line * { background: #06c755 !important; color: #fff !important; fill: #fff !important; }
#klSpDrawer.kl-v2 .kl-v2__cta-phone { background: #fff !important; color: var(--kl-charcoal) !important; flex-direction: column !important; }
#klSpDrawer.kl-v2 .kl-v2__cta-note { display: none !important; }
#klSpDrawer.kl-v2 .kl-v2__cta-phone-note { display: block !important; color: rgba(47,51,54,.56) !important; font-size: 9.5px !important; font-weight: 600 !important; margin: 0 !important; }

@media (max-width: 768px) and (max-height: 760px) {
  #klSpDrawer.kl-v2 .kl-sp-drawer__header {
    height: 40px !important;
    padding-top: 8px !important;
  }

  #klSpDrawer.kl-v2 .kl-sp-drawer__scroll {
    height: calc(var(--kl-sp-vvh, 100dvh) - 40px - 58px) !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    padding-bottom: 14px !important;
  }

  #klSpDrawer.kl-v2 .kl-v2__brand { margin-bottom: 8px !important; }
  #klSpDrawer.kl-v2 .kl-v2__brand-name { font-size: 17px !important; }
  #klSpDrawer.kl-v2 .kl-v2__brand-tag { line-height: 1.45 !important; }
  #klSpDrawer.kl-v2 .kl-v2__brand-desc { margin-top: 4px !important; line-height: 1.4 !important; }
  #klSpDrawer.kl-v2 .kl-v2__sep { margin: 8px 0 !important; }
  #klSpDrawer.kl-v2 .kl-v2__entry-lead,
  #klSpDrawer.kl-v2 .kl-v2__section-label { margin-bottom: 6px !important; }
  #klSpDrawer.kl-v2 .kl-v2__cards { gap: 7px !important; }
  #klSpDrawer.kl-v2 .kl-v2__card { min-height: 52px !important; max-height: 66px !important; padding: 8px 10px !important; }
  #klSpDrawer.kl-v2 .kl-v2__entry,
  #klSpDrawer.kl-v2 .kl-v2__list-item,
  #klSpDrawer.kl-v2 .kl-v2__accordion-btn { min-height: 38px !important; height: 38px !important; max-height: 38px !important; padding: 7px 11px !important; font-size: 13px !important; line-height: 1.4 !important; }
  #klSpDrawer.kl-v2 .kl-v2__group { gap: 7px !important; }
  #klSpDrawer.kl-v2 .kl-v2__sep--before-articles { margin-top: 12px !important; }
  #klSpDrawer.kl-v2 .kl-v2__text-links { gap: 5px !important; margin-bottom: 12px !important; }
  #klSpDrawer.kl-v2 .kl-v2__age-block { margin-top: 12px !important; }
  #klSpDrawer.kl-v2 .kl-v2__cta {
    padding-top: 8px !important;
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px)) !important;
  }
  #klSpDrawer.kl-v2 .kl-v2__cta-line,
  #klSpDrawer.kl-v2 .kl-v2__cta-phone {
    min-height: 40px !important;
    height: 40px !important;
    max-height: 40px !important;
  }
}

@media (max-width: 768px) {
  html { scroll-padding-top: 76px !important; }
  [id] { scroll-margin-top: 76px; }

  html body div#wrapper.kidslabWrap { padding-top: 64px !important; }
  html body #Contents { padding-top: 76px !important; }

  html body header.wow.fadeIn,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn {
    height: 64px !important;
    min-height: 64px !important;
    max-height: 64px !important;
  }

  html body header.wow.fadeIn #pcMenu,
  html body header.wow.fadeIn .spHide,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn #pcMenu,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn .spHide {
    display: none !important;
    visibility: hidden !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
  }

  html body header.wow.fadeIn .inner,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn .inner {
    width: 100% !important;
    height: 64px !important;
    min-height: 64px !important;
    padding: 7px 14px 7px 20px !important;
    justify-content: flex-start !important;
    align-items: center !important;
    overflow: visible !important;
  }

  html body header.wow.fadeIn .logoArea {
    align-items: flex-start !important;
    width: 184px !important;
    max-width: 184px !important;
    gap: 6px !important;
    margin: 0 !important;
    text-align: left !important;
  }

  html body header.wow.fadeIn .logoSub {
    max-width: 184px !important;
    font-size: 0 !important;
    letter-spacing: .06em !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: clip !important;
  }

  html body header.wow.fadeIn .logoSub::before {
    content: "おもちゃサブスク・知育玩具レンタル" !important;
    font-size: 9.5px !important;
  }

  html body header.wow.fadeIn .logoMain img {
    width: 184px !important;
    max-width: 184px !important;
  }

  html body header.wow.fadeIn .menuBtn,
  html body header.wow.fadeIn .inner .menuBtn.pcHide {
    display: block !important;
    position: absolute !important;
    left: auto !important;
    right: 15px !important;
    top: 50% !important;
    width: 36px !important;
    height: 36px !important;
    margin-top: -18px !important;
    transform: none !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html body header.wow.fadeIn .menuBtn::before,
  html body header.wow.fadeIn .menuBtn::after,
  html body header.wow.fadeIn .inner .menuBtn.pcHide::before,
  html body header.wow.fadeIn .inner .menuBtn.pcHide::after {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    width: 20px !important;
    height: 1.5px !important;
    background: var(--kl-charcoal) !important;
    left: 8px !important;
  }

  html body header.wow.fadeIn .menuBtn::before,
  html body header.wow.fadeIn .inner .menuBtn.pcHide::before {
    top: 11px !important;
    box-shadow: 0 6px 0 var(--kl-charcoal) !important;
  }

  html body header.wow.fadeIn .menuBtn::after,
  html body header.wow.fadeIn .inner .menuBtn.pcHide::after {
    top: 23px !important;
  }

  .kl-footer {
    padding: 38px 20px 82px !important;
  }

  .kl-footer-inner {
    max-width: 420px !important;
  }

  .kl-footer-brand {
    margin-bottom: 28px !important;
  }

  .kl-footer-brand img {
    width: 184px !important;
  }

  .kl-footer .kl-acc ul {
    grid-template-columns: repeat(2, minmax(0,1fr)) !important;
    gap: 8px 18px !important;
  }

  .kl-footer-legal {
    flex-direction: column !important;
    justify-content: center !important;
    gap: 8px !important;
    text-align: center !important;
  }

  .kl-footer-legal::after {
    margin-left: 0 !important;
    margin-top: 4px !important;
  }
}

/* ============================================================
 * Header cart resume navigation
 * 2026-09-01: PC / narrow PC / SP common behavior
 * ============================================================ */
.kl-sp-cart {
  display: none !important;
}

.kl-cart-label--resume {
  display: none !important;
}

html.kl-has-cart-resume .kl-cart-label--default {
  display: none !important;
}

html.kl-has-cart-resume .kl-cart-label--resume {
  display: inline !important;
}

@media screen and (min-width: 769px) {
  html body header.wow.fadeIn #pcMenu > ul,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn #pcMenu > ul {
    gap: 20px !important;
  }

  html body header.wow.fadeIn #pcMenu > ul > li.kl-pc-cart-cta > a,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn #pcMenu > ul > li.kl-pc-cart-cta > a {
    gap: 6px !important;
    border: 1px solid #333333 !important;
    background: #fff !important;
    color: #333333 !important;
    box-shadow: none !important;
    white-space: nowrap !important;
  }

  html body header.wow.fadeIn #pcMenu > ul > li.kl-pc-cart-cta > a:hover,
  html body header.wow.fadeIn #pcMenu > ul > li.kl-pc-cart-cta > a:focus-visible,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn #pcMenu > ul > li.kl-pc-cart-cta > a:hover,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn #pcMenu > ul > li.kl-pc-cart-cta > a:focus-visible {
    background: #eefdff !important;
  }

  .kl-pc-cart-cta svg {
    display: block !important;
    flex: 0 0 17px !important;
    width: 17px !important;
    height: 17px !important;
  }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
  html body header.wow.fadeIn .inner,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn .inner {
    width: calc(100% - 32px) !important;
    gap: 18px !important;
  }

  html body header.wow.fadeIn .logoArea,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn .logoArea {
    flex: 0 0 245px !important;
    width: 245px !important;
    max-width: 245px !important;
  }

  html body header.wow.fadeIn #pcMenu,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn #pcMenu {
    display: block !important;
    flex: 0 0 auto !important;
    width: auto !important;
    height: auto !important;
    margin-left: auto !important;
    overflow: visible !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  html body header.wow.fadeIn #pcMenu > ul,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn #pcMenu > ul {
    gap: 0 !important;
  }

  html body header.wow.fadeIn #pcMenu > ul > li:not(.kl-pc-cart-cta),
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn #pcMenu > ul > li:not(.kl-pc-cart-cta) {
    display: none !important;
  }

  html body header.wow.fadeIn .menuBtn,
  html body header.wow.fadeIn .inner .menuBtn.pcHide,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn .menuBtn,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn .inner .menuBtn.pcHide {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 36px !important;
    width: 36px !important;
    height: 36px !important;
    margin: 0 0 0 -6px !important;
    transform: none !important;
    background: transparent !important;
  }

  html body header.wow.fadeIn .menuBtn::before,
  html body header.wow.fadeIn .inner .menuBtn.pcHide::before,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn .menuBtn::before,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn .inner .menuBtn.pcHide::before {
    content: "" !important;
    position: static !important;
    display: block !important;
    width: 20px !important;
    height: 1.5px !important;
    border-radius: 999px !important;
    background: #2f3336 !important;
    box-shadow: 0 -7px 0 #2f3336, 0 7px 0 #2f3336 !important;
  }

  html body header.wow.fadeIn .menuBtn::after,
  html body header.wow.fadeIn .inner .menuBtn.pcHide::after,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn .menuBtn::after,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn .inner .menuBtn.pcHide::after {
    content: none !important;
  }
}

@media screen and (max-width: 768px) {
  html body header.wow.fadeIn .kl-sp-cart,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn .kl-sp-cart {
    position: absolute !important;
    top: 50% !important;
    right: 62px !important;
    z-index: 10001 !important;
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 46px !important;
    min-height: 48px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateY(-50%) !important;
    color: #2f3336 !important;
    background: transparent !important;
    border-radius: 12px !important;
    font-size: 9.5px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-decoration: none !important;
  }

  html body header.wow.fadeIn .menuBtn,
  html body header.wow.fadeIn .inner .menuBtn.pcHide,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn .menuBtn,
  html body .kidslabWrap > #scroll-content > header.wow.fadeIn .inner .menuBtn.pcHide {
    right: 20px !important;
  }

  .kl-sp-cart svg {
    display: block !important;
    width: 23px !important;
    height: 23px !important;
    margin: 0 !important;
  }

  .kl-sp-cart-label {
    display: none !important;
  }

  .kl-cart-resume-badge {
    position: absolute !important;
    top: 2px !important;
    right: 4px !important;
    display: none !important;
    width: 8px !important;
    height: 8px !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    background: #ff7b00 !important;
  }

  html.kl-has-cart-resume .kl-cart-resume-badge {
    display: block !important;
  }
}
