@charset "utf-8";
/* @import: url("assets/font/stylesheet.css"); */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@600&display=swap');
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
	box-sizing: border-box;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
}
.slider-for li{
	margin-right: 10px;
	margin-left: 10px;
}


.slick-prev:before,
.slick-next:before {
   display:none;
}
.slick-initialized .slick-slide{
	margin-bottom: 15px;
}
.slider-nav li{
	margin-right: 10px;
	margin-left: 10px;
}

.slick-next.slick-arrow
{
	display:none !important;
}
.slick-prev.slick-arrow
{
	opacity: 0;
}
.slide-arrow{
	position: absolute;
	top: 50%;
	margin-top: -15px;
  }
  .prev-arrow{
	left: -40px;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 15px solid #113463;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
  }
  .next-arrow{
	right: -40px;
	width: 0;
	height: 0;
	border-right: 0 solid transparent;
	border-left: 15px solid #113463;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
  }



.cont-1280{
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
}


.slick-slide img {
    width: 100%;
}
.slides, .slides > li, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    height: auto;
    -moz-user-select: none;
}

#lightSlider{
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
#lightSlider li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
#lightSlider img {
    display: block;
    height: auto;
    max-width: 100%;
}

.rowSlider .owl-theme{
	height: 100vh;
}
.item-po1 li img{
    height: 255px;
}
.blog-photo-sg img{
	height: auto;
}
header, section {
	width: 100%;
}
.owl-theme .owl-dots .owl-dot{
	outline: none;
	background: none;
	border: none;
	padding: 0;
}
footer {
	width: 100%;
	float: left;
}
.homeThree .homedesc img{
	height: 41.823vw;
	width: 62.5vw;
}
.title-table{
	font-size: 50px;
	font-family: 'Caveat', cursive;
	text-align: center;
	margin-bottom: 15px;
}
.table-pro{
	max-width: 600px;
	margin: 0 auto;
}
.tab-profile{
	border: 1px solid #000;
	width: 100%;
}
.tab-profile tr td{
	border: 1px solid #000;
	padding: 15px;
}
.tab-profile tr td:first-child{
	width: 180px;
	background-color: #f2f2f2;
	font-weight: bold;
	
}
.homeTwo .boxes{
	justify-content: center;
}
.slidewrapper {
    position: relative;
	z-index: 1000 !important;
	height: 100vh;
}
.backstretch{
	height: 100vh !important;
}


* {
	box-sizing: border-box;
}

