@charset "utf-8";
/* CSS Document */


/*
 *RESET
 */

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

a {
	text-decoration:none;

}
input[type="text"], 
input[type="password"], 
textarea, 
select {
    outline: none;
}
*:focus {
  outline: none;
}
#pagetop {
        position: fixed;
        bottom:0;
        right: 0;
}
#pagetop a {
        display: block;
        width: 50px;
        height: 50px;
        text-align: center;
        color: #000;
        font-size: 14px;
        text-decoration: none;
        line-height: 50px;
}
#pagetop a:hover{
	opacity: 0.7;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
}

.fl{ float:left;}

/*---------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/*______________________________________________________________________________________________________start___________ */


#loader{
    width: 25px;
    height: 25px;
    display: none;
    position: fixed;
    _position: absolute;     /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -17.5px;       /* heightの半分のマイナス値 */
    margin-left: -17.5px;      /* widthの半分のマイナス値 */
    z-index: 100000;             /* #fadeより多い値を入れて下さい */
}
#loader img{
    width: 40px;
    height: 40px;
}
@media screen and (min-width:480px){
#loader img{
    width: 45px;
    height: 45px;
}
}
#fade{
    width: 100%;
    height: 100%;
    display: none;
    background-color: #f9f9f9;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10000;              /* #loaderより少ない値を入れて下さい */
}

body {
	background-color:#f9f9f9;
	font-family: "Noto Sans Japanese";
	color:#111111;
}

/*______________________________main____*/
#header{
	position: absolute;
	width: 100%;
	z-index: 1000;
	padding: 10px 15px;
}
@media screen and (min-width:768px){
#header{
	padding: 20px 30px;
}	
}
@media screen and (min-width:992px){
#header{
	padding: 25px 50px;
}	
}
#logobox{
	float:left;
	color:#111111;
}

#logobox h1{
	font-weight:800;
	font-size:140%;
	padding:5px 5px 15px 5px;
	letter-spacing:4px;
	line-height:1;
	color: #fff;
	font-family: 'Barlow', sans-serif;
}
@media screen and (min-width:350px){
#logobox h1{
	font-size:165%;
	padding:5px 10px 15px 5px;
	letter-spacing:4px;
}
}
@media screen and (min-width:480px){
#logobox h1{
	font-size:180%;
	padding:12px 10px 15px 10px;
	letter-spacing:6px;
}
}
@media screen and (min-width:480px){
#logobox h1{
	font-size:200%;
	padding:12px 10px 15px 10px;
	letter-spacing:6px;
}
}
p#h1{
	font-size:10px;
	margin-top:10px;
	text-align:center;
	letter-spacing:3px;
}
@media screen and (min-width:350px){
p#h1{
	letter-spacing:4px;
	
}
}
@media screen and (min-width:480px){
p#h1{
	letter-spacing:7px;
	
}
}
a:hover #logobox {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background-color:transparent;
	opacity: 0.6;
    filter: alpha(opacity=60);
}
#nav_pc {
	display: none;
}
@media screen and (min-width:820px){
#nav_pc {
	float:right;
	margin-top: 0;
	max-width:322px; 
	padding: 5px 20px;
	display: block;
}
}
@media screen and (min-width:1150px){
#nav_pc {
	max-width: 100%;
	margin-top: 10px;
}
}

#nav_pc ul{
    display:flex;       
    flex-wrap: wrap;
}
#nav_pc ul li{
	list-style-type:none;
	padding:2px 0 0 10px;
	font-weight:bold;
	font-size:15px;	
	letter-spacing:4px;
	color: #fff;
}

#nav_pc a{
	font-weight:500;
	color:#fff;
	position: relative;
	display: inline-block;
	transition: .3s;
	padding:10px 0;
	font-family: 'Barlow Condensed', sans-serif;
}

#nav_pc a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: .3s;
}

#nav_pc a:hover::after {
	width: 100%;
}

#nav_pc a:hover {

}

