@charset "UTF-8";
/*
* common.css
* Copyright © ULM Co.,Ltd. - http://www.ulm-design.com
* v2.4
* Last update 170214
*/

html,body {
	background:#fff;
	margin:0 auto;
	padding:0;
	font-size:14px;
	color:#444;
	width:100%;
	/* height:100%; */
	line-height:1.7;
	letter-spacing:0.05em;
	-webkit-text-size-adjust:100%;
}


/*----------------------------
@block
-----------------------------*/
#wrapper{
	width:100%;
	margin:auto;
	position:relative;
}

header{
	
}

#header-small{
	display:none;
}

#contents{
	
}

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


footer{
	background:#fff;
	width:1024px;
	margin:0 auto;
	padding:30px 0;
	box-shadow: 0px 10px 10px 0 rgb(0 0 0 / 30%);
}

#footer-inner{
	margin: 0 auto 10px;
}

#footer-link-container{
	text-align:center;
	clear:both;
}

#footer-link-container li{
	display: inline-block;
    text-align: center;
    padding: 0 12px 0 0;
    margin-bottom: 16px;
    color: #ff4a81;
    font-size: 13px;
    width: 16%;
    box-sizing: border-box;
}

#params{
	display:none;
}
/*----------------------------
@assets
-----------------------------*/
#buzzes-logo{
	padding:15px 0 0;
	display:block;
}

#buzzes-logo img{
	width:120px;
	height:18px;
}

/*----------------------------
@default
-----------------------------*/
h1{
	font-size:20px;
	letter-spacing:2px;
	padding:0; 
	margin:0;
}

h1 a{color:#FFFFFF; text-shadow:1px 1px #000;text-decoration:none;}
h3{padding:15px 10px 0px 0px; margin:0;font-size:20px; font-weight:normal; text-decoration:none;color:#ff4a81;}
h4{padding:20px 10px 10px 0px; margin:0;font-size:16px; font-weight:bold; text-decoration:none;color:#757575;}
h5{padding:10px 10px 10px 0px; margin:0;font-size:14px; font-weight:bold; text-decoration:none;color:#5e4934;}
h6{padding:0 10px 5px 0px; margin:0;font-size:14px; font-weight:bold; text-decoration:none;color:#AFEAFF;}

h2.form-ttl{
	width: 240px;
    letter-spacing: 1px;
    display: block;
    margin: 0 auto 15px;
    padding: 6px 5px;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	color: #FFF;
	font-weight:600;
}


p{
	padding:0;
	margin:0;
	line-height:21px;
	text-align:left;
}


a { 
	text-decoration: none;
	outline:none;
}

a:hover{　
	outline:none;
	text-decoration:none;
}


blockquote{
	color:#247495;
	padding:0 0 0 10px;
	border-left: 2px #ddd solid;
	margin:0px 0 10px 0;
}





/*----------------------------

@footer

-----------------------------*/
#copyright{
	padding:10px 0 0;
	text-align:center;
	font-size:10px;
	color:#9A9A9A;
}

/*----------------------------

@header-btn

-----------------------------*/
#header-btn-post{
	/* display: none !important; */
}

#header-btn-movie{
	display: none !important;
}


#header-btn-container {
	position: fixed;
	width: 1024px;
	height: 50px;
	z-index: 100;
	top: 0;
	margin: 0 -512px;
	left: 50%;
	display: none;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}

#header-btn-container ul{
	display: flex !important;
	width: 100% !important;
	margin:0 auto;
}

#header-btn-container ul li{
	width: 100% !important;
	color: #FFF;
	text-align: center;
	line-height: 50px;
	display:block;
	float:left;
	box-sizing:border-box;
}
 
#header-btn-container ul li{
	text-align: center;
	line-height: 50px;
	overflow:hidden;
}

#header-btn-container ul li:last-of-type{
	display: none;
}

