@charset "UTF-8";
/*-------------------------------
 header
-------------------------------*/
#top .headerSec {
	background: rgba(255,255,255,0.8 );
	transition: all .5s;
}

#top .headerSec.js-bgWhite {
	background: rgba(255,255,255,1 );
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
	transition: all .5s;
}

/*-------------------------------
 main
-------------------------------*/
#top .mainSec {
	margin-top: 0;
}

/*-------------------------------
 footer
-------------------------------*/
#top .footerSec {
	margin-bottom: 6.6666vw;
}
@media screen and (min-width:1650px) {
	#top .footerSec {
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 768px) {
	#top .footerSec {
		margin-bottom: 12vw;
	}
}


/*-------------------------------
 固定ボタン
-------------------------------*/
.side__fixedBtn{
	position:fixed;
	bottom: 50vh;
	right: 0;
	cursor: pointer;
	z-index: 9999;
	transition: all 0.6s;
}
.side__fixedBtn a {
	display: flex;
	flex-flow: column;
	padding: 0.6vw 0.9vw 0.6vw 0.6vw;
	background: #000;
}
.side__fixedBtn a h2{
	writing-mode: vertical-rl;
	font-size: 1.21vw;
	font-weight: 600;
	color: #fff;
}
.side__fixedBtn a img{
	margin-top: 0.6vw;
}

@media screen and (max-width: 1024px) {
	.side__fixedBtn{
		display: none;
	}
}

.bottom__fixedBtn {
	position: fixed;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 6.6666vw;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}
.bottom__fixedBtn .c-btn{
	width: auto;
	margin: 0 25px;
}

@media screen and (min-width:1650px) {
	.bottom__fixedBtn {
		height: 100px;
	}
	.bottom__fixedBtn .c-btn{
		margin: 0 1.6666vw;
	}
}

@media screen and (max-width: 768px) {
	.bottom__fixedBtn {
		height: 12vw;
	}
	.bottom__fixedBtn .c-btn{
		width: auto;
		margin: 0 1.2vw;
	}
	.bottom__fixedBtn .c-btn a{
		width: 40vw;
		margin: 0;
		padding: 1.2vw 0;
		font-size: 3.2vw;
	}
}

/*-------------------------------
 検索モーダルウィンドウ
-------------------------------*/
.modal__box {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 11;
}

.modal__wrap {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
}
#search__panel .modal__wrap {
	background: rgba(255, 255, 255, 0.8);
}

.modal__inner {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80vw;
	max-width: 80vw;
	height: 48.66vw;
	padding: 0;
	transform: translate(-50%, -50%);
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.modal__box .close__btn {
	display: block;
	width: 13.33vw;
	height: 13.33vw;
	right: 5px;
	top: 0;
	text-align: center;
	position: absolute;
	z-index: 1;
}
.modal__box .close__btn span{
	display: inline-block;
	position: absolute;
	transition: all .4s;
	height: 3px;
	border-radius: 2px;
	background-color: #333;
	opacity: 1;
}
#search__panel.modal__box .close__btn span{
	background-color: #fff;
}
.modal__box .close__btn span:nth-of-type(1) {
	top: 1.697vw;
	right: 0;
	transform: rotate(-45deg);
	width: 3.03vw;
}
.modal__box .close__btn span:nth-of-type(2){
	top: 1.697vw;
	right: 0;
	transform: rotate(45deg);
	width: 3.03vw;
}
.modal__box .modal__contents {
	height: calc( 100% - 4.5333vw);
	display: flex;
	flex-flow: column;
	justify-content: center;
	padding: 0 10.66vw;
	background: #fff;
}

