/* CSS Document */

html{
	line-height: 100%;
	-webkit-text-size-adjust: 100%;
	}

body{
	color: #4d4d4d;
	fill: #4d4d4d;
	font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: justify;
	text-justify: inter-word;
	word-break: break-all;
	/*font-feature-settings : "palt";*/
	}

a{
	color: #4d4d4d;
	fill: #4d4d4d;
	text-decoration: underline;
	transition-property: color,background-color,background-size,border-color,box-shadow,fill,filter,opacity;
	transition-duration: 0.2s;
	transition-timing-function: ease-out;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	}
	a:hover,
	a:active{
		color: #b9840c;
		fill: #b9840c;
		}
	a img{
		pointer-events: none;
		}

main{}
	main hr{
		margin: 0;
		padding-bottom: 0 !important;
		border: none;
		}
	main a{
		color: #0087e7;
		fill: #0087e7;
		}

img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
	}
	img[src$=".svg"]{
		width: 100%;
		}

svg{
	width: 1em;
	height: 1em;
	}

#wrapper{
	width: 100%;
	}

#header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	padding-left: 1em;
	filter: drop-shadow(0 0 0.3em rgba(0,0,0,0.1));
	z-index: 100;
	}

#siteName{}
	#siteName a{
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		float: left;
		}
		#siteName a:hover{
			color: inherit;
			fill: inherit;
			}
	#siteName svg{
		width: 3.625em;
		}
	#siteName svg+svg{
		width: 2.68em;
		}

#navButton{
	position: absolute;
	width: 1em;
	height: 1em;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	color: transparent;
	text-align: center;
	transition: left 0.2s ease-out;
	box-sizing: border-box;
	outline: none;
	cursor: pointer;
	}
	#navButton:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #1a1a1a;
		z-index: -1;
		}
		#navButton:hover:before{
			background: #b9840c;
			}
	.nav #navButton{}
		.nav #navButton i:nth-child(1){
			top: 35%;
			transform: rotate(-45deg);
			}
		.nav #navButton i:nth-child(2){
			top: 35%;
			transform: rotate(45deg);
			}
	#navButton span{
		color: #fff;
		position: absolute;
		bottom: 15%;
		left: 0;
		width: 100%;
		font-size: 0.15em;
		font-weight: 700;
		text-transform: uppercase;
		line-height: 1em;
		}
	#navButton i{
		position: absolute;
		content: "";
		display: block;
		left: 20%;
		width: 60%;
		height: 1px;
		background: #fff;
		transition: all 0.2s ease-out;
		z-index: -1;
		}
		#navButton i:nth-child(1){
			top: 25%;
			}
		#navButton i:nth-child(2){
			top: 45%;
			}

#nav{
	position: fixed;
	padding: 1.5em;
	background: rgba(26,26,26,0.9);
	z-index: 100;
	}
	#nav ul{
		list-style: none;
		}
	#nav li{
		line-height: 1em;
		}

#googleSearch{
	padding: 0.5em 1em;
	background: #fff;
	border-radius: 10em;
	}
	#googleSearch *{
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
		}
	#googleSearch form{
		position: relative;
		}
	#googleSearch input{
		width: calc(100% - 2em) !important;
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		border-radius: 0;
		font-family: inherit;
		font-size: 100%;
		box-sizing: border-box;
		line-height: 1em;
		outline: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		}
		#googleSearch input:focus{
			background: none;
			border: none;
			}
	#googleSearch button{
		position: absolute;
		top: calc(50% - 0.7em);
		right: 0;
		width: 1.4em;
		height: 1.4em;
		background: none;
		font-size: inherit;
		}
		#googleSearch button svg{
			width: 1.4em;
			height: 1.4em;
			fill: #4d4d4d;
			}
	#googleSearch a{
		display: none;
		}

#globalMenu{
	margin-top: 1em;
	}
	#globalMenu a{
		font-weight: bold;
		text-decoration: none;
		}

#localMenu{
	display: none;
	}

#nFavorite{
	margin-top: 2em;
	}
	#nFavorite .linkBut{
		display: block;
		filter: none;
		}

#extraMenu{}
	#extraMenu li{
		margin-top: 1em;
		}
	#extraMenu .linkBut{
		display: block;
		padding-right: 1.5em;
		border: 1px solid #fff;
		background: transparent;
		color: #fff;
		fill: #fff;
		text-align: left;
		filter: none;
		}
		#extraMenu .linkBut:hover,
		#extraMenu .linkBut:active{
			background: #fff;
			color: #1a1a1a;
			fill: #1a1a1a;
			}
		#extraMenu .linkBut i{
			right: 0.3em;
			}

