@charset 'UTF-8';
/*==========================================================================

   mixin

===========================================================================*/
/* webfont */
@import url('//fonts.googleapis.com/earlyaccess/notosansjapanese.css');
@import url('https://fonts.googleapis.com/css?family=Barlow:400,500');
/* local */
/*==========================================================================

   mixin

===========================================================================*/
/*! ==================================================
*  Web Fonts Title: Yaku Han JP
*  Version: 1.3.1
*  GitHub URL: https://github.com/qrac/yakuhanjp
*  Author: Qrac
*  Author URL: https://twitter.com/Qrac_jp
*  "Noto Sans CJK JP" licensed under the SIL Open Font License
*  https://www.google.com/get/noto/#/
=================================================== */
@font-face {
	font-family: 'YakuHanJP';
	font-weight: 100;
	font-style: normal;

	src: url(../font/YakuHanJPs/YakuHanJPs-Thin.woff2) format('woff2'), url(../font/YakuHanJPs/YakuHanJPs-Thin.woff) format('woff'), url(../font/YakuHanJPs/YakuHanJPs-Thin.eot);
}

@font-face {
	font-family: 'YakuHanJP';
	font-weight: 200;
	font-style: normal;

	src: url(../font/YakuHanJPs/YakuHanJPs-Light.woff2) format('woff2'), url(../font/YakuHanJPs/YakuHanJPs-Light.woff) format('woff'), url(../font/YakuHanJPs/YakuHanJPs-Light.eot);
}

@font-face {
	font-family: 'YakuHanJP';
	font-weight: 300;
	font-style: normal;

	src: url(../font/YakuHanJPs/YakuHanJPs-DemiLight.woff2) format('woff2'), url(../font/YakuHanJPs/YakuHanJPs-DemiLight.woff) format('woff'), url(../font/YakuHanJPs/YakuHanJPs-DemiLight.eot);
}

@font-face {
	font-family: 'YakuHanJP';
	font-weight: 400;
	font-style: normal;

	src: url(../font/YakuHanJPs/YakuHanJPs-Regular.woff2) format('woff2'), url(../font/YakuHanJPs/YakuHanJPs-Regular.woff) format('woff'), url(../font/YakuHanJPs/YakuHanJPs-Regular.eot);
}

@font-face {
	font-family: 'YakuHanJP';
	font-weight: 500;
	font-style: normal;

	src: url(../font/YakuHanJPs/YakuHanJPs-Medium.woff2) format('woff2'), url(../font/YakuHanJPs/YakuHanJPs-Medium.woff) format('woff'), url(../font/YakuHanJPs/YakuHanJPs-Medium.eot);
}

@font-face {
	font-family: 'YakuHanJP';
	font-weight: 700;
	font-style: normal;

	src: url(../font/YakuHanJPs/YakuHanJPs-Bold.woff2) format('woff2'), url(../font/YakuHanJPs/YakuHanJPs-Bold.woff) format('woff'), url(../font/YakuHanJPs/YakuHanJPs-Bold.eot);
}

@font-face {
	font-family: 'YakuHanJP';
	font-weight: 900;
	font-style: normal;

	src: url(../font/YakuHanJPs/YakuHanJPs-Black.woff2) format('woff2'), url(../font/YakuHanJPs/YakuHanJPs-Black.woff) format('woff'), url(../font/YakuHanJPs/YakuHanJPs-Black.eot);
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;

	src: url('../font/fontawesome/fontawesome-webfont.eot?v=4.7.0');
	src: url('../font/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../font/fontawesome/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../font/fontawesome/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../font/fontawesome/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../font/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;

	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
	vertical-align: -15%;
	font-size: 1.33333em;
	line-height: .75em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571em;
	text-align: center;
}

.fa-ul {
	margin-left: 2.14286em;
	padding-left: 0;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	top: .14286em;
	left: -2.14286em;
	width: 2.14286em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.fa-pull-left {
	float: left;
}

.fa-pull-right {
	float: right;
}

.fa.fa-pull-left {
	margin-right: .3em;
}

.fa.fa-pull-right {
	margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	        animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	        animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		        transform: rotate(359deg);
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
		        transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);

	-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=1)';
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);

	-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2)';
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	    -ms-transform: rotate(270deg);
	        transform: rotate(270deg);

	-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=3)';
}

.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);

	-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)';
}

.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	    -ms-transform: scale(1, -1);
	        transform: scale(1, -1);

	-ms-filter: 'progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)';
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	-webkit-filter: none;
	        filter: none;
}

.fa-stack {
	display: inline-block;
	position: relative;
	width: 2em;
	height: 2em;
	vertical-align: middle;
	line-height: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
	content: '';
}

.fa-music:before {
	content: '';
}

.fa-search:before {
	content: '';
}

.fa-envelope-o:before {
	content: '';
}

.fa-heart:before {
	content: '';
}

.fa-star:before {
	content: '';
}

.fa-star-o:before {
	content: '';
}

.fa-user:before {
	content: '';
}

.fa-film:before {
	content: '';
}

.fa-th-large:before {
	content: '';
}

.fa-th:before {
	content: '';
}

.fa-th-list:before {
	content: '';
}

.fa-check:before {
	content: '';
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: '';
}

.fa-search-plus:before {
	content: '';
}

.fa-search-minus:before {
	content: '';
}

.fa-power-off:before {
	content: '';
}

.fa-signal:before {
	content: '';
}

.fa-gear:before,
.fa-cog:before {
	content: '';
}

.fa-trash-o:before {
	content: '';
}

.fa-home:before {
	content: '';
}

.fa-file-o:before {
	content: '';
}

.fa-clock-o:before {
	content: '';
}

.fa-road:before {
	content: '';
}

.fa-download:before {
	content: '';
}

.fa-arrow-circle-o-down:before {
	content: '';
}

.fa-arrow-circle-o-up:before {
	content: '';
}

.fa-inbox:before {
	content: '';
}

.fa-play-circle-o:before {
	content: '';
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: '';
}

.fa-refresh:before {
	content: '';
}

.fa-list-alt:before {
	content: '';
}

.fa-lock:before {
	content: '';
}

.fa-flag:before {
	content: '';
}

.fa-headphones:before {
	content: '';
}

.fa-volume-off:before {
	content: '';
}

.fa-volume-down:before {
	content: '';
}

.fa-volume-up:before {
	content: '';
}

.fa-qrcode:before {
	content: '';
}

.fa-barcode:before {
	content: '';
}

.fa-tag:before {
	content: '';
}

.fa-tags:before {
	content: '';
}

.fa-book:before {
	content: '';
}

.fa-bookmark:before {
	content: '';
}

.fa-print:before {
	content: '';
}

.fa-camera:before {
	content: '';
}

.fa-font:before {
	content: '';
}

.fa-bold:before {
	content: '';
}

.fa-italic:before {
	content: '';
}

.fa-text-height:before {
	content: '';
}

.fa-text-width:before {
	content: '';
}

.fa-align-left:before {
	content: '';
}

.fa-align-center:before {
	content: '';
}

.fa-align-right:before {
	content: '';
}

.fa-align-justify:before {
	content: '';
}

.fa-list:before {
	content: '';
}

.fa-dedent:before,
.fa-outdent:before {
	content: '';
}

.fa-indent:before {
	content: '';
}

.fa-video-camera:before {
	content: '';
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: '';
}

.fa-pencil:before {
	content: '';
}

.fa-map-marker:before {
	content: '';
}

.fa-adjust:before {
	content: '';
}

.fa-tint:before {
	content: '';
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: '';
}

.fa-share-square-o:before {
	content: '';
}

.fa-check-square-o:before {
	content: '';
}

.fa-arrows:before {
	content: '';
}

.fa-step-backward:before {
	content: '';
}

.fa-fast-backward:before {
	content: '';
}

.fa-backward:before {
	content: '';
}

.fa-play:before {
	content: '';
}

.fa-pause:before {
	content: '';
}

.fa-stop:before {
	content: '';
}

.fa-forward:before {
	content: '';
}

.fa-fast-forward:before {
	content: '';
}

.fa-step-forward:before {
	content: '';
}

.fa-eject:before {
	content: '';
}

.fa-chevron-left:before {
	content: '';
}

.fa-chevron-right:before {
	content: '';
}

.fa-plus-circle:before {
	content: '';
}

.fa-minus-circle:before {
	content: '';
}

.fa-times-circle:before {
	content: '';
}

.fa-check-circle:before {
	content: '';
}

.fa-question-circle:before {
	content: '';
}

.fa-info-circle:before {
	content: '';
}

.fa-crosshairs:before {
	content: '';
}

.fa-times-circle-o:before {
	content: '';
}

.fa-check-circle-o:before {
	content: '';
}

.fa-ban:before {
	content: '';
}

.fa-arrow-left:before {
	content: '';
}

.fa-arrow-right:before {
	content: '';
}

.fa-arrow-up:before {
	content: '';
}

.fa-arrow-down:before {
	content: '';
}

.fa-mail-forward:before,
.fa-share:before {
	content: '';
}

.fa-expand:before {
	content: '';
}

.fa-compress:before {
	content: '';
}

.fa-plus:before {
	content: '';
}

.fa-minus:before {
	content: '';
}

.fa-asterisk:before {
	content: '';
}

.fa-exclamation-circle:before {
	content: '';
}

.fa-gift:before {
	content: '';
}

.fa-leaf:before {
	content: '';
}

.fa-fire:before {
	content: '';
}

.fa-eye:before {
	content: '';
}

.fa-eye-slash:before {
	content: '';
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: '';
}

.fa-plane:before {
	content: '';
}

.fa-calendar:before {
	content: '';
}

.fa-random:before {
	content: '';
}

.fa-comment:before {
	content: '';
}

.fa-magnet:before {
	content: '';
}

.fa-chevron-up:before {
	content: '';
}

.fa-chevron-down:before {
	content: '';
}

.fa-retweet:before {
	content: '';
}

.fa-shopping-cart:before {
	content: '';
}

.fa-folder:before {
	content: '';
}

.fa-folder-open:before {
	content: '';
}

.fa-arrows-v:before {
	content: '';
}

.fa-arrows-h:before {
	content: '';
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: '';
}

.fa-twitter-square:before {
	content: '';
}

.fa-facebook-square:before {
	content: '';
}

.fa-camera-retro:before {
	content: '';
}

.fa-key:before {
	content: '';
}

.fa-gears:before,
.fa-cogs:before {
	content: '';
}

.fa-comments:before {
	content: '';
}

.fa-thumbs-o-up:before {
	content: '';
}

.fa-thumbs-o-down:before {
	content: '';
}

.fa-star-half:before {
	content: '';
}

.fa-heart-o:before {
	content: '';
}

.fa-sign-out:before {
	content: '';
}

.fa-linkedin-square:before {
	content: '';
}

.fa-thumb-tack:before {
	content: '';
}

.fa-external-link:before {
	content: '';
}

.fa-sign-in:before {
	content: '';
}

.fa-trophy:before {
	content: '';
}

.fa-github-square:before {
	content: '';
}

.fa-upload:before {
	content: '';
}

.fa-lemon-o:before {
	content: '';
}

.fa-phone:before {
	content: '';
}

.fa-square-o:before {
	content: '';
}

.fa-bookmark-o:before {
	content: '';
}

.fa-phone-square:before {
	content: '';
}

.fa-twitter:before {
	content: '';
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: '';
}

.fa-github:before {
	content: '';
}

.fa-unlock:before {
	content: '';
}

.fa-credit-card:before {
	content: '';
}

.fa-feed:before,
.fa-rss:before {
	content: '';
}

.fa-hdd-o:before {
	content: '';
}

.fa-bullhorn:before {
	content: '';
}

.fa-bell:before {
	content: '';
}

.fa-certificate:before {
	content: '';
}

.fa-hand-o-right:before {
	content: '';
}

.fa-hand-o-left:before {
	content: '';
}

.fa-hand-o-up:before {
	content: '';
}

.fa-hand-o-down:before {
	content: '';
}

.fa-arrow-circle-left:before {
	content: '';
}

.fa-arrow-circle-right:before {
	content: '';
}

.fa-arrow-circle-up:before {
	content: '';
}

.fa-arrow-circle-down:before {
	content: '';
}

.fa-globe:before {
	content: '';
}

.fa-wrench:before {
	content: '';
}

.fa-tasks:before {
	content: '';
}

.fa-filter:before {
	content: '';
}

.fa-briefcase:before {
	content: '';
}

.fa-arrows-alt:before {
	content: '';
}

.fa-group:before,
.fa-users:before {
	content: '';
}

.fa-chain:before,
.fa-link:before {
	content: '';
}

.fa-cloud:before {
	content: '';
}

.fa-flask:before {
	content: '';
}

.fa-cut:before,
.fa-scissors:before {
	content: '';
}

.fa-copy:before,
.fa-files-o:before {
	content: '';
}

.fa-paperclip:before {
	content: '';
}

.fa-save:before,
.fa-floppy-o:before {
	content: '';
}

.fa-square:before {
	content: '';
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: '';
}

.fa-list-ul:before {
	content: '';
}

.fa-list-ol:before {
	content: '';
}

.fa-strikethrough:before {
	content: '';
}

.fa-underline:before {
	content: '';
}

.fa-table:before {
	content: '';
}

.fa-magic:before {
	content: '';
}

.fa-truck:before {
	content: '';
}

.fa-pinterest:before {
	content: '';
}

.fa-pinterest-square:before {
	content: '';
}

.fa-google-plus-square:before {
	content: '';
}

.fa-google-plus:before {
	content: '';
}

.fa-money:before {
	content: '';
}

.fa-caret-down:before {
	content: '';
}

.fa-caret-up:before {
	content: '';
}

.fa-caret-left:before {
	content: '';
}

.fa-caret-right:before {
	content: '';
}

.fa-columns:before {
	content: '';
}

.fa-unsorted:before,
.fa-sort:before {
	content: '';
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: '';
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: '';
}

.fa-envelope:before {
	content: '';
}

.fa-linkedin:before {
	content: '';
}

.fa-rotate-left:before,
.fa-undo:before {
	content: '';
}

.fa-legal:before,
.fa-gavel:before {
	content: '';
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: '';
}

.fa-comment-o:before {
	content: '';
}

.fa-comments-o:before {
	content: '';
}

.fa-flash:before,
.fa-bolt:before {
	content: '';
}

.fa-sitemap:before {
	content: '';
}

.fa-umbrella:before {
	content: '';
}

.fa-paste:before,
.fa-clipboard:before {
	content: '';
}

.fa-lightbulb-o:before {
	content: '';
}

.fa-exchange:before {
	content: '';
}

.fa-cloud-download:before {
	content: '';
}

.fa-cloud-upload:before {
	content: '';
}

.fa-user-md:before {
	content: '';
}

.fa-stethoscope:before {
	content: '';
}

.fa-suitcase:before {
	content: '';
}

.fa-bell-o:before {
	content: '';
}