#search__panel .modal__inner .modal__contents{
	background: #333333;
}
.search__form h3 {
	margin-bottom: 8px;
	font-size: 1.4666vw;
	font-weight: 500;
	color: #fff;
}
.search__box {
	margin-bottom: 2vw;
}
.search__form .search__box-keyword__wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search__form .search__box-keyword label{
	position: relative;
	width: 75%;
}
.search__form .search__box-keyword input {
	width: 100%;
	padding: 1vw 1.21vw;
	border: 1px solid #707070;
	font-size: 1.21vw;
	outline: none;
}
.search__form .search__box-keyword label i {
	position: absolute;
	top: 50%;
	right: 1.21vw;
	font-size: 1.4545vw;
	line-height: 1;
	-webkit-transform: translateY(-45%);
			-ms-transform: translateY(-45%);
					transform: translateY(-45%);
}
.search__form .submitBtn__Box {
	width: 23%;
	margin: 0 auto;
}
#search__panel .place__link {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
#search__panel .place__link li{
	width: 23.5%;
}
#search__panel .place__link li a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#search__panel .place__link li div.place__wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8666vw;
	font-weight: 500;
	color: #fff;
	z-index: 1;
}
#search__panel .place__link li img{
	width: 100%;
	height: 100%;
}

#search__panel .link__Wrap {
	display: flex;
	justify-content: space-around;
}

#search__panel .link__Wrap a {
	display: block;
	font-size: 1.6vw;
	color: #fff;
	text-decoration: underline;
	text-align: center;
}
#search__panel .link__Wrap a:hover{
	color: #fff;
	text-decoration: underline;
}

.picture__box {
	position: relative;
}
.picture__list {
	width: 50.66vw;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.picture__list li{
	width: calc( ( 100% - 2vw ) / 3 );
}
.picture__list li:nth-of-type(1),
.picture__list li:nth-of-type(2),
.picture__list li:nth-of-type(3) {
	margin-bottom: 1vw;
}
.picture__box .c-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	margin: 0;
	transform: translateX( -50%) translateY(-50%);
}

@media screen and (min-width:1650px) {
	.modal__inner {
		width: 70%;
		max-width: 1200px;
		height: 730px;
	}
	.modal__box .close__btn {
		width: 55px;
		height: 55px;
	}
	.modal__box .close__btn span:nth-of-type(1) {
		top: 28px;
		width: 50px;
	}
	.modal__box .close__btn span:nth-of-type(2){
		top: 28px;
		width: 50px;
	}
	.modal__box .modal__contents {
		height: calc( 100% - 68px);
		padding: 0 160px;
	}
	.search__form h3 {
		margin-bottom: 8px;
		font-size: 2.2rem;
	}
	.search__box {
		margin-bottom: 30px;
	}
	.search__form .search__box-keyword input {
		padding: 15px 20px;
		font-size: 2.0rem;
	}
	.search__form .search__box-keyword label i {
		right: 20px;
		font-size: 2.4rem;
	}
	.search__form .submitBtn__Box {
		margin: 0 auto;
	}
	#search__panel .place__link li div.place__wrap {
		font-size: 2.8rem;
	}
	#search__panel .link__Wrap a {
		font-size: 2.4rem;
	}
	.picture__list {
		width: 760px;
	}
	.picture__list li{
		width: calc( ( 100% - 40px ) / 3 );
	}
	.picture__list li:nth-of-type(1),
	.picture__list li:nth-of-type(2),
	.picture__list li:nth-of-type(3) {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.modal__contents .submit__btn {
		font-size: 1.696vw;
	}
	.search__form .submitBtn__Box .submit__btn {
		width: 100%;
		max-width: 100%;
		font-size: 1.696vw;
	}
	.search__form .search__box-keyword label i {
		right: 2vw;
		font-size: 2.4vw;
	}
}

