@charset "UTF-8";
/* CSS Document */

#container{
    background-color: #ffffff;
    background:url(https://f8iv0sxb7k.user-space.cdn.idcfcloud.net/stamps/images/sp/20221226_nenmatsu/BG.png)repeat,100% ;
    background-size:100%;　
}

h1{
    width:100%;
    }
    
h1 img{
    width:100%;
    }
    

/**********スタンプ配置************/


.nenshistamplist ul{
width:100%;
/* background-color:#ffdf73; */
padding:10px;/* ul全体に内側10px余白とる */
display:grid;
grid-template-columns: repeat(3, 1fr); 
column-gap:10px; /* カードとカードの間（横）は10pxあける */
row-gap:10px;　/* カードとカードの間（縦）は10pxあける */
}


.kakioroshi li{
    column-gap:8px;
    border:solid 1px red;
    border-radius: 10px;
}

.twocolumn ul{
        grid-template-columns: repeat(2, 1fr); 
        }
        

div.image{
margin:auto;
position: relative;
}

.nenshistamplist a div{/* スタンプimgとダウンロードボタンが直接の親になるdivを作っておく*/
background-color:fff; /* カードの背景色 */
border-radius:15px;
height:100%;
text-align:center;/*中味をセンタリング*/
display:flex;/*カードの中の画像とダウンロードボタンを縦並びにするために */
flex-direction: column;
justify-content: space-between;　/*ダウンロードボタンは下にぴったりくっつける*/
}


.nenshistamplist li img{
width:100%;
margin:auto;
}

.nenshistamplist span.dlbutton{
display:none; /* カット */
width:100%;  /* ダウンロードボタンの横幅はカードの100％*/
background-color:red;  /* ダウンロードボタンの背景色 */
color:#fff;  /* ダウンロードボタンの文字色 */
border-radius:0 0 15px 15px;
padding:5px;
}

.sakidashi span.dlbutton{ /* 先出部分だけレイアウトが違うので*/
    display:block; 
    }
    
 .sakidashi a div{
        background-color:#fff589; 
        }
        


.lilbig div.image div{ /* BIGスタンプの中でもちょっとだけ小さいもの用 */
height:auto;
}

.lilbig{ /* BIGスタンプの中でもちょっとだけ小さいもの用 */
display:flex;
}

/***********スタンプ配置調整個別***********/


/***********バナー***********/
.koukoku_banner{
width: 100%;
padding: 0px 5px 0px 5px;
}

.koukoku_banner img{
    width: 100%;
    padding-bottom: 10px;
}

/**********コメント************/
.oshougatsucoment {
    text-align:center;
    font-size: 1.2em;
    font-weight: bold;
    padding: 6px;
    background-color: #223a70;
    color: #ffffff;
    margin-bottom: 10px;
}


.banner_oshougatsu{
    margin: 10px 2.5% 10px 2.5%;
}

.banner_oshougatsu img {
    width: 100%;
}

.caption {
            width: 100%;
            position: relative;
            margin: 0px auto;
            padding: 8px;
            color: #ffffff;	      /******文字色******/
            background: #ff1616;      /******背景色******/
            font-size: 17px;
            font-weight: bold;
            text-align: center;
            line-height: 1.5;
}


/* このやり方だとBIGスタンプにかぶせるサンプルの透かしがずれるので、新しく設定*/

.guard_new{
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    background-image:url("https://f8iv0sxb7k.user-space.cdn.idcfcloud.net/stamp-ap/images/sample.png");
    background-size:cover;
    }
    



