@charset "utf-8";

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {

  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}

body {
  font-family: "halyard-display",
  Arial,
    "a-otf-gothic-bbb-pr6n",
    sans-serif;
    
	overflow-x: hidden;
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}

a img{border: none;}

html body a{
 text-decoration: none;
 color:#000000;
 }


.sp{display:none;}






/**** menu *******************************/
#menu{
width:100%;
	height: 40px;
	position: absolute;
	top: 0;
	z-index:1000;
	}
#menu .menu_inside ul li.here{
	color:#646464 !important;
	}
#menu .menu_inside ul{
	width:80%;
	display: flex;
	justify-content:space-around ;
	}
#menu .menu_inside ul li{}

.menu-icon {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  z-index: 1000;
  	position: absolute;

}
.menu-icon span {
  display: block;
  width: 35px;
  height: 2px;
  background: #444;
  position: absolute;
  left: 10px;
  transition: all 0.5s ease;
}

.menu-icon span.bar1 {
  top: 45px;
  left:45px;
}
.menu-icon span.bar2 {
  top: 60px;
    left:45px;
}

.menu-icon span.bar1.open {
  top: 47px;
  transform: rotate(45deg);
}

.menu-icon span.bar2.open {
  top: 47px;
  transform: rotate(-45deg);
}


.menu_inside {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  -webkit-transition: .9s;
  transition: 0.9s;
  transition-timing-function:ease-out;
  margin: 40px 0;
  display:-webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
	font-family: Helvetica;
	font-size: 20px;
	color: rgba(0,0,0,1);
	animation: fadeout 0.7s ease-out 0s 1 normal;
    -webkit-animation: fadeout 0.7s ease-out 0s 1 normal;
}

.menu_inside.open {
  left:0 ;
  position:absolute;
  animation: fadeIn 1.5s ease 0s 1 normal !important;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal !important;
  -webkit-transition: .5s;
  transition: 0.5s;
}


.drawer-menu {
  padding: 0;
  margin: 0;
  
}


.drawer-item {
  list-style: none;
  margin-bottom: 30px;
}



.drawer-item:last-child {
  margin-bottom: 0;
}

.drawer-item a {
  text-decoration: none;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes fadeout {
    0% {opacity: 1}
    100% {opacity: 0}
}
@-webkit-keyframes fadeout {
    0% {opacity: 1}
    100% {opacity: 0}
}

@media screen and (max-width: 600px) {

/**** menu *******************************/
#menu{
width:100%;
	height: 40px;
	position: absolute;
	top: 0;
	z-index:1000;
	}
#menu .menu_inside ul li.here{
	color:#646464 !important;
	}
#menu .menu_inside ul{
	width:60%;
   display: -webkit-flex;
    display: flex;
	justify-content:space-around ;
   -webkit-align-items: flex-start;
    align-items: flex-start;
   -webkit-flex-direction: column;
    flex-direction: column;
  height: 60vw;
  margin-top: 30px;
  background-color: #fff;
  margin-left: 4%;
  margin-right: auto;
padding: 5%;
	}
#menu .menu_inside ul li{
display:block;
 height:40px;
 border-style: dashed !important;
 border-bottom: 1px;
 border-color: #000;
width: 100%;
}

.menu-icon {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  z-index: 1000;
  	position: fixed;

}
.menu-icon span {
  display: block;
  width: 35px;
  height: 2px;
  background: #444;
  position: fixed;
  left: 10px;
  transition: all 0.5s ease;
}

.menu-icon span.bar1 {
  top: 20px;
  left:20px;
}
.menu-icon span.bar2 {
  top: 40px;
    left:20px;
}

.menu-icon span.bar1.open {
  top: 47px;
  transform: rotate(45deg);
}

.menu-icon span.bar2.open {
  top: 47px;
  transform: rotate(-45deg);
}


.menu_inside {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  -webkit-transition: .9s;
  transition: 0.9s;
  transition-timing-function:ease-out;
  margin: 60px 0;
  display:-webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
	font-family: Helvetica;
	font-size: 20px;
	color: rgba(0,0,0,1);
	animation: fadeout 0.7s ease-out 0s 1 normal;
    -webkit-animation: fadeout 0.7s ease-out 0s 1 normal;
}