*::after, *::before {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

a:hover, a:focus, a:visited {
	outline: none;
	border: none;
}

.cont {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.clear {
	clear: both;
}

/* ========== */

.wop {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.item-po1{
	width: 33.33%;
}

.boxes, .flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	
}

.home .rowHead {
	background-color: #E6E6E6;
	padding: 9px 0 9px 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
}

.rowHead a {
	color: #000000;
	text-decoration: none;
}

.rowHead .boxes {
	align-items: center;
	justify-content: space-between;
}

.rowH1 h1 {
	font-size: 14px;
	color: #000;
	line-height: 160%;
	letter-spacing: 0;
	font-weight: 500;
	padding: 0;
	margin: 0;
}

.language {
	justify-content: flex-end;
	margin-bottom: 10px;
	align-items: center;
}
.language a:first-child {
	/* background: -webkit-linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat;
    background: linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat; */
	background: #0d8561;
}
.language a:nth-child(2) {
background: #000;
}

.language a {
	color: #fff;
	line-height: 100%;
	font-size: 12px;
	font-weight: 500;
	padding: 5px 2px 5px 2px;
	border-radius: 5px;
	background-color: #efae00;
	transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	-moz-transition: ease all 0.35s;
	-ms-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	width: 110px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.btnWrap.afWrap .btn {
    min-width: 100% !important;
    padding: 0 4px;
}

.language a:hover {
	opacity: 0.7;
}

.language a:not(:first-child) {
	margin-left: 10px;
}

.menu li:not(:first-child) {
	padding-left: 30px;
}

.menu a {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	letter-spacing: 0;
	transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	-moz-transition: ease all 0.35s;
	-ms-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
}

.menu a:hover, .menu li.active a {
	color: #efae00;
}

.link-slider {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 30px;
	z-index: 200;
	padding-right: 30px;
	justify-content: flex-end;
}

.link-slider a {
	background-color: #efae00;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 100%;
	padding: 20px 30px;
	display: inline-block;
	text-decoration: none;
	transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	-moz-transition: ease all 0.35s;
	-ms-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
}

.link-slider a:hover {
	background-color: #000000;
}

.rowSlider .owl-nav {
	margin-top: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	z-index: 99;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.rowSlider .owl-theme .owl-nav [class*='owl-'] {
	background: none;
	border: 0px solid #000;
	font-size: 0;
	outline: none;
	resize: none;
	font-weight: 300;
	height: 25px;
	padding-top: 0;
	padding-bottom: 0;
}

@media all and (-ms-high-contrast:none) {
	.rowSlider .owl-theme .owl-nav [class*='owl-'] {
		height: auto;
	}
}

.rowSlider .owl-theme .owl-nav [class*='owl-'] span {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 100%;
	font-weight: 300;
	margin: 0;
	padding: 0;
	font-size: 60px;
	color: #fff;
	cursor: pointer;
}

.rowSlider .owl-theme .owl-nav [class*='owl-'] span:hover {
	color: #464646;
}

.rowSlider .owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 10px;
	z-index: 99;
}

.rowSlider .owl-theme .owl-dots .owl-dot {
	background: none;
	border: 0px solid #efae00;
	padding: 0;
	margin: 0;
	outline: none;
	resize: none;
}

.rowSlider .owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #D6D6D6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
	cursor: pointer;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #000;
}
.owl-nav{
	display: none;
}
.menu .nopc {
	display: none;
}
.language a:first-child {
    background: #000;
}
.boxes h2 {
	margin: 0;
}
.rowR ul {
	padding: 0;
	margin: 0;
}
.menu li.hv-u:hover {
	text-decoration: none;
}


.row-txt-sp {
	display: none;
}
.rowHead h1 {
	font-size: 0;
}

/* CONTENT */

.homeOne {
	padding: 70px 0;
}

.rowProduct {
	margin-top: 50px;
}

.rowProduct .owl-theme .owl-nav {
	margin: 0;
	position: absolute;
	width: 100%;
	left: 0;
	top: calc(50% - 35px);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}

.rowProduct .owl-theme .owl-nav [class*='owl-'] {
	padding: 0;
	margin: 0;
	background: none;
	outline: none;
	resize: none;
	border: 0px solid #000;
}

.rowProduct .owl-theme .owl-nav [class='owl-prev'] {
	left: -38px;
	top: 0;
	position: absolute;
}

.rowProduct .owl-theme .owl-nav [class='owl-next'] {
	right: -38px;
	top: 0;
	position: absolute;
}

.rowProduct .owl-theme .owl-nav [class*='owl-'] img {
	width: 25px;
	height: 25px;
}

.rowProduct .owl-theme .owl-dots {
	padding: 15px 0;
}

.rowProduct .owl-theme .owl-dots [class*='owl-'] {
	background: none;
	border: 0px;
	outline: none;
	resize: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.rowProduct .owl-theme .owl-dots .owl-dot span {
	padding: 0;
	width: 100px;
	height: 2px;
	position: relative;
	background: #d6d6d6;
	display: block;
	overflow: hidden;
	transition: opacity 200ms ease;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
}

.rowProduct .owl-theme .owl-dots .owl-dot span::before {
	content: "";
	height: 2px;
	width: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background: #efae00;
}

.rowProduct .owl-theme .owl-dots .owl-dot.active span::before {
	width: 100%;
	animation: ProgressDots 5.1s both;
	-webkit-animation: ProgressDots 5.1s both;
}

@-webkit-keyframes ProgressDots {
	0% {
		width: 0%;
	}
	5% {
		width: 5%;
	}
	10% {
		width: 10%;
	}
	15% {
		width: 15%;
	}
	20% {
		width: 20%;
	}
	25% {
		width: 25%;
	}
	30% {
		width: 30%;
	}
	35% {
		width: 35%;
	}
	40% {
		width: 40%;
	}
	45% {
		width: 45%;
	}
	50% {
		width: 50%;
	}
	55% {
		width: 55%;
	}
	60% {
		width: 60%;
	}
	65% {
		width: 65%;
	}
	70% {
		width: 70%;
	}
	75% {
		width: 75%;
	}
	80% {
		width: 80%;
	}
	85% {
		width: 85%;
	}
	90% {
		width: 90%;
	}
	95% {
		width: 95%;
	}
	100% {
		width: 100%;
	}
}

@keyframes ProgressDots {
	0% {
		width: 0%;
	}
	5% {
		width: 5%;
	}
	10% {
		width: 10%;
	}
	15% {
		width: 15%;
	}
	20% {
		width: 20%;
	}
	25% {
		width: 25%;
	}
	30% {
		width: 30%;
	}
	35% {
		width: 35%;
	}
	40% {
		width: 40%;
	}
	45% {
		width: 45%;
	}
	50% {
		width: 50%;
	}
	55% {
		width: 55%;
	}
	60% {
		width: 60%;
	}
	65% {
		width: 65%;
	}
	70% {
		width: 70%;
	}
	75% {
		width: 75%;
	}
	80% {
		width: 80%;
	}
	85% {
		width: 85%;
	}
	90% {
		width: 90%;
	}
	95% {
		width: 95%;
	}
	100% {
		width: 100%;
	}
}
.cont-1536{
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}

.title-101 {
	font-size: 35px;
	line-height: 165%;
	font-weight: 500;
	text-align: center;
	letter-spacing: 4px;
	color: #000;
}

.sub-title-101 {
	font-size: 14px;
	color: #999;
	padding-top: 7px;
	display: block;
	letter-spacing: 4px;
}

.homeThree {
	padding: 50px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.homeThree::before {
	width: 100%;
	height: 100%;

	content: '';

	top: 0px;
	left: 0;
}

.hometitle {
	width: 100%;
	text-align: center;
}

.title-100 {
	font-size: 35px;
	text-align: center;
	color: #fff;
	letter-spacing: 4px;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
	border: 1px solid #fff;
	display: inline-block;
	padding: 10px 50px;
	z-index: 2;
}

.title-100 span {
	display: inline-block;
	font-size: 25px;
}

.homedesc {
	font-size: 16px;
	color: #ffffff;
	line-height: 185%;
	letter-spacing: 0;
	font-weight: 500;
	text-align: center;
	padding: 40px 0;
}

.homeUrl {
	text-align: center;
}

.homeUrl a {
	color: #efae00;
	transition: .4s;
	border: 1px solid #efae00;
	font-size: 20px;
	padding: 15px 60px 17px 60px;
	display: inline-block;
	text-decoration: none;
}

.homeUrl a:hover {
	background-color: #000000;
	border: 1px solid #000000;
	color: #ffffff;
}

.homeTwo {
	padding: 10px 0 70px 0;
}

.homeTwo .boxes, .showSP .boxes {
	margin-top: 40px;
}

.homeTwo .boxes .box-6, .showSP .boxes .box-6 {
	width: calc(100% / 7);
	background-color: #ffffff;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}

.homeTwo .boxes .box-6:not(:first-child), .showSP .boxes .box-6:not(:first-child){
	margin-left: 15px;
}

.homeTwo .boxes .box-6 a, .showSP .boxes .box-6 a  {
	text-decoration: none;
}

.thumbnailNew {
	width: 100%;
	height: 120px;
	display: block;
	overflow: hidden;
	position: relative;
}

.dateNew {
	display: block;
	text-align: right;
	color: #111111;
	letter-spacing: 1px;
	line-height: 160%;
	padding: 5px;
	font-size: 13px;
}

.homeTwo .boxes .box-6 a:hover .titleNew, .showSP .boxes .box-6 a:hover .titleNew {
	color: #efae00;
}

.titleNew {
	color: #111111;
	line-height: 140%;
	font-size: 12px;
	letter-spacing: 0;
	padding: 0 5px 8px 5px;
	display: block;
	transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	-moz-transition: ease all 0.35s;
	-ms-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
}

.categoryNew {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	border: 1px solid #fff;
	background: #efae00;
	padding: 1px 5px 1px;
}

.homeIn {
	padding-top: 20px;
	padding-bottom: 70px;
}

.instagram_biography {
	line-height: 165%;
	margin-top: 15px;
}

#photos {
	margin-top: 30px;
}

/* #photos .masongram-container {
	height: 1000px !important;
	overflow: hidden;
} */
.product-sp {
	display: none;
}
.product-pc {
	display: block;
}
#primary-contact form {
    width: 100%;
    float: left;
    background-color: #E6E6E6;
    padding: 30px;
}
#primary-contact form td {
    background: none;
}
#primary-contact td:first-child span {
	background-color: #000;
    color: #fff !important;
    padding: 3px 5px 4px;
    margin-right: 10px;
    line-height: 13px;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 2px;
    font-family: "Noto Sans JP";
}
.contact-form-st1 table tr td input[type=text] {
	height: 43px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.contact-form-st1 table tr td select {
	padding-right: 46px;
    /* background-image: url(./assets/images/ico_arrow.png); */
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 46px auto;
    background-size: 46px auto;
    position: relative;
    font-size: 13px;
	line-height: 1.5;
	border: none;
    height: 43px;
}
.wrap-radio input {
	width: 15px;
	height: 15px;
	border-radius: none;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	-ms-border-radius: none;
	-o-border-radius: none;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio]{
	width: 20px;
	height: 20px;
	position: relative;
}
.checkbox label, .radio label {
    min-height: 20px;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 0;
	font-weight: 400;
    cursor: pointer;
}
#primary-contact form td span.input-pd {
	padding-left: 10px;
	background-color: rgba(255, 191, 0, 0);
	font-size: 14px;
	color: #000 !important;
}
input[type=checkbox], input[type=radio] {
    margin: 0;
}
#primary-contact input.wpcf7-form-control.wpcf7-submit {
    border: none;
    background: none;
    cursor: pointer;
    background: #0d8561;
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	outline: none;
}

