@charset 'UTF-8';
/* CSS Document */

#container{
background-color: #fee8ee;
}

.h2-tokusyu {
background: none;
border-bottom: none;
padding: 0;
}

.headline {
width: 100%;
margin: 0px auto;
padding: 1em 0;
background-color: #ff9735;
color:#ffff;
font-weight: bold;
text-align:center;
font-size: 16px;
border-bottom: solid 1px #ebebeb;
}
.banner img
{ display: inline-block;
width: 100%;
}

.pagelink img{
width: 44%;
margin: 10px 2.5% 10px 2.5%;
}

.headline img{
display: inline-block;
width: 50%;
height: auto;
margin-top:5px;
margin-bottom:5px;
margin-left: 10px;
}

.headlineb
{ width: 95%;
margin: 20px 2.5% 10px 2.5%;
padding: 1em 0;
color: #eb2d2d;
background-color: #ffc7b6;
font-weight: bold;
text-align:center;
font-size: 16px;
border: #eb2d2d;
}

.headlineback
{ width: 95%;
margin: 20px 2.5% 10px 2.5%;
padding: 1em 0;
color: #2229bd;
background-color: #b6deff;
font-weight: bold;
text-align:center;
font-size: 16px;
border: #2229bd;
}

.headline p{
position: inline-block;
top:5%;
display: inline-block;
width: 60%;
margin-bottom:0px;
margin-left: 13px;
font-size: 100%;
line-height: 1.2;
word-wrap: break-word;
}

.headline p small
{
font-size: 75%;
}

.headlinetitle {
width: 95%;
margin: 10px 2.5% 0px 2.5%;
color: #5a483a;
text-align: left;
padding: 0.5em 10px 0.5em 10px;
border-top: dashed 2px #9c5a4a;
border-bottom: dashed 2px #9c5a4a;
background: repeating-linear-gradient(-45deg, #ffffff, #ffffff 3px,#fff1a3  3px, #fff1a3  7px);
font-size: 1em;
line-height: 1.5;
text-align: center;
}

.listbox {
position: relative;
display:flex;
overflow:hidden;
align-items: center;
}

.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:30%;
max-width: 115px;
margin-top:5px;
margin-bottom:5px;
margin-left: 10px;
}

.listbox p {
position: relative;
display: inline-block;
width: 80%;
vertical-align:top;
padding:5px;
margin-right: 17px;
font-size: 100%;
line-height: 1.2;
word-wrap: break-word;
margin-top:5px;
}

.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 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;
}

/*********クリエイターボタン*************/
.square_btn {
margin-top: 10px;
width: 90%;
font-size: 120%;
position: relative;
display: inline-block;
padding: 0.25em 0.5em;
text-decoration: none;
color: #FFF;
background: #39d94a;/*背景色*/
border-bottom: solid 2px #2aa137;/*少し濃い目の色に*/
border-radius: 20px;/*角の丸み*/
box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
font-weight: bold;
}

.square_btn:active {
background: #299d36;/*背景色*/
border-bottom: solid 2px #299d36;
box-shadow: 0 0 2px rgba(0,0, 0, 0.30);
}
/****************************/

.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%;
margin: 5px 3% 5px 3% ;
}
.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: 5px auto;
padding-bottom: 0px;
display: flex;
}
.stampspTokusyu3 li {
width: 33.3%;
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;
}

.stampspTokusyu3 a {
display: block;
}

/*********列2行************/
.stampspTokusyu2 {
width: 97%;
margin: 0 auto;
padding-bottom: 10px;
display: flex;
}
.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: 20px;
padding:10px 0px;
background: #94ce52;
text-align:center;
font-weight: bold;
line-height: 160%;
}

.coment img{
padding:10px 0px auto;
text-align:center;
line-height: 140%;
margin-bottom: -13px;
}

.seriesbtn {
margin: 6px;
margin-bottom: 18px;
font-weight: bold;
font-size: 1em;
padding: 0.9em 0.9em;
text-decoration: none;
background: #f63535;
border-radius: 10px;
text-align: center;
letter-spacing: 0.1em;
}

.seriesbtn span{
color: #ffffff
}
.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: relative;
top: 10px;
left: 10px;
background: rgba(255, 52, 21, 0.7);
box-shadow: inset 0px 0px 3px 2px #ffdc9f;
/* opacity: 0.6; */
font-weight: bold;
margin-right: 10px;
}

.title_normal {
margin: 5px auto;
border-top: solid 1px #dadada;
text-align: center;
}

.title_normal p{
font-size: 1em;
margin: 7px;
line-height: 1.3em;
}

.title_normal p span{
font-weight: bold;
}

.title_normal.new{
position: relative;
list-style: none;
display: flex;
justify-content: space-between;
}

.title_center {
width: 45px;
}

.spjumpbtn_matome {
display: flex;
justify-content: space-evenly;
align-items: center;
}

.spjumpbtn {
width: 100%;
position: relative;
display: block;
margin: 5px;
background: #ff5566;
color: #fff;
padding: 7px;
border-radius: 8px;
text-align: center;
font-size: 1em;
font-weight: bold;
border-bottom: solid 4px #d23f4d;
}

.spjumpbtn a{
color: #fff;
}

.span.guard_05 {
width: 100%;
height: 100%;
}

.title_normal p span.yokoku{
  padding: 0.3em;
  color: #fff;
  background-color: #ff0000;
  font-weight: bold;
  font-size: 1em;
  border-radius: 5px;
  line-height: 2.2;
  }


