@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;600&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Borel&display=swap');

/* <weight>: Use a value from 100 to 900 */
/* <uniquifier>: Use a unique and descriptive class name */
 .f_ub {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.f_mp-r {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.f_mp-b {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* ******************************************
	General
****************************************** */

html,
body {
	/* max-width: 1280px; */
	margin: 0 auto;
	padding: 0;
	font-family: "游ゴシック", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.75em;
	color: #251e1c;
	position: relative;
}
body {
	overflow-x: hidden;
}
body.blue {
	background-color: #87c6eb;
	/* background-color: rgba(175,198,228,0.5); */
}
body.sky {
	background-image: url(../images/common/back_sky.jpeg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;

}
body.skyg {
	background-image: url(../images/common/back_sky_g.jpeg);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-attachment: fixed;

}
html {
	/* padding-top: 160px; */
	scroll-behavior: smooth;
}

main {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

section {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 60px 0;
	text-align: center;
}

h1 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 45px;
	line-height: 1.2em;
	letter-spacing: 1px;

  font-weight: 600;
  font-style: normal;
}
h2 {
	margin: 0 0 30px;
	padding: 0;
	font-size: 30px;
	line-height: 1.2em;
}
h2.txt_line {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
	color: #fff;
	font-size: min(10vw,110px);
}
@supports (-webkit-text-stroke: 2px #fff) {
	h2.txt_line {
    -webkit-text-fill-color: rgba(255,255,255,0);
    -webkit-text-stroke: 2px #fff;
  }
}
h3 {
	margin: 0 0 25px;
	padding: 0;
	text-align: center;
	font-size: 24px;
	letter-spacing: 1px;
}
h4 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
}

p {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #313332;
}
a:hover {
	/* border-bottom: 1px dashed #c40018; */
}

img {
	width: 100%;
	height: auto;
	border: none;
}
picture {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0 auto;
	line-height: 0.1em;
}
picture img {
	width: 100%;
}

i, address {
	font-style: normal;
}

@media screen and (max-width:1024px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		margin: 0 0 25px;
		font-size: 35px;
	}
	h2.f51 {
		font-size: 45px;
	}
}
@media screen and (max-width:600px) {
	section {
		padding: 50px 0;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h2.f51 {
		font-size: 35px;
	}
}


/* ******************************************
	class
****************************************** */
.wrap {
	width: 90%;
	margin: 0 auto;
	position: relative;
}
.wrap.min {
	max-width: 950px;
}

/* 余白 */
.pr30 { padding-right: 30px; }
.pr40 { padding-right: 40px; }
.pr75 { padding-right: 75px; }
.pr100 { padding-right: 100px; }

.pl30 { padding-left: 30px; }
.pl40 { padding-left: 40px; }
.pl75 { padding-left: 75px; }
.pl100 { padding-left: 100px; }

.mt15 { margin-top: 15px; }
.mt50 { margin-top: 50px; }

.mb15 { margin-bottom: 15px; }
.mb25 { margin-bottom: 25px; }
.mb50 { margin-bottom: 50px; }


/* 文字カラー */
.f_color_wh { color: #fff; }
.f_color_bl { color: #75BFD3; }
.f_color_pk { color: #DE7E7B; }


/* 背景カラー */
.bg_color_gr { background-color: #ECECEC; }
.bg_color_lgr { background-color: #F6F6F6; }
.bg_color_wh { background-color: #fff; }
.bg_color_gre { background-color: #E8EDD8; }


/* 縦書き */
.vertical {
	writing-mode: vertical-rl;
	text-orientation: upright;
}

/* 文字揃え */
.talign_l {
	text-align: left;
}
.talign_r {
	text-align: right;
}
.talign_c {
	text-align: center;
}



/* 改行 */
.wbr {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.wbr.center {
  justify-content: center;
}
.wbr i {
	display: inline-block;
	font-style: normal;
	white-space: nowrap;
}


/* ボタン */
.btn_more {
	display: block;
	margin-top: 40px;
	text-align: left;
}
.btn_more.center {
	text-align: center;
}
.btn_more a {
	border: 1px solid #fff;
	color: #fff;
	padding: 12px 0;
	margin: 0 auto;
	width: 90%;
	max-width: 300px;
	line-height: 1em;
	transition: 0.8s;
	display: inline-block;
	text-align: center;
}
.btn_more a span {
	position: relative;
	padding-right: 70px;
	display: inline-block;
}
.btn_more a span::before {
	content: '';
	width: 65px;
	height: 1px;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 8px;
	right: 0;
	transition: 0.8s;
}
.btn_more a span::after {
	content: '';
	width: 10px;
	height: 10px;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	top: 4.2px;
	right: 1px;
	transition: 0.8s;
}
.btn_more a:hover {
	background-color: #c40018;
	color: #fff;
}
.btn_more a:hover span::before {
	border-bottom: 1px solid #fff;
}
.btn_more a:hover span::after {
	border-right: 1px solid #fff;
}

.btn_more a.bk {
	border: 1px solid #251e1c;
	color: #251e1c;
}
.btn_more a.bk span::before {
	border-bottom: 1px solid #251e1c;
}
.btn_more a.bk span::after {
	border-right: 1px solid #251e1c;
}
.btn_more a.bk:hover {
	background-color: #c40018;
	color: #fff;
}
.btn_more a.bk:hover span::before {
	border-bottom: 1px solid #fff;
}
.btn_more a.bk:hover span::after {
	border-right: 1px solid #fff;
}

@media screen and (max-width:600px) {
	.btn_more a span {
		padding-right: 40px;
	}
	.btn_more a span::before {
		width: 35px;
	}
}




/* フレックス */
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.flex .item {}


/* dl表 */
dl.table {
	padding: 0;
	margin: 0;
	text-align: left;
}
dl.table dt {
	position: absolute;
	margin: 0;
	padding: 12px 0;
	width: 120px;
}
dl.table dd {
	position: relative;
	margin: 0;
	padding: 12px 0;
	padding-left: 120px;
	border-bottom: 1px dotted #cbcccc;
}

ul.bloglist {
	padding: 0;
	margin: 0;
	list-style: none;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
ul.bloglist li {
	padding: 0;
	margin: 0;
	margin-right: 2%;
	margin-bottom: 25px;
	width: 32%;
}
ul.bloglist li:nth-child(3n) {
	margin-right: 0;
}
ul.bloglist li a {
	display: block;
}
ul.bloglist li picture {
	width: 100%;
	aspect-ratio: 6/4;
	overflow: hidden;
}
ul.bloglist li picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
ul.bloglist li p {
	text-align: right;
	line-height: 1.2em;
	margin-bottom: 5px!important;
}
ul.bloglist li h3 {
	text-align: left;
	font-size: 18px;
	line-height: 1.2em;
	margin-bottom: 0;
}

@media screen and (max-width:600px) {
	ul.bloglist li {
		margin-right: 4%;
		width: 48%;
	}
	ul.bloglist li:nth-child(3n) {
		margin-right: 4%;
	}
	ul.bloglist li:nth-child(2n) {
		margin-right: 0;
	}
}
@media screen and (max-width:450px) {
	dl.table dt {
		position: relative;
		padding: 8px 0 0;
		width: unset;
	}
	dl.table dd {
		padding: 8px 0;
	}
}



/* ******************************************
	head_h1
****************************************** */
h1.head_h1 {
	width: 100%;
	/* max-width: 1280px; */
	margin: 0 auto;

	background-image: url(../images/common/header.png);
	background-position: right center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: #fff;
}
h1.head_h1 a {
	position: relative;
	width: 100%;
	height: 125px;

	font-size: min(6vw,30px);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 600;
  font-style: normal;
	letter-spacing: 6px;
	color: #fff;
	text-align: center;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
h1.head_h1 .logo {
	position: absolute;
	width: auto;
	height: 90px;
	left: 5%;
}
h1.head_h1 .logo img {
	width: auto;
	height: 100%;
}
h1.head_h1 .wbr i:first-child {
	margin-right: 7px;
}

@media screen and (min-width:1401px) {
	h1.head_h1 {
		background-size: 100% auto;
	}
}
@media screen and (max-width:768px) {
	h1.head_h1 {
		background-position: center center;
	}
	h1.head_h1 a {
		width: calc(100% - 160px);
		height: 90px;
		padding: 0 80px;
		/* font-size: 14px; */
		line-height: 1.2em;
	}
	h1.head_h1 .logo {
		height: 45px;
	}
}



/* ******************************************
	header
****************************************** */
header {
	width: 100%;
	/* max-width: 1280px; */
	margin: 0 auto;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 125px;
	z-index: 999;
	transition: 0.5s;
}
header nav {
	margin: 0 auto;
	padding: 10px 0;
	width: 94%;

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
header nav ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;
	border-left: 1px solid #fff;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
header nav ul li {
	padding: 0;
	margin: 0;
	border-right: 1px solid #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
header nav ul li a {
	display: block;
	line-height: 1em;
	white-space: nowrap;
	text-align: center;
	padding: 2px 25px;
	transition: 0.5s;

	font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
	color: #fff;
}
header nav ul li a span {
	display: block;
	line-height: 1em;
	margin-top: 2px;
}
header nav ul li a:hover {
	border-bottom: none;
	color: #fcee21;
}

/* header nav ul:nth-child(1) {
	width: 92px;
} */
header nav ul:nth-child(2) {
	/* border-left: 1px solid #fff; */
}
header nav ul:nth-child(2) li {
	/* border-right: 1px solid #fff; */
}
/* header nav ul:nth-child(3) {
	width: 100px;
	border: 1px solid #fff;
}
header nav ul:nth-child(3) li a {
	padding: 7px 21px;
}
header nav ul:nth-child(3) li a:hover {
	background-color: #fff;
	color: #000;
} */

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



/* ******************************************
	footer
****************************************** */
footer {
	width: 100%;
	padding: 0;
	padding-bottom: 80px;
	margin: 0;
}
footer .wrap {
	max-width: 1280px;
	/* padding: 55px 0; */
	margin: 0 auto;
}
footer .flex {
	align-items: stretch;
}
footer .logo {
	width: 92px;
}
footer .logo a {
	display: block;
}
footer .company {
	width: 365px;
	text-align: center;
}
footer .company h2 {
	font-size: 75px;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1em;
	letter-spacing: 15px;
}
footer .company h2 small {
	font-size: 17px;
	display: block;
	color: #c40018;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
	line-height: 1em;
	margin-bottom: 7px;
	letter-spacing: normal;
}
footer .company address {
	font-size: 23px;
	text-align: center;
	padding: 0;
	margin: 0;
}
footer .company .tel {
	font-size: 23px;
	display: inline-block;
	margin: 0 auto;
	width: 96%;
}
footer .company a.contact {
	display: block;
	border: 1px solid #251e1c;
	padding: 10px 0;
	text-align: center;
	margin: 12px 0;
	font-size: 21px;
}
footer .company a.contact:hover {
	background-color: #c40018;
	color: #fff;
}
footer .company .sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
footer .company .sns a {
	display: inline-block;
	width: 18%;
	max-width: 50px;
}

footer .map {
	width: calc(100% - 560px);
}

footer nav {
	border-top: 1px solid #251e1c;
	border-bottom: 1px solid #251e1c;
	padding: 15px 0;
	margin: 40px 0 10px;
}
footer nav ul {
	padding: 0;
	margin: 0 auto;
	list-style: none;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}
footer nav ul li {
	padding: 0;
	margin: 0;
	border-right: 1px solid #251e1c;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
footer nav ul li:first-child {
	border-left: 1px solid #251e1c;
}
footer nav ul li a {
	display: block;
	text-align: center;
	line-height: 1.2em;
	padding: 0 22px;
	font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}
footer nav ul li a span {
	display: block;
}

footer .copy {
}
footer .copy ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
footer .copy ul li {
	padding: 0;
	margin: 0;
	margin-right: 25px;
}
footer .copy ul li::before {
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 1px solid #251e1c;
	border-bottom: 1px solid #251e1c;
	transform: rotate(-45deg);
	margin-right: 7px;
}
footer .copy .copyright {
	text-align: right;
}


@media screen and (max-width:1024px) {
	footer .company {
		width: 90%;
		margin: 0 auto 20px;
	}
	footer .logo {
		width: 100%;
		margin-bottom: 20px;
	}
	footer .logo a {
		max-width: 100px;
		margin: 0 auto;
	}
	footer .company address span.wbr {
		justify-content: center;
	}

	footer .company .tel {
		/* font-size: 23px; */
		text-align: center;
	}
	footer .company .sns {
		justify-content: center;
	}

	footer .map {
		width: 100%;
		height: 45vh;
	}
	footer nav,
	footer .copy ul {
		display: none;
	}
	footer .copy .copyright {
		width: 100%;
	}
}
@media screen and (max-width:600px) {
	footer .company h2 {
		font-size: 58px;
		/* margin-bottom: 10px; */
		letter-spacing: 5px;
	}
	footer .company h2 small {
		font-size: 12px;
		/* margin-bottom: 7px; */
	}
	footer .company address {
		font-size: 18px;
	}
	footer .company .tel {
		font-size: 18px;
	}
}



/* ******************************************
	page_title
****************************************** */
#page_title {
	width: 100%;
	padding: 0;
	position: relative;
	max-width: unset;
}
#page_title .wrap {
	width: 100%;
	position: relative;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#page_title picture {
  position: relative;
	aspect-ratio: 16/4;
  overflow: hidden;
}
#page_title picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#page_title .document {
  position: absolute;
  width: 90%;
	color: #fff;
	text-align: left;
}
#page_title .document h2 {
  font-size: min(4vw,30px);
  line-height: 1.1em;
}
.page-id-51 #page_title .document h2 {
	margin-bottom: 0;
	margin-top: 30px;
}
#page_title .document h2 img {
	width: 70%;
	height: auto;
	max-width:620px;
}
#page_title h3 {
  position: absolute;
  bottom: 0;
	width: 100%;
  margin-bottom: 0;
  color: #fff;
  font-size: min(9vw,95px);
  line-height: 0.5em;
}

@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#page_title picture {
		aspect-ratio: 16/8;
	}
  #page_title .document p {
    line-height: 1.2em;
  }
	#page_title .document h2 {
		font-size: 24px;
	}
}
@media screen and (max-width:450px) {
}



/* ******************************************
	breadcrumb
****************************************** */
#breadcrumb {
	padding: 0;
}
#breadcrumb .wrap {
	padding: 20px 0;
	position: relative;
	text-align: left;
}
#breadcrumb .wrap a {
	display: inline-block;
	margin-right: 20px;
}
#breadcrumb .wrap a::after {
	content: ' /';
}

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


/* ******************************************
	photo_list
****************************************** */
.photo_list,
.photo_list_2 {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.photo_list li,
.photo_list_2 li {
  padding: 0;
  margin: 0;
  margin-right: 2%;
  margin-bottom: 33px;
}
.photo_list li {
  width: 32%;
}
.photo_list_2 li {
  width: 49%;
}
.photo_list li:nth-child(3n) {
  margin-right: 0;
}
.photo_list_2 li:nth-child(2n) {
  margin-right: 0;
}
.photo_list li a:hover,
.photo_list_2 li a:hover {
	opacity: 1;
}
.photo_list li picture,
.photo_list_2 li picture {
	overflow: hidden;
	position: relative;
  margin-bottom: 10px;
}
.photo_list li img,
.photo_list_2 li img {
  width: 100%;
	transition: all 0.5s ease-in-out;
}
.photo_list li img:hover,
.photo_list_2 li img:hover {
	transform: scale(1.1);
}
.photo_list li p,
.photo_list_2 li p {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: 12px;
  line-height: 1.2em;
}
#woodwall_works .photo_list li p {
  font-size: 16px;
}
#woodwall_works .photo_list li p span {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}



@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	.photo_list li {
    margin-right: 2%;
    width: 49%;
  }
  .photo_list li:nth-child(3n) {
    margin-right: 2%;
  }
  .photo_list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width:425px) {
  .photo_list_2 li {
    margin-right: 0;
    width: 100%;
  }
}




