@charset "utf-8";

/* 修正用追加スタイル */
.mb40 {
	margin-bottom: 40px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb10 {
	margin-bottom: 10px;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.onoff-banner {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.onoff-banner .onoff-banner__on {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.onoff-banner:hover .onoff-banner__off {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.onoff-banner:hover .onoff-banner__on {
  position: relative;
  z-index: 0;
  opacity: 1;
}

/* side */
.side-width {
  max-width: 230px;
  width: 100%;
}

/* sp navi */
.sp-banner {
  margin: 30px auto 30px;
  text-align: center;
}