@charset "utf-8";
/* #region common */
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:before,*:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body { font-family: 'dnp-shuei-mgothic-std', sans-serif;font-size: 16px;color: #000;}
p{line-height: 2;}

.inner-fluid{width: 100%;padding-left: 20px;padding-right: 20px;}
.img-fluid{max-width: 100%;height: auto;}

input[type="submit"], .btn{display: inline-block;margin-bottom: 0;font-weight: 500;text-align: center;white-space: nowrap;
  vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;background-image: none;
	background-color: #1d2d61;color: #fff!important;border: 0;padding: 19px 40px;font-size: 18px;line-height: 32px;border-radius: 70px;
  -webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
input[type="submit"]:hover, .btn:hover, input[type="submit"]:focus, .btn:focus{background-color: #1d2d61;color: #fff;}
.btn-yellow, .btn-yellow:hover, .btn-yellow:focus{background-color: #fcd24b;color: #000!important;
  -webkit-box-shadow: 0 7px 0 rgba(0,0,0,.19);box-shadow: 0 7px 0 rgba(0,0,0,.19);}
.btn-green, .btn-green:hover, .btn-green:focus{background-color: #17b415;color: #fff!important;
  -webkit-box-shadow: 0 7px 0 rgba(0,0,0,.19);box-shadow: 0 7px 0 rgba(0,0,0,.19);}
.btn-text-lg{font-size: 28px;font-weight: 600;padding-top: 24px;padding-bottom: 24px;}
.btn-text-lg .arrow{display: inline-block;vertical-align: 2px;margin-left: 6px;}

.media:first-child {margin-top: 0;}
.media,.media-body {overflow: hidden;zoom: 1;}
.media-body {width: 10000px;}
.media-object {display: block;max-width: none;}
.media-right, .media > .pull-right {padding-left: 10px;}
.media-left, .media > .pull-left {padding-right: 10px;}
.media-left, .media-right, .media-body {display: table-cell;vertical-align: top;}

.row:before, .row:after{display: table;content: " ";}
.row:after{clear: both;}
.row {margin-right: -10px;margin-left: -10px;}
.col-6, .col-sm-6, .col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-8 {position: relative;min-height: 1px;padding-right: 10px;padding-left: 10px;}
.no-gutters{margin-left: 0;margin-right: 0;}
.no-gutters > [class*="col-"] {padding-right: 0;padding-left: 0;}
.gutters-10{margin-left: -5px;margin-right: -5px;}
.gutters-10 > [class*="col-"] {padding-right: 5px;padding-left: 5px;}
.gutters-40{margin-left: -20px;margin-right: -20px;}
.gutters-40 > [class*="col-"] {padding-right: 20px;padding-left: 20px;}
.d-none {display: none;}
.d-inline-block {display: inline-block;}
.d-block {display: block;}
.col-6{float: left;width: 49%;}
.SPib {display: none;}

.text-center{text-align: center;}
.fw-semibold{font-weight: 600;}
.fz20{font-size: 20px;}
.fz18{font-size: 18px;line-height: 1.66667;}
.fz12{font-size: 12px;}

.mb-0{margin-bottom: 0!important;}
.mb-1{margin-bottom: 4px!important;}
.mb-2{margin-bottom: 8px!important;}
.mb-3{margin-bottom: 16px;}
.mb-4{margin-bottom: 24px;}
.mb-5{margin-bottom: 48px;}

.embed-responsive {position: relative;display: block;width: 100%;padding: 0;overflow: hidden;}
.embed-responsive::before {display: block;content: "";}
.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,
.embed-responsive video {position: absolute;top: 0;bottom: 0;left: 0;width: 100%;height: 100%;border: 0;}
.embed-responsive-21by9::before {padding-top: 42.857143%;}
.embed-responsive-16by9::before {padding-top: 56.25%;}
.embed-responsive-3by4::before {padding-top: 133.333333%;}
.embed-responsive-1by1::before {padding-top: 100%;}
/* #endregion */

/* #region Navigation */

#open_modal{}
.close-nav{border:0;background-color: transparent;padding:10px 9px;position: absolute;top:14px;right: 9px;}
.close-nav svg{display: block;}
#mask{position: fixed;top:0;bottom:0;left:0;right:0;z-index: 1000;background-color: rgba(12, 12, 20, .2);display: none;}
#navigation{position: fixed;right:0;top:0;bottom:0;width: 100%;max-width: 450px;background-color: #fff;overflow: auto;padding: 15px 0 30px;z-index: 1010;
display: none;}
.nav-logo{width: 114px;display: block;margin:10px auto 0;}
.nav-logo img{display: block;max-width: 100%;height: auto;}
#navigation ul{margin-top: 25px;}
#navigation li{padding-left: 30px;padding-right: 30px;}
#navigation li a{display: block;font-size: 22px;color: #1d2d61;line-height: 1.2;padding:15px 0 15px 34px;position: relative;font-weight: 600;
border-top:1px solid rgb(220, 220, 220);letter-spacing: .06em;}
#navigation li:last-child a{border-bottom:1px solid rgb(220, 220, 220);}
#navigation li a::before{position: absolute;content: '';width:20px;height:23px;background:url(../images/icon-duck.svg) no-repeat center center;
background-size: contain;left:0;top:50%;transform: translateY(-50%);}
#navigation li a::after{position: absolute;content: '';width:11px;height:17px;background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.8px' height='16.8px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(26, 26, 26)' stroke-width='1.2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M1.939,0.799 L9.197,8.056 L1.939,15.312 '/%3E%3C/svg%3E") no-repeat;
background-size: contain;right:0;top:50%;transform: translateY(-50%);}

.navigation-open{overflow: hidden;}
.navigation-footer{text-align: center;margin-top: 30px;font-size: 12px;}
.navigation-footer .btn{width: 100%;max-width: 360px;font-size: 24px;font-weight: 600;padding-top: 15px;padding-bottom: 15px;}
.navigation-footer .btn img{margin-right: 4px;vertical-align: -10px;}
.navigation-footer .btn svg{display: inline-block;vertical-align: 0;margin-left: 5px;}
/* #endregion */

/* #region Index */
#fv{padding:100px 50px 50px;position: relative;}
.fv-inner{background: url(../images/fv-bg.jpg) no-repeat 50% 60%;min-height: 850px;position: relative;border-radius: 45px;padding-top: 50px;background-size: cover;}
.tagline-left, .tagline-right{font-size: 13px;font-weight: 700;color: #1d2d61;font-family: 'Noto Sans', sans-serif;
  position: absolute;top:50%;margin-top: -100px;}
