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

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


body{
  margin: 0;
  padding: 0;
}


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


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


/*menu*/
.menu{
  height: 20px;
  position: absolute;
  right: 25px;
  top: 20px;
  width: 30px;
  z-index: 99;
  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{
  align-items:center;
  height: 100%;
  position: absolute;
  width: 100%;
  display: none;
}
.gnav__menu__item{
  margin: 10px;
  display: none;
  line-height: 2.8em;
  padding: 3px;
}
.gnav__menu__item a{
  color: #fff;
  font-size: 2em;
  padding: 30px;
  transition: .5s;
  font-family: 'Spartan', sans-serif;
}


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


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


/*main*/
.main {
  background: ;
  position: relative;
  width: 100%;
  height: 100%;
}
.content{
  background: ;
  position: relative;
  top: ;
  margin-top: 120px;
  margin-left: 35%;
  padding: 0 25px;
  padding-bottom: 120px;
  font-size: 12px;
  font-family: Yu Gothic Medium,游ゴシック Medium,YuGothic,游ゴシック体,ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
}

.content_para{
  margin: 15px;
}

p1{
  font-family:;
  font-size: 10px;
  letter-spacing: 0.3px;
  line-height: 2;
  font-weight: bold;
}

p2{
  font-family: ;
  font-weight: 10;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 2;
}

/*img*/
img.responsive {
  display: block;
  width: 100%;
  height: auto;
}

/*footer*/
footer {
  background: ;
  font-size: 10px;
  font-family: 'Spartan', sans-serif;
  letter-spacing: 0.5px;
  width: 100%;
  z-index: 888;
  position: flex;
  padding: 0 40px;
  padding-bottom: 25px;
  box-sizing: border-box;
}
footer a{
  color: #b0b0b0;
}


/*fadein*/
.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 (max-width: 768px){
header nav {
  display: none;

 }
  header nav ul {
  display: block;
  text-align: center;
}

.content{
 margin-top: 0;
 margin-bottom: 20px;
 margin-left: 0;
 font-family: Yu Gothic Medium,游ゴシック Medium,YuGothic,游ゴシック体,ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
}

p1{
  font-family:;
  font-size: 10px;
  letter-spacing: 0.3px;
  line-height: 2;
  font-weight: bold;
}

p2{
  font-family: ;
  font-weight: ;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 2;
}


}
@media (max-width: 912px){
/*header*/
header{
  padding: 0 19px;
  height: 70px;
  position: fixed;
  background: #fff;
 }

  header .icon {
  margin-left: 5px;
}


/*menu*/
.menu{
  height: 20px;
  position: absolute;
  right: 65px;
  top: 20px;
  width: 30px;
  z-index: 99;
  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{
  align-items:center;
  height: 100%;
  position: absolute;
  width: 100%;
  display: block;
 }
.gnav__menu__item{
  margin: 16px;
  display: block;
  font-family: Helvetica light;
  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{
  width: 0;
  position: fixed;
}
.sidemenu {
  display: none;
  flex-wrap: nowrap;
  height: auto;
  position: fixed;
  top: 73px;
}
.sidemenu li a{
  color: #b0b0b0;
}
.menu__item {
  margin-bottom: 10px;
  font-family:'Spartan', sans-serif;
  font-size: 11px;
  letter-spacing: 0.4px;
}

/*main*/
.main {
  background: ;
  width: 100%;
  height: 100%;
  padding: 100px 0 0;
  position: relative;
 }

 img {
  max-width: 100%;
  height: auto;
  display: block;
}

.content{
 margin-top: 0;
 margin-bottom: 20px;
 margin-left: 0;
 font-family: Yu Gothic Medium,游ゴシック Medium,YuGothic,游ゴシック体,ヒラギノ角ゴ Pro W3,メイリオ,sans-serif;
}

p1{
  font-family:;
  font-size: 10px;
  letter-spacing: 0.3px;
  line-height: 2;
  font-weight: bold;
}

p2{
  font-family: ;
  font-weight: ;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 2;
}

/*footer*/
footer {
  background: ;
  padding: 0 30px;
  padding: 0 25px;
  padding-bottom: 25px;
  box-sizing: border-box;
  font-size: ;
}