@charset "utf-8";
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		RESET
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	vertical-align: baseline;
	list-style: none;
	color: #fff;
	line-height: 1.125;
}
article, aside, canvas, details, figcaption, figure, header, footer, main, menu, nav, section, summary {
	display: block;
}
html {
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,InterstateRegular,sans-serif;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 62.5%;
	overflow-y: scroll;
}
body {
	background: #202021;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
}
textarea, input[type="text"] {
	border: 0;
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,InterstateRegular,sans-serif;
}
input[type="button"], input[type="submit"], input[type="search"], input[type="reset"], select {
	font-family: 'Hiragino Kaku Gothic Pro',Meiryo,InterstateRegular,sans-serif;
}
input[type=text], select, textarea {
	border: 1px solid #ccc;
	font-size: 16px;
	font-size: 1.6rem;
}
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}
input[type="checkbox"], input[type="radio"] {
	vertical-align: middle;
}
::-webkit-input-placeholder { color: #888; font-size: 14px; font-size: 1.4rem;}
::-moz-placeholder { color: #888; font-size: 14px; font-size: 1.4rem;}
:-moz-placeholder { color: #888; font-size: 14px; font-size: 1.4rem;}
:-ms-input-placeholder { color: #888; font-size: 14px; font-size: 1.4rem;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4 {
	line-height: 1.5;
}
table, th, td, p, ul, li, ol, dl, dt, dd {
	font-size: 14px;
	font-size: 1.4rem;
	word-break: break-all;
	line-height: 1.5;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
a:focus {
	outline: none;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
img {
	height: auto;
	display: block;
	width: auto;
	max-width: 100%;
}

a:hover img {
	opacity: .8;
}
.clearfix:after,
.cf:after, .container:after, .mod:after, .unit:after, .col_2:after {
	content: "";
	clear: both;
	display: block;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.hosoku {
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}

.mtss {
	margin-top: 10px !important;
}

.mts {
	margin-top: 15px !important;
}

.mtms {
	margin-top: 25px !important;
}

.mtm {
	margin-top: 30px !important;
}

.mtl {
	margin-top: 50px !important;
}

.letter_mini {
	letter-spacing: -1px;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		COMMON
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.disp_none {
	display: none !important;
}

.bg_type01 {
	background: #2d2d2d;
}

.bg_type02 {
	background: #202021;
}

.bg_type03 {
	background: #3f3f40;
}

.loppi {
	margin-left: 5px;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		PARTS
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.dot_list li {
	position: relative;
	padding-left: 1em;
}

.dot_list li + li {
	margin-top: 5px;
}

.dot_list li:before {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #fff;
	border-radius: 50%;
	display: block;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		WRAPPER
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#wrapper {
	background: #202021;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		LAYOUT
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* block */
.container {
	margin: 0 auto;
	position: relative;
}
.section {
	margin: 0 auto;
	padding: 70px 0;
}
.section.under {
	padding: 0;
	padding-top: 65px;
	padding-bottom: 30px;
}
.container {
	max-width: 1240px;
	padding: 0 20px;
}

.container02 {
	width: 100%;
	padding: 0 40px;
}

.container03 {
	width: 100%;
	padding: 0 20px;
}

.layout {
	margin-top: 25px;
	margin-bottom: 50px;
}

.mod_text p + p {
	margin-top: 0.75em;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
    HEADER
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/*#header {
	width: 100%;
	background: #111;
	height: 65px;
	position: fixed;
	top: 0;
	z-index: 1000;
}*/
/*h1 {
	margin-top: 18px;
}

h1 a {
	display: inline-block;
}*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
    MENU
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* menu button */
#menu,
#menu span {
	display: inline-block;
	transition: all .2s;
}
#menu {
	position: fixed;
	width: 65px;
	height: 65px;
	right: 0;
	top: 0;
	z-index: 1001;
	background: #1e1e1e;
}
#menu button {
	width: 65px;
	height: 65px;
	background: #1e1e1e;
	cursor: pointer;
	position: absolute;
	top:0;
	right: 0;
}

#menu span {
	position: absolute;
	left: 15px;
	z-index: 1002;
	width: 35px;
	height: 5px;
	background-color: #0574b5;
}

#menu span:nth-of-type(1) {
	top: 16px;
}
#menu span:nth-of-type(2) {
	top: 30px;
}
#menu span:nth-of-type(3) {
	top: 44px;
}

#menu.open span:nth-of-type(1) {
	top: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#menu.open span:nth-of-type(2) {
	opacity: 0;
}

#menu.open span:nth-of-type(3) {
	top: 30px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu.open {
	width: 250px;
}


/* navigation */
#slidenav {
	position: fixed;
	right: -100%;
	left: auto;
	width: 250px;
	width: 25rem;
	height: 100%;
	top: 65px;
	z-index: 1001;
	background: #101010;
}

#slidenav.open {
	padding-bottom: 76px;
	right: 0;
	transition: right 150ms ease-in-out;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#slidenav.open::-webkit-scrollbar {
	display: none;
}
#slidenav li {
	border-bottom: 1px solid #333;
}
#slidenav li.has_child {
	border-bottom: none;
}
#slidenav li.has_child span {
	padding: 15px 16px;
	padding: 15px 16px 13px\9;
	display: block;
	background: #444;
	border-bottom: 1px solid #333;
}

