@charset "UTF-8";

/* Used Common CSS */
@import url("header.css");
@import url("fontawesome/fontawesome.min.css");
@import url("fontawesome/brands.min.css");
@import url("fontawesome/solid.min.css");
@import url("fontawesome/regular.min.css");

/* Used Common Webfons */

@font-face {
font-family: "Noto Serif JP";
src: url("../webfonts/Noto_Serif_JP/NotoSerifJP-Regular.woff2") format("woff2"), url("../webfonts/Noto_Serif_JP/NotoSerifJP-Regular.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Noto Serif JP";
src: url("../webfonts/Noto_Serif_JP/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../webfonts/Noto_Serif_JP/NotoSerifJP-SemiBold.woff") format("woff");
font-weight: 600;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Noto Serif JP";
src: url("../webfonts/Noto_Serif_JP/NotoSerifJP-Bold.woff2") format("woff2"), url("../webfonts/Noto_Serif_JP/NotoSerifJP-Bold.woff") format("woff");
font-weight: 700;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Noto Sans JP";
src: url("../webfonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../webfonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Noto Sans JP";
src: url("../webfonts/Noto_Sans_JP/NotoSansJP-Medium.woff2") format("woff2"), url("../webfonts/Noto_Sans_JP/NotoSansJP-Medium.woff") format("woff");
font-weight: 500;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Open Sans";
src: url("../webfonts/Open_Sans/OpenSans-Regular.woff2") format("woff2"), url("../webfonts/Open_Sans/OpenSans-Regular.woff") format("woff");
font-weight: 400;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: "Open Sans";
src: url('../webfonts/Open_Sans/OpenSans-SemiBold.woff2') format('woff2'), url('../webfonts/Open_Sans/OpenSans-SemiBold.woff') format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}

/*---------------------------------------------------- */
/* Base */
/*---------------------------------------------------- */

:root {
	font-size: 16px;
}

html {
	font-size: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

body {
	color: #2c2d2e;
	font-family: メイリオ, Meiryo, "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	min-width: 320px;
	min-height: 100vh;
	margin: 0;
	padding: 0;
	display: -ms-flexbox; 
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

section {
	width: 100%;
	min-height: 300px;
	padding: 50px 0;
}

p {
	line-height: 160%;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	outline: none;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

figure {
	margin: 0;
}

a, a:focus, a:hover, a:active {
	outline: 0 none;
	-moz-outline: 0 none;
}

a {
	color: #0f79df;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out;
}

a:hover {
	color: #b52f00;
	text-decoration: underline;
}

address {
	font-weight: normal;
	font-style: normal;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #e1e3e6;
	margin: 20px 0;
	padding: 0;
}

/*
 * Remove text-shadow in selection highlight
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

::-moz-selection {
	background: #358be0;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #358be0;
	color: #fff;
	text-shadow: none;
}


/* Typography == */

.f-small {
	font-size: 85%;
}

.center {
	text-align: center!important;
}

.right {
	text-align: right!important;
}

.left {
	text-align: left!important;
}


/* Color */

.bg-gry {
	background-color: #f5f7f8;
}

.clr-grn {
	color: #0bae51;
}

.clr-mosgrn {
	color: #108f98;
}

.clr-blu {
	color: #0f92bd;
}

.clr-red {
	color: #961200;
}

.clr-pink {
	color: #e05274;
}

.clr-yellow {
	color: #c4991b;
}

.clr-gry {
	color: #93989a;
}

.clr-wh {
	color: #fff;
}

/* Lists */

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
}

dd {
	margin: 0;
}


/* Contain floats:Clearfix */

.cf:after {
	content: " ";
	display: table;
	clear: both;
}

/* === primary styles / Author:IMUCO === */

/* For Mobile */
/*.mobile-only {
  display: none;
	visibility: hidden;
	overflow: hidden;
	font-size: 0;
	width: 0;
	height: 0;
}*/

/*　Breadcrumbs */

.rcrumbs {
	font-size: 11px;
	white-space: nowrap;
	max-width: 1080px;
	margin: 30px auto 15px;
	padding: 3px 10px 2px;
	background-color: #f8f8f8;
	border: 1px solid #ebeced;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.rcrumbs > ul {
	padding: 0;
	list-style: none;
}

.rcrumbs > ul > li {
	overflow: hidden;
	display: none;
}

.rcrumbs > ul > li.show {
	display: inline-block;
}

.rcrumbs > ul > li.ellipsis {
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.rcrumbs a {
	color: #83878b;
	text-decoration: none;
}

.rcrumbs a:hover {
	color: #cd5900;
}

.rcrumbs .divider {
	color: #bfc4c5;
	padding: 0 5px;
}


/* Scrolling Back to Top Navi Part */
#totop.back-to-top {
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	width: 36px;
	height: 0;
	padding-top: 36px;
	overflow: hidden;
	cursor: pointer;
	display: block;
	vertical-align: middle;
	cursor: pointer;
	z-index: 999;
	background-color: rgba(100, 108, 111, .85);
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20d%3D%22M36%2019L20%2037.6h6.9L36%2027l9.1%2010.6H52L36%2019zm0%2013.4L20%2051h32L36%2032.4z%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23e1e3e6%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	position: fixed;
	bottom: 100px;
	right: 0;
	border-radius: 5px 0 0 5px;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2);
	-webkit-transform: translateX(120px);
	-ms-transform: translateX(120px);
	transform: translateX(120px);
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#totop.back-to-top:link {
	text-decoration: none
}

#totop.back-to-top:hover {
	background-color: rgba(183, 50, 20, .95);
}


/* //== Main Contents Part ==// */
main {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	flex: 1;
}

#mc-contents {
	padding-top: 118px;
}

#content-container {
	width: 100%;
}

