@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:#505050;
}
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:#505050;
	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;
}

/* グレー統一 */
.dec-gray {
	background-color: #E9EBEB;
}
.dec-red {
	background-color: #B5000C;
}
.dec-header {
	padding-top: 80px;
}
@media screen and (max-width: 991px) {
	.dec-header {
		padding-top: 150px;
	}
}

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


/* ヘッダー */
header {
	color: #fff;
	a {
		color: #fff;
	}
	p {
		color: #fff;
	}
}
.dec-h01 {
	position: fixed;
	background-color: rgba(255,255,255,0.9);
	width: 100%;
	z-index: 1000;
}

/* PC */
.dec-drop {
	background-color: #3DA35F;
	padding: 20px;
	border: none;
	cursor: pointer;
}
.dec-drop-fom {
	background-color: #3669A6;
}
.dec-dropdown {
	position: relative;
	display: inline-block;
}
.dec-dropdown-content {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	width: 580px;
	background-color: #333333;
	z-index: 100;
}
.dec-dropdown-content-fom {
	width: 450px;
}
.dec-dropdown-content a {
	position: relative;
	color: #fff;
	text-decoration: none;
	&::after {
		position: absolute;
		content: url('../img/img-h04.svg');
		display: block;
		width: 6px;
		top: 2px;
		right: -15px;
	}
}
a.dec-menu01 {
	font-size: 1.2rem;
	&::after {
		width: 8px;
		top: 2px;
	}
}
.dec-menu02 {
	font-size: 1.4rem;
}
.dec-menu03 {
	padding-left: 2em;
	font-size: 0.9rem;
}
a.dec-menu04 {
	font-size: 1.2rem;
	&::after {
		width: 8px;
		top: 3px;
	}
}
.dec-dropdown:hover .dec-dropdown-content {
	visibility: visible;
	opacity: 1;
	transition: 1s;
}

/* 2511修正 */
.dec-h02 {
	cursor: pointer;
	display: block;
	padding: 20px;
	transition: 0.5s;
}
.dec-h02:hover {
	outline: 2px solid #3DA35F;
	opacity: 1;
}

.dec-h03 a {
	color:#505050;
	font-size: 0.85rem;
	&::after {
		content: "|";
		padding: 0 10px;
	}
	&:last-child::after {
		content: none;
	}
}

/* SP */
.dec-h05 {
	padding: 20px 10px;
	border: none;
}

.dec-h06 {
	background-color: #3669A6;
	padding: 20px 10px;
	border: none;
}
/* 2511修正 */
@media screen and (max-width:991px) {
	.dec-h05, .dec-h06 {
		padding: 15px 10px;
	}
	.dec-h05 img {
		width: auto;
		height: 18px;
	}
	.dec-h06 img {
		width: auto;
		height: 18px;
	}
}
/* ハンバーガーメニュー */
#dec-navbtn {
	cursor: pointer;
	width: 70px;
	height: 70px;
	transform: translateZ(0,0,0);
	transform: translateZ(1px);
	-webkit-overflow-scrolling: touch;
	transition: all 0.4s ease-out;
	&:hover {
		top: 0px;
	}
}
/*ボタン内側*/
#dec-navbtn span {
	display: inline-block;
	/*アニメーションの設定*/
	transition: all .4s;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	/* バーガー線の位置 */
	height: 4px;
	/* バーガー線の太さ */
	background: #000;
	width: 50px;
	border-radius: 1px;
}
#dec-navbtn.active {
		right: 39px;
}
/* 三本線 */
#dec-navbtn span:nth-of-type(1) {
	top: 24%;
}
#dec-navbtn span:nth-of-type(2) {
	top: 46%;
	height: 4px;
}
#dec-navbtn span:nth-of-type(3) {
	top: 69%;
}

/* ×印 */
#dec-navbtn.active span:nth-of-type(1) {
	top: 50%;
	left: 13%;
	transform: rotate(-45deg);
	width: 80%;
	background: #000;
}
#dec-navbtn.active span:nth-of-type(2) {
	opacity: 0;
}
#dec-navbtn.active span:nth-of-type(3) {
	top: 50%;
	left: 13%;
	transform: rotate(45deg);
	width: 80%;
	background: #000;
}

/* SPメニュー */
#dec-nav {
	position: fixed;
	top: 144px;
	padding: 30px;
	left: -800px;
	/* 2511修正 */
	width: 92vw;
	height: 80vh;
	overflow-y: auto;
	transition: 0.3s;
	/* 見た目のCSS */
	background-color: #38aceb;
	background-color:rgba(0,0,0,0.85);
	z-index: 99;
}
#dec-nav.open {
	visibility: visible;
	left: 0;
}

.dec-nav01 {
	font-size: 1.2rem;
	position: relative;
	&::after {
		content: url(../img/img-f06.svg);
		position: absolute;
		width: 25px;
		margin-left: 20px;
	}
}

.dec-nav02 {
	display: block;
	margin: 0 0 12px 1.5em;
}
.dec-nav03 {
	border-top: 3px solid #fff;
	opacity: 1;
}
.dec-nav04 {
	display: block;
	margin: 0 0 10px 3em;
}

