@charset "utf-8";
html {
    font-size: 62.5%;
}

body {
    font-size: 1.6rem;
    line-height: 1.4;
	background: #fff;
	padding: 0;
	margin: 0;
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

* {
    box-sizing: border-box;
}

img,
video {
    max-width: 100%;
}

img {
    border-style: none;
	width: 100%;
	height: auto;
}

div {
	line-height: 0;
	max-width: 960px;
	margin: auto;
}
.movie div {
	margin: auto;
	text-align: center;
	line-height: 0;
	position: relative;
	width: 84%;
	padding-top: 56.25%;
}

.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.movie {	
	background: url("../images/bg.jpg") repeat-y;
	background-size: contain;
}

.youtube-wrap {
    position: relative;
    width: 67.08%;
    padding-top: 38.52%;
	background: #9c0808;
}
.youtube_voice-wrap {
    position: relative;
    width: 96%;
    padding-top: 54%;
}
.youtube-inner {
  position: absolute;
  width: 100%;
  padding-top: 56.25%;
	top: 0;
	left: 0;
}

.youtube-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.js__fixed_btn {
	width: 50%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border: none;
    z-index: 100;
}

@media screen and (max-width: 479px) {
.js__fixed_btn {
	width: 100%;
    bottom: 0px;
    right: 0px;
	background: rgba(255, 255, 255, 0.75);
	padding: 10px 10px 10px;
}
}