@charset "UTF-8";

@import '//fonts.googleapis.com/css?family=Montserrat:700';
@import '//fonts.googleapis.com/css?family=Lobster';

@import '//fonts.googleapis.com/css?family=Courgette|Covered+By+Your+Grace|Kaushan+Script|Nothing+You+Could+Do';

body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #000;
	-webkit-text-size-adjust: none;
	-webkit-overflow-scrolling: touch;
}

/* position:fixed IE6 */
* html body {     
    background: url(https://www.shokuchika.jp/css/null) fixed;
} 

/* a */

a:link {
	color: #2A92BE;
	text-decoration: none;
}

a:visited {
	color: #2A92BE;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}



/* --- clearfix --- */

.clearFix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearFix {
min-height: 1px;
}


/* --- fade --- */

.fade {  
    -webkit-transition: 0.3s ease-in-out;  
	-moz-transition: 0.3s ease-in-out;  
	-o-transition: 0.3s ease-in-out;  
	transition: 0.3s ease-in-out;  
}  
.fade:hover {  
    opacity: 0.4;  
    filter: alpha(opacity=60);  
} 


/* loader */
#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFFFFF;
	z-index: 997;
}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 83px;
	height: 250px;
	margin-top: -125px;
	margin-left: -41px;
	text-align: center;
	color: #000000;
	z-index: 998;
}



/* container */

#container {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

/* header */


