@charset "UTF-8";

html {
  overflow-y: scroll;
}
body {
	width: 100%;
  font-size: 14px;
	background-color: #ccc;
	letter-spacing: 0.05em;
	font-family: din-2014, Midashi Go MB31, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: auto;
	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
  margin: 0;
  padding: 0;
  line-height: 1;
}
article,main,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,img {
  border: 0;
}
address,caption,cite,code,dfn,em,th,var {
  font-style: normal;
}
ol,ul {
  list-style: none;
}
caption,th {
  text-align: left;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,q:before {
  content: "";
}
abbr,acronym {
  border: 0;
}
img {
  vertical-align: top;
}
a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  text-decoration: underline;
}
@media only screen and (max-width:768px) {
  a:hover {
    text-decoration: none;
  }
}
/*a {text-decoration:underline; outline:none; color:#222; cursor:pointer;}*/
a img {
  box-shadow: #000 0 0 0;
}
::selection {
    background: #000;
    color: #fff;
}
/*Firefox*/
::-moz-selection {
    background: #000;
    color: #fff;
}


/* コンテンツ */
.pc {
  display: block;
}
.sp {
  display: none;
}
@media only screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

div#wrapper {
  position: relative;
  padding: 80px 6% 180px;
  text-align: left;
}
@media only screen and (max-width:768px) {
  div#wrapper {
    padding: 50px 3.9% 100px;
  }
}

h1 {
  margin-bottom: 20px;
}
h1 img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width:768px) {
  h1 {
    margin-bottom: 38px;
  }
}

#article, #web, #event {
  padding-bottom: 45px;
}

ul#menu {
  margin-bottom: 90px;
}
ul#menu li {
  display: inline;
  font-size: 20px;
  margin-right: 17px;
  line-height: 1.5;
}
ul#menu li.slash {
  margin-right: 0 !important;
}
ul#menu li.slash::after {
  content: "　/　";
}
ul#menu li.last {
  margin-right: 0 !important;
}
@media only screen and (max-width:768px) {
  ul#menu {
    margin-bottom: 70px;
  }
  ul#menu li {
    display: block;
    font-size: 20px;
  }
  ul#menu li {
    margin-right: 15px;
  }
}
.tab_item {
  display: none;
}
.genre {
  padding-bottom: 10px;
}
@media only screen and (max-width:768px) {
  .genre {
    padding-bottom: 10px;
  }
}
.is-active-item {
  display: block;
}
.tab_btn {
  color: #999;
}
.is-active-btn {
  color: #000;
  font-weight: 700;
}

h2 {
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 700;
}
h3 {
  margin-bottom: 5px;
  font-size: 14px;
}
h3.line_1 {
  position: relative;
}
h3.line_1:before {
  position: absolute;
  top: -36px;
  left: 0;
  display: block;
  content: "";
  width: 25px;
  height: 6px;
  background: #000;
}
@media only screen and (max-width:768px) {
  h3.line_1:before {
    top: -30px;
  }
}
dl dt {
  margin-bottom: 10px;
}
dl dd {
  margin-bottom: 60px;
}
dl dt p {
  padding: 0 4px;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 700;
  display: inline;
  color: #ccc;
  background: #000;
}
dl dt p a, dl dt p a:visited {
  color: #ccc;
}
dl dd p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  display: inline;
}
dl dd.dd_1 {
  margin-bottom: 30px;
}
@media only screen and (max-width:768px) {
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 14px;
  }
  dl dt {
    margin-bottom: 5px;
  }
  dl dd {
    margin-bottom: 50px;
  }
  dl dt p {
    font-size: 22px;
  }
  dl dd p {
    font-size: 14px;
  }
}

#page-top {
	position: absolute;
  bottom: 120px;
  right: 120px;
  width: 84px;
}
@media only screen and (max-width:768px) {
  #page-top {
    bottom: 100px;
    right: 30px;
    width: 50px;
  }
}
