@charset "utf-8";

/**
 * Version: 1.0.0
 */

/* **************************************************
	CSS Redefine
************************************************** */
* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
	padding:0;
	margin:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	color: #000000;
	font-size: 17px;
	font-size: 1.6rem;
	line-height: 1.8;
/*		font-family:
	Verdana,
		"Hiragino Kaku Gothic ProN",
		"ヒラギノ角ゴ ProN",
		"游ゴシック Medium",
		"游ゴシック体",
		"Yu Gothic Medium",
		YuGothic,
		"メイリオ",
		Meiryo,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		sans-serif;*/
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

	-webkit-text-size-adjust: 100%;
	padding:0;
	margin:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

input,
button,
select,
textarea {
	border: none;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a,a:visited,a:active{
	/*color: #446548;*/
	/*text-decoration: underline;*/
}
a:hover,
a img:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
button:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
a.disable:hover,
a.disable img:hover,
input[type="button"].disable:hover,
input[type="submit"].disable:hover,
button.disable:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

/* **************************************************
	Common
************************************************** */
.wrap {
	width: 100%;
	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;
	/**/
}
#wrapper{
	padding: 0;
	margin: 0;
}
.container{
	width: 100%;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.inner{
	width: 100%;
	padding: 0;
	margin: 0;
}

area{
border:none;
outline:none;
}
/* 見出し
---------------------------------------- */
h1,h2,h3,h4,h5,h6{
	font-weight: bold;
}

/* **************************************************
	top
************************************************** */

/* ローディング
---------------------------------------- */
#loader-bg {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 999;
}
#loading{
	position: absolute;
	left: 50%;
	top: 40%;
	margin-left: -16px;
}


/* 画像
---------------------------------------- */
.top_section01 {
	width: 100%;
	padding: 0;
	margin: 0;
}

.top_section01 .inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

/* youtube
---------------------------------------- */
.top_section_hscampaign {
	width: 100%;
	padding: 0;
	margin: 0;
}

.top_section_hscampaign .inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-align: center;
}

/* youtube
---------------------------------------- */
.top_section02 {
	width: 100%;
	padding: 0;
	margin: 0;
}

.top_section02 .inner {
	width: 100%;
	max-width: 1280px;
	padding: 15px 15px 25px;
	margin: 0 auto;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.top_section02 .video_wrap {
	width: 100%;
	max-width: 1164px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 auto;
}
.top_section02 .video_wrap .video{
		width: 100%;
    position: relative;
    overflow: hidden;
		padding-bottom: 56.25%;
}
.top_section02 .video_wrap .video iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
		margin: 7px 0 8px;
}
@media (min-width: 768px) {
	.top_section02 .inner {
		padding: 0 0 45px;
	}
	
.top_section02 .video_wrap .video{
		width: 560px;
		height: 315px;
		padding: 0;
	margin: 10px;
	}

	.top_section02 .video_wrap iframe{
		margin: 10px;
	}
}