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

html {
font-size: 62.5%;
scroll-behavior: smooth;
}


body{font-family: "Roboto Light" "Roboto Medium" "Roboto Regular" "Roboto Thin" "Helvetica Neue UltraLight" "Noto Sans CJK JP Light" "Noto Sans CJK JP DemiLight" "Noto Sans CJK JP Thin";
	font-size: 1.6em;
	text-size-adjust:auto;
	margin: 0px;
	overflow-x: scroll;
	color: #000;
	line-height: 0;
	background: #fff;
}


nav{
	z-index: 100;	
	position: fixed;
	height: 80px;
	top: 64px;
	right: 80px;
	left: 80px;
}

ul.menu {
	display: flex;
	list-style: none;
	align-items: center;
	position: fixed;
}

.logo {
	display: block !important;
	position: relative;
	top: 10px;
	left: 0px;
}

.sp-logo{
	display: none !important;
}

.nav-works-btn {
	font-family: "Roboto Regular", sans-serif; 
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem;
	color: #000;
	text-decoration: none;
	text-align: left;
	letter-spacing: 1.2px;
	position: fixed;
	right: 460px;
	top: 96px;
}

.nav-works-btn::after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #000000;
	bottom: -13px;
	transform: scale(0,1);
	transform-origin: center top;
	transition: 0.3s;
	}

.nav-works-btn:hover::after{
	transform: scale(1,1);
}

.nav-about-btn {
	font-family: "Roboto Regular", sans-serif; 
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem;
	color: #000;
	text-decoration: none;
	text-align: left;
	letter-spacing: 1.2px;
	position:fixed;
	right: 360px;
	top: 96px;		
}

.nav-about-btn::after{
	position: absolute;
	left: -1px;
	content: '';
	width: 100%;
	height: 2px;
	background: #000000;
	bottom: -13px;
	transform: scale(0,1);
	transform-origin: center top;
	transition: 0.3s;
	}

.nav-about-btn:hover::after{
	transform: scale(1,1);
}

/*
.nav-shop-btn {
	font-family: "Roboto Regular", sans-serif; 
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem;
	color: #000;
	text-decoration: none;	
	text-align: left;
	letter-spacing: 1.2px;
	position:fixed;
	right: 360px;
	top: 96px;		
}

.nav-shop-btn::after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #000000;
	bottom: -13px;
	transform: scale(0,1);
	transform-origin: center top;
	transition: 0.3s;
	}

.nav-shop-btn:hover::after{
	transform: scale(1,1);
}
*/

.nav-contact-btn {
	font-family: "Roboto Regular", sans-serif; 
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem;
	color: #000;
	text-decoration: none;	
	text-align: left;
	letter-spacing: 1.2px;	
	position:fixed;
	right: 240px;
	top: 96px;		
}

.nav-contact-btn::after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #000000;
	bottom: -13px;
	transform: scale(0,1);
	transform-origin: center top;
	transition: 0.3s;
	}

.nav-contact-btn:hover::after{
	transform: scale(1,1);
}

.nav-en-btn {
	font-family: "Roboto Regular", sans-serif; 
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem;
	color: #000;
	text-decoration: none;	
	text-align: left;
	letter-spacing: 1.2px;	
	position:fixed;
	right: 180px;
	top: 96px;		
}

.nav-en-btn::after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #000000;
	bottom: -13px;
	transform: scale(0,1);
	transform-origin: center top;
	transition: 0.3s;
	}

.nav-en-btn:hover::after{
	transform: scale(1,1);
}

.line{
	font-size: 1.3rem;
	position: fixed;
	right: 168px;
	top: 96px;
}

.nav-jp-btn {
	font-family: "Roboto Regular", sans-serif; 
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem;
	color: #000;
	text-decoration: none;	
	text-align: left;
	letter-spacing: 1.2px;	
	position:fixed;
	right: 140px;
	top: 96px;		
}

.nav-jp-btn::after{
	position: absolute;
	left: -1px;
	content: '';
	width: 100%;
	height: 2px;
	background: #000000;
	bottom: -13px;

	}

.nav-instagram-btn {
	position:fixed;
	right: 80px;
	top: 81px;		
}

/*
.new-icon{
	position: fixed;
	right: 364px;
	top: 64px;
	z-index: 150;
}
*/