/* CONTENT PAGE */
.main_img02 {
    background-image: none;
    height: auto;
    max-height: 520px;
}
.main {
    height: 520px;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.main h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    z-index: 10;
    color: #000;
    font-size: 25px;
    width: 100%;
    max-width: 700px;
    padding: 20px 50px;
    
	text-shadow: 1px 1px 5px #fff, 0 0 1em #fff, 0 0 0.2em #fff;
  
    text-align: center;
	background: rgba(255,255,255,.4);
	text-transform: uppercase;
}
.box02{
	padding-top: 20px !important;
}
.set_hight{
	height: 26.667vw;
}
.span-txt{
	display: block;
	text-align: center;
	margin-top: 5px;
}
.item-po1 li{
	height: 280px;
}
.main::after {
    content: '';
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px;
    background: inherit;
    filter: blur(5px);
    height: 520px;
    width: 100%;
    z-index: 0;
    -webkit-filter: blur(5px);
}
#intro {
    background-size: contain !important;
    color: white;
    width: 100%;
    height: 520px;
    margin: 0;
}
.main h2 span {
    font-size: 15px;
    display: block;
	margin-top: 15px;
	display: block;
}
#container {
	max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.bread {
	padding: 5px 0;
}
.layout-column-txt p {
	font-size: 16px;
	line-height: 160%;
}
.masongram-image-caption-container {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
}
.masongram-image-caption-container a {
	display: block;
	width: 100%;
	height: 100%;
}
.masongram-image-caption p,.masongram-image-caption a i  {
	display: none;
}
/* CSS T  */

