@charset "utf-8";
/* top-slider
---------------------------------------------------------- */
#top-slider {
    width: 100%;
    /*height: 600px;*/
    margin: 0 auto;
}

#top-slider li{
    text-align: center;
    height: 100%;
}

#top-slider li a{
    display: block;
    width:100%;
    height: 100%;
}

#top-slider li a#bnr-smartkinsuper{
    /* background:#f5f5f5; */
    background: url(../../img/top_202204/main_bg.jpg) repeat left top;
}

#top-slider li a#bnr-hotpakkun{
    background: url(../../img/top/visual17_bg.jpg) repeat left top;
    background-size:contain;
}
/*
#top-slider li a#bnr-hotpakkun span{
    display: block;
    width:100%;
    height:100%;
    background: url(../../img/top/visual17.png) repeat 50% 50%;
    background-size:cover;
}*/

.slick-dots {
    position: relative;
    bottom: auto;
    display: block;
    /* width: 100%; */
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
    z-index: 10;
    padding: 0 30px;
    box-sizing: border-box;
}
#top-slider .slick-dots li{
    height:6px;
    width:46px;
}

.slick-dots li button {
    width: 46px;
    height: 6px;
    padding: 5px;
    color: #ec5a6d;
    border: 0;
    outline: none;
    background: #ec5a6d;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #f0ced2;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 6px;
    border-radius: 0;
    content: '';
    text-align: center;
    opacity: 1;
    color: #ec5a6d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* banner_box
---------------------------------------------------------- */

.banner_box{
    display: flex;
    margin: 30px auto 30px;
    width: 100%;
    justify-content: space-between;
}
.banner_box .img_box{
    max-width: 960px;
    width: 48%;
}

@media only screen and (max-width: 768px) {

.banner_box{
    display: block;
    margin: 30px auto 10px;
}
.banner_box .img_box{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10px;
}

}


/* top-lineup
---------------------------------------------------------- */
#top-lineup {
    max-width:1280px;
    margin:0 auto;
    overflow: hidden;
}
#top-lineup h2 {
    padding: 90px 30px 0 30px;
    text-align: center;
}

#top-lineup li{
    width:90%;
    margin:10% 0 0 auto;
    position: relative;
    background:#fff;
    border-color:#f5f5f5;
    border-style: solid;
    border-width:42px 100px;
    padding:40px 50px;
    box-sizing: border-box;
    line-height: 1;

}

#top-lineup li:first-of-type{
    margin-top:5%;
}

#top-lineup li figure{
    position: absolute;
    left:0;
    top:50%;
    z-index: 1;
    transform:translate(-50% , -50%);
    width:30%;
    text-align: center;
}

#top-lineup li .txt{
   padding-left: 15%;
   width:100%;
   box-sizing: border-box;
}

#top-lineup li .lineup-name {
	color: #ea5c6c;
	font-size:36px;
	font-weight: 700;
}

#top-lineup li .txt .lineup-copy{
   width:100%;
	font-size:16px;
	line-height:2;
}
#top-lineup li.double .txt{
   padding-left: 30%;
}

#top-lineup li.double figure {
    width: 50%;
    transform: translate(40% , -50%);
}

#top-lineup li .txt .wrap{
    margin-top:30px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#top-lineup li .txt .wrap .lineup-more-btn{
    width: 220px;
    margin-left:5%;
}

@media only screen and (max-width: 768px) {
	#top-lineup li .lineup-name {
		font-size:14px;
	}
	#top-lineup li .txt .lineup-copy{
		font-size:12.6px;
		line-height: 1.3;
	}
}

#top-lineup li .txt .wrap .lineup-more-btn a{
    display: block;
    position: relative;
    padding-bottom:20px;
    line-height: 1;
    border-bottom:2px solid #e06575;
    background:url("../../img/top_201911/more_arrow@2x.png") no-repeat 100% 0;
    background-size:52px auto;
}


