@import url(https://fonts.googleapis.com/css?family=Oswald:400,700,300);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*RESET-HTML----------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
h1, h2, h3, h4, h5, h6 {
font-size: 12px !important;
font-weight: normal  }
img  {
text-decoration: none;
margin:           0;
padding:          0;
border-style:     none 
}
input:focus, texarea:focus, select:focus {
background-color: #f8f8ff }
address {
font-size:  11px;
font-style:  normal;
padding-top: 10px }
fieldset, img, hr, abbr, acronym {
border: 0 }
input::-moz-focus-inner { /* Firefoxのボーダーとパディングをリセット */
  border: 0;
  padding: 0;
}


strong {
font-style: normal;
font-weight: bold }
table {
border-collapse: collapse;
}


select {
border: solid 1px #a9a9a9;
border-radius: 2px;
-webkit-appearance:none;
-moz-appearance:none;
appearance:none;
text-indent: 0.01px; /*Firefox用*/
    text-overflow: ""; /*Firefox用*/
}




/*　iOSの装飾をリセット*/
input  {
-webkit-appearance: none;
 }




/*BASIC----------*/
body     {
font-size: 12px;
font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
-webkit-text-size-adjust:100%;
line-height: 125%;
text-align: center;
letter-spacing: 0.1em;
margin:           0;
padding:          0           
}

a:link     {
color:          #4682b4;
text-decoration: none }
a:visited    {
color: #000080 }
a:hover   {
color:          #ff8c00; }
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
a:active  {
color: #c71585 }

/*Age Check---------*/

.modal {
color: #fff;
font-size: 15px;
line-height: 1.5em;
position:fixed;
display:none;
z-index:9999;
top:40%;
left:50%;
width:400px;
height:200px;
margin:-120px 0 0 -220px;
padding:20px;
text-align:center;
}
.modal p {
margin-bottom:10px;
}
.modal a {
font-size: 25px;
cursor:pointer;
}
.modal a:visited {
color: #fff;
font-size: 25px;
cursor: pointer;
}

/*HEADER----------*/
#HD {
position: relative;
overflow: hidden;
max-width: 1000px;
margin-right: auto;
margin-bottom: 25px;
margin-left: auto;
padding-top: 15px;
}
/*-----*/
#HDL {
text-align: left;
float: left;
}
/*-----*/
#HDR {
visibility: hidden;
display: none;
}
#HDR ul {
width: 98%;
margin-right: auto;
margin-left: auto;
padding-top: 45px;
display: table;
}

#HDR li {
font-size: 11px;
line-height: 1.5em;
vertical-align: middle;
width: 14.29%;
padding-top: 5px;
padding-bottom: 5px;
border-right: 1px solid #dcdcdc;
display: table-cell; }
#HDR li a {
padding-top: 4px;
padding-bottom: 4px;
display: block;
}

#HDR li:first-child {
border-left: 1px solid #dcdcdc;


}
/*-----*/
#HDU {
position: absolute;
top: 40px;
right: 0; }
#HDU .search {
width: 250px;
margin-right: 10px !important;
padding: 5px 10px !important;
border: solid 5px #f5f5f5 !important;
}

#HDU .searchBt {
background-color: #f5f5f5;
padding: 5px 10px;
border: solid 5px #f5f5f5;
}

/*HEADER-2024----------*/
.HD2024 {
float: none;
clear: both;
padding-top: 25px; }

.HD2024 ul {display:               grid;
grid-template-columns: repeat(7, 13.4%);
gap:                   1%; }

.HD2024 li {
background-color: #f5f5f5;
list-style-type: none; }

.HD2024 .hdGreen {
background-color: #c7df15; }

.HD2024 .hdPink {
background-color: #ffb6c1; }

.HD2024 .hdYellow {
background-color: #ffd700; }

.HD2024 .hdAqua {
background-color: #afeeee; }

.HD2024 a {
color: #000;
height: 100%;
padding-top: 15px;
padding-bottom: 15px;
display: block; }

@media screen and (max-width:1000px){
#HD {
padding-right: 5px;
padding-left: 5px;
}
#HDU {
right: 5px;

}

}


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

#HDL .logoTtl {
visibility: hidden;
display: none;
}

}