@media screen and (max-width: 768px) {
	.modal__wrap {
		background: #F6F3EC;
	}
	#search__panel .modal__wrap {
		background: #F6F3EC;
	}
	.modal__inner {
		width: 90%;
		max-width: 90%;
		height: calc( 100% - 10vw );
	}
	.modal__box .close__btn {
		width: 6.5vw;
		height: 6.5vw;
	}
	.modal__box .close__btn span:nth-of-type(1) {
		top: 5vw;
		right: 2vw;
		width: 6vw;
	}
	.modal__box .close__btn span:nth-of-type(2){
		top: 5vw;
		right: 2vw;
		width: 6vw;
	}
	.modal__box .modal__contents {
		height: calc( 100% - 14vw );
		padding: 0 5%;
	}
	.search__form h3 {
		margin-bottom: 8px;
		font-size: 3.7333vw;
	}
	.search__box {
		margin-bottom: 4vw;
	}
	.search__form .search__box-keyword__wrap {
		flex-flow: column;
	}
	.search__form .search__box-keyword label{
		position: relative;
		width: 100%;
	}
	.search__form .search__box-keyword input {
		padding: 3vw 3.6vw;
		font-size: 4.26vw;
	}
	.search__form .search__box-keyword label i {
		right: 2vw;
		font-size: 3.8vw;
	}
	.search__form .submitBtn__Box {
		width: 100%;
		margin: 0;
		display: flex;
		justify-content: flex-end;
	}
	.search__form .submitBtn__Box .submit__btn {
		width: 40%;
		max-width: 40%;
		font-size: 4.8vw;
		padding: 2vw;
		margin: 2vw 0 0;
	}
	#search__panel .place__link {
		flex-flow: wrap;
	}
	#search__panel .place__link li{
		width: calc( (100% - 3vw ) / 2 );
	}
	#search__panel .place__link li:nth-of-type(1),
	#search__panel .place__link li:nth-of-type(2) {
		margin-bottom: 3vw;
	}
	#search__panel .place__link li div.place__wrap {
		font-size: 4.26vw;
	}
	#search__panel .link__Wrap a {
		font-size: 4.26vw;
	}

	.modal__inner .c-btn {
		position: absolute;
		right: 0;
		bottom: 0;
		justify-content: flex-end;
	}
	.modal__inner .c-btn a{
		width: auto;
		padding: 2.5vw;
		font-size: 3.7vw;
	}
	.picture__box {
		padding: 9vw 0 0 0;
	}
	.picture__list {
		width: 90%;
	}
	.picture__list li{
		width: calc( (100% - 3vw ) / 2 );
	}
	.picture__list li:nth-of-type(1),
	.picture__list li:nth-of-type(2),
	.picture__list li:nth-of-type(3),
	.picture__list li:nth-of-type(4) {
		margin-bottom: 3vw;
	}
	.picture__box .c-btn {
		position: static;
		width: 100%;
		margin: 4vw auto 5vw;
		transform: translateX(0) translateY(0);
	}
}


/*-------------------------------
 mvSec
-------------------------------*/
.mvSec {
	position: relative;
	width: 100%;
	height: 50.4166vw;
	padding-left: 18.229vw;
	background: #FBFAF7;
	overflow: hidden;
}
.mv__title {
	position: absolute;
	top: 13.02vw;
	left: 0;
	z-index: 1;
	color: #222222;
}
.mv__title h1 .mv__title-main {
	display: block;
	padding: 1.0416vw 3.125vw;
	font-size: 3.125vw;
	font-weight: 700;
	line-height: 1.3;
	color: #222222;
	background-color: rgba( 255, 255, 255, 0.7 );
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}
.mv__title h1 .mv__title-sub {
	display: block;
	margin-top: 1.0416vw;
	padding: 1.0416vw 3.125vw;
	font-size: 1.4583vw;
	font-weight: 400;
	line-height: 1.8;
	color: #222222;
	background-color: rgba( 255, 255, 255, 0.7 );
	-webkit-backdrop-filter: blur(12px);
	backdrop-filter: blur(12px);
}
.mv__search {
	position: absolute;
	bottom: 5.2083vw;
	left: auto;
	right: auto;
	display: flex;
	justify-content: space-between;
	width: 62.5vw;
	padding: 0 5.2083vw;
	z-index: 1;
}
.mv__search .c-btn {
	width: auto;
}

@media screen and (min-width:1920px) {
	.mvSec {
		height: 968px;
		padding-left: 350px;
	}
	.mv__title {
		top: 250px;
	}
	.mv__title h1 .mv__title-main {
		padding: 20px 60px;
		font-size: 6.0rem;
	}
	.mv__title h1 .mv__title-sub {
		margin-top: 20px;
		padding: 20px 60px;
		font-size: 2.8rem;
	}
	.mv__search {
		bottom: 100px;
		width: 1200px;
		padding: 0 100px;
	}
}