#selectLanguage{
	margin-top: 1em;
	border: 1px solid #fff;
	border-radius: 0.2em;
	overflow: hidden;
	}
	#selectLanguage dt{
		position: relative;
		padding: 1em;
		padding-right: 2.5em;
		color: #fff;
		line-height: 1em;
		cursor: pointer;
		}
	#selectLanguage i{
		position: absolute;
		top: calc(50% - 0.5em);
		right: 0.5em;
		fill: #fff;
		transform: rotate(90deg);
		transition: all 0.2s ease-out;
		}
		#selectLanguage i svg{
			width: 1.4em;
			height: 1.4em;
			margin: -0.2em 0;
			}
		#selectLanguage i svg+svg{
			display: none;
			}
	#selectLanguage a{
		position: relative;
		display: block;
		padding: 1em;
		padding-left: 2em;
		border-top: 1px solid #fff;
		color: #fff;
		line-height: 1em;
		text-decoration: none;
		}
		#selectLanguage a:hover,
		#selectLanguage a:active{
			background: #fff;
			color: #1a1a1a;
			fill: #1a1a1a;
			}
		#selectLanguage a:before{
			content: "";
			position: absolute;
			top: calc(50% - 0.2em);
			left: 1em;
			width: 0.4em;
			height: 0.4em;
			border-radius: 100%;
			background: #e0c1b0;
			}
	#selectLanguage .sel{
		pointer-events: none;
		}
		#selectLanguage .sel:before{
			background: #cf5819;
			}
	#selectLanguage .open{}
		#selectLanguage .open i{
			transform: rotate(-90deg);
			}

#nSns{
	margin: 2em 0;
	}
	#nSns ul{
		display: flex;
		justify-content: center;
		}
	#nSns li+li{
		margin-left: 1em;
		}
	#nSns a{
		color: #fff;
		fill: #fff;
		font-size: 1.5em;
		}
		#nSns a:hover,
		#nSns a:active{
			color: #b9840c;
			fill: #b9840c;
			}

#pagePath{
	position: relative;
	padding: 1em;
	background: #f3f3f3 url("../images/pattern.png") bottom center;
	}

[id^="subject"]{
	position: relative;
	background: #587382 url("../images/subjectBg.png");
	color: #fff;
	}

#subjectSsingle{
	padding: 2em 0;
	}	
	#subjectSsingle .wrap{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		}
	#subjectSsingle .subjectRuby{
		margin-left: 1em;
		padding-bottom: 0.5em;
		}
		#subjectSsingle .subjectRuby:before{
			bottom: 0;
			}

#subjectGroup{}
	#subjectGroup figure{
		position: absolute;
		top: 0;
		display: flex;
		}
	#subjectGroup .subjectRuby{
		margin-top: 0.8em;
		padding-left: 3.5em;
		}
		#subjectGroup .subjectRuby:before{
			top: calc(50% - 1px);
			}
	#subjectGroup .thumb{
		padding: 0;
		}

#pagenation{
	overflow: hidden;
	}
	#pagenation ul,
	#pagenation ol{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		list-style: none;
		margin: -0.5em;
		}
	#pagenation li{
		margin: 0.5em;
		}
	#pagenation a{
		position: relative;
		display: block;
		padding: 0.8em;
		color: #1a1a1a;
		fill: #1a1a1a;
		text-decoration: none;
		line-height: 1em;
		}
		#pagenation a:not([rel]){
			border: 1px solid #bfbfbf;
			border-radius: 0.2em;
			text-align: center;
			}
	#pagenation i{
		position: absolute;
		top: calc(50% - 0.5em);
		}
	#pagenation [rel]{
		position: relative;
		}
	#pagenation [rel="prev"]{
		padding-left: 1.8em;
		}
		#pagenation [rel="prev"] i{
			left: 0.5em;
			transform: scale(-1, 1);
			}
	#pagenation [rel="next"]{
		padding-right: 1.8em;
		}
		#pagenation [rel="next"] i{
			right: 0.5em;
			}
	#pagenation .lsc-current-page{
		background: #b8830c;
		border-color: #b8830c;
		color: #fff;
		}

#pageTop{
	display: none !important;
	padding: 1em 0;
	text-align: center;
	}
	#pageTop a{
		font-size: 2.4em;
		line-height: 1em;
		}
		#pageTop a:hover,
		#pageTop a:active{
			opacity: 0.5;
			}
	#pageTop svg{
		vertical-align: top;
		}

#footer{
	background: #1a1a1a;
	}

