@charset "utf-8";
/* CSS Document */


@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.en {
	font-family: 'Cormorant Unicase', serif;
}
.cnt_en {
	/*font-family: 'Cormorant SC', serif;*/
	font-family: 'Open Sans', sans-serif;
}
.wf-hannari {
	font-family: 'Hannari', serif;
	font-weight: normal;
}
.opensans {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}
body {
	margin: 0;
	font-family: "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.0em;
}
section {
	position: relative;
}
a {
	color: #333;
}
a:hover {
	color: #333;
	text-decoration: none;
}
section {
	padding: 5em 0;
}
/************************ common ************************/

.sp {
	display: none;
}
.pc {
	display: block;
}
.m {
	display: block;
}
/************************ flexbox ************************/

.f_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	justify-content: space-between;
	margin-top: 15px;
}
.f_box_r {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 15px;
}
.col-1 {
	width: 40%;
	margin: auto;
}
.col-2 {
	width: 49%;
}
.col-3 {
	width: 32%;
	position: relative;
	margin-top: 50px
}
.col-4 {
	width: 24%;
	position: relative;
	margin-top: 50px
}
.col-5 {
	width: 20%;
}
.inner1000 {
	width: 1000px;
	margin: 0 auto;
}
.inner900 {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.inner900_camera {
	width: 900px;
	margin: 0 auto;
	position: relative;
	background-image: url(../images/u_cameraman_bk.jpg);
	background-repeat: no-repeat;
	height: 100vh;/*min-height: 500px;*/
}
.inner1200 {
	width: 1200px;
	margin: 0 auto;
}
.more {
	text-align: center;
	position: relative;
	width: 300px;
	margin: 0 auto;
}
.more h3 {
	font-size: 25px;
	color: #333;
}
.more img {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
}
/************************ button ************************/
/* 矢印 */
.buttons-coll {
	width: 90%;
	text-align: center;
}
button {
	margin: 20px;
}
.custom-btn {
	padding: 5px 25px;
	font-weight: 500;
	background: transparent;
	outline: none !important;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	display: inline-block;
}

a.btn-style01 {
    background: #000;
    border: 2px solid #000;
    transition: all 0.3s ease;
    margin: 0;
    padding: 4px 20px;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 2px;
    /* background: transparent; */
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    color: #fff;
	margin-top:20px;
}

a.btn-style01:hover {
 	background: #eaeaea;
	color: #000;
}
/**** BTN No. 9 ****/
.btn-9 {
	background: #000;
	border: 2px solid #000;
	transition: all 0.3s ease;
	margin: 0;
	color: #fff;
}
.btn-9:after {
	position: absolute;
	content: " ";
	z-index: -1;
	width: 35%;
	top: 50%;
	height: 2px;
	background: #000;
	transition: all 0.3s ease;
}
.btn-9:after {
	right: -20%;
}
.btn-9:hover {
	background: #f2f2f2;
	color: #000;
}
.btn-9:hover:after {
	right: -35%;
}
.button {
	display: inline-block;
	width: 30%;
	padding: 0.5em 0;
	margin: 0 0 1em;
	border: 1.5px solid #86c7f3;
	color: #86c7f3;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	position: absolute;
	bottom: -40px;
	right: -10px;
	text-align: center;
}
.button:hover {
	background: #86c7f3;
	color: #fff;
}
.btn_pink {
	border: 1.5px solid #eb8471;
	color: #eb8471;
}
.btn_pink:hover {
	background: #eb8471;
}
/************************ toggle ************************/
/* :::::: toggle button :::::: */
/* :::::: toggle button :::::: */
#navTgl {
	display: none;
}
label {
	cursor: pointer;
	position: fixed;
	top: 0;
	right: 0;
}
.open {
	z-index: 99;
	width: 85px;
	height: 54px;
	transition: background .6s, transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
	margin: 1em;
	border-radius: 10px;
}
.open h5 {
	text-align: center;
	margin-top: 35px;
	color: #eb8471;
	font-size: 18px;
}
.open::before, .open::after {
	content: "";
}
.open span, .open::before, .open::after {
	content: "";
	position: absolute;
	top: calc(40% - 0px);
	right: 35%;
	width: 30%;
	border-bottom: 2px solid #eb8471;
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.open::before {
	transform: translateY(-8px);
}
.open::after {
	transform: translateY(8px);
}
.close {
	z-index: 1;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: background .6s;
}
#navTgl:checked + .open {
/*background: indianRed;*/
/*transform: translatey(85vh);*/
}
#navTgl:checked + .open span {
	transform: scaleX(0);
}
#navTgl:checked + .open::before {
	transform: rotate(45deg);
}
#navTgl:checked + .open::after {
	transform: rotate(-45deg);
}
#navTgl:checked ~ .close {
	pointer-events: auto;
	background: rgba(0,0,0,.3);
}
/* :::::: drawer menu :::::: */
.menu {
	z-index: 80;
	position: fixed;
	overflow: auto;
	top: 0;
	right: 0;
	width: 60%;
	height: 100vh;
	margin: 0;
	padding: 10px;
	box-sizing: border-box;
	background: #f4faff;
	transform: translateX(600%);
	transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu img {
	padding-right: 0;
	width: 30%;
	padding: 1em 0;
}
.menu h2, .menu a {
	color: #333;
	font-weight: bold;
}
.menu a:hover {
	color: #e5a81c;
}
.menu h2 {
	text-align: left;
	font-size: 48px;
	padding: 0 1em;
	color: #ffd37b;
}
.menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 40%;
	color: #4d4d4d;
}
.menu li {
	font-size: 1em;
	line-height: 1.4;
	width: 100%;
	border-radius: 0;
	text-align: left;
	padding: 1.5em 0;
	border-bottom: 0.5px solid #000;
}
.menu li.list-inline-item:not(:last-child) {
	margin: 0 2em;
}
.menu li span {
	font-size: 10px;
}
/*.menu li:not(:first-child) {
border-top: 1px solid rgba(255,255,255,.8);
}*/
.menu a {
	display: block;
	text-decoration: inherit;
	transition: background .6s;
}
#navTgl:checked ~ .menu {
	transform: none;
}
.side {
	width: 100%;
	position: fixed;
	top: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 50;
	padding: 0 6em 1em 2em;
}
.side .logo {
	width: 25%;
}
.side .logo img {
	width: 100%;
}
.side .sns {
	width: 40%;
}
.side .sns ul li {
	width: 48%;
}
.side .sns img {
	width: 100%;
}
.side .ookisa {
	width: 20%
}
.side .ookisa .f_box {
	align-items: center;
}
.side .ookisa img {
	width: 100%;
}
.side ul {
	list-style: none;
	padding-left: 0;
	font-size: 13px;
	font-weight: bold;
}
.side ul li.moji {
	width: 60%;
}
.side ul li.tyu {
	width: 17%;
}
.side ul li.dai {
	width: 19%;
}
/************************ header ************************/
header {
	text-align: center;
}
header .logocon {
}
header .logocon .header_a {
	width: 30%;
	margin-top: 12px;
}
header .logocon .header_a img {
	width: 350px;
	margin-left: 10px;
}
header .logocon .header_b {
	width: 53%;
}
header .logocon .header_b ul {
	list-style: none;
	padding-left: 0;
	font-size: 14px;
	letter-spacing: 0.1em;
}
header .logocon .header_b li {
	padding: 5px;
}
header .logocon .header_b ul.f_box {
	align-items: center;
}
header .logocon .header_b ul li.contact_li {
	padding-right: 8%;
}
/************************ main ************************/
#fv {
	padding: 0;
}
main {
	text-align: center;
}
#fv .bk {
	background-size: cover;
	/*background-position: center top;*/
	background-repeat: no-repeat;
	height: 100vh;
	min-height: 500px;
	background-position: 50%;
	position: relative;
}
#fv .bk::after {
	content: '';
	background-color: rgba(255,255,255,0.40);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bk_full .bk1 {
	background-image: url(../images/lovel_mainvisu01.jpg);
}
.bk_full .bk2 {
	background-image: url(../images/lovel_mainvisu02.jpg);
}
.bk_full .bk3 {
	background-image: url(../images/lovel_mainvisu03.jpg);
}
.bk_full {
	opacity: 0;
	transition: opacity 2s linear;
}
.slick-initialized {
	opacity: 1; /*slick-initializedが付与されたら表示*/
}
#fv .f_box {
	align-items: center;
}
#fv .topcopy {
	padding-left: 15%;
	text-align: center;
}
#fv .topcopy h2 {
	font-size: 40px;
	font-weight: normal;
	position: relative;
	z-index: 1;
}
#fv .topcopy h2 span {
	font-size: 30px;
	color: rgba(0, 0, 0, 0.5);
	line-height: 1em;
}
.bk_full .topcopy h2 {
	position: absolute !important;
	top: 50%;
	left: 10%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}