.wrapper {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
}

/*// Primary Variable //*/

html {
	/* Color */
	--primary-red: #d12004;
	
	/* Gradient */
	--gradient-default: linear-gradient(90deg, rgba(231,169,50,1) 10%, rgba(219,35,4,1) 50%, rgba(231,169,50,1) 90%);
	--gradient-gold: linear-gradient(90deg, rgba(255,240,203,1) 10%, rgba(174,125,4,1) 50%, rgba(255,240,203,1) 90%);
	
	/* Font Family */
	--serif-default: "Noto Serif JP", 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HGS明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* SNS Area */

#sns-share {
	padding-top: 40px;
	padding-bottom: 40px;
}

#sns-share h4 {
	font-size: 24px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	white-space: nowrap;
	margin: 0 0 25px;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

#sns-share h4:before, #sns-share h4:after {
	content: "";
	width: 50%;
	position: relative;
	top: -.05em;
	border-top: 2px solid #0075bd;
}

#sns-share h4:before {
	margin-right: .3em;
}

#sns-share h4:after {
	margin-left: .3em;
}


/* ///  PC  /// */

/* //== Header Part // Edit header.css ==// */
@media screen and (min-width: 950px) {
	header {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .15) 10%, rgba(0, 0, 0, .5) 40%, rgba(0, 0, 0, .85) 85%);
	}
}

/* //== Footer Part ==// */

footer {
	font: 400 16px "Noto Sans JP", メイリオ, Meiryo, "SF Pro JP", "SF Pro Text", "SF Pro Icons", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
	width: 100%;
	margin: 0;
	padding: 0 0 40px;
	background: rgb(15,15,15);
	background: linear-gradient(356deg, rgba(15,15,15,1) 20%, rgba(28,28,28,1) 68%, rgba(40,40,41,1) 100%);
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

footer:before {
	content: "";
	width: 100%;
	height: 6px;
	background: var(--gradient-default);
	display: block;
	opacity: .72;
}

footer a {
	color: #c6c9cd;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
}

footer #footer-nav {
	width: 100%;
	margin-bottom: 20px;
	padding-top: 0;
}

footer #footer-nav .comp-info {
	text-align: center;
	margin: 40px 0 30px;
	padding: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

footer #footer-nav .comp-info h2 {
	width: 97px;
	height: 100px;
	margin: 0 40px 0 0;
	padding: 0;
}

footer #footer-nav .comp-info h2 a {
	width: 100%;
	height: 0;
	margin: 0;
	padding-top: 100px;
	display: block;
	overflow: hidden;
	background: url(../images/logo_colored@2x.png) 0 0 no-repeat;
	background-size: auto 100px;
}

footer #footer-nav .comp-info address {
	text-align: left;
	letter-spacing: 1px;
}

footer #footer-nav .comp-info address p {
	color: #fff;
	font-size: 87.5%;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

footer #footer-nav .comp-info address p + p {
	margin-top: .5em;
}

footer #footer-nav .comp-info address p a {
	color: #fff;
	text-decoration: none;
}

footer #footer-nav .comp-info address .phone {
	font: 600 143.75% "Open Sans", "Lucida Grande", Arial, sans-serif;
	margin-top: .1em;
}

footer #footer-nav .comp-info address i {
	color: #a1a3a6;
	margin-right: 7px;
}

footer #footer-nav .comp-info address .phone i {
	font-size: 91.304347%;
}

footer #footer-nav .comp-info address .mail i {
	font-size: 121.428571%;
}

footer #footer-nav ul {
	font-size: 0;
	text-align: center;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

footer #footer-nav ul li {
	font-size: 13px;
	margin: 0 1.2em;
	padding: 0;
	position: relative;
	display: inline-block;
}

