@charset "utf-8";

/* body
--------------------------------------------------------*/
body {
  background-color: #ed9f22;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-image: url(../images/bg.png);
  background-attachment: fixed;
}
a {
  text-decoration: none;
}
a span{
  font-size: 1.5em;
  color:#fff;
}
a span:hover {
  text-decoration-line: underline;
}

/* header
--------------------------------------------------------*/

header h1 {
  font-size: 2em;
  position: relative;
  top: 40px;
  padding-left: 20px;
  color: #fff;
}

h2,h3 {
  color: #fff;
}

/* nav
--------------------------------------------------------*/

span.reference{
	position:fixed;
	left:10px;
	bottom:10px;
	font-size:12px;
}
span.reference a{
	color:#aaa;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:1px 1px 1px #000;
	margin-right:30px;
}
span.reference a:hover{
	color:#ddd;
}

nav {
  top:15px;
  position: relative;
  z-index: 1000;
}

ul.sdt_menu{
    position:fixed;
	padding:0;
	list-style: none;
	font-family:"Myriad Pro", "Trebuchet MS", sans-serif;
	width:100%;
}
ul.sdt_menu a{
	text-decoration:none;
	outline:none;
}
ul.sdt_menu li{
	float:left;
	width: calc(100% / 6); /*1つ分の横幅*/
	height:30px;
	position:relative;
	cursor:pointer;
  	background-color: rgba(255, 255, 255, 0.20);
	-moz-box-shadow:0px 0px 2px #000 inset;
	-webkit-box-shadow:0px 0px 2px #000 inset;
	box-shadow:0px 0px 2px #000 inset;
}
ul.sdt_menu li > a{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height: calc(100vw / 8);/*箱の高さ*/
	z-index:12;
}
ul.sdt_menu li a img{
	border:none;
	position:absolute; /*上に出る分を調整*/
  background-size: cover;
	width:0px;
	height:0px; /*画像の位置調整*/
	bottom:0px;
	left:30px;
	z-index:100;
	-moz-box-shadow:0px 0px 4px #000;
	-webkit-box-shadow:0px 0px 4px #000;
	box-shadow:0px 0px 4px #000;
}
ul.sdt_menu li span.sdt_wrap{ /*NAVのテキスト*/
	position:absolute;
	left:0px;
	width:100%;
	line-height:30px;
	z-index:15;
}
ul.sdt_menu li span.sdt_active{
	position:absolute;
	background:#111;
	top:0px; /*下に出るテキスト下の高さ*/
	width:100%; /*下に出るメニューの幅*/
	height:0px;
	left:0px;
	z-index:14;
	-moz-box-shadow:0px 0px 4px #000 inset;
	-webkit-box-shadow:0px 0px 4px #000 inset;
	box-shadow:0px 0px 4px #000 inset;
}
ul.sdt_menu li span span.sdt_link,
ul.sdt_menu li div.sdt_box a{
	margin-left:10px;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
}
ul.sdt_menu li span span.sdt_link{/*NAVのテキスト*/
	color:#fff;
    font-size: 13px;
	float:left;
	clear:both;
}

/*ul.sdt_menu li div.sdt_box{ プルダウンを追加する場合
	display:block;
	position:absolute;
	width:170px;
	overflow:hidden;
	height:170px;
	top:85px;
	left:0px;
	display:none;
	background:#000;
}
ul.sdt_menu li div.sdt_box a{
	float:left;
	clear:both;
	line-height:30px;
	color:#0B75AF;
}
ul.sdt_menu li div.sdt_box a:first-child{
	margin-top:15px;
}
ul.sdt_menu li div.sdt_box a:hover{
	color:#fff;
}*/

/*.sdt_menu li div.img1 {
  height: 170px;
  background-image: url(../images/2.jpg);
}*/

/* article
--------------------------------------------------------*/
article {
  clear: both;
  margin-top: 100px;
  padding: 10px;
}

/* section.colmun
--------------------------------------------------------*/

section {
     padding-top: 100px;
     margin-top: -100px;
}

