@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}


/* モバイルレイアウト : 480 px およびそれ以下. */

body , html {
    height: 100%;
}
#container {
	width: 100%;
	position: relative;
	height: auto !important;
	display: block;
	overflow: hidden;
}
.clearfloat {
	height:0px;
}
a:hover, a:focus { color: #ccc; }
.mb_hyde, .dis_hyde { display:none;}
#video { 
	background-color:#111;
	width:100vw;
	display:block;
	overflow:hidden;
}

/* headder
------------------------------------------------------------------------- */
#headder {
	display:block;
	overflow:hidden;
	width:100%;
	max-height:6vh;
	vertical-align:central;
	position: fixed;
	top: 0;
	z-index:4;
}
.tt_tittle {
	display:none;
}
/* content
------------------------------------------------------------------------- */
.content_pitti {
	display:block;
	width:100%;
	text-align:center;
}
.caption_top {
	display:block;
	overflow:hidden;
	width:100%;
	height: 100vh;
	background-color:#191d20;
	text-align:center;
}
#img_collar {
	margin-top:15vh;
}

.d_btn,
.d_btn2,
.d_btn4,
.d_btn5 {
	display:block;
	overflow:hidden;
	position:relative;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position:top center;
	background-size: 30px;
	margin-left:auto;
	margin-right:auto;
}

.d_btn,
.d_btn4,
.d_btn5 {
	background-image:url(../image/_pitti/d_btn.png);
	margin-top:-10vh;
}
.d_btn2 {
	background-image:url(../image/_pitti/d_btn2.png);
	margin-bottom:50px;
}
.d_btn3 {
	background-image:url(../image/_pitti/d_btn3.png);
	margin-bottom:50px;
}
.d_btn:hover,
.d_btn2:hover,
.d_btn3:hover,
.d_btn4:hover {
	background-position:bottom center;
}
#content_bottom {
	display:block;
	overflow:hidden;
	width:100%;
	height: 10vh;
	background-color:#000;
}
.caption_reality {
	display:block;
	width:100%;
	height: 100%;
	min-height: 100%;
	background-color:#fff;
	text-align:center;
	border-top:#666 1px solid;
}
.reality_top {
	display:block;
	width:100%;
	text-align:center;
	padding-top:3vh;
}
.reality_top h2 {
	font-weight:100;
	color:#000;
	margin-top:1vh;
}
#img_reality_shirt {
	margin-top:1vh;
}
.reality_bottom,
.style_bottom {
	display:block;
	width:100%;
}
.reality_left {
	display:block;
	width:100%;
	text-align:left;
	padding-right:15px;
	padding-left:15px;
}
.reality_right {
	display:block;
	width:100%;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}
.reality_left p,
.reality_right p {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#888;
	line-height:1.7em;
}
.reality_left h3,
.reality_right h3,
.style_left h3,
.style_right h3,
.style_right2 h3 {
	color:#000;
	font-weight:100;
	margin-top:20px;
	margin-bottom:10px;
}
.caption_shirt {
	display:block;
	width:100%;
	height: 100%;
	min-height: 100%;
	background-color:#000;
	text-align:center;
	border-top:#666 1px solid;
}
.shirt_top {
	display:block;
	width:100%;
	height: 16vh;
	text-align:center;
	padding-top:2vh;
}
.shirt_top img {
	margin-top:2vh;
}
.shirt_top h2 {
	font-weight:100;
	color:#fff;
	margin-top:2vh;
}
.shirt_bottom {
	display:block;
	width:100%;
}
.shirt_left,
.shirt_left2 {
	display:block;
	position: relative;
	overflow:hidden;
	width:100%;
	height: 27vh;
	text-align:left;
	margin-top:12vh;
}
.shirt_right,
.shirt_right2 {
	display:block;
	width:100%;
	height: 27vh;
	text-align:left;
	padding-right:3vw;
	padding-left:8vw;
}
.shirt_left p,
.shirt_right p,
.shirt_left2 p,
.shirt_right2 p {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#888;
	line-height:1.5em;
}
.shirt_left h3,
.shirt_right h3,
.shirt_left2 h3,
.shirt_right2 h3 {
	color:#fff;
	font-weight:100;
	margin-top:15px;
	margin-bottom:10px;
}
.shirt_left img {
	min-height:27vh;
	width:auto;
	position:absolute;
	bottom:0;
	right:0;
}
.shirt_left2 img {
	min-height:27vh;
	width:auto;
	position:absolute;
	top:0;
	left:0;
}
.sp_hyde {
	display:none;
}
/* top
------------------------------------------------------------------------- */
#video {
	background-color:#333;
	display:block;
	overflow:hidden;
}