.menu_inside.open {
  left:0 ;
  position:fixed;
  animation: fadeIn 1.5s ease 0s 1 normal !important;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal !important;
  -webkit-transition: .5s;
  transition: 0.5s;
  z-index: 1000;
}


.drawer-menu {
  padding: 0;
  margin: 0;
  
}


.drawer-item {
  list-style: none;
margin-bottom: none !important;
}



.drawer-item:last-child {
  margin-bottom: 0;
}

.drawer-item a {
  text-decoration: none;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes fadeout {
    0% {opacity: 1}
    100% {opacity: 0}
}
@-webkit-keyframes fadeout {
    0% {opacity: 1}
    100% {opacity: 0}
}

}


/**** title ******/
#title{
width:100vw;
	position: relative;
	top:220px;
	display:flex;
	justify-content:center;
	align-items:center;
}

#title #logo{
	width: 414px;
	line-height: 0 !important;
	margin: 0 auto;
	position: relative;
}

#title #slider{
	height: 200px;
	width: 200px;
	padding-left: 60%;
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
}
#title #slider h1{
	font-family: Helvetica;
}

.triangle-top {
  width:10px;
  display:block;
  border-style: solid;
  border-width: 0 10px 16px 10px;
  border-color: transparent transparent #000 transparent;
  margin:0 auto;
}
.triangle-bottom {
  width:10px;
  display:block;
  border-style: solid;
  border-width: 16px 10px 0 10px;
  border-color: #000 transparent transparent transparent;
    margin:0 auto;
}

.triangle-top:hover,
.triangle-bottom:hover,
#title #slider img:hover
{
opacity: 0.6;
}


/*********************************************/
@media screen and (max-width: 1000px) {
#menu .menu_inside ul {
    padding-left: 5%;
    }
    
.menu-icon {
    width: 70px;
    height: 100px;
}
.menu-icon span {
    display: block;
    width: 30px;
    height: 2px;
    background: #444;
    position: absolute;
    }
.menu-icon span.bar1 {
  top: 40px;
  left:40px;
}
.menu-icon span.bar2 {
  top: 55px;
    left:40px;
}

.menu-icon span.bar1.open {
  top: 47px;
  transform: rotate(45deg);
}

.menu-icon span.bar2.open {
  top: 47px;
  transform: rotate(-45deg);
}


.menu_inside {
	font-size: 0.9em;
	}
	
#title{
width:80%;
	position: relative;
	top:160px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin: 0 auto 0 auto;

}
#title #logo {
    top: 0;
    position: relative;
    width: 280px;
    line-height: 0 !important;
    margin: 0 auto 0 auto;
    }
#title #logo img{width:100%;height:auto;}
#title #slider {
	padding-left:0 !important;
    position: absolute;
    width:120px;
    display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
	right: 0%;
}

#title #slider h1 {
    font-family: Helvetica;
    text-align: center;
    }
#title #slider h1 img{width: 120px;}

.triangle-top {
    width: 10px;
    border-style: solid;
    border-width: 0 8px 14px 8px;
    border-color: transparent transparent #000 transparent;
}
.triangle-bottom {
    width: 10px;
    border-style: solid;
    border-width: 14px 8px 0 8px;
    border-color: #000 transparent transparent transparent;
}



}
/************ fotter ********************************************************************************************************/

#fotter{
    padding: 4% 8%;
    display: block;
    margin-bottom: 2%;}
#fotter h3{
	float:right;
	line-height: 2;
	font-size: 14px;
	letter-spacing: 0.05em;
	color:#555555 !important;}

/****/
@media screen and (max-width: 1000px) {
#fotter{
	padding: 4% 4%;
	}

}
/************content*************/
#content{

display: block;
overflow: hidden;
position: relative; 
margin-top: 750px;
}

#scroll{
	position: relative;
	margin: 10% auto 10% auto;
	width: 93px;
}

/****/
@media screen and (max-width: 1000px) {
#content {margin-top: 500px;}

#scroll{
	width:65px;
	margin: 5% auto 10% auto;
	}

#scroll img{
	width:65px;
	height:auto;
	}