#fNav{}
	#fNav ul{
		list-style: none;
		}
	#fNav li{
		line-height: 1em;
		}

#fNavButton{
	display: flex;
	justify-content: space-between;
	}
	#fNavButton .linkBut{
		display: block;
		background: transparent;
		border: 1px solid #fff;
		}
		#fNavButton .linkBut:hover,
		#fNavButton .linkBut:active{
			background: #fff;
			color: #1a1a1a;
			fill: #1a1a1a;
			}

#fNavList{}
	#fNavList a{
		color: #fff;
		fill: #fff;
		line-height: 1em;
		text-decoration: none;
		}
		#fNavList a:hover,
		#fNavList a:active{
			color: #b9840c;
			fill: #b9840c;
			}

#fLogo{}
	#fLogo div{
		display: flex;
		justify-content: center;
		fill: #fff;
		}
	#fLogo svg{
		width: 6.88em;
		}

#copyright{
	border-top: 1px solid rgba(255,255,255,0.2);
	padding: 1em 0;
	}
	#copyright p{
		margin: 0;
		padding: 0;
		color: #fff;
		line-height: 1em;
		text-align: center;
		}

.wrap{
	width: 100%;
	margin: auto;
	}
	.wrap div+div{
		margin-top: 2em;
		}

.min{
	font-family: "游明朝", YuMincho, 'Yu Mincho', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ＭＳ 明朝", serif;
	}

.subject{
	display: block;
	font-weight: bold;
	line-height: 1em;
	}

.subjectRuby{
	position: relative;
	display: block;
	ont-weight: bold;
	line-height: 1em;
	letter-spacing: 0.1em;
	}
	.subjectRuby:before{
		content: "";
		position: absolute;
		left: 0;
		width: 3em;
		height: 2px;
		background: #b9840c;
		}

.headline{
	font-weight: bold;
	line-height: 1.4em;
	}
	.headline+*{
		margin-top: 1em;
		}

.title{
	font-weight: bold;
	line-height: 1.4em;
	}
	.title+*{
		margin-top: 1em;
		}
	.title.disc{
		position: relative;
		padding-left: 1em;
		}
		.title.disc:before,
		.title.disc:after{
			content: "";
			position: absolute;
			top: 0.2em;
			left: 0;
			width: 0.8em;
			height: 0.8em;
			border: 1px solid #587382;
			border-radius: 100%;
			}
		.title.disc:before{
			}
		.title.disc:after{
			background: #587382;
			transform: scale(0.6,0.6);
			}

.subTitle{
	fill: #587382;
	font-weight: bold;
	line-height: 1.2em;
	}
	.subTitle i{
		margin-right: 0.3em;
		vertical-align: middle;
		}
		.subTitle i svg{
			width: 1.2em;
			height: 1.2em;
			margin: -0.1em 0;
			}
	.subTitle+*{
		margin-top: 1em;
		}
	.subTitle.point{
		position: relative;
		padding-left: 0.6em;
		}
		.subTitle.point:before{
			content: "";
			position: absolute;
			top: 0.1em;
			left: 0;
			width: 3px;
			height: 1em;
			background: #b9840c;
			}
	.subTitle.line{
		display: flex;
		justify-content: center;
		position: relative;
		padding: 0 1em;
		z-index: 1;
		}
		.subTitle.line span{
			position: relative;
			background: #fff;
			padding: 0 1em;
			padding-left: 2.8em;
			line-height: 1.2em;
			text-align: center;
			}
		.subTitle.line i{
			position: absolute;
			top: calc(50% - 0.5em);
			left: 1em;
			}
		.subTitle.line:before,
		.subTitle.line span:after{
			content: "";
			position: absolute;
			box-sizing: border-box;
			}
		.subTitle.line:before{
			top: calc(50% - 1px);
			left: 0;
			width: 100%;
			height: 2px;
			z-index: -2;
			}
		.subTitle.line span:after{
			top: calc(50% - 0.25em);
			left: -2px;
			width: calc(100% + 4px);
			height: 0.5em;
			z-index: -1;
			}
		.subTitle.line+*{
			margin-top: 2em;
			}

