@charset "UTF-8";

html * {
	box-sizing: border-box;
	height: 100%;
}
body {
	margin: 0;
	background-color: #FFFFFF;
	height: 100%;
	font-family: sans-serif;
	font-size: 1.3vw;
}
.maintatto {
	position: absolute;
	margin: 43% 0 0 0%;
}
.maintatto img {
	z-index: 600;
	position: relative;
	background-color: rgba(0,0,0,0.3);
	margin: 0 0 0 31vw;
	height: 5.5vw;
}
/*-------スライド、ナビ、インジケーターを含むスライドショー全体のコンテナ-------*/
.slideshow {
	overflow: hidden;
    position: relative;
	height: 55vw;
	
	max-width: 2200px;
	margin: auto;
}
/*-------スライドのまとまり-------*/
.slideshow-slides {
	height: 100%;
	position: absolute;
	width: 100%;
	/* leftはJavaScriptで指定 */
}
/*-------子要素である各スライド内容-------*/
.slideshow-slides .slide {
	overflow: hidden;
	position: absolute;
	height: 100%;
	width: 100%;
	/* leftはJavaScriptで指定 */
}
.slideshow .slide img {
	z-index: 500;
	left: 50%;				/*左右中央に表示設定*/
	margin-left: -50%;	/*左右中央に表示設定*/
	position: absolute;
/*	margin: 0 auto 0 auto; */
	width: 100%;
	height: auto;
}
/* -------------top page ナビゲーションスタイル１------------------------ */
.slideshow-nav a,
.slideshow-indicator a {
	overflow: hidden;
}
.slideshow-nav a:before,
.slideshow-indicator a:before {
	content: url("../images/sprites.png");
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
/* -------------top page ナビゲーションスタイル２------------------------ */
.slideshow-nav a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72px;
	height: 72px;
	margin-top: -36px;
}
.slideshow-nav a.prev {
	z-index: 510;
	margin-left: -48%;
}
.slideshow-nav a.prev:before {
	margin-top: -20px;
}
.slideshow-nav a.next {
	z-index: 510;
	margin-left: 41%;
}
.slideshow-nav a.next:before {
	margin-left: -80px;
	margin-top: -20px
}
.slideshow-nav a.disabled {
	display: none;
}
/* -------------top page インジケータースタイル（ドット表示）------------------------ */
.slideshow-indicator {
	z-index: 510;
	bottom: 6vw;
	height: 16px;
	left: 0;
	position: relative;
	right: 0;
	text-align: center;
}
.slideshow-indicator a {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 3px;
	margin-right: 3px;
}
.slideshow-indicator a.active {
	cursor: default;
}
.slideshow-indicator a:before {
	margin-left: -110px;
}
.slideshow-indicator a.active:before {
	margin-left: -130px;
}
#id_stick {
	border-style: solid;
	border-width: thin;
}
#id_cook {
	border-style: solid;
	border-width: thin;
}
#id_carry {
	border-style: solid;
	border-width: thin;
}
#id_sholuder {
	border-style: solid;
	border-width: thin;
}
#id_atwork {
	border-style: solid;
	border-width: thin;
}
/*------------ Side-Menu --------------*/
.page-main {
	z-index: 100;
    position: absolute;
}
.page-main.sticky {
	position: fixed;
	top: 0;
}
.page-main > aside {
	background-color: rgba(0,0,0,0.8);
	width: 350px;
	height: 100%;
	top: 0;
	left: -350px;
	position: fixed;
}
.page-main > aside ul {
	margin: 0;
	padding: 0;
	top: 50px;
	left: 10px;
	position: absolute;
	list-style-type: none;
}
.page-main > aside li {
	display: inline-block;
	height: auto;
	margin: 30% 0 0 0;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.5em;
	color: #FFFFFF;
	letter-spacing: .01em;
	font-style: normal;
	font-weight: 300;
	font-family: sans-serif;
}
.page-main > aside button {
	background-color: rgba(0,0,0,0.4);
	display: block;
	position: absolute;
	top: 75%;
	left: 350px;
	width: 52px;
	height: 132px;
	margin: 0;
	padding: 0;
	border: none;
}
/*---------Slide Menu hover word--------------*/
nav {
	z-index: 510;
	position: absolute;
	left: 114px;
	top: 20px;
	width: 200px;
	font-size: 14px;
}
a {
	text-decoration:none;
	color: #FFFFFF;
}
h1 {
	color: antiquewhite;
	line-height: 1.1;
	font-size: 20px;
	margin-top: -8%;
	margin-bottom: 5%;
}
h1 img {
	margin-top: 5px;
	width: 300px;
	height: auto;
}
h1:hover {
	text-decoration: none;
	color: antiquewhite;
}
a:hover {
	z-index: 410;
	text-decoration:none;
	color: #C43C3E;
}
/*---------- main html css -------------*/
.mainworks {
	z-index: 200;
	position: relative;
	width: auto;
	overflow: hidden;
	margin: 0;

}
.artworks {
	width: 100%;
	overflow: hidden;
	margin: 0;
	max-height: 55vw; /*----ページ間のつながり設定-----*/
}
.atdady {
	display: grid;
	grid-template-columns: 23% 48% 29%;
	grid-template-rows: auto;
	height: auto;
}
.atwork {
	display: grid;
	grid-template-columns: 23% 42% 35%;
	grid-template-rows: auto;
	height: auto;
}
.atstick {
	display: grid;
	grid-template-columns: 23% 45% 32%;
	grid-template-rows: auto;
	height: auto;
}
.atcarry {
	display: grid;
	grid-template-columns: 23% 45% 32%;
	grid-template-rows: auto;
	height: auto;
}
.atsholuder {
	display: grid;
	grid-template-columns: 23% 57% 20%;
	grid-template-rows: auto;
	height: auto;
}
/* -------------左共通タブ---------------- */
.at-head {
	position: relative;
	background: #BE1E2D;
	grid-column: 1;
	grid-row: 1;
	height: 55vw;
}
.popu-dy {
	grid-column: 1;
	grid-row: 1;
	position: relative;
	margin: 20% 0 0 5%;
	height: 2.1vw;
}
.dy-el_rogo {
	grid-column: 1;
	grid-row: 1;
	position: absolute;
	margin:  10% 0 0;
	padding: 0 0 0 3%;
}
.dy-el_rogo img {
	position: absolute;
	width: 18vw;
	height: auto;
}
/* -------------STICK----------------- */
.stick-resume {
	display: block;
	color: #000000;
	margin: 0;
	padding: 2% 0 0 5%;
	grid-column: 2;
	grid-row: 1;
	height: auto;
}
.stick-A {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	float: left;
	padding: 35% 0 0 0;
	width: 100%;
}
.stick-A img {
	position: absolute;
	padding: 0 0 0 10%;
	width: 80%;
	height: auto;
}
.stick-B {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	float: left;
	width: 100%;
}
.stick-B img {
	position: absolute;
	padding: 90% 0 0 5%;
	width: 30%;
	height: auto;
}
.stick-text1 {
	color: #000000;
	position: relative;
	grid-column: 2;
	grid-row: 1;
	font-weight: 500;
	margin: 35vw 0 0 10vw;
	height: auto;
}
.stick-text1 p {
	position: absolute;
	float: left;
	font-size: 1.8vw;
	height: auto;
}
.stick-text2 {
	color: #000000;
	position: relative;
	grid-column: 2;
	grid-row: 1;
	margin: 30vw 19vw 0 14vw;
	float: left;
}
.stick-text2 p {
	position: absolute;
	float: left;
	margin: 10vw 0 0 0;
	font-size: 1.3vw;
	height: auto;
}
.stick-text3 {
	color: #000000;
	position: relative;
	grid-column: 2;
	grid-row: 1;
	margin: 55vw 14vw 0 20vw;
	float: left;
}
.stick-text3 p {
	position: absolute;
	margin: -10vw 0 0 0;
	font-size: 1.3vw;
	height: auto;
}
.stick-C {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	width: 100%;
	float: left;
	height: auto;
}
.stick-C img {
	position: absolute;
	margin: 90% 0 0 70%;
	width: 24%;
	height: auto;
}
.stick-D {
	position: relative;
	grid-column: 3;
	grid-row: 1;
}
.stick-E {
	color: #000000;
	position: relative;
	grid-column: 3;
	grid-row: 1;
	height: auto;
}
.stick2 {
	position: relative;
	margin: -15vw 0 0 0;
	float: left;
	width: 100%;
}
.japan {
	position: relative;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;
}
.japan img {
	position: absolute;
	padding: 14% 0 0 25%;
	width:70%;
	height: auto;
}
.jp1 {
	position: relative;
	vertical-align: text-top;
	margin: 0;
	padding: 60% 0 0 0;
	width: 100%;
	height: auto;
}
.jp1 p {
	position: absolute;
	text-align: center;
	padding: 2% 0 0 20%;
	font-size: 1.4vw;
}
.jp1 img {
	position: absolute;
	padding: 13% 0 0 10%;
	width: 85%;
	height: auto;
}
.jp2 {
	position: relative;
	vertical-align: text-top;
	padding: 0 0 0 10%;
	width: 100%;
	height: auto;
}
.jp2 p{
	position: absolute;
	text-align: center;
	padding: 35% 0 0 3%;
	font-size: 1.4vw;
}
.jp2 img {
	position: absolute;
	padding: 46% 0 0 1%;
	width: 75%;
	height: auto;
}
.jp3 {
	position: relative;
	vertical-align: text-top;
	padding: 0 0 0 5%;
	width: 100%;
	height: auto;
}
.jp3 p {
	position: absolute;
	text-align: center;
	padding: 68% 0 0 8%;
	font-size: 1.4vw;
}
.jp3 img {
	position: absolute;
	padding: 79% 0 0 6%;
	width: 80%;
	height: auto;
}
/* -----------------COOKING------------------- */
.cooking_word {
	position: relative;
	margin: 100% 0 0 0;
	padding: 0 0 0 12%;
	height: 12vw;
}
.cooking-resume {
	color: #000000;
	padding: 2% 0 0 5%;
	grid-column: 2;
	grid-row: 1;
}
.cook-toolA {
	position: relative;
	margin: 0;
	grid-column: 2;
	grid-row: 1;
}
.hasami {
	position: relative;
	float: left;
	width: 50%;
}
.hasami p {
	margin: 90% 0 0 15%;
}
.hasami img {
	position: absolute;
	width: 90%;
	height: auto;
	margin: -220% 0 0 10%;
}
.knife {
	position: relative;
	float: left;
	width: 50%;
}
.knife p {
	margin: 90% 0 0 30%;
}
.knife img {
	position: absolute;
	width: 100%;
	height: auto;
	margin: -220% 0 0 10%;
}
.dish {
	position: relative;
	grid-column: 3;
	grid-row: 1;
 	float: left;
    padding: 5% 2% 0 20%;
	width: 100%;
}
.dish img {
	position: absolute;
	width: 60%;
	height: auto;
}
.smoothie {
	position: relative;
	grid-column: 3;
	grid-row: 1;
	float: left;
    padding: 102% 0 0 30%;
	width: 100%;
}
.smoothie img {
	position: absolute;
	width: 38%;
	height: auto;
}
/* -------------carry----------------- */
.carry-resume {
	color: #000000;
	padding: 1% 0 5% 5%;
	grid-column: 2;
	grid-row: 1;
	height: auto;
}
.carry1 {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	float: left;
	height: auto;
}
.carry2 {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	height: auto;
}
.carry3 {
	position: relative;
	grid-column: 2;
	grid-row: 1;
	height: auto;
}
.carry {
	position: relative;
	grid-column: 3;
	grid-row: 1;
}
.carry1 p {
	position: absolute;
	padding: 45% 0 0 5%;
}
.carry1 img {
	position: absolute;
	padding: 60% 0 0 5%;
	width: 30%;
	height: auto;
}
.carry2 p {
	position: absolute;
	padding: 45% 0 0 45%;
}
.carry2 img {
	position: absolute;
	padding: 60% 0 0 40%;
	width: 70%;
	height: auto;
}
.carry3 p {
	position: absolute;
	padding: 45% 0 0 80%;
}
.carry3 img {
	position: absolute;
	padding: 60% 0 0 80%;
	width: 102%;
	height: auto;
}
.carry img {
	position: absolute;
	margin: 10% 0 0 10%;
	width: 85%;
	height: auto;
}
/* -------------sholuder----------------- */
.sholuder-resume {
	position: relative;
	color: #000000;
	padding: 2% 5% 0 5%;
	grid-column: 2;
	grid-row: 1;
}
.sholuderpr {
	position: relative;
	float: left;
	grid-column: 2;
	grid-row: 1;
}
.sholuder {
	position: relative;
	float: left;
	grid-column: 2;
	grid-row: 1;
}
.sholudercr {
	position: relative;
	grid-column: 2;
	grid-row: 1;
}
.sholuderwoman {
	position: relative;
	float: left;
	background: #C9CACA;
	grid-column: 3;
	grid-row: 1;
}
.sholuderpr img {
	position: absolute;
	padding: 30% 0 0 25%;
	width: 75%;
	height: auto;
}
.sholuder img {
	position: absolute;
	padding: 40% 0 0 8%;
	width: 90%;
	height: auto;
}
.sholuderwoman img {
	right: -20px;
	margin-left: -30px;
	width: 110%;
	height: auto;
}
/* -----------------Dandy Elegant------------------ */
.colam-color {
	color: #FFFFFF;
	position: relative;
	padding: 2% 5% 0 5%;
	background: #403F41;
	grid-column: 2;
	grid-row: 1;
}
.population-colam {
	position: relative;
	color: #000000;
	padding: 2% 5% 0 5%;	
	grid-column: 3;
	grid-row: 1 ;
}
.p-graf {
	position: relative;
	grid-column: 3;
	grid-row: 1;
}
.img-color {
    position: relative;
    padding: 0 0 0 10%;	
	grid-column: 2;
	grid-row: 1;
	height: auto;
}
.img-man {
	position: relative;
	padding: 10% 0 0 10%;
	grid-column: 2;
	grid-row: 1

}
.img-color img {
	position: absolute;
	padding: 40% 0 0 5%;
	width: 75%;
	height: auto;
}
.img-man img {
	position: absolute;
	padding: 80% 0 0 10%;
	width: 65%;
	height: auto;
}
.p-graf img {
	position: absolute;
	padding: 65% 0 0 10%;
	width: 85%;
	height: auto;
}
.company-info {
	position: relative;
	color: #000000;
	margin: 0;
	grid-column: 3;
	grid-row: 1;
}
.misso-info {
	position: absolute;
	color: #000000;
	margin: 108% 0 0 5%;
	font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
	font-weight: bold;
	font-size: 1.7vw;
}
.misso-cont {
	position: relative;
	margin: 115% 0 0 10%;
	color: #000000;
	font-weight: normal;
	font-size: 1.2vw;
}
.misso-cont img {
	position: absolute;
	margin: 5% 0 0 -4%;
	width: 70%;
	height: auto;
}
.misso-cont p{
	padding: 40px 0 0 20px;
}
/*----------------top menu---------------*/
.site-nav-open {
	z-index: 510;
 	position: absolute;
 	top: 2em;
 	right: 3em;
 	display: block;
 	width: 2em;
 	height: auto;
 	border: none;
 	background: none;
}
.site-nav-close {
	z-index: 550;
 	position: absolute;
 	top: 2em;
	right: 3em;
 	display: block;
 	width: 2em;
 	height: auto;
 	border: none;
 	background: none;
}
.site-nav {
	position: absolute;
	z-index: 600;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: auto;
	padding: 5.2em 0 4em;
	opacity: .95;
	background: #141122;
}
.site-header.is-showing-site-nav .site-nav {
	display: block;
}
.site-nav ul {
	list-style-type: none;
	text-align: center;
}
.site-nav ul img {
	margin: 0 0 5% 0;
	width: 20vw;
}
.site-nav ul li {
 	margin-bottom: 2em;
}
.site-nav ul li a {
	font-size: 1.15em;
	text-decoration: none;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: color .3s;
	transition: color .3s;
}
.site-nav ul li a:hover,
.site-nav ul li a:focus {
	opacity: 1;
}
.no-js .slideshow {
	height: auto;
}
.no-js .slideshow-slides {
	height: auto;
	position: static;
}
.no-js .slideshow-slides .slide {
	display: block;
	height: auto;
	position: static;
}
.no-js .slideshow-slides .slide img {
	margin: auto;
	position: static;
}
.no-js .slideshow-nav,
.no-js .slideshow-indicator {
	display: none;
}