@media screen and (max-width:640px){
#HD {
margin-bottom: 25px;
padding-top: 15px;
}

#HDL {
text-align: center;
float: none;
}

#HDR {
visibility: visible;
display: block;
}

#HDU {
position: relative;
top: 0;
padding-top: 15px;
white-space: nowrap;
}
#HDU .search {
width: 50%;
}

/*HEADER-2024----------*/

.HD2024 ul {
grid-template-columns: repeat(3, 32.5%); }

.HD2024 li {
margin-bottom: 5px; }

}
/*FOOTER----------*/
#footer {
clear: both;
}
.footerU {
background-color: #dcdcdc;
margin-bottom: 25px;
padding-top: 10px; }

.footerU img {
max-width: 100%;
margin-bottom: 9px;
 }

#footerD {
position: relative;
clear: both;
margin: 0;
padding: 0;
}

#footerD ul {
text-align: center; }

#footerD li {
padding-right: 10px;
padding-left: 10px;
display: inline; }

#footerD li+li {
border-left: 1px solid #000;
 }


#footerD address {
font-size: 10px;
margin: 0;
padding: 15px 0;
}
#footerD .ftAnchor {
font-size: 11px;
text-decoration: none;
position: absolute;
right: 10px;
bottom: 7px;
padding: 8px 10px;
border: solid 1px #dcdcdc;
}
@media screen and (max-width:640px){
#footerD .ftAnchor {
font-size: 11px;
text-decoration: none;
padding: 8px 10px;
position: relative;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 90%;
margin-right: auto;
margin-bottom: 5px;
margin-left: auto;
border: solid 1px #dcdcdc;
display: block;
}

}


/*CONTENTS----------*/
#CONcmn {
color: #696969;
overflow: hidden;
min-height: 800px;
max-width: 1000px;
margin-right: auto;
margin-bottom: 50px;
margin-left: auto;
}
#CONRcmn {
text-align: left;
}
#CONLcmn {
width: 30%;
float: left;
display: table-cell;
}


@media screen and (max-width:1000px){
#CONcmn {
padding-right: 5px;
padding-left: 5px;

}

}


@media screen and (max-width:640px){
#CONRcmn {
text-align: left;
width: auto;
display: block;
float: none;
padding-right: 10px;
padding-left: 10px;
}

#CONLcmn {
display: block;
width: 100%;
float: none;
}

}
/*SIDE-MENU----------*/
#SIDE {
padding-right: 50px;
}
#SIDE h2 {
color: #000;
font-size: 15px;
text-align: left;
margin-bottom: 25px;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 3px solid #dcdcdc;
}
#SIDE h2 strong {
font-size: 20px;
font-family: Oswald, sans-serif;
margin-right: 20px;
}
/*SIDE-MENU----------*/
#SIDE .SIDEttl {
color: #fff;
background-color: #000;
text-align: left;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
border-radius: 5px;
}

#SIDE .SIDEmn {
margin-bottom: 25px;
padding-left: 5px;
}
.SIDEmn a {
font-size: 14px;
text-align: left;
padding-top: 3px;
padding-bottom: 2px;
padding-left: 5px;
display: block;
}
.SIDEmn a:hover {
background-color: #f5f5f5;

}

/*SIDE-BANNER----------*/
#SIDE #BN {
}


@media screen and (max-width:640px){
#SIDE {
padding-right: 10px;
padding-left: 10px;
}
.SIDEmn a {
background-color: #f5f5f5;
margin-bottom: 5px;
display: block;
padding-top: 5px;
padding-bottom: 5px;
}

}