.linkBut{
	position: relative;
	display: inline-block;
	padding: 1em;
	background: #1a1a1a;
	border-radius: 0.2em;
	color: #fff;
	fill: #fff;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	filter: drop-shadow(0.2em 0.2em 0.2em rgba(0,0,0,0.15));
	}
	.linkBut:hover,
	.linkBut:active{
		background: #b9840c;
		color: #fff;
		fill: #fff;
		}
	.linkBut i{
		position: absolute;
		top: calc(50% - 0.5em);
		}
		.linkBut i svg{
			width: 1.4em;
			height: 1.4em;
			margin: -0.2em 0;
			}
	.linkBut.fav{
		background: #b9840c;
		color: #fff;
		fill: #fff;
		}
		.linkBut.fav:hover,
		.linkBut.fav:active{
			background: #cf5819;
			}
			.linkBut.fav:hover .favCount,
			.linkBut.fav:active .favCount{
				color: #cf5819;
				}
		.linkBut.fav .favCount{
			position: relative;
			position: absolute;
			top: calc(50% - 1em);
			margin-left: 1.5em;
			padding: 0.5em;
			background: #fff;
			border-radius: 0.2em;
			color: #b9840c;
			font-size: 0.8em;
			font-weight: normal;
			line-height: 1em;
			}
			.linkBut.fav .favCount:before{
				content: "";
				position: absolute;
				left: -1em;
				top: calc(50% - 0.5em);
				border: 0.5em solid transparent;
				border-right-color: #fff;
				transform: scale(1.2,0.7);
				}
	.linkBut.rev{
		background: #fff;
		color: #1a1a1a;
		fill: #1a1a1a;
		line-height: 1em;
		}
		.linkBut.rev:hover,
		.linkBut.rev:active{
			background: #b9840c;
			color: #fff;
			fill: #fff;
			}
	.linkBut.dl{
		background: #fff;
		padding: calc(1em - 2px);
		border: 2px solid #1a1a1a;
		color: #1a1a1a;
		fill: #1a1a1a;
		line-height: 1em;
		}
		.linkBut.dl:hover,
		.linkBut.dl:active{
			border-color: #b9840c;
			color: #b9840c;
			fill: #b9840c;
			}
	.linkBut:not(.more){
		padding-left: 3em;
		}
		.linkBut:not(.more) i{
			left: 1em;
			}
	.linkBut.more{
		padding-right: 3em;
		}
		.linkBut.more i{
			right: 0.8em;
			}

.buttonSet{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: -0.5em;
	list-style: none;
	}
	.buttonSet > *{
		margin: 0.5em;
		}
	.buttonSet .linkBut{
		display: block;
		}

.linkText{}
	.linkText i{
		margin-right: 0.2em;
		vertical-align: middle;
		}
	.linkText span{
		margin-left: 0.2em;
		vertical-align: middle;
		}
		.linkText span svg{
			width: 0.8em;
			}

.list{
	list-style: none;
	}
	.list > li{
		line-height: 1.4em;
		}
		.list > li > .list{
			margin-top: 0.5em;
			}
	.list > li+li{
		margin-top: 0.5em;
		}
	.list.point{}
		.list.point > li{
			position: relative;
			padding-left: 1em;
			}
			.list.point > li:before{
				content: "";
				position: absolute;
				top: 0.5em;
				left: 0;
				display: block;
				width: 0.4em;
				height: 0.4em;
				background: #666666;
				border-radius: 100%;
				}
	.list.notes{}
		.list.notes > li{
			padding-left: 1em;
			text-indent: -1em;
			}
	.list.count{
		counter-reset: count;
		}
		.list.count > li{
			position: relative;
			padding-left: 1.5em;
			}
			.list.count > li:before{
				position: absolute;
				left: 0;
				counter-increment: count;
				content: counter(count)".";
				}
	.list .linkText{
		position: relative;
		display: inline-block;
		padding-left: 1.2em;
		}
		.list .linkText i{
			position: absolute;
			top: 0.2em;
			left: 0;
			}
	.list+*,
	*+.list{
		margin-top: 1em;
		}

.table{}
	.table:not(table){
		display: flex;
		flex-wrap: wrap;
		border: 1px solid #bdbdbd;
		}
	.table > dt,
	.table > dd{
		padding: 1em;
		border-top: 1px dotted #bdbdbd;
		}
		.table > dt:nth-of-type(1),
		.table > dd:nth-of-type(1){
			border: none;
			}
	.table > dt{
		width: 8em;
		background: #1a1a1a;
		color: #fff;
		}
	.table > dd{
		width: calc(100% - 8em);
		}

.thumb{}
	.thumb:not(img){
		position: relative;
		display: block;
		width: 100%;
		margin: 0;
		padding: 100% 0 0 0;
		background-color: #f5f3ee;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		object-fit: cover;
		object-position: center;
		overflow: hidden;
		}
	.thumb img{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: inherit;
		object-position: inherit;
		}
.contain{
	background-size: contain;
	object-fit: contain;
	}
.cover{
	background-size: cover;
	object-fit: cover;
	}

