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

.main-image-reractive {
	width: 100%;
	position: relative;
	margin: 50vw 0 28vw;
}
.main-image-ttl {
	position: absolute;
	top: -17.2vw;
	left:15vw;
	z-index: 1;
}
.main-image-ttl h1 {
	font-size: 19vw;
	color: #27b3ba;
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	display: inline-block;
	position: relative;
}
.main-image-ttl h1 span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3vw;
	color: #ffffff;
}
.main-image-flex {
	display: flex;
	width: 100%;
	align-items: flex-end;
}
.mainimage-img {
	width: 77.5%;
	overflow-x: hidden;
}
.mainimage-img img {
	width: calc(100% + 18vw);
	height: auto;
	vertical-align: bottom;
	transform: translateX(-18vw);
	border-radius: 4.5vw;
}
.mainimage-menu {width: 23%;}
.mainimage-menu ul {
	display: flex;
	flex-direction: column;
}
.mainimage-menu ul li {
	font-family: century-gothic, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5vw;
	margin-bottom: 1.8em;
	padding-left: 3em;
}
.mainimage-menu ul li a {
	color: #27b3ba;
}
.mainimage-menu ul li.active a {
	color: #000000;
	display: block;
	position: relative;
}
.mainimage-menu ul li.active a::before {
	width: 0.7vw;
	height: 0.7vw;
	content: "";
	background-color: #000000;
	border-radius: 1vw;
	position: absolute;
	left: -1.8vw;
	top: 50%;
	transform: translateY(-50%);
}

.mainimage-menu ul li:last-of-type {
        margin-bottom: 2px;
 }

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

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


#works-items {
	position:relative;
	width: 100%;
	height: 820vw;
}

#img01-box {
	position:absolute;
	top:0vw;
	left:21vw;
}

#img01 {
	position:relative;
}

#img01 img {
	width: 79.12vw;
}

#img01 p{
	position: absolute;
	top: 2vw;
    left: 51vw;
	font-size: 3vw;
}


#img02-box {
	position:absolute;
	top: 117vw;
    left: -4vw;
}

#img02 {
	position:relative;
}

#img02 img {
	width: 83.75vw;
}

#img02 p{
	position: absolute;
	top: 90vw;
    left: 7vw;
	font-size: 3vw;
}


#img03-box {
	position:absolute;
	top: 240vw;
    left: -10vw;
}

#img03 {
	position:relative;
}

#img03 img {
	width: 109.37vw;
}

#img03 p{
	position: absolute;
	top: 87vw;
    left: 82vw;
	font-size: 3vw;
}


#img07-box {
	position:absolute;
	top: 361vw;
    left: 18vw;
}

#img07 {
	position:relative;
	text-align: end;
}

#img07 p{
	position: absolute;
	top: 2vw;
    left: 31vw;
	font-size: 3vw;
}

#img07 img {
	width: 97.65vw;
}

#img08-box {
	position:absolute;
	top: 498vw;
    left: -19vw;
}

#img08 {
	position:relative;
	text-align: end;
}

#img08 p{
	position: absolute;
	top: 10vw;
    left: 75vw;
	font-size: 3vw
}

#img08 img {
	width: 110vw;
}



#img04-box {
	position:absolute;
	top: 626vw;
    left: -6vw;
}

#img04 {
	position:relative;
	text-align: end;
}

#img04 img {
	width: 92.2vw;
}

#img04 p{
	position: absolute;
	top: 2.5vw;
    left: 57vw;
	font-size: 3vw
}


#img05-box {
	position:absolute;
	top: 756vw;
    left: 25vw;
}

#img05 {
	position:relative;
}

#img05 img {
	width: 66vw;
}

#img05 p{
	position: absolute;
	top: 68vw;
    left: 32vw;
	font-size: 3vw
}

.zoom {
	overflow: hidden;
	border-radius: 1vw;
}

.zoom img{
	transition:1s all;
}

.zoom img:hover{
	transform:scale(1.2,1.2);
	transition:1s all;
}

#view-button {
	position: absolute;
	top: 252vw;
    left: 35vw;
	width: 30%;
}

#flow-button {
	width:100%;
	height: 6.5vw;
	background-color: #e0ede7;
	border-radius: 0.8vw;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 4.5vw;
	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::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: 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-left: 3vw;
}

.btn1 {
	display:none;
}

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

.fade-in-up {
		opacity: 0;
		transform: translateY(100px);
}