/* メインビジュアル */
.dec-01 {
	background-image: url('../img/full-order-made/img-01.png');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
}
.dec-breadcrumb {
	display: flex;
	flex-wrap: wrap;
}
.dec-breadcrumb li {
	list-style-type: none;
	color:#505050;
}
.dec-breadcrumb li a {
	color:#ccc;
}
.dec-breadcrumb li:not(:last-of-type)::after {
	content: "/";
	padding: 0.6em;
	color: #ccc;
}

.dec-02 {
	animation: fadein02 4s ease-in-out;
	p img {
		width: 1000px;
	}
}
@media screen and (max-width: 991px) {
	.dec-02 {
	}
}
@keyframes fadein02 {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.dec-03 {
	text-align: center;
	font-size: 2.4rem;
	line-height: 3.8rem;
	letter-spacing: 0.2rem;
	span {
		background-color: #000;
		color: #fff;
		padding: 0 20px;
	}
	animation: fadein03 6s ease-in-out;
}
@keyframes fadein03 {
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1;}
}
@media screen and (max-width: 991px) {
	.dec-03 {
		font-size: 1.6rem;
		line-height: 3rem;
		span {
			padding: 0 5px;
		}
	}
}
.dec-04 {
	text-align: center;
	font-size: 1rem;
	line-height: 2rem;
	animation: fadein04 6s ease-in-out;
}
@keyframes fadein04 {
	0% { opacity: 0; }
	70% { opacity: 0; }
	100% { opacity: 1;}
}
.dec-05 {
	position: absolute;
	top: 0;
	left: 0;
	width: 250px;
	
}
.dec-06 {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
	
}
.dec-07 {
	position: relative;
	font-size: 2rem;
	text-align: center;
	&::after {
		content: '';
		width: 110px;
		height: 4px;
		display: inline-block;
		background-color: #505050;
		position: absolute;
		bottom: -15px;
		left: calc(50% - 55px)
	}
}
@media screen and (max-width:991px) {
	.dec-07 {
		font-size: 1.6rem;
	}
}
.dec-08 {
	text-align: center;
	padding-top: 80px;
	font-size: 1.2rem;
	line-height: 2.2rem;
}
@media screen and (max-width:991px) {
	.dec-08 {
		padding-top: 40px;
		font-size: 1.1rem;
	}
}
.dec-09 {
	display: block;
	position: relative;
	background-color: #B5000B;
	min-width: 400px;
	background-size: 30px;
	border-radius: 60px;
	text-align: center;
	padding: 20px 40px 50px 40px;
	font-size: 1.4rem;
	color: #fff;
	&:hover {
		opacity: 1;
	}
	&::after {
		position: absolute;
		content: url(../img/full-order-made/img-05.svg);
		width: 80px;
		bottom: 20px;
		left: calc(50% - 40px);
		transition: 0.3s ease;
	}
	&:hover::after {
		left: calc(50% - 20px);
	}
}


/* カラム１ */
@media screen and (max-width:991px) {
	.dec-11 {
		text-align: center;
	}
}
.dec-12 span {
	background-color:#B5000B;
	padding: 4px 20px;
	border-radius: 20px;
	font-size: 1.1rem;
	color: #fff;
	vertical-align: -9px;
}
@media screen and (max-width:991px) {
	.dec-12 {
		text-align: center;
	}
}
.dec-13 {
	font-size: 1.4rem;
	font-weight: bold;
}
@media screen and (max-width:991px) {
	.dec-13 {
		text-align: center;
		padding-top: 10px;
	}
}
.dec-14 p {
	font-size: 1.1rem;
	text-align: justify;
	span {
		color: #B5000B;
	}
}
.dec-15 {
	background-color: #E9EBEB;
	padding: 20px;
}
.dec-16 {
	font-size: 1.2rem;
}
.dec-17 {
	font-size: 1rem;
	text-align: justify;
}

/* 免責事項 */
.dec-21 {
	background-color: #E9EBEB;
	padding: 30px 80px;
}
@media screen and (max-width:991px) {
	.dec-21 {
		padding: 20px 20px;
	}
}
.dec-22 {
	position: relative;
	font-size: 1.6rem;
	text-align: center;
	margin-bottom: 40px;
	&::after {
		content: '';
		width: 80%;
		height: 2px;
		display: inline-block;
		background-color: #505050;
		position: absolute;
		bottom: -15px;
		left: calc(50% - 40%)
	}
}
.dec-23 {
	padding-left: 1em;
	text-indent: -1em;
	text-align: justify;
}

.dec-24 {
	text-align: center;
	font-size: 1.2rem;
	line-height: 2.2rem;
	a {
		color: #B5000B;
		border-bottom: 1px solid #B5000B;
	}
}
@media screen and (max-width:991px) {
	.dec-24 {
		font-size: 1.1rem;
	}
}

.dec-25 {
	text-align: center;
	font-size: 1.1rem;
	a {
		color: #B5000B;
		border-bottom: 1px solid #B5000B;
	}
}


/* フッター */
footer {
	background-color: #000;
	a {
		color: #fff;
	}
	p {
		color: #fff;
	}
}
.dec-f01 {
	width: 340px;
}
.dec-f02 {
	display: block;
	position: relative;
	text-align: left;
	font-size: 1.4rem;
	z-index: 1;
	&::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;
	}
}

/* トップへボタン */
#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;
}

.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;
}