h1{
    text-align: center;
    margin-top:32px;
    margin-bottom: 8px;
}
/********** Slick **********/
#header-banner {
    width: 100%;
    height: 250px;
    margin: 0 auto 45px;
    padding: 0;
}
#header-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-items {
    width: 100%;
    height: 270px;
    margin: auto;
    padding: 0;
}
.slick-dotted.slick-slider {
    margin-bottom: 45px;
    height: 285px;
}
.slide-items img {
    /*
    width: 100%;
    height: 100%;
    object-fit: cover;
    */
    width: 485px;
    height: 250px;
}
li.slick-slide{
    width: 485px;
    height: 250px;
}
li.slick-slide {
    opacity: 0.3;
    transition: 0.5s;
}
li.slick-active {
    opacity: 1;
}
.slick-prev:before,
.slick-next:before {
    color: black;
}
.slick-dots{
    top: 292px;
}
.slick-dots li button:before {
    font-size: 18px;
    top: 6px;
}
.slick-prev::before {
    content: '<';
}
.slick-next::before {
    content: '>';
}
.slick-next{
    right: 10px;
    z-index: 10;
}
.slick-prev{
    left: 10px;
    z-index: 10;
}
.slick-prev, .slick-next {
    top: 140px;
    width: 30px;
    height: 30px;
}
.slick-arrow:hover{
    border: none;
}
.slick-prev::before {
    content:url("../images/top/arrow_prev.svg");
    background-color: #333;
    width: 25px;
    height: 24px;
    border-radius: 12px;
    display: block;
}
.slick-next::before{
    content:url("../images/top/arrow_next.svg");
    background-color: #333;
    width: 25px;
    height: 24px;
    border-radius: 12px;
    display: block;
}
/********** Header Banner **********/
.hbanner{
    margin-top: 50px;
}
.hbanner h2 {
    font-size: 24px;
    font-weight: bold;
}
.hbanner .row{
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}
.hbanner .col-3{
    /*width: 25%;*/
    text-align: center;
}
.hbanner .col-4{
    width: 33%;
    text-align: center;
}
/********** Footer Banner **********/
.footer-banner{
    display:flex;
    justify-content: center;
    margin-bottom: 32px;
}



/********** important_notice **********/
.important_notice {
    margin-top: 10px;
    margin-bottom: 40px;
}
.important_notice ul {
    padding-left: 0;
    margin-bottom: 20px;
}
.important_notice ul li {
    list-style: none;
    background: #efefef;
    border-bottom: solid 1px #fff;
    height: 24px;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 1px;
    padding: 4px 8px;
}
.important_notice ul li a {
    color: #333;
}

.important_notice ul li a:hover {
    text-decoration: underline;
}


/********** Pop Tag **********/
.pop_tag {
    margin-bottom: 50px;
}
.pop_tag h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 24px 0 10px 0;
}
.pop_tag .ptagarea {
    padding-left: 0;
}
.pop_tag .ptagarea ul.ptaggroup {
    padding-left: 0;
}
.pop_tag .ptagarea ul.ptaggroup li.ptag {
    list-style: none;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 3px 1.2px;
}
.pop_tag .ptagarea ul.ptaggroup li.ptag a {
    font-family: inherit;
    font-weight: normal;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 15px;
    text-decoration: none;
    box-sizing: border-box;
    border: 1px solid transparent;
    transition: box-shadow 0.25s;
    outline: 0px;
    vertical-align: top;
    padding: 4px 8px;
    font-size: 1.4rem;
    line-height: 18px;
    color: #333;
    background-color: #efefef;

}


/********** Title Search **********/
.titlesearch {
    margin: 10px auto 0px auto;
    padding-top: 10px;
    padding-bottom: 0px;
    border-bottom: 8px solid #eee;
}
.titlesearch h2{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 16px;
    margin-bottom: 0;
    /*
    border-bottom: 2px solid #CCC;
    */
}
.titlesearch .more-title {
    text-align: center;
    padding-right: 10px;
    margin-top: -40px;
    margin-left: -330px;
}
.more-title a {
    /*font-size: 11px;
    color: #333;*/
    text-decoration: none;
}
.titlelist {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 30px;
}
.titlelist .titlebox {
    float: left;
    width: 155px;
    margin: 5px 13.5px 5px 0;
    border: 1px solid #eee;
}
.titlelist .titlebox img {
    width: 100%;
}
.titlelist .clear {
    clear: both;
}



/********** Chara Search **********/
.charasearch {
    margin: 10px auto 0px auto;
    padding-top: 10px;
    padding-bottom: 0px;
    border-bottom: 8px solid #eee;
}
.charasearch h2{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 16px;
    margin-bottom: 0;
    /*
    border-bottom: 2px solid #CCC;
    */
}
.charasearch .more-title {
    text-align: center;
    padding-right: 10px;
    margin-top: -40px;
    margin-left: -370px;
}
.charalist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 40px;
}
.charalist .charabox {
    width: 180px;
    margin: 5px 0px 20px 0;
    background: #fff;
    /*
    float: left;
    border: 0px solid #fff;
    */
}
.charalist .charabox img {
    width: 100%;
    border-radius: 50%;
    border: 1px solid #ddd;
    outline: 1px solid #ddd;
    outline-offset: -2px;
    /*
    */
}
.charalist .charabox .chara-title {
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
    color: #918c8c;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.charalist .charabox .chara-name {
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #313131;
}
.charalist .clear {
    clear: both;
}