footer #footer-nav ul:not(.main-button) li + li:before {
	content: "";
	width: 1px;
	height: 100%;
	background-color: rgba(255, 255, 255, .4);
	position: absolute;
	top: .05em;
	left: -1.2em;
}

footer #footer-nav ul li.blk {
	display: block;
	margin-bottom: 1em;
}

footer #footer-nav ul li.blk + li:before {
	width: 0;
	height: 0;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

footer #footer-nav li a {
	margin: 0;
	position: relative;
	-webkit-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

footer #footer-nav li a:hover {
	text-decoration: none;
}

footer #footer-nav li a:after {
	content: "";
	width: 0;
	height: 2px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e22003;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	-webkit-transition: width 0.25s ease-in-out;
	-ms-transition: width 0.25s ease-in-out;
	transition: width 0.25s ease-in-out;
}

footer #footer-nav li a:hover:after {
	width: 100%;
}

footer #footer-nav .main {
	margin-bottom: 25px;
}

footer #footer-nav .main li {
	font-size: 15px;
}

footer #footer-nav hr {
	border-top-color: #383939;
	margin-top: 30px;
	margin-bottom: 30px;
}

footer .copyright {
	font: 400 10px 'Open Sans', 'Lucida Grande', Arial, sans-serif;
	color: rgba(255, 255, 255, .8);
	text-align: center;
	letter-spacing: .05em;
	margin: 30px 0 0;
	padding: 0;
}


/* width 1100px to 960px */

@media all and (max-width: 1100px) and (min-width: 960px) {
	.rcrumbs {
		margin-right: 10px;
		margin-left: 10px;
	}
}


/* Minimum width 959px and Tablet */

@media all and (max-width: 959px) and (min-width: 600px) {
	body {
		margin-bottom: 0;
	}
	
	.wrapper {
		width: 100%;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.rcrumbs {
		margin-top: 40px;
		margin-right: 15px;
		margin-left: 15px;
	}
	
	/* Scrolling Back to Top Navi Part */
	
	#totop {
		right: -32px;
		bottom: 40px;
	}
	
	#totop.arrow {
		width: 32px;
		padding-top: 32px;
		border-radius: 4px 0 0 4px;
	}
	
	/* SNS Area */
	
	#sns-share {
		padding-top: 30px;
		padding-bottom: 0;
	}
	
	#sns-share h4 {
		font-size: 20px;
		margin: 0 0 20px;
	}
	
	/* //== Main Contents Part ==// */
	
	#mc-contents {
		padding-top: 0;
	}
	
	/* Header Part // Edit header.css*/
	
	
	/* //== Footer Part ==// */
	
	footer {
		height: auto;
		padding: 0 0 30px;
		position: relative;
	}
}


/* Phone */
/* Portrait and mode */

@media all and (max-width: 599px) {
	:root {
		font-size: 14px;
	}
	
	body {
		margin-bottom: 0;
		background-color: #fff;
	}
	
	.wrapper {
		padding: 0 15px;
	}
	
	.rcrumbs {
		margin-right: 15px;
		margin-left: 15px;
	}
	
	/* Scrolling Back to Top Navi Part */
	
	#totop {
		right: -32px;
		bottom: 40px;
	}
	
	#totop.arrow {
		width: 32px;
		padding-top: 32px;
		border-radius: 4px 0 0 4px;
	}
	
	
	/* SNS Area */
	
	#sns-share {
		padding-top: 30px;
		padding-bottom: 0;
	}
	
	#sns-share h4 {
		font-size: 16px;
		margin: 0 0 10px;
	}
	
	/* //== Main Contents Part ==// */
	
	/* Header Part // Edit header.css*/
		
	/* //== Footer Part ==// */
	
	footer {
		font-size: 15px;
		height: auto;
		padding-bottom: 20px;
		position: relative;
	}
	
	footer a {
		color: #c6c9cd;
		text-decoration: none;
	}
	
	footer a:hover {
		color: #fff;
	}
	
	footer #footer-nav {
		width: 100%;
		margin-bottom: 20px;
		padding-top: 0;
	}
	
	footer #footer-nav .comp-info {
		margin: 30px 0;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	footer #footer-nav .comp-info h2 {
		width: 70px;
		height: 72px;
		margin: 0 auto 15px;
	}
	
	footer #footer-nav .comp-info h2 a {
		padding-top: 72px;
		background-size: auto 72px;
	}
	
	footer #footer-nav .comp-info address {
		text-align: center;
	}
	
	footer #footer-nav ul li {
		font-size: 12px;
	}
	
	footer #footer-nav .main li {
		font-size: 14px;
	}
	
}