#nnav_pc ul li.navi_icon{
	list-style-type:none;
	float:left;
	padding:10px;
	font-weight:bold;
	font-size:20px;
	margin-top:-2px;
}

#nav_pc ul li.navi_icon a:hover{
	color:#fff;
}

#nav_pc ul li.navi_icon a:hover::after {
	width: 0%;
}

#nav_sp{
	position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
	
}
#nav_sp li{
	padding: 10px 13px;
	font-weight: 600;
	color: #fff;
	font-size: 15px;
	letter-spacing: 3px;
	font-family: 'Barlow Condensed', sans-serif;
}
#nav_sp li:hover{
	cursor:crosshair;
}

.menu-trigger,
.menu-trigger span {
 display: inline-block;
 transition: all .4s;
 box-sizing: border-box;
}
@media screen and (min-width:820px){
.menu-trigger,
.menu-trigger span {
	display: none;
}
}
.menu-trigger {
 position: fixed;
 /*bottom: 20px;
 right: 20px;*/
 top: 5px;
 right: 10px;
 width: 48px;
 height: 48px;
 z-index: 1002;
}
@media screen and (min-width:480px){
.menu-trigger {
 top: 10px;
 right: 20px;
}
}
@media screen and (min-width:820px){
.menu-trigger {
 top: 30px;
 right: 30px;
}
}
a.menu-trigger:hover{
}
.menu-trigger span {
 position: absolute;
 z-index: 9999;
 left: 11px;
 width: 55%;
 height: 2px;
 background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
 top: 14px;
}
.menu-trigger span:nth-of-type(2) {
 top: 23px;
}
.menu-trigger span:nth-of-type(3) {
 bottom: 14px;
}

.menu-trigger.active span:nth-of-type(1) {
 -webkit-transform: translateY(20px) rotate(-45deg);
 transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
 opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
 -webkit-transform: translateY(-20px) rotate(45deg);
 transform: translateY(-10px) rotate(45deg);
}
#overlay{
 display: none;
 width: 100%;
 height:100%;
 text-align: center;
 position: fixed;
 top: 0;
 z-index: 1001;
 background: rgba(0,0,0,0.8);
 padding: 20px;
 box-sizing: border-box;
}

#overlay ul{
 padding-left: 0px;
}
#overlay ul li{
 padding-left: 0px;
 list-style-type: none;
 margin-top: 20px;
}
#overlay ul li a{
 color: #fff;
 text-decoration: none;
 font-size: 110%;
}
@media screen and (min-width:480px){
#overlay ul li a{
 font-size: 120%;
}
}
/*______________________________news____*/

#news{
	margin: 60px 0 30px 0;
}

@media screen and (min-width:768px){
#news{
	margin: 70px 0 30px 0;
}
}
.content_box{
	width:100%;
	margin:0 auto;
	padding: 0 20px;
}
@media screen and (min-width:480px){
.content_box{
	padding: 0 25px;
}	
}
@media screen and (min-width:768px){
.content_box{
	padding: 0 40px;
}	
}
@media screen and (min-width:992px){
.content_box{
	padding: 0 60px;
}	
}

h2{-webkit-writing-mode: vertical-lr;/*縦書き*/
	-webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
	font-size:200%;
	margin:20px 0 30px 0px;
	letter-spacing:10px;
	border-right:3px solid #111111;
	font-weight:bold;
	padding-right:10px;	
	font-family: 'Barlow Condensed', sans-serif;
	position: relative;
	z-index: 100;
}
.h2_number{
	font-size: 20px;
	margin-left: 38px;
	font-weight: 700;
	letter-spacing: 5px;
	font-family: 'Barlow Condensed', sans-serif;
}
@media screen and (min-width:480px){
h2{
	font-size:250%;
}
.h2_number{
	font-size: 24px;
}
}
.sec_ttl{
	float: right;
}
.news_bigbox{
	width: 75%;
	float: left;
}
@media screen and (min-width:480px){
.news_bigbox{
	width: 80%;
}
}
@media screen and (min-width:768px){
.news_bigbox{
	width: 90%;
}
}
ul.box_ul{
	display: flex;
	flex-wrap: wrap;
}
li.article_box a:hover,
li.article_box a:hover p,
li.article_box a:hover h3{
	opacity: 0.6;
    filter: alpha(opacity=60);
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
 	transition: all 0.7s;
}