/********** Category Search **********/
.categorysearch {
    margin: 10px auto 0px auto;
    padding-top: 10px;
    padding-bottom: 0px;
    border-bottom: 8px solid #eee;
}
.categorysearch h2{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 16px;
    margin-bottom: 0;
    /*
    border-bottom: 2px solid #CCC;
    */
}
.categorysearch .more-title {
    text-align: center;
    padding-right: 10px;
    margin-top: -40px;
    margin-left: -450px;
}
.categorylist {
    /*
    width: 100%;
    */
    margin-top: 30px;
    margin-left: 6px;
    padding-bottom: 30px;
}
.categorylist .categorybox {
    float: left;
    width: 200px;
    margin: 5px 34px 20px 14px;
    background: #fff;
    /*
    border: 0px solid #fff;
    */
}
.categorylist .categorybox .category-name {
    position: relative;
    text-align: left;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: #313131;
}
.categorylist .categorybox .category-arrow {
    position: relative;
    text-align: right;
    font-size: 14px;
    margin-top: -20px;
    margin-bottom: 0px;
    color: #313131;
}
.categorylist .clear {
    clear: both;
}


/********** News **********/
.news{
    margin-top: 50px;
    margin-bottom: 30px;
}

.news h2{
    font-size: 24px;
    font-weight: bold;
    border-bottom: 2px solid #CCC;
    padding-bottom: 16px;
    margin-bottom: 0;
}
.news .more-news {
    text-align: center;
    padding-right: 10px;
    margin-top: -40px;
    margin-left: -670px;
}
/*
.news .more-news{
    position: relative;
    right: 10px;
    text-align: right;
    padding-right: 10px;
    margin-top: -25px;
    padding-bottom: 10px;
}
.news .more-news a{
    font-size: 11px;
    color: #333;
    text-decoration: none;
}
.news .more-news a::before{
    content: "▶";
    margin-right: 5px;
}
*/
.news ul{
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}
.news ul li{
    display: flex;
    border-bottom: 1px solid #CCC;
    padding: 10px 15px;
    margin-bottom: 0;
}
.news ul li .news-date{
    margin-right: 15px;
}
.news ul li .news-title{
}
.news ul li .news-title a{
    text-decoration: none;
    color: #000;
}

/********** 新着商品 **********/
.new-products{
}
.new-products h2{
    font-size: 24px;
    font-weight: bold;
}
.new-products ul{
    display: flex;
    list-style-type: none;
    padding: 0 0;
    margin: 0 40px 10px;
}



/********** Shop PR **********/
.shoppr {
    clear: both;
    width: 1000px;
    margin: 20px auto 20px auto;
    padding-top: 0px;
    /*
    border-top: 8px solid #eee;
    */
}
.shoppr ul {
    padding-inline-start: 0;
}
.shoppr ul li {
    list-style:none;
}
.shoppr ul li:last-child {
    padding-bottom: 20px;
}
.shoppr li.shopprbox {
    clear: both;
    width: 100%;
    height: 110px;
    margin: 0px auto 10px auto;
    padding-top: 10px;
}
.shopprbox .shoppricon01 {
    float: left;
    width: 110px;
    height: 110px;
    text-align: center;
}
.shopprbox .shoppricon01 img {
    width: 110px;
    margin-top: 0px;
}
.shopprbox .shoppricon02 {
    float: left;
    width: 110px;
    height: 110px;
    text-align: center;
}
.shopprbox .shoppricon02 img {
    width: 110px;
    margin-top: 0px;
}
.shopprbox .shoppricon03 {
    float: left;
    width: 110px;
    height: 110px;
    text-align: center;
}
.shopprbox .shoppricon03 img {
    width: 110px;
    margin-top: 0px;
}
.shopprbox .shopprtxt {
    float: left;
    width: 830px;
    margin-left: 40px;
    padding-top: 30px;
}
.shopprtxt .prtxt01{
    font-size: 16px;
    font-weight: 700;
}
.shopprtxt .prtxt02{
    font-size: 14px;
    line-height :20px;
    font-weight: 400;
}


/********** 人気商品ランキング **********/
.popular-products{
}
.popular-products h2{
    font-size: 24px;
    font-weight: bold;
}
.popular-products ul{
    display: flex;
    list-style-type: none;
    padding: 0 0;
    margin: 0 40px 10px;
}

/********** 売れ筋の商品 **********/
.recommend-products{
}
.recommend-products h2{
    font-size: 24px;
    font-weight: bold;
}
.recommend-products ul{
    display: flex;
    list-style-type: none;
    padding: 0 0;
    margin: 0 40px 10px;
}

/********** 購入履歴商品 **********/
.history-products{
}
.history-products h2{
    font-size: 24px;
    font-weight: bold;
}
.history-products ul{
    display: flex;
    list-style-type: none;
    padding: 0 0;
    margin: 0 40px 10px;
}


.more-products{
    text-align: center;
    margin-top: 40px;
}
.more-products a{
    font-size: 16px;
    color: #333;
    width: 308px;
    height: 36px;
    background-color: #F2F4F5;
    display: block;
    margin: 0 auto;
    border-style: solid;
    border-color:  #DFE3E5;
    border-width: 1px;
    border-radius: 4px;
    padding-top: 12px;
    text-decoration: none;
}

.new-products .slick-list{
    margin: 0 10px;
}

.middle-banner{
    margin: 30px 0;
}



/********** キャラリスト下にコピーライt用CSS **********/

.columns .chara_copy {
    margin: 30px 0 20px 0;
}
.columns .chara_copy p {
    font-size: 12px;
}