@charset "UTF-8";
/* CSS Document */

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td {
	margin:0;
	padding:0;
}

table {
   border-collapse:collapse; 
   border-spacing:0; 
}

fieldset,img {
   border:0;
}

address,
caption,
cite,
code,
dfn,
em,strong,
th,
var {
   font-style:normal;
   font-weight:normal;
}

ol,ul {
   list-style:none;
}

caption,th {
   text-align:left; 
}

h1,h2,h3,h4,h5,h6 {
   font-size:100%;
   font-weight:normal;
}

q:before,
q:after {
   content:'';
}

abbr,acronym {
   border:0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
	width: 100%;
	margin: 0 auto;
	font-size: 18px;
	font-family: "游ゴシック Medium",YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	background-color:#FFF;
	color: #2F2F2F;
	position: relative;
  letter-spacing:0.1em;
}
a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight:normal;
}
p {
  margin-bottom:16px;
}
img {
  border: 0;
}
table{
	margin: 1em 0 1.5em;
	}
table th {
	padding: 10px;
}
table td {
	padding: 10px;
}
hr{
	clear:both;
	text-decoration:none;
	border:none;
	border-bottom:1px solid #717071;
	margin-bottom:20px;
}

*[data-unlockdate] {
  display: none;
}

img {
	width:auto;
	max-width:100%;
	height:auto;
}
.container {
	margin: 0 auto 0 auto;
	padding: 0 25px;
	max-width: 768px;
}

.blue{
	color:#0071BE;
}

#wrap {
    width: 100%;
	max-width: 768px;
    margin: 0 auto;
    padding: 0;
	position: relative;
}
.contents{
	background-image: url(../images/bg_content.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
    padding: 10% 0;
}



#visual{
	padding:0 0 20px;
	text-align:center;
}

#catch{
	padding:40px 0 80px;
	text-align:center;
}
#enpure{
	padding:40px 0;
	background-image: url(../images/bg_video.png);
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center center;
}
#enpure video{
	width:100%;
	height:auto;
	margin-bottom:30px;
}
#effect{
	padding:40px 0;
	text-align:center;
}
#effect p{
	font-weight:bold;
	font-size:16px;
}
#effect p.det{
	font-size:13px;
}
#effect h2{
	text-align:center;
	margin-bottom:20px;
}

#effective{
	padding:40px 0;
}
#effective h2{
	text-align:center;
	margin-bottom:50px;
}
.eff_copy{
	font-weight:bold;
}
.effectiveBlock{
	padding:20px 0;
}

#copy{
	padding:40px 0;
}
#copy p{
	font-weight:bold;
	color:#0071BE;
}
#mp{
	padding:40px 0;
}

footer {
    font-size: 10px;
    letter-spacing: 0;
    padding: 20px 0 20%;
    clear: both;
	background-color: #FFF;
	width:100%;
	text-align:center;
}
#btcont{
	width:100%;
	max-width:768px;
	position:fixed;
	bottom:0;
	left: 50%;
	z-index:9999;
	transform: translateX(-50%);
	background: linear-gradient(90deg, rgba(255, 234, 0, 0.25), rgba(162, 215, 212, 0.25));
}
.btlist{
	display: flex;
	flex-flow: row;
	width:100%;
    justify-content: center;
    align-items: center;
	z-index:999;
	padding:3% 5%;
}
.btlist p{
	text-align:center;
	width:50%;
	margin:0;
	line-height:1;
}
.btlist a{
	display:block;
	text-align:center;
	padding:0 12px;
}