html *,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "YakuHanJP_Noto", "Noto Sans JP", sans-serif;
  color: #4a4a4a;
  font-size: 14px;
  background-color: #fff;
}

body.fixed {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p {
  line-height: 1.7;
}

a {
  text-decoration: none;
  color: #000;
}

.trans {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.trans:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pcv {
  display: none;
}

.spv {
  display: block;
}

.wrap {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding: 0;
}

.word_title {
  font-size: 30px;
  color: #4a4a4a;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-top: 30px;
}





#new_footer {
	padding-top: 1100px !important;
}






@media (min-width: 1px) and (min-width: 768px) {
	
	#new_footer {
	}
	
	
  .trans:hover {
    opacity: 1;
  }

  .pcv {
    display: block;
  }

  .spv {
    display: none;
  }

  .main_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 50px auto 0 auto;
  }

  .side {
    display: none;
  }
}
@media (min-width: 1px) and (min-width: 1200px) {
  .main_wrap {
    max-width: 1200px;
    width: 100%;
    margin: 80px auto 120px auto;
  }

  .trans {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .trans:hover {
    opacity: 0.5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .side {
    display: block;
  }
}





@media (min-width: 1px) and (max-width: 768px) {
	
	#new_footer {
		padding-top: 200vw !important
	}
	#new_footer iframe {
		height: 200vw !important
	}
	
	#sideFrame {
		display: none;
	}
	
}


