*, *: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;
}

.clear{ clear: both;}

.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
	overflow:hidden;
}
/* Hides from IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


div,p,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,table,tr,th,td,article,aside,header,footer,section,nav{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
  outline: none;
  color: #555555;
  text-decoration: none;

}

a:visited {
  text-decoration: none;
}

a:hover {
  color: #997f60;
  text-decoration: none;
}


img {
-ms-interpolation-mode: bicubic;
border:0px;
}


.br-pc { display:block; }
.br-sp { display:none; }

@media screen and (max-width: 768px) {
.br-pc { display:none; }
.br-sp { display:block; }
}

body {
	font-family: 'Cardo', serif;
	-webkit-text-size-adjust: none;
}

body.seco{
	font-family: 'Cardo', serif;
	background-image: url(../img/common/side_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
	background-color: #FFF;
	-webkit-text-size-adjust: none;
}

.frame {
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}

/* ▲▲▲ここまではナビゲーションに関係ない設定▲▲▲ */

.inner {
	width: 240px;
	height: 350px;
	float: left;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 240px;
	margin: 100px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;}
#top-head .inner {
	position: relative;
}
.logo {
	left: 38px;
	bottom: 38px;
	position: absolute;
	display:block;
}

.logo_seco {
	width: 240px;
	text-align:center;
	display:block;
	margin-bottom: 20px;
}

.feed_wrap {
	right: 40px;
	bottom: 60px;
	position: absolute;
	display:block;
	background-color: rgba(255,255,255,0.7);
	padding: 10px 20px;
	border-radius: 5px;
	}

@media screen and (max-width: 768px) {
.feed_wrap {
	right: 10%;
	left: 10%;
margin: 0 auto;
	bottom: 70px;
	position: absolute;
	display:block;
	background-color: rgba(255,255,255,0.7);
	border-radius: 5px;
	padding: 10px 20px;
	}
	}

@media screen and (max-width: 468px) {
.feed_wrap {
	right: 5%;
	left: 5%;
margin: 0 auto;
	bottom: 70px;
	position: absolute;
	display:block;
	background-color: rgba(255,255,255,0.7);
	padding: 10px 20px;
	border-radius: 5px;
	}
	}

.copyright {
	font-size: 10px;
	right: 40px;
	bottom: 40px;
	position: absolute;
	display:block;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	line-height: 0em;
	letter-spacing:0pt;
	}
.copyright_seco {
	font-size: 10px;
	bottom: 40px;
	display:block;
	text-align:center;
	color: #666;
	font-family: 'Montserrat', sans-serif;
	line-height: 0em;
	letter-spacing:0pt;
	margin-bottom: 40px;
	}	
#sns {
	width: 32px;
	margin-top: 24px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear:both;
	}

#top-head .logo2 {
	display:none;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	left: 38px;
	font-size: 18px;
	top: 0px;
}
#global-nav ul li {
	float: left;
	position: relative;
	width: 164px;
	padding: 12px 0px 12px 0px;
	letter-spacing:0pt;
}
#global-nav ul li a {
	padding: 0px 0px;
	display: block;
}


#global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover {
	color: #f1f1f1;
}



/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}


#global-nav ul li:hover:after {
	background: #fff;
	bottom: 8px;
}




/* Btn カレント */
#global-nav ul li.bt_on a {
	color: #999;
	}

#global-nav ul li.bt_on a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}


#global-nav ul li.bt_on a:after {
	background: #fff;
	bottom: 8px;
}






/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 30px;

	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

#top-head.fixed #global-nav ul li a {
	color: #fff;
	padding: 0px;
}


#top-head.fixed #global-nav ul li.on a {
	color: #999;
	}




/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/








/* Main contests right */

#main_contents {
	width:100%;
	padding-left: 240px;
	-webkit-text-size-adjust: 100%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
	color:#000;
	line-height: 2em;
	letter-spacing:1pt;
	}

#main_contents_wp {
	width:100%;
	padding-left: 300px;
	-webkit-text-size-adjust: 100%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
	color:#000;
	line-height: 2em;
	letter-spacing:1pt;
	z-index:999999;
	}




/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #ccc;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}





.memo{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 43%;
  text-align: center;/*一応BOX内の文字も中央寄せ*/
}




@media screen and (max-width: 1050px) {
	
body.seco{
	font-family: 'Cardo', serif;
	background-image: url(../img/common/side_bg_sp.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-attachment: fixed;
	background-color: #FFF;
}



	#top-head,
	.inner {
		width: 100%;
		height:56px;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: #000;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	
	#top-head.fixed .logo,
	.logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
		display:none;
	}
	
	.logo_seco {
	display:none;
}
	
	.copyright {
			width: 100%;
font-size: 10px;
	right: 0px;
	bottom: 40px;
	color: #fff;
	text-align:center;
	font-family: 'Montserrat', sans-serif;
}


	#top-head .logo2 {
position: absolute;
			display:block;
}



/* Btn カレント */
#global-nav ul li.bt_on a {
	color: #999;
	}

#global-nav ul li.bt_on a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 0px;
	bottom: 0px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}


#global-nav ul li.bt_on a:after {
	bottom: 8px;
}


	#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
		top: -500px;
	width: 100%;
	text-align: center;
	padding: 0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	}
	#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	width: 100%;
	}
	#global-nav ul li {
	float: none;
	text-align: center;
	display: inline-block;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444;
	padding: 0px 0px 0px 0px;
}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
	padding: 12px 0px 12px 0px;
	background-color: rgba(0,0,0,0.9);
	}
	#top-head #global-nav ul li a:hover,
	#top-head.fixed #global-nav ul li a:hover {
	display: block;
	color: #000;
	background-color: rgba(255,255,255,0.8);
	}
	
	
	#nav-toggle {
	display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	background-color: #fff;
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	background-color: #fff;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	background-color: #fff;
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
	
	
	/* Main contests right */

	#main_contents {
	width:100%;
	margin-top: 56px;
	padding-left: 0px;
	font-size: 14px;
	}

#main_contents_wp {
	width:100%;
	padding-left: 0px;
	-webkit-text-size-adjust: 100%;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:16px;
	color:#000;
	line-height: 2em;
	letter-spacing:1pt;
	z-index:999999;
	}



.memo{
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 48%;
  text-align: center;/*一応BOX内の文字も中央寄せ*/
}

}



@media screen and (max-width: 768px) {

.memo{
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 78%;
  text-align: center;/*一応BOX内の文字も中央寄せ*/
}

}

@media screen and (max-width: 500px) {

.memo{
  position: absolute;
  top: 53%;
  left: 50%;
  -webkit-transform : translate(-50%,-50%);
  transform : translate(-50%,-50%);
  width: 83%;
  text-align: center;/*一応BOX内の文字も中央寄せ*/
}

}