/* collection
------------------------------------------------------------------------- */
.collection_top {
	display:block;
	width:100%;
	text-align:center;
	padding-top:12vh;
}
.collection_top h2 {
	font-weight:100;
	color:#000;
	margin-top:1vh;
	margin-bottom:4vh;
}
.collection-list {
	width:23%;
	display:block;
	margin-right:2%;
	margin-top:30px;
	float:left;
	text-align:left;
	transition: all 1s ease-in-out;
	cursor: pointer;
}
.collection-list p {
	color:#eee;
	font-size:12px;
	line-height:1.6em;
	margin-bottom:20px;
}
.collection-list:focus {
    height:auto;
    width:47%;
    transition: all 1s ease-in-out;
    outline:none;
	color:#FFF;
	font-size:24px;
}
.img_4-collum {
	width:100%;
	height:auto;
}
.collection_bottom {
	display:block;
	width:82%;
	margin:0 8% 0 10%;
}
#coll_wrapper {
    position: relative;
    width: 100%;
}
#coll_wrapper:before {
    content:"";
    display: block;
    padding-top: 60%; /* 高さを幅の75%に固定 */
}
#coll_content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	border:#aaa thin solid;
}


/* style
------------------------------------------------------------------------- */
#img_style_shirt {
	max-height:55vh;
}
.caption_style {
	display:block;
	width:100%;
	min-height:100vh;
	padding-bottom:50px;
	background-color:#000;
	text-align:center;
	border-top:#666 1px solid;
}
.style_left {
	display:block;
	width:100%;
	text-align:center;
	padding-right:15px;
	padding-left:15px;
}
.style_right,
.style_right2 {
	display:block;
	width:100%;
	text-align:left;
	padding-left:15px;
	padding-right:15px;
}
.style_left p,
.style_right p,
.style_right2 p {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#888;
	line-height:1.7em;
}
.style_left h3,
.style_right h3 {
	color:#fff;
	font-weight:100;
	margin-top:15px;
	margin-bottom:10px;
}
.style_right2 h3 {
	color:#000;
	font-weight:100;
	margin-top:15px;
	margin-bottom:10px;
}
/* store
------------------------------------------------------------------------- */
.store_top {
	display:block;
	width:100%;
	text-align:center;
	padding-top:3vh;
}
.store_top h2 {
	font-weight:100;
	color:#fff;
	margin-top:4vh;
}
.store_top h3 {
	color:#fff;
	font-weight:100;
	margin-top:15px;
	margin-bottom:7px;
}
.store_top p {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#888;
	line-height:1em;
}
/* about us
------------------------------------------------------------------------- */
.caption_1 {
	color:#FFF;
	padding: 0 15%;
	margin-top:-150px;
}
.caption_2 {
	color:#000;
	padding: 0 15%;
	margin-top:100px;
}
/* order
------------------------------------------------------------------------- */
.order_waku {
	margin-left:auto;
	margin-right:auto;
	margin-top:8%;
	padding:8%;
	background-color:#f7f7f7;
	border:#bbb 1px solid;
	width:60%;
	height:45%;
	vertical-align:middle;
}
.order_naka {
	margin-left:auto;
	margin-right:auto;
	padding-right:10%;
	vertical-align:middle;
	text-align:right;
}
.order_naka span input {
	border:#bbb 1px solid;
}
.order_top {
	display:block;
	width:100%;
	padding-top:11%;
	text-align:left;
}
.order_btn {
	position:absolute;
	top:18%;
	right:5%;
}
.order_waku2 {
	margin-left:auto;
	margin-right:auto;
	margin-top:3.5%;
	padding-left:12%;
	padding-right:12%;
	padding-top:0.5%;
	width:100%;
	height:65%;
	vertical-align:middle;
	text-align:left;
	background-color:#f7f7f7;
}
.order_info {
	width:31%;
	height:47%;
	margin-right:3%;
	margin-bottom:3%;
	display:block;
	position:relative;
	overflow:hidden;
	border:#bbb 1px solid;
	background-color:#fff;
}
.ord_info_top {
	width:100%;
	padding-top:0.2em;
	height:1.4em;
	text-align:center;
	background-color:#09F;
	color:#FFF;
}
.ord_info_btm {
	width:100%;
	padding-top:0.2em;
	height:1.4em;
	text-align:center;
	position:absolute;
	bottom:0;
	color:#222;
	border-top:#bbb 1px solid;
	border-bottom:#bbb 1px solid;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f6f8+0,d8e1e7+50,b5c6d0+51,e0eff9+100;Grey+Gloss+%232 */
background: #f2f6f8; /* Old browsers */
background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f2f6f8 0%,#d8e1e7 50%,#b5c6d0 51%,#e0eff9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9',GradientType=0 ); /* IE6-9 */
}
.order_info p {
	margin-left:20px;
	height:80%;
	overflow:auto;
}