#header-btn-container ul li a{
	white-space: nowrap;
	text-decoration: none;
	display:block;
	overflow:hidden;
	height:22px;
	margin:15px 0;
	padding:0 70px;
}

#header-btn-container ul li a span{
	height: 37px;
    overflow: hidden;
    display: block;
}
#header-btn-container ul li a  img:hover{
	margin:-22px auto 0;
}

#header-btn-container ul li a img{
	/*width: 120px;*/
    display: block;
    margin: 0 auto;
}
#header-btn-container ul li a.current{
	cursor: default;
}
#header-btn-container ul li a.current img{
	margin:-22px auto 0;
}


/*----------------------------

@modules

-----------------------------*/
.btn-0{
	color: #FFFFFF;
    width: 230px;
    font-size: 18px;
    display: block;
    margin: 0 auto 10px;
    padding: 15px 0;
    text-align: center;
	letter-spacing: 0.05em;
	line-height:1.7;
	background:#e3002e;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
	
	
}

.btn-0:hover {
	color:#FFF;
	text-decoration:none;
    background-color: #ab0023;
}


.btn-1{
	color: #777;
	background: #F0F0F0;
	font-size: 16px;
	display: block;
	width: 300px;
	margin: 0 auto 10px;
	padding: 15px 0;
	text-align: center;
	letter-spacing: 0.05em;
	line-height:1.7;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.btn-1:hover{
	color:#565656;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #EEE 5%, #DFDFDF 100% );
	background:-ms-linear-gradient( top, #EEE 5%, #DFDFDF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEE', endColorstr='#DFDFDF');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #EEE), color-stop(100%,#DFDFDF ) );
	background-color:#D5D5D5;
}

.btn-2{
	color: #FFF;
	background: #4285f4;
	font-size: 16px;
	display: block;
	width: 300px;
	margin: 0 auto 10px;
	padding: 15px 0;
	text-align: center;
	letter-spacing: 0.05em;
	line-height:1.7;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.15);
}

.btn-2:hover{
	color:#FFF;
	text-decoration:none;
	background: #4285f4; /* Old browsers */
	background: -moz-linear-gradient(top,  #4285f4 0%, #4362ef 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #4285f4 0%,#4362ef 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #4285f4 0%,#4362ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4285f4', endColorstr='#4362ef',GradientType=0 ); /* IE6-9 */
}

#submit-btn{
	width:320px;
	margin:10px auto 20px;
	padding: 16px 0;
	line-height:1.7;
	outline:none;
	border:none;
	cursor:pointer;
	text-decoration: none;
  	color: #ffffff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
}

	
/*----------------------------
@border
-----------------------------*/
.border-0{	
	border-top:1px dotted #ff4a81;
	padding:5px 0 0;
}


.txt-block{
	margin:0 0 20px;
	padding:10px 0 0;
}

.txt1{
	margin:10px 0 30px 0;
	display:block;
}

img.left_pic{
	float:left; 
	padding:5px 15px 0 0;
	border:none;
}

/*----------------------------
@link
-----------------------------*/
.link-txt{
	text-align:center;
	margin:5px;
	display: block;
}

.link-txt2{
	text-decoration:underline;
}



/*----------------------------
@color
-----------------------------*/
.pink{
	color:#ff4a81;
}

.red {
    color: #E60012;
}


/*----------------------------
@SNS
-----------------------------*/
#sns-btn-container{
	display: table;
    margin: 0 auto;
    padding: 20px 0 30px;
    width: 90%;
    text-align: center;
	overflow:hidden;
}

#sns-btn-container li{
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    height: 22px;
}

#fb-btn{
	width: 80px;
    overflow: hidden;
    padding: 0 15px 0 0;
}

#tw-btn{
	width: 78px;
	padding:0 15px 0 0;
}

#line-btn{
	width:84px;
}

#params{
	display:none;
}


/*-----------------------------------------------------

layer

------------------------------------------------------*/
.layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
	width:100%;
	height:100%;
    display: none;
}

