@charset "UTF-8";

/* --- reset default style ---------------*/
body,
h1, h2, h3, h4, h5, h6,
div, p, ul, ol, li,
dl, dt, dd,
pre, blockquote, address,
table, thead, tbody, tfoot,
 tr, th, td, caption,
form, fieldset, legend,
optgroup, option,
del, ins,
span, a, img,
dfn, em, strong, bdo,
abbr, acronym, cite, q,
kbd, code, samp, var,
input, select, textarea, button, label, iframe
{
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	color: #fff;
}
sup {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
}
sub {
	font-size: 80%;
	font-style: normal;
	font-weight: normal;
	vertical-align: bottom;
}
fieldset, del, ins, img, abbr, acronym
{
	border: 0;
    vertical-align:bottom
}
li {
	list-style-type: none;
}
area {
	border:none;
	outline: none;
}
/* --- ページの基本 ---------------*/
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9rem;
	color:#fff;
	background: #fff;
}
.fontfamily-serif {
	font-family: "Noto Sans JP", sans-serif;
}
table {
	border-collapse:collapse;
	border:none;
}
tr,th,td {
	border:none;
}
th,td {
	vertical-align:top;
}
a {
	/* color: #000; */
	text-decoration: none;
}
a:link {
	/* color: #000; */
	text-decoration: none;
}
a:visited {
	/* color: #000; */
	text-decoration: none;
}
a:hover {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
a:active {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

ol {
	padding-left: 2em;
}
ol li {
	list-style-type: decimal;
}
.gsc-control-cse {
	padding: 0em!important; 
}
#navmenu1 .gsc-control-cse { 
	padding: 0em!important; 
	background-color: #C1272D!important;
	border: none!important; 
}

/* 左右幅リミッター */
.container {
	max-width: 1200px;
}

.max-width {
	max-width: 1200px;
}

/* ガタツキ修正 */
.no-gutters {
	margin:0;
	padding:0;
}
 
.no-gutters > .col,
.no-gutters > [class*="col-"] {
	margin:0;
	padding:0;
}

.dec-rel {
	position: relative;
}

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


/* section */
.dec-01 {
	background-image: url(../img/img-01.png);
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width:991px) {
	.dec-01 {
		background-position:top center;
		background-size: 1600px;
	}
}

.dec-10a {
	animation: fadein01 3s ease-in-out;
}
@keyframes fadein01 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.dec-10b {
	animation: fadein02 6s ease-in-out;
}
@keyframes fadein02 {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: 1;
	}
}

.dec-11 {
	margin: 60px 0 0 0;
	text-align: center;
	font-size: 2.2rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
}
@media screen and (max-width:991px) {
	.dec-11 {
		margin: 60px 0 0 0;
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0;
	}
}
.dec-12 {
	width: 950px;
}
@media screen and (max-width:991px) {
	.dec-12 {
		height: 200px;
	}
}
.dec-13 {
	text-align: center;
	font-size: 2rem;
}
@media screen and (max-width:991px) {
	.dec-13 {
	font-size: 1.4rem;
	}
}
.dec-14 {
	display: block;
	position: relative;
	height: 510px;
}
@media (max-width: 1200px) {
	.dec-14 {
		height: calc(510 / 1200 * 100vw);
	}
}
@media screen and (max-width:991px) {
	.dec-14 {
		height: 250px;
		overflow: hidden;
		}
}

