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: 0.9vw;
  line-height: 1.8em;
  margin: 0;
  letter-spacing: 0;
}

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

.sp { display: none; }

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

.linkLabel {
  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: 200%;
  text-align: center;
  top: -2em;
  left: -50%;
  right: 0;
  margin: 0 auto;
  font-size: 0.4em;
  letter-spacing: 0;
}

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

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

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

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

header img{
  width: 270px;
}

#title{
  width: 100%;
  font-size: 30px;
  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: 70%;
  min-width: 700px;
  max-width: 1000px;
  position: relative;
  padding: 50px 0;
  margin: 0 auto
}


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

.newsKijiAll{
  width: 100%;
  padding: 50px 0 70px;
  margin:0 auto;
}

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

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

.newsKijiM{
  width:100%;
  font-size: 22px;
  line-height:1.8em;
  padding: 1.2vw 0;
  font-weight: 700;
}

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

.newsKijitxt a{
  text-decoration: underline;
}

.img100{ width: 100%;}
.img80{ width: 80%;}
.img60{ width: 60%;}
.img50{ width: 50%;}
.img30{ width: 30%;}
.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: 15px;
  line-height: 1.5em;
  padding: 0 0 0.5em;
}

.comBoxTxt{
  width: 95%;
  padding: 1.5em 0 1.5em;
  margin: 0 auto;
}


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

footer {
  width: 100%;
  padding: 50px 0 100px;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-align: center;
  position: relative;
  overflow: hidden;
}


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

#privacy {
  background-size: contain;
  width: 400px;
  margin: 0 auto;
  font-size: 11px;
  line-height: 2em;
  text-align: center;
}

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