/*********大見出し************/
.headline {
    width: 95%;
    margin: 10px 2.5% 10px 2.5%;
    color: #5a483a;
    text-align: center;
    padding: 0.5em 0 0.5em 0;
    border-top: dashed 2px #ff7b00;
    border-bottom: dashed 2px #ff7b00;
    background: -webkit-repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px, #e5ffdc 3px, #e5ffdc 7px);
    background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#e5ffdc 3px, #e5ffdc 7px);
    font-size: 1em;
    line-height: 1.5;
    }
    
    .headline img{
    display: inline-block;
    width: 50%;
    height: auto;
    margin-top:5px;
    margin-bottom:5px;
    margin-left: 10px;
    }
    
    .headline span {
    background: linear-gradient(transparent 60%, #f4ff44  60%);
    font-style:normal;
    }




    .oshougatsu_midashi {
        color: #fff;
        border: 2px dashed #fff;
        background-color: #d92d29;
        box-shadow: 0px 0px 0px 8px #d92d29;
        padding: 7px;
        margin: 20px 8px 10px 8px;
        font-size: 1em;
        font-weight: bold;
        text-align: center;
    }




    
ul.stamp_ranklist {
    position: relative;
    list-style: none;
    margin: 5px auto;
    }
    
    ul.stamp_ranklist li {
    display: block;
    border-bottom: solid 1px #ebebeb;
    }
    
    ul.stamp_ranklist li a {
    display: block;
    }
    
    .listbox {
    position: relative;
    overflow:hidden;
    align-items: center;
    height: auto;
    display:flex;
    }
    
    .listbox em {
    position: absolute;
    display: inline-block;
    top:45%;
    left:5px;
    width: 5%;
    font-style:normal;
    font-size: 1em;
    font-weight: bold;
    text-align:center;
    }
    
    .listbox img {
    display: inline-block;
    width: 115px;
    height: auto;
    margin-top:5px;
    margin-bottom:5px;
    margin-left: 10px;
    background: #fff;
    }
    
    .listbox p {
    position: relative;
    display: inline-block;
    width: 60%;
    vertical-align:top;
    margin-bottom:0px;
    margin-left: 13px;
    font-size: 100%;
    line-height: 1.2;
    word-wrap: break-word;
    margin-top: 0px;
    }
    
    
    .listbox p b{
    color: #ff0000;
    }
    
    .listbox p span.bold {
    font-weight: bold;
    font-size: 1em;
    }
    
    .listbox p span.noimage {
    padding: 0.6em;
    color: #fff;
    background-color: #888;
    font-weight: bold;
    font-size: 0.85em;
    border-radius: 5px;
    line-height: 3.3;
    }
    
    .listbox::before {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    }
    .listbox::after{
    margin-top: 5px;
    -webkit-transform: rotate(-45deg);
    }
    .listbox::before, .listbox::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 12px;
    height: 3px;
    background-color: #888;
    border-radius: 4px;
    }
    
    .listbox p span.yokoku {
    padding: 0.5em;
    color: #fff;
    background-color: #ff0000;
    font-weight: bold;
    font-size: 0.75em;
    border-radius: 5px;
    line-height: 2.2;
    }
    
    .covergray {
    position: relative;
    height: 17%;
    overflow:hidden;
    align-items: center;
    background-color: #fff;
    }
    
    .covergray em {
    position: absolute;
    display: inline-block;
    top:45%;
    left:5px;
    width: 5%;
    font-style:normal;
    font-size: 1em;
    font-weight: bold;
    text-align:center;
    }
    
    .covergray img {
    display: inline-block;
    width: auto;
    height: 90%;
    margin-top:5px;
    margin-bottom:5px;
    margin-left: 10px;
    }
    
    .covergray p {
    position: absolute;
    top:10%;
    display: inline-block;
    width: 60%;
    margin-bottom:5px;
    margin-left: 13px;
    font-size: 100%;
    line-height: 1.2;
    word-wrap: break-word;
    }
    
    .covergray p span.bold {
    font-weight: bold;
    font-size: 1em;
    }
    
    .covergray p span.yokoku {
    padding: 0.6em;
    color: #fff;
    background-color: #ff6262;
    font-weight: bold;
    font-size: 0.85em;
    border-radius: 5px;
    line-height: 3.3;
    }
    
    .unavailable {
    position: relative;
    height: 17%;
    overflow:hidden;
    align-items: center;
    }
    
    .unavailable em {
    position: absolute;
    display: inline-block;
    top:45%;
    left:5px;
    width: 5%;
    font-style:normal;
    font-size: 1em;
    font-weight: bold;
    text-align:center;
    }
    
    .unavailable img {
    display: inline-block;
    width: auto;
    height: 90%;
    margin-top:5px;
    margin-bottom:5px;
    margin-left: 30px;
    }
    
    .unavailable p {
    position: absolute;
    top:10%;
    display: inline-block;
    width: 62%;
    margin-bottom:5px;
    margin-left: 13px;
    font-size: 100%;
    line-height: 1.2;
    word-wrap: break-word;
    }
    
    .unavailable p span.bold {
    font-weight: bold;
    font-size: 1em;
    }
    
    .unavailable p span.noimage {
    padding: 0.6em;
    color: #fff;
    background-color: #888;
    font-weight: bold;
    font-size: 0.85em;
    border-radius: 5px;
    line-height: 3.3;
    }
    
    /**********************/
    hr.cute_hr {
    border: 0;
    border-bottom: 1px dashed #4f3119;
    width: 90%;
    margin: 10px auto;
    }
    /****--画像上にpng貼る--****/   
    .valentine_li img.valentine_ribon {
    position:absolute;
    top:0;
    bottom:0;
    left:0px;
    right:0;
    width:100%;
    }
    /****--画像上にpng貼るend--****/
    
    /**********画像背景色************/   
    .image {
    background: #fff;
    position: relative;
    width: 100%;
    }
    .valentine_ribon{
    position: absolute;
    bottom: 0px;
    left: 0px;
    }   
    /****************************/
    
    .sample1 {
    color: #ff0000;
    font-size: 75%;
    }
    
    .int{
    width: 90%;
    margin: 0 2% 0 4%;
    }
    
    .stamp_narabi_2 {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 5px;
    padding:10px 0px
    }
    .stamp_narabi_2 li {
    display: inline-block;
    vertical-align:middle;
    width: 40%;
    }
    .stamp_narabi_2 li:nth-child(n) {
    margin:4px 4px 7px 0.4%;
    }
    
    .stamp_narabi_2 li img {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc; /******imageの境界線色******/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    }
    
    .stamp_narabi_2 li p {
    text-align: left;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;}
    
    .text{
     text-align: center;
     font-size: 16px;
     line-height:1.4;
     margin-top:25px;
     margin-bottom:5px;
     padding:0px 25px;
    }
    
    /*********列3行************/
    .stampspTokusyu3 {
    width: 97%;
    margin: 0 auto;
    padding-bottom: 10px;
    }
    
    .stampspTokusyu3 li {
    float: left;
    width: 33%;
    margin: 0 0 0 0px;
    padding: 2px;
    }
    .stampspTokusyu3 li:nth-child(3n) {
    margin-right: 0;
    }
    .stampspTokusyu3 li img {
    width: 100%;
    border: 1px solid #ccc; /******imageの境界線色******/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff; /**********画像背景色************/  
    position: relative;
    }
    /**************************/
    
    /*********列2行************/
    .stampspTokusyu2 {
    width: 97%;
    margin: 0 auto;
    padding-bottom: 0px;
    }
    
    .stampspTokusyu2 li {
    float: left;
    width: 48%;
    margin: 5px 1% 5px 1%
    }
    .stampspTokusyu2 li:nth-child(3n) {
    margin-right: 0;
    }
    .stampspTokusyu2 li img {
    width: 100%;
    border: 1px solid #ccc; /******imageの境界線色******/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto px 0;
    background: #fff;　/**********画像背景色************/  
    position: relative;
    }
    /**************************/
    
    /**********************/
    hr.cute_hr {
    border: 0;
    border-bottom: 1px dashed #4f3119;
    width: 90%;
    margin: 10px auto;
    }
    
    /*********小見出しバリエーション************/
    .coment {
    width: 100%;
    color:#fff;
    font-size : 18px;
    margin-top: 10px;
    padding:10px 0px;
    background: #f3a2c1;
    text-align: center;
    font-weight: bold;
    line-height: 160%;
    letter-spacing: 5px;
    }
    
    .coment img{
    padding:10px 0px auto;
    text-align:center;
    line-height: 140%;
    margin-bottom: -13px;
    }
    /*********小見出しバリエーション************/
    
    .listbox p span.yokoku {
    padding: 0.5em;
    color: #fff;
    background-color: #ff0000;
    font-weight: bold;
    font-size: 0.8em;
    border-radius: 5px;
    line-height: 2.2;
    }
    
    
    .icon-box {
        position: relative;
        text-align: center;
        }
        
        .newicon {
        width: 35px;
        height: 35px;
        color: #ffffff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
        border-radius: 50%;
        cursor: pointer;
        position: absolute;
        top: 10;
        left: 10;
        background: rgba(255, 52, 21, 0.7);
        box-shadow: inset 0px 0px 3px 2px #ffdc9f;
        /* opacity: 0.6; */
        font-weight: bold;
        }
        
    
        div.setsumei {
            font-weight: 600;
            margin: 10px;  
            font-size: 1em;
            line-height:20px;
            background-color: #fff7dd;
            }
    
    
/*********ページ内リンク************/
.spjumpbtn_matome {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10px;
}

.spjumpbtn {
    width: 100%;
    position: relative;
    display: block;
    margin: 5px;
    background: #005a94;
    color: #fff;
    padding: 7px;
    border-radius: 8px;
    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    border-bottom: solid 4px #123e5b;
}

.spjumpbtn a{
    color: #fff;
}  
    
    
    
    