@media screen and (max-width: 768px) {
	.mvSec {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0;
	}
	.mv-slick {
		display: none;
	}
	.mv__img {
		width: 90%;
		margin: 0 auto;
	}
	.mv__title {
		position: static;
		width: 98%;
		margin: 0 auto 0 0;
		margin-top: -50px;
	}
	.mv__title h1 .mv__title-main {
		padding: 3vw 6vw;
		font-size: 7.4666vw;
		background-color: rgba( 255, 255, 255, 0.5 );
		white-space: nowrap;
	}
	.mv__title h1 .mv__title-main span{
		font-size: 5.3333vw;
	}
	.mv__title h1 .mv__title-sub {
		width: 98%;
		margin: 2.1333vw auto 0 0;
		padding: 3vw 6vw;
		font-size: 3.7333vw;
		background-color: #fff;
	}
	.mv__search {
		position: static;
		flex-flow: column;
		width: 73vw;
		padding: 8vw 0 16vw;
		margin: 0 auto;
		z-index: 1;
	}
	.mv__search .c-btn {
		width: auto;
	}
	.mv__search .c-btn:first-of-type {
		margin-bottom: 4vw;
	}
	.mv__search .c-btn a{
		width: 100%;
	}
}


/*-------------------------------
 conceptSec
-------------------------------*/
.conceptSec {
	position: relative;
	width:100%;
	overflow: hidden;
}
.conceptSec::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #F6F3EC;
}
.conceptSec .l-inner{
	position: relative;
	width: 89.58vw;
	max-width: 89.58vw;
	margin: 0 auto;
	padding: 5.2083vw 0 5.2083vw 13.0208vw;
}
.conceptSec .l-inner::before{
	position: absolute;
	content: "";
	top: 0;
	right: 15.625vw;
	width: 100%;
	height: 100%;
	background: #F6F3EC;
}
.concept__box {
	width: 100%;
}
.conceptSec__text {
	width: 37.7083vw;
	text-align: left;
	z-index: 1;
}
.conceptSec__img {
	width: 35vw;
	z-index: 1;
}

@media screen and (min-width:1920px) {
	.conceptSec .l-inner{
		width: 1720px;
		max-width: 1720px;
		padding: 100px 0 100px 250px;
	}
	.conceptSec .l-inner::before{
		right: 300px;
	}
	.conceptSec__text {
		width: 724px;
	}
	.conceptSec__img {
		width: 672px;
	}
}

@media screen and (max-width: 768px) {
	.conceptSec {
		background: #F6F3EC;
	}
	.conceptSec::before{
		content: none;
	}
	.conceptSec .l-inner{
		position: relative;
		width: 95vw;
		max-width: 95vw;
		margin: 0 0 auto 0;
		background: none;
		padding: 12vw 5vw;
	}
	.conceptSec .l-inner::before{
		left: 0;
		right: auto;
		width: 95vw;
		height: calc( 100% - 45vw );
		background: #fff;
	}
	.concept__box {
		width: 100%;
	}
	.conceptSec__text {
		width: 100%;
		margin-bottom: 9.3333vw;
	}
	.conceptSec__img {
		width: 95vw;
	}
}


/*-------------------------------
 catalogSec
-------------------------------*/
.catalogSec {
	width:100%;
	background: #fff;
}
.catalogSec .l-inner{
	position: relative;
	width: 72.727vw;
	max-width: 72.727vw;
	margin: 0 auto;
	padding: 5.2083vw 0;
}
.catalog__box {
	width: 100%;
}
.catalogSec__img {
	width: 24.0625vw;
}
.catalogSec__text {
	width: 36.71875vw;
	text-align: right;
}
.catalogSec .l-box .box__title {
	text-align: right;
}
.catarog__list {
	display: none;
}