.itemBox{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	padding: 0;
	}
	.itemBox > *{
		width: 100%;
		order: 1;
		}
	.itemBox h3{
		line-height: 1.4em;
		}
		.itemBox h3.min{
			font-weight: bold;
			}
	.itemBox figure{
		margin: 0 0 0.8em 0;
		order: 0;
		}
	.itemBox time{
		margin-top: 0.5em;
		}
	.itemBox p{
		margin-top: auto;
		padding-top: 0.5em;
		line-height: 1.75em;
		}
		.itemBox p:empty{
			display: none;
			}
	.itemBox a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: transparent;
		z-index: 2;
		}
	.itemBox .thumb{
		padding-top: 66.66%;
		}
	.itemBox.recommend{}
		.itemBox.recommend:before,
		.itemBox.recommend:after{
			content: "";
			position: absolute;
			left: -0.6em;
			font-size: 0.92em;
			}
		.itemBox.recommend:before{
			content: "おすすめ";
			top: 1em;
			padding: 0.5em 1em;
			background: #c72828;
			color: #fff;
			line-height: 1em;
			z-index: 1;
			}
		.itemBox.recommend:after{
			top: 1.3em;
			width: 0.6em;
			height: 2em;
			background: #991f1f;
			transform: skewY(45deg);
			}

.tabMenu{}
	.tabMenu ul{
		display: flex;
		list-style: none;
		filter: drop-shadow(0.2em 0.2em 0.2em rgba(0,0,0,0.15));
		}
	.tabMenu li{
		position: relative;
		display: flex;
		background: #fff;
		line-height: 1em;
		text-align: center;
		white-space: nowrap;
		transition: background,color 0.2s ease-out;
		cursor: pointer;
		}
		.tabMenu li:before{
			content: "";
			position: absolute;
			top: calc(50% - 3px);
			right: 0.5em;
			border: 5px solid transparent;
			border-width: 6px 4px;
			border-top-color: #b9840c;
			transition: border-top-color 0.2s ease-out;
			}
		.tabMenu li:after{
			content: "";
			position: absolute;
			top: -1px;
			left: -1px;
			width: 100%;
			height: 100%;
			border: 1px solid #bdbdbd;
			pointer-events: none;
			}
		.tabMenu li a{
			position: relative;
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			padding: 0.6em 1em;
			padding-right: 2em;
			color: inherit;
			text-decoration: none;
			}
	.tabMenu li.select{
		background: #b9840c;
		color: #fff;
		}
		.tabMenu li.select:before{
			border-top-color: #fff;
			}
		.tabMenu li.select a{
			pointer-events: none;
			}

.tabContents+.tabContents{
	margin-top: 0;
	}

.slick-slider{
	opacity: 0;
	}
	.slick-slider div+div{
		margin: auto;
		}
.slick-dots{
	display: flex;
	justify-content: center;
	list-style: none;
	}
	.slick-dots li{
		width: 0.6em;
		height: 0.6em;
		margin: 0 0.5em;
		}
		.slick-dots li.slick-active{}
			.slick-dots li.slick-active button{
				background: #cf5819;
				}
	.slick-dots button{
		border: none;
		width: 0.6em;
		height: 0.6em;
		padding: 0;
		background: #e0c1b0;
		border-radius: 100%;
		color: transparent;
		overflow: hidden;
		transition: all 0.2s ease-out;
		cursor: pointer;
		}
.slick-arrow{
	position: absolute;
	top: calc(50% - 0.5em);
	fill: #4d4d4d;
	text-align: center;
	line-height: 1em;
	cursor: pointer;
	z-index: 1;
	}
	.slick-arrow svg{
		width: 1.5em;
		height: 2em;
		margin: -0.5em 0;
		background: rgba(255,255,255,0.9);
		font-size: 1.5em;
		}
.slick-prev{
	left: 0;
	transform: scale(-1, 1);
	}
.slick-next{
	right: 0;
	}
.done .slick-initialized{
	transition: all 0.2s ease-out;
	opacity: 1 !important;
	}



/* for All */
@media (max-width: 1399px) {
/*1399px以下*/
}
@media (max-width: 1199px) {
/*1199px以下*/
#siteName{}
	#siteName svg+svg{
		margin-right: 0.2em;
		}
#nav{
	overflow-y: scroll;
	}
#globalMenu{
	margin-top: 1em;
	}
	#globalMenu a{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: center;
		align-content: center;
		padding: 1em 0;
		color: #fff;
		fill: #fff;
		}
	#globalMenu li{
		border-bottom: 1px solid rgba(255,255,255,0.3);
		}
