/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.3.0.1605185027
Updated: 2020-11-12 21:43:47

*/

body {
	font-family: 'Noto Sans JP', "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	color: #1b1b1b;
	overflow-x : hidden;
	overflow-y : auto;
}


html{
	overflow-x : hidden;
	overflow-y : auto;
}

a {
	transition-property: all;
  transition: 0.5s linear;
}

a:hover {
	opacity: .8;
}

#site_header {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#site_header.is-fixed {
	position: fixed!important;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    animation: nyuru 1.8s;
    border-bottom: solid 1px #eee;
}

@keyframes nyuru {
    0%{
        margin-top:-109px;
    }
    100%{
        margin-top:0;
    }
 }

 #responsive-menu-pro-container #responsive-menu-pro li.responsive-menu-pro-item a {
	font-family: "Optima", Sans-serif;
	letter-spacing: 1px;
 }

.heros .elementor-widget-wrap {
	position: relative;
}

#herosScroll {
	position: absolute;
  right: 40px;
  bottom: 0;
  width: 12px;
}

.herosScroll,
.herosScroll a {
	display: block;
	font-size: 12px;
	width: 12px;
	color: #636060;
	line-height: 0;
	vertical-align: middle;
	font-family: "Optima", Sans-serif;
}

.herosScroll {
	bottom: 0;
	z-index: 5;
	height: 225px;
	-webkit-transition: all 1s cubic-bezier(.42,0,.58,1) .2s;
	transition: all 1s cubic-bezier(.42,0,.58,1) .2s;
}

.herosScroll:before {
	bottom: 0;
	background: rgba(0,0,0,.1);
	z-index: 0;
	height: 150px;
}

.herosScroll:after, .herosScroll:before {
	left: 50%;
	display: block;
	content: '';
	width: 1px;
	position: absolute;
}

