@import url("../../css/layout.css");
.dress-image{
  width: 100%;
  height: 70vh;
  background-image: url(../image/image.jpg);
  position: relative;
}

.dress-contents{
	margin-bottom: 100px;
}
.costume-top {
    width: 868px;
    margin: 0 auto 50px;
    letter-spacing: 1px;
}
.costume-top:before,
.costume-top:after {
    content: " ";
    display: table;
}

.costume-top:after {
    clear: both;
}

.costume-top {
    *zoom: 1;
}
.dress-top .midashi{
    margin: 100px 0;
    font-size: 14px;
}
.costume-top img {
    float: left;
}
.costume-top-right {
    width: 516px;
    float: right;
}
.costume-top h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 28px;
    letter-spacing: 3px;
    border-bottom: solid #E1E4C4 1px;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.costume-top h3 {
    font-size: 12px;
    letter-spacing: 2px;
    color: #000;
    font-weight: bold;
}
.costume-top p {
    font-size: 12px;
    line-height: 2;
    margin-top: 40px;
}
.costume-top p a {
    color: #fff;
    text-decoration: none;
}
.costume-top .button {
    background-color: #000;
    color: #fff;
}
.costume-top .button {
	display: inline-block;
	width: 170px;
	height: 42px;
	text-align: center;
	text-decoration: none;
	line-height: 42px;
	outline: none;
}
.costume-top .button::before,
.costume-top .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.costume-top .button,
.costume-top .button::before,
.costume-top .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.costume-top .button:hover {
	background-color: #FFBFBF;
}
.dress-content {
    width: 1000px;
    margin: 0 auto;
}
.dress-archives {
    text-align: center;
    margin: 250px 0 60px;
}
.dress-archives .dress-title {
    font-size: 36px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 4px;
    margin: 40px auto 30px;
    width: auto;
    position: static;
    background-color: #fff;
    height: auto;
}
.dress-archives .dress-title-j {
    font-size: 14px;
    letter-spacing: 2px;
}
.dress-archives .top-text h2 {
    font-size: 18px;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 2px;
    color: #333;
    margin: 40px 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

}
.dress-archives .top-text {
    text-align: center;
    margin: 50px 0;
}
.dress {
    width: 300px;
    height: 350px;
    position: relative;
    float: left;
    margin-right: 44px;
    margin-bottom: 44px;
    overflow: hidden;
}
.dress a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}
.dress .hover-bg {
    display: none;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    width: 100%;
    height: 100%;
}
.dress a i, .gallery a i {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 24px;
    width: 12px;
    height: 24px;
}
.dress a img {
    margin-left: -10px;
}
.dress-content .dress:nth-child(3n) {
    margin-right: 0;
}
.dress-top-link{
    font-size: 16px;
    border-bottom: solid #ccc 1px;
    width: 100px;
    margin: 0 auto;
    padding-bottom: 10px;
    font-family: 'Lato', sans-serif;
    letter-spacing: 2px;
    
}
.dress-top-link a{
    text-decoration: none;
    color: #666;
}
.dress-top-link a:hover{
    color: #333;
}
@media screen and (max-width: 469px) {
    .costume-top {
    width: 100%;
    margin: 0 auto 50px;
    letter-spacing: 1px;
    text-align: center;
}
.costume-top img {
    float: none;
}
.costume-top-right{
    width: 320px;
    margin: 16px auto;
    float: none;
}
.costume-top h2{
    font-size: 20px;
    letter-spacing: 1px;
}
.costume-top p{
    margin-top:20px;
    text-align: left;
}
.costume-top-right p:last-child{
    text-align: center;
}
.dress-archives{
    margin: 140px 0 40px;
}
.dress-archives .dress-title{
    font-size: 24px;
    letter-spacing: 2px;
}
.dress-archives .top-text img{
    display: none;
}
.dress-archives .top-text h2{
    font-size: 12px;
    padding: 0 24px;

}
.dress-content{
        width: 100%;
    padding: 0 14px;
    box-sizing: border-box;
}
.dress-content .dress{
    width: 164px;
    height:200px;
    margin: 0 0 20px 0;
    
}
.dress-content .dress:nth-child(2n){
    float: right;
}
.dress a img{
    margin-left: 0;
    width: 100%;
}
.dress-top .midashi{
    font-size: 12px;
    margin: 50px 30px;
}
}