#subjectSsingle{
	padding: 2em 0;
	}	
#subjectGroup{
	display: flex;
	flex-wrap: wrap;
	padding-top: 0;
	}
	#subjectGroup figure{
		position: static;
		width: 100%;
		order: 1;
		}
	#subjectGroup .wrap{
		order: 2;
		}
}
@media (max-width: 991px) {
/*991px以下*/
#fNavList{
	display: grid;
	}
	#fNavList li{
		position: relative;
		padding-left: 1em;
		}
		#fNavList li:before{
			content: "";
			position: absolute;
			top: 0.2em;
			left: 0;
			width: 0.6em;
			height: 0.6em;
			border-radius: 100%;
			background: #b9840c;
			}
.spotSlide{
	margin-left: -0.5em;
	margin-right: -0.5em;
	}
	.spotSlide .itemBox{
		margin: 0 0.5em;
		}
	.spotSlide .slick-next{
		right: 0.5em;
		}
	.spotSlide .slick-prev{
		left: 0.5em;
		}
}


/* for mobile */
@media (max-width: 767px) {
/*767px以下*/
body{
	font-size: 1rem;
	line-height: 1.42em;
	}
main > *,
main article,
main header,
main section,
main footer,
main hr{
	padding-top: 2em;
	padding-bottom: 2em;
	}
	main article [id^="subject"]{
		margin-top: -2em;
		margin-bottom: 2em;
		}
#header{
	overflow: hidden;
	}
#navButton{
	top: 0;
	right: 0;
	}
#nav{
	top: 0;
	left:100vw;
	transition: left 0.2s ease-out;
	overflow-y: scroll;
	}
#globalMenu{}
	#globalMenu a{
		font-size: 1.14em;
		}
#nFavorite{}
	#nFavorite .linkBut{
		font-size: 1.07em;
		}
#extraMenu{}
	#extraMenu .linkBut{
		font-size: 1.07em;
		}
#pagePath{
	display: none;
	}
#subjectSsingle{
	padding: 2em 0;
	}
#subjectGroup{}
	#subjectGroup figure{
		margin-bottom: 2em;
		}
#fNav{}
	#fNav ul{
		padding-top: 1em;
		}
	#fNav li{
		margin-top: 1em;
		}
	#fNav a{
		font-size: 1.14em;
		}
#fLogo{
	margin-top: 2em;
	}
	#fLogo svg{
		font-size: 3.4em
		}
#copyright{
	margin-top: 2em;
	}
	#copyright p{
		font-size: 0.8em;
		}
.wrap{
	max-width: calc(100% - 2em);
	}
.subject{
	font-size: 2.14em;
	}
.subjectRuby{
	font-size: 0.85em;
	}
.headline{
	font-size: 1.6em;
	}
.title{
	font-size: 1.4em;
	}
.subTitle{
	font-size: 1.28em;
	}
	.subTitle.line{
		color: #1a1a1a;
		}
		.subTitle.line:before,
		.subTitle.line span:after{
			background: #1a1a1a;
			}
.table{}
	.table:not(table){
		flex-direction: column;
		border: none;
		}
	.table > dt,
	.table > dd{
		width: 100% !important;
		border: none;
		}
	.table > dd{
		background: #f5f3ee;
		}
.itemBox{}
	.itemBox h3{
		font-size: 1.14em;
		}
	.itemBox p{
		font-size: 0.85em;
		}
.tabMenu{}
	.tabMenu ul{
		justify-content: center;
		}
}
@media (max-width: 767px) and (orientation:portrait) {
/*767px以下 縦向き*/
html{
	font-size: 3.5vw;
	}
#wrapper{
	padding-top: 15vw;
	}
#header{
	height: 15vw;
	}
#siteName{
	font-size: 10vw;
	}
	#siteName svg{
		height: 15vw;
		}
#navButton{
	font-size: 15vw;
	}
#nav{
	top: 15vw;
	width: 80vw;
	height: calc(100vh - 15vw);
	}
	.nav #nav{
		left: 20vw;
		}
#googleSearch{
	padding: 1em;
	}
#subjectGroup{}
	#subjectGroup figure{
		height: 50vw;
		}
#fNav{
	margin: 0 1em;
	}
#fNavButton{
	display: block;
	}
#fNavList{
	margin: 0 0.5em;
	}
	#fNavList li{
		grid-column: 1;
		grid-row: 1;
		width: auto;
		}
	#fNavList li:nth-child(even){
		grid-column: 2;
		}
	#fNavList li:nth-child(n+3){
		grid-row: 2;
		}
	#fNavList li:nth-child(n+5){
		grid-row: 3;
		}
	#fNavList li:nth-child(n+7){
		grid-row: 4;
		}