.layer-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}

.layer-holder {
    display: none;
}

.layer-content {
    top: 10%;
    margin-top: 0;
	left: 0;
  right: 0;
  margin:0 auto;
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.layer-content-inner {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    background: #FFF;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}

.layer-close-btn {
    position: absolute;
    top: 13px;
    right: 13px;
}

.layer-content-main {
    padding: 40px 15px 10px;
    font-size: 15px;
}

#layer-movie-ttl{
	padding:0 0 5px;
	text-align:center;
	line-height:1.2;
}

.pc-block{
	display:block;
}
.sp-block{
	display:inline;
}

.display-none{
	display:none !important;
}
.display-block{
	display:block !important;
}


/****************************************

@movie-layer

****************************************/
#movie-layer-wrapper{
	background: rgba(0,0,0,0.9);
    color: #FFF;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
	display:none;
	opacity:0;
	-moz-opacity:0;
	-webkit-opacity:0;
}
#movie-layer-inner{
	display:none;
}
#movie-layer-close{
	position: fixed;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    overflow: hidden;
	cursor:pointer;
}
#movie-layer-close:hover{
	opacity:0.6;
	-moz-opacity:0.6;
	-webkit-opacity:0.6;
}
#movie-layer-close img{
	width:100%;
}

#movie-layer-player{    
	width: 960px;
    height: 540px;
    margin: 0 auto;
}
#movie-layer-btn-container{
	width: 960px;
    margin: 0 auto;
	border-top:1px solid #4A4A4A;
	border-left:1px solid #4A4A4A;
	border-right:1px solid #4A4A4A;
	box-sizing:border-box;
	font-size:14px;
}
#movie-layer-btn-container li{
	float:left;
	display:block;
	width:33%;
	text-align:center;
	padding:10px 0;
	border-right:1px solid #4A4A4A;
	border-bottom:1px solid #4A4A4A;
	letter-spacing:1px;
	box-sizing:border-box;
	background:#000;
	cursor:pointer;
}
#movie-layer-btn-container li:last-child{
	width:34%;
	border-right:none;
}
#movie-layer-btn-container li.selected{
	background:#FFF;
	color:#000;
	cursor:default;
}
	
.movie-layer-list-frame{
	padding:0 0 20px;
}
.movie-layer-list-ttl{
	width: 100%;
    text-align: center;
    font-size: 18px;
    background: #FFF;
    padding: 10px 0;
	letter-spacing:1px;
    color: #000;
	border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.movie-layer-list-yt{
	width:100%;
	height:100%;
}


/*
@flipsnap-control
*/
#flipsnap-control {
    width: 350px;
	margin:0 auto;
}
.flipsnap-txt {
    line-height: 44px;
    font-size: 12px;
    text-align: center;
}
.arrow-left {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 16px;
    z-index: 20;
    cursor: pointer;
}
.arrow-right {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 20;
    cursor: pointer;
}
.arrow-right img, .arrow-left img {
    width: 100%;
    height: auto;
}

.flipsnap-txt {
    line-height: 44px;
    font-size: 12px;
    text-align: center;
}
.flipsnap-disabled{
	cursor:default;
	opacity:0.3;
	-webkit-opacity:0.3;
	-moz-opacity:0.3;
}

#poststep{
	width:420px;
	margin:0 auto 40px;
}
#poststep img{
	width:100%;
	height:auto;
}

/*-----------------------------------------------------

@max-width 640px

------------------------------------------------------*/
@media screen and (max-width: 640px) {

html,body{
	line-height:1.7;
}



#wrapper{
	width:100%;
	margin:0 auto;
}

header{
}


#contents{
	width:100%;
	margin:0 auto;
	padding:0;
}

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


h3 {
	padding: 5px 10px 0px 0px;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #ff4a81;
}





/*------------------
@footer
-------------------*/
footer{
	width: 100%;
	padding: 10px 0 20px;
	margin:0 auto;
}

