@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Great+Vibes);

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 62.5%;
	text-align: center;
	color: rgba(0,0,0,0.8);
	background-image: url(../images/background.jpg);
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}

strong {
	color: #000;
}

*::-moz-selection {
	background-color: rgba(0,0,0,0.1);
	color: #000;
}
*::selection {
	background-color: rgba(0,0,0,0.1);
	color: #000;
}

/* ----------------------------------------------------------------------- */
/* svg */

.defaults,
.grunge-frame {
	opacity: 0;
	line-height: 0;
	font-size: 0;
	height: 0;
	width: 0;
	position: absolute;
}

defs {
}

.mask {
	position: relative;
	font-size: 0;
	line-height: 0;
}

a .mask:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	line-height: 0;
	font-size: 0;
	background-image: url(../../common/images/animation_bg_2_w.gif);
	border-radius: 6px;
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
	        transition: opacity 0.2s ease-out;
}

/* IE11 only */
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, a .mask:before {
		height: calc(100% - 12px);
	}
}

.mask svg {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
	        transition: opacity 0.2s ease-out;
}

a:hover .mask svg {
	opacity: 0.825;
}

.sns-nav-item {
	width: 29px;
	height: 29px;
}

.sns-nav-item svg {
	transition: .3s ease;
	width: 29px;
	height: 29px;
}

/* ----------------------------------------------------------------------- */
/* Break */

.ib {
	display: inline-block;
}

.pcbr {
	display: none;
}

.spbr {
	display: inline-block;
}

@media screen and (min-width: 981px) {

	.spbr {
		display: none;
	}

	.pcbr {
		display: inline-block;
	}

}

/* ----------------------------------------------------------------------- */
/* sp / pc hide */

.sp-hide {
	display: inline-block;
}

.pc-hide {
	display: none;
}

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

	.sp-hide {
		display: none;
	}

	.pc-hide {
		display: inline-block;
	}

}

/* ----------------------------------------------------------------------- */
/* UIkit fadein */

.fadein {
	opacity: 0;
	transform: translate(0, 40px);
	transition-property: opacity,transform;
	transition-duration: .4s, .8s;
	transition-timing-function: cubic-bezier(.22,.61,.36,1);
}

.fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

/* ----------------------------------------------------------------------- */
/* EC anchor */

.ec-anchor {
	max-width: 155px;
}

.ec-anchor img {
	width: 100%;
}

/* ========================================================================== */
/* global-header                                                              */
/* ========================================================================== */

#global-header {
	width: 940px;
	height: 100px;
	margin: 0 auto;
	z-index: 10;
	position: relative;
}

#global-header h1 {
	width: 148px;
	line-height: 0;
	font-size: 0;
	position: absolute;
	overflow: hidden;
	left: 40%;
	right: 40%;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
	
	-webkit-perspective: 400px;
	   -moz-perspective: 200px;
	        perspective: 100px;
}

#global-header h1 a {
	margin-top: -10px;
	display: block;
}

#global-header h1 img {
	width: 100%;
}

/* navigation --------------------------------------------------------------- */

#global-nav {
	position: relative;
	z-index: 1;
	/*display: table-cell;*/
	display: block;
	font-size: 0;
	line-height: 0 !important;
	width: 100%;
}

.g-navigation-inner {
	padding-top: 32px;
}

#global-nav .main-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#global-nav li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 35px;
	font-size: 12px;
}

#global-nav li:nth-child(4) {
	margin-right: 209px;
}

#global-nav li:last-child {
	margin-right: 0;
	display: inline-block;
}

#global-nav a {
	padding-bottom: 5px;
	background: url(../images/header_nav_onmouse_bg.gif) no-repeat left 120%;
	opacity: 0.7;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}

#global-nav .main-nav li:last-child a {
	background: none;
}

#global-nav a.current,
#global-nav a:hover {
	opacity: 1;
	background-position: left bottom;
}

#global-nav .ec-anchor-item img {
	width: auto;
	height: 40px;
}

.menu-button {
	display: none;
}