.showSP {
	display: none;
}
.homeUrl iframe {
	width: 100%;
	height: 450px;
}
.homedesc p i{
	padding-right: 10px;
}
.head02 {
    margin: 50px 20px;
    font-size: 28px;
  
    text-align: center;
    letter-spacing: 4px;
    display: inline-block;
    position: relative;
    line-height: 1.5;
    padding: 0 30px;
    box-sizing: border-box;
}
.head02:before {
    content: "＼";
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -14px;
}
.head02:after {
    content: "／";
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -14px;
}
.TitleL {
	text-align: center;
}
.about-TT {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #efae00;
}
.about-TT,.about-txt {
	padding-top: 10px;
}
.about-TT {
	padding-top: 20px;
}
.about-txt{
	font-size: 16px; 
	line-height: 160%;
}
.ab-list li{
	position: relative;
	padding-left: 65px;
	padding-bottom: 45px;
	font-size: 16px;
}
.ab-list li:last-child{
	padding-bottom: 30px;
}
.ab-list ul {
	padding-top: 15px;
}
.ab-list li::before{
	content: '';
	width: 50px;
	height: 50px;
	top: -12px;
	left: 0;
	position: absolute;
	background-image: url(./assets/images/ab-bg1.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.ab-list li:nth-child(2)::before {
	background-image: url(./assets/images/ab-bg2.png);
}
.ab-list li:nth-child(3)::before {
	background-image: url(./assets/images/ab-bg3.png);
}
.dl-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;	
	width: 100%;
}
.flex-center {
	justify-content: center;
}
.ab-box {
	background-color: #E6E6E6;
	padding: 20px;
}
.colab {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 20px;
}
.colab-lt {
	margin-right: 0;
}

.colab:nth-child(3n) {
	margin-right: 0;
}
.dl-flex .colab:last-child {
	margin-bottom: 0;
}
.product2 .colab {
	width: 49%;
	margin-right: 2%;
}
.product2 .colab:nth-child(2n) {
	margin-right: 0;
}
.product2 .colab {
	margin-bottom: 0;
}
.justified-gallery {
	height: 570px !important;
	overflow: hidden;
}
.pro-link {
	text-align: center;
	margin: 0 auto;
}
.pro-link a {
	display: block;
	padding: 20px;
	max-width: 200px;
	background: #efae00;
	font-size: 16px;
	color: #000;
	margin: 0 auto;
}
.pro-link a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.homedesc a {
	color: #fff;
}
.ab-boxx .colab {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 20px;
	padding: 20px;
}
.ab-boxx .colab:nth-child(2n){
	margin-right: 0;

}
.ab-boxx .about-Img {
	text-align: center;
}
.ab-boxx .dl-flex {
	justify-content: space-evenly;
}
.mr0 {
	margin-right: 0 !important;
}

.homedesc table td {
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #c3c3c3;
}
.homedesc table td i {
	padding-right: 5px;
}
.homedesc table {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
}
.homedesc table td {
	vertical-align: middle;
}
.homedesc table td:first-child {
	width: 30%;
}
.homedesc table td:last-child {
	width: 70%;
}
.txt-ct {
    text-align: center;
}
.box02{
	align-items: center;
}

.box02 li:first-child {
	width: 62%;
	margin-right: 3%;
}
.box02 li:last-child {
	width: 35%;
	margin-top: 20px;
}
.language a i {
	padding-right: 5px;
}
#primary-contact>span {
	font-size: 20px;
	font-weight: bold;
	line-height: 160%;
	display: block;
	margin-bottom: 20px;
}
.inquitxt p i {
	padding-right: 10px;
}
.inquitxt iframe {
	width: 100%;
	height: 187px;
}
.model-list li {
	width: 23%;
	margin-right: 2.6%;
	margin-bottom: 30px;
}
.model-list li:nth-child(4n) {
	margin-right: 0;
}
.model-list li span {
	font-size: 16px;
	line-height: 160%;
	margin-top: 10px;
	display: block;
}
.model-list li span i {
	padding-right: 5px;
	color: #efae00;
}
.Title01 span {
	display: block;
	text-align: center;
	font-size: 24px;
}
.btn-link {
	margin-top: 20px;	
}
.btn-link a {
	display: inline-block;
	text-align: center;
	width: 100%;
	background: #000;
	color: #fff;
	padding: 20px;
}
.btn-link a:hover {
	opacity: 0.7;
	color: #fff !important;
	background: #000 !important;
}
.titlePage span {
	display: block;
	text-align: center;
	margin-bottom: 40px;
}
.box01 table {
	width: 100%;
}
.box01 table td{
	padding: 20px;
	border-top: 1px solid #ccc;
	background: #fff;
	border-right: 1px solid #ccc;
}
.box01 table td:first-child {
	width: 20%;
	font-weight: bold;
	border-left: 1px solid #ccc;
	color: #0d8561;
}
.box01 table tr:last-child td {
	border-bottom: 1px solid #ccc;
} 
.box01 table {
	margin-bottom: 40px;
}
.Listlink li {
	width: 48%;
	margin-right: 4%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 105px;
	background: #cecece;
}
.Listlink li:last-child {
	margin-right: 0;
}