section {
  margin-bottom: 180px;
}

section.colmun {
  clear: both;
}


/* 画面外にいる状態 */
.fadein,.fadein2,.fadein3 {
    opacity : 0.1;
    transform : translate(0, 100px);
    transition : all 1000ms;
    }
 
/* 画面内に入った状態 */
.fadein.scrollin,.fadein2.scrollin2,.fadein3.scrollin3 {
    opacity : 1;
    transform : translate(0, 0);
    }

/* about
--------------------------------------------------------*/

.me img {
    float: left;
    margin-left: 10%;
    margin-right: 1%;
}
.me p {
    display: block;
    width: 55%;
    float: left;
    font-size: 0.8em;
    line-height: 2em;
}
@media screen and (max-width: 600px){
  .me img {
    width: 30%;
    margin-left: 0%;
    float: none;
}
.me p {
    width: 100%;
    float: none;
}
}

/* graphic
--------------------------------------------------------*/

div.header {
  width: 100%;
  height: 350px;
/*  height: calc(100vw / 3);*/
  background-image: url(../images/header.png);
  background-size: 100%;
  margin-bottom: 2%;
}

.banner {
  text-align: center;
}
.banner img {
  width: 49%;
  margin-bottom: 1%;
}
.banner img:nth-child(odd)  {
  margin-right: 2%;
}
@media screen and (max-width: 480px) {
.banner img {
  width: 100%;
}
  }

/* apparel - skirt
--------------------------------------------------------*/

.skirt {
  position: relative;
}
.skirt .imgfix1 {
  width: 80%;
  height: 350px;
  margin-bottom: 100px;
  float: left;
  margin-right: 5px;
  background-image: url(../images/print.jpg);
  background-position: center;
  background-size: cover;
  z-index: 1;
/*  position: relative;*/
}
.skirt .imgfix2 {
  width: 20%;
  height: auto;
/*  background-image: url(../images/print-skirt.jpg);
  background-position: center;
  background-size: cover;*/
  z-index: 2;
  position: absolute;
  left: 75%;
  }


/* apparel - T-shirt
--------------------------------------------------------*/

.t_shirt {
  width: 100%;
}
div.img1 {
  width: 13%;
  margin: 0 8%;
  float: left;
}
.img2 {
  width: 50.5%;
  float: left;
}

div.t_text {
  position: relative;
}
div.t_text p {
  position: absolute;
  top: -30px;
}

@media screen and (max-width: 480px) {
  .skirt .imgfix1 {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .skirt .text {
    width: 60%;
    height: 200px;
    float: right;
  }
  .skirt .imgfix2 {
    float: left;
    width: 40%;
    left: 0;
  }
div.img1 {
  width: 20%;
  margin: 0 1%;
  float: left;
}
.img2 {
  width: 78%;
  float: left;
}
  div.t_text {
    margin-top: 100px;
  }
  div.t_text p {
    top: -50px;
  }
}



/* sec2 WEB
--------------------------------------------------------*/

.web {
  width: 100%;
  text-align: center;
  margin-bottom: 150px;
}
.web img {
  margin-right: 2%;
}


@media screen and (max-width: 560px){
.web img.fadein {
    width: 100%;
  }
.web img.fadein2 {
    width: 55%;
  }
.web img.fadein3 {
    width: 25%;
  }
}

/* sec3 PHOTO
--------------------------------------------------------*/

.photo {
  margin-bottom: 20px;
}
.photo_buil {
  width: 28%;
  float: left;
}
.photo_cat {
  width: 18%;
  float: left;
  margin: 4% 1%;
}
.photo4 {
  width: 52%;
  float: left;
}
.photo2 {
  clear: both;
  width: 56.5%;
  float: left;
}
.photo_car {
  width: 42%;
  float: right;
}


/* footer
--------------------------------------------------------*/
footer {
  clear: both;
  text-align: center;
  background-color: #000;
  color: #fff;
}
small {
  line-height: 50px
}



/* マルチメディア
--------------------------------------------------------*/

@media screen and (max-width: 460px) {
  

}
