html {
	font-size: 62.5%;
	font-family: "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
}
body {
	font-size: 1.6rem;
	line-height: 1.7;
	color: #333;
	background-color: #e8e9ee;
}
.wrap {
	display: block;
	width: 85%;
	max-width: 700px;/**/
	margin: 0 auto;
}
a.onAlpha{
	transition: all 0.4s ease-in-out;
}
a.onAlpha:hover{
	opacity: 0.5;
}

/**/
.mc_txt {width: 100%; margin:0;}
.mc_logo {
	position: relative;
	width: 85%;
	max-width: 350px;
	margin: 0 auto;
    animation: fadeIn 1s ease-in-out 0s 1 normal;
    -webkit-animation: fadeIn 1s ease-in-out 0s 1 normal;
}
.mc_logo_short {
	position: relative;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
    animation: fadeIn 1s ease-in-out 0s 1 normal;
    -webkit-animation: fadeIn 1s ease-in-out 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity:0; margin-top: 20px;}
    100% {opacity:1; margin-top: 0px;}
}
@-webkit-keyframes fadeIn {
    0% {opacity:0; margin-top: 20px;}
    100% {opacity:1; margin-top: 0px;}
}

.mc_logo img,
.mc_logo_short img {
	width:100%;
	height:auto;
}

/**/
.mc_txt {
	position: relative;
	text-align: left;
    animation: fadeIn2 3s ease 0s 1 normal;
    -webkit-animation: fadeIn2 3s ease 0s 1 normal;
}
@keyframes fadeIn2 {
    0% {opacity:0;}
    50% {opacity:0;}
    100% {opacity:1;}
}
@-webkit-keyframes fadeIn2 {
    0% {opacity:0;}
    50% {opacity:0;}
    100% {opacity:1;}
}

.mc_txt h2{
	font-size: 2.2rem;
	line-height: 1.5;
	font-weight:600;
}
.mc_txt h3{
	font-size: 1.8rem;
	line-height: 1.5;
	font-weight:600;
	color: #ad0c0c;
}

.mc_txt .caption{
	display: block;
	font-size: 1.4rem;
}

.mg_L{
	margin-top: 60px;
}
.mg_M{
	margin-top: 30px;
}
.mg_S{
	margin-top: 10px;
}


.support_btn{
	width: 270px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 20px;
}

.support_btn2{
	width: 220px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 20px;
}

.support_btn3{
	width: 320px;
	margin: 0 auto;
	margin-top: 30px;
	padding-bottom: 20px;
}

a.button {
	display: block;
	width: 100%;
	font-size: 0;
	transition: 0.3s;
}

a.button img {
	width: 100%;
	height: auto;
}

a.button:hover, a:active {
opacity:0.5;
}

ul.support{
	list-style: none;
}
ul.support li{
	display: inline-block;
	width: 48%;
	font-size: 1.4rem;
	line-height: 1.2;
	vertical-align : top;
	/*border-bottom: solid #CCC 1px;*/
	padding-top: 12px;
}


/**/

@media (max-width: 700px) {
ul.support li{
	display: block;
	width: 100%;
}
}


/**/
.mc_flx{
	position: relative;
	text-align: center;
    animation: fadeIn2 3s ease 0s 1 normal;
    -webkit-animation: fadeIn2 3s ease 0s 1 normal;
	display: flex;
	justify-content: space-between;
}
.mc_flxHALF{
	position: relative;
	margin-top: 30px;
	width: 47%;
	font-size: 80%;
	text-align: left;
}
.mc_flxHALF img{
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}


.mg_Lfoot {
	display: block;
	width: 85%;
	max-width: 700px;/**/
	margin: 0 auto;
	margin-top: 60px;
	padding-bottom: 50px;
	font-size: 80%;
}


.youtubeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