#slidenav li.has_child > a {
	padding: 0;
}

#slidenav li .level2 li {
	background: #1b1b1b;
	border-bottom: 1px solid #101010;
}
#slidenav li a {
	padding: 5px 16px;
	padding: 5px 16px 3px\9;
	display: block;
	color: #aaa;
	line-height: 33px;
	line-height: 3.3rem;
}

#slidenav .official_tw {
	    padding: 12px 10px 8px 8px;
}

#slidenav .pagenav {
	margin-bottom: 50px;
}

#slidenav .official_tw span {
	display: inline-block;
	vertical-align: super;
	margin-right: 10px;
	margin-left: 8px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#slidenav li.has_child span:not(:target) {
		padding: 15px 16px 13px;
	}
	#slidenav li a:not(:target) {
		padding: 5px 16px 3px;
	}
}
#slidenav li a:hover {
	color: #fff;
}
#overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -1;
	transition: 0.3s;
	background: rgba(0, 0, 0, .8);
	opacity: 0;
}
#overlay.open {
	z-index: 11;
	opacity: 1;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		FOOTER
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
#footer {
	background: #000;
}
#footer .footer_inner {
	height: 46px;
	background: #101010;
	position: relative;
}
#footer .fnav {
	padding: 10px 0;
	width: 80%;
}
#footer .fnav .item {
	border-right: 1px solid #6a6a6a;
	display: inline-block;
}
#footer .fnav .item:last-child {
	border: none;
}
#footer .fnav a {
	font-size: 12px;
	font-size: 1.2rem;
	color: #aaa;
	display: block;
	padding: 0 11px 0 7px;
	text-decoration: underline;
}
#footer .fnav .item:first-child a {
	padding: 0 10px 0 0;
}
#footer .fnav a:hover {
	text-decoration: none;
}
#footer .share_button {
	text-align: center;
	padding: 25px 0 0;
}

#footer .container {
	width: 98%;
}

#footer .share_button .sns {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

#footer .official_tw {
	display: inline-block;
}

#footer .official_tw span {
	display: inline-block;
	vertical-align: super;
	margin-right: 5px;
}

#footer .tw_box {
	margin-top: 10px;
}

#footer #pagetop {
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
	background: #666;
	text-align: center;
}
#footer #pagetop {
	opacity: 1;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
#footer #pagetop:hover {
	opacity: .8;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