.fa-coffee:before {
	content: '';
}

.fa-cutlery:before {
	content: '';
}

.fa-file-text-o:before {
	content: '';
}

.fa-building-o:before {
	content: '';
}

.fa-hospital-o:before {
	content: '';
}

.fa-ambulance:before {
	content: '';
}

.fa-medkit:before {
	content: '';
}

.fa-fighter-jet:before {
	content: '';
}

.fa-beer:before {
	content: '';
}

.fa-h-square:before {
	content: '';
}

.fa-plus-square:before {
	content: '';
}

.fa-angle-double-left:before {
	content: '';
}

.fa-angle-double-right:before {
	content: '';
}

.fa-angle-double-up:before {
	content: '';
}

.fa-angle-double-down:before {
	content: '';
}

.fa-angle-left:before {
	content: '';
}

.fa-angle-right:before {
	content: '';
}

.fa-angle-up:before {
	content: '';
}

.fa-angle-down:before {
	content: '';
}

.fa-desktop:before {
	content: '';
}

.fa-laptop:before {
	content: '';
}

.fa-tablet:before {
	content: '';
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: '';
}

.fa-circle-o:before {
	content: '';
}

.fa-quote-left:before {
	content: '';
}

.fa-quote-right:before {
	content: '';
}

.fa-spinner:before {
	content: '';
}

.fa-circle:before {
	content: '';
}

.fa-mail-reply:before,
.fa-reply:before {
	content: '';
}

.fa-github-alt:before {
	content: '';
}

.fa-folder-o:before {
	content: '';
}

.fa-folder-open-o:before {
	content: '';
}

.fa-smile-o:before {
	content: '';
}

.fa-frown-o:before {
	content: '';
}

.fa-meh-o:before {
	content: '';
}

.fa-gamepad:before {
	content: '';
}

.fa-keyboard-o:before {
	content: '';
}

.fa-flag-o:before {
	content: '';
}

.fa-flag-checkered:before {
	content: '';
}

.fa-terminal:before {
	content: '';
}

.fa-code:before {
	content: '';
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: '';
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: '';
}

.fa-location-arrow:before {
	content: '';
}

.fa-crop:before {
	content: '';
}

.fa-code-fork:before {
	content: '';
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: '';
}

.fa-question:before {
	content: '';
}

.fa-info:before {
	content: '';
}

.fa-exclamation:before {
	content: '';
}

.fa-superscript:before {
	content: '';
}

.fa-subscript:before {
	content: '';
}

.fa-eraser:before {
	content: '';
}

.fa-puzzle-piece:before {
	content: '';
}

.fa-microphone:before {
	content: '';
}

.fa-microphone-slash:before {
	content: '';
}

.fa-shield:before {
	content: '';
}

.fa-calendar-o:before {
	content: '';
}

.fa-fire-extinguisher:before {
	content: '';
}

.fa-rocket:before {
	content: '';
}

.fa-maxcdn:before {
	content: '';
}

.fa-chevron-circle-left:before {
	content: '';
}

.fa-chevron-circle-right:before {
	content: '';
}

.fa-chevron-circle-up:before {
	content: '';
}

.fa-chevron-circle-down:before {
	content: '';
}

.fa-html5:before {
	content: '';
}

.fa-css3:before {
	content: '';
}

.fa-anchor:before {
	content: '';
}

.fa-unlock-alt:before {
	content: '';
}

.fa-bullseye:before {
	content: '';
}

.fa-ellipsis-h:before {
	content: '';
}

.fa-ellipsis-v:before {
	content: '';
}

.fa-rss-square:before {
	content: '';
}

.fa-play-circle:before {
	content: '';
}

.fa-ticket:before {
	content: '';
}

.fa-minus-square:before {
	content: '';
}

.fa-minus-square-o:before {
	content: '';
}

.fa-level-up:before {
	content: '';
}

.fa-level-down:before {
	content: '';
}

.fa-check-square:before {
	content: '';
}

.fa-pencil-square:before {
	content: '';
}

.fa-external-link-square:before {
	content: '';
}

.fa-share-square:before {
	content: '';
}

.fa-compass:before {
	content: '';
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: '';
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: '';
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: '';
}

.fa-euro:before,
.fa-eur:before {
	content: '';
}

.fa-gbp:before {
	content: '';
}

.fa-dollar:before,
.fa-usd:before {
	content: '';
}

.fa-rupee:before,
.fa-inr:before {
	content: '';
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: '';
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: '';
}

.fa-won:before,
.fa-krw:before {
	content: '';
}

.fa-bitcoin:before,
.fa-btc:before {
	content: '';
}

.fa-file:before {
	content: '';
}

.fa-file-text:before {
	content: '';
}

.fa-sort-alpha-asc:before {
	content: '';
}

.fa-sort-alpha-desc:before {
	content: '';
}

.fa-sort-amount-asc:before {
	content: '';
}

.fa-sort-amount-desc:before {
	content: '';
}

.fa-sort-numeric-asc:before {
	content: '';
}

.fa-sort-numeric-desc:before {
	content: '';
}

.fa-thumbs-up:before {
	content: '';
}

.fa-thumbs-down:before {
	content: '';
}

.fa-youtube-square:before {
	content: '';
}

.fa-youtube:before {
	content: '';
}

.fa-xing:before {
	content: '';
}

.fa-xing-square:before {
	content: '';
}

.fa-youtube-play:before {
	content: '';
}

.fa-dropbox:before {
	content: '';
}

.fa-stack-overflow:before {
	content: '';
}

.fa-instagram:before {
	content: '';
}

.fa-flickr:before {
	content: '';
}

.fa-adn:before {
	content: '';
}

.fa-bitbucket:before {
	content: '';
}

.fa-bitbucket-square:before {
	content: '';
}

.fa-tumblr:before {
	content: '';
}

.fa-tumblr-square:before {
	content: '';
}

.fa-long-arrow-down:before {
	content: '';
}

.fa-long-arrow-up:before {
	content: '';
}

.fa-long-arrow-left:before {
	content: '';
}

.fa-long-arrow-right:before {
	content: '';
}

.fa-apple:before {
	content: '';
}

.fa-windows:before {
	content: '';
}

.fa-android:before {
	content: '';
}

.fa-linux:before {
	content: '';
}

.fa-dribbble:before {
	content: '';
}

.fa-skype:before {
	content: '';
}

.fa-foursquare:before {
	content: '';
}

.fa-trello:before {
	content: '';
}

.fa-female:before {
	content: '';
}

.fa-male:before {
	content: '';
}

.fa-gittip:before,
.fa-gratipay:before {
	content: '';
}

.fa-sun-o:before {
	content: '';
}

.fa-moon-o:before {
	content: '';
}

.fa-archive:before {
	content: '';
}

.fa-bug:before {
	content: '';
}

.fa-vk:before {
	content: '';
}

.fa-weibo:before {
	content: '';
}

.fa-renren:before {
	content: '';
}

.fa-pagelines:before {
	content: '';
}

.fa-stack-exchange:before {
	content: '';
}

.fa-arrow-circle-o-right:before {
	content: '';
}

.fa-arrow-circle-o-left:before {
	content: '';
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: '';
}

.fa-dot-circle-o:before {
	content: '';
}

.fa-wheelchair:before {
	content: '';
}

.fa-vimeo-square:before {
	content: '';
}

.fa-turkish-lira:before,
.fa-try:before {
	content: '';
}

.fa-plus-square-o:before {
	content: '';
}

.fa-space-shuttle:before {
	content: '';
}

.fa-slack:before {
	content: '';
}

.fa-envelope-square:before {
	content: '';
}

.fa-wordpress:before {
	content: '';
}

.fa-openid:before {
	content: '';
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: '';
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: '';
}

.fa-yahoo:before {
	content: '';
}

.fa-google:before {
	content: '';
}

.fa-reddit:before {
	content: '';
}

.fa-reddit-square:before {
	content: '';
}

.fa-stumbleupon-circle:before {
	content: '';
}

.fa-stumbleupon:before {
	content: '';
}

.fa-delicious:before {
	content: '';
}

.fa-digg:before {
	content: '';
}

.fa-pied-piper-pp:before {
	content: '';
}

.fa-pied-piper-alt:before {
	content: '';
}

.fa-drupal:before {
	content: '';
}

.fa-joomla:before {
	content: '';
}

.fa-language:before {
	content: '';
}

.fa-fax:before {
	content: '';
}

.fa-building:before {
	content: '';
}

.fa-child:before {
	content: '';
}

.fa-paw:before {
	content: '';
}

.fa-spoon:before {
	content: '';
}

.fa-cube:before {
	content: '';
}

.fa-cubes:before {
	content: '';
}

.fa-behance:before {
	content: '';
}

.fa-behance-square:before {
	content: '';
}

.fa-steam:before {
	content: '';
}

.fa-steam-square:before {
	content: '';
}

.fa-recycle:before {
	content: '';
}

.fa-automobile:before,
.fa-car:before {
	content: '';
}

.fa-cab:before,
.fa-taxi:before {
	content: '';
}

.fa-tree:before {
	content: '';
}

.fa-spotify:before {
	content: '';
}

.fa-deviantart:before {
	content: '';
}

.fa-soundcloud:before {
	content: '';
}

.fa-database:before {
	content: '';
}

.fa-file-pdf-o:before {
	content: '';
}

.fa-file-word-o:before {
	content: '';
}

.fa-file-excel-o:before {
	content: '';
}

.fa-file-powerpoint-o:before {
	content: '';
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: '';
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: '';
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: '';
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: '';
}

.fa-file-code-o:before {
	content: '';
}

.fa-vine:before {
	content: '';
}

.fa-codepen:before {
	content: '';
}

.fa-jsfiddle:before {
	content: '';
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: '';
}

.fa-circle-o-notch:before {
	content: '';
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: '';
}

.fa-ge:before,
.fa-empire:before {
	content: '';
}

.fa-git-square:before {
	content: '';
}

.fa-git:before {
	content: '';
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: '';
}

.fa-tencent-weibo:before {
	content: '';
}

.fa-qq:before {
	content: '';
}

.fa-wechat:before,
.fa-weixin:before {
	content: '';
}

.fa-send:before,
.fa-paper-plane:before {
	content: '';
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: '';
}

.fa-history:before {
	content: '';
}

.fa-circle-thin:before {
	content: '';
}

.fa-header:before {
	content: '';
}

.fa-paragraph:before {
	content: '';
}

.fa-sliders:before {
	content: '';
}

.fa-share-alt:before {
	content: '';
}

.fa-share-alt-square:before {
	content: '';
}

.fa-bomb:before {
	content: '';
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: '';
}

.fa-tty:before {
	content: '';
}

.fa-binoculars:before {
	content: '';
}

.fa-plug:before {
	content: '';
}

.fa-slideshare:before {
	content: '';
}

.fa-twitch:before {
	content: '';
}

.fa-yelp:before {
	content: '';
}

.fa-newspaper-o:before {
	content: '';
}

.fa-wifi:before {
	content: '';
}

.fa-calculator:before {
	content: '';
}

.fa-paypal:before {
	content: '';
}

.fa-google-wallet:before {
	content: '';
}

.fa-cc-visa:before {
	content: '';
}

.fa-cc-mastercard:before {
	content: '';
}

.fa-cc-discover:before {
	content: '';
}

.fa-cc-amex:before {
	content: '';
}

.fa-cc-paypal:before {
	content: '';
}

.fa-cc-stripe:before {
	content: '';
}

.fa-bell-slash:before {
	content: '';
}

.fa-bell-slash-o:before {
	content: '';
}

.fa-trash:before {
	content: '';
}

.fa-copyright:before {
	content: '';
}

.fa-at:before {
	content: '';
}

.fa-eyedropper:before {
	content: '';
}

.fa-paint-brush:before {
	content: '';
}

.fa-birthday-cake:before {
	content: '';
}

.fa-area-chart:before {
	content: '';
}

.fa-pie-chart:before {
	content: '';
}

.fa-line-chart:before {
	content: '';
}

.fa-lastfm:before {
	content: '';
}

.fa-lastfm-square:before {
	content: '';
}

.fa-toggle-off:before {
	content: '';
}

.fa-toggle-on:before {
	content: '';
}

.fa-bicycle:before {
	content: '';
}

.fa-bus:before {
	content: '';
}

.fa-ioxhost:before {
	content: '';
}

.fa-angellist:before {
	content: '';
}

.fa-cc:before {
	content: '';
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: '';
}

.fa-meanpath:before {
	content: '';
}

.fa-buysellads:before {
	content: '';
}

.fa-connectdevelop:before {
	content: '';
}

.fa-dashcube:before {
	content: '';
}

.fa-forumbee:before {
	content: '';
}

.fa-leanpub:before {
	content: '';
}

.fa-sellsy:before {
	content: '';
}

.fa-shirtsinbulk:before {
	content: '';
}

.fa-simplybuilt:before {
	content: '';
}

.fa-skyatlas:before {
	content: '';
}

.fa-cart-plus:before {
	content: '';
}

.fa-cart-arrow-down:before {
	content: '';
}

.fa-diamond:before {
	content: '';
}

.fa-ship:before {
	content: '';
}

.fa-user-secret:before {
	content: '';
}

.fa-motorcycle:before {
	content: '';
}

.fa-street-view:before {
	content: '';
}

.fa-heartbeat:before {
	content: '';
}

.fa-venus:before {
	content: '';
}

.fa-mars:before {
	content: '';
}

.fa-mercury:before {
	content: '';
}

.fa-intersex:before,
.fa-transgender:before {
	content: '';
}

.fa-transgender-alt:before {
	content: '';
}

.fa-venus-double:before {
	content: '';
}

.fa-mars-double:before {
	content: '';
}

.fa-venus-mars:before {
	content: '';
}

.fa-mars-stroke:before {
	content: '';
}

.fa-mars-stroke-v:before {
	content: '';
}

.fa-mars-stroke-h:before {
	content: '';
}

.fa-neuter:before {
	content: '';
}

.fa-genderless:before {
	content: '';
}

.fa-facebook-official:before {
	content: '';
}

.fa-pinterest-p:before {
	content: '';
}

.fa-whatsapp:before {
	content: '';
}

.fa-server:before {
	content: '';
}

.fa-user-plus:before {
	content: '';
}

.fa-user-times:before {
	content: '';
}

.fa-hotel:before,
.fa-bed:before {
	content: '';
}

.fa-viacoin:before {
	content: '';
}

.fa-train:before {
	content: '';
}

.fa-subway:before {
	content: '';
}

.fa-medium:before {
	content: '';
}

.fa-yc:before,
.fa-y-combinator:before {
	content: '';
}

.fa-optin-monster:before {
	content: '';
}

.fa-opencart:before {
	content: '';
}

.fa-expeditedssl:before {
	content: '';
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: '';
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: '';
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: '';
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: '';
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: '';
}

.fa-mouse-pointer:before {
	content: '';
}