/*TOP-PAGE---------------------------------------*/
/*SLIDER----------*/
#SL {
float: none;
clear: both;
max-width: 1000px;
margin-right: auto;
margin-bottom: 50px;
margin-left: auto;
}
.top-slide {
padding: 10px;
border-radius: 10px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #000), color-stop(0.00, #707070));
background: -webkit-linear-gradient(#707070, #000);
background: -moz-linear-gradient(#707070, #000);
background: -o-linear-gradient(#707070, #000);
background: -ms-linear-gradient(#707070, #000);
background: linear-gradient(#707070, #000);

}

/*TOP-CMN----------*/
#CONcmn h2 {
color: #000;
font-size: 15px;
margin-bottom: 25px;
padding-top: 5px;
padding-bottom: 5px;
border-bottom: 3px solid #dcdcdc;
}

#CONcmn h2 strong {
font-size: 20px;
font-family: Oswald, Noto Sans Japanese, sans-serif;
margin-right: 20px;
}

/*TOP-NEW----------*/
#TOPnew {
overflow: hidden;
margin-bottom: 15px;
}
.TOPnewItem {
line-height: 1.5em;
width: 31%;
overflow: hidden;
float: left;
min-height: 140px;
margin-bottom: 15px;
padding-right: 2%;
display: table-cell;
}
.TOPnewItem ul {
overflow: hidden;
padding-left: 15px;
list-style-type: none;
}
.TOPnewItem .title {
font-size: 15px;
margin-bottom: 5px;
padding-bottom: 3px;
border-bottom: 1px solid #dcdcdc;

}
/*TOP-INFO----------*/
#TOPinfo {
font-size: 14px;
overflow: hidden;
margin-bottom: 25px; }
#TOPinfo .waku {
overflow: auto;
max-height: 150px; }

#TOPinfo dl {
display: table-row; }

#TOPinfo dt {
vertical-align: top;
padding-top: 5px;
padding-right: 15px;
padding-bottom: 5px;
display: table-cell;
}

#TOPinfo dd {
vertical-align: top;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
display: table-cell;
}



/*TOP-EVENT----------*/
#TOPevent {
font-size: 14px;
overflow: hidden;
margin-bottom: 25px;
}
#TOPevent dl {
display: table-row;
}

#TOPevent dt {
vertical-align: top;
padding-top: 5px;
padding-right: 15px;
padding-bottom: 5px;
display: table-cell;
white-space: nowrap; }

#TOPevent dd {
vertical-align: top;
padding-top: 5px;
padding-right: 10px;
padding-bottom: 5px;
display: table-cell;
}


@media screen and (max-width:750px){
.TOPnewItem {
width: 48%;
}

}


@media screen and (max-width:640px){
.TOPnewItem {
width: 100%;
}

#TOPinfo dt {
padding-bottom: 5px;
border-bottom: 1px dotted #dcdcdc;
display: block;
}

#TOPinfo dd {
display: block;
}

#TOPevent dt {
padding-bottom: 5px;
border-bottom: 1px dotted #dcdcdc;
display: block;
}

#TOPevent dd {
display: block;
}

}






/*LIST--------------------------------------------*/

#LIST {
overflow: hidden;
margin-bottom: 15px;
}
.LISTpg {
text-align: center;
clear: both;
margin-bottom: 25px;
}

.LISTpg a {
line-height: 2.5em;
margin-right: 3px;
margin-left: 3px;
padding: 5px;
white-space: nowrap; }

.LISTpg strong {
font-size: 18px;
font-weight: bold;
margin-right: 3px;
margin-left: 3px;
padding: 5px;
}

.LISTitem {
line-height: 1.5em;
width: 31%;
height: 250px;
overflow: hidden;
float: left;
margin-bottom: 25px;
padding-right: 2%;
display: table-cell;
}
.LISTitemDB {line-height:   1.5em;
display:       table-cell;
margin-bottom: 25px;
padding-right: 2%;
width:         31%;
height:        200px;
float:         left;
overflow:      hidden; }

.LISTph {
overflow: hidden;
float: left;
border: solid 5px #dcdcdc;
}

.LISTitem ul {
overflow: hidden;
padding-left: 15px;
list-style-type: none;

}
.LISTitem .title {
font-size: 15px;
font-weight: bold;
margin-bottom: 10px;
padding-bottom: 3px;
border-bottom: 1px solid #dcdcdc;
}