li.article_box{

	width: 100%;
	height: auto;
	padding: 0 3.5% 40px 0;
}
@media screen and (min-width:768px){
li.article_box{
	width: 50%;
}
}
@media screen and (min-width:992px){
li.article_box{
	width: 33.3%;
}
}

li.article_box img{
	width: 100%;
	height: auto;
}
li.article_box h3{
	padding-top: 7px;
	line-height: 1.5;
	font-size: 11.5px;
	font-weight:normal;
}
li.article_box a h3,
li.article_box a p{
	color: #000000;
}
li.article_box p{
	padding-top: 3px;
	font-size: 11.5px;
	line-height: 1.75;
}


/*______________________________footer____*/
.copyright{
    position: fixed;
    bottom: 120px;
    right: -33px;
    z-index: 1000;
    font-size: 12px;
	letter-spacing: 0.1em;
    transform: rotateZ(90deg);
	color: #000000;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
}

.nobr480{
	display: none;
}
@media screen and (min-width:480px){
.nobr480{
	display: block;
}
}

/**画像hover時にテキスト表示**/
.snip1273 {
  position: relative;
  float: left;
  margin: 0;
  width: 100%;
  color: #ffffff;
  text-align: left;
  background-color: #000000;
  font-size: 16px;
}
.snip1273 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.snip1273 img {
  position: relative;
  max-width: 100%;
  vertical-align: top;
}
.snip1273 figcaption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  padding: 20px 30px;
}
.snip1273 figcaption:before,
.snip1273 figcaption:after {
  width: 1px;
  height: 0;
}
.snip1273 figcaption:before {
  right: 0;
  top: 0;
}
.snip1273 figcaption:after {
  left: 0;
  bottom: 0;
}
.snip1273 h3,
.snip1273 p {
  line-height: 1.5em;
}
.snip1273 h3 {
  margin: 0;
  font-weight: normal;
}
.snip1273 p {
  font-size: 0.8em;
  font-weight: normal;
  margin: 0 0 15px;
}
.snip1273 a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.snip1273:before,
.snip1273:after,
.snip1273 figcaption:before,
.snip1273 figcaption:after {
  position: absolute;
  content: '';
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.8;
}
.snip1273:before,
.snip1273:after {
  height: 1px;
  width: 0%;
}
.snip1273:before {
  top: 0;
  left: 0;
}
.snip1273:after {
  bottom: 0;
  right: 0;
}
.snip1273:hover img,
.snip1273.hover img {
  opacity: 0.4;
}
.snip1273:hover figcaption,
.snip1273.hover figcaption {
  opacity: 1;
}
.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
  height: 100%;
}
.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after {
  width: 100%;
}
.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after,
.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
  opacity: 0.1;
}


.btn a{
        color: #fff;
        font-size: 12px;
	letter-spacing: 4px;
        padding: 7px 15px 7px 19px;
	margin-top: 20px;
        text-decoration: none;
	border: 2px solid #fff;
	font-weight: 600;
	float: right;
	font-family: 'Barlow Condensed', sans-serif;
	display: none;
}
@media screen and (min-width:820px){
.btn a{
	display: block;
}
}

.btn a:hover{
        -webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
 transition: all 0.7s;
         opacity: 0.6;
        filter: alpha(opacity=60);
}

.btn2 a{
        color: #fff;
        font-size: 100% !important;
	text-align: center;
	letter-spacing: 2px;
        padding: 5px 20px 6px 24px;
	margin-top: 20px;
        text-decoration: none;
	border: 1px solid #fff;
	font-weight: 400;
	font-family: 'Barlow Condensed', sans-serif;
}