@charset "euc-jp";

/* ------------------------------
- reset
------------------------------ */
html, body, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
:root, html, body {
  background-color: #fff;
  color: #333;
  width: 100%;
}
body {
  line-height: 1.8;
  font-size: 16px;
}
* {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}
li {
  list-style-type: none;
}
a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  transition: .7s;
  font-size: 14px;
  line-height: 1.8;
}
a:hover {
  opacity: .7;
}
p {
	font-size: 15px;
	line-height: 1.6;
	color: #333;
}
.container{
	max-width:1100px;
	margin:0 auto;
}
.container img{
	vertical-align:middle;
}
.movie{
	width:100%;
	max-width:860px;
	text-align:center;
}
.item_youtube .movie {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 56.25%;
  margin:1em 0;
}
.item_youtube .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
iframe#sp_anko_btn {
    position: absolute;
    top: 145px;
    left: 0;
    right:0px;
    bottom:0px;
    width: 99.8%;
    height: 380px;
    z-index: 10;
    background: #FFF;
}
main {
    margin-top: 456px;
}