.order_fab {
	width:19%;
	height:36%;
	margin-right:1%;
	margin-top:5%;
	display:block;
	position:relative;
}
.order_fab img {
	width:100%;
	height:auto;
}
.ord_fab_btm {
	width:100%;
	padding-top:0.2em;
	height:1.4em;
	text-align:center;
}
.order_waku3 {
	margin-left:auto;
	margin-right:auto;
	margin-top:3.5%;
	padding-left:18%;
	padding-right:18%;
	padding-top:2%;
	width:100%;
	height:65%;
	vertical-align:middle;
	text-align:left;
	background-color:#f7f7f7;
}
.order_waku4 {
	margin-left:auto;
	margin-right:auto;
	margin-top:3.5%;
	padding-left:10%;
	padding-right:10%;
	padding-top:2%;
	width:100%;
	height:65%;
	vertical-align:middle;
	text-align:left;
	background-color:#f7f7f7;
}
.order_collar {
	width:21%;
	height:37%;
	margin-right:6%;
	margin-left:6%;
	margin-top:5%;
	display:block;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.order_waku4 {
	margin-left:auto;
	margin-right:auto;
	margin-top:3.5%;
	padding-left:12%;
	padding-right:12%;
	padding-top:2%;
	width:100%;
	height:65%;
	vertical-align:middle;
	text-align:left;
	background-color:#f7f7f7;
}
.order_caffs {
	width:19%;
	height:50%;
	margin-right:3%;
	margin-left:3%;
	margin-top:10%;
	display:block;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.order_front {
	width:25%;
	height:80%;
	margin-right:4%;
	margin-left:4%;
	margin-top:5%;
	display:block;
	position:relative;
	overflow:hidden;
	text-align:center;
}
.order_crelick {
	width:40%;
	height:100%;
	margin-right:5%;
	margin-left:5%;
	margin-top:5%;
	display:block;
	position:relative;
	text-align:left;
	line-height:5em;
	white-space: nowrap;
}
.order_stech {
	width:32%;
	height:100%;
	margin-right:9%;
	margin-left:9%;
	margin-top:10%;
	display:block;
	position:relative;
	text-align:center;
}
	
	
/* navigation
------------------------------------------------------------------------- */
nav {
	position: fixed;
    top: 0;
    width: 100%;
    height: 42px;
	padding-top:21px;	
	margin-left: auto;
	background: rgba(160,160,160,0.8);
	border-bottom:#999 1px solid;
	z-index:5;
}
nav ul {
    margin: 0;
    width: calc(100% - 202px);
    list-style: none;
	font-size: 0;
	float:right;
	color:#FFF;
	text-align:right;
	display: inline;
}
nav ul li {
   	height: 100%;
	width:auto;
	margin-right:4px;
	margin-top:-0.5em;
    font-size: 16px;
    font-size: 3vh;
	cursor: pointer;
	display:block;
	text-shadow: 1px 1px 1px #555;
}
nav h1 {
    width: 172px;
    height: 100%;
    height: 34px;
	margin-top:-18px;
	margin-left:8px;
    background: url("../image/logo_head.gif") 0 center no-repeat;  
	background-size: contain;  
    /*スコットケラムメソッド*/
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	float:left;
}




nav ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
}
nav ul li a:active {
    color: #ff2222;
}
#video-controls,
#video-controls a {
    color: #ddd;
	display:inline;
	white-space:nowrap;
}
#video-controls span
#yt_sound
#yt_mute {
	display:inline;
	white-space:nowrap;
}