/* ========================================================================== */
/* contents                                                                   */
/* ========================================================================== */

#contents-wrapper {
	background-image: url(../images/footer_top_image.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 1000px;
	padding-bottom: 180px;
	overflow: hidden;
}

#contents {
	width: 940px;
	margin: 0 auto;
	background: url(../images/footer_dotted_line_horizontal.png) repeat-x center top / 260px;
	text-align: left;
	text-justify: distribute;
	font-size: 1.2em;
	line-height: 2.0em;
	opacity: 0;
	transition: opacity .5s ease;
}

.onload #contents {
	opacity: 1;
}

#doc-title {
	display: table-cell;
	width: 940px;
	height: 173px;
	background: url(../images/contents_dotted_line_ornament_horizontal.png) repeat-x center bottom / 940px;
	text-align: center;
	vertical-align: middle;
	line-height: 0;
}

#doc-title img {
	padding: 18px 0 0;
	width: auto;
	height: 50px;
}

#doc-title.detail {
	text-align: left;
	margin: 0;
	padding: 0 0 3px;
	height: 65px;
	line-height: 0;
	font-size: 18px;
}

#doc-title.detail a {
	width: auto;
	height: 14px;
	display: inline-block;
	background: no-repeat 30px center;
	-webkit-transition: background,padding 0.25s ease;
	   -moz-transition: background,padding 0.25s ease;
	    -ms-transition: background,padding 0.25s ease;
	     -o-transition: background,padding 0.25s ease;
	        transition: background,padding 0.25s ease;
}

#doc-title.detail a:hover {
	background: url(../../common/images/icon_arrow_small_left.png) no-repeat 0 center / 8px;
	padding: 0 0 0 15px;
}

#doc-title.detail img {
	padding: 0;
	width: auto;
	height: 100%;
}

.ie7 #doc-title img {
	padding-top: 70px;
}

.ie7 #doc-title.detail img {
	padding-top: 25px;
}

.container {
	margin: 40px auto 20px auto;
}

/* ========================================================================== */
/* global-footer                                                              */
/* ========================================================================== */

#global-footer {
	text-align: left;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 30px;
	clear: both;
	background-image: url(../images/footer_body_top_pattern.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1500px;
}

#footer-wrapper {
	background-image: url(../images/footer_body_base_pattern.jpg);
	background-position: center top;
}

/* ---------------------------------- */

#global-footer .container {
	width: 940px;
	margin: 0 auto;
}

@media screen and (min-width: 981px) {

}

/* ---------------------------------- */

#topicpath {
	background: url(../images/footer_dotted_line_horizontal.png) repeat-x center bottom;
	width: 940px;
}

#topicpath ul {
	background: url(../images/footer_dotted_line_horizontal.png) repeat-x left top;
	padding-top: 20px;
	padding-bottom: 30px;
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 0;
}

#topicpath ul li {
	display: inline-block;
	float: left;
	font-size: 11px;
	line-height: 11px;
	margin-right: 1px;
}

#topicpath a {
	color: rgba(0,0,0,0.7);
	background: url(../images/icon_nest.png) no-repeat right center;
	padding-right: 25px;
	margin-right: 5px;
	letter-spacing: 0.1em;
	text-decoration: none;
	-webkit-transition: color 0.2s ease;
	   -moz-transition: color 0.2s ease;
	        transition: color 0.2s ease;
}

#topicpath li:nth-child(even) a {
	background-image: url(../images/icon_nest_even.png);
}

#topicpath ul li:first-child a {
	border-radius: 3px 0 0 3px;
	behavior: url(/common/js/lib/PIE.htc); /* IE6,7,8 */
	position:relative; /* IE6,7,8 */
}

#topicpath ul li:last-child a {
	padding: 0;
	background-image: none;
	border-radius: 0 3px 3px 0;
	behavior: url(/common/js/lib/PIE.htc); /* IE6,7,8 */
	position:relative; /* IE6,7,8 */
}