/************************ sec1 ************************/
.cnt_title {
	text-align: center;
}
.cnt_title h3 {
	font-size: 40px;
	letter-spacing: 0.2em;
	position: relative;
	display: inline-block;
	color: #333;
}
.cnt_title h3::before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 160px;
	height: 63px;
	/*background-image: url(../images/lovel_slice-15.png);
  background-size: cover;
	background-repeat: no-repeat;
  vertical-align: middle;*/
	position: absolute;
	left: -40%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.cnt_title h3::after {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 160px;
	height: 63px;
	/*background-image: url(../images/lovel_slice-13.png);
  background-size: cover;
	background-repeat: no-repeat;
  vertical-align: middle;*/
	position: absolute;
	right: -40%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.cnt_title h3 span {
	font-size: 23px;
	line-height: 1em;
	font-weight: normal;
	color: #333;
}
 @keyframes tabAnim {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
.filter_gallery_1762.filtr-container.filters-div {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	padding-top: 3em;
}
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	padding-top: 3em;
}
.tab-label {
	color: #4d4d4d;
	margin-right: 5px;
	padding: 20px 12px;
	order: -1;
	position: relative;
}
.tab-label .mae {
	margin-left: 10px;
	margin-top: 10px;
}
.tab-label .sonota {
	margin-left: 15px;
	margin-top: 10px;
}
.tab-label p {
	margin: 10px 0;
}
.font25 {
/*font-size: 22px;
	font-weight: bold;*/
}
.tab-content {
	width: 100%;
	display: none;
	text-align: center;
	margin-top: 50px;
}
.tab-content .col-4 {
	text-align: right;
}
.tab-content .images img {
	width: 100%;
}
.tab-content .eria {
	color: #4d4d4d;
	font-size: 13px;
	background: #fff;
	padding: 3px 10px;
	border: 1px solid #4d4d4d;
	position: absolute;
	left: -10px;
	top: -10px;
}
.tab-content .name {
	color: #333;
	font-size: 16px;
	padding: 10px 5px 0 30px;
	display: inline-block;
	position: relative;
}
.tab-content .name::before {
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: 21px;
	height: 26px;
	background-image: url(../images/lavel_name-18.png);
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: absolute;
	left: 0;
	bottom: 0;
}
.simplefilter_1762 li:before,.simplefilter_1762 li:after {
    display: none!important;
}

.filter_gallery_1762 .thumbnail_1762 {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
/*.gallery-wrap .simplefilter_1762 li::before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 25px;
	background-image: url(../images/lovel_slice-14.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
    margin: 0 auto;
	opacity: 0;border: none;
}
.gallery-wrap .simplefilter_1762 li.active::before {
	opacity: 1;
}
.gallery-wrap .simplefilter_1762 li::after {
	content: '';
	display: inline-block;
	width: 100px;
	height: 25px;
	background-image: url(../images/lovel_slice-16.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
    margin: 0 auto;
	opacity: 0;
}
.gallery-wrap .simplefilter_1762 li.active:after {
    width: 100px;
}
.gallery-wrap .simplefilter_1762 li.active::after {
	opacity: 1;
}*/

.gallery-wrap .simplefilter_1762 li.active {
    font-weight: 900;}
/* アクティブじゃないタブ */
/*.tab-label{
	font-weight:900;}
.tab-label::before {
	content: '';
	display: inline-block;
	width: 100px;
	height: 25px;
	background-image: url(../images/lovel_slice-14.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	opacity: 0;
}*/
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	opacity: 1;font-weight:900;
	   
}
/* アクティブじゃないタブ */
/*.tab-label::after {
	content: '';
	display: inline-block;
	width: 100px;
	height: 25px;
	background-image: url(../images/lovel_slice-16.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
}*/
/* アクティブなタブ */
.tab-switch:checked+.tab-label::after {
	opacity: 1;font-weight:900;
}
.tab-switch:checked+.tab-label+.tab-content {
	display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
	display: none;
}
/************************ sec2 ************************/
.cnt_style h3 {
	color: #333;
}
.cnt_style h3 span {
	color: #333;
}
.cnt_style h4 {
	padding: 2em 0 2em 0;
}
.stylecnt .f_box {
	width: 1200px;
	margin: 0 auto;
}
.style-bk {
	background: url(../images/lovel_slice-06.png);
	padding: 2em;
	text-align: center;
	margin: 2em 0;
	height: 48vw;
	max-height: 600px;
}
.style-bk2 {
	background: url(../images/lovel_slice-13.jpg);
	padding: 2em;
	text-align: center;
	margin: 2em 0;
}
.style-bk img, .style-bk2 img {
	width: 100%;
}
.style-bk h3, .style-bk2 h3 {
	padding: 1em 0;
	letter-spacing: 0.15em;
	font-size: 25px;
	margin-bottom: 0;
}
.style02 {
	background: url(../images/lovel_slice-07.png);
}
.stylemore h3 {
	color: #333;
}
/************************ sec3 ************************/
section#sec03 {
    padding: 0;
}
.Photographer .f_box {
	width: 1200px;
	margin: 0 auto;
	flex-direction: row-reverse;
}
.sec03bk {
	background: url(../images/lovel_slice-11-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;

}
.Photographer h3 {
	color: #4d4d4d;
	font-size: 45px;
	letter-spacing: 0.2em;
}
.Photographer h4 {
	font-size: 26px;
	letter-spacing: 0.2em;

}
.Photographer h4 span {
	color: #00aaa4;
}
.Photographer .col-2 {
	width: 600px;
	padding: 1em;
	position: relative;
}
.Photographer .col-2 img {
	width: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -30px;
	margin: auto;
}
/************************ sec4 ************************/
section#sec04 {
    padding: 0;
}
.about .sec04bk {
	background: url();
	padding: 5em 0;
}
.about .f_box {
	width: 1200px;
	margin: 0 auto;
}
.about .col-2 {
	text-align: center;
	padding: 3em;
}
.about h3 {
	line-height: 3em;
}
.about h3 span {
	font-size: 26px;
}
.about h3 img {
	width: 80%;
}
.about p {
	line-height: 2em;
	padding: 2em 0;
	margin-bottom: 0;
}
.about .more img {
	width: 100%;
	bottom: 0px;
}
.about .photo {
	padding: 1em;
}
.about .photo img {
	width: 100%;
}
/************************ sec5 ************************/
section#topsec05 {
    padding: 0;
}
.insta .inner {
	width: 1200px;
	margin: 0 auto;
}
.cnt_insta h3 {
	color: #000;
}
.sec05bk {
	background: #f9f9f9;
	padding: 6em 0;
	text-align: center;
}
.insta .sec05bk img {
	padding: 2em 0;
	width: 100%;
}
#insta-gallery-feed-1 .insta-gallery-list {
	margin: 0 !important;
}
/************************ sec6 ************************/
.cnt_news h3 {
	color: #333;
	margin-bottom: 1em;
}
.news .f_box {
	width: 1000px;
	margin: 0 auto;
}
.news dl {
	border-bottom: 1px solid #333;
	padding: 2em 0 1em 0;
}
.news dt {
	width: 30%;
	text-align: center;
}
.news dt time {
	background: #333;
	padding: 0.2em 3em;
	border-radius: 30px;
	color: #fff;
	letter-spacing: 0.1em;
}
.news dd {
	width: 70%;
	color: #333;
}
.news .newsmore {
	padding: 2em 0;
}
.newsmore h3 {
	color: #333;
}
.newsmore img {
	width: 100%;
	bottom: 30px;
}
/************************ sec7 ************************/
.link {
	padding-top: 0;
}
.link .f_box {
	margin: 30px 0;
}
.link .linkimg {
	width: 20%;
	margin: 0 auto;
}
.link .linkimg img {
	width: 100%;
}
.link .col-5 {
	text-align: center;
}
.link .col-5 img {
	width: 55%;
	margin: 0 auto;
}
/************************ footer ************************/
.footerbk {
	padding: 5em 0 1em;
	text-align: center;
	background: #000;
}
.footer_b ul {
	width: 70%;
	margin: 0 auto;
	list-style: none;
	padding: 50px 0;
	color: #fff;
}
.footer_b ul li a {
	color: #fff;
}
footer img {
	width: 15%;
}
.copy small {
	color: #fff;
}
/* ===================================================================

		#	Responsive

=================================================================== */
@media screen and (max-width:1300px) {
header .logocon .header_b {
	width: 65%;
}
.Photographer .col-2 img {
	width: 70px;
	position: absolute;
	top: auto;
	bottom: 0;
	right: 50px;
	margin: auto;
}}
 @media screen and (max-width:1200px) {
 .tab-wrap {
 width: 100%;
 padding: 0 2em;
}
 .stylecnt .f_box {
 width: 100%;
 padding: 0 2em;
}
 .Photographer .f_box {
 width: 100%;
}
 .about .f_box {
 width: 100%;
}
 .insta .inner {
 width: 100%;
}
 .inner1200 {
 width: 100%;
 padding: 0 2em;
}
}
 @media screen and (max-width:1100px) {
 header .logocon .header_b {
 width: 70%;
}
 .style-bk {
 height: auto;
}
}
 @media screen and (max-width:1024px) {
 .news {
 padding: 5em 2em;
}
 .news .f_box {
 width: 100%;
}
 .cnt_title h3 {
 font-size: 30px;
}
 .cnt_title h3 span {
 font-size: 24px;
}
 .cnt_title h3::before {
 width: 110px;
 height: 43px;
 left: -33%;
}
 #sec02 .cnt_title h3::before {
 width: 110px;
 height: 43px;
 left: -25%;
}
 .cnt_title h3::after {
 width: 110px;
 height: 43px;
 right: -33%;
}
 #sec02 .cnt_title h3::after {
 width: 110px;
 height: 43px;
 right: -25%;
}
 .Photographer .col-2 {
 padding: 1em 1em 2.5em;
}
 .Photographer h3 {
 font-size: 36px;
 text-shadow: 1px 2px 3px #fff;
}
.Photographer h4 {
 text-shadow: 1px 2px 3px #fff;
}
.Photographer p {
 text-shadow: 1px 2px 3px #fff;
}
 .cnt_insta h3::before {
 left: -70%;
}
.cnt_insta h3::after {
 right: -70%;
}
.cnt_news h3::before {
 left: -70%;
}
.cnt_news h3::after {
 right: -70%;
}
}
 @media screen and (max-width:1000px) {
 .inner1000 {
 width: 100%;
 padding: 0 2em;
}
}
 @media screen and (max-width:1000px) {
 .inner900 {
 width: 100%;
 margin: 0 auto;
}
}
 @media screen and (max-width:990px) {
 header .logocon .header_a img {
 width: 250px;
}
 .sp {
 display:block;
}
 .pc {
 display:none;
}
 .custom-btn {
 padding: 5px 10px;
}
 .more img {
 width: 50%;
}
 #fv .topcopy {
 padding-left: 0;
 text-align: center;
 margin: 0 auto;
}
 #fv .bk {
 height: auto;
}
 .tab-wrap {
 padding: 5em 2em 0 2em;
 justify-content: space-around;
}
 .tab-label {
 width: 30%;
 text-align: center;
 margin-right: 0;
}
 .col-4 {
 width: 49%;
 position: relative;
 margin-top: 50px;
}
 .about .col-2 {
 width: 99%;
 margin:0 auto;
}
 .Photographer .col-2 {
 width: 100%;
}
 section {
 padding: 3em 0;
}
 .about h3 img {
 width: 50%;
}
 .about .more img {
 width: 50%;
}
 .news dt time {
 padding: 0.2em 1em;
}
}
 @media screen and (max-width:599px) {
 #fv .topcopy h2 {
 font-size: 26px;
 width: 100vw;
 left: 50%;
 transform: translate(-50%, -50%);
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
}
}
 