@media screen and (max-width:800px){
.LISTitem {
width: 48%;
}
}
@media screen and (max-width:640px){
.LISTitem {width: 100%; }

.LISTitemDB {
width: 100%;
height: auto;
float: none;
clear: both;
display: block; }

}



/*DETAIL--------------------------------------------*/




#DETAIL {
overflow: hidden;
margin-bottom: 15px;
}
#DETAIL .DETAILttl {
font-family: "Noto Sans Japanese";

}

.DETAILitem {
font-size: 15px;
line-height: 1.5em;
overflow: hidden;
margin-bottom: 25px;
}
.DETAILph {
overflow: hidden;
float: left;
max-width: 350px;
}
.DETAILitem .descript {
list-style-type: none;
padding-left: 15px;
overflow: hidden;
}
.DETAILitem ul {
list-style-type: none;

}
.DETAILitem p {
padding-top: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #dcdcdc;
}
/*-----*/
.DETAILtxt {
font-size: 15px;
line-height: 1.5em;
margin-bottom: 25px;
overflow: hidden;
}

.DETAILtxt p {
padding-top: 15px;
padding-bottom: 15px;
}

.DETAILtxt .aboutus td {
padding-top: 10px !important;
padding-right: 10px !important;
padding-bottom: 10px !important;
border-bottom: 1px dotted #d3d3d3 !important;

}

/*-----*/
#DETAIL .dmm {
color: #fff;
background-color: #ff8c00;
text-align: center;
max-width: 450px;
margin-top: 5px;
margin-bottom: 5px;
padding: 10px;
display: block;
border-radius: 5px; }
#DETAIL .amazon {
background-color: #d2b48c;
text-align: center;
display: block;
margin-top: 5px;
margin-bottom: 5px;
padding: 10px;
max-width: 450px;
border-radius: 5px;
}
#DETAIL .rakuten {
color: #fff;
background-color: #dc143c;
text-align:       center;
display:          block;
margin-top:       5px;
margin-bottom:    5px;
padding:          10px;
max-width:        450px;
border-radius:    5px; }

#DETAIL .kobo {
color: #fff;
background-color: #dc143c;
text-align:       center;
display:          block;
margin-top:       5px;
margin-bottom:    5px;
padding:          10px;
max-width:        450px;
border-radius:    5px; }

#DETAIL .honto {color:            #ffd700;
background-color: #1e90ff;
text-align:       center;
display:          block;
margin-top:       5px;
margin-bottom:    5px;
padding:          10px;
max-width:        450px;
border-radius:    5px; }

#DETAIL .stand {
background-color: #ffec83;
text-align: center;
max-width: 450px;
margin-top: 5px;
margin-bottom: 5px;
padding: 10px;
display: block;
border-radius: 5px;
}

#DETAIL .backnum {
background-color: #98d382;
text-align: center;
max-width: 450px;
margin-top: 5px;
margin-bottom: 5px;
padding: 10px;
display: block;
border-radius: 5px;
}
#DETAIL .btOrange {
background-color: #ffd700;
text-align: center;
display: block;
margin-top: 5px;
margin-bottom: 5px;
padding: 10px;
max-width: 450px;
border-radius: 5px;
}


/*DETAIL-SLIDE-----*/
#dtBimgTtl {
font-size: 15px !important;
float: none;
clear: both;
margin-bottom: 5px;
}

.dtBimg {
background-color: #fff;
overflow: hidden;
margin-right: auto;
margin-left: auto;
padding: 20px;
border-top: 5px solid #dcdcdc;
}
.dtBimg-slide {
max-width: 520px;
margin-right: auto;
margin-left: auto;
}
.dtBimg-slide img {
max-width: 100%;
margin-right: auto;
margin-left: auto;
}



@media screen and (max-width:800px){
.DETAILph {
float: none;
}

.DETAILitem .descript {
padding-left: 0;
}

}


/*----------*/