/*==========================================================*/
/*                    レスポンシブ設定                          */
/*==========================================================*/
@media screen and (min-width: 2280px) {
	.page-main {
		z-index: 510;
	}
	.site-nav-open {
		width: 4em;
		background-color: rgba(115,115,115,0.3);
	}	
}
@media screen and (min-width: 2200px) {
/* -------------top page インジケータースタイル（ドット表示）------------------------ */
	.slideshow-indicator {
		bottom: 10vw;
	}
	.maintatto {
		margin: 38% 0 0 0%;
	}
	.maintatto img {
		margin: 0 0 0 33vw;
		height: 4.7vw;
	}
	.artworks {
		max-height:51vw; /*----ページ間のつながり設定-----*/
	}
/* -------------左共通タブ---------------- */
	.at-head {
		height: 51vw;
	}
/* -----------------COOKING------------------- */
	.smoothie img {
		width: 35%;
	}
/* -------------STICK----------------- */
	.stick-resume {
		color: #000000;
		margin: 2% 0 0 5%;
		grid-column: 2;
		grid-row: 1;
	}
	.stick-A {
		padding: 30% 0 0 0;
	}
	.stick-B img {
		padding: 85% 0 0 5%;
	}
	.stick-text1 {
		margin: 33vw 0 0 10vw;
	}
	.stick-text2 {
		margin: 29vw 19vw 0 14vw;
	}
	.stick-text2 p {
		margin: 9vw 0 0 0;
	}
	.stick-text3 {
		margin: 54vw 14vw 0 20vw;
	}
	.stick-text3 p {
		margin: -11vw 0 0 0;
	}
	.stick-C img {
		margin: 85% 0 0 70%;
	}
	.stick2 {
		margin: -20vw 0 0 0;
	}
	.stick-D {
		height: auto;
	}
	.japan img {
		padding: 9% 0 0 25%;
	}
	.jp1 {
		padding: 55% 0 0 0;
	}
	.jp1 p {
		padding: 0% 0 0 20%;
	}
	.jp1 img {
		padding: 11% 0 0 10%;
	}
	.jp2 {
		padding: 0 0 0 10%;
	}
	.jp2 p{
		padding: 33% 0 0 3%;
	}
	.jp2 img {
		padding: 44% 0 0 1%;
	}
	.jp3 {
		padding: 0 0 0 5%;
	}
	.jp3 p {
		padding: 66% 0 0 8%;
	}
	.jp3 img {
		padding: 77% 0 0 6%;
	}
	.hasami img {
		width: 80%;
		margin: -200% 0 0 15%;
	}
	.knife img {
		width: 89%;
		margin: -200% 0 0 20%;
	}

/* -------------carry----------------- */
	.carry img {
		width: 82%;
	}
/* -------------sholuder----------------- */
	.sholuderpr img {
		padding: 25% 0 0 25%;
	}
	.sholuder img {
		padding: 35% 0 0 8%;
	}
/* -----------------Dandy Elegant------------------ */
	.img-color img {
		padding: 40% 0 0 5%;
		width: 70%;
	}
	.img-man img {
		padding: 75% 0 0 10%;
		width: 60%;
	}
	.p-graf img {
		padding: 65% 0 0 10%;
		width: 75%;
	}
	.misso-info {
		margin: 100% 0 0 5%;
	}
	.misso-cont {
		margin: 110% 0 0 10%;
	}
	.misso-cont img {
		margin: 2% 0 0 -4%;
		width: 70%;
	}

/*-------スライド、ナビ、インジケーターを含むスライドショー全体のコンテナ-------*/
	.slideshow {
		overflow: hidden;
    	position: relative;
		height: 55vw;
	
		max-width: 2200px;
		margin: auto;
	}
}
@media screen and (min-width: 360px) and (max-width: 768px){	/* 378px */
	.slideshow-nav a.next {
		margin-left: 30%;
	}
	.site-nav ul img {
		margin: 0 0 5% 0;
		width: 50vw;
	}
	.artworks {
		max-height: 165vw; /*----ページ間のつながり設定-----*/
	}
	.atdady {
		display: block;
		clear: both;
		height: 165vw;
		float: left;
	}
	.atwork {
		display: block;
		clear: both;
		height: 165vw;
		float: left;
	}
	.atstick {
		display: block;
		clear: both;
		height: 165vw;
		
	}
	.atcarry {
		display: block;
		clear: both;
		height: 165vw;
		float: left;
	}
	.atsholuder {
		display: block;
		clear: both;
		height: 165vw;
		float: left;
	}
	/* -------------左共通タブ---------------- */
	.at-head {
		width: 100%;
		height: 15vw;
		float: left;
	}
	.popu-dy {
		float: left;
		margin: 4% 0 0 5%;
		height: 3.1vw;
	}
	.dy-el_rogo {
		float: left;
		margin: 2% 0 0 40%;
		padding: 0 0 0 3%;
	}
	.dy-el_rogo img {
		width: 17vw;
	}
	/* -------------STICK----------------- */
	.stick-resume {
		padding: 15% 5% 0 5%
	}
	.stick-resume p {
		
		font-size: 3.5vw;
	}
	.stick-A {
		margin-top: 0%;
		width: 100%;
	}
	.stick-A img {
		margin: 28% 0 0 5%;
		width: 60%;
	}
	.stick-B {
		margin-top: -20%;
	}
	.stick-B img {
		margin: -221% 0 0 0;
		width: 25%;
	}
	.stick-C {
		margin-top: -20%;
		width: 100%;
	}
	.stick-C img {
		margin: -255% 0 0 5%;
		width: 20%;
	}
	.stick-text1 {
		width: 100%;
		margin: 0 0 0 0;
	}
	.stick-text1 p {
		margin: 2% 0 0 5%;
		font-size: 4.1vw;
	}
	.stick-text2 {
		height: auto;
		width: 100%;
		margin: 0 0 0 0;
	}
	.stick-text2 p {
		margin: -294% 50% 0 28%;
		font-size: 3vw;
	}
	.stick-text3 {
		height: auto;
		width: 100%;
		margin: -1% 0 0 0;
	}
	.stick-text3 p {
		margin: -272% 50% 0 28%;
		font-size: 3vw;
	}
	.stick-D {
		height: auto;
	}
	.stick-E {
		margin: 0;
		width: 100%;
	}
	.japan {
		margin: -20% 0 0 -1%;
	}
	.japan img {
		margin: 5% 0 0 43%;
		width:50%;
	}
	.jp1 {
		position: absolute;
		float: left;
		margin: -25% 0 0 0;
	}
	.jp1 p {
		margin: 1% 0 0 38%;
		font-size: 3vw;
	}
	.jp1 img {
		float: left;
		margin: -5% 0 0 54%;;
		width: 40%;
	}
	.jp2 {
		position: absolute;
		float: left;
		margin: 10% 0 0 0;
	}
	.jp2 p{
		margin: 8% 3% 0 45%;
		font-size: 3vw;
	}
	.jp2 img {
		float: left;
		margin: 6% 0 0 53%;;
		width: 31%;
	}
	.jp3 {
		position: absolute;
		float: left;
		margin: -3% 0 0 0;
	}
	.jp3 p {
		margin: 7.5% 3% 0 44%;
		font-size: 3vw;
	}
	.jp3 img {
		float: left;
		margin: 6% 0 0 53%;
		;
		width: 36%;
	}
	/* -----------------COOKING------------------- */
	.cooking_word {
		margin: 1% 0 0 65%;
		height: 12vw;
	}
	.cooking-resume {
		padding: 15% 5% 0 5%;
		height: auto;
	}
	.cooking-resume p {
		font-size: 3.5vw;	
	}
	.hasami {

	}
	.hasami p {
		margin: 5% 40% 0 10%;
		font-size: 3vw;
	}
	.hasami img {
		width: 60%;
		margin: -310% 0 0 5%;
	}
	.knife {

	}
	.knife p {
		margin: 5% 40% 0 -30%;
		font-size: 3vw;
	}
	.knife img {
		width: 67%;
		margin: -310% 0 0 -30%;
	}

	.dish {
		margin: -170% 0 0 48%;
		width: auto;
	}
	.dish img {
		width: 130%;
	}
	.smoothie {
		margin: -220% 0 0 45%;
		width: 50%;
		height: auto;
	}
	.smoothie img {
		width: 22%;
	}
	/* -------------carry----------------- */
	.carry-resume {
		margin: 15% 5% 0 0;
	}
	.carry-resume p {
		font-size: 3.5vw;
	}
	.carry1 {
		margin: 0;
		width: 100%;
	}
	.carry2 {
		margin: 0;
		width: 100%;
	}
	.carry3 {
		margin: 0;
		width: 100%;
	}
	.carry {
		margin: 0;
		width: 100%;
	}
	.carry1 p {
		font-size: 3vw;
		margin: -45% 70% 0 0;
	}
	.carry1 img {
		float: left;
		margin: -45% 0 0 0;
		width: 22%;
		height: auto;
	}
	.carry2 p {
		font-size: 3vw;
		margin: -45% 46% 0 -12%;
	}
	.carry2 img {
		float: left;
		margin: -43% 0 0 -12%;
		width: 60%;
		height: auto;
	}
	.carry3 p {
		font-size: 3vw;
		margin: -45% 26% 0 -24%;
	}
	.carry3 img {
		float: left;
		margin: -43% 0 0 -24%;
		width: 94%;
		height: auto;
	}
	.carry img {
		margin: 20% 0 0 68%;
		width: 30%;
	}
	/* -------------sholuder----------------- */
	.sholuder-resume {
		margin: 15% 0% 0 0%
	}
	.sholuder-resume p {
		font-size: 3.5vw;
	}
	.sholuderpr {
		float: left;
		margin: 0;
		width: 100%;
	}
	.sholuder {
		margin: 0;
		width: 100%;
	}
	.sholudercr {
		margin: 0;
		width: 100%;
	}
	.sholuderwoman {
		background: #FFFFFF;
		background-color: transparent;
		margin: 0;
		width: 100%;
	}
	.sholuderpr img {
		float: left;
		margin: -140% 0 0 -12%;
		width: 74%;
		height: auto;
	}
	.sholuder img {
		float: left;
		margin: -300% 0 0 -5%;
		width: 74%;
		height: auto;
	}
	.sholuderwoman img {
		float: left;
		margin: -450% 0 0 66%;
		width: 30%;
		height: auto;
	}
	/* -----------------Dandy Elegant------------------ */
	.colam-color {
		margin: 15% 0 0 0;
		height: 40%;
	}
	.colam-color p {
		margin: 0;
		height: auto;
		font-size: 3.3vw;
		}
	.population-colam {
		margin: -169% 0 0 0;
	}
	.population-colam p {
		font-size: 3.3vw;
	}
	.p-graf {
		margin: 0;
		width: 100%;
	}
	.img-color {
		margin: 0;
		width: 100%;
	}
	.img-man {
		margin: 0;
		width: 60%;
	}
	.img-color img {
		float: left;
		margin: -68% 0 0 2%;
		width: 40%;
		height: auto;
	}
	.img-man img {
		float: left;
		margin: -145% 0 0 70%;
		width: 54%;
		height: auto;
	}
	.p-graf img {
		float: left;
		margin: -178% 0 0 -5%;
		width: 60%;
		height: auto;
	}
	.company-info {
		margin: -278vw 0 0 -2vw;
		width: 60%;
		height: auto;
	}
	.company-info ul {
		margin: -2% 0 0 72%;
	}
	.misso-info {
		width: 100%;
		font-size: 3.2vw;
	}
	.misso-cont {
		padding-top: 10%;
		width: 100%;
		height: auto;
		font-size: 2.5vw;
	}
	.misso-cont img {
		float: left;
		margin: 5% 0 0 5%;
		width: 65%;
		height: auto;
	}
	.population-colam p {
		height: 50vw;
	}
	
	
	nav {
		z-index: 610;
		position: absolute;
		left: 114px;
		top: 20px;
		width: 200px;
		font-size: 20px;
	}
	h1 {
		color: antiquewhite;
		line-height: 1.1;
		font-size: 30px;
		margin-top: -5%;
		margin-bottom: 5%;
	}
	h1 img {
		margin-top: 8px;
		width: 450px;
		height: auto;
	}
}