#topicpath ul li:only-child a {
	padding: 0;
	background-image: none;
	border-radius: 3px;
	behavior: url(/common/js/lib/PIE.htc); /* IE6,7,8 */
	position:relative; /* IE6,7,8 */
}

#topicpath a:hover {
	color: rgba(0,0,0,1);
}

/* ---------------------------------- */

#news {
	width: 440px;
	float: left;
	overflow: hidden;
	padding-right: 30px;
	padding-bottom: 80px;
	/*background: url(../images/footer_dotted_line_vertical.png) repeat-y right top;*/
}

#news h1 {
	margin-bottom: 20px;
}
#news h1 a {
	overflow: hidden;
	display: block;
}
#news h1 a:after {
	content: "";
	background-image: url(../images/button_more.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	width: 75px;
	height: 15px;
	float: right;
	margin-top: 10px;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
	        transition: opacity 0.2s ease-out;
}

#news h1 a:hover,
#news h1 a:hover:after {
	opacity: 1;
}

#news h1 a img {
	max-width: 136px;
}

#news #headline,
#news #headline li {
	background: url(../images/footer_dotted_line_horizontal.png) repeat-x bottom left;
}

#news #headline {
	background-position: left top;
}

#news #headline li {
	background-position: left bottom;
	font-size: 1.2em;
}

#news #headline a {
	display: block;
	width: 100%;
	padding: 14px 0;
	color: #5b564d;
	vertical-align: middle;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	
	-webkit-transition: padding 0.1s ease-in-out, color 0.1s ease-in-out;
	   -moz-transition: padding 0.1s ease-in-out, color 0.1s ease-in-out;
	        transition: padding 0.1s ease-in-out, color 0.1s ease-in-out;
}

#news #headline a:hover {
	color: #000;
	padding-left: 3px;
}

#news #headline a span {
	display: inline-block;
	width: 6.3em;
	font-family: Arial, Helvetica, sans-serif;
}

#news .footer-sns {
	padding-top: 20px;
}

#news .footer-sns .sns-nav-item svg {
	/*fill: rgba(51,35,22,0.7);*/
	fill: rgba(0,0,0,0.6);
}

#news .footer-sns .sns-nav-item a:hover svg {
	/*fill: rgba(51,35,22,1);*/
	fill: rgba(0,0,0,1);
}

/* ---------------------------------- */

#shortcuts {
	width: 470px;
	float: right;
	overflow: hidden;
	background: url(../images/footer_dotted_line_vertical.png) repeat-y left top;
	margin-bottom: 35px;
}

#shortcuts ul {
	/*background: url(../images/footer_dotted_line_horizontal.png) repeat-x left top / 260px;*/
	background: url(../images/footer_dotted_line_horizontal.png) repeat-x left top / 400px;
	margin-left: 30px;
	padding-top: 20px;
	font-size: 0;
}

#shortcuts ul:first-child {
	background-image: none;
	padding-top: 0;
}

#shortcuts li {
	display: inline-block;
	/*width: 200px;*/
	width: 210px;
	margin-bottom: 20px;
	/*margin-right: 40px;*/
	margin-right: 20px;
	overflow: hidden;
}

#shortcuts li:nth-child(2n) {
	margin-right: 0;
}

#shortcuts a {
	background: url(../images/icon_arrow_small.png) no-repeat right center;
	background-size: 4px 7px;
	display: block;
	min-height: 40px;
	border-radius: 5px;
	opacity: 0.8;
	
	-webkit-transition: opacity, padding 0.1s ease-out;
	   -moz-transition: opacity, padding 0.1s ease-out;
	        transition: opacity, padding 0.1s ease-out;
}

#shortcuts a img {
	width: 195px;
}

#shortcuts a:hover {
	padding-left: 3px;
	opacity: 1;
}

#shortcuts a[target="_blank"] {
	background: url(../images/icon_blank.png) no-repeat right center;
	background-size: 10px;
}

.ie8 #shortcuts a:hover {
	behavior: url(/common/js/lib/PIE.htc); /* IE6,7,8 */
	position:relative; /* IE6,7,8 */
}