.tagline-left{transform: rotate(90deg);left:18px;transform-origin: left bottom;}
.tagline-right{transform: rotate(-90deg);right:18px;transform-origin: right bottom;}
.logo{position: absolute;left:-26px;top:-21px;background-color: #fff;width: 224px;height: 224px;padding-top: 40px;padding-bottom: 24px;border-radius: 50%;display: block;text-align: center;z-index: 100;}
.logo img{width: auto;height: 100%;}
.fv-sticker{position: fixed;right:20px;top:20px;z-index: 100;display: block; z-index: 200;}
.fv-line{position: absolute;right:20px;bottom:20px;z-index: 100;display: block;}
.fv-30off{position: absolute;left:20px;bottom:25px;z-index: 100;}
.fv-30off p{font-size: 10px;padding-left: 120px;margin-top: -20px;}
#fv h1{max-width: 526px;margin-left: auto;margin-right: auto;}
.fv-menu{position: absolute;right:195px;top:20px;}
.fv-menu .btn{color: #0079c1!important;border: 1px solid rgb(29, 45, 97);background-color: rgb(255, 255, 255); }
.btn-toggle-menu{font-size: 12px;padding:11px 10px;line-height: 1;width: 60px;text-align: center;margin-right: 8px;}
.btn-toggle-menu span{display: block;height:4px;border-radius:4px;margin-left: auto;margin-right: auto;margin-bottom: 4px;}
.btn-toggle-menu span:nth-child(1){background-color: rgb(29, 45, 97);width: 32px;}
.btn-toggle-menu span:nth-child(2) {background-color: rgb(230, 18, 55);width: 28px;}
.btn-toggle-menu span:nth-child(3) {background-color: rgb(0, 121, 193);width: 32px;}
.fv-menu .btn-login{padding:12px 40px;}
.fv-menu .btn-login img{width: auto;height: 34px;display: block;}

#fv.fv-a{padding:50px;overflow: hidden;background: url(../images/fv-cute.png) no-repeat center 210px;}
#fv.fv-a::before{position: absolute;content: '';top:50px;left:50px;right:50px;bottom:74px;background: url(../images/bg-pattern.jpg);z-index: -1;}
#fv.fv-a .fv-inner{border-radius: 0;padding-top: 88px;min-height: auto;background: none;}
#fv.fv-a h1{max-width: none;}
#fv.fv-a .inner{position: relative;height: 800px;}
.fv-inner-bottom{position: absolute;bottom:32px;left:38px;}
#fv.fv-a .fv-line{left:100%;right:auto;bottom:10px;width: 301px;}
.fv-info{font-size: 12px;}
#fv.fv-a .fv-menu{right:20px;top:10px;}
#fv.fv-a .fv-menu .btn-toggle-menu{border:0;color: #1d2d61!important;border-radius: 0;background-color: transparent;}
#fv.fv-a .btn-toggle-menu{margin-right: 0;padding-left: 12px;padding-right: 12px;}
#fv.fv-a .btn-toggle-menu span{height: 3px;margin-bottom: 5px;}
#fv.fv-a .btn-toggle-menu span:nth-child(1), #fv.fv-a .btn-toggle-menu span:nth-child(3){width: 36px;background-color: #1d2d61;}
#fv.fv-a .btn-toggle-menu span:nth-child(2){margin-left: 0;background-color: #1d2d61;}
#fv.fv-a .btn-green, #fv.fv-a .btn-red{font-size: 16px;font-weight: 600;border:0;color: #fff!important;padding:14px 30px;}
#fv.fv-a .btn-green img, #fv.fv-a .btn-red img{vertical-align: -8px;}
#fv.fv-a .btn-green{background-color: #5fbe3f!important;box-shadow: none;margin-right: 15px;}
#fv.fv-a .btn-red{background-color: #e61237!important;margin-right: 5px;}
#fv.fv-a .btn-red svg{vertical-align: -3px;}


#sec{background: url(../images/campaign-bg.jpg) no-repeat center 20px;padding-top: 50px;padding-bottom: 60px;min-height: 2293px;}
#sec h3{font-size: 36px;font-weight: 600;margin:30px 0 20px;}
#sec .text-line{font-size: 20px;font-weight: 600;margin-top: 15px;}
.text-deco{width: 1.1em;height: 1.25em;display: inline-block;vertical-align: -.2em;}
#sec .btn{width: 100%;max-width: 450px;}
.sec-sec{padding-top: 140px;}
.sec-sec h2{margin-bottom: 25px;}
.campaign-card{
  position: relative;
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.1);  
  padding:35px 22px 40px;
  margin-bottom: 30px;
  min-height: 524px;
}
.campaign-card::before {
  background-color: rgb(29, 45, 97);
  position: absolute;
  content: '';
  left: 40px;
  right: 40px;
  top: 0;
  height: 15px;
  border-radius: 0 0 8px 8px;
}
.campaign-card img{width: 190px;height: 190px;border-radius: 50%;object-fit: cover;margin:0 auto 30px;display: block;}
.campaign-card h4{font-size: 28px;font-weight: 600;text-align: center;border:4px solid rgb(29, 45, 97);border-radius:30px;width:180px;
margin-left: auto;margin-right: auto;padding:8px;margin-bottom: 25px;color: rgb(29, 45, 97);}
.campaign-card p{font-size: 18px;line-height: 2.1111;}
.campaign-card p span{border-bottom: 1.5px dashed #898989;padding-bottom: 4px;}
.campaign-card.red h4{color: #e61237;border-color: #e61237;}
.campaign-card.green h4{color: #17b415;border-color: #17b415;}
.campaign-card.orange h4{color: #f29000;border-color: #f29000;}
.campaign-card.red::before{background-color: #e61237;}
.campaign-card.green::before{background-color: #17b415;}
.campaign-card.orange::before{background-color: #f29000;}
.campaign-card .icon-spaceship{position: absolute;width: 72px;height: auto;bottom:-40px;right:-42px;}

#introduction{color: #1d2d61;margin-top: -60px;padding-bottom: 90px;}
#introduction h2{margin-bottom: 40px;}
#introduction .border{font-weight: 600;border:1px solid #1d2d61;width: 120px;text-align: center;padding:6px 4px;display: inline-block;margin-bottom: 4px;}
.text{padding-top: 100px;}
.video{padding-top: 100px;padding-bottom: 100px;margin-right: -100px;margin-left: auto;width: 712px;background: url(../images/deco-blue-red.svg) no-repeat center center;
background-size: contain;}
.video-inner{background-color: rgb(255, 255, 255);box-shadow: 30px 30px 40px 0px rgba(0, 0, 0, 0.15);padding:10px;border-radius: 10px;}

#cta{background: url(../images/cta-bg.jpg) repeat-x center center;padding-top: 30px;padding-bottom: 50px;position: relative;overflow: hidden;}
.cta-bg-img{position: absolute;top:50%;left:56.25%;width: 645px;height: auto;transform: translateY(-50%);}
.cta-text{max-width: 601px;position: relative;z-index: 10;}
.cta-text .btn{width: 100%;max-width: 320px;margin-top: 20px;}

#fun{padding-top: 175px;padding-bottom: 50px;background: url(../images/fun-bg.jpg) no-repeat 50vw 100px;}
#fun h2{margin-bottom: 35px;}
#fun p{font-size: 30px;font-weight: 600;color: #1d2d61;line-height: 1.66667;margin-bottom: 50px;}
#fun ul{list-style: none;margin-left: -4px;margin-right: -4px;}
#fun ul li{width: 33.3333333%;float: left;padding-left: 4px;padding-right: 4px;}
#fun ul li > div{color: #fff;text-align: center;font-size: 28px;font-weight: 600;line-height: 1.5;padding-top: 15px;padding-bottom: 15px;
  border:5px solid rgb(255, 255, 255);border-radius: 15px;background-color: rgb(230, 18, 55);}

#use{overflow: hidden;padding-top: 50px;}
#use h2{background-color: #1d2d61;color: #fff;width: 610px;padding-top: 30px;padding-bottom: 30px;position: relative;border-radius:0 80px 80px 0;}
#use h2::before{position: absolute;content: '';top:0;right: 100%;width: 1000px;height: 100%;background-color: #1d2d61;}
.step-text{max-width: 479px;}
.step-text h3{font-size: 44px;color: #1d2d61;font-weight: 600;line-height: 1.454545;margin-bottom: 25px;margin-top: 20px;}
.step-1{background: url(../images/step-bg-01.jpg) no-repeat center top;padding-top: 308px;margin-top: -172px;height: 925px;}
.step-2{background: url(../images/step-bg-02.jpg) no-repeat center top;padding-top: 160px;height: 618px;}
.step-3{background: url(../images/step-bg-03.jpg) no-repeat center top;padding-top: 30px;height: 742px;}
.step-4{background: url(../images/step-bg-04.jpg) no-repeat center top;padding-top: 130px;height: 853px;}
.step-2 .step-text, .step-4 .step-text{margin-left: auto;}
.step-3 .step-text{margin-left: 110px;}

#toy-list{padding-top: 80px;overflow: hidden;padding-bottom: 100px;}
.toy-list-header{max-width: 1400px;margin-left: auto;margin-right: auto;}
.toy-list-inner{max-width: 1400px;margin-left: auto;margin-right: auto;padding-bottom: 100px;position: relative;}
.toy-list-inner::before{position: absolute;content: '';top:0;left:0;width:100%;height:100%;background: url(../images/bg-pattern.jpg);z-index: -1;}
.toys-img{margin-left: -100px;}
#toy-list .inner{padding-top: 40px;}
#toy-list .toybox-logo{display: block;width: 88px;margin-left: auto;margin-right: auto;margin-bottom: 35px;}

#toy-list h3{font-size: 40px;font-weight: 600;text-align: center;margin-bottom: 20px;color: #1d2d61;line-height: 1.5;}
#toy-list h3 .wavy{ padding: 0 0 15px; background: url(../images/bg_wavy.png) center bottom/contain no-repeat; font-weight: 600; }
#toy-list h3.toys-brands-heading span{ font-size: 12px; padding: 0 0 0 15px; }

.toys-content{background: url(../images/toys-bg.png) no-repeat 50% 30px;}
.tab-panel{margin-top: 40px;margin-bottom: 50px;}
.tab-group{display: -ms-flexbox;display: flex;-ms-flex-pack: center;justify-content: center;margin-left: -5px;margin-right: -5px;}
.tab{flex-grow: 1;padding:15px 5px;list-style:none;text-align:center;cursor:pointer;background-color: #1d2d61;color: #fff;font-size: 28px;font-weight: 600;margin-left: 5px;margin-right: 5px;border-radius: 20px 20px 0 0;}
.tab.red{background-color: #e61237;}
.tab.green{background-color: #17b415;}
.tab.orange{background-color: #f29000;}
.panel-group{min-height:100px;border-top:none;background:#FFF;border-radius: 0 0 20px 20px;padding:60px;box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.1);}
.panel{display:none;}
.tab.is-active{transition: all 0.2s ease-out;}
.panel.is-show{display:block;}
.panel h4{font-size: 36px;font-weight: 600;}
.panel h4 span{font-size: 32px;background-color: #1d2d61;color: #fff;font-weight: 600;border-radius: 5px;padding:9px;min-width: 175px;display: inline-block;}
.panel h4 span + span{margin-left: 10px;}
.panel h4 span.red{background-color: rgb(230, 18, 55);}
.panel hr{border-top:2px solid #1d2d61;border-bottom:0;margin:25px 0;}
.panel ul{list-style: none;margin-top: 40px;margin-bottom: 20px;}
.panel li{text-align: center;margin-bottom: 35px;}
.panel li img{width: 280px;height:280px;display: block;margin-left: auto;margin-right: auto;margin-bottom: 30px;}
.panel li h5{font-size: 28px;font-weight: 600;color: #1d2d61;}
.panel .btn{width: 100%;max-width: 450px;}

.toys-brands-heading{font-size: 30px;font-weight: 600;margin-bottom: 20px;}
.toys-brands{border-radius: 20px;background-color: rgb(255, 255, 255);padding:45px 10px;}
.toys-brands ul{list-style: none;text-align: center;}
.toys-brands ul li{display: inline-block;margin-left: 20px;margin-right: 20px;}

#suggestion{background: url(../images/suggestion-bg.jpg) no-repeat center center;padding-top: 100px;padding-bottom: 100px;overflow: hidden;
background-size: cover;}
.suggestion-slider{margin-top: 25px;margin-bottom: 0;}
.suggestion-slider .slick-dots{position: relative;bottom:auto;margin-top: 60px;}

#worries{background: #eee url(../images/worries-deco.png) no-repeat center 110px;padding-top: 100px;padding-bottom: 90px;overflow: hidden;}
#worries h2{margin-bottom: 80px;}
.question h3{font-size: 30px;font-weight: 600;color: #1d2d61;}
.question ul{list-style: none;margin-left: 310px;}
.question ul li{position: relative;font-size: 20px;font-weight: 600;padding-left: 46px;line-height: 1.5;margin-bottom: 20px;}
.question ul li::before{position: absolute;content: '';width: 30px;height: 30px;background: url(../images/icon-check.svg) no-repeat;
background-size: contain;left:0;top:0;}
.question ul li:nth-of-type(2), .question ul li:nth-of-type(3){margin-left: 20px;}

.answer{position: relative;z-index: 2;padding-bottom: 20px;}
.answer h3{font-size: 32px;padding:17px;font-weight: 600;color: #fff;background-color: #e61237;border-radius: 60px;text-align: center;line-height: 1.4375;margin-bottom: 64px;}
.answer h3 svg{width: 1em;height: 1em;display: inline-block;vertical-align: -.15em;}

.question-01{background: url(../images/worries-q-01.png) no-repeat;margin-left: 55px;min-height: 334px;padding-top: 22px;margin-bottom: 30px;}
.question-01 h3{width: 590px;margin-left: 193px;text-align: center;margin-bottom: 74px;}
.answer-01::before{position: absolute;content: '';top:40px;bottom: 0;left:-100px;width: 2000px;
  background: #fff url(../images/worries-a-01.png) no-repeat 1240px 135px;
  box-shadow: 15px 15px 0px 0px rgba(0, 0, 0, 0.1);border-radius: 40px 0 0 40px;z-index: -1;}
.answer-01 h3{padding:14px;}
.answer-01 h3 span{display: inline-block;width: 52px;height: 52px;border-radius: 50%;background-color: #fff;color: #e61237;font-weight: 600;vertical-align: 0;line-height: 1.625;}
.answer-01 h3 span + span{margin-left: -10px;margin-right: 6px;}
.answer-box{background-color: #fff;border: 4px solid rgb(230, 18, 55);border-radius: 15px;padding:35px 45px 30px;box-shadow: 6px 8px 1px 0px rgb(230, 18, 55);font-size: 20px;font-weight: 600;line-height: 1.7;position: relative;margin-bottom: 50px;}
.answer-box h4{position: absolute;left: 22px;top:-26px}
.answer-box h4 span{border: 2px solid rgb(230, 18, 55);border-radius: 50%;background-color: rgb(255, 255, 255);width: 48px;height: 48px;color: #e61237;font-size: 30px;font-weight: 600;
display: inline-block;text-align: center;line-height: 1.46667;}
.answer-box h4 span:last-child{background-color: #e61237;color: #FFF;font-size: 32px;line-height: 1.375;}
.answer-box h4 span + span{margin-left: -7px;}

.question-02{background: url(../images/worries-q-02.png) no-repeat;width:765px;margin-left:auto;margin-right:auto;min-height: 339px;padding-top: 22px;margin-bottom: 30px;margin-top: 70px;}
.question-02 h3{width: 570px;margin-left: 3px;text-align: center;margin-bottom: 100px;}
.question-02 ul{margin-left: 60px;}
.question-02 ul li:nth-of-type(1){margin-left: 20px;}
.question-02 ul li:nth-of-type(2){margin-left: 0;}
.answer-02::before{position: absolute;content: '';top:40px;bottom: 0;right:-100px;width: 2000px;
  background: #fff;
  box-shadow: 15px 15px 0px 0px rgba(0, 0, 0, 0.1);border-radius: 0 40px 40px 0;z-index: -1;}
.answer-02::after{position: absolute;content: '';background: url(../images/worries-a-02.png) no-repeat;width: 218px;height: 309px;right:100%;bottom:50px;margin-right: 30px;}
.answer-02 .answer-box{text-align: center;padding-left: 30px;padding-right: 30px;min-height: 209px; margin-bottom: 70px; }
.answer-02 small{ font-size: 12px; line-height: 20px; letter-spacing: 0.04px; margin: -60px 0 0 0; position: absolute; width: 320px; }

#plan{padding-top:100px;padding-bottom: 100px;}
#plan h2{margin-bottom: 40px;}
#plan h3{font-size: 24px;font-weight: 600;line-height: 1.25;margin-bottom: 24px;}
#plan h4{font-size: 36px;font-weight: 600;margin-bottom: 24px;}
#plan h4 span.highlight{font-weight: 400;font-size: 30px;background-color: #e61237;color: #fff;line-height: 1.333334;display: inline-block;vertical-align: 3px;padding:5px 30px;border-radius: 50px;margin-right: 4px;}
#plan h4 span.dot{position: relative;font-weight: 600;}
#plan h4 span.dot::before{position: absolute;content:'';border-radius: 50%;background-color: rgb(0, 0, 0);width: 6px;height: 6px;left:50%;
margin-left: -3px;bottom:100%;margin-bottom: 4px;}

.plan-01{max-width: 1500px;background: url(../images/plan-bg-01.jpg) no-repeat center center;min-height: 577px;padding-top: 55px;margin-left: auto;margin-right: auto;}
.plan-01 .plan-text{max-width: 710px;}
.plan-02{max-width: 1500px;background: url(../images/plan-bg-02.png) no-repeat center center;min-height: 577px;padding-top: 100px;margin-left: auto;margin-right: auto;}
#plan .plan-02 h4 span.highlight{background-color: #1d2d61;}

#price{background: url(../images/price-bg.jpg) no-repeat center top;background-size: cover;padding-top: 100px;padding-bottom: 70px;color: #fff;}
#price h2, #voice h2, #faq h2{font-size: 36px;font-weight: 600;margin-bottom: 25px;}
#price h2 span, #voice h2 span, #faq h2 span{font-size: 24px;font-weight: 700;font-family: 'Jost', sans-serif;display: block;margin-bottom: 18px;}
#price h2 + p{margin-bottom: 30px;}

.price-box{border-radius: 15px;background-color: rgb(255, 255, 255);box-shadow: 15px 15px 0px 0px rgba(0, 0, 0, 0.1);max-width: 500px;padding: 40px;margin-left: auto;margin-right: auto;color: #000;position: relative;margin-bottom: 30px;}
.price-plan{border: 2px solid rgb(29, 45, 97);border-radius: 17px;background-color: rgb(255, 255, 255);font-size: 20px;line-height: 1.5;text-align: center;font-weight: 600;max-width: 250px;margin:0 auto 20px;color: #1d2d61;}
.price-plan-desc{font-size: 32px;text-align: center;font-weight: 600;margin-bottom: 20px;}
.price-name{background-color: rgb(29, 45, 97);font-size: 36px;line-height: 1.388889;padding:10px 20px;border-radius: 35px;color: #fff;text-align: center;font-weight: 600;margin-bottom: 30px;}
.price-label{font-size: 24px;line-height: 1.5;border-radius: 5px;background-color: rgb(221, 224, 231);padding:2px;text-align: center;}
.price{text-align: center;font-size: 30px;margin-top: 20px;border-bottom:2px solid rgb(137, 137, 137);padding-bottom: 15px;margin-bottom: 20px;}
.price strong{font-family: 'Jost', sans-serif;font-weight: 700;font-size: 80px;line-height: 1;color: #1d2d61;}
.price small{font-size: 20px;}
.price-desc{font-family: 'Noto Sans', sans-serif;font-size: 16px;line-height: 2;font-weight: 500;text-align: center;margin-bottom: 30px;}
.price-desc span{ font-size: 12px; line-height: 30px; }

.price-box ul{list-style: none;}
.price-box ul li{border-bottom:1px solid rgb(179, 179, 179);font-family: 'Noto Sans', sans-serif;padding-left: 48px;position: relative;padding-top: 10px;padding-bottom: 10px;}
.price-box ul li::before{position: absolute;content: '';width: 30px;height: 30px;background: url(../images/icon-check.svg) no-repeat;background-size: contain;left:0;top:50%;margin-top: -15px;}
.price-box ul li:last-child{border-bottom: 0;}
.price-box ul li div:first-child{float: left;font-size: 20px;line-height: 46px;}
.price-box ul li div:last-child{float: right;font-size: 30px;line-height: 46px;color: #1d2d61;}
.price-box ul li div:last-child strong{font-family: 'Jost', sans-serif;font-weight: 700;}
.price-box ul li div:last-child small{font-size: 20px;color: #000;}
.price-box.red .price-plan{border-color: #e61237;color: #e61237;}
.price-box.red .price-name{background-color: #e61237;}
.price-box.red .price-label{background-color: #fce7eb;}
.price-box.red .price strong{color: #e61237;}
.price-badge{position: absolute;top:-50px;right:-65px;width:145px;}
.price-box-additional{padding-top: 20px;padding-bottom: 20px;}
.text-red{color: #e61237!important;}

#voice{padding-top: 70px;padding-bottom: 100px;background: url(../images/voice-bg.png);}
#voice h2 strong:nth-of-type(1), #faq h2 strong:nth-of-type(1){color: #142b7e;}
#voice h2 strong:nth-of-type(2), #faq h2 strong:nth-of-type(2){color: #de1148;}
#voice h2 strong:nth-of-type(3), #faq h2 strong:nth-of-type(3){color: #10b11b;}
#voice h2 strong:nth-of-type(4){color: #ee8b00;}
#voice h2 strong:nth-of-type(5){color: #0074d4;}
.voice-box {border-radius: 30px;background-color: rgb(255, 255, 255);box-shadow: 18px 20px 0px 0px rgba(0, 0, 0, 0.1);max-width: 980px;margin-left: auto;margin-right: auto;padding:50px;margin-top: 40px;}
.voice-label{border-radius: 18px;background-color: rgb(29, 45, 97);color: #fff;padding:9px 20px;margin-top: -20px;position: relative;z-index: 10;}
.voice-label img, .voice-label div{float: left;}
.voice-label img{margin-top: 14.5px;}
.voice-label div{font-size: 18px;line-height: 1.44444;margin-left: 12px;}
.voice-label.bg-red{background-color: #e61237;}
.voice-box .media-left{padding-right: 40px;}
.voice-box h3{font-size: 24px;line-height: 1.41666667;font-weight: 600;margin-bottom: 20px;}
.voice-box p{margin-bottom: 20px;}
.voice-btn{border: 2px solid rgb(29, 45, 97);border-radius: 19px;background-color: rgb(255, 255, 255);min-width: 245px;display: inline-block;font-size: 18px;color: #1d2d61;text-align: center;font-weight: 600;line-height: 1.33333;padding:4px 20px;}

#instagram{background: url(../images/instagram-bg.jpg) no-repeat center top;background-size: cover;}
.instagram-wrap{padding-top: 120px;padding-bottom: 100px;background: url(../images/instagram-img.png) no-repeat center center;}
#instagram h2{margin-bottom: 30px;}
#instagram h3{font-size: 48px;font-weight: 700;color: #fff;}
#instagram .btn{background-color: #fff;border:1px solid #1d2d61;color: #1d2d61!important;width: 100%;max-width: 450px;padding-top: 18px;padding-bottom: 18px;
  box-shadow: 6px 10px 0px 0px rgba(0, 0, 0, 0.15);}
#instagram .btn-wrap{margin-top: 40px;}
#instagram .btn img, #cta2 .btn img{vertical-align: -10px;margin-right: 10px;}

#faq{padding-top: 100px;padding-bottom: 100px;}
#faq h2{margin-bottom: 40px;}
#faq .btn-wrap{margin-top: 50px;}
#faq .btn{width: 100%;max-width: 450px;box-shadow: 6px 10px 0px 0px rgba(0, 0, 0, 0.15);}
.m-box-accordion {
  background: #ffffff;
  color: #000;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid rgb(29, 45, 97);
  box-shadow: 8px 10px 0px 0px rgba(0, 0, 0, 0.1);
}

.m-box-accordion .accordion-head .head-btn {
  width: 100%;
  display: block;
  border: none;
  padding: 0;
  background: transparent;
  text-align: left;
  padding: 0;
  position: relative;
  outline: none;
  transition: all 0.3s ease;
}
.m-box-accordion .accordion-head .head-btn .head-ttl {
  display: block;
  font-size: 18px;
  padding: 35px 50px 35px 80px;
  position: relative;
  font-weight: 700;
  line-height: 1.666667;
}
.m-box-accordion .accordion-head .head-btn .head-ttl::before {
  position: absolute;
  content: 'Q';
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 38px;
  left:30px;
  top:30px;
  border-radius: 50%;
  background-color: rgb(38, 61, 138);
  width: 40px;
  height: 40px;
}
.m-box-accordion .accordion-head .head-btn svg{position: absolute;right:30px;top:43px;transition: all 0.3s ease;}
.m-box-accordion .accordion-head .head-btn.is-active svg{transform: rotate(-180deg);-ms-transform: rotate(-180deg);}
.m-box-accordion .accordion-head .head-btn.is-active {background: #fff;}
.m-box-accordion .accordion-head .head-btn.is-active .head-ttl:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
[data-whatinput="keyboard"] .m-box-accordion .accordion-head .head-btn:focus {background: #fff;}
@media screen and (min-width: 768px) {
  .m-box-accordion .accordion-head .head-btn:hover {
    background: #fff;
  }
}
.m-box-accordion .accordion-body {padding: 20px 30px 25px 30px;display: none;border-top:1px solid rgb(179, 179, 179);}
.m-box-accordion .accordion-body > *:first-child {margin-top: 0;}
.m-box-accordion .accordion-body > *:last-child {margin-bottom: 0;}
.m-box-accordion + .m-box-accordion {margin-top: 20px;}
.m-box-accordion:nth-child(2n) .accordion-head .head-btn .head-ttl::before{background-color: #e61237;}

#cta2{background:url(../images/cta2-bg.jpg) no-repeat center top;min-height: 1040px;padding-top: 750px;position: relative;}
#cta2 .btn{width: 100%;max-width: 450px;}
#cta2 .btn::after{  position: absolute;top: 0;right: 0;bottom: 0;left: 0;z-index: 1;content: "";}
/* #endregion */


/* #region Footer */
.footer{padding:60px 0 30px;background: url(../images/footer-bg.jpg) no-repeat center bottom;color: #1d2d61;text-align: center;background-size: cover;}
.footer a{color: #1d2d61!important;}
.footer-logo{display: inline-block;margin-bottom: 30px;}
.footer nav ul{max-width: 820px;margin-left: auto;margin-right: auto;margin-bottom: 30px;}
.footer nav ul > li{display: inline-block;}
.footer nav ul > li > a{display: block;line-height: 1.42857;padding:7px 15px;font-size: 14px;font-weight: 700;}
.footer .copy{font-size: 12px;font-weight: 700;margin-top: 60px;}

/* #endregion */

/* #region Media Queries */
@media (min-width: 576px) {
  .col-sm-6{float: left;width: 50%;}
  .col-sm-push-6 {left: 50%;}
  .col-sm-pull-6 {right: 50%;}
  .d-sm-none {display: none;}
  .d-sm-inline {display: inline;}
  .d-sm-inline-block {display: inline-block;}
  .d-sm-block {display: block;}
  .media-sm, .media-sm-body {overflow: hidden;zoom: 1;}
  .media-sm-body {width: 10000px;}
  .media-sm-object {display: block;}
  .media-sm-object.img-thumbnail {max-width: none;}
  .media-sm-right {padding-left: 10px;}
  .media-sm-left {padding-right: 10px;}
  .media-sm-left, .media-sm-right, .media-sm-body {display: table-cell;vertical-align: top;}
}
@media (min-width: 768px) {
  .col-md-3, .col-md-4, .col-md-6, .col-md-8{float: left;}
  .col-md-3{width: 25%;;}
  .col-md-4{width: 33.33333333%;;}
  .col-md-6{width: 50%;}
  .col-md-8{width: 66.666667%;}
  .col-md-push-6 {left: 50%;}
  .col-md-pull-6 {right: 50%;}
  .d-md-none {display: none;}
  .d-md-inline {display: inline;}
  .d-md-inline-block {display: inline-block;}
  .d-md-block {display: block;}
}
@media (min-width: 992px) {
  .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-8{float: left;}
  .col-lg-3{width: 25%;;}
  .col-lg-4{width: 33.33333333%;;}
  .col-lg-6{width: 50%;}
  .col-lg-8{width: 66.666667%;}
  .col-lg-push-6 {left: 50%;}
  .col-lg-pull-6 {right: 50%;}
  .d-lg-none {display: none;}
  .d-lg-inline-block {display: inline-block;}
  .d-lg-block {display: block;}
}
@media (min-width: 1600px) {
}
@media (max-width: 1599px) {
  .slick-prev
  {
      left: -150px;
  }
  .slick-next
  {
      right: -150px;
  }
}
@media (max-width: 1399px) {
  .fv-line{max-width: 300px;}
  .fv-30off{max-width: 800px;bottom:8px}
  .video{margin-right: 0;}
  .suggestion-slider-wrap{max-width: 900px;margin-left: auto;margin-right: auto;}
  .slick-prev, .slick-next{width: 100px;height: 100px;margin-top: -50px;}
  .slick-prev{left: -120px;}
  .slick-next{right: -120px;}

  .fv-inner-bottom{left:-10px;}
  #fv.fv-a .fv-line{width: 260px;}
}
@media (max-width: 1119px) {
  .inner {max-width: 970px;}
  .fv-inner{min-height: 640px;}
  #fv h1{max-width: 400px;}
  .fv-line{max-width: 250px;}
  .fv-30off{max-width: 700px;}
  .fv-30off p{padding-left: 100px;}
  .video{width: 100%;}
  #sec{background-size: 1700px;min-height: 2090px;}
  #sec .gutters-40{margin-left: -10px;margin-right: -10px;}
  #sec .gutters-40 > [class*="col-"]{padding-left: 10px;padding-right: 10px;}
  .campaign-card{padding-left: 20px;padding-right: 20px;min-height: 480px;}
  .campaign-card p{font-size: 16px;}
  .campaign-card img{width: 160px;height: 160px;}
  #introduction .fz20{font-size: 19px;}
  .cta-text{max-width: 500px;}
  .cta-bg-img{width: 500px;}
  #fun{background-size: 600px;padding-top: 130px;}
  #fun h2 img{height: 110px;width: auto;}
  #fun p{font-size: 26px;margin-bottom: 20px;}
  #fun ul li > div{font-size: 22px;}
  .step-text{max-width: 450px;}
  .step-text > img{width: 140px;height: 140px;}
  .step-text h3{font-size: 40px;}
  .step-3 .step-text{margin-left: 0;}
  .panel li img{width: 250px;height: 250px;}
  .toys-brands ul li{margin-left: 20px;margin-right: 20px;}
  .suggestion-slider-wrap{max-width: 710px;}
  #worries h2{margin-bottom: 50px;}
  #worries h2 img{max-width: 500px;}
  .question ul li, .answer-box{font-size: 18px;}
  .answer-box{padding-left: 38px;padding-right: 38px;}
  .answer-02 .answer-box{padding-left: 20px;padding-right: 20px;min-height: 195px;}
  .price-badge{right: -20px;width: 130px;}
  .price strong{font-size: 70px;}
  
  #fv.fv-a{background-size: 1200px;background-position: 53% 190px;padding-bottom: 10px;}
  #fv.fv-a::before{top:40px;left:30px;right:30px;}
  #fv.fv-a .inner{height: 600px;}
  #fv.fv-a h1{max-width: 600px;}
  #fv.fv-a .fv-inner{min-height: auto;}
  .fv-inner-bottom>img{width: 740px;}
  #fv.fv-a .fv-line{width: 230px;}
}
@media (max-width: 991px) {
  .inner {max-width: 750px;}
  
  .fv-inner{min-height: 580px;}
  #fv h1{max-width: 360px;}
  .fv-line{max-width: 200px;}
  .fv-30off{max-width: 520px;bottom:-12px;}
  .fv-30off p{padding-left: 80px;}

  #sec{background-size: 1360px;position: relative;}
  #sec::before{position: absolute;content: '';left:0;right: 0;bottom: 0;height: 800px;background: url(../images/bg-pattern.jpg);background-size: 5px;}
  #sec .inner > h2 img{height: 100px;width: auto;}
  #sec h3{font-size: 24px;}
  .sec-sec .fz18{font-size: 16px;}
  .campaign-card{min-height: 445px;}

  #introduction .fz20 br{display: none;}
  #fun{background-size: 500px;background-position: 50vw 60px;padding-top: 90px;}
  #fun h2 img{height: 78px;}
  #fun p{font-size: 18px;}
  #fun ul li > div{font-size: 15px;}

  #use h2{width: 470px;padding-right: 70px;}
  .step-1, .step-2, .step-3, .step-4{background-size: 1000px;}
  .step-text{max-width: 330px;}
  .step-text > img{width: 80px;height: 80px;}
  .step-text h3{font-size: 24px;margin-bottom: 15px;margin-top: 10px;}
  .step-text p:not(.fz12){font-size: 14px;line-height: 1.6;}
  .step-1{margin-top: -100px;padding-top: 160px;height: 578px;}
  .step-2{padding-top: 100px;height: 388px;}
  .step-3{padding-top: 0;height: 464px;}
  .step-3 .step-text{max-width: 370px;}
  .step-4{height: 520px;}
  .step-4 .step-text{padding-left: 20px;}
  #toy-list h3{font-size: 30px;}
  #toy-list p.fz18{font-size: 16px;}
  .tab{font-size: 24px;}
  .panel h4{font-size: 28px;}
  .panel h4 span{font-size: 30px;min-width: 160px;}
  .panel li img{width: 170px;height: 170px;}
  .panel li h5{font-size: 22px;}
  .panel-group{padding:40px;}
  .panel .btn{max-width: 400px;}
  .toys-brands ul li{margin-left: 15px;margin-right: 15px;}
  .toys-brands ul li img{max-height: 92px;max-width: 140px;}
  .suggestion-slider-wrap{max-width: 500px;}
  #worries h2 img{max-width: 400px;}
  .question-01{background-size: contain;padding-top: 19px;margin-left: 0;min-height: 294px;}
  .question-01 h3{width: 493px;margin-left: 156px;margin-bottom: 60px;}
  .question h3{font-size: 24px;}
  .question ul{margin-left: 220px;}
  .question ul li, .answer-box{font-size: 16px;}
  .question ul li{padding-left: 36px;}
  .question ul li::before{width: 24px;height: 24px;}
  .answer-box{padding-left: 20px;padding-right: 20px;padding-bottom: 20px;}
  .question-02{width: auto;background-size: contain;padding-top: 19px;min-height: 300px;}
  .question-02 h3{max-width: 490px;}
  .question-02 ul{margin-left: 60px;}

  .price-box{padding:30px 20px 10px;}
  .price-plan{font-size: 16px;max-width: 180px;}
  .price-plan-desc{font-size: 21px;}
  .price-name{font-size: 26px;}
  .price-badge{right: -40px;width: 110px;}
  .price{font-size: 22px;}
  .price small{font-size: 16px;}
  .price strong{font-size: 50px;}
  .price-label{font-size: 20px;}
  .price-desc{font-size: 14px;}
  .price-box ul li{padding-left: 34px;}
  .price-box ul li::before{width: 24px;height: 24px;margin-top: -12px;}
  .price-box ul li div:first-child{font-size: 18px;}
  .price-box ul li div:last-child{font-size: 24px;}
  .price-box-additional{padding-top: 10px;padding-bottom: 10px;}

  #fv.fv-a{background-size: 980px;background-position: 53% 250px;}
  #fv.fv-a h1{max-width: 500px;}
  #fv.fv-a .fv-inner{padding-top: 150px;}
  #fv.fv-a .inner{height: 500px;}
  .fv-inner-bottom{left: -40px;}
  .fv-inner-bottom > img{width: 540px;}
  #fv.fv-a .fv-line{width: 180px;}
  #fv.fv-a .btn-green, #fv.fv-a .btn-red{display: none;}

}
@media (max-width: 767px) {
  #wrapper{overflow: hidden;}
  .inner-fluid{padding-left: 15px;padding-right: 15px;}
  .inner{max-width: none;padding-left: 25px;padding-right: 25px;width: 100%;}
  .SPib {display: inline-block;}
  .btn-text-lg{line-height: 1.1;}
  
  .logo{left:-4.53333vw;top:-3.2vw;width: 29.866667vw;height: 29.866667vw;padding-top: 5.3333vw;padding-bottom: 3.2vw;}
  #fv{padding: 14.6667vw 0 0;}
  #fv h1{max-width: none;margin-bottom: 7.33333vw;}
  .fv-sticker, .fv-menu .btn-login, .tagline-left, .tagline-right{display: none;}
  .fv-menu{right:15px;top:3.33334vw;z-index: 10;}
  .fv-inner{background: url(../images/fv-bg-sp.jpg) no-repeat center top;border-radius: 0;padding-top: 9.33333vw;background-size: 100%;}
  .btn-toggle-menu{margin-right: 0;}
  .fv-30off{position: relative;bottom: auto;left: auto;max-width: none;padding-left: 25px;padding-right: 25px;margin-top: 25px;}
  .fv-30off p{margin-top: 0;font-size: 2.4vw;padding-left: 0;line-height: 1.66667;}

  #sec{background-image: url(../images/campaign-bg-sp.jpg);background-size: 100%;padding-top: 12vw;background-position: center 4.5333vw;min-height: 463vw;}
  #sec::before{display: none;}
  #sec .inner > h2{margin-bottom: 4.3333vw;}
  #sec .inner > h2 img{height: 17.3333vw;}
  #sec h3{font-size: 4.8vw;margin-top: 0;}
  #sec .btn, .cta-text .btn{max-width: 66.66667vw;font-size: 4vw;padding-top: 4.5333vw;padding-bottom: 4.5333vw;}
  #sec .text-line{font-size: 4vw;}
  .sec-sec{padding-top: 16vw;}
  .sec-sec h2{padding-left: 3.2vw;padding-right: 3.2vw;}
  .sec-sec .fz18{font-size: 3.2vw;text-align: left;padding-left: 6.667vw;padding-right: 6.667vw;}
  .sec-sec .fz12{font-size: 2.66667vw;text-align: left;padding-left: 6.667vw;padding-right: 6.667vw;margin-bottom: 5.333vw;}
  #sec .gutters-40{margin-left: 15px;margin-right: 15px;}
  .campaign-card{min-height: auto;padding:3.7333vw 5.3333vw 3.7333vw 6vw;display: flex;align-items: center;}
  .campaign-card::before{right: auto;width:3.33333vw;bottom:3.7333vw;top:3.7333vw;left:0;height: auto;border-radius: 0 1.333vw 1.333vw 0;}
  .campaign-card-img{flex-shrink: 0;}
  .campaign-card-body{flex-grow: 1;margin-left: 3.2vw;}
  .campaign-card img{width: 26.6667vw;height: 26.6667vw;margin-bottom: 0;}
  .campaign-card h4{margin-left: 0;margin-bottom: 16px;font-size: 4.8vw;width: 26.6667vw;}
  .campaign-card p{font-size: 3.7333vw;font-weight: 600;line-height: 1.572;}
  .campaign-card .icon-spaceship{display: none;}

  #introduction{margin-top: -16vw;}
  #introduction h2{text-align: center;}
  #introduction .text{padding-top: 0;}
  #introduction .fz20, #introduction p{font-size: 4vw;text-align: center;line-height: 1.66667;}
  #introduction p span + br{display: none;}
  #introduction .border{width: 26.66667vw;}
  #introduction .fz20{margin-bottom: 20px;}
  #introduction .video{margin-top: 4vw;}

  #cta{background: url(../images/cta-bg-sp.jpg) repeat center top;padding-bottom: 20px;}
  .cta-text{max-width: 650px;margin-left: auto;margin-right: auto;text-align: center;}
  .cta-bg-img{position: relative;top: auto;left: auto;transform: none;display: block;width: 100%;max-width: 86.6667vw;margin:20px auto 0;}

  #fun{background: url(../images/fun-bg-sp.jpg) no-repeat 0 73vw;background-size: 93.3333%;}
  #fun h2{margin-bottom: 3vw;}
  #fun h2 img{height: 14.6667vw;}
  #fun p{font-size: 4.8vw;line-height: 1.55556;}
  #fun ul{margin-top: 53.3333vw;}
  #fun ul li > div{font-size: 3.733334vw;text-align: left;padding-left: 6vw;display: inline-block;padding-right: 6vw;}
  #fun ul li > div br{display: none;}
  #fun ul li{width: auto;display: block;float: none;}

  #use{padding-top: 10px;padding-bottom: 10.6667vw;}
  #use h2{width: 100%;z-index: 2;text-align: center;padding-right: 0;}
  #use h2::before{right:50%;transform: translateX(50%);z-index: -1;}
  .step-text{display: flex;align-items: flex-start;max-width: none;}
  .step-text-img{flex-shrink: 0;background-color: #fff;position: relative;z-index: 10;}
  .step-text-body{margin-left: 20px;padding-right: 20px;padding-top: 6vw;}
  .step-text img{width: 20.8vw;height: 20.8vw;}
  .step-text h3{margin-top: 0;font-size: 7.466667vw;line-height: 1.25;margin-bottom: 4vw;}
  .step-text p:not(.fz12){font-size: 3.2vw;line-height: 2;}
  .step-text p.fz12{font-size: 2.66667vw;line-height: 1.5;}
  .step-1 .step-text-body{padding-top: 2vw;}
  .step-3 .step-text{max-width: none;}
  .step-4 .step-text{padding-left: 0;}
  .step-1{background: url(../images/step-bg-01-sp.png) no-repeat right 4vw;height: 168vw;margin-top: 0;padding-top: 10.6667vw;background-size: 96.9333vw;}
  .step-2{background: url(../images/step-bg-02-sp.png) no-repeat center bottom;padding-bottom: 65.3333vw;height: auto;padding-top: 20px;background-size: 94.8vw;}
  .step-3{background: url(../images/step-bg-03-sp.png) no-repeat center bottom;padding-bottom: 66.6666vw;height: auto;background-size: 96.2667vw;}
  .step-4{background: url(../images/step-bg-04-sp.png) no-repeat right bottom;padding-bottom: 77.3333vw;height: auto;padding-top: 20px;background-size: 74.4vw;}
  .step-1, .step-2, .step-3, .step-4{position: relative;}
  .step-1::before, .step-2::before, .step-3::before, .step-4::before{position: absolute;content: '';top:0;bottom:0;left:calc(10.4vw + 25px);border-left:4px dashed rgb(112, 112, 112);z-index: -1;}
  .step-1::before{top:11vw;}
  .step-4::before{bottom:-10.6667vw;}

  #toy-list{padding-top: 0;padding-bottom: 0;}
  #toy-list h3{font-size: 7vw;line-height: 1.3572;}
  #toy-list p.fz18{font-size: 3.2vw;}
  #toy-list p.fz18 br:first-child{display: none;}
  .toys-img{margin-left: 0;}
  .toy-list-inner::before{background-image: url(../images/bg-pattern-sp.png);background-size: 2.26667vw;}
  .tab{font-size: 4.8vw;}
  .tab img{display: none;}
  .panel h4{font-size: 6.6667vw;line-height: 1.4;}
  .panel h4 span{font-size: 4.8vw;}
  .panel h4 small{font-size: 5.866667vw;}
  .panel p{font-size: 3.2vw;}
  .panel li img{width: 100%;height: auto;}
  #toy-list .tab-panel + h3{font-size: 4.8vw;}
  .panel li h5{font-size: 4.5vw;}
  .toys-brands{box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.1);}
  .toys-brands ul li img{max-width: 28.66667vw;max-height: 22.13333vw;}
  .toys-brands ul li{margin:2vw 4vw}

  #suggestion{padding-top: 12vw;background-image: url(../images/suggestion-bg-sp.jpg);}
  #suggestion p{font-size: 3.2vw;text-align: left;}
  .suggestion-slider-wrap{max-width: none;}
  .slick-prev, .slick-next{top: auto;bottom: -88px;margin-top: 0;z-index: 10;}
  .slick-prev::before, .slick-next::before{width: 23px;height: 37px;}
  .slick-prev{left: 0;}
  .slick-next{right: 0;}

  #worries{background:#eee url(../images/worries-deco-sp.png) no-repeat center 10vw;background-size: contain;
    padding-top: 13.33333vw;padding-bottom: 10.6667vw;overflow: hidden;}
  #worries h2{margin-bottom: 3.2vw;}
  #worries h2 img{max-width: 100%;}
  .question h3{font-size: 4.8vw;line-height: 1.388889;}
  .question ul{margin-left: 3.2vw;}
  .question ul li{font-size: 4vw;line-height: 1.5333;padding-left: 8vw;}
  .question ul li:nth-of-type(2), .question ul li:nth-of-type(3){margin-left: 0;}
  .question ul li::before{width: 5.3333vw;height: 5.3333vw;top:50%;margin-top: -2.666667vw;}
  .question-01{background: none;min-height: auto;padding-top: 0;margin-bottom: 13.3333vw;}
  .question-01 h3{background: url(../images/worries-q-01-sp.png) no-repeat left top;background-size: contain;
    min-height: 38.13333vw;margin-left: -25px;margin-bottom: 3.2vw;width: auto;padding-left: 34vw;padding-top: 15.3333vw;}
  .answer{padding-left: 6.6667vw;padding-right: 6.6667vw;padding-bottom: 5.3333vw;}
  .answer h3{font-size: 4.8vw;position: relative;padding: 2.266667vw;border-radius: 100px 0 0 100px;}
  .answer-box{font-size: 4vw;line-height: 1.6667;padding:6vw 6vw 4vw;margin-bottom: 8vw;}
  .answer-box br{display: none;}
  .answer-box h4{top:-4.33334vw;}
  .answer-box h4 span{font-size: 4.8vw;width: 8vw;height: 8vw;line-height: 1.5556;}
  .answer-box h4 span:last-child{font-size: 5.3333vw;line-height: 1.5;vertical-align: -4px;}
  .answer-01::before{left:0;top:9.3333vw;background-image: none;box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);border-radius: 3.2vw 0 0 3.2vw;}
  .question-02 ul li:nth-of-type(1){margin-left: 0;}
  .answer-02::before{right:0;top:9.3333vw;background-image: none;box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.1);border-radius: 0 3.2vw 3.2vw 0;}
  .answer-02 .col-md-6:last-child .answer-box{margin-bottom: 2vw;}
  .answer-02 .answer-box{text-align: left;padding:6vw 6vw 4vw;min-height: auto;}
  .answer h3 svg{position: absolute;width: 3em;height: 3em;top:50%;transform: translateY(-50%);}
  .answer h3 svg path{stroke-width: 2px;}
  .answer h3 svg:first-child{left: 9.333vw;}
  .answer h3 svg:last-child{right: 7.333vw;margin-top: .5vw;}
  .answer-01 h3 span{font-size: 4.26667vw;width: 6.93333vw;height: 6.93333vw;}
  .answer-01::after{position: absolute;content: '';background: url(../images/worries-a-01.png) no-repeat center center;background-size: contain;
  width: 20.5333vw;height: 31.2vw;top:-9.06667vw;right:-4vw;}
  .question-02{background: none;min-height: auto;padding-top: 0;margin-bottom: 13.3333vw;}
  .question-02 h3{background: url(../images/worries-q-02-sp.png) no-repeat left top;background-size: contain;max-width: none;
    min-height: 36.53333vw;margin-right: -20px;margin-bottom: 3.2vw;width: auto;padding-left: 0;padding-top: 13.66667vw;padding-right: 34vw;}
  .answer-02 h3{border-radius: 0 100px 100px 0;margin-bottom: 12vw;}
  .answer-02::after{position: absolute;content: '';background: url(../images/worries-a-02.png) no-repeat center center;background-size: contain;
  width: 24.4vw;height: 33.333vw;top:-9.06667vw;left:-4vw;}

  #plan{padding-bottom: 6.66667vw;padding-top: 16vw;}
  .plan-01{background:#f5f5f3 url(../images/plan-bg-01-sp.jpg) no-repeat right bottom;background-size: 100%;
    padding-bottom: 29.866667vw;position: relative;padding-top: 10.6667vw;}
  .plan-01::before{background-color: rgb(230, 18, 55);position: absolute;content: '';left: 0px;top:0;bottom:0;width: 2.6667vw;}
  .plan-02{background:#f5f5f3 url(../images/plan-bg-02-sp.jpg) no-repeat right bottom;background-size: 100%;padding-bottom: 16vw;position: relative;padding-top: 10.6667vw;}
  .plan-02::before{background-color: #1d2d61;position: absolute;content: '';left: 0px;top:0;bottom:0;width: 2.6667vw;}
  .plan-text{max-width: none;padding-left: 6.6667vw;padding-right: 6.6667vw;}
  #plan h3{font-size: 4.26667vw;}
  #plan h4{font-size: 7.466667vw;}
  #plan h4 span.highlight{font-size: 5.33334vw;margin-bottom: 3.5vw;}
  #plan p{font-size: 3.2vw;margin-bottom: 6.6667vw;}

  #price{overflow: hidden;padding-bottom: 0;}
  #price h2, #voice h2, #faq h2{font-size: 6.13333vw;}
  #price h2 span, #voice h2 span, #faq h2 span{font-size: 4vw;}
  #price h2 + p{font-size: 3.2vw;text-align: left;max-width: 660px;margin-left: auto;margin-right: auto;}
  .price-box{max-width: 650px;padding:6.66667vw;}
  .price-plan{font-size: 3.46667vw;max-width: 44vw;border-radius: 50px;margin-bottom: 4vw;}
  .price-plan-desc, .price, .price-box ul li div:last-child{font-size: 5.3333vw;}
  .price-name{font-size: 6.4vw;border-radius: 50px;}
  .price-label{font-size: 4vw;}
  .price strong{font-size: 13.3333vw;}
  .price small, .price-box ul li div:last-child small{font-size: 3.46667vw;}
  .price-desc{font-size: 3.2vw;text-align: left;}  
  .price-desc br{display: none;}
  .price-box ul li div:first-child{font-size: 4vw;}
  .price-box ul li{padding-left: 8vw;padding-top: 2.66667vw;padding-bottom: 2.66667vw;}
  .price-box ul li::before{width: 5.3333vw;height: 5.3333vw;margin-top: -2.66667vw;}
  #price .col-md-6:last-child{margin-top: 10.6667vw;}
  .price-badge{width: 26vw;right: -50px;}
  #price .SP:last-child{margin-bottom: -8vw;}
  #price .SP:last-child img{width: 55.7333vw;height: auto;}

  #voice h2 + p{font-size: 2.6667vw;}
  .voice-box{max-width: 650px;box-shadow: 0 2vw 0px 0px rgba(0, 0, 0, 0.1);padding:6.6667vw}
  .voice-box .media-left, .voice-box .media-body{display: block;}
  .voice-box .media-left{padding-right: 0;margin-bottom: 6.6667vw;}
  .voice-box .media-object{width: 50.6667vw;height: auto;margin-left: auto;margin-right: auto;}
  .voice-box .media-body{width: auto;}
  .voice-label{max-width: 60vw;margin-left: auto;margin-right: auto;padding-left: 6.6667vw;margin-top: -8vw;}
  .voice-label div{font-size: 4.266667vw;margin-left: 2.6667vw;}
  .voice-label img{width: 10.4vw;height: auto;margin-top: 3vw;}
  .voice-box h3{font-size: 4.8vw;}
  .voice-box h3 br{display: none;}
  .voice-box p{font-size: 3.2vw;}
  .voice-btn{font-size: 3.46667vw;min-width: 53.333vw;padding: 1.3334vw 3vw;border-radius: 60px;}

  #instagram{background-image: url(../images/instagram-bg-sp.jpg);}
  .instagram-wrap{background-image: url(../images/instagram-img-sp.png);background-position: center 6.1333vw;background-size: 100%;
    padding-top: 7.46667vw;padding-bottom: 13.3333vw;}
  #instagram .btn, #faq .btn{font-size: 5.333vw;max-width: 650px;padding-top: 3.2vw;padding-bottom: 3.2vw;}
  #instagram .btn img{width: 6.6667vw;height: 6.6667vw;}

  .m-box-accordion .accordion-head .head-btn .head-ttl{font-size: 3.7333vw;}
  .m-box-accordion .accordion-head .head-btn .head-ttl::before{top:50%;transform: translateY(-50%);}
  .m-box-accordion .accordion-body{font-size: 3.2vw;}
  #faq .btn{line-height: 1.3;}

  #cta2{background: url(../images/cta2-bg-sp.jpg) no-repeat center top;background-size: 100%;min-height: 129.333vw;padding-top: 84.4vw;}
  #cta2 .btn{font-size: 4vw;max-width: 53.333vw;}
  #cta2 .btn img{width: 6.4vw;height: 6vw;}

  .footer{background-image: url(../images/footer-bg-sp.jpg);text-align: left;}
  .footer .inner{max-width: 650px;}
  .footer-logo img{width: 21.06667vw;height: auto;}
  .footer nav ul:first-child > li{display: block;}
  .footer nav ul:first-child > li > a{padding-left: 0;padding-right: 0;}
  .footer nav ul:last-child{margin-left: -15px;}
  .footer nav ul > li > a{font-size: 3.2vw;}
  .footer .copy{font-size: 2.6667vw;max-width: 48vw;line-height: 1.8;}

  #fv.fv-a{background: url(../images/fv-cute-sp.png) no-repeat right 44vw;background-size: 97.6vw;padding:0;}
  #fv.fv-a::before{top:6.6667vw;left:6.66667vw;right:6.66667vw;bottom:19vw;}
  #fv.fv-a .inner{height: auto;}
  #fv.fv-a .fv-inner{padding-top: 21.3333vw;}
  #fv.fv-a h1{max-width: none;margin-bottom: 17.3333vw;padding-left:6.66667vw;padding-right:6.66667vw;}
  #fv.fv-a .col-6:last-child{padding-top: 9.3333vw;}
  .fv-info{padding-left: 25px;padding-right: 25px;margin-top: 10vw;font-size: 2.4vw;}
}
@media (max-width: 575px) {
  .inner{padding-left: 15px;padding-right: 15px}
  .price-badge{right: -10px;}
  #instagram .btn{padding-left: 0;padding-right: 0;}
  
  .fv-30off{margin-top: 10px;padding-left: 15px;padding-right: 15px;}
  .btn-text-lg .arrow, .btn .arrow{width: 1.3333vw;height: 2.26667vw;}
  .btn-text-lg{font-size: 4vw;padding-top: 4.5333vw;padding-bottom: 4.5333vw}
  .campaign-card{margin-bottom: 15px;box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.1);}
  .campaign-card h4{border-width: 2px;margin-bottom: 6px;padding-top: 4px;padding-bottom: 4px;}
  .sec-sec .fz18, .sec-sec .fz12{padding-left: 10px;padding-right: 10px;}
  #sec .gutters-40{margin-left: 0;margin-right: 0;}

  #introduction{padding-bottom: 40px;}
  #introduction h2{margin-bottom: 20px;}
  #introduction .fz20{margin-bottom: 10px;}
  #introduction .video{background-size: 74.9vw;padding-top: 13.333vw;padding-bottom: 13.333vw;}
  .cta-text .btn{line-height: 1.1;}

  #fun{padding-top: 50px;padding-bottom: 30px;}
  #fun h2 img.mb-4{margin-bottom: 10px;}

  .step-text-body{margin-left: 12px;padding-right: 5px;}
  .step-1::before, .step-2::before, .step-3::before, .step-4::before {left:calc(10vw + 15px);border-left-width: 2px;}

  .tab-panel{margin-top: 20px;margin-bottom: 30px;}
  .panel h4 span{min-width: 100px;}
  .panel-group{padding:20px;}
  .toys-brands{padding:20px 0;}
  .toys-brands ul li{margin-left: 2vw;margin-right: 2vw;}
  .toy-list-inner{padding-bottom: 50px;}
  .slick-prev, .slick-next{width: 13.333vw;height: 13.333vw;bottom:-9.6667vw;}
  .slick-prev::before, .slick-next::before{width: 3.2vw;height: 5.06667vw;}
  .slick-dots li{margin: 0 10px;}
  .slick-dots li button{width: 14px;height: 14px;}
  .suggestion-slider .slick-dots{margin-top: 30px;}
  #suggestion{padding-bottom: 30px;}

  .answer h3{margin-bottom: 34px;}
  .question-02{margin-top: 20px;}
  .answer-box h4 span:last-child{vertical-align: -1px;line-height: 1.4;}

  #price{padding-top: 40px;}
  .price-desc{margin-bottom: 20px;}
  .price-box ul li div:first-child, .price-box ul li div:last-child{line-height: 30px;}
  #price .col-md-6:last-child{margin-top: 16.666vw;}

  #voice{padding-top: 40px;padding-bottom: 50px;}
  .voice-box{margin-top: 20px;border-radius: 15px;}

  #instagram .btn img, #cta2 .btn img{vertical-align: -6px;}

  #faq{padding-top: 50px;padding-bottom: 50px;}

  .m-box-accordion .accordion-head .head-btn .head-ttl{padding:24px 50px 24px 70px;}
  .m-box-accordion .accordion-head .head-btn .head-ttl::before{left:20px;}
  .m-box-accordion .accordion-head .head-btn svg{top:30px;right:20px;}
  .footer .copy{margin-top: 40px;}
}


aside.index-a{ opacity: 0; visibility: hidden;  transition: all 1s; }

aside.fix_btn{ opacity: 1; visibility: visible; transition: all 1s; }

aside.index-a{ position: fixed; z-index: 200; top: 30px; right: 20px; font-size: 16px; font-weight: 600; border: 0; }
aside.index-a a{ color: #fff; padding: 20px 35px 20px 55px; font-weight: 600; background: #e61237 url(../images/icn_duck.png) 15px center/30px no-repeat; border-radius: 50px; }

@media (max-width: 767px){
	
aside{ position: fixed; bottom: 0; left: 0; right: 0; z-index: 200; width: 100%; text-align: center;  }
aside a{ display: inline-block; font-size: 16px; padding: 20px 0 20px 35px; background: url(../images/icn_duck.png) left center/18px no-repeat; }
aside.index a,
aside.index-a a{ color: #fff; }

aside.index{ background: #093bc2; }
aside.index-a{opacity: 1; visibility: visible; background: #e61237; top: initial; right: 0; bottom: 0; }


}

/* #endregion */