#footer #pagetop a {
	padding: 15px 0;
	display: block;
}
#footer #pagetop a img {
	width: 103px;
	display: inline-block;
}
#footer .copyright {
	color: #aaa;
	font-size: 10px;
	font-size: 1.0rem;
	text-align: center;
	padding: 20px 35px 35px;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		MODULE
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
.module_banner {
	margin-top: 55px;
	border: 1px solid #666;
	background: #000;
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.module_banner .m_text02 {
	padding-top: 20px;
}
.module_banner .mod_text .m_title {
	font-size: 16px;
	font-size: 1.6rem;
}
.module_banner .mod_text .m_text {
	margin-top: 5px;
}
.module_banner a .mod_image,
.module_banner a .mod_text {
	opacity: 1;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.module_banner a:hover .mod_image,
.module_banner a:hover .mod_text {
	opacity: .8;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
@media screen and (max-width: 970px) {
	.module_banner .mod_image {
		float: none;
		height: auto;
		background: none;
	}
	.module_banner .mod_image img {
		visibility: visible;
		width: 100%;
		height: auto;
	}
	.module_banner .mod_text {
		width: 100%;
		padding: 40px;
	}
	.module_banner .m_text02 {
		padding-top: 20px;
		text-align: right;
	}
}

/* youtube */
.youtube {
	height: 0;
	overflow: hidden;
	padding-top:56.25%;
	position: relative;
	margin-top: 20px;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* googlemap */
.googlemap {
	position: relative;
	padding-top: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}
.googlemap iframe,
.googlemap object,
.googlemap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		MODULES
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-
		STYLES
*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
/* keyvisual */
#keyvisual {
	position: relative;
	z-index: 9;
}
#keyvisual .title_bar {
	width: 80%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-size: 20px;
	font-size: 2.0rem;
	display: table;
	z-index: 1000;
}
#keyvisual .title_bar .title {
	text-align: center;
	font-weight: bold;
	text-shadow: 1px 1px 3px #000;
}

#keyvisual .mv_txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
	z-index: 12;
}

#keyvisual .mv_txt img {
	display: inline-block;
}

#keyvisual .go_under {
	margin: 50px auto 0;
	width: 70px;
	height: 70px;
	border: 3px solid #fff;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
}

#keyvisual .go_under span {
	position: absolute;
	top: 8px;
	left: 20px;
	width: 25px;
	height: 25px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	animation: goUnder 1.5s ease 0s infinite normal none;
}

@keyframes goUnder {
  0% {
    transform: translateY(0) rotate(45deg);
    opacity: 0;
  }

  20% {
	 transform: translateY(0) rotate(45deg);
	   opacity: 0;
  }

  60% {
  	opacity: 1;
  }

  100% {
    transform: translateY(50%) rotate(45deg);
  	opacity: 0;
  }
}

#keyvisual iframe {
	pointer-events: none;
}

.js_hidebox {
	background: #000;
	height: 100vh;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
}

/* title */

.ttl_lv02 {
	position: relative;
	padding-bottom: 25px;
	text-align: center;
	margin-bottom: 80px;
}

.ttl_lv02:before {
	content: '';
	display: block;
	width: 145px;
	height: 1px;
	background: #0574b5;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ttl_lv02 em {
	display: block;
	font-size: 3.5rem;
}

.ttl_lv02 span {
	display: block;
	font-size: 1.4rem;
	margin-top: 10px;
}

.under .ttl_lv02 {
	padding-top: 50px;
}

.section .title {
	font-size: 20px;
	font-size: 2rem;
	padding: 20px;
	background-color: #333;
	border-top: 1px solid #555;
}
.section .title small {
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: middle;
	display: inline-block;
	line-height: 1.5;
}

.section .ttl_lv03,
.section .heading {
	font-size: 20px;
	font-size: 2rem;
	padding-bottom: 10px;
	margin-top: 20px;
	border-bottom: 1px solid #666;
}

.section .layout .ttl_lv03,
.section .layout .heading {
	margin-bottom: 20px;
}

.ttl_lv04,
.content_ttl_lv04,
.section .sub_heading {
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px;
}

.ttl_lv04 span,
.content_ttl_lv04 span,
.section .sub_heading span {
	margin-top: 3px;
	display: inline-block;
}

.ttl_lv04:before,
.content_ttl_lv04:before,
.section .sub_heading:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: #0574b5;
}

.ttl_lv05 {
	position: relative;
	font-size: 1.6rem;
	padding-left: 22px;
	margin-bottom: 10px;
}

.ttl_lv05:before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 14px;
	height: 4px;
	background: #0574b5;
}