.Listlink li a {
	padding: 30px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
.Listlink li a:hover {
	opacity: 0.7;
	color:#000 !important;
}
.Listlink {
	align-items: center;
}
.BoxCompany {
	margin-top: 40px;
}
.Listlink {
	margin-top: 20px;
}
.ptivacy-txt p,.List-privacy li {
	font-size: 16px;
	line-height: 160%;
}
.List-privacy li{
	list-style-type: decimal;
	width: 100%;
}
.List-privacy {
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 20px;
}
.List-privacy span {
	display: block;
}
.ptivacy-txt {
	background: #ffffff;
	padding: 20px;
	padding-top: 0;
}
p {
    margin: 0 0 0;
}
#slide .item {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.SinglePostBoxL{
	width: 48%;
	margin-right: 4%;
}
.SinglePostBoxR{
	width: 48%;
}
.PostName {
	font-size: 24px;
	font-weight: bold;

	line-height: 160%;
}
.PostNameE {
	font-size: 18px;
	line-height: 160%;
	margin-top: 10px;
}
.PostSns li {
	width: 23%;
	margin-right: 2.6%;
}
.PostSns li:last-child {
	margin-right: 0;
}
.PostSns ul {
	max-width: 300px;
}
.SinglePostBoxR table {
	margin-top: 20px;
	margin-bottom: 30px;
}
.SinglePostBoxR table td:first-child {
	width: 32%;
}
.SinglePostBoxR table td:last-child {
	width: 68%;
}
.PostInfoL {
	font-size: 18px;
	font-weight: bold;
	line-height: 160%;
}
.PostInfo {
	margin-top: 20px;
}
.PostInfor {
	margin-top: 10px;
}
.PostContact {
	margin-top: 30px;
}
#slide .owl-nav {
	display: none;
}
#slide .owl-theme .owl-dots .owl-dot{
	background: none;
	outline: none;
	border: none;
}
.wp-pagenavi span.current {
	font-size: 14px;
	padding: 10px 20px;
	background-color: #efae00;
	color:#fff;
	border: none;
	display: inline-block;;
}
.wp-pagenavi a, .wp-pagenavi a.larger,.wp-pagenavi a.nextpostslink,.wp-pagenavi a.smaller, .wp-pagenavi a.previouspostslink{
	font-size: 14px;
	padding: 10px 20px;
	background-color: #bbb;
	color:#000;
	border: none;
	display: inline-block;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi {
    clear: both;
    display: block;
	text-align: center;
	margin-bottom: 20px;
}
.wp-pagenavi a:hover {
	opacity: 0.7;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    display: inline-block !important;
    width: 100%;
    margin: 0 !important;
    margin-top: 20px !important;
}

.rowHead h1 {
	margin-top: 10px;
    margin-bottom: 10px;
}
.br480 {
	display: none;
}

/* blog */
.single-date {
	margin-bottom: 20px;
}
.single-text {
	margin-top: 20px;
}
.single-date i {
	padding-right: 5px;
}
.single-date i:last-child {
	padding-left: 5px;
}
.blog-photo-sg {
    text-align: center;
}
ul.blog li {
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 30px;
}
ul.blog li:nth-child(4n){
	margin-right: 0;
}
ul.blog a {
	display: block;
}
.blog-title a {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 15px;
}
.blog-date {
	margin-top: 10px;
	font-size: 14px;
}
.blog-text {
	font-size: 16px;
	line-height: 160%;
	margin-top: 10px;
}
.blog-content  {
	padding: 10px;
	background-color: #fff;
}
.blog-photo a img {
	height: auto;
}
.blog-icon i,.single-date i {
	padding-right: 3px;
	color: #efae00;

}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    width: 100%;
    display: inline-block !important;
}


/* End blog */


/* END CSS T  */

/* END CONTENT PAGE */

/* FOOTER */

.rowFo {
	padding: 50px 0 30px 0;
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.rowFo::before {
	width: 100%;
    background: inherit;
    filter: blur(5px);
    height: 100%;
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
}
.rowFo ul {
	width: 100%;
	justify-content: space-between;
}
.rowFo ul li {
	width: calc(100% / 5 - 1%);
	position: relative;
}
.rowFo ul li:hover{
	text-decoration: none;
}
.height-img{
	max-width: 31.25vw;
	height: 20.833vw;

}
.rowFo ul a {
	color: #111;
	font-size: 13px;
	letter-spacing: -0.5px;
	line-height: 140%;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 100%;
	height: 98px;
	border: 1px solid #ffffff;
	padding: 7px 7px 20px 7px;
	transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	-moz-transition: ease all 0.35s;
	-ms-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
	background-color: rgba(255, 255, 255, 0.4);
	
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.rowFo ul a iframe {
	margin: 0 auto !important;
}
.footer-box .flex li.inst{
    background: -webkit-linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat;
    background: linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat;
}
.footer-box .flex li.fb{
	background: rgba(59,89,152,1);
}

.rowFo ul a img {
	width: 20px;
	height: 20px;
}

.rowFo ul li:hover a {
	padding-top: 12px;
	color: #efae00;
	background-color: rgba(0, 0, 0, 0.4);
}

.rowFo ul li a svg {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	color: #111;
	left: 50%;
	margin-left: -7px;
	top: 50px;
	font-size: 15px;
}
.rowFo ul li:after{
	position: absolute;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #000;
	left: 50%;
	margin-left: -7px;
	top: 60px;
	font-size: 15px;
	
}
.rowFo ul li:hover:after{
	color: #ccc;
	
}

.rowFo ul li:nth-child(1):after{
    content: '\f015';
}
.rowFo ul li:nth-child(2):after{
	content: '\f1ad';
}
.rowFo ul li:nth-child(3):after{
	content: '\f1ad';
}
.rowFo ul li:nth-child(4):after{
    content: '\f46d';
}

.rowFo ul li:nth-child(6):after{
	content: '\f304';
}

.rowFo ul li i {
	font-size: 16px;
}

.BoxFt {
	align-items: center;
	margin-bottom: 30px;
	justify-content: center;
}
.BoxFt-Left {
	width: 20%;
	margin-right: 2%;
}
.mail-sp{
	width: 47%;
	text-align: right;
	padding-right: 10px;
	display: none;
}
.mail-sp a i{
	font-size: 40px;
}

.BoxFt-Right {
	width: 78%;
}
.BoxFt span {
	display: block;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	color: #000;
}

.pageTop a {
    position: fixed;
    display: block;
    width: 54px;
    height: 54px;
    background-color: #444;
    right: 10px;
    bottom: 10px;
	z-index: 9999;
    border: 1px solid #ffffff;
}

.pageTop a:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;
    margin-top: -4px;
    margin-left: -8px;
}

.coppyright {
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 14px;
	font-weight: 500;
	line-height: 160%;
	color: #000000;
}

.br_show {
	display: none;
}
.slider-nav{
	max-width: 1280px;
	margin: 0 auto;
}

@media only screen and (max-width: 1280px) {
	.footer-box .cont{
		padding-left: 10px;
		padding-right: 10px;
	}
	.cont{
		padding-left: 15px;
		padding-right: 15px;
	}
	.cont-1280{
		padding-left: 15px;
		padding-right: 15px;
		
	}

}


@media only screen and (max-width: 1024px) {
	#intro {
		background-position: fixed;
		background-repeat: no-repeat;
		background-size: contain;
		color: white;
		width: 100%;
		height: 175px;
		margin: 0;
	}
	.main {
		height: auto;
	}
	.bread {
		padding: 5px 10px;
	}
	.layout-column-txt p {
		font-size: 14px;
		line-height: 160%;
		margin: 0;
	}
	#primary-contact form {
		width: 100%;
		float: left;
		background-color: #f5f5f5;
		padding: 15px;
	}
}
@media screen and (max-width: 992px) {
	.SinglePostBoxR table td:first-child {
		width: 42%;
	}
	.SinglePostBoxR table td:last-child {
    width: 58%;
}
.item-po1 li {
    height: 26.226vw;
}
.item-po1 li img{
	height: 20.706vw;
}
}

