body {
  font-family: 'Lato', 'Noto Sans JP', 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'MS PGothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size: 1.4rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
/* 幅が 768px 未満であれば */
@media (max-width: 76px) {
  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.1rem;
  }
  h6 {
    font-size: 1rem;
  }
}
a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #D63353;
  text-decoration: none;
}
.d-gray {
  color: #222222;
}
.dm-gray {
  color: #505050;
}
.m-gray {
  color: #666666;
}
.l-gray {
  color: #999999;
}
.red {
  color: #FF0000;
}
.pink {
  color: #FF7878;
}
.pink-ds {
  color: #D63353;
}
.white {
  color: #FFFFFF;
}
.brown {
  color: #655341;
}
.karashi {
  color: #fed136;
}
.dsred {
  color: #a23534;
}
.smo70 {
  font-size: 70%;
  vertical-align: middle;
}
.smo80 {
  font-size: 90%;
  vertical-align: middle;
}
.smo85 {
  font-size: 85%;
  vertical-align: middle;
}
.smo90 {
  font-size: 90%;
  vertical-align: middle;
}
.smo14 {
  font-size: 14px;
  vertical-align: middle;
}
.hosoji {
  font-weight: lighter;
}
.underpx20 {
  padding-bottom: 20px;
}
.underpx30 {
  padding-bottom: 30px;
}
.underpx40 {
  padding-bottom: 40px;
}
.underpx50 {
  padding-bottom: 50px;
}
.mb-6 {
  margin-bottom: 5rem;
}
.mb-7 {
  margin-bottom: 8rem;
}
.mb-8 {
  margin-bottom: 12rem;
}
hr.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: #D63353;
}
/* スマホ改行調整 */
@media only screen and (min-width: 481px) {
  .spnomi-br br {
    display: none;
  }
}
/* kakushi Section */
#kakushi {
  display: none;
}
/* 点滅 */
.blinking {
  -webkit-animation: blink 5s ease-in-out infinite alternate;
  -moz-animation: blink 5s ease-in-out infinite alternate;
  animation: blink 5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 回転透過 */
.kururin img {
  transition: 2.0s;
  width: 280px;
  height: auto;
  transition-duration: 2.0s;
}
.kururin img:hover {
  opacity: 0.1;
}
.kururincontainer {
  width: 280px;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.kururin {
  transition: 2.0s;
  transform: rotateZ(0deg);
}
.kururincontainer:hover .kururin {
  transform: rotateZ(360deg);
}
.kururin img:hover {
  transform: scale(0.5, 0.5);
}




/* 背景 */
body {
  /*background: url(../images/topp_bg01.jpg) no-repeat center center fixed #C0C0C0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
	background-color: #121212;
}
/* contents */
.wraper {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
 
	min-height: 100vh;
	background: #121212;
}
.contents {
		padding: 20px;
	color: #fff;
	text-align: center;
	max-width: 280px;
	
}
img.smagaramain {
	width: 100%;
	border-radius: 20px;
}