/* ---------------------------------- */

#other-nav {
	position: relative;
	background: url(../images/footer_bottom_bg.png) no-repeat left top / 100%;
	clear: both;
	height: 55px;
	margin-top: 30px;
}

#other-nav nav {
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 0;
}

#other-nav nav ul {
	clear: both;
	display: inline-block;
	background: url(../images/footer_dotted_line_vertical.png) repeat-y left top;
	padding-top: 11px;
	padding-left: 15px;
	padding-bottom: 11px;
	overflow: hidden;
}

#other-nav nav #inside-nav {
	margin-right: 50px;
}

#other-nav nav li {
	display: inline-block;
	position: relative;
	margin-right: 15px;
}

#other-nav nav a {
	display: table-cell;
	vertical-align: middle;
	height: 30px;
	
	background-position: left 120%;
	background-image: url(../images/footer_nav_onmouse_bg.gif);
	background-repeat: no-repeat;
	opacity: 0.7;
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}

#other-nav nav a:hover {
	opacity: 1;
	background-position: left bottom;
}

#other-nav nav a img {
	width: auto;
	height: 12px;
}

img.share-txt {
	height: 10px;
}

#sns-share {
	position: relative;
	float: left;
	top: -4px;
	left: 123px;
	margin-top: 4px;
	/*width: 750px;*/
	display: block;
}
#sns-share #share-button {
	position: relative;
	display: block;
	padding: 20px 0;
	float: left;
}

#sns-share #share-button #sharebuttonbadge {
	content: url(../images/footer_share_badge.png);
	position: absolute;
	display: block;
	top: -5px;
	left: -75px;
	width: 80px;
	
	-webkit-transform: rotate(0deg);
	   -moz-transform: rotate(0deg);
	        transform: rotate(0deg);
	
	-webkit-transition: -webkit-transform 0.5s ease;
	   -moz-transition:    -moz-transform 0.5s ease;
	        transition:         transform 0.5s ease;
	
}

#sns-share #share-button #sharebuttonbadge {
	-webkit-transform-origin: 50% 0;
	   -moz-transform-origin: 50% 0;
	        transform-origin: 50% 0;
	
	-webkit-animation-duration: 1.5s;
	   -moz-animation-duration: 1.5s;
	        animation-duration: 1.5s;
}

#sns-share #share-button:hover #sharebuttonbadge {
	-webkit-animation-name: rotation-obverse;
	   -moz-animation-name: rotation-obverse;
	        animation-name: rotation-obverse;
}

#sns-share ul {
	float: right;
	width: 605px;
	/*display: none;*/
	opacity: 0;
	background: url(../images/footer_dotted_line_vertical.png) repeat-y left top;
	margin-top: 2px;
	padding: 8px  0 12px 15px;
	overflow: hidden;
}

#sns-share li {
	display: inline-block;
	position: relative;
	margin-top: 5px;
}

#sns-share iframe {
	display: inline !important;
}

/* Twitter */
#footer-wrapper iframe.twitter-share-button {
	/*width: 94px !important;*/
	width: 70px !important;
}

/* Google+ */
#___plusone_0 {
	width: 69px !important;
}

/* Hatena */
#hatena {
	margin-right: 10px;
}

/* mixi */
#mixi {
	margin-right: 10px;
}

/* ---------------------------------- */

#credit {
	text-align: center;
	margin: 20px auto 0;
	clear: both;
}

#credit small {
	display: block;
	margin: 0px auto 0;
	font: italic 11px Georgia, serif;
}

#credit figure {
	margin: 20px auto 0;
}

#credit figure a {
	display: inline-block;
	width: 64px;
}

#credit figure a img {
	width: 100%;
}

/* ---------------------------------- */

#global-footer #topOfPageBottom {
	display: block;
	position: fixed;
	color: #000;
	line-height: 0;
	font-size: 0;
	vertical-align: top;
	overflow: hidden;
	padding: 0;
	margin: 0;
	cursor: pointer;
	z-index: 2;
	right: 20px;
	bottom: -2px;
	
	-webkit-transition: bottom 0.25s ease;
	   -moz-transition: bottom 0.25s ease;
	        transition: bottom 0.25s ease;
}