/* ******************************************
	page_link
****************************************** */
#page_link {}
#page_link .btn_more {
	margin-top: 0;
}





/* ******************************************
	フェードイン
****************************************** */
/* フェードインアニメーション */
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フェードインさせるクラス */
.fadeIn {
	animation-name: fadein;
  animation-duration: 2.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}



/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 1.2s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_blur ｜右から出現
----------------------------*/
.scroll_blur {
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);

  opacity: 0;
  filter: blur(1em);
  scale: 1.1;
}
.scroll_blur.on {
	opacity: 1;
	filter: blur(0);
	scale: 1;
	transition:
		scale 1s var(--ease-out-quart),
		opacity 1s var(--ease-out-quart),
		filter 1.4s var(--ease-out-quart);
}




/* ******************************************
	pagetop
****************************************** */
/* トップへ戻る */
.gotop {
	display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  overflow:hidden;
	cursor: pointer;
	-webkit-transition: all 0.7s linear;
	-o-transition: all 0.7s linear;
	transition: all 0.7s linear;
  z-index:9000;
}
#top {
	background-color: rgba(0,0,0,0.7);
  width: 48px;
  height: 48px;
  text-align:center;
  position: relative;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#top::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	margin-top: 15px;
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px){
}





/* ******************************************
	colorbox
****************************************** */
.gallery {
	/* margin:0 20px 20px 0; */
}
#cboxOverlay {
	background: #000;
}
#cboxLoadedContent {
	background: #fff;
}
#inline-content {}
#ajax-wrap {}
#cboxLoadedContent {
	padding: 0;
	overflow: auto;
