@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;800&display=swap');

/* Global styles
-------------------------------*/
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	vertical-align: top;
	max-width: 100%;
}

/* デバイス定義
-------------------------------*/
.pc {
	display: block;
}
.sp {
	display: none;
}
.pc-only {
	display: block;
}
@media (max-width: 1024px) {
	.pc-only {
		display: none!important;
	}
}
@media (max-width: 768px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block;
	}
}


/* 基本的な骨組み
-------------------------------*/
html {
	height: 100%;
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333333;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
	font-family: 'Noto Sans JP', YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}


@media (max-width: 1024px) {
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

.l-wrapper {
	min-width: 320px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.l-inner {
	width: 95%;
	max-width: 1600px;
	margin: auto;
}

.indexSec .c-heading .c-heading__en{
	display: block;
	font-size: 5rem;
	line-height: 1.2;
	color: #F0F0F0;
	text-shadow:1px 1px 0 #d3d3d3, -1px -1px 0 #d3d3d3,
              -1px 1px 0 #d3d3d3, 1px -1px 0 #d3d3d3,
              0px 1px 0 #d3d3d3,  0-1px 0 #d3d3d3,
              -1px 0 0 #d3d3d3, 1px 0 0 #d3d3d3;
}
.indexSec .c-heading .c-heading__en:first-letter {
	font-size: 8rem;
	color: #5BCCC2;
	text-shadow:1px 1px 0 #06816e, -1px -1px 0 #06816e,
              -1px 1px 0 #06816e, 1px -1px 0 #06816e,
              0px 1px 0 #06816e,  0-1px 0 #06816e,
              -1px 0 0 #06816e, 1px 0 0 #06816e;
}

/* basic settings
-------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
pre,
td,
th,
dt,
dd {
	line-height: 1.5;
}

/* code set
-------------------------------*/
pre,
code,
kbd,
samp,
var {
	font-size: 1.3rem;
	line-height: 1.5;
}

pre {
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	background-color: #f4f4f4;
	overflow-x: auto;
}


/* font
-------------------------------*/
.font_basic {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ＭＳ Ｐゴシック", Arial, Verdana, Roboto, sans-serif;
}

.mont {
	font-family: "Montserrat", sans-serif,'Noto Sans JP';
}
.color-red {
	color: #d81818;
}


/* aタグ(リンクボタン)の設定
-------------------------------*/
a, a:hover, a::after, a::before {
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	color: #333333;
	text-decoration: none;
}
a:hover {
	opacity: 1;
	text-decoration: none;
}
a:link {
	text-decoration: none;
}

a.comingsoon {
	position: relative;
}
a.comingsoon:hover {
	cursor:inherit!important;
}
a.comingsoon:hover::before {
	transform: none!important;
}
a.comingsoon::before {
	position: absolute!important;
	content: ""!important;
	top: 0!important;
	left: 0!important;
	width:100%!important;
	height: 100%!important;
	background: #fff!important;
	opacity: 0.5!important;
	z-index: 1!important;
	transition: none!important;
	transform: none!important;
}
a.comingsoon::after {
	position: absolute!important;
	content:"Coming Soon"!important;
	top: 0!important;
	left: 0!important;
	width:100%!important;
	height: 100%!important;
	display: flex!important;
	justify-content: center!important;
	align-items: center!important;
	font-size: 1.6rem!important;
	font-weight: 800!important;
	font-family: "Montserrat", sans-serif;
	color: #a88331!important;
	text-align: center;
	bottom:0!important;
	transition: none!important;
	transform: none!important;
	z-index: 2!important;
}

.c-btn {
	width: 100%;
}
.c-btn__inner {
	display: block;
	position: relative;
	z-index: 1;
}
.c-btn a {
	width: 20vw;
	position: relative;
	display: block;
	overflow: hidden;
	padding: 1vw 1.6vw;
	background: #B93030;
	font-size: 1.4vw;
	font-weight: 600;
	text-align: center;
	color: #fff;
	-webkit-transition: ease .2s;
	transition: ease .2s;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.c-btn a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #A88331;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
					transition: -webkit-transform 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
					transition: transform 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
					transition: transform 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.2s cubic-bezier(0.8, 0, 0.2, 1) 0s;
	-webkit-transform: scale(0, 1);
					transform: scale(0, 1);
	-webkit-transform-origin: right top;
					transform-origin: right top;
}
.c-btn a:hover {
	opacity: 1;
}
.c-btn a:hover::before {
	-webkit-transform-origin: left top;
					transform-origin: left top;
	-webkit-transform: scale(1, 1);
					transform: scale(1, 1);
}
.c-btn--center {
	display: flex;
	justify-content: center;
}
.c-btn--left {
	display: flex;
	justify-content: flex-start;
}
.c-btn--right {
	display: flex;
	justify-content: flex-end;
}

@media screen and (min-width:1650px) {
	.c-btn a {
		width: 38.4rem;
		padding: 1.2rem 2rem;
		font-size: 2.6rem;
	}
}

@media screen and (max-width:768px) {
	.c-btn a {
		width: 80vw;
		padding: 3.2vw 0;
		font-size: 4.8vw;
	}
}


.submitBtn__Box {
	margin: 3.636vw auto 0;
	text-align: center;
}
.submit__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 19.39vw;
	height: auto;
	padding: 8px 1.4545vw;
	margin: 0 auto;
	font-size: 1.696vw;
	color: #fff;
	text-align: center;
	background-color: #B93030;
	border: none;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 5px 6px -2px rgba(0, 0, 0, 0.2);
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
}
.submit__btn:hover {
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width:1650px) {
	.submitBtn__Box {
		margin: 60px auto 0;
	}
	.submit__btn {
		max-width: 320px;
		height: 64px;
		padding: 8px 24px;
		font-size: 2.8rem;
	}
}

@media screen and (max-width:1024px) {
	.submit__btn {
		width: 25vw;
		max-width: 25vw;
		padding: 0.8vw 2.4vw;
		font-size: 2.8vw;
	}
}

@media screen and (max-width:768px) {
	.submit__btn {
		width: 40vw;
		max-width: 40vw;
		padding: 2vw 3vw;
		font-size: 4.8vw;
	}
}


/*-------------------------------
 mainSec
-------------------------------*/
.mainSec {
	position: relative;
	padding-top: 7.3vw;
	z-index: 9;
}

@media screen and (min-width:1650px) {
	.mainSec {
		padding-top: 140px;
	}
}

@media screen and (max-width:1024px) {
	.mainSec {
		padding-top: 80px;
	}
}
@media screen and (max-width:768px) {
	.mainSec {
		padding-top: 12.8vw;
	}
}


/*-------------------------------
 header
-------------------------------*/
.headerSec {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 7.3vw;
	padding: 0;
	margin: 0;
	background: #fff;
	z-index: 10;
	overflow:hidden;
}
.headerSec .l-inner {
	height: 100%;
	padding: 0;
}

.headerSec__toggle{
	display: none;
}

.headerSec__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 3.65vw;
}
.headerSec__logo {
	display: block;
	width: 23.4vw;
	margin: 0.5rem 1rem;
}
.headerSec__logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.headerSec .headerSec__logo img {
	max-height: 100%;
}