@media (min-width: 300px) {
	
header {
	width: 100%;
	height: 139px;
	margin: 0;
	padding: 0;
	position: fixed;  
    top:0;  
    left:0;
	z-index: 996;
	overflow: hidden;
}  

.fix {
	margin: 0;
	padding: 0;
	position: relative;
}  

.fix h1 {
	width: 100px;
	height: 139px;
	margin: 0;
	padding: 0;
	position: absolute;
    top:0;  
    left:10px;
}  

.fix h1 img {
	width: 100%;
	height: auto;
}  

nav {
	margin: 0;
	padding: 7px 7px 5px 7px;
	position: absolute;
	top: 10px;
	right:10px;
	background-color: #1A1A1A;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}

nav p {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
}
	
}

@media (min-width: 550px) {
	
header {
	height: 188px;
}  

.fix h1 {
	width: 135px;
	height: 188px; 
    left:20px;
}  

nav {
	padding: 7px 7px 5px 7px;
	top: 20px;
	right:20px;
	font-size: 10px;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
header {
	height: 250px;
}  

.fix h1 {
	width: 180px;
	height: 250px;
    left: 30px;
}  

nav {
	padding: 10px 10px 5px 10px;
	top: 30px;
	right:30px;
	font-size: 11px;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {


.fix {
	max-width: 1500px;
	min-width: 980px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}  

.fix h1 {
	width: 180px;
	height: 250px;
	margin: 0;
	padding: 0;
	position: absolute;
    top:0;  
    left:50px;
}  

nav {
	top: 50px;
	right:50px;
}

}


/* nav */

/* Larger than mobile */
@media (min-width: 300px) {
	
.panel {
    background: url(../images/asanoha.png);
    z-index: 9999;
    position: fixed;
    left: -15em;
    width: 15em;
	overflow:auto;
}

.panel ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.panel li {
	margin: 0;
	padding: 0;
}

.panel i {
	font-size: 18px;
	margin: 0 10px 0 20px;
	padding: 0;
}

.panel a.main {
	padding: 20px 0;
    display: block;
	font-size: 14px;
	border-bottom: 1px solid #CECECE;
}

.panel a.sns_top {
	margin: 20px 0 0 0;
	padding: 8px 0;
    display: block;
	font-size: 14px;
}

.panel a.sns {
	padding: 8px 0;
    display: block;
	font-size: 14px;
}

.panel a.main:link,
.panel a.main:visited {
    color: #000;
	text-decoration: none;
}

.panel a.sns:link,
.panel a.sns_top:link,
.panel a.sns:visited,
.panel a.sns_top:visited {
    color: #666666;
	text-decoration: none;
}

.panel a.main:hover,
.panel a.main:active {
	text-decoration: none;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
.panel i {
	font-size: 20px;
	margin: 0 15px 0 20px;
	padding: 0;
}

.panel a.main {
	padding: 25px 0;
    display: block;
	font-size: 15px;
	border-bottom: 1px solid #CECECE;
}
	
}



/* hvr-fade */

.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #FFC800;
  color: #000;
}


/* menu-trigger */

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	width: 35px;
	height: 30px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 10px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 5px;
}

.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(10px) rotate(-45deg);
	transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}


/* root_nav */

/* Larger than mobile */
@media (min-width: 300px) {
	
.root_nav {
	margin: 0;
	padding: 0 20px 30px 20px;
	font-size: 11px;
	box-sizing: border-box;
	color: #AAAAAA;
	text-align: left;
}

.root_news_nav {
	margin: 0;
	padding: 30px 20px 0 20px;
	font-size: 11px;
	box-sizing: border-box;
	color: #AAAAAA;
	text-align: left;
}
	
}

/* Larger than phablet */
@media (min-width: 550px) {
	

	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
.root_nav {
	margin: 0;
	padding: 0 50px 30px 50px;
	font-size: 12px;
}

.root_news_nav {
	margin: 0;
	padding: 30px 50px 0 50px;
	font-size: 12px;
	box-sizing: border-box;
	color: #AAAAAA;
	text-align: left;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {

.root_nav {
	max-width: 1500px;
	min-width: 980px;
	margin: 0 auto;
}

.root_news_nav {
	max-width: 1500px;
	min-width: 980px;
	margin: 0 auto;
}

}


/* content */

.content {
	margin: 0;
	padding: 0;
	background: url(../images/base_bg.png) top left;
	-webkit-background-size: 600px auto;
	background-size: 600px auto;
	overflow: hidden;
	position: relative;
}


/* footer */

/* Larger than mobile */
@media (min-width: 300px) {
	
footer {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
	
.fish,
.fish2 {
	width: 60px;
	height: 85px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 10px;
}

.fish img,
.fish2 img {
	width: 100%;
	height: auto;
}

}


/* Larger than tablet */
@media (min-width: 750px) {
	
.fish,
.fish2 {
	width: 85px;
	height: 120px;
	right: 20px;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {

.fish,
.fish2 {
	right: 50px;
}


}

/* pagetop */

.pagetop {
	width: 80px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	color: #FFF;
	text-align: center;
}

.pagetop a {
	display: block;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #000;
}

.pagetop a:hover {
	color: #000;
	text-decoration: none;
}

.pagetop p {
	margin: 5px 0 15px 0;
	padding: 0;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
}


/* foot_nav */

/* Larger than mobile */
@media (min-width: 300px) {
	
.foot_giza_top {
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
	background: url(../images/foot_giza_top.png) top left repeat-x;
	-webkit-background-size: auto 5px;
	background-size: auto 5px;
	overflow: hidden;
}

.foot_nav {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/white.png) top left;
	overflow: hidden;
}

.foot_giza_bottom {
	width: 100%;
	height: 5px;
	margin: 0;
	padding: 0;
	background: url(../images/foot_giza_bottom.png) top left repeat-x;
	-webkit-background-size: auto 5px;
	background-size: auto 5px;
	overflow: hidden;
}


.foot_nav ul {
	margin: 30px auto 15px auto;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-size: 13px;
}

.foot_nav i {
	margin: 0 5px 0 0;
	padding: 0;
	color: #FCB100;
}

.foot_nav li {
	width: 33.3%;
	float: left;
}

.foot_nav li a {
	display: block;
	position: relative;
	padding: 10px 0;
	color: #000;
	text-decoration: none;
}

.foot_nav li a:hover {
	color: #363636;
	text-decoration: none;
}
	
}

/* Larger than phablet */
@media (min-width: 550px) {
	
.foot_nav ul {
	font-size: 14px;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
.foot_giza_top {
	height: 15px;
	background: url(../images/foot_giza_top.png) top left repeat-x;
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
}

.foot_giza_bottom {
	height: 15px;
	background: url(../images/foot_giza_bottom.png) top left repeat-x;
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
}


.foot_nav ul {
	width: 950px;
	margin: 25px auto;
}

.foot_nav li {
	width: 14.2%;
	float: left;
}

.foot_nav li a {
	padding: 0 2px;
	border-left: 1px #ccc solid;
}
	
}


/* --- ander_area --- */

/* Larger than mobile */
@media (min-width: 300px) {
	
.ander_area {
	margin: 0;
	padding: 35px 10px 40px 10px;
	background: #1a1a1a;
	overflow: hidden;
}

.ander_area h5 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 15px;
	color: #EBEBEB;
	text-align: center;
}

.ander_area h5 span {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	display: block;
}

.ander_area h6 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 9px;
	color: #EBEBEB;
	font-weight: normal;
	text-align: center;
}

.ander_area p {
	margin: 0;
	padding: 0;
	font-size: 9px;
	color: #808080;
	line-height: 1.8;
	text-align: center;
}

.ander_area p span {
	font-size: 8px;
	font-family: 'Montserrat', sans-serif;
}

.ander_area ul {
	width: 80px;
	margin: 0 auto 20px auto;
	padding: 0;
	list-style-type: none;
	color: #FFF;
}

.ander_area li {
	float: left;
}

.ander_area li.joins {
	display: none;
}

.ander_area li.icon {
	width: 30px;
	height: 30px;
	margin: 0 5px;
	padding: 0;
}

.ander_area li.icon img {
	width: 100%;
	height: auto;
}
	
}

/* Larger than phablet */
@media (min-width: 550px) {
	
.ander_area {
	padding: 35px 20px 40px 20px;
}

.ander_area h5 {
	font-size: 16px;
}

.ander_area h5 span {
	font-size: 13px;
}

.ander_area h6 {
	font-size: 10px;
}

.ander_area p {
	font-size: 10px;
}

.ander_area p span {
	font-size: 9px;
}


}

/* Larger than tablet */
@media (min-width: 750px) {
	
.ander_area {
	margin: 0;
	padding: 35px 0 40px 0;
	position: relative;
}

.ander_area h5 {
	margin: 0 0 15px 50px;
	padding: 0;
	font-size: 16px;
	color: #EBEBEB;
	text-align: left;
}

.ander_area h5 span {
	margin: 0 0 0 20px;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	display: inline;
}

.ander_area h6 {
	margin: 0 0 20px 45px;
	padding: 0;
	font-size: 13px;
	color: #EBEBEB;
	font-weight: normal;
	text-align: left;
}

.ander_area p {
	margin: 0 0 0 50px;
	padding: 0;
	font-size: 12px;
	color: #808080;
	line-height: 1.8;
	text-align: left;
}

.ander_area p span {
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
}

.ander_area ul {
	width: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 45px;
	right: 40px;
	list-style-type: none;
	color: #FFF;
}

.ander_area li {
	float: left;
}

.ander_area li.joins {
	display: inherit;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
	line-height: 40px;
	height: 40px;
	border-right: 1px #fff solid;
}

.ander_area li.icon {
	width: 35px;
	height: 35px;
	margin: 0 10px 0 0;
	padding: 0;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {
	
.ander_area ul {
	width: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 30px;
	right: 40px;
	list-style-type: none;
	color: #FFF;
}

.ander_area li {
	float: left;
}

.ander_area li.joins {
	display: inherit;
	margin: 0 30px 0 0;
	padding: 0 30px 0 0;
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	line-height: 45px;
	height: 45px;
	border-right: 1px #fff solid;
}

.ander_area li.icon {
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
	padding: 0;
}
	
}



/* --- category_title --- */

/* Larger than mobile */
@media (min-width: 300px) {
	
.category_title {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%); /* Safari用 */
	transform: translate(-50%,-50%);
}

.category_title div {
	width: 130px;
	height: 8px;
	margin: 0 auto 20px auto;
	padding: 0;
}

.category_title div img {
	width: 100%;
	height: auto;
}

.category_title h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	line-height: 1;
	text-shadow: 0 0 0.1em rgba(0,0,0,1);
	font-weight: normal;
}

.category_title h3 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 15px;
	text-shadow: 0 0 0.5em rgba(0,0,0,1);
	line-height: 1;
}

.category_title p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.3;
}
	
}

/* Larger than phablet */
@media (min-width: 550px) {


.category_title h2 {
	margin: 0 0 10px 0;
	font-size: 35px;
}

.category_title h3 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 16px;
}

.category_title p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1;
}
	
}

/* Larger than tablet */
@media (min-width: 750px) {

.category_title div {
	width: 185px;
	height: 10px;
}

.category_title h2 {
	margin: 0 0 15px 0;
	font-size: 40px;
}

.category_title h3 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 18px;
}

.category_title p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1;
}