.gallery-wrap {
	width: 1200px;
	margin: 0 auto;
	justify-content: space-between;
	padding-top: 3em;
	
	
}
.img-box span.item-desc {
    color: #4d4d4d!important;
    font-size: 13px;
    background: #fff;
    padding: 3px 10px;
    border: 1px solid #4d4d4d;
    position: absolute;
    left: -10px;
    display: unset;
    top: -9px;
    height: 30px;
    width: 80px;
    z-index: 9;
}

.filtr-container .filtr-item {
    overflow: unset;
}
.filter_gallery_1762.filtr-container.filters-div {
    overflow: unset;
}

.img-box.lazyimg {
    margin: 14px;
	position: relative;
}

/* .gallery-wrap .simplefilter_1762 li:after {
   content: '';
    display: inline-block;
    width: 100px;
    height: 25px;
background-color: unset !important;    background-image: url(../images/lovel_slice-16.png) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
*/
.all-1762.filtr-item.filtr_item_1762{
	overflow:hidden;}
.gallery-wrap .simplefilter_1762 li {
	    color: #0a0000 !important;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 5px;
    letter-spacing: 0.15em;
    width:19%;
display: inline-block;    padding: 15px 20px;
    position: relative;
    cursor: pointer;
    margin-left: -3px;
    margin-right: -3px;
    transition: background .3s linear,color .3s linear,border .3s linear,opacity .3s linear;
    color: #4d4d4d;
    margin-right: 5px;
    padding: 20px 12px;
    order: -1;
    position: relative;
}
.filter_gallery_1762.filtr-container.filters-div {
    overflow: unset;
    flex-wrap: wrap;
    overflow: hidden!important;
}
.gallery-top .filter_gallery_1762.filtr-container.filters-div {
    height: 600px!important;
}