.copy-right{
	position:fixed;
	z-index: 50;
	display: flex;
	align-items: center;
	top: 50%;
	left: 16px;
	transform: translate(0,-50%);
}

.main_block{
	position: relative;
	top: 265px;
	width: 1088px;
	margin: 0 auto;
}

.image{
	position: absolute;
	text-align: center;
}

.image_01{
	margin-bottom: 50px;
}

.image_02{
	margin-bottom: 50px;
}

.image_03{
	margin-bottom: 50px;
}

.image_04{	
	margin-bottom: 50px;
}

.image_05{	
	margin-bottom: 50px;
}

.image_06{	
	margin-bottom: 50px;
}

.image_07{	
	margin-bottom: 50px;
}

.image_08{	
	margin-bottom: 50px;
}

.title{
	position: absolute;
	left: 800px;
}

h1{
	font-family: 'Roboto Light', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 2.5rem;
	letter-spacing: .16rem;
	line-height: 30px;
	margin-top: 0px;
}

.list_01{
	position: absolute;
	left: 800px;
	top: 94px;
	list-style: none;
}

.list_02{
	position: absolute;
	left: 800px;
	top: 118px;
	list-style: none;
}

.list_03{
	position: absolute;
	left: 800px;
	top: 142px;
	list-style: none;
}

.list_04{
	position: absolute;
	left: 800px;
	top: 166px;
	list-style: none;
}

.element{
	font-family: 'Roboto Thin', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 1.2rem;
	letter-spacing: .16rem;
	height: 20px;
}

.explanation{
	position: absolute;
	left: 800px;
	top: 250px;
	line-height: 22px;
	font-family: 'Noto Sans CJK JP Thin', sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 1.2rem;
	letter-spacing: .16rem;
}


.back_icon{
	position: absolute;
	left: 800px;
	top: 4830px;
	font-family: 'Roboto Thin', sans-serif;
	font-weight: 200;
	font-style: normal;
	font-size: 1.2rem;
	letter-spacing: .16rem;
}

.back{
	text-decoration: none;
	color: #000000;
}


.gradient_top{
	position: fixed;
	top: 0px;
	background: linear-gradient(to bottom, rgba(255,255,255,1)90%, rgba(255,255,255,0));
	height: 152px;
	width: 100vw;	
}

.gradient_bottom{
	position: fixed;
	bottom: 0px;
	background: linear-gradient(to bottom, rgba(255,255,255,0)10%, rgba(255,255,255,1));
	height: 50px;
	width: 100vw;
}



/*タブレット*/
@media screen and (max-width:1024px){
.logo{
	display: none !important;
}

.sp-logo{
	display: block !important;
	position: fixed;
	top: 30px;
	left: 50px;
	z-index: 10;
}
	
.menu-bar{
	display: none;
}
	
.new-icon{
	display: none;
}	

.menu-btn {
    position: fixed;
    top: 20px;
    right: 50px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 200;
    background-color: transparent;
	cursor: pointer;
}
	
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	transition: 0.3s ease-in-out;
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    background-color: #000000;
    position: absolute;
}
	
.menu-btn span:before {
	transition: 0.3s ease-in-out;
    bottom: 8px;
}
	
.menu-btn span:after {
	transition: 0.3s ease-in-out;
    top: 8px;
}
	
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
	
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(30deg);
}
	
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-30deg);
}	
	
#menu-btn-check {
	   display: none;
}	

.menu-content {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #FFFFFF;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
}
	
.menu-content ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	display: inline-block;
	text-align: center;
}

.menu-content ul li {
    list-style: none;
	padding-left: 0;
	margin-bottom: 20px;
}
	
.menu-content ul li a {
	font-family: "Roboto Regular", sans-serif; 
	font-weight: 400;
	font-style: normal;
	font-size: 1.3rem;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1.2px;	
	line-height: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 9px 15px 10px 0;
    position: relative;
	display: block;
}

.en-icon{
	position: relative;
	top: 100px;
}	
	
.jp-icon{
	position: relative;
	top: 100px;
}
	
.ig-icon{
	position: relative;
	top: 100px;
}
	
.sp-works-btn::after {
	position: absolute;
	left: 10%;
	content: '';
	width: 63%;
	height: 2px;
	background: #000000;
	bottom: 2px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
}

.sp-works-btn:hover::after {
	transform: scale(1, 1);
}
	
