/*リンクの色と下の線を消す*/
a {color:#000; text-decoration: none;}
li {list-style: none;}

/*余白*/
.li {padding: 10px; margin: 10px}

body{
  margin: 0;
  padding: 0;
}


/*flex-cotainer, wrapper*/
.flex-cotainer {
  display: flex;
  background: ;
  width: 100%;
  height: 100%;
  flex-direction: column;
}
.wrapper {
  display: flex;
  flex-direction: column;
}


/*header*/
header {
  width: 100%;
  background:;
  z-index: 999;
  height: 70px;
  position: fixed;
}
header .icon {
  color: #000;
  line-height: 65px;
  font-size: 15px;
  letter-spacing: 0.4px;
  float: left;
  margin-left: 20px;
  font-family: 'Spartan', sans-serif;
}


/*menu*/
.menu {
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: ;
    display: none;
}
.menu__line {
    background: #CCC;
    height: 1px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
    display: none;
}
.menu__line--center {
    top: 9px;
}
.menu__line--bottom {
    bottom: 0;
}
.menu__line--top.active {
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active {
    transform:scaleX(0);
}
.menu__line--bottom.active {
    bottom: 10px;
    transform: rotate(135deg);
}


/*gnav*/
.gnav {
    display: none;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}
.gnav__wrap {
    height: 100%;
    position: absolute;
    width: 100%;
    display: none;
}
.gnav__menu__item {
    margin: 10px;
    display: none;
    line-height: 3em;
}
.gnav__menu__item a {
    color: #fff;
    padding: 30px;
    transition: .5s;
    font-family: 'Spartan', sans-serif;
}


/*flex-items*/
.flex-items {
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
}


/*side*/
.side {
  background: plum;
  height: ;
  width: 20%;
  flex: 1 50px;
  position: fixed;
  z-index: 888;
}
.sidemenu {
  display: column;
  flex-wrap: nowrap;
  height: auto;
  position: fixed;
  top: 73px;
  padding-top: 1px;
}
.sidemenu a{
  color: #b0b0b0;
}
.menu__item {
  margin-bottom: 10px;
  font-family: 'Spartan', sans-serif;
  font-size: 11px;
  letter-spacing: 0.4px;
}



/*main*/
.main {
  background: ;
  flex: ;
  width: 100%;
  height: 100%;
  position: fixed;
}
.box{
  background: ;
  height: 100%;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.inner{
  background: ;
  left: 60%;
  position: absolute;
  top: 10%;
}
.layer {
  position: relative;
  text-align: center;
  background: ;
  box-sizing: border-box;
  padding: 20px 25px;
  width: 1280px;
  right:50%;
}
img {
  max-width: 100%;
  margin: 0 auto;
}


/*footer*/
footer {
  background: ;
  font-size: 10px;
  width: 100%;
  padding: 0 40px;
  z-index: 9;
  padding-bottom: 25px;
  font-family: 'Spartan', sans-serif;
  letter-spacing: 0.4px;
  color: #b0b0b0;
  position: relative;
  display: flex;
  top: 95vh;
  box-sizing: border-box;
}


/*fadein*/
.fadein {
  animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.fadein {
  animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}




@media (min-width: 768px) {
/*header*/
header{
  padding: 0 20px;
 }
header nav {
  display: none;
 }
header nav ul {
  display: block;
  text-align: center;
 }
}



@media (max-width: 767px) {
/*header*/
header{
  padding: 0 19px;
 }
header .icon {
  margin-left: 5px;
 }


/*menu*/
.menu{
  height: 20px;
  position: fixed;
  right: 25px;
  top: 20px;
  width: 30px;
  z-index: 999;
  display: block;
 }
.menu__line{
  background: #CCC;
  display: block;
  height: 1px;
  position: absolute;
  transition:transform .3s;
  width: 100%;
 }
.menu__line--top.active{
  top: 8px;
  transform: rotate(45deg);
 }
.menu__line--center.active{
  transform:scaleX(0);
 }
.menu__line--bottom.active{
  bottom: 10px;
  transform: rotate(135deg);
 }


/*gnav*/
.gnav {
  background: rgba(0,0,0,0.8);
  height: 100%;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  text-align: center;
 }
.gnav__wrap {
  text-align: center;
  height: 100%;
  position: absolute;
  width: 100%;
  display: block;
 }
.gnav__menu__item {
  margin: 16px ;
  display: block;
  letter-spacing: 1.5px;
 }
.gnav__menu__item a {
  color: #fff;
  font-size: 2em;
  font-weight: 400;
  padding: 5px;
  text-decoration: none;
  transition: .5s;
 }
.gnav__menu__item a:hover {
  color: #5f5f5f;
 }
 ul {
     display: block;
     list-style-type: disc;
     margin-block-start: 1em;
     margin-block-end: 1em;
     margin-inline-start: 0px;
     margin-inline-end: 0px;
     padding-inline-start: 9px;
 }


/*side*/
.side {
  display: none;
 }


/*main*/
.slider-close {
  width: 50px;
  height: 50px;
 }

.inner{
  width: 100%;
  max-width: 100%;
  left: 50%;
  margin: 0 auto;
  top: 10%;
}
.layer{
  background: ;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
  right: 50%;
}

/*footer*/
footer {
  padding: 0 25px;
  padding-bottom: 25px;
  width: 100%;
  font-family: 'Spartan', sans-serif;
 }

}

@media (min-width: 600px) {

  img {
    max-width: 100%;
    height: 400px;
  }
}