/* texts */
.section .text,
.section .list {
	margin-top: 20px;
}
.section .text a {
	text-decoration: underline;
}
.section .text a:hover {
	text-decoration: none;
}
.section .disc {
	position: relative;
	padding-left: 12px;
}
.section .disc:after {
	content: '';
	position: absolute;
	left: 4px;
	top: 10px;
	width: 3px;
	height: 3px;
	border-radius: 3px;
	background-color: #fff;
}
.note .text {
	text-align: right;
	font-size: 11px;
	font-size: 1.1rem;
	margin-top: 20px;
}

/* table */
.table th,
.table td {
	padding: 15px 10px;
	border-bottom: 1px solid #353636;
}
.table th {
	text-align: center;
	white-space: nowrap;
	padding-right: 5%;
	padding-left: 10px;
}

/* icon */
.arrow a {
	position: relative;
	padding-left: 12px;
}
.arrow a:after {
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: '';
	top: 50%;
	margin-top: -3px;
	left: 0;
}

/* button */
.btn {
	background: #000;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #aaa;
	position: relative;
	text-decoration: none;
	margin-bottom: 14px;
	text-align: center;
}
.btn a {
	position: relative;
	padding: 10px 25px 10px 10px;
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.3;
	opacity: 1;
	transition: .5s ease;
	-webkit-transition: .5s ease;
	text-decoration: none;
}

.btn.btn_center a {
	padding: 10px 25px 10px 25px;
}

.btn_box .btn a:after {
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: '';
	top: 50%;
	margin-top: -3px;
	right: 10px;
}
.btn a:hover {
	opacity: .8;
	transition: .5s ease;
	-webkit-transition: .5s ease;
}
.unit .detail .btn,
.col_item .btn {
	margin-top: 20px;
}
.btn_box.btn_s {
	width: 40%;
	max-width: 360px;
}
.btn_box.btn_m {
	width: 70%;
}
.btn_box.btn_l {
	width: 100%;
}
.btn_box.btn_s .btn,
.btn_box.btn_m .btn,
.btn_box.btn_l .btn {
	width: 100%;
}
.btn .note {
	font-size: 10px;
	font-size: 1rem;
	margin-top: 3px;
	display: block;
}

.btn_cnt {
	margin-left: auto;
	margin-right: auto;
}


.btn_box.btn_free {
    width: auto;
    overflow: hidden;
}

.btn_box.btn_free .btn {
    width: auto;
}

/* grid */
.col_item {
	display: block;
	margin-bottom: 2%;
}
.col_item a:hover .i_thumb {
	opacity: .8;
	transition: .5s ease;
	-webkit-transition: .5s ease;
}
.col_item .i_thumb img {
	max-width: 100%;
}
.col_item .i_title {
	font-size: 15px;
	font-size: 1.5rem;
	margin-top: 15px;
}
.col_item .i_title small {
	display: inline-block;
	padding: 6px 0px;
}
.col_item .i_text {
	margin-top: 10px;
}
.col_2 .col_item {
	float: left;
	width: 49%;
}
.col_2 .col_item:nth-child(even) {
	float: right;
}
.col_2 .col_item .i_thumb img {
	width: 100%;
}

.col_2 .contents_list:after {
	content: "";
	clear: both;
	display: block;
}


/*metaslider*/
.metaslider {
    margin: 0 auto 20px;
}


.flex-control-nav {
    position: initial !important;
    padding-top: 10px !important;
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 50px;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* popup */
.js_lightbox {
	overflow: hidden;
}

.mfp-wrap .mfp-content {
	text-align: center;
}

.mfp-wrap .mfp-content {
	padding: 0 40px;
}

.popin,
.popin img {
	display: inline-block;
}

.js_lightbox .popin {
	cursor: pointer;
}

.mfp-wrap .popin img {
	max-width: 1000px;
	display: block;
    width: 100%;
}

.mfp-wrap .mfp-arrow {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-out;
  -moz-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}

.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

.mfp-wrap.mfp-ready .mfp-arrow {
	opacity: 0.65;
}

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-wrap.mfp-removing .mfp-arrow,
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-wrap.mfp-close-btn-in .mfp-close {
	width: 34px;
	height: 18px;
	font-size: 38px;
	line-height: 0;
	color: #cfcfcf;
}

/* youtube */
.youtube_inner {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
}

.youtube_box iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}