/* スマホ横 : 415 px ～ 736 px。モバイルレイアウトからスタイルを継承。668px */
@media only screen and (min-width: 415px) {
	
/* navigation
------------------------------------------------------------------------- */
nav {
	position: fixed;
    top: 0;
    width: 100%;
    height: 8%;
    height: 8vh;
	padding-top:4vh;	
	margin-left: auto;
	background: rgba(160,160,160,0.8);
}
nav ul {
    margin: 0;
    width: calc(100% - 30vh - 10px);
    list-style: none;
	font-size: 0;
	float:right;
	color:#FFF;
	text-align:right;
	display: inline;
}
nav ul li {
   	height: 100%;
	width:auto;
    font-size: 13px;
    font-size: 4vh;
	margin-right:12px;
	margin-top:-0.5em;
	cursor: pointer;
	display:inline-block;
	text-shadow: 1px 1px 1px #555;
}
html*nav ul li {/* ハックでIE6,7のみに適用 */
    display: inline;
    zoom: 1;
}
nav ul li a:hover,
#video-controls a:hover {
    color: #ff9600;
}
nav h1 {
    width: 26vh;
    height: 100%;
    height: 6vh;
	margin-top:-3vh;
	margin-left:10px;
    background: url("../image/logo_head.gif") 0 center no-repeat;  
	background-size: contain;  
    /*スコットケラムメソッド*/
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	float:left;
}
.hm_list {
	margin-top:-1.7vh;
}

}

/* タブレットレイアウト : 569 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */
@media only screen and (min-width: 569px) {

.mb_hyde {
	display:block;
}
.pc_hyde {
	display:none;
}

/* content
------------------------------------------------------------------------- */
.content_pitti {
	display:block;
	overflow:hidden;
	width:100%;
	height: 100vh;
	text-align:center;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.caption_top {
	height: 100%;
	height: 100vh;
}
#img_collar {
	margin-top:16vh;
	height:50vh;
}
.d_btn,
.d_btn2,
.d_btn4,
.d_btn5 {
	display:block;
	overflow:hidden;
	position:relative;
	width: 44px;
	height: 44px;
	background-repeat: no-repeat;
	background-position:top center;
	background-size: 44px;
}
.d_btn {
	background-image:url(../image/_pitti/d_btn.png);
	margin-left:auto;
	margin-right:auto;
	margin-top:-10vh;
}
.d_btn2 {
	background-image:url(../image/_pitti/d_btn2.png);
	margin-left:auto;
	margin-right:auto;
	margin-bottom:auto;
}
.d_btn4 {
	background-image:url(../image/_pitti/d_btn.png);
	margin-left:0;
	margin-right:auto;
	margin-top:0;
}
.d_btn5 {
	background-image:url(../image/_pitti/d_btn.png);
	margin-left:auto;
	margin-right:auto;
	margin-top:10vh;
}
.btn_bottom {
	margin-left:auto;
	margin-right:auto;
}
.reality_top {
	height: 20%;
	padding-top:15vh;
}
.reality_top h2 {
	margin-top:3vh;
}
#img_reality_shirt {
	margin-top:15vh;
}
.style_bottom {
	margin-top:15%;
}
.reality_left {
	width:50%;
	text-align:right;
	padding-right:90px;
	padding-left:10vw;
	float:left;
}
.reality_right {
	width:50%;
	text-align:left;
	padding-left:90px;
	padding-right:10vw;
	float:left;
}
.reality_left p,
.reality_right p {
	font-size:12px;
	line-height:1.7em;
}
.reality_left h3,
.reality_right h3,
.style_left h3,
.style_right h3,
.style_right2 h3 {
	margin-top:20px;
	margin-bottom:10px;
}
.pc_hyde {
	display:none;
}
.sp_hyde {
	display:inline-block;
}
.mb_pad {
	margin-bottom:100px;
}
.shirt_top {
	height: 18.8vh;
	padding-top:8vh;
}
.shirt_bottom {
	height: 27vh;
}
.shirt_left {
	width:50%;
	height: 27vh;
	text-align:right;
	float:left;
	margin-top:0px;
	overflow:hidden;
}
.shirt_right {
	width:50%;
	height: 27vh;
	text-align:left;
	padding-left:3vw;
	padding-right:8vw;
	float:left;
	overflow:hidden;
}
.shirt_left2 {
	width:50%;
	height: 27vh;
	text-align:left;
	float:right;
	margin-top:0px;
	overflow:hidden;
}
.shirt_right2 {
	width:50%;
	height: 27vh;
	text-align:right;
	padding-right:3vw;
	padding-left:8vw;
	float:right;
	overflow:hidden;
}
.shirt_left p,
.shirt_right p,
.shirt_left2 p,
.shirt_right2 p {
	font-size:12px;
	line-height:1.7em;
}
.shirt_left h3,
.shirt_right h3,
.shirt_left2 h3,
.shirt_right2 h3 {
	margin-top:30px;
	margin-bottom:20px;
}
#shirt_photo {
    display: inline-block;
	background-color:#242527;
	background-image:url(../image/_pitti/shirt_photographer.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
#shirt_artist {
    display: inline-block;
	background-color:#fff;
	background-image:url(../image/_pitti/shirt_artist.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
}
#shirt_chef {
    display: inline-block;
	background-color:#17221e;
	background-image:url(../image/_pitti/shirt_cook.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}
.shirt_left img {
	height:27vh;
	width:auto;
	position:absolute;
	bottom:0;
	right:0;
}
.shirt_left2 img {
	height:27vh;
	width:auto;
	position:absolute;
	top:0;
	left:0;
}
#content_bottom {
	display:block;
	overflow:hidden;
	width:100%;
	height: 10vh;
	background-color:#000;
}
/* top
------------------------------------------------------------------------- */

	
/* collection
------------------------------------------------------------------------- */
.style_left {
	width:43%;
	text-align:right;
	padding-right:90px;
	padding-left:auto;
	float:left;
}
.style_right,
.style_right2 {
	width:57%;
	text-align:left;
	padding-left:30px;
	padding-right:10vw;
	float:left;
}
.style_left img {
	max-width:25vw;
	margin-top:-20px;
}
.style_left p,
.style_right p,
.style_right2 p {
	font-size:12px;
	line-height:1.5em;
}

