/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

/*CSSのリセット*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*フォント読み込み*/

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}


/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}



@font-face {
		font-family: 'Raleway-ExtraBold';
		src: url("../fonts/Raleway-ExtraBold.ttf") format("truetype");
		src: url("../fonts/Raleway-ExtraBold.woff") format("woff");
	
}

@font-face {
		font-family: 'Raleway-Bold';
		src: url("../fonts/Raleway-Bold.ttf") format("truetype");
		src: url("../fonts/Raleway-Bold.woff") format("woff");
	
}



@font-face {
		font-family: 'Muli-Regular';
		src: url("../fonts/Muli-Regular.ttf") format("truetype");
		src: url("../fonts/Muli-Regular.woff") format("woff");
		src: url("../fonts/Muli-Regular.eot") format("embedded-opentype");
}



/*アイコンフォント読み込み*/
@font-face {
  font-family: 'No_K_icon_fonts';
  src:  url('../fonts/No_K_icon_fonts.eot');
  src:  url('../fonts/No_K_icon_fonts.eot') format('embedded-opentype'),
    url('../fonts/No_K_icon_fonts.ttf') format('truetype'),
    url('../fonts/No_K_icon_fonts.woff') format('woff'),
    url('../fonts/No_K_icon_fonts.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="No_K-"], [class*=" No_K-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'No_K_icon_fonts' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.No_K-underline:before {
  content: "\e902";
}

.No_K-No_K_logo:before {
  content: "\e901";
}
.No_K-g9_logo2:before {
  content: "\e900";
}
.No_K-g9_logo:before {
  content: "\e90f";
}
.No_K-gassa9_logo:before {
  content: "\e910";
}
.No_K-plus:before {
  content: "\ea0a";
}
.No_K-minus:before {
  content: "\ea0b";
}
.No_K-mail4:before {
  content: "\ea86";
}
.No_K-tumblr:before {
  content: "\eab9";
}


/*html設定*/
/*===========================================================*/

* {
	
	letter-spacing:1px;
	
	
	-webkit-text-size-adjust: 100%;	
}


html {
	/*背景色*/
	background: #fff;
	
	/*フォントサイズの基準*/
	font-size: 62.5%;
	position: relative;
	color: #000000;
	overflow-y: scroll;
	height: 100%;
	
	
}

body{
	height: 100%;
	font-family: "Muli-Regular", "-apple-system", "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	
}

p {	
	line-height: 1.6em;
	
	
}

img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

#wrapper {
    
    width: 100%;
    position: relative;
    min-height: 100%;
}


.inner {
	padding: 16px 16px 40px 16px;
}



/*マージン設定*/
/*==============================================================*/
.mb_1 {
    margin-bottom: 24px
}

.mb_2 {
    margin-bottom: 16px
}

.mb_3 {
    margin-bottom: 48px
}

.mb_fixed {
    margin-bottom: 16px;
	margin-right: 24px;
}

@media screen and (max-width: 768px) {
    .mb_1 {
        margin-bottom: 16px
    }
    .mb_2 {
        margin-bottom: 4px
    }
    .mb_3 {
        margin-bottom: 40px
    }
    .mb_fixed {
        margin-bottom: 8px;
		margin-right: 0
    }
}





/*ヘッダー*/
/*===========================================================*/

#header {
    position: relative
}



header:before {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
	-webkit-animation: fadeIn 1s linear;
    animation: fadeIn 1s linear;
}

@-webkit-keyframes fadeIn{
	0%  {display: none;
        opacity: 0;}
		
	1% {display: block;
	opacity: 0;}
    100% {display: block;
		opacity: 1}
	
}

  @keyframes fadeIn{
	 0%  {display: none;
        opacity: 0;}
		
	1% {display: block;
	opacity: 0;}
    100% {display: block;
		opacity: 1}  
	  
  }

/*@media screen and (min-width: 1200px) {
    .inner {
        padding: 64px 64px 76px 64px
    }
}*/

@media screen and (max-width: 768px) {
    .inner {
        padding: 32px 32px 84px 32px
    }
    header:before {
      display:none;
	}
}

/*トップ画像*/
#top_img{
	width: 100%;
	height: auto;
	-webkit-animation: fadeIn 1s linear;
	animation: fadeIn 1.5s linear;
	
  
}

#top_img img {
	width: 100%;
	height: auto;
	
}

@media screen and (min-width: 769px) {
   #top_img{
	display: none;
}
}

/*右上のgassa9,tumblerボタン*/
#list_link {
    position: absolute;
    bottom: 0;
    right: 16px
}

#list_link:after {
    display: block;
    clear: both;
    content: ""
}


#list_link li {
    float: left;
    border-radius: 50%;
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0 16px 0 0
}

#list_link li a {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    border-radius: 50%;
    background-color: #000000
}

#list_link li:last-child {
    margin-right: none
}

#tumbler_link {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: #000000;
    position: relative
}

.icon {
    position: absolute;
    font-size: 1.6rem;
    top: 8px;
    right: 8px;
    color: #fff
}

.No_K-g9_logo2 {
    font-size: 1.8rem;
    right: 7px;
    top: 7px
}