-moz-box-shadow: 0px 1px 10px #000000;
-webkit-box-shadow: 0px 1px 10px #000000;
box-shadow: 0px 1px 10px #000000;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose , #cboxTitle {
	top: -30px;
}
#colorbox, #cboxOverlay, #cboxWrapper {
	overflow: visible;
}
#colorbox {
}
#cboxWrapper {
	position: relative!important;
}
#cboxTitle {
	color: #fff;
}


/* ******************************************
	f_works
****************************************** */
#f_works {
	width: 100%;
	max-width: unset;
}
#f_works .wrap {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#f_works .wrap picture {
	width: 100%;
	height: 240px;
	overflow: hidden;
	/* aspect-ratio: 16/3; */
}
#f_works .wrap picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#f_works .document {
	position: absolute;
	width: 100%;
}
#f_works .document h2 {
	margin-bottom: 0;
	line-height: 1em;
}
#f_works .document .btn_more {
	margin-top: 7px;
	text-align: center;
}
#f_works .document .btn_more a {
	background-color: #251e1c;
}
#f_works .document .btn_more a:hover {
	background-color: #c40018;
}

@media screen and (max-width:1024px) {
}
@media screen and (max-width:768px) {
}
@media screen and (max-width:600px) {
	#f_works .document h2 {
		font-size: 70px;
	}
}
@media screen and (max-width:400px) {
}