@charset "utf-8";
/* CSS Document */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html{font-size: 62.5%;}

body{
	-webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.7;
	font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    color: #262626;
	background: #fff;
	background: url(../images/bg.png);
}
h1,
h2,
h3,
h4 {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
}
a {
    transition: 0.3s;
}
a:hover,
input:hover {
 opacity:0.7;
 filter:alpha(opacity=70);
 -ms-filter: “alpha( opacity=70 )”;
 }
iframe[name="google_conversion_frame"] { position: absolute; top: 0; }

#container{
	width:880px;
	padding: 0px;
	margin: 0 auto;
	background-color: #fff;
	}

#headder{
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.head_logo {
    text-align: right;
    background: #FFF100;
    padding: 15px;
}
.Bnr{
  position: relative;
  margin: 0 auto;
  width: 880px;
}
.Bnr .Bnr__img{
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.Bnr__img__inner{
  width: 100%;
}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  left: 0px;
  top:0px;
  margin: 0;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr img {
	width: 880px;
}
#main {
    position: relative;
    text-align: center;
}
#main h2 {
	margin-bottom: 20px;
}

#new {
    position: relative;
    padding: 0 0 20px;
    margin: 20px 0 10px;
    text-align: center;
   	/*! background: url(../images/point_btm.png) no-repeat center bottom; */
}
#new .txt {
	position: absolute;
	top: 345px;
	left: 70px;
	text-align: left;
}
.red {
	color: #e95293;
	font-size: 14px;
}
.red strong {
	font-size: 20px;
}
#new .youtube {
    margin-bottom: 30px;
}
#store {
    background-color: #fffbc7;
    padding: 30px 0 10px;
}
#store h3 {
    text-align: center;
}
#store .txtwrap {
    padding: 0 35px;
    display: flex;
}
#store .txt {
    font-size: 14px;
}
#store .txt span {
    color: #0096b2;
}
#store .photo {
    text-align: center;
}
#product {
    position: relative;
}
#product .txt {
	position: absolute;
	top: 440px;
	left: 38px;
	text-align: left;
}
#twitter {
	position: relative;
	text-align: center;
}
#twitter .item01 {
	position: absolute;
	bottom: 55px;
	left: 100px;
}
#twitter .item02 {
	position: absolute;
	bottom: 55px;
	left: 520px;
}
.wrap {
    position: relative;
}
.btn {
    text-align: center;
    margin: 20px 0;
}

#monitor {
	text-align: center;
    padding: 10px 0 15px;
}
.about {
    position: relative;
    padding: 10px;
    background: #115424;
}
.about div {
    height: 130px;
    background: url("../images/about-bg.png") no-repeat;
    padding: 10px;
}
.about h2 {
    margin: 0;
    font-size: 21px;
    font-weight: normal;
    line-height: 1;
    color: #4DB394;
}
.about p {
    margin: 5px 0 0;
    font-size: 12px;
}
.about span {
    font-size: 13px;
    color: #EF5B7E;
    font-weight: bold;
    letter-spacing: -1.5px;
}
.about ul {
    margin-top: 5px;
}
.about li {
    display: inline-block;
}
.about li:before {
    display: inline-block;
    content: "｜";
    margin: 0;
    color: #fff;
}
.about li:first-child:before {
    display: none;
}
.about li a {
    font-size: 12px;
    color: #fff;    
    text-decoration: none;
}
.copy {
    margin: 0 !important;
    color: #fff;
}
.logo {
    position: absolute;
    right: 0;
    bottom: 0;
}

.center {
    text-align: center;
}
.right {
    display: block;
    text-align: right;
    margin-right: 20px;
    font-size: 12px;
}


/*-----------------------
  footer
-----------------------*/
.sns_title {
    padding: 5px 0 4px !important;
    line-height: 0;
    text-align: center;
    background: #ee5a8c;
    background: -moz-linear-gradient(top,  #ee5a8c 0%, #f288ac 100%);
    background: -webkit-linear-gradient(top,  #ee5a8c 0%,#f288ac 100%);
    background: linear-gradient(to bottom,  #ee5a8c 0%,#f288ac 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee5a8c', endColorstr='#f288ac',GradientType=0 );
}
.social-area-syncer {
    margin: 40px 0;
}
.social-button-syncer li {
    display: inline-block;
    vertical-align: bottom;
}

.foot_link {
	max-width: 640px;
	margin: 0 auto;
	text-align: center;
}

.wp-caption-text {
	display: inline-block;
    padding: 20px 2%;
}
.sns_link {
    padding: 0;
    margin: 0;
}
.sns_link li {
    display: table-cell;
    width: 2000px;
    max-width: 50%;
    padding: 20px;
    list-style: none;
}
.sns_link .fb {
    text-align: right;
    background: #395B9A !important;
}
.sns_link .twi {
    background: #54ABEE;
}
.sns_link .ig {
    text-align: right;
    background: #e5425a !important;
}
.sns_link li a {
    display: inline-block;
    width: 100%;
    max-width: 440px;
    text-align: center;
    color: #fff;
}
iframe[name="google_conversion_frame"] { position: absolute; top: 0; }
.clearfix{
  /zoom:1;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}

.fb_iframe_widget iframe {
    position: relative !important;
}