@media screen and (max-width: 768px) {
    #list_link {
        right: -8px;
    }
    #list_link li {
        border-radius: 50%;
        position: relative;
        width: 24px;
        height: 24px;
        margin: 0 8px 0 0
    }
    #list_link li a {
        width: 24px;
        height: 24px
    }
    .icon {
        font-size: 1.2rem;
        top: 6px;
        right: 6px;
        color: #fff
    }
    .No_K-g9_logo2 {
        font-size: 1.4rem;
        right: 5px;
        top: 5px
    }
}

/*ロゴ*/
#no_k_logo span{
	display: none;
}

#no_k_logo:before {
    content:"\e901";
	font-size: 5.6rem;
	font-family: 'No_K_icon_fonts';
	}



/*メインコンテンツ*/
/*==================================================*/

/*更新情報*/

#update {
    font-weight: bold;
    font-size: 1.2rem;
	
}

#update:after {
	content: "";
	clear: both;
	display: block;	
	
}

#update dt{
	float: left;
	
}

#update dd{
	float: left;
	margin-left: 3px

	
}

/*プロフィール*/
#profile p {
    font-size: 1.2rem;

}



/*メールアドレス*/
address {
    font-size: 1.2rem;
}


/*コンテンツ名*/
.content_name {
    
    font-size: 3.2rem;
    letter-spacing: 0;

}

.name{
	font-family: 'Raleway-ExtraBold';	
	
}
.content_name .name:after {
    content: "\ea0a";
    font-family: 'No_K_icon_fonts';
    font-size: 1.6rem;
    position: absolute;
    top: 15%;
    right: 16px;
    transform: rotate(90deg);
    transition: linear 0.5s;
    color: #a5a5a5;

}



.content_name .No_K-underline {
    display: block;
    line-height: 0.8em;
	

}

.updated{
	font-size: 1.2rem;
	margin-left: 16px;
	color: #6C0102;
	font-weight: bold;

	
}

.updated:before{
	content: "UPDATE ";	
	
}


@media (max-width: 768px) {
    .content_name .name:after {
        font-size: 1.2rem;
		right:0
    }
	
	.updated{
	font-size: 1rem;
	margin-left: 8px;
	

	
}

#update dt{
	clear: both;	
}

#update dd{
	clear: both;
	margin-left: 0;
	margin-top: 4px;
	
}

}


/*アコーディオン*/
.acordion_btn {
    cursor: pointer;
    position: relative;
    width: 100%;
}

.acordion_btn:hover .name {
    color: #a5a5a5
}


.acordion_btn.active span:after {
    transform: rotate(-45deg);
    color: #000000
}


.acordion {
    display: none
}

/*ギャラリーの作品の種類*/
.type {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin: 16px 0 8px;
}






@media screen and (max-width: 768px) {
    #no_k_logo:before {
        font-size: 3.6rem
    }
    #update, #profile p, address  {
        font-size: 1rem
    }
  
    .content_name {
        font-size: 2.4rem
    }
	
	.content_name span:after{
		right: 0px;	
		
	}
    .content_name .No_K-underline {
        line-height: 0.8em
    }
    .type {
        font-size: 1.2rem
    }
	
	.acordion_btn {
    width: 100%
}
	
}








/*ニュース*/
/*==================================================*/
.news_article {
    padding-bottom: 48px;
}

.news_article p {
    padding: 8px; 
	font-size: 1.2rem;

}

#news dl {
	padding: 0 0 0 8px;	
	
	
}

#news dt {
    font-size: 1rem;
    margin: 16px 0;
    font-weight: bold;
	
}

#news dd {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}

#news p {
   
}

#news img {
    margin: 16px 0;
	padding: 0;
}




@media screen and (max-width: 768px) {
    #news dt {
        font-size: 1rem;
    }
    #news dd {
        font-size: 1.3rem;
		margin-bottom: 8px;
    }
    #news p {
        font-size: 1rem
    }
	
	.news_article {
    padding-bottom: 32px
}
}



/*ギャラリー*/
/*==================================================*/
ul.list_image {
	-js-display: flex;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
	padding-bottom: 16px;
	
	
}

.list_image li {
    margin: 8px;
	position:relative;
}

.gallery_sub_list li {
    margin: 0;
	
}

.list_image li img {
    width: auto;
    height: 50px
}



/*トップに戻るボタン*/
/*========================================================*/
#back_top {
    position: fixed;
    bottom: 40px;
    right: 12px;
    font-size: 0.8rem;
    cursor: pointer;
    z-index: 10;
	display: none;
    width: 32px;
    height: 66px;
    text-indent: -9999px;
    background: no-repeat url(../images/arrow_top.png) center center;
    background-size: contain;
    border-radius: 4px;
    text-decoration: none;
    color: #ffffff
}

#back_top  {
    
}

/*@media screen and (min-width: 1200px) {
    #back_top {
        bottom: 40px;
        right: 16px
    }
}*/

@media screen and (max-width: 768px) {
    #back_top {
        bottom: 72px;
        right: 0
    }
}


/*フッター*/
/*========================================================*/
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 8px 16px;
    background: #000000;
    color: #FFFFFF;
   
}

#footer small {
    line-height: 1.6em;
    letter-spacing: 1px
}

.sp_br {
    display: none
}

#footer a {
    color: #ffffff
}

#footer a:hover {
    color: #a5a5a5
}

/*@media screen and (min-width: 1200px) {
    #footer {
        padding: 8px 64px;
    }
}
*/
@media screen and (max-width: 768px) {
    #footer {
        padding: 8px 32px;
    }
    .sp_br {
        display: block
    }
	
	._slash {
		display: none;	
		
	}
}