.fa-i-cursor:before {
	content: '';
}

.fa-object-group:before {
	content: '';
}

.fa-object-ungroup:before {
	content: '';
}

.fa-sticky-note:before {
	content: '';
}

.fa-sticky-note-o:before {
	content: '';
}

.fa-cc-jcb:before {
	content: '';
}

.fa-cc-diners-club:before {
	content: '';
}

.fa-clone:before {
	content: '';
}

.fa-balance-scale:before {
	content: '';
}

.fa-hourglass-o:before {
	content: '';
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: '';
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: '';
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: '';
}

.fa-hourglass:before {
	content: '';
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: '';
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: '';
}

.fa-hand-scissors-o:before {
	content: '';
}

.fa-hand-lizard-o:before {
	content: '';
}

.fa-hand-spock-o:before {
	content: '';
}

.fa-hand-pointer-o:before {
	content: '';
}

.fa-hand-peace-o:before {
	content: '';
}

.fa-trademark:before {
	content: '';
}

.fa-registered:before {
	content: '';
}

.fa-creative-commons:before {
	content: '';
}

.fa-gg:before {
	content: '';
}

.fa-gg-circle:before {
	content: '';
}

.fa-tripadvisor:before {
	content: '';
}

.fa-odnoklassniki:before {
	content: '';
}

.fa-odnoklassniki-square:before {
	content: '';
}

.fa-get-pocket:before {
	content: '';
}

.fa-wikipedia-w:before {
	content: '';
}

.fa-safari:before {
	content: '';
}

.fa-chrome:before {
	content: '';
}

.fa-firefox:before {
	content: '';
}

.fa-opera:before {
	content: '';
}

.fa-internet-explorer:before {
	content: '';
}

.fa-tv:before,
.fa-television:before {
	content: '';
}

.fa-contao:before {
	content: '';
}

.fa-500px:before {
	content: '';
}

.fa-amazon:before {
	content: '';
}

.fa-calendar-plus-o:before {
	content: '';
}

.fa-calendar-minus-o:before {
	content: '';
}

.fa-calendar-times-o:before {
	content: '';
}

.fa-calendar-check-o:before {
	content: '';
}

.fa-industry:before {
	content: '';
}

.fa-map-pin:before {
	content: '';
}

.fa-map-signs:before {
	content: '';
}

.fa-map-o:before {
	content: '';
}

.fa-map:before {
	content: '';
}

.fa-commenting:before {
	content: '';
}

.fa-commenting-o:before {
	content: '';
}

.fa-houzz:before {
	content: '';
}

.fa-vimeo:before {
	content: '';
}

.fa-black-tie:before {
	content: '';
}

.fa-fonticons:before {
	content: '';
}

.fa-reddit-alien:before {
	content: '';
}

.fa-edge:before {
	content: '';
}

.fa-credit-card-alt:before {
	content: '';
}

.fa-codiepie:before {
	content: '';
}

.fa-modx:before {
	content: '';
}

.fa-fort-awesome:before {
	content: '';
}

.fa-usb:before {
	content: '';
}

.fa-product-hunt:before {
	content: '';
}

.fa-mixcloud:before {
	content: '';
}

.fa-scribd:before {
	content: '';
}

.fa-pause-circle:before {
	content: '';
}

.fa-pause-circle-o:before {
	content: '';
}

.fa-stop-circle:before {
	content: '';
}

.fa-stop-circle-o:before {
	content: '';
}

.fa-shopping-bag:before {
	content: '';
}

.fa-shopping-basket:before {
	content: '';
}

.fa-hashtag:before {
	content: '';
}

.fa-bluetooth:before {
	content: '';
}

.fa-bluetooth-b:before {
	content: '';
}

.fa-percent:before {
	content: '';
}

.fa-gitlab:before {
	content: '';
}

.fa-wpbeginner:before {
	content: '';
}

.fa-wpforms:before {
	content: '';
}

.fa-envira:before {
	content: '';
}

.fa-universal-access:before {
	content: '';
}

.fa-wheelchair-alt:before {
	content: '';
}

.fa-question-circle-o:before {
	content: '';
}

.fa-blind:before {
	content: '';
}

.fa-audio-description:before {
	content: '';
}

.fa-volume-control-phone:before {
	content: '';
}

.fa-braille:before {
	content: '';
}

.fa-assistive-listening-systems:before {
	content: '';
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: '';
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: '';
}

.fa-glide:before {
	content: '';
}

.fa-glide-g:before {
	content: '';
}

.fa-signing:before,
.fa-sign-language:before {
	content: '';
}

.fa-low-vision:before {
	content: '';
}

.fa-viadeo:before {
	content: '';
}

.fa-viadeo-square:before {
	content: '';
}

.fa-snapchat:before {
	content: '';
}

.fa-snapchat-ghost:before {
	content: '';
}

.fa-snapchat-square:before {
	content: '';
}

.fa-pied-piper:before {
	content: '';
}

.fa-first-order:before {
	content: '';
}

.fa-yoast:before {
	content: '';
}

.fa-themeisle:before {
	content: '';
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: '';
}

.fa-fa:before,
.fa-font-awesome:before {
	content: '';
}

.fa-handshake-o:before {
	content: '';
}

.fa-envelope-open:before {
	content: '';
}

.fa-envelope-open-o:before {
	content: '';
}

.fa-linode:before {
	content: '';
}

.fa-address-book:before {
	content: '';
}

.fa-address-book-o:before {
	content: '';
}

.fa-vcard:before,
.fa-address-card:before {
	content: '';
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: '';
}

.fa-user-circle:before {
	content: '';
}

.fa-user-circle-o:before {
	content: '';
}

.fa-user-o:before {
	content: '';
}

.fa-id-badge:before {
	content: '';
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: '';
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: '';
}

.fa-quora:before {
	content: '';
}

.fa-free-code-camp:before {
	content: '';
}

.fa-telegram:before {
	content: '';
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: '';
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: '';
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: '';
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: '';
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: '';
}

.fa-shower:before {
	content: '';
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: '';
}

.fa-podcast:before {
	content: '';
}

.fa-window-maximize:before {
	content: '';
}

.fa-window-minimize:before {
	content: '';
}

.fa-window-restore:before {
	content: '';
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: '';
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: '';
}

.fa-bandcamp:before {
	content: '';
}

.fa-grav:before {
	content: '';
}

.fa-etsy:before {
	content: '';
}

.fa-imdb:before {
	content: '';
}

.fa-ravelry:before {
	content: '';
}

.fa-eercast:before {
	content: '';
}

.fa-microchip:before {
	content: '';
}

.fa-snowflake-o:before {
	content: '';
}

.fa-superpowers:before {
	content: '';
}

.fa-wpexplorer:before {
	content: '';
}

.fa-meetup:before {
	content: '';
}

.sr-only {
	overflow: hidden;
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0, 0, 0, 0);
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	overflow: visible;
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	clip: auto;
}

/* Slider */
.slick-slider {
	display: block;
	box-sizing: border-box;
	position: relative;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;

	-webkit-touch-callout: none;
	-ms-touch-action: pan-y;
	    touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}

.slick-track {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	margin-right: auto;
	margin-left: auto;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
	overflow-y: scroll;
	box-sizing: border-box;

	-webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
	box-sizing: inherit;
	background-repeat: no-repeat;
}

:after,
:before {
	vertical-align: inherit;
	text-decoration: inherit;
}

* {
	margin: 0;
	padding: 0;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

hr {
	overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

summary {
	display: list-item;
}

small {
	font-size: 80%;
}

[hidden],
template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
	text-decoration: none;
}

a {
	background-color: transparent;

	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

code,
kbd,
pre,
samp {
	font-family: monospace,monospace;
}

b,
strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

input {
	border-radius: 0;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
	cursor: pointer;
}

[disabled] {
	cursor: default;
}

[type=number] {
	width: auto;
}

[type=search] {
	-webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
}

optgroup {
	font-weight: 700;
}

button {
	overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
	outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button;
}

button,
select {
	text-transform: none;
}

button,
input,
select,
textarea {
	border-style: none;
	background-color: transparent;
	color: inherit;
}

select {
	-webkit-appearance: none;

	   -moz-appearance: none;
}

select::-ms-expand {
	display: none;
}

select::-ms-value {
	color: currentColor;
}

legend {
	display: table;
	max-width: 100%;
	border: 0;
	white-space: normal;
	color: inherit;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

img {
	border-style: none;
}

progress {
	vertical-align: baseline;
}

svg:not(:root) {
	overflow: hidden;
}

audio,
canvas,
progress,
video {
	display: inline-block;
}

@media screen {
	[hidden~=screen] {
		display: inherit;
	}
	[hidden~=screen]:not(:active):not(:focus):not(:target) {
		position: absolute !important;
		clip: rect(0 0 0 0) !important;
	}
}

[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-disabled] {
	cursor: default;
}

::-moz-selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------------------
   head
---------------------------------------------------------------------------*/
head {
	font-family: 'pc';
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	head {
		font-family: 'sp';
	}
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body {
	background-color: #fff;
	color: #000;
	font-family: 'YakuHanJP', 'Noto Sans Japanese', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', Osaka, Verdana, sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.8;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.os-mac body {
	font-weight: 400;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	body {
		width: 100%;
		min-width: 320px;
		height: auto;
		font-size: 12px;
		line-height: 1.5;
	}
}

/*--------------------------------------------------------------------------
   a
---------------------------------------------------------------------------*/
a {
	color: inherit;
	-webkit-transition: .2s ease-in-out;
	        transition: .2s ease-in-out;
	outline: none;

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	color: #384;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	a:hover {
		color: inherit;
	}
}

@media only screen and (max-width: 767px) {
	a:hover {
		color: inherit;
	}
}

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
* {
	word-wrap: break-word;
	outline: none;
}

img {
	vertical-align: top;
}

ul,
ol {
	list-style: none;
}

/* Placeholder
-----------------------------------------------*/
::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .6);
}

::-moz-placeholder {
	color: rgba(255, 255, 255, .8);
}

:-ms-input-placeholder {
	color: rgba(255, 255, 255, .6);
}

:-moz-placeholder {
	color: rgba(255, 255, 255, .6);
}

/*--------------------------------------------------------------------------
   selection
---------------------------------------------------------------------------*/
::-moz-selection {
	background-color: #b3d4fc;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	color: #fff;
	text-shadow: none;
}

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

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	vertical-align: middle;
	white-space: normal;
	-webkit-appearance: none;

	   -moz-appearance: none;
	        appearance: none;
}

/* Remove the stupid outer glow in Webkit */
input:focus,
select:focus,
textarea:focus {
	outline: 0;
}

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
	box-sizing: content-box;
}

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
	box-sizing: border-box;
}

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
	width: 13px;
	height: 13px;
}

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
	-webkit-box-sizing: content-box;
	-webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
	display: none;
}

/* Buttons
-----------------------------------------------*/
button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	/* Fix IE7 display bug */
	overflow: visible;
}

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
	padding: 0;
	border: 0;
	background: none;
}

/* Textarea
-----------------------------------------------*/
textarea {
	/* Turn off scroll bars in IE unless needed */
	overflow: auto;
	/* Move the label to the top */
	vertical-align: top;
}