.category_title p br {
	display: none;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {



}


/* --- sub_title --- */

/* Larger than mobile */
@media (min-width: 300px) {
	
.sub_title {
	margin: 0;
	text-align: center;
	box-sizing: border-box;
	position: relative;
}

.pd_70 {
	padding: 50px 0;
}

.pd_50 {
	padding: 50px 0 30px 0;
}

.pd_30_50 {
	padding: 10px 0 30px 0;
}


.bg_w {
	background: #FFF;
}

.bg_b {
	background:  #333333;
}

.bg_y {
	background: #FFC800;
}

.sub_title h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 25px; 
	font-weight: normal;
	line-height: 1;
}

.sub_title p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	font-family: 'Courgette', cursive;
	line-height: 1;
}

.profile_area h2 {
	margin: 300px 0 20px 0;
	padding: 0;
	font-size: 25px; 
	font-weight: normal;
	line-height: 1;
}

.profile_area p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px; 
	font-family: 'Courgette', cursive;
	line-height: 1;
}

.color_w {
	color: #FFF;
}

.sub_title .giza {
	width: 50px;
	height: 10px;
	margin: 0 auto;
	padding: 0;
}

.sub_title div img {
	width: 100%;
	height: auto;
}
	
}

/* Larger than phablet */
@media (min-width: 550px) {
	

	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
.sub_title {
	width: 100%;
}

.sub_title h2 {
	font-size: 30px; 
}

.sub_title p {
	font-size: 13px;
}

.profile_area h2 {
	font-size: 30px; 
}

.profile_area p {
	font-size: 13px; 
}

.pd_70 {
	padding: 70px 0;
}

.pd_50 {
	padding: 70px 0 50px 0;
}

.pd_30_50 {
	padding: 30px 0 50px 0;
}

	
}