.herosScroll a {
	top: 0;
	left: 50%;
	white-space: nowrap;
	letter-spacing: .15em;
	cursor: pointer;
	-webkit-transition: letter-spacing .4s cubic-bezier(.42,0,.58,1);
	transition: letter-spacing .4s cubic-bezier(.42,0,.58,1);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

.herosScroll:after {
	bottom: 150px;
	background: rgba(0,0,0,.2);
	z-index: 1;
	height: 0;
	-webkit-animation-name: scrollBar;
	animation-name: scrollBar;
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
	-webkit-animation-timing-function: cubic-bezier(.165,.84,.44,1);
	animation-timing-function: cubic-bezier(.165,.84,.44,1);
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes scrollBar{
	0%{
		bottom:150px;
		height:0;
	}
	5%{
		bottom:70px;
		height:80px;
	}
	100%{
		bottom:-80px;
		height:80px;
	}
}
@keyframes scrollBar{0%{
	bottom:150px;
	height:0;
	}
	5%{
		bottom:70px;
		height:80px;
	}
	100%{
		bottom:-80px;
		height:80px;
	}
}

.home-news-list {
	list-style: none;
	padding: 0;
	display: flex;
	margin: 0 -25px;
	flex-wrap: wrap;
}

.home-news-list li {
	width: 25%;
	padding: 0 25px;
	margin: 0 0 30px;
}

.home-news-list li img {
  width: 100%;
  height: 249px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.home-news-list li:nth-child(even){
	padding: 60px 25px 0 25px;
}

.home-news-list li .date {
	font-family: "Optima", Sans-serif;
	color: #636060;
	margin: 10px 0;
 	line-height: 1;
}

.home-news-list li a {
	font-size: 15px;
	color: #1b1b1b;
	display: block;
}

.btn-ptn1 a,
input[type="submit"] {
	background: url(images/ico-arrow.png)no-repeat;
	background-size: 5px;
	background-position: right 20px center;
}

.btn-ptn1 a:hover,
input[type="submit"]:hover,
input[type="submit"]:active:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background: url(images/ico-arrow-wh.png)no-repeat;
	background-size: 5px;
	background-position: right 20px center;
	opacity: 1;
}

.elementor-posts article.elementor-post {
	border-bottom: solid 1px #edeaea;
	padding-bottom: 30px;
}

.widget.widget_vkexunit_post_list {
	list-style: none;
}

.widgettitle {
	font-size: 17px;
  font-weight: normal;
  margin: 0;
  border-bottom: solid 1px #1e2c5b;
  border-left: solid 3px #1e2c5b;
  padding: .5em 1em .7em;
}

.veu_postList ul.postList li {
	border-bottom: solid 1px #edeaea;
}

.veu_postList .postList_date {
	color: #636060;
	font-family: "Optima", Sans-serif;
}

.veu_postList .postList_terms {
	display: none;
}

.veu_postList .postList_title {
	font-size: 15px;
}

.page_top_btn {
	border-radius: 50%;
}

table th,
table tbody>tr:nth-child(odd)>th,
table tbody tr:hover>th {
	background-color: #1e2c5b;
	color: #fff;
    font-weight: normal;
    text-align: left;
    padding: 1.2em;
    border-bottom: solid 1px #edeaea!important;
}

table td,
table tbody>tr:nth-child(odd)>td,
table tbody tr:hover>td {
	background-color: #fff;
	padding: 1.2em;
    border-bottom: solid 1px #edeaea!important;
    border-right: none;
}

table tr:first-child td {
    border-top: solid 1px #edeaea!important;
}

table td .tel {
	color: #1b1b1b;
}

table td .fax {
	color: #1b1b1b;
	pointer-events: none;
}

table td, table th {
	border: none;
}

.wpcf7 table th {
	position: relative;
	width: 35%;
	vertical-align: middle;
	padding: 1.2em 4em 1.2em 1.2em;
}

.wpcf7 table th .must {
	background: #e9043a;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	border-radius: 3px;
	padding: .3em .5em;
	position: absolute;
	right: 1em;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border: solid 1px #cecccc;
	border-radius: 5px;
	-webkit-appearance: none;
}

input[type="submit"] {
	color: #1b1b1b;
    border: solid 1px;
    border-radius: 0;
    width: 200px;
    padding: 1em;
    line-height: 1;
    margin: 40px auto 15px;
    display: block;
	font-family: "Optima", Sans-serif;
	outline: none;
	box-shadow: none;
	letter-spacing: 2px;
}

input[type="submit"]:hover,
input[type="submit"]:active:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: #1b1b1b;
	border: solid 1px #1b1b1b;
	color: #fff;
}

.privacy-policy {
	background: #f8f8f8;
    padding: 40px;
    font-size: .9em;
    overflow: scroll;
    height: 240px;
}

.single_collection .info-container {
	display: flex;
	margin: 0 0 40px;
}

.single_collection .info-container .main-img {
	width: 50%;
}

.single_collection .info-container .main-img img {
	height: 583px;
    object-fit: cover;
	font-family: 'object-fit: cover;';
    width: 100%;
}

.single_collection .info-container .item-info {
	width: 50%;
	padding: 0 0 0 50px;
}

.single_collection .info-container .item-info table th {
	width: 25%;
}

.single_collection .info-container .item-info table {
	margin: 0 0 30px;
}

.single_collection .colours-list {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.single_collection .colours-list li {
	text-align: center;
	font-size: .7em;
	padding: 0 5px;
}

.single_collection .colours-list li a {
	display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto 3px;
}

.single_collection .detail-text {
	background: #f8f8f8;
    padding: 30px 50px;
    margin: 0 0 50px;
}

.single_collection .images-list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	padding: 0;
}

.single_collection .images-list li {
	padding: 0 15px;
	width: 33.3%;
	margin: 0 0 40px;
}

.single_collection .images-list li a {
	display: block;
}

.single_collection .images-list li a img {
	height: 245px;
    object-fit: cover;
	font-family: 'object-fit: cover;';
    width: 100%;
}

.single_collection .colours-v-list {
	list-style: none;
	padding: 0;
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.single_collection .colours-v-list li {
	width: 20%;
	padding: 0 10px;
	margin: 0 0 30px;
	text-align: center;
	font-size: .9em;
}

.single_collection .colours-v-list li a {
	display: block;
}

.single_collection .colours-v-list li a img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
    width: 100%;
    height: 217px;
}

.archive_collection .style-list {
	list-style: none;
	padding: 0;
	margin: 0 -20px;
	display: flex;
	flex-wrap: wrap;
}

.archive_collection .style-list li {
	width: 25%;
	padding: 0 20px;
	margin: 0 0 40px;
}

.archive_collection .style-list li a {
	display: block;
}

.archive_collection .style-list li a img {
	width: 100%;
	height: 392px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.home .archive_collection .style-list li:nth-of-type(n+9) {
	display: none;
}

.collection-link {
	position: relative;
}

.collection-link .title {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateY(-40%) translateX(-50%);
	-webkit- transform: translateY(-40%) translateX(-50%);
	margin: auto;
}

.item-text {
	text-align: center;
	margin: 10px 0 20px;
}



@media (min-width: 768px) {
	.pc-br::before {
		content: "\A" ;
		white-space: pre ;
	}
}


@media (max-width: 1199px) {
	.home-news-list li img {
		height: 214px;
	}

	.single_collection .info-container .main-img img {
		height: 450px;
	}

	.single_collection .colours-v-list li a img {
		height: 165px;
	}

	.archive_collection .style-list li a img {
		height: 332px;
	}

}


@media (max-width: 991px) {
	.home-news-list li img {
		height: 150px;
	}

	.single_collection .info-container .main-img img {
		height: 374px;
	}

	.single_collection .info-container .item-info {
		padding: 0 0 0 20px;
	}

	.single_collection .info-container .item-info table th {
		width: 30%;
	}

	.single_collection .images-list li a img {
		height: 153px;
	}

	.single_collection .colours-v-list li a img {
		height: 134px;
	}

	.archive_collection .style-list li {
		width: 33.3%;
	}
}


@media (max-width: 767px) {
	body {
		font-size: 15px;
	}

	.home-news-list {
		margin: 0 -10px;
	}

	.home-news-list li {
		width: 50%;
		padding: 0 10px;
	}

	.home-news-list li:nth-child(even) {
		padding: 30px 10px 0;
	}

	.home-news-list li img {
		height: 168px;
	}

	.sp-br::before {
		content: "\A" ;
		white-space: pre ;
	}

	.privacy-policy {
		padding: 25px;
		height: 180px;
	}

	.wpcf7 table th,
	.wpcf7 table td {
		display: block;
		width: 100%;
	}

	.single_collection .info-container {
		display: block;
		margin: 0 0 20px;
	}

	.single_collection .info-container .main-img,
	.single_collection .info-container .item-info {
		width: 100%;
		padding: 0;
	}

	.single_collection .info-container .main-img {
		margin: 0 0 20px;
	}

	.single_collection .detail-text {
		padding: 20px;
		margin: 0 0 40px;
	}

	.single_collection .images-list,
	.single_collection .colours-v-list,
	.archive_collection .style-list {
		margin: 0 -5px;
	}

	.single_collection .images-list li,
	.single_collection .colours-v-list li,
	.archive_collection .style-list li {
		padding: 0 5px;
		margin: 0 0 20px;
	}

	.single_collection .colours-v-list li {
		width: 25%;
	}
	
	.single_collection .images-list li a img {
		height: 83px;
	}

	.single_collection .colours-v-list li {
		width: 33.3%;
	}

	.single_collection .colours-v-list li a img {
		height: 125px;
	}

	.archive_collection .style-list li {
		width: 50%;
	}

	.archive_collection .style-list li a img {
		height: 258px;
	}



}