.headerSec__topList {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.headerSec__topItem {
	position: relative;
	margin-left: 2rem;
	font-size: 1.2vw;
	font-weight: 500;
}
.headerSec__topItem:not(:last-child) {
	margin-right: 2rem;
}
.headerSec__topItem a {
	position: relative;
}
.headerSec__topItem-link a::after {
	position: absolute;
	content: "";
	width: 110%;
	height: 2px;
	background: #D81818;
	bottom: -3px;
	left: -5%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.headerSec__topItem-link a:hover::after {
	transform: scale(1, 1);
}
.headerSec__topItem-link a:hover {
	color: #A88331;
}

.headerSec__topItem-btn {
	height: 2.4vw;
	border:1px solid #d12424;
	font-weight: bold;
}
.headerSec__topItem-btn-contact{
	margin-left: 0;
}
.headerSec__topItem-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 1.3vw;
}
.headerSec__topItem-btn a img{
	padding-right: 0.8rem;
}
.headerSec__topItem-btn-download a{
	color: #d12424;
}
.headerSec__topItem-btn-contact a{
	background: #d12424;
	color: #fff;
}

.headerSec__nav {
	width: 100%;
	height: 3.65vw;
}
.headerSec__nav .headerSec__logo {
	display: none;
}

.headerSec__navList {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.headerSec__navItem a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	line-height: 1.3;
	cursor: pointer;
}
.headerSec__navItem a:hover {
	opacity: 1;
}
.headerSec__navItem a .headerSec__navItem-en {
	color: #D81818;
	font-size: 1vw;
	font-weight: 400;
	letter-spacing: 0;
}
.headerSec__navItem a .headerSec__navItem-jp {
	position: relative;
	font-size: 1.2vw;
	font-weight: 600;
}
.headerSec__navItem a .headerSec__navItem-jp::after {
	position: absolute;
	content: "";
	width: 110%;
	height: 2px;
	background: #D81818;
	bottom: -3px;
	left: -5%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.headerSec__navItem a .headerSec__navItem-jp:hover::after {
	transform: scale(1, 1);
}
.headerSec__navItem a .headerSec__navItem-jp:hover {
	color: #A88331;
}
.headerSec__navItem a.comingsoon .headerSec__navItem-jp::after {
	height: 0;
}
.headerSec__navItem a.comingsoon .headerSec__navItem-jp:hover::after {
	transform: none;
}
.headerSec__navItem a.comingsoon .headerSec__navItem-jp:hover {
	color: #333;
}


.headerSec__navItem-pcNone {
	display: none;
}

@media screen and (min-width:1650px) {
	.headerSec {
		height: 140px;
	}
	.headerSec__top {
		height: 70px;
	}
	.headerSec__logo {
		width: 450px;
	}
	.headerSec__topItem {
		font-size: 2rem;
	}
	.headerSec__topItem-btn {
		height: 40px;
	}
	.headerSec__topItem-btn a{
		padding: 0 16px;
	}
	.headerSec__navItem a .headerSec__navItem-en {
		font-size: 1.6rem;
	}
	.headerSec__navItem a .headerSec__navItem-jp {
		font-size: 2.0rem;
	}
	.headerSec__nav {
		height: 70px;
	}
}

@media screen and (max-width:1024px) {
	.headerSec {
		height: 80px;
	}
	.headerSec .l-inner {
		height: 80px;
		padding: 10px 0;
	}
	.headerSec__top {
		height: 100%;
	}
	.headerSec__logo {
		width: 60%;
		max-width: inherit;
		z-index: 2;
	}
	.headerSec__nav {
		position: fixed;
		top: 0;
		right: -120%;
		width:100%;
		height: 100vh;
		padding-left: 300px;
		background: #F6F3EC;
		transition: all 0.6s;
		z-index: 999;
	}
	.headerSec__nav.active {
		right: 0;
	}
	.headerSec__nav .headerSec__logo {
		display: block;
		width: 100%;
		padding: 20px 25px;
		margin: 0;
		background:#fff;
		border-bottom: 1px solid #A88331;
	}
	.headerSec__nav .headerSec__nav__wrap {
		position: fixed;
		width: calc( 100% - 300px );
		height: calc( 100vh - 80px);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
		z-index: 999;
		background:#fff;
	}
	.headerSec__navList {
		display: block;
		background:#fff;
	}

	.headerSec__navItem a {
		position: relative;
		flex-flow: column;
		align-items: flex-start;
		padding: 20px;
		border-bottom: 1px solid #ddd;
	}
	.headerSec__navItem a::after {
		position: absolute;
		content: '';
		top: 50%;
		right: 30px;
		width: 20px;
		height: 20px;
		border-right: 1px solid #A88331;
		border-top: 1px solid #A88331;
		transform: translateY(-50%) rotate(45deg);
	}
	.headerSec__navItem a .headerSec__navItem-en {
		font-size: 20px;
		color: #5b5b5b;
	}
	.headerSec__navItem a .headerSec__navItem-jp {
		font-size: 28px;
		color: #333333;
	}
	.headerSec__navItem-pcNone{
		display: block;
	}
	.headerSec__topList {
		flex-flow: column;
		width: 100%;
		margin: 0;
		padding: 8vw 4vw;
	}
	.headerSec__topItem {
		width: 100%;
		margin: 0;
		font-size: 3.7333vw;
		font-weight: 500;
	}
	.headerSec__topItem a{
		display: block;
		width: 100%;
		border: none;
	}
	.headerSec__navItem .headerSec__topItem a::after {
		top: 50%;
		right: auto;
		left: 0;
		transform: translateY(-50%) rotate(45deg);
	}
	.headerSec__topItem:first-child::after {
		content: none;
	}
	.headerSec__topItem:not(:last-child) {
		margin: 0;
		margin-bottom: 15px;
	}
	.headerSec__topItem:last-child {
		margin-bottom: 5vw;
	}
	.headerSec__topItem-list a {
		padding: 10px 0 10px 35px;
		font-size: 28px;
	}

	.headerSec__topItem-btn {
		display: block;
		width: 100%;
		height: auto;
		border:1px solid #d12424;
		font-weight: bold;
	}
	.headerSec__topItem-btn-contact{
		margin-left: 0;
	}
	.headerSec__topItem-btn a{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-flow: row;
		width: 100%;
		height: 100%;
		padding: 20px 0;
		font-size: 28px;
	}
	.headerSec__navItem .headerSec__topItem-btn a::after {
		content: none;
	}
	.headerSec__topItem-btn a img{
		padding-right: 10px;
	}
	.headerSec__topItem-btn-download a{
		color: #d12424;
	}
	.headerSec__topItem-btn-download a img{
		width: 40px;
	}
	.headerSec__topItem-btn-contact a{
		background: #d12424;
		color: #fff;
	}
	.headerSec__topItem-btn-contact a img{
		width: 45px;
	}
	.headerSec__topItem.headerSec__topItem-btn-order {
		margin-bottom: 30px;
		border:1px solid #111111;
	}
	.headerSec__topItem-btn-order a{
		background: #111111;
		color: #fff;
	}
	.headerSec__topItem-btn-order a img{
		width: 60px;
		padding-left: 10px;
		padding-right: 0;
	}

	.headerSec__toggle {
		position: fixed;
		top: 0;
		right: 20px;
		z-index: 4;
		width: 80px;
		height: 80px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		cursor: pointer;
		z-index: 9999;
	}
	.headerSec__toggle.active {
		opacity: 0;
	}
	.headerSec__toggle span {
		display: block;
		position: absolute;
		width: 50px;
		border-bottom: solid 3px #222222;
	}
	.headerSec__toggle span:nth-child(1) {
		top: 20px;
	}
	.headerSec__toggle span:nth-child(2) {
		top: 40px;
	}
	.headerSec__toggle span:nth-child(3) {
		top: 60px;
	}
	.headerSec__toggle.active span {
		border-bottom: solid 3px #222222;
	}

	.headerSec__nav .headerSec__toggle {
		opacity: 0;
		position: absolute;
		top: 10px;
		right: auto;
		left: 220px;
	}
	.headerSec__nav .headerSec__toggle.active {
		opacity: 1;
	}
	.headerSec__nav .headerSec__toggle span:nth-child(1) {
		top: 30px;
		opacity: 1;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.headerSec__nav .headerSec__toggle span:nth-child(2) {
		top: 30px;
		opacity: 1;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.headerSec.headerSubpage .headerSec__toggle span,
	.headerSec.js-bgWhite .headerSec__toggle span {
		border-bottom: solid 3px #D81818;
	}
}

@media (max-width: 768px) {
	.headerSec {
		height: 12.8vw;
	}
	.headerSec .l-inner {
		height: 12.8vw;
		padding: 1rem 0;
	}
	.headerSec__logo {
		width: 73.33vw;
	}
	.headerSec__nav {
		padding-left: 30vw;
	}
	.headerSec__nav .headerSec__logo {
		padding: 5.3333vw 6.6666vw;
	}
	.headerSec__nav .headerSec__nav__wrap {
		width: calc( 100% - 30vw );
		height: calc( 100vh - 12.8vw);
	}
	.headerSec__navItem a {
		padding: 4vw;
	}
	.headerSec__navItem a::after {
		right: 4vw;
		width: 2.8vw;
		height: 2.8vw;
	}
	.headerSec__navItem a .headerSec__navItem-en {
		font-size: 3.2vw;
	}
	.headerSec__navItem a .headerSec__navItem-jp {
		font-size: 4.2vw;
	}
	.headerSec__topList {
		padding: 8vw 4vw;
	}
	.headerSec__topItem {
		font-size: 3.7333vw;
	}
	.headerSec__topItem:not(:last-child) {
		margin-bottom: 2vw;
	}
	.headerSec__topItem:last-child {
		margin-bottom: 5vw;
	}
	.headerSec__topItem-list a {
		padding: 1vw 0 1vw 6vw;
		font-size: 4.2vw;
	}
	.headerSec__topItem-btn a{
		padding: 2.5vw 0;
		font-size: 4.2vw;
	}
	.headerSec__topItem-btn a img{
		padding-right: 0.8rem;
	}
	.headerSec__topItem-btn-download a img{
		width: 5.2vw;
	}
	.headerSec__topItem-btn-contact a img{
		width: 5.2vw;
	}
	.headerSec__topItem.headerSec__topItem-btn-order {
		margin-bottom: 4vw;
	}
	.headerSec__topItem-btn-order a img{
		width: 7.2vw;
	}
	.headerSec__toggle {
		right: 2vw;
		width: 12.8vw;
		height: 12.8vw;
	}
	.headerSec__toggle span {
		width: 8vw;
	}
	.headerSec__toggle span:nth-child(1) {
		top: 4.26vw;
	}
	.headerSec__toggle span:nth-child(2) {
		top: 6.4vw;
	}
	.headerSec__toggle span:nth-child(3) {
		top: 8.54vw;
	}
	.headerSec__nav .headerSec__toggle {
		top: 0;
		left: 17vw;
	}
	.headerSec__nav .headerSec__toggle span:nth-child(1) {
		top: 4.26vw;
	}
	.headerSec__nav .headerSec__toggle span:nth-child(2) {
		top: 4.26vw;
	}
}


/*-------------------------------
	footer
-------------------------------*/
.footerSec {
	position: sticky;
	top: 100vh;
	width: 100%;
	display: block;
	background: #FBFAF7;
}
.contactSec {
	position: relative;
	height: 30.05vw;
	max-height: 577px;
	background: url(https://nippon-ceratech.co.jp/assets/img/common/footer__contact-bg.jpg) no-repeat center/cover;
}
.contactSec .l-inner {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-align: center;
}
.contactSec__heading {
	margin: 0 auto;
	font-weight: 400;
	margin-bottom: 2.6vw;
}
.contactSec__heading-en {
	display: block;
	font-size: 3.75vw;
}
.contactSec__heading-jp {
	display: block;
	font-size: 1.4vw;
	font-weight: 600;
}
.contactSec__text {
	margin-bottom: 1.5vw;
	font-size: 1.4vw;
	font-weight: 600;
}

.footerSec .l-inner {
	padding: 5rem 0 3rem;
}
.footerSec .contactSec .l-inner {
	display: flex;
	flex-flow: column;
	padding: 0;
}
.footerSec__upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.footerSec__info{
	width: 23.43vw;
}
.footerSec__info h2.footerSec__logo {
	width: 18.75vw;
}

.footerSec__address {
	width: 100%;
	margin: 1rem 0 0 1rem;
	font-size: 1.2vw;
	font-weight: 500;
	line-height: 1.6;
}
.footerSec__address-tel span{
	font-size: 1.8vw;
}

.footerSec__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.footerSec__pageLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.footerSec__pageLinkItem:not(:last-of-type) {
	margin-right: 2rem;
}
.footerSec__pageLinkItem a {
	font-size: 1.2vw;
	letter-spacing: .1em;
	font-weight: 600;
	line-height: 1;
}

.footerSec__bottom {
	text-align: right;
}
.footerSec__bottom .footerSec__info {
	display: none;
}
.footerSec__policy {
	display: inline-block;
	font-size: 1.2vw;
}
.footerSec__policy a:not(:last-child){
	margin-right: 2rem;
}
.footerSec__copy {
	width: 100%;
	padding: 0.4rem 0;
	font-size: 1.1vw;
	font-weight: 500;
	color: #fff;
	text-align: center;
	background: #333333;
}

.footerSec__pageLinkItem a,
.footerSec__policy a {
	position: relative;
}
.footerSec__pageLinkItem a::after,
.footerSec__policy a::after {
	position: absolute;
	content: "";
	width: 110%;
	height: 2px;
	background: #D81818;
	bottom: -3px;
	left: -5%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.3s;
}
.footerSec__pageLinkItem a:hover::after,
.footerSec__policy a:hover::after {
	transform: scale(1, 1);
}
.footerSec__pageLinkItem a:hover,
.footerSec__policy a:hover {
	color: #A88331;
}
.footerSec__pageLinkItem a.comingsoon::after {
	background-color: inherit;
}

@media screen and (min-width:1650px) {
	.contactSec__heading {
		margin-bottom: 5rem;
	}
	.contactSec__heading-en {
		font-size: 7.2rem;
	}
	.contactSec__heading-jp {
		font-size: 2.6rem;
	}
	.contactSec__text {
		margin-bottom: 1.5rem;
		font-size: 2.6rem;
	}
	.footerSec .l-inner {
		padding: 5rem 0 3rem;
	}
	.footerSec__info{
		width: 450px;
	}
	.footerSec__info h2.footerSec__logo {
		width: 360px;
	}
	.footerSec__address {
		font-size: 2.2rem;
	}
	.footerSec__address-tel span{
		font-size: 3.2rem;
	}
	.footerSec__pageLinkItem:not(:last-of-type) {
		margin-right: 2rem;
	}
	.footerSec__pageLinkItem a {
		font-size: 2.2rem;
	}
	.footerSec__policy {
		font-size: 2.2rem;
	}
	.footerSec__policy a:not(:last-child){
		margin-right: 2rem;
	}
	.footerSec__copy {;
		font-size: 1.8rem;
	}
}

@media screen and (max-width:1024px) {
	.contactSec__heading {
		margin-bottom: 2.44vw;
	}
	.contactSec__heading-en {
		font-size: 3.9vw;
	}
	.contactSec__heading-jp {
		font-size: 1.56vw;
	}
	.contactSec__text {
		margin-bottom: 1.5vw;
		font-size: 1.56vw;
	}
	.footerSec__info{
		width: 32vw;
	}
	.footerSec__info h2.footerSec__logo {
		width: 28vw;
	}
	.footerSec__address {
		margin: 1.2vw 0 0 1.2vw;
		font-size: 1.56vw;
	}
	.footerSec__address-tel span{
		font-size: 2.1vw;
	}

	.footerSec__pageLinkItem:not(:last-of-type) {
		margin-right: 1.8vw;
	}
	.footerSec__pageLinkItem a {
		font-size: 1.56vw;
	}
	.footerSec__policy {
		display: inline-block;
		font-size: 1.36vw;
	}
	.footerSec__policy a:not(:last-child){
		margin-right: 1.8vw;
	}
	.footerSec__copy {
		padding: 0.7vw 0;
		font-size: 1.2vw;
	}
}

@media screen and (max-width:768px) {
	.contactSec {
		height: 100vw;
		max-height: 100vw;
		background: url(https://nippon-ceratech.co.jp/assets/img/common/footer__contact-bg-sp.jpg) no-repeat center/cover;
	}
	.contactSec__heading {
		margin-bottom: 8vw;
	}
	.contactSec__heading-en {
		font-size: 10.6666vw;
	}
	.contactSec__heading-jp {
		font-size: 4.2666vw;
	}
	.contactSec__text {
		margin-bottom: 5vw;
		font-size: 4.2666vw;
	}
	.footerSec .l-inner {
		width: 100%;
		padding: 12vw 0 3rem;
	}
	.footerSec .contactSec .l-inner {
		padding: 0;
	}
	.footerSec__upper .footerSec__info {
		display: none;
	}
	.footerSec__nav {
		width: 100%;
	}

	.footerSec__pageLink {
		width: 100%;
		flex-flow: wrap;
		border-top: 1px solid #ddd;
	}
	.footerSec__pageLinkItem {
		width: 50%;
		border-bottom: 1px solid #ddd;
	}
	.footerSec__pageLinkItem:nth-child(1n) {
		border-right: 1px solid #ddd;
	}
	.footerSec__pageLinkItem:not(:last-of-type) {
		margin-right: 0;
	}
	.footerSec__pageLinkItem a {
		display: block;
		width:100%;
		height: 100%;
		padding: 3vw 4vw;
		font-size: 3.7333vw;
		letter-spacing: 0;
	}

	.footerSec__bottom {
		text-align: left;
	}
	.footerSec__policy {
		display: block;
		padding: 6vw 0;
		font-size: 3.7333vw;
		font-weight: 600;
		text-align: center;
	}
	.footerSec__policy a{
		color: #838382;
	}
	.footerSec__policy a:not(:last-child){
		margin-right: 1vw;
	}

	.footerSec__bottom .footerSec__info {
		display: block;
	}
	.footerSec__info{
		width: 100%;
		text-align: center;
	}
	.footerSec__info h2.footerSec__logo {
		width: 72vw;
		margin: 0 auto;
	}

	.footerSec__address {
		width: 100%;
		margin: 3vw 0;
		font-size: 4.26vw;
		font-weight: 500;
		line-height: 1.6;
	}
	.footerSec__address-tel,
	.footerSec__address-fax {
		font-weight: 500;
	}
	.footerSec__address-tel span{
		font-size: 6.4vw;
	}
	.footerSec__copy {
		font-size: 3.2vw;
	}
}


/*-------------------------------
 breadcrumbs
-------------------------------*/
.l-breadcrumbs {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 40px;
	background: #F6F3EC;
}
.l-breadcrumbs.l-breadcrumbs-single{
	position: fixed;
	top: 7.3vw;
	z-index: 2;
}
.l-breadcrumbs .l-inner{
	height: 100%;
}
.l-breadcrumbs__list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
}
.l-breadcrumbs__item {
	height: 100%;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
}
.l-breadcrumbs__item:not(:last-child) {
	margin-right: 3rem
}
.l-breadcrumbs__item--red {
	display: inline-flex;
	align-items: center;
	padding: 1rem;
}
.bread__icon img{
	height: 20px;
	margin-right: 10px;
}
.l-breadcrumbs__item a,
.l-breadcrumbs__item a:hover,
.l-breadcrumbs__item a::after,
.l-breadcrumbs__item a::before {
	color: #A88331;
}
.l-breadcrumbs__item a {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 1rem;
}
.l-breadcrumbs__item a::after{
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	top: 50%;
	right: -1.8rem;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: translateY(-50%) rotate(45deg);
			-ms-transform: translateY(-50%) rotate(45deg);
					transform: translateY(-50%) rotate(45deg);
	transition: all 0.5s 0s ease;
}


@media screen and (min-width:1650px) {
	.l-breadcrumbs.l-breadcrumbs-single{
		top: 140px;
	}
}
@media screen and (max-width:1024px) {
	.l-breadcrumbs.l-breadcrumbs-single{
		top: 80px;
	}
}
@media screen and (max-width:768px) {
	.l-breadcrumbs {
		height: 8vw;
	}
	.l-breadcrumbs.l-breadcrumbs-single{
		top: 12.8vw;
	}
	.l-breadcrumbs .l-inner{
		overflow-x: scroll;
		word-break: keep-all;
		white-space: nowrap;
	}
	.l-breadcrumbs__item {
		font-size: 3.2vw;
	}
	.l-breadcrumbs__item:not(:last-child) {
		margin-right: 1.8vw;
	}
	.l-breadcrumbs__item--red {
		padding: 1.5vw;
	}
	.bread__icon img{
		height: 6vw;
		margin-right: 2.66vw;
	}
	.l-breadcrumbs__item a {
		padding: 0 2.66vw;
	}
	.l-breadcrumbs__item a::after{
		width: 8px;
		height: 8px;
		top: 50%;
		right: -6px;
	}
}


/*-------------------------------
	pagination
-------------------------------*/
.pagerSec  {
	margin: 0 auto 80px;
}
.pagerSec .l-inner {
	display: flex;
	justify-content: flex-end;
}
.pagerSec .pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagerSec .pagination li {
	padding: 0;
	width: 40px;
	height: 40px;
	font-size: 2.0rem;
	font-weight: 400;
}
.pagerSec .pagination li a,
.pagerSec .pagination li .dots {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 100%;
	color: #A88331;
	transition: all 0.15s linear;
}
.pagerSec .pagination li a {
	background: #fff;
	border: solid 1px #A88331;
}
.pagerSec .pagination li .dots {
	font-size: 3.0rem;
	font-weight: 300;
	transform: translateY(-12px);
}
.pagerSec .pagination li .prev__icon,
.pagerSec .pagination li .next__icon {
	width: 20px;
}
.pagination > * + * {
	margin-left: 4px;
}
.pagerSec .pagination li a:hover,
.pagerSec .pagination li.active a{
	color: #fff;
	background: #C4A349;
}

@media screen and (max-width:768px) {
}


/*-------------------------------
	SVG
-------------------------------*/
.shape__rect {
	fill: #fcfcfc;
}
.shape__rectLine {
	fill: none;
	stroke: #b7b7b7;
	stroke-width: 1px;
}
.shape__text {
	fill: #b7b7b7;
}

.active .shape__rectLine {
	fill: none;
	stroke: #A88331;
	stroke-width: 4px;
}
.active .shape__text {
	fill: #A88331;
}

.c-sizeVariation {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	width: 66.67vw;
	height: 12.12vw;
}
.c-sizeVariation svg{
	width: 100%;
}
.c-sizeV-v__6001200 {
	width: 24.24vw;
	height: 12.12vw;
}
.c-sizeV-v__square {
	display: flex;
	flex-flow: column;
	align-items: stretch;
	justify-content: space-between;
	width: 12.12vw;
}
.c-sizeV-v__square-wrap {
	display: flex;
	justify-content: space-between;
}
.c-sizeV-h__square {
	width: 3.818vw;
	height: 3.818vw;
}
.c-sizeV-h__300300 {
	width: 5.636vw;
	height: 5.636vw;
	margin-right: 1.33vw;
}
.c-sizeV-h__300600 {
	width: 100%;
	height: 5.939vw;
}
.c-sizeV-v__rectangle {
	display: flex;
	flex-flow: column;
	align-items: stretch;
	justify-content: space-between;
	width: 7.27vw;
}
.c-sizeV-h__400400 {
	width: 7.27vw;
	height: 7.27vw;
}
.c-sizeV-h__rectangle {
	width: 7.27vw;
	height: 3.63vw;
}
.c-sizeV-v__600600 {
	width: 12.12vw
}
.c-sizeV-v__mosaic {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-between;
	width: 7.27vw;
}
.c-sizeV-h__randam {
	width: 7.151vw;
	height: 7.45vw;;
}
.c-sizeV-h__mosaic {
	width: 3.818vw;
	height: 3.818vw;
}

@media screen and (min-width:1650px) {
	.c-sizeVariation {
		width: 1100px;
		height: 200px;
	}
	.c-sizeV-v__6001200 {
		width: 400px;
		height: 200px;
	}
	.c-sizeV-v__square {
		width: 200px;
	}
	.c-sizeV-h__square {
		width: 63px;
		height: 63px;
	}
	.c-sizeV-h__300300 {
		width: 93px;
		height: 93px;
		margin-right: 22px;
	}
	.c-sizeV-h__300600 {
		height: 98px;
	}
	.c-sizeV-v__rectangle {
		width: 120px;
	}
	.c-sizeV-h__400400 {
		width: 120px;
		height: 120px;
	}
	.c-sizeV-h__rectangle {
		width: 120px;
		height: 60px;
	}
	.c-sizeV-v__600600 {
		width: 200px;
	}
	.c-sizeV-v__mosaic {
		width: 120px;
	}
	.c-sizeV-h__randam {
		width: 118px;
		height: 123px;
	}
	.c-sizeV-h__mosaic {
		width: 63px;
		height: 63px;
	}
}

@media screen and (max-width:768px) {
	.c-sizeVariation {
		width: 94.6vw;
		height: 17.2vw;
	}
	.c-sizeV-v__6001200 {
		width: 34.4vw;
		height: 17.2vw;
	}
	.c-sizeV-v__square {
		width: 17.2vw;
		height: 17.2vw;
	}
	.c-sizeV-h__square {
		width: 5.418vw;
		height: 5.418vw;
	}
	.c-sizeV-h__300300 {
		width: 7.998vw;
		height: 7.998vw;
		margin-right: 1.892vw;
	}
	.c-sizeV-h__300600 {
		height: 8.4666vw;
	}
	.c-sizeV-v__rectangle {
		width: 10.32vw;
	}
	.c-sizeV-h__400400 {
		width: 10.32vw;
		height: 10.32vw;
	}
	.c-sizeV-h__rectangle {
		width: 10.32vw;
		height: 5.16vw;
	}
	.c-sizeV-v__600600 {
		width: 17.2vw;
	}
	.c-sizeV-v__mosaic {
		width: 10.32vw;
	}
	.c-sizeV-h__randam {
		width: 10.148vw;
		height: 10.578vw;
	}
	.c-sizeV-h__mosaic {
		width: 5.418vw;
		height: 5.418vw;
	}
}

/*リセット */
input[type="checkbox"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* チェックボックスデザイン */
input[type="checkbox"] {
	position: relative;
	cursor: pointer;
	padding-left: 2.424vw
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
	position: absolute;
	content: "";
	display: block;
}
input[type="checkbox"]::before {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #333;
	width: 1.8vw;
	height: 1.8vw;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
input[type="checkbox"]::after {
	border-right: 2px solid #a88331;
	border-bottom: 2px solid #a88331;
	opacity: 0;
	height: 1.09vw;
	width: 0.7vw;
	transform: rotate(45deg) translateY(-100%);
	top: 50%;
	left: -10%;
}
input[type="checkbox"]:checked::after {
	opacity: 1;
}

@media screen and (min-width:1650px) {
	input[type="checkbox"] {
		padding-left: 40px;
	}
	input[type="checkbox"]::before {
		width: 28px;
		height: 28px;
	}
	input[type="checkbox"]::after {
		border-right: 3px solid #a88331;
		border-bottom: 3px solid #a88331;
		height: 18px;
		width: 10px;
	}
}

@media screen and (max-width:1024px) {
	input[type="checkbox"] {
		padding-left: 3vw;
	}
	input[type="checkbox"]::before {
		width: 2.5vw;
		height: 2.5vw;
	}
	input[type="checkbox"]::after {
		border-right: 2px solid #a88331;
		border-bottom: 2px solid #a88331;
		height: 1.6vw;
		width: 1vw;
	}
}

@media screen and (max-width:768px) {
	input[type="checkbox"] {
		padding-left: 5.2vw;
	}
	input[type="checkbox"]::before {
		width: 3.8vw;
		height: 3.8vw;
	}
	input[type="checkbox"]::after {
		border-right: 2px solid #a88331;
		border-bottom: 2px solid #a88331;
		height: 2.2vw;
		width: 1.3vw;
		transform: rotate(45deg) translateY(-90%);
		left: -5%;
	}
}

.finish__cat-icon {
	display: block;
	width: 6.6vw;
	margin-right: 8px;
}

@media screen and (min-width:1650px) {
	.finish__cat-icon {
		width: 114px;
	}
}
@media screen and (max-width:1024px) {
	.finish__cat-icon{
		width: 10vw;
		margin-right: 0.8vw;
	}
}

@media screen and (max-width:768px) {
	.finish__cat-icon {
		width: 15vw;
		margin-right: 1vw;
	}
}


@-webkit-keyframes dropdown-menu {
	0% {
			opacity: 0;
			transform: translate3d(0,-0.8rem,0);
	}
	100% {
			opacity: 1;
			transform: translate3d(0,0,0);
	}
}
@keyframes dropdown-menu {
	0% {
			opacity: 0;
			transform: translate3d(0,-0.8rem,0);
	}
	100% {
			opacity: 1;
			transform: translate3d(0,0,0);
	}
}

@-webkit-keyframes arrow-fade-in {
	0% {
		opacity: 0;
		transform: translate3d(0,0.8rem,0) rotate(180deg);
	}
	100% {
		opacity: 1;
		transform: translateZ(0) rotate(180deg);
	}
}
@keyframes arrow-fade-in {
	0% {
		opacity: 0;
		transform: translate3d(0,0.8rem,0) rotate(180deg);
	}
	100% {
		opacity: 1;
		transform: translateZ(0) rotate(180deg);
	}
}

@-webkit-keyframes button_arrow {
	0% {
		-webkit-transform: translateX(0) rotate(-45deg);
		transform: translateX(0) rotate(-45deg)
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(5px) rotate(-45deg);
		transform: translateX(5px) rotate(-45deg)
		opacity: 1;
	}
}
@keyframes button_arrow {
	0% {
		-webkit-transform: translateX(0) rotate(-45deg);
		transform: translateX(0) rotate(-45deg)
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(5px) rotate(-45deg);
		transform: translateX(5px) rotate(-45deg)
		opacity: 1;
	}
}

/*-------------------------------
 title
-------------------------------*/
/*◆つきタイトル*/
.l-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.box__title {
	position: relative;
	text-align: center;
	margin-bottom: 3.3333vw;
}
.box__title::before {
	position: absolute;
	content: '◆';
	top: 0;
	left: 50%;
	font-size: 2.1333vw;
	font-weight: 500;
	color: #d81818;
	transform: translateX(-50%) translateY(-80%);
}
.box__title-en {
	display: block;
	margin-top: 1.3333vw;
	font-size: 3.75vw;
	font-weight: 400;
}
.box__title-en span {
	color: #d81818;
}
.box__title-jp {
	display: block;
	font-size: 1.7333vw;
	font-weight: 700;
	color: #A88331;
}

.l-box .box__title {
	position: relative;
	text-align: left;
	margin-bottom: 3.64vw;
}
.l-box .box__title::before {
	content: none;
}
.l-box .box__title-en {
	position: relative;
	display: inline-block;
	margin-top: 0;
	font-size: 4.8vw;
	font-weight: 400;
	line-height: 1.2;
}
.l-box .box__title-en::before {
	position: absolute;
	content: '◆';
	top: 50%;
	left: -1.5vw;
	font-size: 2.1875vw;
	font-weight: 500;
	color: #d81818;
	transform: translateX(-50%) translateY(-50%);
}
.l-box .box__title-en.box__title-en-sub::before {
	content: none;
}
.l-box .box__title-en span {
	color: #d81818;
}
.l-box .box__title-jp {
	display: block;
	font-size: 1.3541vw;
	font-weight: 600;
	line-height: 1;
}

.box__text p{
	font-size: 1.3541vw;
	font-weight: 400;
	line-height: 1.8;
}

@media screen and (min-width:1920px) {
	.l-box .box__title {
		margin-bottom: 70px;
	}
	.l-box .box__title::before {
		content: none;
	}
	.l-box .box__title-en {
		font-size: 7.2rem;
	}
	.l-box .box__title-en::before {
		left: -3.5rem;
		font-size: 4.2rem;
	}
	.l-box .box__title-jp {
		font-size: 2.6rem;
	}
	.box__text p{
		font-size: 2.6rem;
	}
}

@media screen and (min-width:1650px) {
	.box__title {
		margin-bottom: 50px;
	}
	.box__title::before {
		font-size: 3.2rem;
	}
	.box__title-en {
		font-size: 7.2rem;
		margin-top: 2rem;
	}
	.box__title-jp {
		font-size: 2.6rem;
	}
}

@media screen and (max-width:768px) {
	.l-box {
		flex-flow: column;
	}
	.box__title {
		margin-bottom: 8vw;
	}
	.box__title::before {
		font-size: 6vw;
	}
	.box__title-en {
		display: block;
		margin-top: 1.3333vw;
		font-size: 10.6667vw;
		line-height: 1.1;
	}
	.box__title-jp {
		font-size: 4.2667vw;
	}

	.l-box .box__title {
		margin-bottom: 8vw;
	}
	.l-box .box__title::before {
		content: none;
	}
	.l-box .box__title-en {
		padding-left: 7vw;
		font-size: 10.6667vw;
		font-weight: 400;
		line-height: 1.2;
	}
	.l-box .box__title-en.box__title-en-sub {
		padding-left: 0;
	}
	.l-box .box__title-en::before {
		position: absolute;
		content: '◆';
		top: 50%;
		left: 3vw;
		font-size: 8vw;
		font-weight: 500;
		color: #d81818;
		transform: translateX(-50%) translateY(-50%);
	}
	.l-box .box__title-en.box__title-en-sub::before {
		content: none;
	}
	.l-box .box__title-en span {
		color: #d81818;
	}
	.l-box .box__title-jp {
		font-size: 4.2667vw;
	}
	.box__text p {
		font-size: 4.2667vw;
	}
}

/*左右ラインつきタイトル*/
.title--line-gold {
	display: flex;
	align-items: center;
	font-size: 2.1333vw;
	font-weight: 600;
	color: #a88331;
}
.title--line-gold::before,
.title--line-gold::after {
	content: "";
	background-color: #a88331;
	flex-grow: 1;
	height: 2px;
}
.title--line-gold::before {
	margin-right: 1.6vw;
}
.title--line-gold::after {
	margin-left: 1.6vw;
}

@media screen and (min-width:1650px) {
	.title--line-gold {
		font-size: 3.2rem;
	}
	.title--line-gold::before {
		margin-right: 24px;
	}
	.title--line-gold::after {
		margin-left: 24px;
	}
}

@media screen and (max-width:768px) {
	.title--line-gold {
		font-size: 4.8vw;
	}
	.title--line-gold::before,
	.title--line-gold::after {
		height: 1px;
	}
	.title--line-gold::before {
		margin-right: 3vw;
	}
	.title--line-gold::after {
		margin-left: 3vw;
	}
}