#global-footer #topOfPageBottom:hover {
	bottom: 0px !important;
}



/* ========================================================================== */
/* Animation                                                                  */
/* ========================================================================== */



@keyframes rotation-obverse {
	0%   {transform: rotate(0deg);}
	5%   {transform: rotate(-5deg);}
	15%  {transform: rotate(5deg);}
	30%  {transform: rotate(-2.5deg);}
	45%  {transform: rotate(1.25deg);}
	60%  {transform: rotate(-0.625deg);}
	75%  {transform: rotate(0.8125deg);}
	90%  {transform: rotate(-0.40625deg);}
	100% {transform: rotate(0deg);}
}

@-webkit-keyframes rotation-obverse {
	0%   {-webkit-transform: rotate(0deg);}
	5%   {-webkit-transform: rotate(-5deg);}
	15%  {-webkit-transform: rotate(5deg);}
	30%  {-webkit-transform: rotate(-2.5deg);}
	45%  {-webkit-transform: rotate(1.25deg);}
	60%  {-webkit-transform: rotate(-0.625deg);}
	75%  {-webkit-transform: rotate(0.8125deg);}
	90%  {-webkit-transform: rotate(-0.40625deg);}
	100% {-webkit-transform: rotate(0deg);}
}

@-moz-keyframes rotation-obverse {
	0%   {-moz-transform: rotate(0deg);}
	5%   {-moz-transform: rotate(-5deg);}
	15%  {-moz-transform: rotate(5deg);}
	30%  {-moz-transform: rotate(-2.5deg);}
	45%  {-moz-transform: rotate(1.25deg);}
	60%  {-moz-transform: rotate(-0.625deg);}
	75%  {-moz-transform: rotate(0.8125deg);}
	90%  {-moz-transform: rotate(-0.40625deg);}
	100% {-moz-transform: rotate(0deg);}
}



/* ========================================================================== */
/* Anchor                                                                     */
/* ========================================================================== */



a {
	color: #332316;
	color: rgba(0,0,0,0.8);
}

a:hover {
	color: #000;
}



/* ========================================================================== */
/* clearfix                                                                   */
/* ========================================================================== */
/*
 A new micro clearfix hack
 http://nicolasgallagher.com
*/
.clearfix:before,.clearfix:after {content:"";display:table;}
.clearfix:after {clear:both;}
.clearfix {zoom:1;}/* For IE 6/7 (trigger hasLayout) */

/* ----- */