@media screen and (min-width:1920px) {
	.catalogSec .l-inner{
		width: 1200px;
		max-width: 1200px;
		padding: 100px 0;
	}
	.catalogSec__img {
		width: 462px;
	}
	.catalogSec__text {
		width: 705px;
	}
}

@media screen and (max-width: 768px) {
	.catalogSec {
		width:100%;
		padding-bottom: 13.3333vw;
		background: #F6F3EC;
	}
	.catalogSec .l-inner{
		position: relative;
		width: 90vw;
		max-width: 90vw;
		margin: 0 auto;
		padding:  0;
	}
	.catalog__box {
		width: 100%;
	}
	.catalog__text {
		
	}
	.catalogSec__img {
		width: 60%;
		margin: 0 auto 5.3333vw;
	}
	.catalogSec__text {
		width: 100%;
		text-align: left;
	}
	.catalogSec .l-box .box__title {
		text-align: center;
	}
	.catarog__list {
		display: block;
		width: 100%;
	}
	.catarog__list li {
		position: relative;
		width: 100%;
		height: 37.3333vw;
		overflow: hidden;
	}
	.catarog__list li:first-of-type {
		margin-bottom: 4vw;
	}
	.catarog__list li a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		padding: 6vw 3vw 3vw 8vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-flow: column;
		color: #fff;
		z-index: 1;
	}
	.catarog__list li a h3{
		display: block;
		width: 100%;
		font-size: 7.4667vw;
		font-weight: 600;
		text-align: left;
	}
	.catarog__list li a h4{
		display: block;
		width: 100%;
		font-size: 5.3333vw;
		font-weight: 500;
		text-align: left;
	}
	.catarog__list li a .download__link{
		display: block;
		width: 100%;
		font-size: 5.3333vw;
		font-weight: 500;
		text-align: right;
	}
}


