body {
  background: #fff;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 1.8em;
  margin: 0;
}

#wrap {
  background: #fff;
  width: 100%;
  position: relative;
  display: none;
}

a:hover { opacity: 1; }

.pc { display: none; }

.no-wrap { display: inline-block; }
.no-space { letter-spacing: -3.5px; }
.boxfade { width: 100%; }
.fontS { font-size: 80%; }
.fontL { font-size: 110%; }
.fontB { font-weight: 700; }

.linkLabel {
  margin-top: -50px;
  padding-top: 50px;
  text-indent: -99999px;
}

.warningfontL {
  padding-left: 1em;
  text-indent: -1em;
}

.warningfontS {
  font-size: 80%;
  line-height: 1.5em;
  padding-left: 1em;
  text-indent: -1em;
}

[data-ruby] {
  position: relative;
}

[data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  width: 180%;
  text-align: center;
  top: -120%;
  left: -40%;
  right: 0;
  margin: 0 auto;
  font-size: 0.45em;
  letter-spacing: 0;
}

.responsive-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/*---------------------------------------------
main
----------------------------------------------*/

#content {
  width: 100%;
  line-height: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}

header{
  width: 100%;
  padding: 80px 0 40px;
  text-align: center;
}

header img{
  width: 200px;
}

#title{
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #d36ab8;
  font-family: "Elms Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
}

#main {
  width: 82%;
  position: relative;
  padding: 40px 0;
  margin: 0 auto
}


/*---------------------------------------------
news
----------------------------------------------*/

.newsKijiAll{
  width: 100%;
  padding: 30px 0 60px;
  margin:0 auto;
}

.newsKijidate{
  width: 100%;
  font-size: 10px;
  line-height: 1.5em;
  color: #000;
  letter-spacing: 0.4em;
  border-bottom: 1px solid #000;
}

.plate-date {
  background-color: #000;
  color: #fff;
  padding: 0 40px 0 2px;
}

.newsKijiM{
  width:100%;
  font-size: 15px;
  line-height:1.6em;
  padding: 3vw 0;
  font-weight: 700;
}

.newsKijitxt{
  width:100%;
  padding: 0 0 1vw;
  font-size: 11px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  word-break: break-all;
}

.newsKijitxt a{
  text-decoration: underline;
}

.img100{ width: 100%;}
.img80{ width: 100%;}
.img60{ width: 100%;}
.img50{ width: 100%;}
.img30{ width: 50%;}
.no-click{ pointer-events: none; line-height: 0;}
.marginCT{ margin: 0 auto;}

/*

comment area

*/

.comBox{
  width: 100%;
  margin : 0;
  line-height : 1.8em;
  border: 1px solid #000;
  box-sizing: border-box;
}

.comNM{
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5em;
  padding: 0 0 0.5em;
}

.comBoxTxt{
  width: 90%;
  padding: 5%;
  margin: 0 auto;
}

/*---------------------------------------------
footer
----------------------------------------------*/

footer {
  background: #fff;
  width: 100%;
  padding: 4em 0 8em;
  font-size: 10px;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  overflow: hidden;
}


#sharearea{
  background: url("../images/sns/share_mark_bk.png") no-repeat left;
  background-size: 20px auto;
  width: 150px;
  line-height: 0;
  margin: 0 auto 3em;
  text-align: right;
}

#sharearea img{margin: 0 2px}

#copyright {
  background-size: contain;
  width: 100%;
  margin: 0 auto 20px;
  font-size: 10px;
  line-height: 1em;
  text-align: center;
  color: #000;
}

#privacy {
  background-size: contain;
  width: 100%;
  margin: 0 auto;
  font-size: 10px;
  line-height: 2em;
  text-align: center;
  color: #000;
}

#privacy a {
  color: #000;
  text-decoration: underline;
}