.buttonSet{
	padding: 0 3em;
	}
	.buttonSet > *{
		width: 100%;
		}
.itemBox{
	margin-top: 2em;
	}
}
@media (max-width: 767px) and (orientation:landscape) {
/*767px以下 横向き*/
html{
	font-size: 2.5vw;
	}
#wrapper{
	padding-top: 8vw;
	}
#header{
	height: 8vw;
	}
#siteName{
	font-size: 5vw;
	}
	#siteName svg{
		height: 8vw;
		}
#navButton{
	font-size: 8vw;
	}
#nav{
	top: 8vw;
	width: 50vw;
	height: calc(100vh - 8vw);
	}
	.nav #nav{
		left: 50vw;
		}
#subjectGroup{}
	#subjectGroup figure{
		height: 50vh;
		}
#fNavButton{
	flex-wrap: wrap;
	}
	#fNavButton li{
		width: calc(50% - 0.5em);
		}
#fNavList{
	margin: 0 1em;
	}
	#fNavList li{
		grid-column: 1;
		grid-row: 1;
		}
	#fNavList li:nth-child(3n+2){
		grid-column: 2;
		margin-left: 2em;
		}
	#fNavList li:nth-child(3n+3){
		grid-column: 3;
		margin-left: 2em;
		}
	#fNavList li:nth-child(n+4){
		grid-row: 2;
		}
#itemSearch{}
	#itemSearch dd{
		width: calc(33.33% - 0.66em);
		}
	#itemSearch dd:nth-of-type(n+4){
		width: calc(50% - 0.5em);
		margin-top: 1em;
		}
.itemBox{}
	.itemBox p{
		min-height: 5.75em;
		}
}


/* for tablet */
@media (min-width: 768px) {
/*768px以上*/
html{
	font-size: 62.5%;
	}
body{
	font-size: 1.6rem;
	line-height: 1.75em;
	}
#wrapper{
	padding-top: 5em;
	}
#header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1em;
	}
#siteName{}
	#siteName a{
		font-size: 3em;
		}
#navButton{
	position: relative;
	font-size: 3em;
	cursor: pointer;
	}
	#navButton span{
		line-height: 1em;
		transform: scale(0.8);
		}
#nav{
	top: 5em;
	right: -20em;
	width: 20em;
	height: calc(100vh - 5em);
	transition: right 0.2s ease-out;
	}
	.nav #nav{
		right: 0;
		}
#nFavorite{}
	#nFavorite a{
		display: flex !important;
		justify-content: center;
		align-items: center;
		height: 3.428em;
		font-size: 0.875em;
		border: none;
		}
#pagePath{}
	#pagePath a{
		font-weight: normal;
		}
		#pagePath a:hover,
		#pagePath a:active{
			text-decoration: none;
			}
	#pagePath ul{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		list-style: none;
		}
	#pagePath li{
		min-width: 1em;
		font-size: 0.87em;
		line-height: 1.3em;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		}
	#pagePath i{
		margin: 0 0.3em;
		vertical-align: middle;
		opacity: 0.5;
		}
	#pagePath svg{
		margin-top: 0.15em;
		}
#fNav{
	padding: 3em 0;
	}
#fLogo{
	margin-bottom: 3em;
	}
	#fLogo svg{
		font-size: 3em;
		}
.subject{
	font-size: 2.25em;
	}
.subjectRuby{
	font-size: 1.12em;
	}
.headline{
	font-size: 1.5em;
	}
.title{
	font-size: 1.75em;
	}
.subTitle{
	font-size: 1.25em;
	}
	.subTitle.line{}
		.subTitle.line:before,
		.subTitle.line span:after{
			background: #4d4d4d;
			}
.itemBox{}
	.itemBox time{
		font-size: 0.87em;
		}
	.itemBox p{
		min-height: 5.75em;
		font-size: 0.75em;
		}
}
@media (min-width: 768px) and (max-width: 991px) {
/*768px～991px*/
main > *,
main article,
main header,
main section,
main footer,
main hr{
	padding-top: 3em;
	padding-bottom: 3em;
	}
	main article [id^="subject"]{
		margin-top: -3em;
		margin-bottom: 3em;
		}
#wrapper{
	padding-top: 5em;
	}
#subjectGroup{}
	#subjectGroup figure{
		height: 25vh;
		margin-bottom: 3em;
		}
#fNavButton{
	padding: 0 5em;
	}
