*{
	/* font-family: 'Yu Mincho','YuMincho',serif;
	font-weight: 500; */
	font-family: noto-sans-cjk-jp, sans-serif;
	font-weight: 400;
	font-style: normal;
	box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
	height: 100%;
  font-size: 62.5%;
}
body {
	min-height: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}
a {
  display: block;
  color: inherit;
  text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.ChangeOpacityItem:hover{
	opacity: .8!important;
	transition: .4s;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

input[type="text"], input[type="email"], textarea {
  outline: none;
  -webkit-appearance: none;
}

input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select{
	border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.wrap{
	margin-left: auto;
	margin-right: auto;
  max-width: 1080px;
}

.pc{ display: block!important; }
.sp{ display: none!important; }

.cjkB{
	font-family: noto-sans-cjk-jp,sans-serif;
	font-weight: 700;
	font-style: normal;
}
.myriadB{
	font-family: myriad-pro,sans-serif;
	font-weight: 700;
	font-style: normal;
}
.montserratB{
	font-family: montserrat,sans-serif;
	font-weight: 700;
	font-style: normal;
}
.rodinB{
	font-family: fot-rodin-pron,sans-serif;
	font-weight: 600;
	font-style: normal;
}

.tbm{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
	font-weight: 900;
	font-style: normal;
}

.yumincho{
	font-family: yu-mincho-pr6n,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.dnpL{
	font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.dnpB{
	font-family: dnp-shuei-mgothic-std,sans-serif;
	font-weight: 600;
	font-style: normal;
}

@media screen and (max-width: 768px) {
  .wrap{
  	width: 100%;
  }

  .pc{ display: none!important; }
	.sp{ display: block!important; }

}