.sp-about-btn::after {
	position: absolute;
	left: 10%;
	content: '';
	width: 60%;
	height: 2px;
	background: #000000;
	bottom: 2px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
}
	
.sp-about-btn:hover::after {
	transform: scale(1, 1);
}
	
.sp-contact-btn::after {
	position: absolute;
	left: 0%;
	content: '';
	width: 80%;
	height: 2px;
	background: #000000;
	bottom: 2px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
}
	
.sp-contact-btn:hover::after {
	transform: scale(1, 1);
}
	
.en-icon::after {
	position: absolute;
	left: 12%;
	content: '';
	width: 60%;
	height: 2px;
	background: #000000;
	bottom: 2px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
}
	
.en-icon:hover::after {
	transform: scale(1, 1);
}
	
.jp-icon::after {
	position: absolute;
	left: 2%;
	content: '';
	width: 80%;
	height: 2px;
	background: #000000;
	bottom: 2px;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform 0.3s;
}
	
.jp-icon:hover::after {
	transform: scale(1, 1);
}
	
#menu-btn-check:checked ~ .menu-content {
	position: fixed;
    left: 0;
	opacity: 0.95;
	visibility: visible;
	transition: all 0.3s ease-in-out;
}
	
.main_block{
	position: relative;
	top: 180px;
	width: 80vw;
	margin: 0 auto;
}
	
.image{
	position: absolute;
	top: 2200px;
}
	
.image_01{
	margin-bottom: 30px;
	width: 80vw;
}
	
.image_01 img{
	width: 60%;
	height: auto;
}
	
.image_02{
	margin-bottom: 30px;
	width: 80vw;
}
	
.image_02 img{
	width: 60%;
	height: auto;
}
	
.image_03{
	margin-bottom: 30px;
	width: 80vw;
}
	
.image_03 img{
	width: 100%;
	height: auto;
}
	
.image_04{
	margin-bottom: 30px;
	width: 80vw;
}
	
.image_04 img{
	width: 60%;
	height: auto;
}	
	
.image_05{
	margin-bottom: 30px;
	width: 80vw;
}
	
.image_05 img{
	width: 60%;
	height: auto;
}	
	
.image_06{
	margin-bottom: 30px;
	width: 80vw;
}
	
.image_06 img{
	width: 100%;
	height: auto;
}	
	
.image_07{
	margin-bottom: 30px;
	width: 80vw;
}
	
.image_07 img{
	width: 100%;
	height: auto;
}	
	
.image_08{
	margin-bottom: 30px;
	width: 80vw;
}
	
.image_08 img{
	width: 100%;
	height: auto;
}	
	
.title{
	position: absolute;
	left: 0px;
}
	
h1{
	font-family: 'Roboto Light', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 2rem;
	letter-spacing: .16rem;
	line-height: 30px;
	word-break: break-word;
	width: 200px;
}	
	
.elements{
	display: none;
}
	
.explanation{
	position: absolute;
	left: 0px;
	top: 65px;
	width: 300px;
	line-height: 18px;
	font-family: 'Noto Sans CJK JP Thin', sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size: 1rem;
	letter-spacing: .16rem;
}
	
.back_icon{
	display: none;
}
	
.gradient_top{
	position: fixed;
	top: 0px;
	background: linear-gradient(to bottom, rgba(255,255,255,1)90%, rgba(255,255,255,0));
	height: 110px;
	width: 100vw;	
}	
	
.gradient_bottom{
	position: fixed;
	bottom: 0px;
	background: linear-gradient(to bottom, rgba(255,255,255,0)10%, rgba(255,255,255,1));
	height: 30px;
	width: 100vw;
}	
}



/*スマートフォン*/
@media screen and (max-width:599px){
.logo{
	display: none !important;
}

.sp-logo{
	display: block !important;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 10;
}
	
.menu-btn{
	position: fixed;
	top :20px;
	right: 30px;
	z-index: 100;
}
	
.gradient_top{
	position: fixed;
	top: 0px;
    background: linear-gradient(to bottom, rgba(255,255,255,1)90%, rgba(255,255,255,0));
	height: 100px;
	width: 100vw;	
}
	
.copy-right{
	position:fixed;
	z-index: 50;
	display: flex;
	align-items: center;
	top: 50%;
	left: 3px;
	transform: translate(0,-50%);
}
	
.main_block{
	position: relative;
	top: 120px;
	width: 80vw;
	margin: 0 auto;
}
}