/* about us
------------------------------------------------------------------------- */
.caption_1 {
	margin-top:0px;
}
.caption_2 ul li {
	line-height:1.8em;
}


/* navigation
------------------------------------------------------------------------- */
nav {
	position: fixed;
    top: 0;
    width: 100%;
    height: 6%;
    height: 6vh;
	padding-top:3vh;	
	margin-left: auto;
	background: rgba(160,160,160,0.8);
}
nav ul li a:hover,
#video-controls a:hover {
    color: #ff9600;
}

nav ul {
	margin-right:0px;
    width: calc(100% - 14vh - 10px);
}
nav ul li {
	margin-right:20px;
    font-size: 18px;
	text-shadow: 1px 1px 2px #555;
}
nav h1 {
    width: 14vh;
    height: 100%;
    height: 3vh;
	margin-top:-1.5vh;
	margin-left:10px;
}
.hm_list {
	margin-top:-0.5vh;
}


}


/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */
@media only screen and (min-width: 769px) {
/* headder
------------------------------------------------------------------------- */
.tt_tittle {
	color:#aaa;
	margin-left:5%;
	margin-left:5vw;
	margin-top:1.5%;
	margin-top:1.5vh;
	margin-bottom:1.5%;
	margin-bottom:1.5vh;
	float:left;
	font-weight:normal;
	display:block;
	overflow:hidden;
	font-size:75%;
}
/* content
------------------------------------------------------------------------- */
.list-3column li {
	width: 33.3%;
	display: inline;
	float: left;
	position: relative;
	vertical-align:central;
	display: table-cell; /* IE8から使用可能 */
}
.list-3column li:nth-child(1) {
	width: 33.3%;
}
.list-3column li:nth-child(3n) {
	text-align:left;
	margin-top:15%;
	margin-top:15vh;
}
.content_pitti {
	height: 100vh;
}
#content_bottom {
	height: 8vh;
}
.style_bottom {
	margin-top:12%;
}
.order_bottom {
	margin-top:20%;
}
#img_collar {
	margin-top:15vh;
	height:70vh;
}
.d_btn5 {
	margin-top:10vh;
}
.mb_pad {
	margin-bottom:0px;
}

/* about us
------------------------------------------------------------------------- */
.caption_1 {
	margin-top:-150px;
}
/* navigation
------------------------------------------------------------------------- */
nav ul {
	margin-right:30px;
    width: 70%;
}
nav ul li {
	margin-right:25px;
    font-size: 20px;
	text-shadow: 1px 1px 2px #555;
}
nav h1 {
    width: 26vh;
    height: 100%;
    height: 4vh;
	margin-top:-2vh;
	margin-left:40px;
}
.hm_list {
	margin-top:-1em;
}


}