/*-------------------------------
 newProductSec
-------------------------------*/
.newProductSec {
	width:100%;
	height: 18.75vw;
	max-height: 360px;
	background: url(https://nagoya-ceramics.co.jp/assets/img/top/new__product__bg.jpg) no-repeat top center;
	background-size: contain;
}
.newProductSec .l-inner{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width:1920px) {
	.newProductSec {
		background-size: cover;
	}
}

@media screen and (max-width: 768px) {
	.newProductSec {
		height: 52.5333vw;
		background: url(https://nagoya-ceramics.co.jp/assets/img/top/new__product__bg-sp.jpg) no-repeat top center;
		background-size: contain;
	}
	.newProductSec .l-inner .c-btn__inner span{
		font-size: 3.7333vw;
		font-weight: 300;
		line-height: 1;
	}
}


/*-------------------------------
 specialSec
-------------------------------*/
.specialSec {
	width:100%;
	padding: 5.3333vw 0;
	background: #FBFAF7;
}
.specialSec .l-inner{
	max-width: 1200px;
}
.special__list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 2.3333vw
}
.special__item {
	width: calc( 100% - 60px );
	margin: 0 20px;
	background: #fff;
}
.special__item a{
	display: flex;
	flex-flow: column;
	align-items: stretch;
	width: 100%;
	height: 100%;
}
.special__item-img {
	height: 200px;
	overflow: hidden;
}

.special__item-text {
	display: flex;
	flex-flow: column;
	align-items: stretch;
	justify-content: space-between;
	padding: 1.6666vw;
}
.special__item-title {
	margin-bottom: 1.6666vw;
}
.special__item-title h3 {
	font-size: 2vw;
	font-weight: 400;
}
.special__item-title .special__item-taxo {
	display: inline-block;
	padding: 2px 1.3333vw;
	margin-bottom: 1.3333vw;
	font-size: 1.4666vw;
	font-weight: 500;
	color: #fff;
	background: #D81818;
}

.special__item-more{
	position: relative;
	display: inline-block;
	padding-right: 3.6666vw;
	font-size: 1.3333vw;
	color: #A88331;
	text-align: right;
	text-decoration: none;
	outline: none;
}
.special__item-more::after{
	position: absolute;
	content: '';
	bottom: 0.6666vw;
	right: 0;
	width: 2.6666vw;
	height: 0.3333vw;
	background: url(https://nagoya-ceramics.co.jp/assets/img/common/long__arrow.svg) no-repeat;
	background-size: 100% 100%;
	transition: all .3s;
}
.special__item a:hover .special__item-more::after{
	right: -0.3333vw;
}
.specialSec .c-btn a{
	width: 33.333vw;
}

@media screen and (min-width:1650px) {
	.specialSec {
	padding: 80px 0;
	}
	.special__list {
		margin-bottom: 35px
	}
	.special__item {
		margin: 0 20px;
	}
	.special__item-text {
		padding: 25px;
	}
	.special__item-title {
		margin-bottom: 25px;
	}
	.special__item-title h3 {
		font-size: 3.0rem;
	}
	.special__item-title .special__item-taxo {
		padding: 2px 20px;
		margin-bottom: 20px;
		font-size: 2.2rem;
	}
	.special__item-more{
		padding-right: 55px;
		font-size: 2.0rem;
	}
	.special__item-more::after{
		bottom: 10px;
		width: 40px;
		height: 5px;
	}
	.special__item-more:hover::after{
		right: -5px;
	}
	.specialSec .c-btn a{
		width: 50rem;
	}
}

@media screen and (max-width: 768px) {
	.specialSec {
		padding: 13.3333vw 0;
	}
	.specialSec .l-inner{
		width: 90vw;
		max-width: 90vw;
	}
	.special__list {
		flex-flow: column;
		margin-bottom: 1.2vw;
	}
	.special__item {
		margin: 0 auto 4.8vw;
	}
	.special__item-text {
		padding: 6vw;
	}
	.special__item-title {
		margin-bottom: 5.3333vw;
	}
	.special__item-title h3 {
		font-size: 4.2667vw;
	}
	.special__item-title .special__item-taxo {
		padding: 2px 4.8vw;
		margin-bottom: 2.1333vw;
		font-size: 5.8667vw;
	}
	.special__item-more{
		padding-right: 10vw;
		font-size: 3.7333vw;
	}
	.special__item-more::after{
		position: absolute;
		content: '';
		bottom: 1.5vw;
		right: 0;
		width: 8.5333vw;
		height: 1.24vw;
	}
	.special__item a:hover .special__item-more::after{
		right: -1vw;
	}
	.specialSec .c-btn a{
		width: 80vw;
	}
}


/*-------------------------------
 newsSec
-------------------------------*/
.newsSec {
	width:100%;
	padding: 5.3333vw 0;
	background: #F6F3EC;
}
.newsSec .l-inner{
	max-width: 1000px;
}
.news__list {
	margin-bottom: 2.3333vw;
	border-top: 1px solid #D8D6CF;
}
.news__item {
	border-bottom: 1px solid #D8D6CF;
}
.news__item a {
	width: 100%;
	height: 100%;
	padding: 1vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.news__item time {
	width: 12vw;
	font-size: 1.4666vw;
	color: #D12424;
}
.news__item h3 {
	font-size: 1.7333vw;
	color: #333333;
}

@media screen and (min-width:1650px) {
	.newsSec {
		padding: 80px 0;
	}
	.news__list {
		margin-bottom: 35px;
	}
	.news__item a {
		padding: 15px;
	}
	.news__item time {
		width: 180px;
		font-size: 2.2rem;
	}
	.news__item h3 {
		font-size: 2.6rem;
	}
}

@media screen and (max-width:1200px) {
	.newsSec .l-inner{
		max-width: 80%;
	}
}

@media screen and (max-width: 768px) {
	.newsSec {
		padding: 13.3333vw 0;
	}
	.newsSec .l-inner{
		width: 90vw;
		max-width: 90vw;
	}
	.news__list {
		margin-bottom: 6vw;
	}
	.news__item a {
		width: 100%;
		height: 100%;
		padding: 3.2vw 0;
		flex-flow: column;
		align-items: flex-start;
	}
	.news__item time {
		width: 100%;
		font-size: 4.2667vw;
	}
	.news__item h3 {
		font-size: 4.2667vw;
	}
}


/*-------------------------------
 moreSec
-------------------------------*/
.moreSec {
	width:100%;
	padding: 5.3333vw 0;
	background: #FBFAF7;
}
.moreSec .l-inner{
	max-width: 1000px;
}
.more__list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.more__item {
	position: relative;
	width: 480px;
	height: 200px;
	overflow: hidden;
}
.more__item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4.0rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	background: rgba(0,0,0,0.4);
	z-index: 1;
	transition: .5s all;
}
.more__item img{
	transition: .5s all;
}
.more__item a:hover{
	background: rgba(0,0,0,0.3);
}
.more__item:hover img{
	transform:scale(1.1,1.1);
	transition: .5s all;
}
.between-bg {
	display: block;
	width: 100%;
	height: 20.3125vw;
	max-height: 390px;
	margin-top: 5.3333vw;
	background: url(https://nagoya-ceramics.co.jp/assets/img/top/more__bg.jpg) no-repeat bottom center;
	background-size: contain;
}

.more__item a.comingsoon::after {
	font-size: 5.2rem!important;
}

@media screen and (min-width:1920px) {
	.between-bg {
		background-size: cover;
	}
}

@media screen and (min-width:1650px) {
	.moreSec {
		padding: 80px 0;
	}
	.between-bg {
		margin-top: 80px;
	}
}

@media screen and (max-width:1200px) {
	.moreSec .l-inner{
		max-width: 80%;
	}
	.more__item {
		width: 38.4vw;
		height: 16vw;
	}
	.more__item a {
		font-size: 3.2vw;
	}
}

@media screen and (max-width: 768px) {
	.moreSec {
		padding: 13.3333vw 0;
	}
	.moreSec .l-inner{
		width: 90vw;
		max-width: 90vw;
	}
	.more__list {
		flex-flow: column;
		margin-bottom: 13.3333vw;
	}
	.more__item {
		width: 100%;
		height: 37.3333vw;
	}
	.more__item:first-of-type {
		margin-bottom: 4vw;
	}
	.more__item a {
		justify-content: flex-start;
		padding: 6vw 8vw;
		font-size: 7.4667vw;
		font-weight: 500;
		line-height: 1.2;
		text-align: left;
	}
	.between-bg {
		height: 42.6667vw;
		margin-top: 0;
		background: url(https://nagoya-ceramics.co.jp/assets/img/top/more__bg-sp.jpg) no-repeat bottom center;
		background-size: contain;
	}
	.more__item a.comingsoon::after {
		font-size: 7.8vw!important;
	}
}


/*-------------------------------
 companySec
-------------------------------*/
.companySec {
	position: relative;
	width:100%;
	background: #FBFAF7;
	overflow: hidden;
	z-index: 0;
}
.companySec .l-inner{
	position: relative;
	width: 89.58vw;
	max-width: 89.58vw;
	margin: 0 auto;
	padding: 5.2083vw 0 1.5625vw 13.0208vw;
}
.companySec .l-inner::before{
	position: absolute;
	content: "";
	top: 0;
	right: 15.625vw;
	width: 100%;
	height: 100%;
	background: #fff;
}
.company__box {
	width: 100%;
}
.company__text {
	width: 37.7083vw;
	text-align: left;
}
.company__img-pc {
	position: absolute;
	top: 50%;
	right: 0;
	width: 50vw;
	transform: translateY(-70%);
}
.company__img-sp {
	display: none;
}
.box__text-paragraph {
	position: relative;
	width: 28.125vw;
}
.companySec .c-btn {
	width: 89.58vw;
	max-width: 89.58vw;
	margin: 0 auto;
}
.companySec .c-btn a{
	margin: 2.6vw 0 2.6vw 13.0208vw;
}
.companySec .c-btn-sp{
	display: none;
}

@media screen and (min-width:1920px) {
	.companySec .l-inner{
		width: 1720px;
		max-width: 1720px;
		padding: 100px 0 30px 250px;
	}
	.companySec .l-inner::after{
		right: 300px;
	}
	.company__text {
		width: 724px;
	}
	.company__img {
		width: 960px;
	}
	.box__text-paragraph {
		width: 540px;
	}
	.companySec .c-btn {
		width: 1720px;
		max-width: 1720px;
	}
	.companySec .c-btn a {
		margin: 50px 0 50px 250px;
	}
}

@media screen and (max-width: 768px) {
	.companySec .l-inner{
		position: relative;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 0 0;
		padding: 0 0 10vw 5vw;
	}
	.companySec .l-inner::before{
		top: 21vw;
		left: 0;
		right: inherit;
		width: 95vw;
	}
	.company__box {
		width: 100%;
		padding: 0 10vw 0 0;
		flex-flow: column;
	}
	.company__text {
		width: 100%;
		text-align: left;
	}
	.company__img-pc {
		display: none;
	}
	.company__img-sp {
		position: relative;
		display: block;
	}
	.box__text-paragraph {
		width: 100%;
	}
	.companySec .c-btn-sp{
		display: flex;
	}
	.companySec .c-btn-pc{
		display: none;
	}
	.companySec .c-btn {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.companySec .c-btn a{
		margin: 6vw 0 8vw 0;
	}
}


/*-------------------------------
 recruitSec
-------------------------------*/
.recruitSec {
	position: relative;
	width:100%;
	padding-top: 4.6875vw;
	background: #FBFAF7;
	overflow: hidden;
}
.recruitSec .l-inner{
	position: relative;
	width: 89.58vw;
	max-width: 89.58vw;
	margin: 0 auto;
	padding: 2.6vw 13.02vw 3.6458vw 0;
}
.recruitSec .l-inner::before{
	position: absolute;
	content: "";
	top: 10.4166vw;
	left: 15.625vw;
	width: 100%;
	height: 100%;
	background: #fff;
}
.recruit__box {
	width: 100%;
	justify-content: flex-end;
}
.recruitSec .l-box .box__title {
	text-align: right;
}
.recruit__text {
	width: 28.125vw;
}
.recruit__img-pc {
	position: absolute;
	top: 90px;
	left: 0;
	width: 50vw;
}
.recruit__img-sp {
	display: none;
}
.recruitSec .c-btn{
	width: 89.58vw;
	max-width: 89.58vw;
	margin: 0 auto;
}
.recruitSec .c-btn a{
	margin: 0 13.02vw 2.6vw 0;
}
.recruitSec .c-btn-sp{
	display: none;
}

@media screen and (min-width:1920px) {
	.recruitSec {
		padding-top: 90px;
	}
	.recruitSec .l-inner{
		width: 1720px;
		max-width: 1720px;
		padding: 50px 250px 70px 0;
	}
	.recruitSec .l-inner::before{
		top: 200px;
		left: 300px;
	}
	.recruit__text {
		width: 540px;
	}
	.recruit__img {
		width: 960px;
	}
	.recruitSec .c-btn{
		width: 1720px;
		max-width: 1720px;
	}
	.recruitSec .c-btn a{
		margin: 0 250px 50px 0;
	}
}

@media screen and (max-width: 768px) {
	.recruitSec {
		padding-top: 13.3333vw;
	}
	.recruitSec .l-inner{
		position: relative;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 0 0;
		padding: 0 5vw 10vw 0;
	}
	.recruitSec .l-inner::before{
		top: 21vw;
		right: 0;
		left: inherit;
		width: 95vw;
	}
	.recruit__box {
		width: 100%;
		padding: 0 0 0 10vw;
		flex-flow: column;
	}
	.recruitSec .l-box .box__title {
		text-align: right;
	}
	.recruit__text {
		width: 100%;
	}
	.recruit__img-pc {
		display: none;
	}
	.recruit__img-sp {
		position: relative;
		display: block;
	}
	.box__text-paragraph {
		width: 100%;
	}
	.recruitSec .c-btn-sp{
		display: flex;
		justify-content: flex-end;
	}
	.recruitSec .c-btn-pc{
		display: none;
	}
	.recruitSec .c-btn {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.recruitSec .c-btn a{
		margin: 6vw 0 8vw 0;
	}
}