#footer-inner{
	width:90%;
	margin:0 auto;
	box-sizing: border-box;
}

#footer-link-container{
	text-align:left;
}
#footer-link-container li{
	text-align: left;
    display: inline-block;
    padding: 0 0 3px;
    width: 49%;
    padding: 0 2% 0 0;
    margin: 0 0 16px;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 1.4;
	letter-spacing: 0.04em;
}

#footer-link-container li a{
	font-size:13px;
}

#footer-link-container li a:hover{
	text-decoration:none;
}

/*------------------
@header-btn
-------------------*/
#header-btn-container {
    width: 100%;
	height: 53px;
    margin: 0 auto;
    top: 0;
    left: 0;
}
#header-btn-container ul{
	width:100%;
}
#header-btn-container ul li{
    text-align: center;
    line-height: 53px;
	width:20%;
	overflow:hidden;
}

#header-btn-container ul li a{
	white-space: nowrap;
	text-decoration: none;
    cursor: pointer;
	display:block;
	overflow:hidden;
	height:37px;
	padding:8px 0;
	margin:0;
}
#header-btn-container ul li a span{
	height: 37px;
    overflow: hidden;
    display: block;
}

#header-btn-container ul li a img,
#header-btn-container ul li a img:hover,
#header-btn-container ul li a img:visited,
#header-btn-container ul li a img:active{
	width: 54px;
    display: block;
    margin: 0 auto;
}
#header-btn-container ul li a.current img{
	margin:-37px auto 0;
}

/****************************************

@movie-layer

****************************************/
#movie-layer-wrapper{
	background: #000;
    color: #FFF;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 20000;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
	
	display:none;
   /* display: none;*/
}
#movie-layer-close{
	position: fixed;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    overflow: hidden;
}
#movie-layer-close img{
	width:100%;
}

#movie-layer-list-container{
	width: 94%;
    padding: 60px 0 0;
    margin: 0 auto;
}
.movie-layer-list-frame{
	padding:0 0 20px;
}
.movie-layer-list-ttl{
	width: 100%;
    text-align: center;
    font-size: 18px;
    background: #FFF;
    padding: 10px 0;
	letter-spacing:1px;
    color: #000;
	border-top-left-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}

.movie-layer-list-yt{
	width:100%;
}

/*------------------
@SNS
-------------------*/
#sns-btn-container{
	margin:0 auto 20px;
}

#buzzes-logo{
	padding:15px 0 0;
}

.txt-block{
	width:90%;
	margin:0 auto;
	padding:10px 0;
}

.w90{
	width:90%;
	margin:0 auto;
}

.btn-0,.btn-1,.btn-2{
	/*padding:12px;*/
	width:80%;
	letter-spacing: 0.05em;
	font-weight:600;
	font-size:16px;
	line-height:1.7;
}

/*---------------------

@submit

-----------------------*/
#submit-btn{
	width:85%;
	/* border: 1px solid #0f1d56; */
}

.pc-block{
	display:inline;
}

.sp-block{
	display:block;
}

img{
	pointer-events: none;
}

#flipsnap-control {
    width: 90%;
	margin:0 auto;
}

.flipsnap-txt {
    line-height: 44px;
    font-size: 12px;
    text-align: center;
}

.arrow-left {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 16px;
    z-index: 20;
    cursor: pointer;
}

.arrow-right {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    right: 16px;
    z-index: 20;
    cursor: pointer;
}

.arrow-right img, .arrow-left img {
    width: 100%;
    height: auto;
}

#flipsnap-control {
    width: 90%;
}

#poststep{
	width:90%;
	margin:0 auto 30px;
}
	
img {
  pointer-events: auto;
}

}
/*---------------@END max-width 640px-------------*/


iframe[name='google_conversion_frame'] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

a{
-webkit-tap-highlight-color:rgba(0,0,0,0.2);
}