.dec-15 img {
	position: absolute;
	top:0;
	left:0;
	display: block;
	opacity: 1;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.dec-15a:hover div.dec-15 img:nth-of-type(2) {
	opacity: 0;
}

@media screen and (max-width:991px) {
	.dec-15a:hover div.dec-15 img:nth-of-type(2) {
		pointer-events: none;
	}
}
.dec-16 {
	position: absolute;
	width: 389px;
	top: 40px;
	left: 40px;
	p {
		font-size: 1.2rem;
	}
}
@media (max-width: 1200px) {
	.dec-16 {
		width: calc(389 / 1200 * 100vw);
	}
}
@media screen and (max-width:991px) {
	.dec-16 {
		position: absolute;
		width: 250px;
		top: 30px;
		left: 30px;
		p {
			font-size: 0.9rem;
		}
	}
}

.dec-17 {
	position: absolute;
	left: 40px;
	bottom: 0;
	font-size: 2rem;
}
@media screen and (max-width:991px) {
	.dec-17 {
		left: 30px;
		bottom: 10px;
		font-size: 1.2rem;
	}
}
.dec-18 {
	position: absolute;
	right: 40px;
	bottom: 0;
}
@media screen and (max-width:991px) {
	.dec-18 {
		right: 30px;
		bottom: 10px;
	}
}
.dec-19 {
	position: absolute;
	width: 465px;
	top: 40px;
	left: 40px;
	p {
		font-size: 1.2rem;
	}
}
@media (max-width: 1200px) {
	.dec-19 {
		width: calc(465 / 1200 * 100vw);
	}
}
@media screen and (max-width:991px) {
	.dec-19 {
		position: absolute;
		width: 290px;
		top: 30px;
		left: 30px;
		p {
			font-size: 0.8rem;
		}
	}
}





/* スマホ用 */
@media screen and (max-width:991px) {
	.dec-38 {
	}
}





/* フッター */
footer {
	background-color: #000;
}
.dec-f01 {
	width: 340px;
}
.dec-f02 {
	display: block;
	position: relative;
	text-align: left;
	font-size: 1.4rem;
	&::after {
		content: url(../img/img-f06.svg);
		position: absolute;
		width: 25px;
		margin-left: 20px;
	}
}
.dec-f03 {
	display: block;
	text-align: left;
	font-size: 1rem;
	margin-left: 1.5em;
}
.dec-f04 {
	margin-left: 3.8em;
	text-align: left;
	a:after {
		content: "|";
		margin: 0 0.5em 0 0.6em;
	}
}
.dec-f05 {
	text-align: left;
	font-size: 1rem;
	margin-left: 1.5em;
	a:after {
		content: "|";
		margin: 0 0.5em 0 0.6em;
	}
}
.dec-f06 {
	display: block;
	position: relative;
	font-size: 1.4rem;
	&::after {
		content: url(../img/img-f07.svg);
		position: absolute;
		width: 21px;
		margin-left: 20px;
	}
}

/* ハンバーガーメニュー */
#dec-navbtn {
	position: fixed;
	top: -1px;
	right: 140px;
	background-color: #B5000B;
	cursor: pointer;
	width: 144px;
	height: 144px;
	border-top: none;
	transform: translateZ(0,0,0);
	transform: translateZ(1px);
	-webkit-overflow-scrolling: touch;
	z-index: 100;
}
@media screen and (max-width:991px) {
	#dec-navbtn {
		right: -1px;
		width: 200px;
		height: 67px;
	}
	#dec-navbtn.active {
		background-color: #000;
	}
}
/*ボタン内側*/
#dec-navbtn p {
	background-image: url(../img/img-menu01.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100%;
	height: 100%;
	/*アニメーションの設定*/
	transition: all .4s;
	position: absolute;
}
#dec-navbtn.active p {
	background-image: url(../img/img-menu02.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
@media screen and (max-width:991px) {
	#dec-navbtn p {
		background-image: url(../img/img-menu01sp.svg);

	}
	#dec-navbtn.active p {
		background-image: url(../img/img-menu02sp.svg);
		}
}
/* PCメニューウィンドウ */
#dec-nav {
	position: fixed;
	top: -1000px;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: auto;
	transition: 0.3s;
	/* 見た目のCSS */
	background-color:rgba(181,0,11,0.95);
	z-index: 99;
}
@media screen and (max-width: 991px) {
	#dec-nav {
	}
}
#dec-nav.open {
	visibility: visible;
	top: 0;
}
.dec-m01 {
	position: absolute;
	top: -130px;
	left: -70px;
	width: 806px;
	height: 1179px;
	z-index: -1;
}
@media screen and (max-width:991px) {
	.dec-m01 {
		top: -40px;
		left: -21px;
		width: 280px;
		height: auto;
	}
}
.dec-m02 {
	position: absolute;
	top: 180px;
	right: 130px;
	width: 140px;
	height: 614px;
	z-index: -1;
}
@media screen and (max-width:991px) {
	.dec-m02 {
		top: 120px;
		right: 30px;
		width: 80px;
	}
}
.dec-m03 {
	font-size: 3.2rem;
	line-height: 5.5rem;
}
@media screen and (max-width:991px) {
	.dec-m03 {
		font-size: 2rem;
		line-height: 3rem;
	}
}
.dec-m04 {
	font-size: 1.2rem;
	line-height: 2.4rem;
}
@media screen and (max-width:991px) {
	.dec-m04 {
		font-size: 1rem;
		line-height: 2rem;
		text-align: justify;
	}
}
.dec-m05 {
	font-size: 2.4rem;
	line-height: 4.6rem;
}
@media screen and (max-width:991px) {
	.dec-m05 {
		font-size: 1.5rem;
		line-height: 3rem;
		text-align: center;
	}
}

/* フェードイン装飾 */
.fade-dec-side {
	/* 最初は非表示 */
	transform: translateX(30px);
	opacity: 0;
	visibility: hidden;
	transition: transform 1s, opacity 1s, visibility 1s;
}

/* フェードイン時に入るクラス */
.is-fadein-side {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}
.fade-dec {
	/* 最初は非表示 */
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	transition: transform 1s, opacity 1s, visibility 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
/* イベントリンクボタン */
#dec-fixed01 {
	width: 150px;
	height: 150px;
	position: fixed;
	right: 10px;
	bottom: 50px;
	z-index: 20;
}
#dec-fixed01 a {
	position: relative;
	display: block;
	width: 150px;
	height: 150px;
	text-decoration: none;
}

/* トップへボタン */
#page-top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: -50px;
	bottom: 80px;
}
#page-top a {
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}