.gallery-wrap .col-lg-12.col-md-12.col-xs-12.text-center {
    height: 120px;
}
#sec07 .f_box img{
	width:100%;
}
@media screen and (max-width:480px) {
	section#sec07 .f_box img {
    height: auto;
    width: 210px;
    margin: 10px auto;
    display: block;
}
	.filter_gallery_1762 .thumbnail_1762 {
      height: 160px;
}
	.gallery-top .filter_gallery_1762.filtr-container.filters-div {
    height: 550px!important;
}
 header .logocon .header_a img {
 margin-left: 0;
}
 section {
 padding: 1em 0;
}
/*----hamburger*/

		.open {
 margin: 0;
 width: 75px;
}
 .open h5 {
 font-size: 13px;
}
.menu {
 width: 80%;
}
.menu img {
 width: 50%;
}
.menu ul {
 width: 80%;
}
header .logocon {
 margin-top: 0;
}
header .logocon img {
 width: 50%
}
header .logocon .header_a {
 width: 50%;
}
#fv .bk {
 position: relative;
 min-height: 300px;
 margin-top: 0;
}
#fv .topcopy h2 span {
 font-size: 18px;
}
.cnt_title h3 {
 font-size: 18px;
 letter-spacing: 0.1em;
}
.cnt_title h3 span {
 font-size: 16px;
}
.cnt_title h3::before, #sec02 .cnt_title h3::before {
 width: 50px;
 height: 20px;
 left: -25%;
}
.cnt_title h3::after, #sec02 .cnt_title h3::after {
 width: 50px;
 height: 20px;
 right: -25%;
}
.tab-wrap {
 padding: 2em 2em 0 2em;
}
.tab-label {
 width: 50%;
}
.tab-content {
 margin-top: 0;
}
.tab-content .col-4 {
 margin-top: 30px;
}
.camera .tab-label::before {
 width: 100px;
 height: 25px;
}
.camera .tab-label::after {
 width: 100px;
 height: 25px;
}
.tab-switch:checked+.tab-label::before {
 width: 100px;
 height: 25px;
}
.tab-switch:checked+.tab-label::after {
 width: 100px;
 height: 25px;
}
.tab-label {
 width: 50%;
 font-size: 14px;
 padding: 30px 0;
 margin: 0;
}
.tab-content .name {
 font-size: 13px;
}
.stylecnt {
 padding: 3em 2em;
}
.stylecnt .f_box {
 padding: 0;
}
.col-1 {
 width: 100%;
}
.col-2 {
 width: 100%;
}
.style-bk, .style-bk2 {
 margin: 0 0 2em 0;
}
.about .sec04bk {
 padding: 2em 0;
}
/*.about .col-2 {
    padding: 1em;
}*/
.about h3 {
 line-height: 2em;
}
.about h3 span {
 font-size: 18px;
}
.about h3 img {
 width: 60%;
}
.sec05bk {
 padding: 3em 0;
}
.cnt_insta h3::before {
 left: -60%;
}
.cnt_insta h3::after {
 right: -60%;
}
.insta .sec05bk img {
 padding: 2em 0 0 0;
}
.more img {
 width: 50%;
}
 .cnt_news h3::before {
 left: -60%;
}
.cnt_news h3::after {
 right: -60%;
}
.news {
 padding: 2em 2em;
}
.news .f_box {
 display: block;
}
.news dt {
 margin-bottom: 10px;
}
.news dd {
 width: 100%;
}
.newsmore img {
 width: 50%;
}
.link .f_box {
 justify-content: space-around;
 margin: 10px 0;
}
.link .col-5 {
 width: 33.33%;
 margin-top: 5%;
}
.footerbk {
 padding: 2em 0 1em;
}
.copy small {
 font-size: 9px;
}
	.gallery-wrap {
    width: 100%;
		padding-top:10px;

}
	section#sec01 h4 {
    padding: 0 30px;
}
	 main.front {
    margin-bottom: 40px;
}
	 .gallery-wrap .simplefilter_1762 li {
    width: 44%;
    padding: 12px 0px;
    font-size: 12px;
}
	.gallery-wrap .col-lg-12.col-md-12.col-xs-12.text-center {
    height: 160px;
}
}
@media screen and (max-width:390px) {
}