/* Selects
-----------------------------------------------*/
select[multiple] {
	/* Move the label to the top */
	vertical-align: top;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   l-page
---------------------------------------------------------------------------*/
.l-page-wrapper {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.load-complete .l-page-wrapper {
	overflow: hidden;
	position: relative;
	-webkit-transition: opacity .4s ease-in-out;
	        transition: opacity .4s ease-in-out;
	opacity: 1;
}

.l-page__contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0 0;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.l-page__contents {
		width: 100%;
		padding: 90px 20px 0;
	}
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.l-page-wrapper {
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	.l-page {
		overflow-x: hidden;
		overflow-y: scroll;
		width: 100%;
		height: 100%;

		-webkit-overflow-scrolling: touch;
	}
	.is-loading .l-page {
		overflow-y: hidden;
	}
	.l-page__contents {
		display: block;
		box-sizing: border-box;
		width: 100%;
		padding: 65px 10px 0;
	}
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   l-wrap
---------------------------------------------------------------------------*/
.l-wrap {
	position: relative;
	width: 1100px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.l-wrap {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.l-wrap {
		width: auto;
		padding: 0 10px;
	}
}

.l-main {
	width: 760px;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.l-main {
		box-sizing: border-box;
		width: calc(100% - 300px);
		padding-right: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.l-main {
		width: auto;
	}
}

.l-side {
	width: 300px;
}

@media only screen and (max-width: 767px) {
	.l-side {
		width: auto;
	}
}

.l-posts + .l-posts {
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.l-posts + .l-posts {
		margin-top: 30px;
	}
}

.l-posts__body {
	margin-top: 32px;
}

@media only screen and (max-width: 767px) {
	.l-posts__body {
		margin-top: 18px;
	}
}

.l-posts .m-btn {
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.l-posts .m-btn {
		margin-top: 20px;
	}
}

.l-single__block {
	margin-top: 30px;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-grid {
	box-sizing: border-box;
}

.l-grid::after {
	display: table;
	clear: both;
	content: '';
}

.l-grid__item {
	display: block;
	box-sizing: inherit;
	float: left;
}

.l-grid__item--1of2 {
	width: 50%;
}

.l-grid__item--1of3 {
	width: 33.33333333%;
}

.l-grid__item--1of4 {
	width: 25%;
}

.l-grid__item--1of5 {
	width: 20%;
}

.l-grid__item--1of6 {
	width: 16.66666666%;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   l-grid
---------------------------------------------------------------------------*/
.l-inline-grid {
	box-sizing: border-box;
	white-space: nowrap;
}

.l-inline-grid__item {
	display: inline-block;
	box-sizing: inherit;
}

.l-inline-grid__item--1of2 {
	width: 50%;
}

.l-inline-grid__item--1of3 {
	width: 33.33333333%;
}

.l-inline-grid__item--1of4 {
	width: 25%;
}

.l-inline-grid__item--1of5 {
	width: 20%;
}

.l-inline-grid__item--1of6 {
	width: 16.66666666%;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   l-flex-grid
---------------------------------------------------------------------------*/
.l-flex-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.l-flex-grid__item {
	box-sizing: inherit;
}

.l-flex-grid__item--full {
	width: 100%;
}

.l-flex-grid__item--1of2 {
	width: 50%;
}

.l-flex-grid__item--1of3 {
	width: 33.33333333%;
}

.l-flex-grid__item--1of4 {
	width: 25%;
}

.l-flex-grid__item--1of5 {
	width: 20%;
}

.l-flex-grid__item--1of6 {
	width: 16.66666666%;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
	 c-input
---------------------------------------------------------------------------*/
.c-input {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding-left: 10px;
}

.c-input:focus {
	border-color: transparent;
	outline: 0;
}

.c-input::-webkit-input-placeholder {
	color: #b3b3b3;
	font-weight: 300;
}

.c-input::-ms-input-placeholder {
	color: #b3b3b3;
	font-weight: 300;
}

.c-input::-moz-placeholder {
	color: #b3b3b3;
	font-weight: 300;
}

/* Modifier type
-----------------------------------------------------------------*/
/* t01 */
.c-input--t01 {
	font-size: 28px;
	font-weight: 300;
}

.c-input--t01::-webkit-input-placeholder {
	font-weight: 300;
}

.c-input--t01::-ms-input-placeholder {
	font-weight: 300;
}

.c-input--t01::-moz-placeholder {
	font-weight: 300;
}

/* t02 */
.c-input--t02 {
	padding: 15px 20px;
	background: rgba(216, 217, 218, .3);
	color: #000;
	font-size: 16px;
	font-weight: 300;
}

.c-input--t02::-webkit-input-placeholder {
	color: #a4a4a4;
	font-weight: 300;
}

.c-input--t02::-ms-input-placeholder {
	color: #a4a4a4;
	font-weight: 300;
}

.c-input--t02::-moz-placeholder {
	color: #a4a4a4;
	font-weight: 300;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.c-input--t01 {
		font-size: 14px;
	}
	.c-input--t02 {
		padding: 10px 15px;
		font-size: 13px;
	}
}

/*--------------------------------------------------------------------------
	 c-submit
---------------------------------------------------------------------------*/
.c-submit {
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	background: url(../img/common/ico_search.png) no-repeat 50%;
	background-size: 17px 17px;
	cursor: pointer;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.c-submit {
		width: 45px;
		height: 45px;
		background-size: 22px 22px;
	}
}

@media only screen and (max-width: 767px) {
	.c-submit {
		width: 45px;
		height: 45px;
		background-size: 22px 22px;
	}
}

/* Modifier type
-----------------------------------------------------------------*/
/*--------------------------------------------------------------------------
	 c-textarea
---------------------------------------------------------------------------*/
.c-textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 160px;
	padding: 15px 20px;
	background: rgba(216, 217, 218, .3);
	color: #000;
	font-size: 16px;
	font-weight: 300;
	resize: vertical;
}

.c-textarea:focus {
	border-color: transparent;
	outline: 0;
}

.c-textarea::-webkit-input-placeholder {
	color: #a4a4a4;
	font-weight: 300;
}

.c-textarea::-ms-input-placeholder {
	color: #a4a4a4;
	font-weight: 300;
}

.c-textarea::-moz-placeholder {
	color: #a4a4a4;
	font-weight: 300;
}

/* media query -> sp
=================================================================*/
@media only screen and (max-width: 767px) {
	.c-textarea {
		padding: 10px 15px;
		font-size: 13px;
	}
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   mail-search
---------------------------------------------------------------------------*/
.m-mail-search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-mail-search {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.m-mail-search {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-mail-search__mail {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.m-mail-search__mail {
		display: none;
	}
}

.m-mail-search__mail .txt {
	position: absolute;
	top: -28px;
	right: 0;
	margin-left: -100%;
	color: #ea3323;
	font-size: 12px;
}

.m-mail-search__mail .btn {
	width: 275px;
}

.m-mail-search__mail .btn a {
	display: block;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 8px 0 8px 68px;
	background: -webkit-linear-gradient(#ea3323, #b90100);
	background:         linear-gradient(#ea3323, #b90100);
	color: #fff;
	font-size: 15px;
}

.m-mail-search__mail .btn a::after {
	position: absolute;
	bottom: 0;
	left: 5px;
	width: 54px;
	height: 47px;
	background: url(../img/common/obj_women.png) no-repeat;
	content: '';
}

.mode-pc .m-mail-search__mail .btn a:hover {
	opacity: .6;
}

.m-mail-search__search {
	width: 290px;
	margin-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-mail-search__search {
		width: auto;
		margin-left: 0;
	}
}

@media only screen and (max-width: 767px) {
	.m-mail-search__search {
		width: auto;
		margin-left: 0;
	}
}

.m-mail-search__search .search {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 100%;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

.m-mail-search__search .search__input {
	width: calc(100% - 40px);
	height: 40px;
	border: 1px solid #e3e3e3;
	border-radius: 4px 0 0 4px;
	background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-mail-search__search .search__input {
		width: calc(100% - 45px);
		height: 45px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.m-mail-search__search .search__input {
		width: calc(100% - 45px);
		height: 45px;
		font-size: 16px;
	}
}

.m-mail-search__search .search__submit {
	width: 40px;
	height: 40px;
	border-radius: 0 4px 4px 0;
	background-color: #41281f;
	-webkit-transition: .3s;
	        transition: .3s;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-mail-search__search .search__submit {
		width: 45px;
		height: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.m-mail-search__search .search__submit {
		width: 45px;
		height: 45px;
	}
}

.mode-pc .m-mail-search__search .search__submit:hover {
	background-color: #000;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   footer-header
---------------------------------------------------------------------------*/
.m-footer-header {
	position: relative;
	width: 100%;
	height: 99px;
	margin-top: 70px;
	border-top: 1px solid #e3e3e3;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-footer-header {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.m-footer-header {
		display: none;
	}
}

.m-footer-header__logo {
	position: absolute;
	top: 23px;
	left: 0;
}

.m-footer-header__logo a {
	display: block;
}

.m-footer-header .m-mail-search {
	position: absolute;
	top: 42px;
	right: 0;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   breadcrumb
---------------------------------------------------------------------------*/
.m-breadcrumb {
	padding: 8px 0;
	background-color: #f1f1f1;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-breadcrumb {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.m-breadcrumb {
		display: none;
	}
}

.m-breadcrumb__list {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-breadcrumb__item {
	display: inline;
	font-size: 12px;
}

.m-breadcrumb__item a {
	display: inline-block;
	color: inherit;
}

.mode-pc .m-breadcrumb__item a:hover {
	text-decoration: underline;
}

.m-breadcrumb__item + .m-breadcrumb__item {
	position: relative;
	margin-left: 1em;
	padding-left: 1em;
}

.m-breadcrumb__item + .m-breadcrumb__item::before {
	position: relative;
	left: -1em;
	content: url(../img/common/ico_arw_bread.png);
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   hdg
---------------------------------------------------------------------------*/
.m-posts-hdg {
	position: relative;
}

.m-posts-hdg--basic {
	padding: 11px 0 11px 16px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	font-size: 18px;
	font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-posts-hdg--basic {
		padding: 11px 0 11px 16px;
	}
}

@media only screen and (max-width: 767px) {
	.m-posts-hdg--basic {
		padding: 11px 0 11px 16px;
	}
}

.m-posts-hdg--basic::before {
	position: absolute;
	top: calc(50% - 20%);
	left: 0;
	width: 3px;
	height: calc(100% - 32px);
	background: #384;
	content: '';
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-posts-hdg--basic::before {
		top: 14px;
		height: 22px;
	}
}

@media only screen and (max-width: 767px) {
	.m-posts-hdg--basic::before {
		top: 14px;
		height: 22px;
	}
}

.m-posts-hdg--basic span {
	margin-left: 20px;
	font-size: 14px;
	font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-posts-hdg--basic span {
		display: block;
		margin: 3px 0 0;
		line-height: 1.4;
	}
}

@media only screen and (max-width: 767px) {
	.m-posts-hdg--basic span {
		display: block;
		margin: 3px 0 0;
		line-height: 1.4;
	}
}

.m-posts-hdg--select {
	padding: 23px 0 23px 26px;
	border-bottom: 1px solid #384;
	background-color: #f1f1f1;
	font-size: 30px;
	line-height: 1.3;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-posts-hdg--select {
		padding: 13px 0 13px 16px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.m-posts-hdg--select {
		margin-top: 15px;
		padding: 13px 0 13px 16px;
		font-size: 16px;
	}
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   btn
---------------------------------------------------------------------------*/
.m-btn {
	position: relative;
}

.m-btn--more {
	width: 320px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.m-btn--more {
		width: 90%;
	}
}

.m-btn--more a {
	display: block;
	width: 100%;
	padding: 11px 0;
	border: 1px solid #000;
	background: #fff url(../img/common/ico_arw.png) no-repeat 93% 50%;
	background-size: 10px auto;
}

.m-btn--more a:hover {
	background: #000 url(../img/common/ico_arw_white.png) no-repeat 93% 50%;
	background-size: 10px auto;
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-btn--more a:hover {
		background: #fff url(../img/common/ico_arw.png) no-repeat 93% 50%;
		background-size: 10px auto;
		color: inherit;
	}
}

@media only screen and (max-width: 767px) {
	.m-btn--more a:hover {
		background: #fff url(../img/common/ico_arw.png) no-repeat 93% 50%;
		background-size: 10px auto;
		color: inherit;
	}
}

.m-btn--more #auto-loading {
	margin: 0 auto;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   posts
---------------------------------------------------------------------------*/
.m-posts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.m-posts {
		display: block;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-posts--two {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
}

.m-posts--more {
	margin-bottom: 20px;
}

.m-posts__none {
	padding: 0 0 0 10px;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.m-posts__none {
		font-size: 14px;
	}
}

.m-posts .item {
	position: relative;
	width: 236px;
	margin-right: 26px;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-posts .item {
		width: 48%;
		margin-right: 2%;
	}
}

@media only screen and (max-width: 767px) {
	.m-posts .item {
		width: auto;
		margin: 0 0 18px;
		padding-bottom: 18px;
		border-bottom: 1px solid #e3e3e3;
	}
}

.m-posts .item:nth-child(3n + 3) {
	margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-posts .item:nth-child(3n + 3) {
		margin: 22px 2% 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.m-posts .item:nth-child(3n + 3) {
		margin: 0 0 18px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-posts .item:nth-child(even) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.m-posts .item:nth-child(even) {
		margin: 0 0 18px;
	}
}

.m-posts .item:nth-child(n + 4) {
	margin-top: 22px;
}

@media only screen and (max-width: 767px) {
	.m-posts .item:nth-child(n + 4) {
		margin: 0 0 18px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-posts .item:nth-child(n + 3) {
		margin-top: 22px;
	}
}

@media only screen and (max-width: 767px) {
	.m-posts .item:nth-child(n + 3) {
		margin: 0 0 18px;
	}
}

.m-posts .item a {
	display: block;
}

@media only screen and (max-width: 767px) {
	.m-posts .item a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
}

.m-posts .item__fig {
	overflow-x: hidden;
	position: relative;
	text-align: center;
}

@media only screen and (max-width: 767px) {
	.m-posts .item__fig {
		width: 50%;
		padding: 0 6px;
	}
}

.m-posts .item__fig .fig {
	overflow: hidden;
	position: relative;
	width: 236px;
	height: 134px;
	background-color: #ccc;
	-webkit-transition: .3s;
	        transition: .3s;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-posts .item__fig .fig {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.m-posts .item__fig .fig {
		width: auto;
		height: auto;
	}
}

.m-posts .item__fig .fig img {
	width: 100%;
	height: auto;
	-webkit-transition: .5s ease-out;
	        transition: .5s ease-out;
}

.m-posts .item__fig .fig:hover img {
	-webkit-transform: scale(1.1, 1.1);
	    -ms-transform: scale(1.1, 1.1);
	        transform: scale(1.1, 1.1);
	opacity: .6;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-posts .item__fig .fig:hover img {
		-webkit-transform: scale(1, 1);
		    -ms-transform: scale(1, 1);
		        transform: scale(1, 1);
		opacity: 1;
	}
}

@media only screen and (max-width: 767px) {
	.m-posts .item__fig .fig:hover img {
		-webkit-transform: scale(1, 1);
		    -ms-transform: scale(1, 1);
		        transform: scale(1, 1);
		opacity: 1;
	}
}

.m-posts .item__body {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.m-posts .item__body {
		width: 50%;
		padding: 0 6px;
	}
}

.m-posts .item__hdg {
	margin: 10px 0 3px;
	font-size: 14px;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.m-posts .item__hdg {
		margin: 0;
	}
}

.m-posts .item__category {
	display: inline-block;
	position: relative;
	color: #384;
	font-size: 13px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.m-posts .item__category {
		margin-top: 4px;
	}
}

.m-posts .item__category .new {
	display: inline-block;
	margin-right: 5px;
	padding: 3px 9px;
	border: 1px solid #ea3323;
	color: #ea3323;
	font-family: 'YakuHanJP', 'Barlow', sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.m-posts .item__category .new {
		padding: 2px 6px;
		font-size: 10px;
		font-weight: 500;
	}
}

.m-posts .item__date {
	display: inline-block;
	position: relative;
	margin-left: 18px;
	color: #b3b3b3;
	font-family: 'YakuHanJP', 'Barlow', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .03em;
}

@media only screen and (max-width: 767px) {
	.m-posts .item__date {
		display: block;
		margin: 2px 0 0;
		font-size: 13px;
	}
}

.m-posts .item__date::before {
	position: absolute;
	top: 2px;
	left: -10px;
	width: 1px;
	height: 90%;
	background: #b3b3b3;
	content: '';
}

@media only screen and (max-width: 767px) {
	.m-posts .item__date::before {
		content: none;
	}
}

.m-posts--two .item {
	width: 360px;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-posts--two .item {
		width: 50%;
		margin-bottom: 15px;
		padding: 0 6px;
	}
	.m-posts--two .item a {
		display: block;
	}
	.m-posts--two .item__fig {
		width: auto;
	}
	.m-posts--two .item__body {
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.m-posts--two .item {
		width: auto;
		padding: 0 6px;
		border-bottom: 0;
	}
	.m-posts--two .item a {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
	.m-posts--two .item__fig {
		width: 50%;
	}
	.m-posts--two .item__body {
		width: 50%;
	}
}

.m-posts--two .item:nth-child(3n + 3) {
	margin-right: 0;
}

.m-posts--two .item:nth-child(n + 4) {
	margin-top: 0;
}

.m-posts--two .item:nth-child(even) {
	margin-right: 0;
}

.m-posts--two .item:nth-child(odd) {
	margin-right: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-posts--two .item:nth-child(odd) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.m-posts--two .item:nth-child(odd) {
		margin-right: 0;
	}
}

.m-posts--two .item:nth-child(n + 3) {
	margin-top: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-posts--two .item:nth-child(n + 3) {
		margin-top: 0;
	}
}

@media only screen and (max-width: 767px) {
	.m-posts--two .item:nth-child(n + 3) {
		margin-top: 0;
	}
}

.m-posts--two .item__fig .fig {
	width: 360px;
	height: 205px;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-posts--two .item__fig .fig {
		width: 100%;
		height: auto;
		margin-bottom: 6px;
	}
}

@media only screen and (max-width: 767px) {
	.m-posts--two .item__fig .fig {
		width: 100%;
		height: auto;
		margin-bottom: 6px;
	}
}

@media only screen and (max-width: 767px) {
	.sec-pickup .m-posts {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
	}
	.sec-pickup .m-posts .item {
		width: 50%;
		padding: 0 6px;
		border-bottom: 0;
	}
	.sec-pickup .m-posts .item a {
		display: block;
	}
	.sec-pickup .m-posts .item__fig {
		width: auto;
	}
	.sec-pickup .m-posts .item__body {
		width: auto;
		margin-top: 5px;
	}
	.sec-pickup__fig .fig {
		width: 100%;
		height: auto;
		margin-bottom: 6px;
	}
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   writer
---------------------------------------------------------------------------*/
.m-writer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;

	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-writer {
		display: block;
		width: auto;
		margin: 0;
	}
}

@media only screen and (max-width: 767px) {
	.m-writer {
		display: block;
		width: auto;
		margin: 0;
	}
}

.m-writer .item {
	position: relative;
	width: 366px;
	margin-right: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-writer .item {
		width: auto;
		margin: 0;
	}
	.m-writer .item + .item {
		margin-top: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.m-writer .item {
		width: auto;
		margin: 0;
	}
	.m-writer .item + .item {
		margin-top: 18px;
	}
}

.m-writer .item:nth-child(even) {
	margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-writer .item:nth-child(even) {
		margin: 18px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.m-writer .item:nth-child(even) {
		margin: 18px 0 0;
	}
}

.m-writer .item:nth-child(n + 3) {
	margin-top: 22px;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-writer .item:nth-child(n + 3) {
		margin: 18px 0 0;
	}
}

@media only screen and (max-width: 767px) {
	.m-writer .item:nth-child(n + 3) {
		margin: 18px 0 0;
	}
}

.m-writer .item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.m-writer .item a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	    -ms-transform: scale(1.1, 1.1);
	        transform: scale(1.1, 1.1);
	opacity: .6;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-writer .item a:hover img {
		-webkit-transform: scale(1, 1);
		    -ms-transform: scale(1, 1);
		        transform: scale(1, 1);
		opacity: 1;
	}
}

@media only screen and (max-width: 767px) {
	.m-writer .item a:hover img {
		-webkit-transform: scale(1, 1);
		    -ms-transform: scale(1, 1);
		        transform: scale(1, 1);
		opacity: 1;
	}
}

.m-writer .item__fig {
	overflow-x: hidden;
	position: relative;
	width: 90px;
	margin-right: 14px;
	text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-writer .item__fig {
		width: 75px;
		margin-right: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.m-writer .item__fig {
		width: 75px;
		margin-right: 12px;
	}
}

.m-writer .item__fig .fig {
	overflow: hidden;
	position: relative;
	width: 90px;
	height: 90px;
	-webkit-transition: .3s;
	        transition: .3s;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-writer .item__fig .fig {
		width: 75px;
		height: 75px;
	}
}

@media only screen and (max-width: 767px) {
	.m-writer .item__fig .fig {
		width: 75px;
		height: 75px;
	}
}

.m-writer .item__fig .fig img {
	width: 100%;
	height: auto;
	-webkit-transition: .5s ease-out;
	        transition: .5s ease-out;
}

.m-writer .item__body {
	position: relative;
	width: calc(100% - 104px);
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-writer .item__body {
		width: calc(100% - 87px);
	}
}

@media only screen and (max-width: 767px) {
	.m-writer .item__body {
		width: calc(100% - 87px);
	}
}

.m-writer .item__hdg {
	font-size: 14px;
	line-height: 1.4;
}

.m-writer .item__name {
	position: relative;
	margin-top: 10px;
	padding-left: 18px;
	color: #b3b3b3;
	font-size: 14px;
	line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-writer .item__name {
		margin-top: 6px;
	}
}

@media only screen and (max-width: 767px) {
	.m-writer .item__name {
		margin-top: 6px;
	}
}

.m-writer .item__name::before {
	position: absolute;
	top: 1px;
	left: 0;
	width: 12px;
	height: 14px;
	background: url(../img/common/ico_human.png) no-repeat;
	background-size: 12px 14px;
	content: '';
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   mail
---------------------------------------------------------------------------*/
.m-mail {
	display: none;
}

.m-mail + .l-posts {
	margin-top: 50px;
}

@media only screen and (max-width: 767px) {
	.m-mail + .l-posts {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.m-mail {
		display: block;
		margin-top: 30px;
		padding: 20px 0;
		border: 3px solid #e3e3e3;
		text-align: center;
	}
	.m-mail__hdg {
		color: #384;
		font-size: 20px;
		font-weight: 600;
	}
	.m-mail__txt {
		margin-top: 5px;
		font-size: 16px;
	}
	.m-mail__txt span {
		color: #ea3323;
	}
	.m-mail__btn {
		width: 84.6%;
		margin: 18px auto 0;
		text-align: left;
	}
	.m-mail__btn a {
		display: block;
		box-sizing: border-box;
		position: relative;
		width: 100%;
		padding: 14px 0 14px 78px;
		padding-left: 26.5%;
		background: -webkit-linear-gradient(#ea3323, #b90100);
		background:         linear-gradient(#ea3323, #b90100);
		color: #fff;
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) and (max-width: 374px) {
	.m-mail__btn a {
		font-size: 13px;
	}
}

@media only screen and (max-width: 767px) {
	.m-mail__btn a::after {
		position: absolute;
		bottom: 0;
		left: 2.3%;
		width: 62px;
		height: 64px;
		background: url(../img/common/obj_women_sp.png) no-repeat;
		background-size: auto 64px;
		content: '';
	}
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   page-bnr
---------------------------------------------------------------------------*/
.m-page-bnr {
	width: 1100px;
	margin: 50px auto 0;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-page-bnr {
		width: 80%;
		margin: 30px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.m-page-bnr {
		width: 80%;
		margin: 30px auto 0;
	}
}

.m-page-bnr a:hover {
	opacity: .8;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-page-bnr a:hover {
		opacity: 1;
	}
}

@media only screen and (max-width: 767px) {
	.m-page-bnr a:hover {
		opacity: 1;
	}
}

.m-page-bnr img {
	width: 100%;
	height: auto;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   single
---------------------------------------------------------------------------*/
.m-single {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.m-single section {
		padding: 0 6px;
	}
}

.m-single section h3 {
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.63;
}

@media only screen and (max-width: 767px) {
	.m-single section h3 {
		font-size: 19px;
	}
}

.m-single section figure {
	margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
	.m-single section figure {
		margin-bottom: 14px;
	}
}

.m-single section figure img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 767px) {
	.m-single section figure img {
		width: 100%;
		height: auto;
	}
}

.m-single section p {
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 1.8;
}

@media only screen and (max-width: 767px) {
	.m-single section p {
		margin-bottom: 26px;
		font-size: 15px;
		line-height: 1.7;
	}
}

.m-single section p + p {
	margin-top: -25px;
}

@media only screen and (max-width: 767px) {
	.m-single section p + p {
		margin-top: -13px;
	}
}

.m-single section .underline {
	text-decoration: underline;
}

.m-single section a,
.m-single section a:link {
	color: #222;
}

.m-single section a:hover {
	color: #222;
}

.m-single section a:hover .underline {
	text-decoration: none;
}

.m-single h3:last-child,
.m-single figure:last-child,
.m-single p:last-child {
	margin-bottom: 0;
}

.m-single strong {
	font-weight: bold;
}

/* .series
-----------------------------------------------------------------*/
.m-single .series {
	margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
	.m-single .series {
		margin: 0 -10px 20px;
	}
}

.m-single .series__mv {
	text-align: center;
}

.m-single .series__mv img {
	width: 100%;
	height: auto;
}

.m-single .series__body {
	position: relative;
	padding: 26px 27px;
	border-bottom: 1px solid #384;
	background-color: #f1f1f1;
}

@media only screen and (max-width: 767px) {
	.m-single .series__body {
		padding: 17px 16px;
	}
}

.m-single .series__hdg {
	font-size: 30px;
	line-height: 1.3;
}

@media only screen and (max-width: 767px) {
	.m-single .series__hdg {
		font-size: 23px;
	}
}

.m-single .series__name {
	position: relative;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.m-single .series__name {
		margin-top: 9px;
	}
}

.m-single .series__name a {
	display: inline-block;
	position: relative;
	padding: 0 22px 0 22px;
}

.m-single .series__name a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 18px;
	background: url(../img/common/ico_human_black.png) no-repeat;
	background-size: 16px 18px;
	content: '';
}

.m-single .series__name a::after {
	position: absolute;
	top: 1px;
	right: 0;
	width: 17px;
	height: 17px;
	background: url(../img/common/ico_plus.png) no-repeat;
	background-size: 17px 17px;
	content: '';
}

/* .header
-----------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.m-single .header {
		margin-top: 20px;
	}
}

.m-single .header__hdg {
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.m-single .header__hdg {
		margin-bottom: 6px;
		font-size: 21px;
	}
}

.m-single .header__category {
	display: inline-block;
	position: relative;
	color: #384;
	font-size: 14px;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.m-single .header__category {
		font-size: 13px;
	}
}

.m-single .header__category .new {
	display: inline-block;
	margin-right: 10px;
	padding: 3px 11px;
	border: 1px solid #ea3323;
	color: #ea3323;
	font-family: 'YakuHanJP', 'Barlow', sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
}

@media only screen and (max-width: 767px) {
	.m-single .header__category .new {
		margin-right: 7px;
		padding: 2px 6px;
		font-size: 9px;
		font-weight: 500;
	}
}

.m-single .header__date {
	display: inline-block;
	position: relative;
	margin-left: 22px;
	color: #b3b3b3;
	font-family: 'YakuHanJP', 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: .03em;
}

@media only screen and (max-width: 767px) {
	.m-single .header__date {
		margin-left: 18px;
		font-size: 14px;
	}
}

.m-single .header__date::before {
	position: absolute;
	top: 3px;
	left: -11px;
	width: 1px;
	height: 90%;
	background: #b3b3b3;
	content: '';
}

@media only screen and (max-width: 767px) {
	.m-single .header__date::before {
		top: 2px;
		left: -10px;
	}
}

.m-single .header__tag {
	margin-top: 5px;
}

@media only screen and (max-width: 767px) {
	.m-single .header__tag {
		margin-top: 9px;
	}
}

.m-single .header__tag .item {
	display: inline-block;
	margin-right: 10px;
}

@media only screen and (max-width: 767px) {
	.m-single .header__tag .item {
		font-size: 14px;
	}
}

.m-single .header__tag .item a {
	display: block;
	padding-left: 19px;
	background: url(../img/common/ico_tag.png) no-repeat 0 50%;
	background-size: 16px 16px;
}

/* .toc
-----------------------------------------------------------------*/
.m-single .toc {
	margin: 40px 0 45px;
	padding: 32px 0 25px;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

@media only screen and (max-width: 767px) {
	.m-single .toc {
		margin: 20px 0 25px;
		padding: 16px 0 18px;
	}
}

.m-single .toc__hdg {
	position: relative;
	margin-bottom: 15px;
	padding-left: 18px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
}

.m-single .toc__hdg::before {
	position: absolute;
	top: -2px;
	left: 0;
	width: 3px;
	height: 22px;
	background: #384;
	content: '';
}

.m-single .toc__list {
	padding-left: 20px;
}

.m-single .toc__item {
	margin-left: 20px;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.m-single .toc__item {
		font-size: 15px;
	}
}

.m-single .toc__item + .toc__item {
	margin-top: .5em;
}

.m-single .toc__item a {
	position: relative;
}

.m-single .toc__item a::after {
	position: absolute;
	top: calc(50% - 1px);
	left: -20px;
	width: 10px;
	height: 6px;
	background: url(../img/common/ico_arw.png) no-repeat;
	background-size: 10px auto;
	content: '';
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   pager
---------------------------------------------------------------------------*/
.m-pager {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;
	margin-top: 80px;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 767px) {
	.m-pager {
		margin-top: 60px;
		padding: 15px 0;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
	}
}

.m-pager__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 100%;
	margin: 0;
	font-family: 'YakuHanJP', 'Barlow', sans-serif;
	font-size: 15px;
	font-weight: 500;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 767px) {
	.m-pager__list {
		font-size: 17px;
	}
}

.m-pager__list span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 37px;
	height: 37px;
	margin: 0 7px;
	border: 1px solid #000;
	background-color: #fff;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 767px) {
	.m-pager__list span {
		width: auto;
		height: auto;
		margin: 0 10px;
		border: 0;
	}
}

.mode-pc .m-pager__list a:hover span {
	border: 1px solid #41281f;
	background-color: #41281f;
	color: #fff;
}

.m-pager__list > span {
	border: 1px solid #41281f;
	background-color: #41281f;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.m-pager__list > span {
		border: none;
		background-color: transparent;
		color: #384;
	}
}

.m-pager__btn a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: absolute;
	top: 0;
	width: 106px;
	border: 1px solid #000;
	text-align: center;
	font-size: 13px;
	line-height: 1;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 767px) {
	.m-pager__btn a {
		top: 50%;
		width: auto;
		border: 0;
		text-align: left;
		font-size: 14px;
		-webkit-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
}

.m-pager__btn a span {
	display: block;
	position: relative;
	width: 100%;
	padding: 11px 0;
	background-color: #fff;
}

@media only screen and (max-width: 767px) {
	.m-pager__btn a span {
		width: auto;
		padding: 0;
	}
}

.m-pager__btn a span::after {
	position: absolute;
	top: calc(50% - 3px);
	width: 10px;
	height: 6px;
	background: url(../img/common/ico_arw.png) no-repeat;
	background-size: 10px auto;
	content: '';
	-webkit-transition: .2s;
	        transition: .2s;
}

.mode-pc .m-pager__btn a:hover span {
	background-color: #41281f;
	color: #fff;
}

.mode-pc .m-pager__btn a:hover span::after {
	position: absolute;
	top: calc(50% - 3px);
	width: 10px;
	height: 6px;
	background: url(../img/common/ico_arw_white.png) no-repeat;
	background-size: 10px auto;
	content: '';
}

.m-pager__btn a.is-prev {
	left: 0;
}

.m-pager__btn a.is-prev span {
	padding-left: 14px;
}

@media only screen and (max-width: 767px) {
	.m-pager__btn a.is-prev span {
		padding-left: 23px;
	}
}

.m-pager__btn a.is-prev span::after {
	left: 9px;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

@media only screen and (max-width: 767px) {
	.m-pager__btn a.is-prev span::after {
		left: 6px;
	}
}

.m-pager__btn a.is-next {
	right: 0;
}

.m-pager__btn a.is-next span {
	padding-right: 14px;
}

@media only screen and (max-width: 767px) {
	.m-pager__btn a.is-next span {
		padding-right: 23px;
	}
}

.m-pager__btn a.is-next span::after {
	right: 9px;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

@media only screen and (max-width: 767px) {
	.m-pager__btn a.is-next span::after {
		right: 6px;
	}
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   single-like
---------------------------------------------------------------------------*/
.m-single-like {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 767px) {
	.m-single-like {
		display: block;
		padding: 16px 0;
		background-color: #f1f1f1;
	}
}

.m-single-like__img {
	width: 160px;
	height: 90px;
	background-position: 50% 50%;
	background-size: cover;
}

@media only screen and (max-width: 767px) {
	.m-single-like__img {
		display: none;
	}
}

.m-single-like__body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: calc(100% - 160px);
	padding: 0 20px;

	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 767px) {
	.m-single-like__body {
		width: auto;
		padding: 0 15px;
	}
}

.m-single-like__hdg {
	font-weight: 600;
}

@media only screen and (max-width: 767px) {
	.m-single-like__hdg {
		font-size: 13px;
	}
}

.m-single-like__sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.m-single-like__sns .item {
	margin-left: 10px;
}

@media only screen and (max-width: 767px) {
	.m-single-like__sns .item {
		margin-left: 14px;
	}
}

.m-single-like__sns .item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 767px) {
	.m-single-like__sns .item a {
		width: 48px;
		height: 48px;
	}
}

.m-single-like__sns .item a:hover {
	opacity: .8;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-single-like__sns .item a:hover {
		opacity: 1;
	}
}

@media only screen and (max-width: 767px) {
	.m-single-like__sns .item a:hover {
		opacity: 1;
	}
}

.m-single-like__sns .item--twitter a {
	background-color: #55acee;
}

.m-single-like__sns .item--twitter img {
	width: 19px;
}

@media only screen and (max-width: 767px) {
	.m-single-like__sns .item--twitter img {
		width: 23px;
	}
}

.m-single-like__sns .item--fb a {
	background-color: #3b5998;
}

.m-single-like__sns .item--fb img {
	width: 10px;
}

@media only screen and (max-width: 767px) {
	.m-single-like__sns .item--fb img {
		width: 12px;
	}
}

.m-single-like__sns .item--line a {
	background-color: #00b900;
}

.m-single-like__sns .item--line img {
	width: 22px;
}

@media only screen and (max-width: 767px) {
	.m-single-like__sns .item--line img {
		width: 26px;
	}
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   magazine
---------------------------------------------------------------------------*/
.m-magazine {
	padding: 25px 50px 36px;
	border: 3px solid #384;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-magazine {
		padding: 22px 20px 27px;
	}
}

@media only screen and (max-width: 767px) {
	.m-magazine {
		padding: 22px 20px 27px;
	}
}

.m-magazine__lead {
	text-align: center;
	color: #384;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

.m-magazine__contents {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin-top: 23px;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-magazine__contents {
		display: block;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.m-magazine__contents {
		display: block;
		margin-top: 10px;
	}
}

.m-magazine__img {
	width: 180px;
	margin-right: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-magazine__img {
		width: 66.88%;
		margin: 15px auto 0;
	}
}

@media only screen and (max-width: 767px) {
	.m-magazine__img {
		width: 66.88%;
		margin: 15px auto 0;
	}
}

.m-magazine__img img {
	width: 100%;
	height: auto;
}

.m-magazine__body {
	width: calc(100% - 216px);
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-magazine__body {
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.m-magazine__body {
		width: auto;
	}
}

.m-magazine__tag {
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 13px;
	border: 1px solid #ea3323;
	color: #ea3323;
	font-family: 'YakuHanJP', 'Barlow', sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-magazine__tag {
		padding: 5px 11px;
		font-size: 12px;
		font-weight: 500;
	}
}

@media only screen and (max-width: 767px) {
	.m-magazine__tag {
		padding: 5px 11px;
		font-size: 12px;
		font-weight: 500;
	}
}

.m-magazine__hdg {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-magazine__hdg {
		font-size: 23px;
		line-height: 1.3;
	}
}

@media only screen and (max-width: 767px) {
	.m-magazine__hdg {
		font-size: 23px;
		line-height: 1.3;
	}
}

@media only screen and (max-width: 374px) {
	.m-magazine__hdg {
		font-size: 18px;
		line-height: 1.3;
	}
}

.m-magazine__hdg .date {
	margin-left: 5px;
	font-size: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-magazine__hdg .date {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.m-magazine__hdg .date {
		font-size: 15px;
	}
}

@media only screen and (max-width: 374px) {
	.m-magazine__hdg .date {
		font-size: 12px;
	}
}

.m-magazine__sell {
	font-size: 16px;
	line-height: 1.2;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-magazine__sell {
		margin-top: 4px;
		font-size: 13px;
	}
}

@media only screen and (max-width: 767px) {
	.m-magazine__sell {
		margin-top: 4px;
		font-size: 13px;
	}
}

.m-magazine__btn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 280px;
	margin-top: 26px;
	text-align: center;
	font-size: 16px;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-magazine__btn {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.m-magazine__btn {
		width: 100%;
	}
}

.m-magazine__btn a {
	display: block;
	position: relative;
	width: 100%;
	padding: 11px 0;
	background-color: #ea3323;
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-magazine__btn a {
		padding: 14px 0;
	}
}

@media only screen and (max-width: 767px) {
	.m-magazine__btn a {
		padding: 14px 0;
	}
}

.m-magazine__btn a::after {
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	width: 11px;
	height: 10px;
	background: url(../img/common/ico_blank.png) no-repeat;
	background-size: 11px 10px;
	content: '';
}

.m-magazine__btn a:hover {
	background-color: rgba(234, 51, 35, .8);
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.m-magazine__btn a:hover {
		background-color: #ea3323;
	}
}

@media only screen and (max-width: 767px) {
	.m-magazine__btn a:hover {
		background-color: #ea3323;
	}
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   post-move
---------------------------------------------------------------------------*/
.m-post-move {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;
}

.m-post-move::before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: #e3e3e3;
	content: '';
}

.m-post-move__nav {
	width: 50%;
	font-weight: 600;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.m-post-move__nav {
		font-size: 13px;
	}
}

.m-post-move__nav a {
	display: block;
	position: relative;
}

.m-post-move__nav a::after {
	position: absolute;
	top: calc(50% - 3px);
	width: 10px;
	height: 6px;
	background: url(../img/common/ico_arw.png) no-repeat;
	background-size: 10px auto;
	content: '';
}

.m-post-move__nav--prev {
	padding-right: 30px;
}

@media only screen and (max-width: 767px) {
	.m-post-move__nav--prev {
		padding-right: 12px;
	}
}

.m-post-move__nav--prev a {
	padding-left: 23px;
}

@media only screen and (max-width: 767px) {
	.m-post-move__nav--prev a {
		padding-left: 16px;
	}
}

.m-post-move__nav--prev a::after {
	left: 0;
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}

.m-post-move__nav--next {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	padding-left: 30px;

	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	        justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
	.m-post-move__nav--next {
		padding-left: 12px;
	}
}

.m-post-move__nav--next a {
	padding-right: 23px;
}

@media only screen and (max-width: 767px) {
	.m-post-move__nav--next a {
		padding-right: 16px;
	}
}

.m-post-move__nav--next a::after {
	right: 0;
	-webkit-transform: rotate(-90deg);
	    -ms-transform: rotate(-90deg);
	        transform: rotate(-90deg);
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   password
---------------------------------------------------------------------------*/
.m-password {
	margin-top: 40px;
	padding: 32px 0 40px;
	border: 3px solid #e3e3e3;
}

@media only screen and (max-width: 767px) {
	.m-password {
		margin-top: 20px;
		padding: 0;
		border: none;
	}
}

.m-password .err {
	margin-bottom: 10px;
	text-align: center;
	color: #f00;
	font-size: 14px;
}

@media only screen and (max-width: 767px) {
	.m-password .err {
		margin-bottom: 10px;
		text-align: left;
		font-size: 14px;
	}
}

.m-password .mes {
	margin-bottom: 30px;
	text-align: center;
	color: #222;
	font-size: 16px;
}

@media only screen and (max-width: 767px) {
	.m-password .mes {
		margin-bottom: 20px;
		text-align: left;
		font-size: 15px;
	}
}

.m-password .inner {
	width: 400px;
	margin: 0 auto;
}

@media only screen and (max-width: 767px) {
	.m-password .inner {
		width: 100%;
	}
}

.m-password .hdg {
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: bold;
}

.m-password .ipt_pass {
	margin-bottom: 30px;
}

.m-password .ipt_pass input {
	box-sizing: border-box;
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #e3e3e3;
	font-size: 15px;
}

.m-password .ipt_btn input {
	display: block;
	width: 280px;
	height: 50px;
	margin: 0 auto;
	background-color: #ea3323;
	text-align: center;
	color: #fff;
	font-size: 16px;
	-webkit-transition: opacity .2s;
	        transition: opacity .2s;
}

.mode-pc .m-password .ipt_btn input:hover {
	opacity: .6;
}

@media only screen and (max-width: 767px) {
	.m-password .ipt_btn input {
		width: 80%;
		height: 50px;
	}
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   cf
---------------------------------------------------------------------------*/
.cf {
	*zoom: 1;
}

.cf:after {
	display: table;
	clear: both;
	content: '';
}

/**
 *
 *  LOADER
 *
 */
/*--------------------------------------------------------------------------
   loader
---------------------------------------------------------------------------*/
#Loader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	width: 100%;
	height: 0;
	background: white;
}

#Loader .inner {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
}

#Loader #Txt {
	display: none;
	text-align: center;
	color: #fff;
}

#Loader #Bar .progress {
	display: block;
	width: 0;
	height: 5px;
	background: #384;
}

/* trans
-------------------------------------------*/
#Loader {
	-webkit-transition: all 1s ease;
	        transition: all 1s ease;
}

/* anima
-------------------------------------------*/
.load-complete #Loader {
	opacity: 0;
}

/* short
-------------------------------------------*/
#Loader .inner--short {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	-webkit-transform: translateX(-20px);
	    -ms-transform: translateX(-20px);
	        transform: translateX(-20px);
}

#Loader .inner--short span {
	display: block;
	position: absolute;
	bottom: 0;
	width: 20px;
	height: 20px;
	background: #9b59b6;
}

#Loader .inner--short span:nth-child(1) {
	-webkit-animation: preloader_1 1s infinite ease-in-out;
	        animation: preloader_1 1s infinite ease-in-out;
}

#Loader .inner--short span:nth-child(2) {
	left: 20px;
	-webkit-animation: preloader_2 1s infinite ease-in-out;
	        animation: preloader_2 1s infinite ease-in-out;
}

#Loader .inner--short span:nth-child(3) {
	top: 0;
	-webkit-animation: preloader_3 1s infinite ease-in-out;
	        animation: preloader_3 1s infinite ease-in-out;
}

#Loader .inner--short span:nth-child(4) {
	top: 0;
	left: 20px;
	-webkit-animation: preloader_4 1s infinite ease-in-out;
	        animation: preloader_4 1s infinite ease-in-out;
}

@-webkit-keyframes preloader_1 {
	0% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
		        transform: translateX(0px) translateY(0px) rotate(0deg);
	}
	50% {
		border-radius: 20px;
		background: #3498db;
		-webkit-transform: translateX(-20px) translateY(-10px) rotate(-180deg);
		        transform: translateX(-20px) translateY(-10px) rotate(-180deg);
	}
	80% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
		        transform: translateX(0px) translateY(0px) rotate(-360deg);
	}
	100% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
		        transform: translateX(0px) translateY(0px) rotate(-360deg);
	}
}

@keyframes preloader_1 {
	0% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
		        transform: translateX(0px) translateY(0px) rotate(0deg);
	}
	50% {
		border-radius: 20px;
		background: #3498db;
		-webkit-transform: translateX(-20px) translateY(-10px) rotate(-180deg);
		        transform: translateX(-20px) translateY(-10px) rotate(-180deg);
	}
	80% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
		        transform: translateX(0px) translateY(0px) rotate(-360deg);
	}
	100% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
		        transform: translateX(0px) translateY(0px) rotate(-360deg);
	}
}

@-webkit-keyframes preloader_2 {
	0% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
		        transform: translateX(0px) translateY(0px) rotate(0deg);
	}
	50% {
		border-radius: 20px;
		background: #f1c40f;
		-webkit-transform: translateX(20px) translateY(-10px) rotate(180deg);
		        transform: translateX(20px) translateY(-10px) rotate(180deg);
	}
	80% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
		        transform: translateX(0px) translateY(0px) rotate(360deg);
	}
	100% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
		        transform: translateX(0px) translateY(0px) rotate(360deg);
	}
}

@keyframes preloader_2 {
	0% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
		        transform: translateX(0px) translateY(0px) rotate(0deg);
	}
	50% {
		border-radius: 20px;
		background: #f1c40f;
		-webkit-transform: translateX(20px) translateY(-10px) rotate(180deg);
		        transform: translateX(20px) translateY(-10px) rotate(180deg);
	}
	80% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
		        transform: translateX(0px) translateY(0px) rotate(360deg);
	}
	100% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
		        transform: translateX(0px) translateY(0px) rotate(360deg);
	}
}

@-webkit-keyframes preloader_3 {
	0% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
		        transform: translateX(0px) translateY(0px) rotate(0deg);
	}
	50% {
		border-radius: 20px;
		background: #2ecc71;
		-webkit-transform: translateX(-20px) translateY(10px) rotate(-180deg);
		        transform: translateX(-20px) translateY(10px) rotate(-180deg);
	}
	80% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
		        transform: translateX(0px) translateY(0px) rotate(-360deg);
	}
	100% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
		        transform: translateX(0px) translateY(0px) rotate(-360deg);
	}
}

@keyframes preloader_3 {
	0% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
		        transform: translateX(0px) translateY(0px) rotate(0deg);
	}
	50% {
		border-radius: 20px;
		background: #2ecc71;
		-webkit-transform: translateX(-20px) translateY(10px) rotate(-180deg);
		        transform: translateX(-20px) translateY(10px) rotate(-180deg);
	}
	80% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
		        transform: translateX(0px) translateY(0px) rotate(-360deg);
	}
	100% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(-360deg);
		        transform: translateX(0px) translateY(0px) rotate(-360deg);
	}
}

@-webkit-keyframes preloader_4 {
	0% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
		        transform: translateX(0px) translateY(0px) rotate(0deg);
	}
	50% {
		border-radius: 20px;
		background: #e74c3c;
		-webkit-transform: translateX(20px) translateY(10px) rotate(180deg);
		        transform: translateX(20px) translateY(10px) rotate(180deg);
	}
	80% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
		        transform: translateX(0px) translateY(0px) rotate(360deg);
	}
	100% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
		        transform: translateX(0px) translateY(0px) rotate(360deg);
	}
}

@keyframes preloader_4 {
	0% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(0deg);
		        transform: translateX(0px) translateY(0px) rotate(0deg);
	}
	50% {
		border-radius: 20px;
		background: #e74c3c;
		-webkit-transform: translateX(20px) translateY(10px) rotate(180deg);
		        transform: translateX(20px) translateY(10px) rotate(180deg);
	}
	80% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
		        transform: translateX(0px) translateY(0px) rotate(360deg);
	}
	100% {
		border-radius: 0;
		-webkit-transform: translateX(0px) translateY(0px) rotate(360deg);
		        transform: translateX(0px) translateY(0px) rotate(360deg);
	}
}

/* hide
-------------------------------------------*/
.loading-long #Loader .inner--short {
	display: block;
}

.loading-long #Loader .inner--long {
	display: block;
}

.loading-short #Loader .inner--long {
	display: block;
}

.loading-short #Loader .inner--short {
	display: block;
}

/* media query -> sp
=================================================================*/
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   SHOW / HIDE
---------------------------------------------------------------------------*/
/*
 show / hide
 -- レスポンシブ用 表示/非表示
*/
.mi-pc {
	display: block;
}

img.mi-pc {
	display: inline;
}

.mi-sp {
	display: none;
}

/* media query -> sp
========================================*/
@media only screen and (max-width: 767px) {
	.mi-pc,
	img.mi-pc {
		display: none;
	}
	.mi-sp {
		display: block;
	}
	img.mi-sp {
		display: inline;
	}
}

/*--------------------------------------------------------------------------
   TEXT
---------------------------------------------------------------------------*/
/*
 note
 -- 改行時、一文字目に余白を持たせる
*/
.mi-note,
.mi-list-note li {
	padding-left: 1em;
	text-indent: -1em;
}

/*--------------------------------------------------------------------------
   IMAGE
---------------------------------------------------------------------------*/
/*
 max
 -- 横幅に合わせて画像を最大化
*/
.mi-img-max {
	width: 100%;
	height: auto;
}

/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   HOVER
---------------------------------------------------------------------------*/
/*
 hov01
 -- 透過
*/
/* setting */
/* core */
.mi-hov01 {
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
}

.mi-hov01:hover {
	opacity: .7;
}

.mi-hov01-all > * {
	-webkit-transition: all .2s ease-in-out;
	        transition: all .2s ease-in-out;
}

.mi-hov01-all > *:hover {
	opacity: .7;
}

/*==========================================================================

   keyframes

===========================================================================*/
/*--------------------------------------------------------------------------
   .g-header
---------------------------------------------------------------------------*/
.g-header {
	position: relative;
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-header {
		height: 90px;
	}
}

@media only screen and (max-width: 767px) {
	.g-header {
		height: 55px;
	}
}

.g-header__inner {
	z-index: 99;
	width: 100%;
	min-width: 1100px;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-header__inner {
		min-width: initial;
		min-width: inherit;
	}
}

@media only screen and (max-width: 767px) {
	.g-header__inner {
		min-width: initial;
		min-width: inherit;
	}
}

.g-header__head {
	box-sizing: border-box;
	position: relative;
	width: 1100px;
	height: 96px;
	margin: 0 auto;
	background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-header__head {
		width: 100%;
		height: 90px;
	}
}

@media only screen and (max-width: 767px) {
	.g-header__head {
		width: 100%;
		height: 55px;
	}
}

.g-header__logo {
	position: absolute;
	top: 9px;
	left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-header__logo {
		top: 23px;
		left: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.g-header__logo {
		top: 11px;
		left: 12px;
	}
}

.g-header__logo a {
	display: block;
}

.g-header__logo span {
	display: block;
	font-size: 13px;
	font-weight: normal;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-header__logo span {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.g-header__logo span {
		display: none;
	}
}

.g-header__logo img {
	width: 297px;
	height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-header__logo img {
		width: 340px;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.g-header__logo img {
		width: 208px;
		height: auto;
	}
}

.g-header .m-mail-search {
	position: absolute;
	top: 40px;
	right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-header .m-mail-search {
		top: 90px;
		width: 100%;
		height: 65px;
		padding: 10px 16px;
		background: #384;
	}
}

@media only screen and (max-width: 767px) {
	.g-header .m-mail-search {
		top: 55px;
		width: 100%;
		height: 65px;
		padding: 10px 16px;
		background: #384;
	}
}

.g-header__menubtn {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-header__menubtn {
		display: block;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		right: 0;
		width: 90px;
		height: 90px;
		padding-top: 55px;
		text-align: center;
		cursor: pointer;
	}
	.g-header__menubtn .lines {
		display: block;
		overflow: hidden;
		position: absolute;
		top: 22px;
		left: 28px;
		width: 34px;
		height: 29px;
		margin: 0;
		padding: 0;
		box-shadow: none;
		border: none;
		border-radius: none;
		text-indent: -9999px;
		font-size: 0;
		-webkit-appearance: none;

		   -moz-appearance: none;
		        appearance: none;
	}
	.g-header__menubtn .lines span {
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		background-color: #000;
		-webkit-transition: all .4s;
		        transition: all .4s;
	}
	.g-header__menubtn .lines span:nth-of-type(1) {
		top: 0;
		-webkit-animation: menu-bar01 .75s forwards;
		        animation: menu-bar01 .75s forwards;
	}
	.g-header__menubtn .lines span:nth-of-type(2) {
		top: 13px;
		-webkit-transition: all .25s linear;
		        transition: all .25s linear;
		opacity: 1;
	}
	.g-header__menubtn .lines span:nth-of-type(3) {
		bottom: 0;
		-webkit-animation: menu-bar02 .75s forwards;
		        animation: menu-bar02 .75s forwards;
	}
	.g-header__menubtn .lines:focus {
		outline: none;
	}
	.g-header__menubtn .menu {
		color: #000;
		font-family: 'YakuHanJP', 'Barlow', sans-serif;
		font-size: 13px;
		font-weight: bold;
		letter-spacing: -.01rem;
	}
	.g-header__menubtn .menu__open {
		display: block;
	}
	.g-header__menubtn .menu__close {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.g-header__menubtn {
		display: block;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		right: 0;
		width: 55px;
		height: 55px;
		padding-top: 32px;
		text-align: center;
		cursor: pointer;
	}
	.g-header__menubtn .lines {
		display: block;
		overflow: hidden;
		position: absolute;
		top: 12px;
		left: 18px;
		width: 20px;
		height: 18px;
		margin: 0;
		padding: 0;
		box-shadow: none;
		border: none;
		border-radius: none;
		text-indent: -9999px;
		font-size: 0;
		-webkit-appearance: none;

		   -moz-appearance: none;
		        appearance: none;
	}
	.g-header__menubtn .lines span {
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background-color: #000;
		-webkit-transition: all .4s;
		        transition: all .4s;
	}
	.g-header__menubtn .lines span:nth-of-type(1) {
		top: 0;
		-webkit-animation: menu-bar01 .75s forwards;
		        animation: menu-bar01 .75s forwards;
	}
	.g-header__menubtn .lines span:nth-of-type(2) {
		top: 8px;
		-webkit-transition: all .25s linear;
		        transition: all .25s linear;
		opacity: 1;
	}
	.g-header__menubtn .lines span:nth-of-type(3) {
		bottom: 0;
		-webkit-animation: menu-bar02 .75s forwards;
		        animation: menu-bar02 .75s forwards;
	}
	.g-header__menubtn .lines:focus {
		outline: none;
	}
	.g-header__menubtn .menu {
		color: #000;
		font-family: 'YakuHanJP', 'Barlow', sans-serif;
		font-size: 8px;
		letter-spacing: -.01rem;
	}
	.g-header__menubtn .menu__open {
		display: block;
	}
	.g-header__menubtn .menu__close {
		display: none;
	}
}

.g-header__cont {
	position: relative;
	width: 100%;
	min-width: 1100px;
	background: #384;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-header__cont {
		display: none;
		overflow-y: scroll;
		box-sizing: border-box;
		position: absolute;
		top: 90px;
		left: 0;
		z-index: 99999;
		width: 100%;
		min-width: initial;
		min-width: inherit;
		height: calc(100vh - 90px);
		background-color: #384;
		-webkit-transition: .3s ease-in-out;
		        transition: .3s ease-in-out;
	}
	.g-header__cont .g-header__nav {
		overflow-y: scroll;
		padding: 0 0 20px;
	}
}

@media only screen and (max-width: 767px) {
	.g-header__cont {
		display: none;
		overflow-y: scroll;
		box-sizing: border-box;
		position: absolute;
		top: 55px;
		left: 0;
		z-index: 99999;
		width: 100%;
		min-width: initial;
		min-width: inherit;
		height: calc(100vh - 55px);
		background-color: #384;
		-webkit-transition: .3s ease-in-out;
		        transition: .3s ease-in-out;
	}
	.g-header__cont .g-header__nav {
		overflow-y: scroll;
		padding: 0 0 20px;
	}
}

.g-header__cont .gnav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 1100px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-header__cont .gnav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		width: 100%;
		text-align: center;

		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

@media only screen and (max-width: 767px) {
	.g-header__cont .gnav {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		width: 100%;
		text-align: center;

		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.g-header__cont .gnav__item {
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-header__cont .gnav__item {
		box-sizing: border-box;
		width: 50%;
		border-bottom: 1px solid #5ca069;
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.g-header__cont .gnav__item {
		box-sizing: border-box;
		width: 50%;
		border-bottom: 1px solid #5ca069;
		font-size: 18px;
	}
}

@media only screen and (max-width: 374px) {
	.g-header__cont .gnav__item {
		font-size: 16px;
	}
}

.g-header__cont .gnav__item--sp {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-header__cont .gnav__item--sp {
		display: block;
		width: 100%;
		border-right: none !important;
		font-size: 21px;
	}
}

@media only screen and (max-width: 767px) {
	.g-header__cont .gnav__item--sp {
		display: block;
		width: 100%;
		border-right: none !important;
		font-size: 21px;
	}
}

@media only screen and (max-width: 374px) {
	.g-header__cont .gnav__item--sp {
		font-size: 18px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-header__cont .gnav__item:nth-child(odd) {
		border-right: 1px solid #5ca069;
	}
}

@media only screen and (max-width: 767px) {
	.g-header__cont .gnav__item:nth-child(odd) {
		border-right: 1px solid #5ca069;
	}
}

.g-header__cont .gnav__item::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(30, 104, 43, .5);
	content: '';
	-webkit-transition: .3s;
	        transition: .3s;
	opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-header__cont .gnav__item::before {
		content: none;
	}
}

@media only screen and (max-width: 767px) {
	.g-header__cont .gnav__item::before {
		content: none;
	}
}

.mode-pc .g-header__cont .gnav__item:hover::before {
	opacity: 1;
}

.g-header__cont .gnav__item a {
	display: block;
	position: relative;
	padding: 10px 16px;
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-header__cont .gnav__item a {
		display: block;
		padding: 23px 0;
	}
}

@media only screen and (max-width: 767px) {
	.g-header__cont .gnav__item a {
		display: block;
		padding: 23px 0;
	}
}

.g-header__cont .gnav__item a::after {
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 3px;
	background-color: #000;
	content: '';
	-webkit-transition: -webkit-transform .2s ease-out;
	        transition: -webkit-transform .2s ease-out;
	        transition:         transform .2s ease-out;
	        transition:         transform .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transform: scale(0, 1);
	    -ms-transform: scale(0, 1);
	        transform: scale(0, 1);
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-header__cont .gnav__item a::after {
		content: none;
	}
}

@media only screen and (max-width: 767px) {
	.g-header__cont .gnav__item a::after {
		content: none;
	}
}

.mode-pc .g-header__cont .gnav__item a:hover::after {
	-webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	        transform: scale(1, 1);
}

.g-header__cont .gnav__item--blank span {
	display: inline-block;
	position: relative;
}

.g-header__cont .gnav__item--blank span::before {
	position: absolute;
	top: calc(50% - 5px);
	right: -17px;
	width: 11px;
	height: 10px;
	background: url(../img/common/ico_blank.png) no-repeat;
	background-size: 11px 10px;
	content: '';
}

.mode-pc .page-cat01 .g-header .gnav__item--cat01::before,
.mode-pc .page-cat02 .g-header .gnav__item--cat02::before,
.mode-pc .page-cat03 .g-header .gnav__item--cat03::before,
.mode-pc .page-cat04 .g-header .gnav__item--cat04::before,
.mode-pc .page-cat05 .g-header .gnav__item--cat05::before,
.mode-pc .page-cat06 .g-header .gnav__item--cat06::before,
.mode-pc .page-cat07 .g-header .gnav__item--cat07::before,
.mode-pc .page-cat08 .g-header .gnav__item--cat08::before,
.mode-pc .page-cat09 .g-header .gnav__item--cat09::before,
.mode-pc .page-cat10 .g-header .gnav__item--cat10::before,
.mode-pc .page-cat11 .g-header .gnav__item--cat11::before,
.mode-pc .page-cat12 .g-header .gnav__item--cat12::before,
.mode-pc .page-cat13 .g-header .gnav__item--cat13::before,
.mode-pc .page-cat14 .g-header .gnav__item--cat14::before,
.mode-pc .page-cat15 .g-header .gnav__item--cat15::before,
.mode-pc .page-cat16 .g-header .gnav__item--cat16::before,
.mode-pc .page-cat17 .g-header .gnav__item--cat17::before,
.mode-pc .page-cat18 .g-header .gnav__item--cat18::before,
.mode-pc .page-cat19 .g-header .gnav__item--cat19::before,
.mode-pc .page-cat20 .g-header .gnav__item--cat20::before
.mode-pc .page-series .g-header .gnav__item--series::before {
	opacity: 1;
}

.mode-pc .page-cat01 .g-header .gnav__item--cat01 a::after,
.mode-pc .page-cat02 .g-header .gnav__item--cat02 a::after,
.mode-pc .page-cat03 .g-header .gnav__item--cat03 a::after,
.mode-pc .page-cat04 .g-header .gnav__item--cat04 a::after,
.mode-pc .page-cat05 .g-header .gnav__item--cat05 a::after,
.mode-pc .page-cat06 .g-header .gnav__item--cat06 a::after,
.mode-pc .page-cat07 .g-header .gnav__item--cat07 a::after,
.mode-pc .page-cat08 .g-header .gnav__item--cat08 a::after,
.mode-pc .page-cat09 .g-header .gnav__item--cat09 a::after,
.mode-pc .page-cat10 .g-header .gnav__item--cat10 a::after,
.mode-pc .page-cat11 .g-header .gnav__item--cat11 a::after,
.mode-pc .page-cat12 .g-header .gnav__item--cat12 a::after,
.mode-pc .page-cat13 .g-header .gnav__item--cat13 a::after,
.mode-pc .page-cat14 .g-header .gnav__item--cat14 a::after,
.mode-pc .page-cat15 .g-header .gnav__item--cat15 a::after,
.mode-pc .page-cat16 .g-header .gnav__item--cat16 a::after,
.mode-pc .page-cat17 .g-header .gnav__item--cat17 a::after,
.mode-pc .page-cat18 .g-header .gnav__item--cat18 a::after,
.mode-pc .page-cat19 .g-header .gnav__item--cat19 a::after,
.mode-pc .page-cat20 .g-header .gnav__item--cat20 a::after,
.mode-pc .page-series .g-header .gnav__item--series a::after {
	-webkit-transform: scale(1, 1);
	    -ms-transform: scale(1, 1);
	        transform: scale(1, 1);
}

/* OPEN
--------------------------------------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.is-menuopen .g-header .g-header__inner {
		position: fixed;
	}
	.is-menuopen .g-header .g-header__menubtn {
		background-color: #000;
	}
	.is-menuopen .g-header .g-header__menubtn .lines {
		top: 28px;
		left: 26px;
		width: 38px;
	}
	.is-menuopen .g-header .g-header__menubtn .lines span {
		background: #fff;
	}
	.is-menuopen .g-header .g-header__menubtn .lines span:nth-of-type(1) {
		-webkit-transform: translateY(13px) rotate(-45deg);
		    -ms-transform: translateY(13px) rotate(-45deg);
		        transform: translateY(13px) rotate(-45deg);
	}
	.is-menuopen .g-header .g-header__menubtn .lines span:nth-of-type(2) {
		opacity: 0;
	}
	.is-menuopen .g-header .g-header__menubtn .lines span:nth-of-type(3) {
		-webkit-transform: translateY(-13px) rotate(45deg);
		    -ms-transform: translateY(-13px) rotate(45deg);
		        transform: translateY(-13px) rotate(45deg);
	}
	.is-menuopen .g-header .menu__open {
		display: none;
	}
	.is-menuopen .g-header .g-header__cont {
		display: block;
		-webkit-animation: g-nav-show .3s ease-in-out 0s;
		        animation: g-nav-show .3s ease-in-out 0s;
	}
	@-webkit-keyframes g-nav-show {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
	@keyframes g-nav-show {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
}

@media only screen and (max-width: 767px) {
	.is-menuopen .g-header .g-header__inner {
		position: fixed;
	}
	.is-menuopen .g-header .g-header__menubtn {
		background-color: #000;
	}
	.is-menuopen .g-header .g-header__menubtn .lines {
		top: 19px;
		left: 16px;
		width: 24px;
	}
	.is-menuopen .g-header .g-header__menubtn .lines span {
		background: #fff;
	}
	.is-menuopen .g-header .g-header__menubtn .lines span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		    -ms-transform: translateY(8px) rotate(-45deg);
		        transform: translateY(8px) rotate(-45deg);
	}
	.is-menuopen .g-header .g-header__menubtn .lines span:nth-of-type(2) {
		opacity: 0;
	}
	.is-menuopen .g-header .g-header__menubtn .lines span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		    -ms-transform: translateY(-8px) rotate(45deg);
		        transform: translateY(-8px) rotate(45deg);
	}
	.is-menuopen .g-header .menu__open {
		display: none;
	}
	.is-menuopen .g-header .g-header__cont {
		display: block;
		-webkit-animation: g-nav-show .3s ease-in-out 0s;
		        animation: g-nav-show .3s ease-in-out 0s;
	}
	@-webkit-keyframes g-nav-show {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
	@keyframes g-nav-show {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
}

/*--------------------------------------------------------------------------
   .g-footer
---------------------------------------------------------------------------*/
.g-footer {
	width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-footer {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.g-footer {
		margin-top: 30px;
	}
}

.g-footer__nav .nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	padding: 22px 0;
	background: #384;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-footer__nav .nav {
		padding: 0;

		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

@media only screen and (max-width: 767px) {
	.g-footer__nav .nav {
		padding: 0;

		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}
}

.g-footer__nav .nav__item {
	margin: 0 16px;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-footer__nav .nav__item {
		width: 50%;
		margin: 0;
		border-bottom: 1px solid #5ca069;
		text-align: center;
	}
	.g-footer__nav .nav__item:nth-child(odd) {
		border-right: 1px solid #5ca069;
	}
}

@media only screen and (max-width: 767px) {
	.g-footer__nav .nav__item {
		width: 50%;
		margin: 0;
		border-bottom: 1px solid #5ca069;
		text-align: center;
	}
	.g-footer__nav .nav__item:nth-child(odd) {
		border-right: 1px solid #5ca069;
	}
}

.g-footer__nav .nav__item::before {
	position: relative;
	left: -16px;
	color: rgba(255, 255, 255, .2);
	content: '｜';
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-footer__nav .nav__item::before {
		content: none;
	}
}

@media only screen and (max-width: 767px) {
	.g-footer__nav .nav__item::before {
		content: none;
	}
}

.g-footer__nav .nav__item a {
	color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-footer__nav .nav__item a {
		display: block;
		padding: 16px 0;
	}
}

@media only screen and (max-width: 767px) {
	.g-footer__nav .nav__item a {
		display: block;
		padding: 16px 0;
	}
}

.g-footer__nav .nav__item a:hover {
	text-decoration: underline;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-footer__nav .nav__item a:hover {
		text-decoration: none;
	}
}

@media only screen and (max-width: 767px) {
	.g-footer__nav .nav__item a:hover {
		text-decoration: none;
	}
}

.g-footer__nav .nav__item:first-child::before {
	content: none;
}

.g-footer__logo {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-footer__logo {
		display: block;
		padding: 18px 0;
		background-color: #384;
		text-align: center;
	}
	.g-footer__logo img {
		width: 200px;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.g-footer__logo {
		display: block;
		padding: 18px 0;
		background-color: #384;
		text-align: center;
	}
	.g-footer__logo img {
		width: 200px;
		height: auto;
	}
}

.g-footer__copy {
	padding: 12px 0;
	background-color: #41281f;
	text-align: center;
	color: #fff;
	font-family: 'YakuHanJP', 'Barlow', sans-serif;
	font-size: 12px;
	letter-spacing: -.005rem;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-footer__copy {
		padding: 15px 0 14px;
		font-size: 11px;
	}
}

@media only screen and (max-width: 767px) {
	.g-footer__copy {
		padding: 15px 0 14px;
		font-size: 11px;
	}
}

.g-footer__copy small {
	font-size: 100%;
}

/*--------------------------------------------------------------------------
   .g-main
---------------------------------------------------------------------------*/
.g-main__txt {
	margin-top: -5px;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-main__txt {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.g-main__txt {
		margin: 15px 0 10px;
	}
}

.g-main__mv {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	margin-bottom: 50px;
	        flex-direction: row-reverse;

	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	        justify-content: space-between;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-main__mv {
		display: block;
		margin: 0 0 25px;
	}
}

@media only screen and (max-width: 767px) {
	.g-main__mv {
		display: block;
		margin: 10px 0 25px;
	}
}

/* slide */
.g-main__mv .slide {
	width: 430px;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-main__mv .slide {
		width: auto;
	}
}

@media only screen and (max-width: 767px) {
	.g-main__mv .slide {
		overflow: hidden;
		width: auto;
		margin: 0 -15px;
		box-shadow: 0 7px 8px -9px rgba(0, 0, 0, .15);
	}
}

.g-main__mv .slide__item {
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	width: 430px;
	height: 244px;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-main__mv .slide__item {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.g-main__mv .slide__item {
		width: 100%;
		height: auto;
		padding: 0 15px 10px;
	}
}

.g-main__mv .slide__item a:hover {
	opacity: .8;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-main__mv .slide__item a:hover {
		opacity: 1;
	}
}

@media only screen and (max-width: 767px) {
	.g-main__mv .slide__item a:hover {
		opacity: 1;
	}
}

.g-main__mv .slide__item img {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-main__mv .slide__item img {
		position: static;
		width: 100%;
		height: auto;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}
}

@media only screen and (max-width: 767px) {
	.g-main__mv .slide__item img {
		position: static;
		width: 100%;
		height: auto;
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}
}

.g-main__mv .slide__item span {
	display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-main__mv .slide__item span {
		display: block;
		padding: 10px 0 0;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.4;
	}
}

@media only screen and (max-width: 767px) {
	.g-main__mv .slide__item span {
		display: block;
		padding: 10px 5px 0;
		font-size: 16px;
		font-weight: 600;
	}
}

/* thumb */
.g-main__mv .thumb {
	overflow: hidden;
	width: 330px;
	line-height: 1.6;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-main__mv .thumb {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.g-main__mv .thumb {
		display: none;
	}
}

.g-main__mv .thumb__item a {
	display: block;
	padding: 10px 10px 10px 0;
	font-weight: 600;
}

.g-main__mv .thumb__item span {
	display: block;
	padding-left: 15px;
	border-left: 3px solid #e3e3e3;
}

.g-main__mv .thumb__item.is-current a {
	box-shadow: 0 0 4px rgba(0, 0, 0, .13);
	color: #384;
}

.g-main__mv .thumb__item.is-current span {
	border-left: 3px solid #384;
}

/* dots */
.g-main__mv .dots .slick-dots {
	display: none;
}

.g-main__mv .dots .slick-dots a {
	display: block;
	position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-main__mv .dots .slick-dots {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		margin-top: 20px;

		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		        justify-content: center;
	}
}

@media only screen and (max-width: 767px) {
	.g-main__mv .dots .slick-dots {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         flex;
		margin-top: 15px;

		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		        justify-content: center;
	}
}

.g-main__mv .dots .slick-dots li {
	margin: 0 5px;
	line-height: 1;
}

.g-main__mv .dots .slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	background: #e3e3e3;
	text-indent: -9999px;
}

.g-main__mv .dots .slick-dots li.slick-active button {
	background: #384;
}

/*--------------------------------------------------------------------------
   .g-side
---------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
	.g-side {
		margin-top: 36px;
	}
}

.g-side__hdg {
	position: relative;
	margin-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #e3e3e3;
	font-size: 15px;
}

.g-side__hdg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 1px;
	background: #384;
	content: '';
}

.g-side__magazine-bnr {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.g-side__magazine-bnr {
		margin-top: 30px;
	}
}

.g-side__magazine {
	margin-top: 20px;
}

.g-side__tags {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.g-side__tags {
		display: none;
	}
}

.g-side__twitter {
	margin-top: 24px;
}

@media only screen and (max-width: 767px) {
	.g-side__twitter {
		padding: 0 6px;
	}
	.g-side__twitter iframe {
		width: 769px !important;
	}
}

.g-side__sns {
	margin-top: 20px;
}

@media only screen and (max-width: 767px) {
	.g-side__sns {
		padding: 0 6px;
	}
}

.g-side__bnr {
	margin-top: 40px;
}

@media only screen and (max-width: 767px) {
	.g-side__bnr {
		width: 84.5%;
		margin: 30px auto 0;
	}
}

.g-side__bnr a:hover {
	opacity: .8;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-side__bnr a:hover {
		opacity: 1;
	}
}

@media only screen and (max-width: 767px) {
	.g-side__bnr a:hover {
		opacity: 1;
	}
}

.g-side__bnr img {
	width: 100%;
	height: auto;
}

/* ranking */
@media only screen and (max-width: 767px) {
	.g-side .ranking {
		padding: 0 6px;
	}
}

.g-side .ranking__item {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.g-side .ranking__item {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #f1f1f1;
	}
}

.g-side .ranking__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

.g-side .ranking__item .num {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: absolute;
	top: 0;
	left: 0;
	width: 22px;
	height: 22px;
	background-color: #ea3323;
	color: #fff;
	font-family: 'YakuHanJP', 'Barlow', sans-serif;
	font-size: 14px;

	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
}

@media only screen and (max-width: 767px) {
	.g-side .ranking__item .num {
		width: 20px;
		height: 20px;
		font-size: 12px;
	}
}

.g-side .ranking__item .img {
	width: 60px;
	margin-right: 10px;
}

.g-side .ranking__item .img img {
	overflow: hidden;
	width: 60px;
	height: 60px;
}

.g-side .ranking__item .txt {
	width: calc(100% - 70px);
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.g-side .ranking__item .txt {
		font-size: 14px;
	}
}

.g-side .ranking__item + .ranking__item {
	margin-top: 10px;
}

@media only screen and (max-width: 767px) {
	.g-side .ranking__item + .ranking__item {
		margin-top: 0;
	}
}

/* magazine-bnr */
@media only screen and (max-width: 767px) {
	.g-side .magazine-bnr {
		padding: 0 27px;
	}
}

.g-side .magazine-bnr a {
	display: block;
}

.g-side .magazine-bnr a:hover {
	opacity: .8;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-side .magazine-bnr a:hover {
		opacity: 1;
	}
}

@media only screen and (max-width: 767px) {
	.g-side .magazine-bnr a:hover {
		opacity: 1;
	}
}

.g-side .magazine-bnr img {
	width: 100%;
	height: auto;
}

/* magazine */
@media only screen and (max-width: 767px) {
	.g-side .magazine-list {
		padding: 0 6px;
	}
}

.g-side .magazine-list__item {
	margin-top: 5px;
}

@media only screen and (max-width: 767px) {
	.g-side .magazine-list__item {
		margin-top: 0;
	}
}

.g-side .magazine-list__item a {
	position: relative;
}

@media only screen and (max-width: 767px) {
	.g-side .magazine-list__item a {
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #f1f1f1;
	}
}

.g-side .magazine-list__item a::before {
	margin-right: 5px;
	color: #384;
	content: '・';
}

/* tags */
.g-side .list {
	margin-top: -8px;
}

.g-side .list__item {
	display: inline-block;
	margin: 6px 10px 0 0;
}

.g-side .list__item a {
	display: block;
	padding-left: 19px;
	background: url(../img/common/ico_tag.png) no-repeat 0 50%;
	background-size: 16px 16px;
}

/* sns */
.g-side .sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 100%;
}

.g-side .sns__item {
	width: calc(100% / 2);
	height: 50px;
}

@media only screen and (max-width: 767px) {
	.g-side .sns__item {
		height: 58px;
	}
}

.g-side .sns__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	width: 100%;
	height: 100%;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	        justify-content: center;
}

.g-side .sns__item a img {
	height: auto;
}

.g-side .sns__item a:hover {
	opacity: .8;
}

@media only screen and (min-width: 768px) and (max-width: 1119px) {
	.g-side .sns__item a:hover {
		opacity: 1;
	}
}

@media only screen and (max-width: 767px) {
	.g-side .sns__item a:hover {
		opacity: 1;
	}
}

.g-side .sns__item--twitter a {
	background: #55acee;
}

.g-side .sns__item--twitter a img {
	width: 25px;
}

@media only screen and (max-width: 767px) {
	.g-side .sns__item--twitter a img {
		width: 29px;
	}
}

.g-side .sns__item--fb a {
	background: #3b5998;
}

.g-side .sns__item--fb a img {
	width: 25px;
}

@media only screen and (max-width: 767px) {
	.g-side .sns__item--fb a img {
		width: 28px;
	}
}

.g-side .sns__item--line a {
	background: #00b900;
}

.g-side .sns__item--line a img {
	width: 27px;
}

@media only screen and (max-width: 767px) {
	.g-side .sns__item--line a img {
		width: 31px;
	}
}
