@charset 'UTF-8';

/* ================================================================================
	Layout
================================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&family=Raleway:wght@700&display=swap');

/* Lato Google fonts では semibold がないため、ローカルで */
@font-face {
	font-family: 'CONDENSEicon';
	font-display: auto;
	src: url(/shared/font/condenseicon/CONDENSEicon.eot); /* IE9 Compat Modes */
	src: url(/shared/font/condenseicon/CONDENSEicon.eot?#iefix) format('embedded-opentype'), /* eof - IE6-IE8 */
		/* url(/shared/font/condenseicon/CONDENSEicon.woff) format('woff'), /* woff - Modern Browsers */
		/* url(/shared/font/condenseicon/CONDENSEicon.ttf) format('truetype'), /* ttf - Safari, Android, iOS */
		url(/shared/font/condenseicon/CONDENSEicon.otf) format('opentype');
}

@font-face {
	font-family: 'Lato';
	font-weight: 700;
	src: url(/shared/font/lato/lato-bold/lato-bold.eot); /* eot - IE9 Compat Modes */
	src: local('Lato Light'), local('lato-bold'),
		url(/shared/font/lato/lato-bold/lato-bold.eot?#iefix) format('embedded-opentype'), /* eof - IE6-IE8 */
		url(/shared/font/lato/lato-bold/lato-bold.woff2) format('woff2'), /* woff2 - Modern Browsers */
		url(/shared/font/lato/lato-bold/lato-bold.woff) format('woff'), /* woff - Modern Browsers */
		url(/shared/font/lato/lato-bold/lato-bold.ttf) format('truetype'), /* ttf - Safari, Android, iOS */
		url(/shared/font/lato/lato-bold/lato-bold.svg#lato) format('svg'); /* svg - Legacy iOS */
}

@font-face {
	font-family: 'Lato';
	font-weight: 600;
	src: url(/shared/font/lato/lato-semibold/lato-semibold.eot); /* eot - IE9 Compat Modes */
	src: local('Lato Light'), local('lato-semibold'),
		url(/shared/font/lato/lato-semibold/lato-semibold.eot?#iefix) format('embedded-opentype'), /* eof - IE6-IE8 */
		url(/shared/font/lato/lato-semibold/lato-semibold.woff2) format('woff2'), /* woff2 - Modern Browsers */
		url(/shared/font/lato/lato-semibold/lato-semibold.woff) format('woff'), /* woff - Modern Browsers */
		url(/shared/font/lato/lato-semibold/lato-semibold.ttf) format('truetype'), /* ttf - Safari, Android, iOS */
		url(/shared/font/lato/lato-semibold/lato-semibold.svg#lato) format('svg'); /* svg - Legacy iOS */
}

@font-face {
	font-family: 'Lato';
	font-weight: 400;
	src: url(/shared/font/lato/lato-regular/lato-regular.eot); /* eot - IE9 Compat Modes */
	src: local('Lato Light'), local('lato-regular'),
		url(/shared/font/lato/lato-regular/lato-regular.eot?#iefix) format('embedded-opentype'), /* eof - IE6-IE8 */
		url(/shared/font/lato/lato-regular/lato-regular.woff2) format('woff2'), /* woff2 - Modern Browsers */
		url(/shared/font/lato/lato-regular/lato-regular.woff) format('woff'), /* woff - Modern Browsers */
		url(/shared/font/lato/lato-regular/lato-regular.ttf) format('truetype'), /* ttf - Safari, Android, iOS */
		url(/shared/font/lato/lato-regular/lato-regular.svg#lato) format('svg'); /* svg - Legacy iOS */
}

@font-face {
	font-family: 'Lato';
	font-weight: 300;
	src: url(/shared/font/lato/lato-light/lato-light.eot); /* eot - IE9 Compat Modes */
	src: local('Lato Light'), local('Lato-Light'),
		url(/shared/font/lato/lato-light/lato-light.eot?#iefix) format('embedded-opentype'), /* eof - IE6-IE8 */
		url(/shared/font/lato/lato-light/lato-light.woff2) format('woff2'), /* woff2 - Modern Browsers */
		url(/shared/font/lato/lato-light/lato-light.woff) format('woff'), /* woff - Modern Browsers */
		url(/shared/font/lato/lato-light/lato-light.ttf) format('truetype'), /* ttf - Safari, Android, iOS */
		url(/shared/font/lato/lato-light/lato-light.svg#lato) format('svg'); /* svg - Legacy iOS */
}

@font-face {
	font-family: 'Yu Gothic';
	font-weight: 100;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: 200;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: 300;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: 400;
	src: local('Yu Gothic Medium');
}
@font-face {
	font-family: 'Yu Gothic';
	font-weight: bold;
	src: local('Yu Gothic Bold');
}

html {
	/* scroll-behavior: smooth; */
}

body {
	min-width: 1040px;
	color: #000;
	font-family: 'Yu Gothic', 'YuGothic', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 14px;
}

a {
	color: #000;
}
a:active, a:hover, a:focus {
	color: #000;
}

.l-container {
	overflow: hidden;
}


/* ---------------------------------------------------------
	header
----------------------------------------------------------*/
.l-header {
	position: relative;
	z-index: 1000;
}
.l-header_inner {
	height: 110px;
	padding: 30px 50px 0;
}

.header_logo {
	float: left;
	margin-left: -2px;
}

.header_nav {
	float: right;
	padding-top: 5px;
}
.header_nav_list {
}
.header_nav_list_item {
	float: left;
}
.header_nav_list_item > a,
.header_nav_list_item > span {
	display: block;
	position: relative;
	height: 48px;
	padding: 18px 12px 0;
	line-height: 28px;
	color: inherit;
	font-family: 'Lato';
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.06em;
}
.header_nav_list_item > span {
	cursor: default;
}
.header_nav_list_item > a::before,
.header_nav_list_item > span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 13px;
	width: 1px;
	height: 12px;
	background: #666;
	-webkit-transform: skew(-35deg, 0);
	-ms-transform: skew(-35deg, 0);
	transform: skew(-35deg, 0);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}

/* subnav */
.header_nav_list li {
	position: relative;
}
.header_nav_list_item ul {
	display: none;
	position: absolute;
	top: 75px;
	left: -5%;
	z-index: 100;
	min-width: 110%;
}
.header_nav_list_item:nth-child(1) ul {
	left: -22.5%;
	min-width: 145%;
}
.header_nav_list_item li {
	margin-bottom: 1px;
	background: #fff;
}
.header_nav_list_item li a {
	display: block;
	position: relative;
	padding: 8px 20px 8px 8px;
	background: #555;
	color: #fff;
	font-size: 10px;
	white-space: nowrap;
}
.header_nav_list_item li a:hover {
}
.header_nav_list_item li a::after {
	content: '\f105';
	position: absolute;
	top: 50%;
	right: 8px;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	-webkit-font-feature-settings: 'palt';
	        font-feature-settings: 'palt';
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header_nav_list_item ul ul {
	top: 0;
	left: calc(100% + 1px);
}


/* ---------------------------------------------------------
	mainvisual
----------------------------------------------------------*/
.l-mainvisual {
	margin-bottom: 190px;
	padding: 0 50px;
}
.l-mainvisual_inner {
	position: relative;
	height: 830px;
}

.mv_slider {
}
.mv_slider_list_item {
}
.mv_slider_list_item .in {
	display: block;
	background: no-repeat center center / cover;
}
.mv_slider_list_txt {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 830px;
	padding: 10px 90px 0;
	line-height: 1.238;
	font-family: 'Raleway', sans-serif;
	font-size: 63px;
}

.mv_news {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
	width: 37.5%;
	min-width: 600px;
	height: 80px;
	background: #fff;
}
.mv_news_list {
}
.mv_news_list_item {
}
.mv_news_list_ttl {
	height: 80px;
	padding-right: 30px;
	line-height: 80px;
	font-size: 12px;
}
.mv_news_list_ttl a {
	color: inherit;
}
.mv_news_list_date {
	margin-right: 18px;
}
.mv_news_list_cat {
	margin-right: 20px;
}
.mv_news_list_cat a {
	display: inline-block;
	max-width: 130px;
	padding: 0 3px;
	vertical-align: top;
}
.mv_news_list_link {
}


/* ---------------------------------------------------------
	content
----------------------------------------------------------*/
.l-content_inner {
	width: 1040px;
	margin: 0 auto;
	padding-bottom: 120px;
}
.home .l-content_inner {
	width: auto;
	padding: 0;
}


/* ---------------------------------------------------------
	main
----------------------------------------------------------*/
.l-main {
}
.home .l-main {
}


/* ---------------------------------------------------------
	sidebar
----------------------------------------------------------*/
.l-sidebar {
	padding-top: 80px;
}

.side_blog {
	overflow: hidden;
	margin: 0 -15px;
}
.side_nav {
	float: left;
	width: 25%;
	padding: 0 15px;
}
.side_nav.-recent {
	width: 50%;
}
.side_nav_ttl {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 19px;
	font-weight: bold;
}
.side_nav_ttl::after {
	/* edit */
	background: #555;

	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 3px;
}
.side_nav_scroll {
	height: 285px;
	padding-right: 15px;
}
.side_nav .simplebar-scrollbar {
	right: 0;
	width: 1px;
}
.side_nav .simplebar-scrollbar::before {
	background: rgba(0,0,0,0.3);
}
.side_nav li a {
	/* edit */
	border-bottom: 1px solid #eee;

	display: block;
	position: relative;
	padding: 17px 20px 17px 0;
	color: inherit;
}
.side_nav li a::after {
	/* edit */
	color: #666;

	content: '\f054';
	position: absolute;
	top: 50%;
	right: 5px;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-rendering: auto;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.side_nav li li a {
	padding-left: 1em;
}
.side_nav li li li a {
	padding-left: 2em;
}
.side_nav li a span {
	margin-right: 15px;
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
.l-footer {
}
.l-footer_inner {
	border-top: 1px solid #dee4e5;
}

.site_btn {
	position: fixed;
	z-index: 1000;
	top: 50%;
	right: 75px;
	margin-top: -165px;
}
.site_btn_list {
}
.site_btn_list_item {
	margin-bottom: 25px;
}
.site_btn_list_item:last-child {
	margin: 0;
}

.footer_shop {
	width: 1040px;
	margin: 0 auto;
	padding: 102px 0 100px;
}
.footer_shop_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -27px;
}
.footer_shop_list_item {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	width: 33.333333%;
	max-width: 33.333333%;
	padding: 0 27px;
}
.footer_shop_list_head {
	margin-bottom: 34px;
	line-height: 1;
}
.footer_shop_list_ttl {
	float: left;
	font-size: 15px;
	font-weight: bold;
}
.footer_shop_list_ttl span {
	margin-right: 3px;
	font-size: 12px;
}
.footer_shop_list_sns {
	float: right;
}
.footer_shop_list_sns_item {
	float: left;
	margin-right: 11px;
}
.footer_shop_list_sns_item:last-child {
	margin: 0;
}
.footer_shop_list_img {
	margin-bottom: 24px;
}
.footer_shop_list_txt {
	margin-bottom: 15px;
	line-height: 1.666;
	font-size: 12px;
	letter-spacing: 0.06em;
}
.footer_shop_list_btn {
}
.footer_shop_list_btn a {
	display: inline-block;
	position: relative;
	width: 68px;
	height: 30px;
	border-bottom: 1px solid #000;
	line-height: 28px;
	color: inherit;
	font-family: 'Lato';
	font-size: 11px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.06em;
	vertical-align: top;
}
.footer_shop_list_btn a::after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #000;
}

.footer_detail {
	padding: 127px 135px 109px;
	background: #c6d1d5;
}

.footer_detail,
.footer_detail * {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.footer_detail a {
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.footer_about {
	float: left;
	width: 220px;
	/*background: rgba(0,0,255,0.1);*/
}
.footer_about_logo {
	margin: 0 0 14px -3px;
}
.footer_about_txt {
	line-height: 2;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	letter-spacing: 0.03em;
}

.footer_nav_group {
	float: right;
}

.footer_nav {
	float: left;
	padding: 3px 100px 0 0;
}
.footer_nav_list {
	float: left;
	margin-right: 75px;
}
.footer_nav_list:last-child {
	margin: 0;
}
.footer_nav_list_item {
	margin-bottom: 25px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	letter-spacing: 0.03em;
}
.footer_nav_list_item:last-child {
	margin: 0;
}
.footer_nav_list_item a {
	color: inherit;
}

.footer_btn {
	float: left;
	width: 290px;
	height: 150px;
	padding-top: 3px;
	border-left: 1px solid #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
}
.footer_btn a {
	color: inherit;
}
.footer_btn span {
	display: block;
	margin-top: 9px;
	color: #555;
	font-family: 'Lato';
	font-weight: 600;
}

.footer_bottom {
	clear: both;
	padding-top: 137px;
	line-height: 20px;
}

.footer_utility {
	float: left;
}
.footer_utility_item {
	float: left;
	margin-right: 26px;
	font-family: 'Lato';
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.03em;
}
.footer_utility_item:nth-child(2) {
	margin-right: 42px;
}
.footer_utility_item a {
	color: inherit;
}
.footer_utility_item i {
	font-size: 22px;
	font-weight: normal;
}

.footer_copyright {
	float: right;
	font-family: 'Lato';
	font-size: 13px;
	font-weight: 600;
}

@media screen and (max-width: 1550px) {
	.footer_detail {
		padding-right: 115px;
		padding-left: 115px;
	}
	.footer_nav {
		padding-right: 90px;
	}
	.footer_nav_list {
		margin-right: 70px;
	}
	.footer_btn {
		width: 270px;
	}
}

@media screen and (max-width: 1450px) {
	.footer_detail {
		padding-right: 95px;
		padding-left: 95px;
	}
	.footer_nav {
		padding-right: 80px;
	}
	.footer_nav_list {
		margin-right: 60px;
	}
	.footer_btn {
		width: 250px;
	}
}

@media screen and (max-width: 1350px) {
	.footer_detail {
		padding-right: 75px;
		padding-left: 75px;
	}
	.footer_nav {
		padding-right: 60px;
	}
	.footer_nav_list {
		margin-right: 40px;
	}
	.footer_btn {
		width: 230px;
	}
}

@media screen and (max-width: 1250px) {
	.footer_detail {
		padding-right: 60px;
		padding-left: 60px;
	}
	.footer_nav {
		padding-right: 50px;
	}
	.footer_nav_list {
		margin-right: 30px;
	}
	.footer_nav_list_item {
	}
	.footer_btn {
		width: 195px;
	}
}

@media screen and (max-width: 1150px) {
	.footer_nav {
		padding-right: 55px;
	}
	.footer_btn {
		width: auto;
		border: none;
	}
}


/* ================================================================================
	Content
================================================================================ */

/* ---------------------------------------------------------
	Top
----------------------------------------------------------*/
.top_ttl {
	padding-top: 38px;
	background: url(/shared/img/pc/ico_scissors.png) no-repeat 0 0;
	line-height: 1;
	font-family: 'Lato';
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.top_btn {
}
.top_btn a {
	display: inline-block;
	position: relative;
	width: 114px;
	height: 26px;
	padding: 3px 0 0 3px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #000;
	line-height: 1;
	color: inherit;
	font-family: 'Lato';
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.06em;
}
.top_btn a::after {
	content: '';
	position: absolute;
	right: -2px;
	bottom: -4px;
	width: 100%;
	border-bottom: 1px solid #000;
}

.top_message {
	width: 1040px;
	margin: 0 auto 185px;
}
.top_message_inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -140px;
}
.top_message_detail {
	-ms-flex: 0 0 445px;
	flex: 0 0 445px;
	order: 2;
	width: 445px;
	max-width: 445px;
	padding: 0 70px;
}
.top_message_ttl {
	margin: -7px 0 15px;
	line-height: 2.117;
	font-size: 17px;
	font-weight: bold;
}
.top_message_txt {
	margin-bottom: 34px;
	line-height: 2;
	font-size: 13px;
}
.top_message_img {
	position: relative;
	-ms-flex: 0 0 290px;
	flex: 0 0 290px;
	width: 290px;
	max-width: 290px;
	padding-top: 90px;
}
.top_message_img.-item01 {
	order: 1;
}
.top_message_img.-item02 {
	order: 3;
	margin-right: 5px;
	padding: 0 0 90px;
}
.top_message_img.-item03 {
	order: 4;
}
.top_message_img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: url(/shared/img/pc/top_message_img_add.png) no-repeat 0 0;
}
.top_message_img.-item02::after {
	top: auto;
	bottom: 0;
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

.top_movie {
	width: 1040px;
	margin: 0 auto 115px;
}
.top_movie_embed {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0 0;
}
.top_movie_embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top_feature {
	width: 1040px;
	margin: 0 auto 63px;
}
.top_feature_ttl {
	margin-bottom: 60px;
}
.top_feature_inner {
}
.top_feature_list {
	margin-bottom: 80px;
}
.top_feature_list_item {
	position: relative;
	margin-bottom: 50px;
	padding-right: 260px;
}
.top_feature_list_item:nth-child(even) {
	padding: 0 0 0 260px;
}
.top_feature_list_item:last-child {
	margin: 0;
}
.top_feature_list_item::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	z-index: -100;
	width: 260px;
	height: 500px;
	background: url(/shared/img/pc/top_feature_list_item_add.png) no-repeat 0 0;
}
.top_feature_list_item:nth-child(even)::after {
	right: auto;
	left: 0;
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}
.top_feature_list_item .in {
	position: relative;
}
.top_feature_list_img {
}
.top_feature_list_txt {
	position: absolute;
	bottom: 30px;
	left: -65px;
	height: 36px;
	padding: 0 15px;
	background: #fff;
	line-height: 36px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	letter-spacing: 0.05em;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* media queries */
@media screen and (max-width: 1200px) {
	.top_feature_list_txt {
		left: 0;
	}
}
.top_feature_txt {
	padding-right: 55px;
	text-align: right;
}

.top_gallery {
	width: 1040px;
	margin: 0 auto 138px;
}
.top_gallery_head {
	position: relative;
	margin-bottom: 46px;
}
.top_gallery_btn {
	position: absolute;
	bottom: -9px;
	right: 2px;
}
.top_gallery_inner {
}
.top_gallery .slick-list {
	overflow: visible;
}
.top_gallery_list {
	height: 255px;
	margin: 0 -1px;
}
.top_gallery_list_item {
	padding: 0 1px;
}
.top_gallery_list_img {
}

.top_blog {
	width: 1040px;
	margin: 0 auto 147px;
}
.top_blog_head {
	position: relative;
	margin-bottom: 40px;
}
.top_blog_btn {
	position: absolute;
	bottom: 1px;
	right: 2px;
}
.top_blog_inner {
}
.top_blog_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px;
}
.top_blog_list_item {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	width: 50%;
	max-width: 50%;
	padding: 0 20px;
}
.top_blog_list_img {
	margin-bottom: 31px;
}
.top_blog_list_img a {
	display: block;
	position: relative;
}
.top_blog_list_img a::before,
.top_blog_list_img a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border-width: 40px 40px 0 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
.top_blog_list_img a::after {
	top: auto;
	right: 0;
	bottom: 0;
	left: auto;
	-webkit-transform: scale(-1, -1);
	-ms-transform: scale(-1, -1);
	transform: scale(-1, -1);
}
.top_blog_list_meta {
	margin-bottom: 15px;
	font-size: 12px;
}
.top_blog_list_date {
	margin-right: 18px;
}
.top_blog_list_cat {
	margin-right: 20px;
}
.top_blog_list_cat a {
	display: inline-block;
	max-width: 200px;
	padding: 0 3px;
	color: inherit;
	vertical-align: top;
}
.top_blog_list_ttl {
	font-size: 12px;
}
.top_blog_list_ttl a {
	color: inherit;
}


/* ---------------------------------------------------------
	Lower
----------------------------------------------------------*/
.l-page_header {
	padding: 0 50px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media screen and (max-width: 1140px) {
	.l-page_header {
		padding: 0;
	}
}
.l-page_header_mod {
	background: url(/shared/img/pc/page_header_bg.jpg) no-repeat center center / cover;
}
.l-page_header_inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1040px;
	height: 400px;
	margin: 0 auto;
	padding: 0 50px;
	text-align: center;
}

.page_ttl_group {
	padding-top: 5px;
}
.page_ttl_en {
}
.page_ttl {
	display: inline-block;
	min-width: 330px;
	padding: 12px 30px;
	background: #fff;
	line-height: 1.3;
	font-family: 'Lato', 'Yu Gothic', 'YuGothic', 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.06em;
}

.page_ttl span {
	margin-left: 15px;
	font-size: 18px;
}

.bread_wrap {
	padding: 0 50px;
	margin: 12px 0 95px;
}
.bread {
}
.bread_item {
	display: inline-block;
	position: relative;
	/* float: left; */
	font-size: 13px;
	font-weight: 500;
}
.bread_item.-home {
}
.bread_item.-home:before {
}
.bread_item::after {
	content: '\f105';
	position: relative;
	margin: 0 10px;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-size: 13px;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: auto;
}
.bread_item a {
	color: inherit;
}
.bread_item:last-child::after {
	content: none;
}
.bread_item:last-child a {
	color: inherit;
	pointer-events: none;
}


/* ================================================================================
	Entry
================================================================================ */
.entry {
	margin-bottom: 50px;
}
.entry:last-of-type {
	margin: 0;
}

.entry_thumb {
	margin-bottom: 40px;
}

.no_entry_txt {
	padding: 60px 0;
	text-align: center;
}

.entry_meta {
	margin: 50px 0 0;
	padding: 15px 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #ddd;
	line-height: 20px;
	font-size: 11px;
	text-align: right;
}
.entry_meta_detail {
	float: right;
}
.entry_meta_date {
	color: #888;
}
.entry_meta_cat {
	margin-left: 10px;
}
.entry_meta_cat::before {
	content: 'a';
	margin-right: 5px;
	font-family: 'CONDENSEicon';
}
.entry_share {
	float: left;
}
.entry_share_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.entry_share_list_item {
	padding: 0 4px 0 0;
}
.entry_share_list_item * {
	vertical-align: top !important;
}
/* Facebook レイアウト崩れ対応 */
.entry_share_list_item .fb_iframe_widget span,
.entry_share_list_item .fb_iframe_widget iframe {
	display: block !important;
	min-width: 157px !important;
	height: 20px !important;
}

.entry_body,
.mceContentBody {
	line-height: 2.2;
	font-size: 15px;
}

.entry_body h2, .mceContentBody h2,
.entry_body h3, .mceContentBody h3,
.entry_body h4, .mceContentBody h4,
.entry_body h5, .mceContentBody h5 {
	clear: both;
}
.entry_body h2 img, .mceContentBody h2 img,
.entry_body h3 img, .mceContentBody h3 img,
.entry_body h4 img, .mceContentBody h4 img,
.entry_body h5 img, .mceContentBody h5 img {
	vertical-align: middle;
}

/* entry_ttl */
.entry_ttl,
.entry_body h2,
.mceContentBody h2 {
	position: relative;
	margin: 80px 0 30px;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #333;
	line-height: 1.6;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.03em;
}
.entry_ttl a,
.entry_body h2 a,
.mceContentBody h2 a {
	color: inherit;
}

/* h3 */
.h3,
.entry_body h3,
.mceContentBody h3 {
	margin: 2.6em 0 1.6em;
	padding: 0 0 0 28px;
	border-radius: 10px;
	background: url(/shared/img/pc/entry_h3_bg.png) no-repeat 0 center;
	line-height: 1.8;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 0.03em;
}

/* h4 */
.h4,
.entry_body h4,
.mceContentBody h4 {
	margin: 1.8em 0 0.6em;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.03em;
}

/* h5 */
.h5,
.entry_body h5,
.mceContentBody h5 {
	margin: 1.8em 0 1em;
	padding-bottom: 5px;
	border-bottom: 1px solid #333;
	font-size: 16px;
	font-weight: bold;
}

.entry_body p, .entry_body hr, .entry_body table,
.mceContentBody p, .mceContentBody hr, .mceContentBody table {
	margin: 0 0 1em 0;
}
.entry_body hr,
.mceContentBody hr {
	/* edit */
	border-color: #ccc;

	height: 1px;
	margin: 30px 0;
	border-width: 1px 0 0;
	border-style: dashed;
}
.entry_body strong,
.mceContentBody strong {
}
.entry_body code,
.mceContentBody code {
	display: inline-block;
	padding: 4px 5px;
	border: 1px solid #d6d6d6;
	border-radius: 2px;
	background: #f8f8f8;
	font-family: inherit;
}
.entry_body * code,
.mceContentBody * code {
	margin: 0 5px;
}

.entry_body table,
.mceContentBody table {
	width: 100%;
}
.entry_body table th, .entry_body table td,
.mceContentBody table th, .mceContentBody table td {
	/* edit */
	border: 1px solid #ccc;

	padding: 15px 20px;
	text-align: left;
	vertical-align: top;
}
.entry_body table th p, .entry_body table td p,
.mceContentBody table th p, .mceContentBody table td p {
	margin: 10px 0;
}
.entry_body table th,
.mceContentBody table th {
	/* edit */
	background: #f7f7f7;
}
.entry_body table thead th,
.mceContentBody table thead th {
	padding: 8px 10px;
	text-align: center;
}

.entry_body .tbl_std th, .mceContentBody .tbl_std th {
	width: 25%;
}

.entry_body .tbl_underline th, .entry_body .tbl_underline td,
.mceContentBody .tbl_underline th, .mceContentBody .tbl_underline td {
	border-width: 0 0 1px;
	background: none;
}

.entry_body .tbl_fixed,
.mceContentBody .tbl_fixed {
	table-layout: fixed;
}

.entry_body ul, .entry_body ol,
.mceContentBody ul, .mceContentBody ol {
	margin: 10px 0;
}
.entry_body ul ul, .entry_body ol ul,
.mceContentBody ul ul, .mceContentBody ol ul {
	margin: 5px 0 5px 2em !important;
}
.entry_body ul ol, .entry_body ol ol,
.mceContentBody ul ol, .mceContentBody ol ol {
	margin: 5px 0 !important;
}
.entry_body ol,
.mceContentBody ol {
	list-style: none;
	counter-reset: num;
}
.entry_body ol > li,
.mceContentBody ol > li {
	position: relative;
	padding-left: 2em;
}
.entry_body ol > li::before,
.mceContentBody ol > li::before {
	content: counter(num) '. ';
	counter-increment: num;
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
}
.entry_body .list_disc li, .entry_body .list_check li,
.mceContentBody .list_disc li, .mceContentBody .list_check li {
	font-size: 14px;
}
.entry_body .list_disc li::before, .entry_body .list_check li::before,
.mceContentBody .list_disc li::before, .mceContentBody .list_check li::before {
	position: relative;
	top: 1px;
	left: 0;
	margin-right: 10px;
	line-height: 1;
	font-family: 'Font Awesome 5 Pro';
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.entry_body .list_disc ul, .entry_body .list_check ul,
.mceContentBody .list_disc ul, .mceContentBody .list_check ul {
	margin: 5px 0 5px 25px !important;
}
.entry_body .list_disc li::before,
.mceContentBody .list_disc li::before {
	content: '\f111';
}
.entry_body .list_check li::before,
.mceContentBody .list_check li::before {
	content: '\f00c';
}
.entry_body .list_l li,
.mceContentBody .list_l li {
	margin-bottom: 15px;
}
.entry_body .list_l ul,
.mceContentBody .list_l ul {
	margin: 15px 0 15px 2em !important;
}
.entry_body img,
.mceContentBody img {
	max-width: 100%;
	height: auto;
}
.entry > .entry_ttl:first-child,
.entry_body .entry_ttl:first-child, .mceContentBody .entry_ttl:first-child,
.entry_body h2:first-child, .mceContentBody h2:first-child,
.entry_body h3:first-child, .mceContentBody h3:first-child,
.entry_body h4:first-child, .mceContentBody h4:first-child,
.entry_body h5:first-child, .mceContentBody h5:first-child,
.entry_body p:first-child, .mceContentBody p:first-child,
.entry_body ul:first-child, .mceContentBody ul:first-child,
.entry_body ol:first-child, .mceContentBody ol:first-child,
.entry_body dl:first-child, .mceContentBody dl:first-child,
.entry_body hr:first-child, .mceContentBody hr:first-child,
.entry_body table:first-child, .mceContentBody table:first-child,
.entry_body div:first-child, .mceContentBody div:first-child {
	margin-top: 0;
}
.entry_body .entry_ttl:last-child, .mceContentBody .entry_ttl:last-child,
.entry_body h2:last-child, .mceContentBody h2:last-child,
.entry_body h3:last-child, .mceContentBody h3:last-child,
.entry_body h4:last-child, .mceContentBody h4:last-child,
.entry_body h5:last-child, .mceContentBody h5:last-child,
.entry_body p:last-child, .mceContentBody p:last-child,
.entry_body ul:last-child, .mceContentBody ul:last-child,
.entry_body ol:last-child, .mceContentBody ol:last-child,
.entry_body dl:last-child, .mceContentBody dl:last-child,
.entry_body hr:last-child, .mceContentBody hr:last-child,
.entry_body table:last-child, .mceContentBody table:last-child,
.entry_body div:last-child, .mceContentBody div:last-child {
	margin-bottom: 0;
}


/* ---------------------------------------------------------
Wordpress editor style
----------------------------------------------------------*/
.entry_body .aligncenter, .entry_body div.aligncenter,
.mceContentBody .aligncenter, .mceContentBody div.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.entry_body .alignleft,
.mceContentBody .alignleft {
	float: left;
}
.entry_body .alignright,
.mceContentBody .alignright {
	float: right;
}
.entry_body .wp-caption,
.mceContentBody .wp-caption {
	margin: 10px;
	padding-top: 4px;
	border-top: 1px dotted #d1d1d1;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}
.entry_body .wp-caption img,
.mceContentBody .wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.entry_body .wp-caption p.wp-caption-text,
.mceContentBody .wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0 4px 5px;
	line-height: 17px;
	font-size: 11px;
}
.entry_body dl.gallery-item dt.gallery-icon,
.mceContentBody dl.gallery-item dt.gallery-icon {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font-weight: normal;
	font-size: 13px;
}
.entry_body dl.gallery-item dt.gallery-icon::after,
.mceContentBody dl.gallery-item dt.gallery-icon::after {
	display: none;
}
.entry_body dl.gallery-item dt.gallery-icon img,
.mceContentBody dl.gallery-item dt.gallery-icon img {
	margin-bottom: 0;
}
.entry_body dl.gallery-item dd.gallery-caption,
.mceContentBody dl.gallery-item dd.gallery-caption {
	margin: 4px 0;
}


/* ================================================================================
	Pager
================================================================================ */
/* pager */
.pager {
	margin-top: 50px;
	text-align: center;
}
.pager a, .pager span {
	display: inline-block;
	min-width: 32px;
	height: 32px;
	margin: 0 4px;
	padding: 0 7px;
	border: 1px #333 solid;
	background: #fff;
	line-height: 30px;
	color: #333;
	font-size: 12px;
}
.pager span.extend {
	padding: 0;
	border: none;
	background: none;
}
.pager a {
	color: inherit;
	text-decoration: none;
}
.pager a:hover {
	opacity: 1;
	background: #333;
	color: #fff;
}
.pager .current {
	background: #333;
	color: #fff;
}
.pager .first, .pager .last, .pager .previouspostslink, .pager .nextpostslink {
	padding: 0 10px;
}

/* single */
.single_pager {
	margin-top: 40px;
}
.single_pager_item.-prev {
	float: left;
}
.single_pager_item.-next {
	float: right;
}


/* ================================================================================
	Blog
================================================================================ */
.blog_list {
	margin-bottom: 30px;
}
.blog_list_item {
	margin-bottom: 60px;
}
.blog_list_body {
	position: relative;
}
.blog_list_ttl {
	margin-top: 0;
}
.list_blog_inner {
	overflow: hidden;
	position: relative;
}
.blog_list_img {
	float: left;
	width: 240px;
	margin-right: 30px;
}
.blog_list_img a {
	display: block;
	overflow: hidden;
	height: 180px;
}
.blog_list_img.-blank a {
	position: relative;
	background: #eee;
}
.blog_list_img.-blank a::before,
.blog_list_img.-blank a::after {
	position: absolute;
	top: 50%;
	left: 50%;
	line-height: 1;
	color: #ccc;
	font-family: 'Font Awesome 5 Pro';
	font-size: 35px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	text-rendering: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.blog_list_img.-blank a::before {
	content: '\f03e';
}
.blog_list_img.-blank a::after {
	content: '\f715';
}

.blog_list_txt {
	overflow: hidden;
	margin-bottom: 15px;
	line-height: 2;
	font-size: 15px;
}
.blog_list_more {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 13px;
}
.blog_list_more a {
}
.blog_list_more i {
	margin-left: 10px;
}


/* ================================================================================
	Gallery
================================================================================ */
/* list */
.gallery_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -10px;
}
.gallery_list_item {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	width: 33.333333%;
	padding: 0 10px 30px;
}
.gallery_list_img {
	margin-bottom: 10px;
}
.gallery_list_ttl {
	font-size: 14px;
	font-weight: bold;
}
.gallery_list_ttl a {
	color: inherit;
}

/* detail */
.gallery_ttl {
}

.gallery_detail {
	margin-bottom: 20px;
}

.gallery_detail_main {
	overflow: hidden;
	position: relative;
	margin-bottom: 12px;
	height: 780px;
	text-align: center;
	line-height: 0;
}

.gallery_detail_control .prev,
.gallery_detail_control .next {
	position: absolute;
	top: 50%;
	z-index: 1000;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.gallery_detail_control .prev {
	left: 15px;
}
.gallery_detail_control .next {
	right: 15px;
}
.gallery_detail_control .prev:hover,
.gallery_detail_control .next:hover {
	opacity: 0.7;
}
.gallery_detail_control .prev::before,
.gallery_detail_control .next::before {
	line-height: 1;
	opacity: .75;
	color: #333;
	font-family: 'Font Awesome 5 Pro';
	font-size: 40px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.gallery_detail_control .prev::before {
	content: "\f053";
}
.gallery_detail_control .next::before {
	content: "\f054";
}

.gallery_detail_control .prev span,
.gallery_detail_control .next span {
	display: none;
}

.gallery_detail_loading {
	position: absolute;
	top: 50%;
	margin-top: -7px;
	width: 100%;
	z-index: 100;
}

.gallery_detail_screen {
	width: 100%;
	height: 100%;
}
.gallery_detail_screen a,
.gallery_detail_screen span {
	display: inline-block;
}
.gallery_detail_screen a{
	transition: all 0.3s ease;
}
.gallery_detail_screen a:hover {
	opacity: 0.85;
}
.gallery_detail_screen a img { /* chromeで画像左側に隙間が入るため */
	display: block;
}
.gallery_detail_main .image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 0;
}
.gallery_detail_sub{
}
.gallery_detail_sub ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	margin: 0 -6px;
}
.gallery_detail_sub ul li {
	-ms-flex: 0 0 12.5%;
	flex: 0 0 12.5%;
	width: 12.5%;
	max-width: 12.5%;
	padding: 0 6px 12px;
}
.gallery_detail_sub ul li a {
	opacity: 0.6;
	transition: all 0.3s ease;
}
.gallery_detail_sub ul li a:hover { opacity: 0.8; }
.gallery_detail_sub ul li.selected a { opacity: 1; }
.gallery_detail_sub ul li img { image-rendering: high-quality; }


/* ================================================================================
	Contact
================================================================================ */
.form_header {
	margin-bottom: 80px;
}

.form table th, .form table td {
	/* edit */
	border-color: #e5e5e5;

	border-right: none;
	border-left: none;
	vertical-align: middle;
}
.form table th {
	width: 30%;
	padding: 15px 20px;
	background: none !important;
	line-height: 1.5;
	text-align: left;
}
.form table td {
	padding: 20px 20px 20px 0;
}
.form table tr:first-child th, .form table tr:first-child td {
	padding-top: 0;
	border-top: none;
}

.form table th.va_top {
	padding-top: 15px;
	vertical-align: top;
}

.form input[type='text'], .form input[type='tel'], .form input[type='email'], .form select, .form textarea {
	display: block;
	height: 30px;
	padding: 3px 5px;
	border: 1px solid #ccc;
	border-radius: 1px;
	background: #fff;
	line-height: 1.42857;
	color: #474747;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
.form input[type='text']:focus, .form input[type='tel']:focus, .form input[type='email']:focus, .form select:focus, .form textarea:focus {
	border-color: #333;
	outline: 0;
}
.form select {
	/*height: 30px;*/
}
.form textarea {
	height: auto;
}
.form input[type='radio'], .form input[type='checkbox'] {
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.form ul li {
	margin-bottom: 5px;
}
.form ul li label {
	cursor: pointer;
}
.form ul li:last-child {
	margin-bottom: 0;
}
.form .submessage {
	color: #707070;
	font-size: 10px;
}
.form .require {
	padding-left: 5px;
	color: #dc3545;
}
.form .error {
	padding-top: 5px;
	color: #dc3545;
}

.form .form_footer {
	margin: 0;
	padding-top: 20px;
	text-align: center;
}
.form .form_footer input {
	width: 100px;
	height: 35px;
	margin: 0 5px;
	background: #aaa;
	color: #fff;
}
.form .form_footer input.-primary {
	background: #333;
}
.form .form_footer input:hover, .form .form_footer input:active {
	opacity: .8;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.form .form_footer .ajax-loader {
	display: block;
	margin: 20px auto 0;
	line-height: 1;
}


/* ================================================================================
	Override
================================================================================ */
/* side_nav */
.side_nav_ttl {
	font-family: 'Lato';
	font-size: 16px;
	font-weight: 700;
}
.side_nav_ttl::after {
	background: #555;
}
.side_nav_list,
.side_nav_list li a {
	border-color: #eee;
}
.side_nav_list li a::after {
	color: #666;
}


/* entry */
.entry_body hr {
	border-color: #ccc;
}

.entry_body strong,
.mceContentBody strong {
	color: inherit;
}

.entry_body table th, .entry_body table td,
.mceContentBody table th, .mceContentBody table td {
	border-color: #dee4e5;
}
.entry_body table th {
	background: #f7f7f7;
}

.entry_body ol > li::before,
.mceContentBody ol > li::before,
.entry_body .list_disc li::before, .entry_body .list_check li::before,
.mceContentBody .list_disc li::before, .mceContentBody .list_check li::before {
	color: #82969e;
}


/* pager */
.pager a, .pager span {
	border-color: #82969e;
	color: #82969e;
}
.pager a:hover {
	background: #82969e;
}
.pager .current {
	background: #82969e;
}


/* form */
.form table th, .form table td {
	border-color: #e5e5e5;
}

.form input[type='text'], .form input[type='tel'], .form input[type='email'], .form select, .form textarea {
	border-color: #ccc;
}
.form input[type='text']:focus, .form input[type='tel']:focus, .form input[type='email']:focus, .form select:focus, .form textarea:focus {
	border-color: #82969e;
}

.form .form_footer input.-primary {
	background: #82969e;
}