@media screen and (min-width: 981px) {

	#global-nav li:not(.ec-anchor-item) img {
		width: auto;
		height: 10.5px;
	}

	#global-footer #other-nav .sns-nav {
		display: none;
	}

}

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

	#contents-wrapper {
		background-size: 800px;
	}

	#contents {
		width: calc(100% - 60px);
		max-width: 940px;
		margin: 80px auto 0;
		background: none;
	}

	#global-header {
		width: 100%;
		height: 80px;
		background-color: #fff;
		position: fixed;
		z-index: 100;
		top: 0;
		left: 0;
	}

	.g-header {
		transition: .3s ease;
		transition-delay: .3s;
	}

	.g-header:after {
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		bottom: -3px;
		margin: auto;
		background-image: url(../svg/mask-jagged-sp.svg);
		background-position: bottom center;
		background-repeat: repeat-x;
		background-size: cover;
		width: 100%;
		height: 3px;
		display: block;
		transform: rotate(180deg);
	}

	.g-header-outer:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		filter: blur(10px);
		background-color: rgba(255,255,255,0.2)
	}

	.g-header a {
		border: none;
		outline: none;
	}

	.g-header-outer {
		padding: 30px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#global-header .header-logo {
		width: 120px;
		top: 0;
		left: 25px;
		right: auto;
	}

	#global-header .g-navigation .nav-inner-logo {
		opacity: 0;
		transform: translateY(-20px);
		transition: all 0.3s cubic-bezier(0.17, 0.84, 0.44, 1);
	}

	.-show #global-header .g-navigation .nav-inner-logo {
		opacity: 1;
		transform: translateY(0);
		transition: all 0.3s cubic-bezier(0.17, 0.84, 0.44, 1);
	}

	.-fixed .g-header  {
		transform: translateY(-140%);
	}

	.-show #main {
		pointer-events: none;
	}

	/* scroll effect */
	.g-header {
		transform: translateY(0px);
		transition: all 0.25s cubic-bezier(0.65, 0.05, 0.36, 1);
	}

	.scroll-down .g-header:not(.-show) {
		transform: translateY(-60px);
	}

	.scroll-y-end .g-header:not(.-show) {
		transform: translateY(0);
	}

	/* ----------------------------------------------------------------------- */
	/* overlay */

	.overlay {
		position: fixed;
		height: 100vh;
		width: 100%;
		top: 0;
		right: 0;
		opacity: 0;
		pointer-events: none;
		transition: all 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
		background: url(../images/header_nav_bg.png) repeat left top / cover;
		/*background-repeat: repeat-y;
		background-size: cover;*/
		/*background-color: #143c78;*/
		z-index: 15;
		visibility: hidden;
	}

	.-show .overlay {
		opacity: 1;
		visibility: visible;
	}

	#global-nav .nav-inner-logo {
		width: 120px !important;
		margin: 0 auto 30px !important;
		position: static !important;
	}

	#global-nav .nav-inner-logo a {
		margin: 0 auto !important;
		background-image: none !important;
	}

	#global-nav .nav-inner-logo img {
		width: 100%;
	}

	#global-nav {
		opacity: 0;
		overflow-y: auto;
		-webkit-transition: all 0.25s ease;
		   -moz-transition: all 0.25s ease;
		        transition: all 0.25s ease;
		position: fixed !important;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		box-sizing: border-box;
		pointer-events: none;
		z-index: 60;
		visibility: hidden;
	}

	#global-nav .main-nav {
		display: block;
	}

	.-show #global-nav {
		pointer-events: auto;
		opacity: 1;
		visibility: visible;
	}

	.g-navigation-inner {
		position: relative;
		margin: 0 auto;
		box-sizing: border-box;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		text-align: center;
		width: 100%;
		height: 100vh;
	}

	.g-navigation .anm {
		opacity: 0;
		transform: translateY(-20px);
		transition: all 0.3s cubic-bezier(0.17, 0.84, 0.44, 1);
	}

	.-show .g-navigation .anm {
		opacity: 1;
		transform: translateY(0);
		transition: all 0.3s cubic-bezier(0.17, 0.84, 0.44, 1);
	}

	#global-nav ul {
		/*display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;*/
		display: block;
		width: calc(100% - 50px);
		margin: 0 auto;
		padding: 20px 0;
	}

	#global-nav .main-nav {
		border-top: 1px solid rgba(211,197,168,0.3);
	}

	#global-nav .sub-nav {
		background-image: url(../images/sp_nav_underline.png) !important;
		background-repeat: repeat-x;
		background-position: left top;
		background-size: 120px;
		padding-top: 30px;
		text-align: left;
	}


	#global-nav .sns-nav.sub-nav {
		background-image: none !important;
		padding-top: 0;
	}

	#global-nav .sub-nav:last-child {
		padding-bottom: 180px;
	}

	#global-nav .main-nav li {
		/*width: calc(50% - 10px);*/
		width: 100%;
		margin: 0 !important;
		font-size: 15px;
		line-height: 2;
		text-align: left;
	}

	#global-nav .sub-nav li {
		width: auto;
		display: inline-block;
		font-size: 11px;
		text-align: left;
		margin: 0 15px 5px 0;
		line-height: 1.2;
	}

	#global-nav .sub-nav li:last-child {
		margin-right: 0;
	}

	#global-nav .sns-nav.sub-nav .sns-nav-item svg {
		fill: #d3c5a8;
		/*opacity: 0.7;*/
	}

	/*#global-nav .sns-nav.sub-nav .sns-nav-item a:hover svg {
		opacity: 1;
	}*/

	#global-nav .sns-nav.sub-nav .sns-nav-item img {
		width: 100%;
	}

	#global-nav li .nav-en {
		width: auto;
		height: 12px;
		display: inline-block;
		margin-left: 5px;
		opacity: 0.7;
	}

	/*#global-nav .ec-anchor-item {
		margin: 20px auto 0 !important;
		width: 60%;
	}

	#global-nav .ec-anchor-item .ec-anchor {
		max-width: 200px;
		display: inline-block;
		margin: 0 auto;
		background: none !important;
	}*/

	#global-nav a {
		color: #d3c5a8;
		opacity: 1;
		box-sizing: border-box;
		display: block;
		background-image: none;
		/*background-image: url(../images/sp_nav_underline.png) !important;
		background-repeat: repeat-x;
		background-position: left bottom;
		background-size: 120px;*/
	}

	#global-nav .main-nav a {
		padding: 10px 0 !important;
		width: 100%;
	}

	#global-nav a:hover {
		color: #d3c5a8;
	}

	#doc-title img {
		padding: 0;
	}

	.menu-button {
		display: inline-block;
		position: absolute;
		top: 0;
		right: 30px;
		bottom: 0;
		margin: auto;
		width: 30px;
		height: 25px;
		cursor: pointer;
		z-index: 80;
	}

	.menu-button p {
		position: relative;
		width: 30px;
		height: 30px;
		display: block;
		overflow: hidden;
		transition: all 0.5s ease;
		margin: 0 auto;
	}

	.menu-button p span {
		position: absolute;
		display: block;
		height: 2px;
		width: 0;
		/*background: #332316;*/
		background-color: transparent;
		text-indent: -200px;
		transition: all 0.25s ease;
	}

	.menu-button p span.middle {
		top: 12px;
		left: 0px;
		transform-origin: center 15px;
		border-top: 1.5px solid transparent;
		border-left: 30px solid #332316;
		border-bottom: 0px solid transparent;
	}

	.menu-button p span.top,
	.menu-button p span.bottom {
		border-right: 30px solid #332316;
	}

	.menu-button p span.top {
		top: 2px;
		content: "";
		transform-origin: center center;
		border-top: 0px solid transparent;
		border-bottom: 1.5px solid transparent;
	}

	.menu-button p span.bottom {
		top: 22px;
		content: "";
		transform-origin: center center;
		border-top: 1.5px solid transparent;
		border-bottom: 0px solid transparent;
	}

	.-show .menu-button p span {
		background-color: transparent;
	}

	.-show .menu-button p span.middle {
		width: 0;
		left: -10px;
		transform: translateX(10px);
		transition: all 0.2s ease;
		border-left-color: transparent;
	}

	.-show .menu-button p span.top,
	.-show .menu-button p span.bottom {
		border-right-color: #d3c5a8;
	}

	.-show .menu-button p span.top {
		top: 6px;
		transition: all 0.2s ease 0s;
		transform: rotate(45deg) translate(5px, 5px);
	}

	.-show .menu-button p span.bottom {
		transition: all 0.2s ease;
		transform: rotate(-45deg) translate(6px, -6px);
	}

	#global-footer .container {
		width: calc(100% - 60px);
	}

	#topicpath {
		width: 100%;
	}

	#news {
		width: 100%;
		padding: 0;
		background-image: none;
		margin-bottom: 30px;
	}

	/*#news h1 a img {
		max-width: 160px;
	}*/

	#news #headline a span {
	}

	#news h1 a:after {
		opacity: 1;
	}

	#shortcuts {
		width: 100%;
		background: none;
	}

	#shortcuts ul {
		margin-left: 0;
		padding: 0;
		background-image: none;
	}

	#shortcuts li {
		display: block;
		width: 100%;
		margin: 0;
		background: url(../images/footer_dotted_line_horizontal.png) repeat-x left bottom / 260px;
	}

	#shortcuts ul:last-child li {
		margin-bottom: 0;
	}

	#shortcuts a {
		padding: 12px 0;
	}

	#shortcuts ul:last-child li a {
		padding: 25px 0;
	}

	#shortcuts a[target="_blank"] {
		background-size: 15px;
	}

	#other-nav {
		background-image: none;
		height: auto;
	}

	#other-nav nav ul {
		background-image: none !important;
		padding: 0;
		text-align: center;
		display: block;
		margin: 0 auto;
	}

	#other-nav nav li:last-child {
		margin-right: 0;
	}

	#other-nav nav {
		position: relative;
	}

	#other-nav nav a {
		position: relative;
		height: 25px;
	}

	#other-nav nav a:after {
		content: "";
		position: absolute;
		background-color: rgba(0,0,0,0.4);
		width: 100%;
		height: 1px;
		right: 0;
		left: 0;
		margin: auto;
		bottom: 0;
	}

	#other-nav nav #inside-nav {
		margin: 0 auto;
		width: 100%;
		padding-top: 15px;
	}

	#other-nav .sns-nav {
		padding: 20px 0 0;
		display: block !important;
	}

	#other-nav .sns-nav-item a {
		text-decoration: none;
		background-image: none;
	}

	#other-nav .sns-nav-item a:after {
		display: none;
	}

	#other-nav .sns-nav-item svg {
		fill: rgba(0,0,0,0.9);
	}

	#sns-share {
		display: none;
	}

	.pc-hide.ec-anchor {
		max-width: 135px;
		margin: -8px 80px auto auto;
		position: relative;
		z-index: 1;
	}

	.pc-hide.ec-anchor a {
		display: inline-block;
	}

	.gnav-item .ec-anchor {
		max-width: none;
	}

	.gnav-item .ec-anchor .nav-txt {
		padding-right: 30px;
		background-image: url(/common/images/icon_blank-color.png);
		background-repeat: no-repeat;
		background-size: 12px;
		background-position: right center;
	}

}

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

	#topicpath {
		display: none;
	}

	#global-footer {
		padding-top: 50px;
	}

}

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

	#contents {
		width: calc(100% - 50px);
	}

	#global-footer {
		background-size: 750px;
	}

}

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

	#global-header .header-logo {
		width: 105px;
	}

	.pc-hide.ec-anchor {
		max-width: 105px;
		margin: -2px 70px auto auto;
	}

	#other-nav .sns-nav {
		padding: 15px 0 0;
	}

}