/* Larger than tablet */
@media (min-width: 1000px) {
	

}


/* --- giza_style --- */

/* Larger than mobile */
@media (min-width: 300px) {
	
.giza_style1_bottom {
	width: 100%;
	height: 5px;
	background: url(../images/giza_style1.png) repeat-x top left;
	-webkit-background-size: auto 5px;
	background-size: auto 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.giza_style2_bottom {
	width: 100%;
	height: 5px;
	background: url(../images/giza_style2.png) repeat-x top left;
	-webkit-background-size: auto 5px;
	background-size: auto 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.giza_style3_bottom {
	width: 100%;
	height: 5px;
	background: url(../images/giza_style3.png) repeat-x top left;
	-webkit-background-size: auto 5px;
	background-size: auto 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.giza_style4_bottom {
	width: 100%;
	height: 5px;
	background: url(../images/giza_style4.png) repeat-x top left;
	-webkit-background-size: auto 5px;
	background-size: auto 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.giza_style5_bottom {
	width: 100%;
	height: 5px;
	background: url(../images/giza_style5.png) repeat-x top left;
	-webkit-background-size: auto 5px;
	background-size: auto 5px;
	position: absolute;
	top: 0;
	left: 0;
}
	
}

/* Larger than phablet */
@media (min-width: 550px) {
	

	
}

/* Larger than tablet */
@media (min-width: 750px) {
	
.giza_style1_bottom {
	width: 100%;
	height: 15px;
	background: url(../images/giza_style1.png) repeat-x top left;
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.giza_style2_bottom {
	width: 100%;
	height: 15px;
	background: url(../images/giza_style2.png) repeat-x top left;
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.giza_style3_bottom {
	width: 100%;
	height: 15px;
	background: url(../images/giza_style3.png) repeat-x top left;
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.giza_style4_bottom {
	width: 100%;
	height: 15px;
	background: url(../images/giza_style4.png) repeat-x top left;
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.giza_style5_bottom {
	width: 100%;
	height: 15px;
	background: url(../images/giza_style5.png) repeat-x top left;
	-webkit-background-size: auto 15px;
	background-size: auto 15px;
	position: absolute;
	top: 0;
	left: 0;
}
	
}

/* Larger than tablet */
@media (min-width: 1000px) {
	
	
}