@charset "utf-8";
/* margin,padding
--------------------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, hr, div, p, pre, address, blockquote, ul, ol, dl, dt, dd, form, fieldset, header, nav, footer, figure, section, article {
  display: block;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* heading
--------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {}
/* font 
--------------------------------------------------------------------*/
html {
  overflow-y: scroll;
  height: 100%;
  font-size: 62.5%;
}
body {
  word-wrap: break-all;
  overflow-wrap: break-word;
}
address, em {
  font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 1rem;
  font-weight: 400;
}
/* list 
--------------------------------------------------------------------*/
ul, ol {
  list-style-type: none;
}
/* img 
--------------------------------------------------------------------*/
img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}
/* form
--------------------------------------------------------------------*/
input, select, textarea, button {
  font-size: inherit;
  line-height: inherit;
}
button {
  cursor: pointer;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
/* table
--------------------------------------------------------------------*/
table, thead, tbody, tfoot, tr, th, td, caption, col, colgroup {
  text-align: inherit;
  line-height: inherit;
  font-size: 100%;
}
table {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
thead {
  display: table-header-group;
}
tbody {
  display: table-row-group;
}
tfoot {
  display: table-footer-group;
}
tr {
  display: table-row;
}
th, td {
  display: table-cell;
}
caption {
  display: table-caption;
}
col {
  display: table-column;
}
colgroup {
  display: table-column-group;
}
/* clearfix
--------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
} /*IE7用*/
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
/* anchor
--------------------------------------------------------------------*/
a {
  color: #322760;
  text-decoration: underline;
  -moz-transition: all, .4s;
  -o-transition: all, .4s;
  -webkit-transition: all, .4s;
  transition: all, .4s
}
a:hover {
  color: #7c4e91;
  text-decoration: underline;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="reset"], input[type="button"] {
  border-radius: 0;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="reset"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="reset"]::-focus, input[type="button"]::focus {
  outline-offset: -2px;
}
*:focus {
  outline: none;
}
html {
  -webkit-text-size-adjust: 100%;
}
.frameWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.frameWrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* メイン
--------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
body {
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", MS PGothic, Meiryo, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.7;
  color: #444343;
	background: #000;
}
.mincho {
  font-family: 'Noto Serif JP', serif;
}
/* wrap
--------------------------------------------------------------------*/
#wrap {
  padding-top: 0px;
  overflow-x: hidden;
  display: flex;
  justify-content: center; /* 横方向の中央揃え */
  align-items: center; /* 縦方向の中央揃え */
  height: 100vh; /* ビューポートの高さを100%に */
}
/* youtube
--------------------------------------------------------------------*/
.frame-yb {
  width: 70%;
  margin: 0 auto;
}
.frame-yb-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.frame-yb-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btnClose{
	width: 100%;
	color:#fff;
	font-weight: 700;
	font-size:1.7rem;
	text-align: center;
	margin: 20px auto;
}
.btnClose a{
	color:#fff;
	
	}
@media screen and (max-width: 768px) {
.frame-yb {
  width: 90%;
  margin: 0 auto;
}
	.btnClose{

	font-size:1.3rem;

}
}