@media screen and (max-width: 768px) {
	.slidePC {
		display: none !important;
	}
	.height-img{
		max-width: 100%;
		height: 100%;
	
	}
	.item-po1 li {
		height: 26.042vw;
	}
	.homeThree .homedesc img {
		height: 100%;
		width: 100%;
	}

	.rowHead .boxes {
		flex-wrap: nowrap;
	}
	.mail-sp{
		display: block;
	}
	/* Header */
	.rowHead h1 {
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 10px;
	}
	/* .boxs a img {
		width: 200px;
	} */
	.language, .menu {
		display: none;
	}
	.nav-mobile a {
		display: block;
	    background: #000;
		width: 57px;
		height: 57px;
		z-index: 999999;
	}
	.rowH1 h1 {
		display: none;
	}
	.rowHead {
		padding: 0px 0 0px 0;
	}
	.rowR .menu {
		background: rgba(239, 239 ,239 , 0.9);
		z-index: 2;
		padding: 10px 10px 10px;
		text-align: center;
		padding-top: 57px;
		position: absolute;
		width: 100%;
    	left: 0;
	}
	.rowR .menu li{
		float: none;
		text-align: center;
		width: calc(100%/4 - 2%);
		height: 90px;
		position: relative;
		line-height: 1.5;
		vertical-align: top;
		border: 1px solid #ddd;
		display: inline-block;
		margin: 10px 1px 0 2px;
		box-sizing: border-box;
	}
	.rowR .menu li.inst {
		background: -webkit-linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat;
    	background: linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%, #427eff 80%) no-repeat;
	}
	.rowR .menu li.fb {
		background: rgba(59,89,152,1);
	}
	.rowHead {
		overflow: visible;
	}
	.menu .nopc {
		display: block;
	}
	.menu li:not(:first-child) {
		padding-left: 0;
	}
	.menu li:nth-child(1):after{
		content: '\f015';
   }
   .menu li:nth-child(2):after{
	content: '\f1ad';
   }
   .menu li:nth-child(3):after{
	content: '\f1ad';
   }
   .menu li:nth-child(4):after{
	content: '\f46d';
   }




   .menu li:nth-child(5):after{
		content: '\f0e0';
   }
   .menu li:nth-child(6):after{
		content: '\f304';
   }
  
   .menu li i {
    position: absolute;
    font-weight: 400;
    color: #111;
    left: 50%;
    margin-left: -7px;
    top: 50px;
    font-size: 15px;
	}
   .menu li:after {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
    left: 50%;
    margin-left: -7px;
    top: 50px;
    font-size: 15px;
	}	
	.menu  li a {
		font-size: 12px;
		margin-bottom: 0px;
		color: #111;
		height: 88px;
		padding-top: 15px;
		display: block;
		transition: .4s;
		background-color: rgba(255,255,255,0.4);
	}
	.boxes h2 a {
		display: inline-block;
		padding: 5px;
	}

	/* Menu togle */
	.chane-x {
		float: right;
		position: relative;
	}
	.chane-x::before {
		content: "";
		font-size: 16px;
		color: #fff;
		position: absolute;
		bottom: -25px;
		left: 0;
	}
	.chane-x.change::before {
		content: none;
	}
	.bar1, .bar2, .bar3 {
		width: 35px;
		height: 2px;
		background-color: #fff;
		margin: 8px 11px;
		transition: 0.4s;
	}
	.bar1 {
		margin-top: 16px;
	}
	.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-9px, 6px);
		transform: rotate(-45deg) translate(-9px, 6px);
	}
	.change .bar2 {
		opacity: 0;
	}
	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-7px, -7px);
		transform: rotate(45deg) translate(-7px, -7px);
		-moz-transform: rotate(45deg) translate(-7px, -7px);
		-ms-transform: rotate(45deg) translate(-7px, -7px);
		-o-transform: rotate(45deg) translate(-7px, -7px);
	}
	.menu_sp li:first-child a{
		padding-top: 5px;
	}
	/* .homeOne {
		z-index: -1;
	} */
	.menu li a:hover {
		background: rgba(30,30,30,0.6);
	}
	/* End Menu togle */

	#intro {
		background-size: 100% !important;
		background-position: top center !important;
		height: 38.411vw;
		background-attachment: scroll !important;
	}

	/* End Header */

	/* Content */
	.product-sp {
		display: block;
	}
	.product-pc {
		display: none !important;
	}
	.product-sp a img {
		padding: 5px;
		padding-bottom: 0;
	}
	.product-sp a .data-wrap img {
		padding: 5px !important;
		padding-bottom: 0 !important;
		width: 100% !important;
		height: 100% !important;
    	left: 0 !important;
	}
	.product-sp a .data-wrap {
		width: 100% !important;
		height: 100% !important;
		overflow: hidden !important;
	}
	.product-sp {
		padding: 0 5px;
	}
	.slick-dots {
		position: absolute;
		top: 10px;
		display: block;
		width: auto;
		height: 20px;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: right;
		right: 10px;
	}
	.slick-dots li button:before {
		font-family: 'slick';
		font-size: 10px;
		line-height: 20px;
		position: absolute;
		top: 0;
		left: 0;
		width: 20px;
		height: 20px;
		content: '•';
		text-align: center;
		opacity: .25;
		color: black;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.slick-dots li.slick-active button:before {
		opacity: unset;
		color: #efae00 !important;
	}
	.slick-dots li button:before {
		opacity: unset;
		color: #000;

	}
	.homeTwo .boxes .box-6, .showSP .boxes .box-6 {
		width: 32% !important;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.homeTwo .boxes .box-6:nth-child(3n), .showSP .boxes .box-6:nth-child(3n) {
		margin-right: 0;
	}
	.homeTwo .boxes .box-6:not(:first-child), .showSP .boxes .box-6:not(:first-child) {
		margin-left: 0;
	}
	.rowHead {
		z-index: 999999;
		background-color: #E6E6E6;
	}
	.home .head-fixed {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		height: 57px;
		z-index: 999999;
		background-color: #eeeeee;
	}
	.homeThree .cont, .homeTwo .cont, .rowFo .cont {
		padding: 0 15px;
	}
	.rowSlider .owl-nav {
		display: none;
	}
	.rowSlider .owl-theme .owl-dots {
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 99;
		height: 20px;
		display: block;
		width: auto !important;
		font-size: 10px;
		text-align: right;
	}
	.rowSlider .owl-theme .owl-dots .owl-dot span {
		margin: 5px 10px;
		font-size: 10px;
	}
	.rowSlider .owl-theme .owl-dots .owl-dot span {
		background: #000000;
	}
	.owl-theme .owl-dots .owl-dot.active span{
		background-color: #efae00;
	}
	.link-slider a {
		background-color: #efae00;
		font-size: 14px;
		padding: 10px 10px;
	}
	.owl-theme .owl-nav.disabled + .owl-dots {
		margin-top: 0;
	}
	.categoryNew {
		font-size: 10px;
	}
	.instagram_biography,.instagram_username {
		display: none;
	}



	.footer-box {
		padding: 0 0; 
		height: calc(100% - 57px) !important;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		align-content: stretch;
	}
	.title-101 {
		line-height: 100%;
	}
	.rowProduct .slick-dotted.slick-slider {
		margin-bottom: 0;
	}
	.rowProduct {
		margin-top: 6.519vw;
	}
	.titleNew {
		font-size: 2.825vw;
	}
	.dateNew {
		font-size: 2.825vw;
	}
	.homeTwo .boxes {
		margin-top: 6.519vw;
	}
	.footer-box {
		margin-top:0;
	}
	.homeOne {
		padding: 40px 0;
	}
	.cont{
		padding-left: 15px;
		padding-right: 15px;
	}
	.title-101,.title-100 {
		font-size: 7.292vw;
	}
	.title-100 span {
		font-size: 5.208vw;
	}
	.homedesc p ,.homeUrl a {
		font-size: 3.333vw;
	}
	.rowFo {
		padding-top: 25vw;
    	padding-bottom: 25vw;
	}
	.wrap-content {
		padding: 40px 0 60px 0 !important;
	}
	.BoxFt-Left {
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.logoFt  a img {
		max-width: 250px;
	}
	.BoxFt-Right {
		width: 100%;
	}
	.box01 {
		width: 100%;;
	}
	/* css t */
	.showSP {
		display: block;
	}
	.colab {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.title-style74::after {
		border: none;
	}
	.title-style74 span {
		position: absolute;
		background: #fff;
		padding-right: 15px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
    .rowSlider .item,.rowSlider {
        /* height: 100%; */
    }
    .rowSlider  .owl-carousel .owl-item img.sp-hight {
        object-fit: cover;
        /* height: 100%; */
    }
    .rowSlider  .owl-carousel.owl-loaded,.rowSlider .owl-carousel .owl-stage-outer,.rowSlider .owl-carousel .owl-stage,.rowSlider .owl-carousel .owl-item {
        /* height: 100%; */
	}
	.homeUrl iframe {
	height: 200px;
	}
	.justified-gallery {
		height: 250px !important;
		overflow: hidden;
	}
	.product2 .colab {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}
	.product2 .colab:last-child {
		margin-bottom: 0;
	}
	.br-pc {
		display: none;
	}
	.ab-boxx .colab {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		padding: 20px;
	}
	.ab-boxx .colab:last-child {
		margin-bottom: 0;
	}
	.onepage-wrapper {
		z-index: -1 !important;
	}
	.title-100 {
		font-size: 7.292vw;
		padding: 1.302vw 6.510vw;
	}
	.homeThree .homedesc {
		padding: 5.208vw 0;
	}
	.homedesc table td {
		padding: 1.302vw;
	}

	.main::after {
		height: 38.411vw;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.main_img02 {
		max-height: 38.411vw;
	}
	.main h2 {
		font-size: 3.255vw;
		padding: 2.604vw 6.510vw;
	}
	.main {
		height: 38.411vw;
	}
	.homeIn p.txt {
		margin-top: 2.604vw;
	}
	.box01 h3 span {
		position: relative !important;
	}
	.box01 h3 {
		position: absolute;
		top: 50% !important;
		left: 122px !important;
		text-align: left;
		width: calc(100% - 100px);
		font-size: 3.125vw !important;
		font-family: 'Cinzel', serif;
		line-height: 1.5;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
	.box01 h3:after {
		border-top: 0px solid #000 !important;
	}
	.box01 h3 {
		width: calc(100% - 100px) !important;
	}
	.inqui-img {
		text-align: center;
	}
	.inquitxt {
		margin-top: 20px;
	
		text-align: center;
	}
	.inquitxt iframe {
		margin-top: 20px;
	}
	.model-list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 30px;
	}
	.model-list li:nth-child(2n){
		margin-right: 0;
	}
	.logoFt {
		margin-bottom: 20px;
	}
	.box01 table td:first-child,.box01 table td:last-child {
		width: 100%;
		float: left;
	}
	.box01 table td:last-child {
		border-left: 1px solid #ccc;
	}
	.box01 table tr:last-child td{
		border-bottom: none;
	}
	.box01 table tr:last-child td:last-child {
		border-bottom: 1px solid #ccc;
	}
	.Listlink li {
		width: 100%;
		margin-right: 0;
		min-height: 105px;
		margin-bottom: 20px;
	}
	.Listlink {
		padding-left: 20px;
		padding-right: 20px;
	}
	.SinglePostBoxL {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.SinglePostBoxR {
		width: 100%;
	}
	#slide .item {
		height: 65.104vw;
	}
	#slide .owl-dots {
		margin-top: 10px;
	}
	.wp-pagenavi {
		margin-top: 20px;
	}
	.blog-photo-sg img {
		height: auto;
	}
	.ptivacy-txt p, .List-privacy li,.model-list li span,.PostInfor p{
		font-size: 14px;
		line-height: 160%;
	}
	.PostNameE,.PostInfoL {
		font-size: 16px;
		line-height: 160%;
	}
	.Listlink li a {
		padding: 15px;
		font-size: 14px;
	}
	.homeTwo .boxes, .showSP .boxes {
		margin-top: 20px;
	}
	.sub-title-101 {
		padding-top: 0;
	}
	/* End css t */

	/* End Content */

	/* Footer */

	.rowFo ul li {
		width: calc(100% / 3 - 1%);
		margin-bottom: 10px;
	}
	.rowFo ul {
		width: 100%;
		justify-content: space-between;
	}
	.rowFo ul li:not(:first-child) {
		margin-left: 0;
	}
	.rowFo {
		background-attachment: unset;
	}
	.footer-box {
		margin-top: 57px;
	}


	/* End Footer */
}
@media screen and (max-width: 640px) { 
	.box02 li:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		margin: 0 auto;
	}
	.box02 li:last-child {
		width: 100%;
		text-align: center;
	}
	.set_hight {
		height: 55vw;
	}
	.item-po1 li img {
		height: auto;
	}
	.item-po1 li {
		height: 100%;
	}

	.item-po1 {
		width: 100%;
		padding-bottom: 20px;
	}
	.tab-profile tr td:first-child {
		width: 100%;
		float: left;
		
	}
	.tab-profile tr td:last-child {
		width: 100%;
		float: left;
		
	}
	.cont-1536{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media screen and (max-width: 580px) {
	.menu li {
		width: calc(100%/2 - 2%) !important;
		height: 90px;
		position: relative;
		line-height: 1.5;
		vertical-align: top;
		border: 1px solid #ddd;
		display: inline-block;
		margin: 10px 1px 0 2px;
		box-sizing: border-box;
	}
	.rowR .menu {
		z-index: 3;
	}
	.coppyright {
		font-size: 10px;
	}
	.model-list li {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 30px;
	}
	.model-list li:nth-child(2n) {
		margin-right: 0;
	}
	.model-list li:last-child {
		margin-bottom: 0;
	}

}
@media screen and (max-width: 480px) {
	.br480 {
		display: block;
	}
	.rowFo ul li:last-child{
		padding-right: 0;

	}
	.homedesc table td {
		font-size: 2.917vw;
	}
	.homeUrl iframe {
		height: 41.667vw;
	}
	.homeThree .homedesc {
		padding-top: 0
	}
	.hometitle .title-100 {
		font-size: 3.333vw;
	}
	.homeIn p.txt {
		margin-top: 4.167vw;
	}
	.main h2 {
		font-size: 3.333vw;
		
	}
	.box01 h3 {
		font-size: 16px !important;
	}
	.head02 {
		margin: 20px 20px;
		font-size: 18px;
	}
	.br-480 {
		display: none;
	}
	.br_show {
		display: block;
	}
	.rowFo ul li {
		width: calc(100% / 2 - 2%);
		margin-bottom: 10px;
	}
	.rowHead .boxs h2 a img {
		max-width: 250px;
	}
	.rowFo ul li {
		width: calc(100% / 2 - 1%);
		margin-bottom: 5px;
		padding-right: 5px;
	}
	.rowFo ul li:nth-child(2n){
		padding-right: 0;
	}
	.rowFo .flex{
		justify-content: center
	}
	.head02 {
		margin: 20px 5px;
		font-size: 18px;
	}
	.head_product .point {
		font-size: 5.208vw;
		width: 16.667vw;
		height: 16.667vw;
		margin-bottom: 0;
		padding-top: 3.125vw;
	}
	.box01 h3 span {
		padding: 0 0 0 0!important;
		background-color: none !important;
	}
	.box01 h3 {
		left: 24.417vw !important;
	}

	.head_product {
		padding: 20px;
		padding-bottom: 20px !important;
	}

	.box01 table td,.ptivacy-txt,.head_product,.box01 {
		padding: 10px !important;
	}
	.titlePage span {
		display: block;
		text-align: center;
		margin-bottom: 20px;
	}
    .boxs a img {
		width: 200px;
	}
	.sub-title-101 {
		font-size: 12px;
	}

}

@media screen and (max-width: 350px) {
	.rowFo ul a {
		font-size: 12px;
	}
	.head02 {
		margin: 18px 5px;
		font-size: 16px;
	}
	.head02:before {
		content: "＼";
		position: absolute;
		left: -5px;
		top: 50%;
		margin-top: -14px;
	}
	.head02:after {
		content: "／";
		position: absolute;
		right: -5px;
		top: 50%;
		margin-top: -14px;
	}
	.thumbnailNew {
		width: 100%;
		height: 100px;
		display: block;
		overflow: hidden;
		position: relative;
	}

}