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

/* =======================================
    ALL PAGE
======================================= */
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@media only screen and (min-width: 730px){
html {
  width: 100%;
  margin: 4% 0 0 0;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
}
    a {
	color : #444;
	text-decoration : none;
	text-decoration : none;
	-moz-transition : all 0.25s ease-out;
	-webkit-transition : all 0.25s ease-out;
	-o-transition : all 0.25s ease-out;
	-ms-transition : all 0.25s ease-out;
	transition : all 0.25s ease-out;
}
	a:hover {
	opacity : 0.3;
	filter : alpha(opacity=30);
	-moz-opacity : 0.3;
	color : #ffffff;
	text-decoration : none;
}
body { 
  color: #444;
  font-size: 15px;
  letter-spacing: 0.12em;
  line-height: 2em;
  width: 63%; 
  min-width: 720px; 
  max-width: 1350px; 
  margin: 0 auto;
}
.katagaki { 
  font-size: 1.95em;
  letter-spacing: 0.1em;
  padding: 50px 0 0 0 ;
  text-align : left;
  margin: auto;
  width: 100%; 
  height: 40px;
}
.title { 
  font-size: 2.7em;
  letter-spacing: 0.08em;
  padding: 50px 0 0 0 ;
  text-align: left;
  margin: auto;
  width: 100%; 
  height: 80px;
}
.top { 
  margin: 130px auto 0 auto;
  padding: 0 0 0 0 ;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
.c { 
  font-size: 1em;
  letter-spacing: 0.15em;
  padding: 70px 0 70px 0 ;
  text-align: center;
  margin: auto;
  width: 100%; 
  height: 40px;
}
}
@media only screen and (max-width: 730px){
html {
  with: 100%;
  margin: 20px 0 0 0;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
}
    a {
	color : #444;
	text-decoration : none;
	text-decoration : none;
	-moz-transition : all 0.25s ease-out;
	-webkit-transition : all 0.25s ease-out;
	-o-transition : all 0.25s ease-out;
	-ms-transition : all 0.25s ease-out;
	transition : all 0.25s ease-out;
}
	a:hover {
	opacity : 0.3;
	filter : alpha(opacity=30);
	-moz-opacity : 0.3;
	color : #ffffff;
	text-decoration : none;
}
body { 
  color : #444;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 2em;
  width: 100%; 
  max-width: 730px; 
  margin: 0;
}
.katagaki { 
  font-size: 1.3em;
  letter-spacing: 0.08em;
  margin: 10px 0 0 20px;
  text-align: left;
  width: 80%; 
  height: 40px;
}
.title { 
  margin: 10px 0 0 20px;
  font-size: 2.5em;
  letter-spacing: 0.08em;
  text-align: left;
  width: 80%; 
  height: 80px;
}
.top { 
  margin: 0 0 0 0;
  padding: 0 0 0 0 ;
  animation: fadeIn 1.7s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.7s ease 0s 1 normal;
}
.c { 
  font-size: 1em;
  letter-spacing: 0.08em;
  padding: 50px 0 20px 0 ;
  text-align: center;
  margin: 0;
  width: 100%; 
  height: 40px;
}
}
/* =======================================
    MENU
======================================= */
@media screen and (min-width: 730px) {
  a { text-decoration: none; }
  a:link { color: #666666; }
  a:visited { color: #666666; }
  a:active { color: #666666; }
  a:hover {
  color : #eeeeee;
  text-decoration : none;
  text-decoration : none;
  -moz-transition : all 0.5s ease-out;
  -webkit-transition : all 0.5s ease-out;
  -o-transition : all 0.5s ease-out;
  -ms-transition : all 0.5s ease-out;
  transition : all 0.5s ease-out; }
  .toggleWrap {
  font-size:0.53em;
  line-height:1.35em;
  letter-spacing: 0.05em;
  padding: 55px 0 0 0 ;
  text-align : left;
  margin: 0;
  }
  }

@media screen and (max-width: 730px) {
  .toggleWrap a { text-decoration: none; }
  .toggleWrap a:link { color: #fff; }
  .toggleWrap a:visited { color: #fff; }
  .toggleWrap a:active { color: #fff; }
  .toggleWrap a:hover {
  color : #666;
  text-decoration : none;
  text-decoration : none;
  -moz-transition : all 0.5s ease-out;
  -webkit-transition : all 0.5s ease-out;
  -o-transition : all 0.5s ease-out;
  -ms-transition : all 0.5s ease-out;
  transition : all 0.5s ease-out; }
  #toggle {
  display: block;
  background: transparent;
  text-align: center;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  position: absolute;
  top: 30px;
  right: 10px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  }
  .trigger,
  .trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
          transition: all .4s;
  }
  .trigger {
  top:30px;
  right: 20px;
  position: fixed;
  width: 22px;
  height: 20px;
  }
  .trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #595856;
  border-radius: 4px;
  }
  .trigger span:nth-of-type(1) {
  top: 0;
  }
  .trigger span:nth-of-type(2) {
  top: 9px;
  }
  .trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #595856;
  border-radius: 4px;
  -webkit-transition: all .4s;
          transition: all .4s;
  }
  .trigger span:nth-of-type(3) {
  bottom: 0;
  }
  .trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) scale(0);
          transform: translateY(8px) scale(0);
  }
  .trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  }
  .trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  }
  .trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) scale(0);
          transform: translateY(-8px) scale(0);
  }
  .toggleWrap {
  color : #fff;
  background: rgba(155, 155, 155, 1);
  margin: 0;
  padding-top:60px;
  padding-left:20px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size:0.52em;
  line-height:2.5em;
  letter-spacing: 0.08em;
  text-align : left;
  margin: 0;
  }
  .navItem {
  width: 100%;
  margin: 0 auto 0 -20px;
  display: block;
  text-decoration: none;
  border-bottom: 2px solid #ffffff;
  padding: 15px 0;
  text-align: center;
  }
  .hide {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  }
  }
  .animation {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  }
  .no-scroll {
  overflow: hidden;
  }
  }