#content h2{width:100% !important;height: auto !important;}
#content h2 img{
	height: auto;
    padding: 0 3%;
    max-width: 685px;
    width: 100vw;
    }

}

@media screen and (max-width: 650px) {
#content {margin-top: 600px;}
 #title{
 width: 100%;
    position: relative;
    top: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;}
    
  #title #logo {
    top: 0;
    position: relative;
    width: 55%;
    line-height: 0 !important;
  }

#title #slider {
	width: 50% !important;
	height: 50px;
    padding-left: 0 !important;
    margin-top: 20px;
    position: relative;
    display: flex;
    align-content: space-between;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    flex-wrap: unset;
}

.triangle-top {
    background-color: #000;
	width: 16px;
	height: 20px;
    clip-path:polygon(0 50%, 100% 0%, 100% 100%);
}
.triangle-bottom {
    background-color: #000;
	width: 16px;
	height: 20px;
    clip-path:polygon(0 0, 0% 100%, 100% 50%);
}

}



/*********************
:::::::::::::::::::::::
************************/
@media screen and (max-width: 480px) {
#content {
    margin-top: 500px!important;
    }

#scroll{
margin: 5% auto 10% auto;
	width: 10%;
	}

#scroll img{
width:100%;
height:auto;
}

/**** menu *******************************/
#menu{
width:100%;
	height: 40px;
	position: absolute;
	top: 0;
	z-index:1000;
	}
#menu .menu_inside ul li.here{
	color:#646464 !important;
	}
#menu .menu_inside ul{
	width:60%;
   display: -webkit-flex;
    display: flex;
	justify-content:space-around ;
   -webkit-align-items: flex-start;
    align-items: flex-start;
   -webkit-flex-direction: column;
    flex-direction: column;
  height: 100vw;
  margin-top: 30px;
  background-color: #fff;
  margin-left: 4%;
  margin-right: auto;
padding: 5%;
	}
#menu .menu_inside ul li{
display:block;
 height:40px;
 border-style: dashed !important;
 border-bottom: 1px;
 border-color: #000;
 background-color: #fff;
width: 100%;
}

.menu-icon {
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  z-index: 1000;
  	position: fixed;

}
.menu-icon span {
  display: block;
  width: 35px;
  height: 2px;
  background: #444;
  position: fixed;
  left: 10px;
  transition: all 0.5s ease;
}

.menu-icon span.bar1 {
  top: 25px;
  left:20px;
}
.menu-icon span.bar2 {
  top: 40px;
    left:20px;
}

.menu-icon span.bar1.open {
  top: 47px;
  transform: rotate(45deg);
}

.menu-icon span.bar2.open {
  top: 47px;
  transform: rotate(-45deg);
}


.menu_inside {
  width: 100vw;
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  -webkit-transition: .9s;
  transition: 0.9s;
  transition-timing-function:ease-out;
  margin: 60px 0;
  display:-webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
	font-family: Helvetica;
	font-size: 20px;
	color: rgba(0,0,0,1);
	animation: fadeout 0.7s ease-out 0s 1 normal;
    -webkit-animation: fadeout 0.7s ease-out 0s 1 normal;
}

.menu_inside.open {
  left:0 ;
  position:fixed;
  animation: fadeIn 1.5s ease 0s 1 normal !important;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal !important;
  -webkit-transition: .5s;
  transition: 0.5s;
  z-index: 1000;
}


.drawer-menu {
  padding: 0;
  margin: 0;
  
}


.drawer-item {
  list-style: none;
margin-bottom: none !important;
}



.drawer-item:last-child {
  margin-bottom: 0;
}

.drawer-item a {
  text-decoration: none;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes fadeout {
    0% {opacity: 1}
    100% {opacity: 0}
}
@-webkit-keyframes fadeout {
    0% {opacity: 1}
    100% {opacity: 0}
}



#content h2{width:100% !important}
#content h2 img{width: 100%; height: auto;padding: 0 3%;}


.sp{display: block !important;}
.pc{display:none !important;}




#title #logo img{width:100%;height:auto;}



#title #slider h1{width: 30vw;}
#title #slider h1 img {width: 80%;}



#fotter h3{font-size: 11px;padding: 4% 4%;}

}

