@charset "utf-8";
body {
	font: normal 18px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","メイリオ",Meiryo,Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }
	
  @media screen and (max-width: 640px) {
    body {
      min-width: inherit; 
	  height:100%; 
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; } 
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:90%;	
}
	.sp02 img{
		max-width:100%;	
}
.sp03 img{
		max-width:70%;	
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------
 
    text
 
---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------
 
    float
 
---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

img {
	width: 100%;
}

@media screen and (max-width: 640px) {
	img {
		width: 178%;
	}
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.08em;
}

.main {
	position: relative;
}

.logo {
	width: 11.6%;
	margin: 0 auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top:5%;
}

@media screen and (max-width: 850px) {
	.logo {
		top: 4%;
	}
}

@media screen and (max-width: 640px) {
	.logo {
		left: 83%;
		top: 2.5%
	}
}

video {
	width: 60%;
	position: absolute;
	aspect-ratio: 16/9;
	top: 45.6%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	border-radius: 1.4vw;
	filter: drop-shadow(1px 1px 6px rgba(0,0,0,0.2));
	border: solid 8px #ffffff;
}

.btn {
	width: 16%;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2.2%;
	filter: drop-shadow(1px 1px 6px rgba(0,0,0,0.2));
}

@media screen and (max-width: 640px) {
	.btn {
		right: -60.8%;
	}
}

.btn:hover {
	opacity: .85;
}

.txt {
	width: 52.5%;
	display: block;
	position: absolute;
	left: 49%;
	transform: translateX(-50%);
	bottom: 9%;
}

@media screen and (max-width: 640px) {
	.txt {
		left: 66%;
	}
}

@media screen and (max-width: 640px) {
	html {
		transform: rotate(90deg);
	}
}

.onsei {
	position: absolute;
	top:9%;
	width: 13%;
	right: 19.8%;
}

@media screen and (max-width: 1200px) {
	video {
		width: 59%;
	}

	.onsei {
		width: 12%;
	}
}

@media screen and (max-width: 1100px) {
	video {
		top: 46.6%;
	}
}

@media screen and (max-width: 950px) {
	video {
		width: 58%;
	}

	.onsei {
		width: 11%;
		right: 20.5%;
	}
}

@media screen and (max-width: 900px) {
	video {
		top: 47%;
		border: solid 7px #ffffff;
	}
}

@media screen and (max-width: 850px) {
	video {
		width: 57%;
		border: solid 6px #ffffff;
	}

	.onsei {
		right: 21%;
	}
}

@media screen and (max-width: 800px) {
	video {
		border: solid 5px #ffffff;
	}
}

@media screen and (max-width: 750px) {
	video {
		top: 48%;
	}
}

@media screen and (max-width: 640px) {
	video {
		width: 104%;
		left: 88%;
		top: 46%;
		border-radius: 3vw;
		border: solid 4px #ffffff;
	}

	.onsei {
		top: 7%;
		right: -30%;
	}
}

@media screen and (max-width: 400px) {
	.onsei {
		right: -28%;
	}

	video {
		width: 100%;
	}
}

@media screen and (max-width: 350px) {
	.onsei {
		top: 6%;
	}
}

@media screen and (max-width: 320px) {
	.onsei {
		top: 5%;
	}
}