#top-lineup li:nth-child(even){
    display: flex;
    width:90%;
    margin:10% auto 0 0;
}

#top-lineup li:nth-child(even) figure{
    left:auto;
    right:0;
    transform:translate(45% , -50%);

}

#top-lineup li:nth-child(even) .txt{
    padding-right: 15%;
  padding-left:0;
}

#top-lineup li.double:nth-child(even) .txt{
   padding-right: 30%;
}


.more-btn{
    max-width:224px;
    margin:5% auto 10% auto;
}

.more-btn a{
    display: block;
    text-align: center;
    padding:20px;
    border:1px solid #e06575;
    line-height: 1;
    font-size:1px;
    border-radius: 40px;
}

/* top-instagram
---------------------------------------------------------- */
#top-instagram {
    /*max-width:1280px;*/
    margin:0 auto;
}
#top-instagram h2 {
    padding-bottom:30px;
    text-align: center;
}

#top-instagram .inner {
    width: 200%;
    /* height: 20%; */
    padding-top: 20%;
    position: relative;
    /* overflow: hidden; */
}

#top-instagram .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}
#top-instagram .inner iframe:nth-child(2n) {
    left: 100%;
}

/* top-topic
---------------------------------------------------------- */
#top-topic h2{
    text-align: center;
}

#top-topic .inner{
    margin:0 auto;
    max-width:960px;
}

#top-topic ul{
    margin-top:5%;
}


#top-topic li{
    padding:1em 1.5em;
    display: flex;
}


#top-topic li:nth-child(odd){
    background:#f5f5f5;
}

#top-topic li .top-topic-date{
    width:5em;
}

#top-topic li .top-topic-title{
   margin-left:1em;
}


@media only screen and (max-width: 1024px) {
#top-lineup li {
    border-width: 42px;
    padding: 30px 40px;
}
#top-lineup li .txt .wrap{
    display: block;
}
#top-lineup li .txt .wrap .lineup-more-btn {
    width: 40%;
    margin-left: 0;
    margin-top:30px;
}

#top-lineup li .txt .wrap .lineup-more-btn a{
    padding-bottom:10px;
}

#top-lineup li figure {
    width: 33%;
}

#top-lineup li.double figure {
    width: 60%;
    transform: translate(38% , -50%) ;
}

}

@media only screen and (max-width: 768px) {
#top-lineup h2 {
    padding-top: 40px;
}
#top-lineup li {
    border-width: 20px;
    padding: 20px;
}
#top-lineup li:first-of-type {
    margin-top: 10%;
}

#top-lineup li .txt .wrap {
    margin-top: 5%;
}

#top-lineup .lineup-name img{
    height:13px !important;
}
#top-lineup .lineup-copy img{
    height:30px !important;
}

#top-lineup li,
#top-lineup li:nth-child(even) {
    width: 85%;
}
#top-lineup li .txt .wrap .lineup-more-btn {
    width: 150px;
    margin-top: 20px;
}

#top-lineup li .txt .wrap .lineup-more-btn a {
    padding-bottom: 5px;
    background-size: 30px auto;
}

#top-lineup li figure {
    width: 40%;
    transform: translate(-60% , -50%);
}

#top-lineup li.double figure {
    width: 60%;
    transform: translate(50% , -50%);
}

.more-btn {
    margin:10% auto 15% auto;
}

.more-btn a {
    padding: 15px;
    border: 1px solid #e06575;
}


#top-instagram .inner {
    width: 400%;
    padding-top: 40%;
}

#top-topic ul {
    margin-top: 10%;
}
    
}

/* top-caution
---------------------------------------------------------- */
#top-caution {
    padding: 0 20px 20px;
}
#top-caution .inner {
    margin:0 auto;
    max-width:960px;
}
#top-caution .inner ol {
    padding-left: 16px;
}
#top-caution .inner ol,li {
    font-size: 90%;
    list-style-type: decimal
}
#top-caution .inner p {
    font-size: 90%;
    margin-bottom: 10px;
}