@charset "utf-8";
/* CSS Document */

#works-cont {
	width:68.45vw;
	margin: 0 auto;
	margin-top:5vw;
}

#main-image {
	width: 100%;
}

#main-image img {
	width:68.45vw;
}


#fix-flash {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index:-2;
}

#fix-flash img {
	width: 33.8vw;
}

#works-cap {
	margin-top: -4.5vw;
    margin-left: 2vw;
	font-size:0.8vw;
}

#details {
	width: 100%;
	margin-top: 6vw;
}

#details-title {
	text-align: right;
	border-bottom: solid 1px #27b3ba;
	padding-bottom: 6vw;
}

#title-details {
	font-size: 8vw;
	color: #27b3ba;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
}

#title-accessary {
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.1vw;
	color: #FFFFFF;
	margin-top: -5.5vw;
	margin-right: 0vw;
}

#details-cap {
	text-align: center;
	margin-top: 6vw;
	margin-bottom: 0vw;
}

#details-cap h2 {
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.4vw;
	color: #27b3ba;
}

#work-title {
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2vw;
	color: #000000;
	margin-top: 2vw;
	line-height: 5vw;
}

#details-text {
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.1vw;
	margin-top: 2vw;
	line-height: 2vw;
}

#category-info {
	margin-top: 4vw;
}

#details-cont {
	display: flex;
	justify-content: space-between;
	margin-top: 10vw;
}

#mainimg02 {
	width:41vw;
}

#mainimg03 {
	width:24.5vw;
}

#view-button {
	width:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top: 4.5vw;
}

#back {
	padding: 2vw;
	margin-right:2.5vw;
}

#back p {
	font-size: 1.5vw;
	color: #27b3ba;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
}

#next {
	padding: 2vw;
	margin-left:2vw;
}

#next p {
	font-size: 1.5vw;
	color: #27b3ba;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
}

#flow-button {
	width:30%;
	height: 5.5vw;
	background-color: #e0ede7;
	border-radius: 0.8vw;
	box-shadow: 0.2vw 0.7vw 1.3vw 0.2vw rgba(0, 0, 0, 0.22);
	overflow: hidden;
	position: relative;
	transition-duration: .4s;
	z-index: 2;
}

#flow-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

#flow-button::after {
	background: #27b3ba;
	border-radius: 50%;
	content: "";
	display: block;
	margin: auto;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 100%;
	height: 0;
	z-index: -1;
	transform: translateY(-50%) scale(0.1);
	transition: opacity .5s, transform 0s;
	transition-delay: 0s, .4s;
}

#flow-button p {
	font-size: 1.5vw;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #27b3ba;
	padding-bottom: 0.5vw;
	border-bottom: 1px solid #27b3ba;
}

#flow-button:hover p {
	color: #fff;
	border-bottom: 1px solid #fff;
}

#flow-button:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity .8s, transform .6s ease-in-out;
}

#flow-innner-button {
	margin-right: 1vw;
}

.btn1 {
        position: relative;
        overflow: hidden;
        background: #FFFFFF;
        border: none;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        width: 3.5vw;
        height: 3.5vw;
}
	
.btn2 {
	display:none;
}
