/* Common */
.openstore-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}


.swiper-button-next1:after, .swiper-button-prev1:after {
    content: none !important;
}
.main-stamp-img-box .swiper-button-next1{
    background-image: url(//cimage.novelpia.jp/img/new/slide_arrow.png);
    background-repeat: no-repeat;
    background-position: center 55%;
    transform: rotate(0deg);
    background-size: 27px;
    right: 35px;
}
.main-stamp-img-box .swiper-button-prev1{
    background-image: url(//cimage.novelpia.jp/img/new/slide_arrow.png);
    background-repeat: no-repeat;
    background-position: center 55%;
    transform: rotate(180deg);
    background-size: 27px;
    left: 35px;
}
.swiper-button-next2:after, .swiper-button-prev2:after {
    content: none !important;
}
.profile-box .swiper-button-next2{
    background-image: url(//cimage.novelpia.jp/img/new/slide_arrow.png);
    background-repeat: no-repeat;
    background-position: center 55%;
    transform: rotate(0deg);
    background-size: 27px;
    right: 35px;
}
.profile-box .swiper-button-prev2{
    background-image: url(//cimage.novelpia.jp/img/new/slide_arrow.png);
    background-repeat: no-repeat;
    background-position: center 55%;
    transform: rotate(180deg);
    background-size: 27px;
    left: 35px;
}
.openstore-container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.main-item-title{
	font-size: 26px;
    margin: 26px 0;
	font-weight: bold;
}

/* ////////////////navbar////////////// */
.store-navbar-wrapper{
    display: flex;
    justify-content: space-around;
    background-color: #f3f3f3;
}
.store-navbar-wrapper div{
    border : 1px solid #e9e9e9;
    border-right: none;
    width: 25%;
    text-align: center;
    cursor: pointer;
    padding: 15px 0;
}
.store-navbar-wrapper div:last-child{
    border-right: 1px solid #e9e9e9;
}
.store-navbar-wrapper div.on{
    font-weight: bold;
    background-color: #FFF;
    border-bottom: 1px solid #FFF;
}

/* ////////////emoticon///////////// */
.main-emoticon-wrapper{
    padding: 10px 0 0;
    background: #fff;
}
.emoticon-item-list-box{
	padding: 0 30px 30px 30px;
	background-color: #f3f3f3;
}
.emoticon-item-list{
    display: flex;
    gap: 30px;
    padding: 30px 0 0 0;
    /* border-bottom: 2px solid #e9e9e9; */
}
.main-emoticon-wrapper > div:nth-child(odd){
    background-color: #f3f3f3;
}
.emoticon-item-list > div:last-child{
     width: 50%;
	 padding: 15px;
	 background-color: #fff;
	 border-radius: 20px;
}
.emoticon-img-group{
    display: flex;
    justify-content: space-evenly;
	gap: 20px;
}
.emoticon-img-group > img{
    width: 120px;
	background-color: #fff;
}
.emoticon-name{
    font-size: 20px;
    font-weight: bold;
    color:#000;
    margin-bottom: 2px;
}
.emoticon-owner{
    color: #666;
}

.emoticon-list-wrapper{
    max-width: 1200px;
    width: 100%;
    margin:0 auto;
}

/* /////////////stasmp/////////////// */
/* .main-stamp-container{
    background-color: #f9f9f9;
} */
.stamp-items{
    cursor: pointer;
}
.main-stamp-wrapper{
    padding: 10px 0 0;
    background-color: #fff;
}
.main-stamp-img-box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 30px;
    background-color: #ddf1ff;
    padding: 30px 90px 0px 90px !important;
    position: relative;
}
.main-stamp-img-box img {
    width: 100%;
	padding: 10px 60px 0;
    background-color: #fff;
    border-radius: 20px;
	border: 1px solid #e5f0f9;
}

.stamp-list-wrapper{
    max-width: 1200px;
    width: 100%;
    margin: 30px auto;
}
.stamp-list-box{
    display: flex;
    gap: 30px;
    align-items: center;
    padding: 20px 60px;
    /* border-bottom:2px solid #e9e9e9; */
}
.stamp-list-img-group {
    width: 50%;
    border: 1px solid #e9e9e9;
    padding: 10px;
    border-radius: 20px;
}
.stamp-list-img-group > img{
    width: 86%;
}
.stamp-list-info-group{
    width: 50%;
}
.stamp-list-name{
    margin-bottom: 35px;
    font-size: 25px;
}
.stamp-list-pay-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.stamp-coin{
    background-color: #e9e9e9;
    border-radius: 20px;
    padding: 5px 20px;
}

.purchase-btn{
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    /* margin-right: 5px; */
    color: #fff;
    font-size: 16px;
    background-color: #704bfa;
    cursor: pointer;
}
.disabled-btn{
    width: 160px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    margin-right: 5px;
    color: #999;
    font-size: 16px;
    background-color: #eee !important;
    cursor: no-drop;
}


/* ////////////////profile//////////// */
.profile-items{
    cursor: pointer;
}
.profile-box .profile-slide .swiper-wrapper .swiper-slide{
    width: 114px;
}
.main-profile-wrapper{
    padding: 10px 0 0;
}

.profile-box{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 30px; 
    text-align: center;
    background-color: #f3f3f3;
    padding: 30px 90px 0 90px !important;
    position: relative;
}
.profile-box img{
    width: 100%;
    max-width: 144px;
	border-radius: 0 20px 20px;
}

.profile-list-wrapper{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.profile-list-wrapper{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(2,1fr);
}
.profile-list-box{
    display: flex;
    gap: 22px;
    align-items: center;
    padding: 30px 0px;
}
.profile-list-img-group {
    width: 30%;
}
.profile-list-img-group > img{
    width: 100%;
}
.profile-list-info-group{
    width: 63%;
}
.profile-list-name{
    margin-bottom: 35px;
    font-size: 25px;
}
.profile-list-pay-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.profile-coin{
    background-color: #e9e9e9;
    border-radius: 20px;
    padding: 5px 20px;
}	

.profile-wrapper{
    padding: 2px 0 0;
	background-color: #e6ddff;
    margin-top: 0px;
}

.main-item-tit{
	font-size: 26px;
    margin: 36px 0 0;
	font-weight: bold;
	text-align: center;
	color: #7851c9;
}

.new-emoticon-box{
    display: flex;
    justify-content: center;
    text-align: center;
    gap: 30px;
    padding-bottom: 34px;
    margin-top: 24px;
}
.new-emoticon-box img{
    width: 100%;
    max-width: 144px;
    border: 2px solid #daccf7;
}

.new-emoticon-box .tit{
    font-size: 16px;
	padding-top: 10px;
	line-height: 22px;
    color: #6d4fc3;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
    width: 144px;
}

.new-emoticon-list-wrapper{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.new-emoticon-list-wrapper{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-left: 20px;
    display: grid;
    grid-gap: 50px;
    grid-template-columns: repeat(2,1fr);
}
.new-emoticon-list-box{
    display: flex;
    gap: 22px;
    align-items: center;
    padding: 30px 0px;
}
.new-emoticon-list-img-group {
    width: 30%;
}
.new-emoticon-list-img-group > img{
    width: 100%;
}
.new-emoticon-list-info-group{
    width: 63%;
}
.new-emoticon-list-name{
    margin-bottom: 35px;
    font-size: 25px;
}
.new-emoticon-list-pay-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-emoticon-coin{
    background-color: #e9e9e9;
    border-radius: 20px;
    padding: 5px 20px;
}	


/* //////////////////// Mobile //////////////////////////*/
@media (min-width: 0px) and (max-width: 891px){
    .store-navbar-wrapper div.on{
        font-weight: bold;
        background-color: #FFF;
        border-bottom: 1px solid #FFF;
    }

    /* emoticon */
    .main-emoticon-wrapper{
        padding: 15px 0px;
        background: #fff;
    }
	.emoticon-item-list-box{
		display: grid;
	    grid-template-columns: repeat(1, 1fr);
	    text-align: left;
	    background-color: #f3f3f3;
	    position: relative;
		padding: 0 15px 15px 15px;
	}
	.emoticon-item-list{
		display: flex;
	    justify-content: space-between;
	    gap: 20px;
	    padding-top: 15px;
	}
	.emoticon-img-group{
		display: flex;
	    justify-content: space-evenly;
		gap: 15px;
		padding: 0px;
	}
    .emoticon-img-group > img:first-child{
        display: block;
    }
    .emoticon-img-group > img {
		max-width: 100%;
        display: none;
    }
	.emoticon-item-list > div{
	    background-color: #fff;
	}
    .emoticon-item-list > div:first-child {
        width: 33%;
    }
    .emoticon-item-list > div:last-child{
        width: 70%;
		padding: 15px;
		background-color: #fff;
		border-radius: 10px;
    }
	.emoticon-name{
	    font-size: 14px;
	    font-weight: bold;
	    color:#000;
		margin-bottom: 3px;
	}
	.emoticon-owner {
	    color: #666;
	    font-size: 11px;
	}

    /* stamp */
    .main-profile-wrapper {
        padding: 0 !important;
        background-color: #FFF;
		margin-top: 15px;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none !important;
    }
    .main-stamp-wrapper{
        padding: 0px !important;
        background-color: #fff;
    }
    .main-stamp-img-box {
	    display: grid;
	    grid-template-columns: repeat(1,1fr);
	    grid-gap: 12px;
	    background-color: #ddf1ff;
	    position: relative;
		padding: 15px 15px 0px !important;
    }
	.main-stamp-img-box img {
	    width: 100%;
		padding: 10px 34px 0;
	    background-color: #fff;
	    border-radius: 10px;
		border: 1px solid #e5f0f9;
	}
    .main-item-title {
        margin: 0 0 15px 15px;
        background-color: #fff;
        padding-top: 15px;
		font-size: 17px;
		font-weight: bold;
    }
    .stamp-list-box{
        flex-wrap: wrap;
        padding: 12px 20px;
        gap: 12px;
    }
    .stamp-list-img-group{
        width: 100%;
        border: 1px solid #e9e9e9;
        padding: 10px;
        border-radius: 12px;
    }
    .stamp-list-img-group > img{
        width: 100%;
    }
    .stamp-list-wrapper{
        width :100%;
        margin: 0 auto;
    }
    .stamp-list-info-group{
        width :100%;
        padding: 0 auto;
    }
    .stamp-list-name{
        margin-bottom: 10px;
        font-size: 16px;
    }
    
	.profile-box {
	    display: grid;
	    grid-template-columns: repeat(3, 1fr);
	    grid-gap: 15px;
	    text-align: center;
	    background-color: #f3f3f3;
	    padding: 15px 15px 0 !important;
	    position: relative;
	}
	.profile-box img {
        width: 100%;
		border-radius: 0 10px 10px;
	}

	.profile-list-info-group{
        width :66%;
    }
    .profile-list-name{
        margin-bottom: 14px;
        font-size: 18px;
    }
    .profile-list-wrapper{
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .profile-list-box{
        display: flex;
        gap: 15px;
        align-items: center;
        padding: 0 0 20px;
    }
    .purchase-btn{
        width: 80px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        /* margin-right: 5px; */
        color: #fff;
        font-size: 16px;
        background-color: #704bfa;
        cursor: pointer;
    }
    .profile-coin{
        background-color: #e9e9e9;
        border-radius: 14px;
        padding: 5px 14px;
        display: flex;
    }

	.profile-wrapper{
		padding: 2px 0 0;
		background-color: #e6ddff;
		margin-top: 0px;
	}

	.main-item-tit{
		font-size: 17px;
		margin: 19px 0 0;
		font-weight: bold;
		text-align: center;
		color: #7851c9;
	}

	.new-emoticon-box {
	    display: flex;
        justify-content: center;
	    text-align: center;
	    padding-bottom: 20px;
        margin: 13px 15px 0;
        gap: 10px;
	}

	.new-emoticon-box .tit{
	    font-size: 12px;
		line-height: 16px;
		color: #6d4fc3;
	    padding-top: 4px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2; 
		-webkit-box-orient: vertical;
		width: 100px;
        text-align: center;
        margin: 0 auto;
	}

	.new-emoticon-box img {
        width: 100%;
		border: 2px solid #daccf7;
	}

	.new-emoticon-list-info-group{
        width :66%;
    }
    .new-emoticon-list-name{
        margin-bottom: 14px;
        font-size: 18px;
    }
    .new-emoticon-list-wrapper{
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .new-emoticon-list-box{
        display: flex;
        gap: 15px;
        align-items: center;
        padding: 0 0 20px;
    }
    .purchase-btn{
        width: 80px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        /* margin-right: 5px; */
        color: #fff;
        font-size: 16px;
        background-color: #704bfa;
        cursor: pointer;
    }
    .new-emoticon-coin{
        background-color: #e9e9e9;
        border-radius: 14px;
        padding: 5px 14px;
        display: flex;
    }

}