/* ========================================================================== */
/* underIE9                                                                   */
/* ========================================================================== */


/* ------------------------------ */
.ie6 #global-nav {
	text-align: left;
}
.ie6 #global-nav li,
.ie7 #global-nav li {
	display: inline;
}

.ie7 a {
	color: #332316;
}
.ie6 #topicpath ul,
.ie7 #topicpath ul {
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.ie6 #topicpath a,
.ie7 #topicpath a {
	line-height: 25px;
}

.ie7 #shortcuts,
.ie7 #news h1 {
	margin-top: 30px;
}

.ie6 #sns-share li,
.ie6 #other-nav nav li,
.ie6 #other-nav nav ul,
.ie6 #shortcuts li,
.ie7 #sns-share li,
.ie7 #other-nav nav li,
.ie7 #other-nav nav ul,
.ie7 #shortcuts li {
	display: inline;
	zoom: 1;
}

.ie6 #other-nav,
.ie6 #other-nav nav,
.ie7 #other-nav,
.ie7 #other-nav nav {
	margin: 8px auto 0;
	position: static;
	text-align: center;
}

.ie6 #other-nav nav ul,
.ie7 #other-nav nav ul {
	display: inline;
	background-image: none;
}

.ie6 #sns-share,
.ie7 #sns-share {
	display: none;
}

.ie7 #topicpath ul li,
.ie6 #topicpath ul li {
	display: line;
}