#fNavList{
	margin: 0 6em;
	padding-top: 1em;
	}
	#fNavList li{
		grid-column: 1;
		grid-row: 1;
		margin-top: 1em;
		}
	#fNavList li:nth-child(3n+2){
		grid-column: 2;
		}
	#fNavList li:nth-child(3n+3){
		grid-column: 3;
		}
	#fNavList li:nth-child(n+4){
		grid-row: 2;
		}
.wrap{
	max-width: 720px;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
/*768px～1199px*/
#nFavorite{
	position: fixed;
	top: 1em;
	right: 5em;
	margin: 0;
	}
#fNavButton{
	flex-wrap: wrap;
	}
	#fNavButton li{
		width: calc(50% - 0.5em);
		}
	#fNavButton li:nth-child(even){
		margin-left: 1em;
		}
	#fNavButton li:nth-child(n+3){
		margin-top: 1em;
		}
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
main > *,
main article,
main header,
main section,
main footer,
main hr{
	padding-top: 4em;
	padding-bottom: 4em;
	}
	main article [id^="subject"]{
		margin-top: -4em;
		margin-bottom: 4em;
		}
#subjectSsingle{
	padding: 3em 0;
	}
#subjectGroup{}
	#subjectGroup figure{
		position: absolute;
		right: 0;
		height: 100%;
		}
#fNavList{
	display: flex;
	justify-content: center;
	margin-top: 3em;
	}
	#fNavList li+li{
		margin: 0;
		}
		#fNavList li+li:before{
			content: "｜";
			margin: 0 0.5em;
			}
#pageTop{}
	#pageTop a{
		display: block;
		padding: 0.166em 0;
		font-size: 3em;
		background: #0068b6;
		fill: #fff;
		}
		#pageTop a:hover{
			background: #e50012;
			}
.spotSlide{
	margin-left: -0.75em;
	margin-right: -0.75em;
	}
	.spotSlide .itemBox{
		margin: 0 0.75em;
		}
	.spotSlide .slick-next{
		right: 0.75em;
		}
	.spotSlide .slick-prev{
		left: 0.75em;
		}
}
@media (min-width: 992px) and (max-width: 1199px) {
/*992px～1200px*/
#globalMenu{}
	#globalMenu a{
		}
#fNavButton{
	padding: 0 10em;
	}
#fNavList{}
	#fNavList li{
		font-size: 0.875em;
		}
#subjectGroup{
	height: 24em;
	}
	#subjectGroup figure{
		width: 50%;
		}
	#subjectGroup .wrap{}
		#subjectGroup .wrap > div{
			padding-right: calc(50% + 2em);
			}
.wrap{
	max-width: 940px;
	}
}
@media (min-width: 1200px) {
/*1200px以上*/
#siteName{}
	#siteName svg+svg{
		display: none;
		}
#globalMenu{
	position: fixed;
	top: 2em;
	left: 14em;
	margin: 0;
	}
	#globalMenu ul{
		display: flex;
		}
	#globalMenu li+li{
		margin-left: 1em;
		}
	#globalMenu a{
		position: relative;
		}
		#globalMenu a:before{
			position: absolute;
			left: 0;
			bottom: -0.4em;
			width: 100%;
			height: 2px;
			background: #b9840c;
			transition: all 0.2s ease-out;
			}
		#globalMenu a:hover,
		#globalMenu a:active{
			color: #b9840c;
			}
			#globalMenu a:hover:before,
			#globalMenu a:active:before{
				content: "";
				background: #b9840c;
				}
	#globalMenu i{
		display: none;
		}
	#globalMenu [href="index.html"]{
		position: relative;
		color: #b9840c;
		}
		#globalMenu [href="index.html"]:before{
			content: "";
			}
#subjectGroup{
	height: 30em;
	}
	#subjectGroup figure{
		width: calc(50% + 10em);
		}
	#subjectGroup .wrap{}
		#subjectGroup .wrap > div{
			padding-right: calc(50% + 12em);
			}
#pagenation{}
	#pagenation a{
		font-size: 1.12em;
		}
#fNavButton{}
	#fNavButton li{
		width: 25%;
		}
	#fNavButton li+li{
		margin-left: 1em;
		}
.wrap{
	max-width: 1140px;
	}
}
@media (min-width: 1200px) and (max-width: 1399px) {
/*1200px～1399px以下*/
}
@media (min-width: 1400px) {
/*1400px以上*/
#nFavorite{
	position: fixed;
	top: 1em;
	right: 5em;
	margin: 0;
	}
}



/* ie */
@media all and (-ms-high-contrast: none){
main{
	display: block;
	}
}


