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

html,
body {
  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%;
  background-image: url(../img/common/bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

body:after{
	content: "";
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/bg.jpg) center center;
  background-size: cover;
}

img {
  pointer-events: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

/*----------------------------
@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 130px;
}

#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 {
  color: #fc7f8d;
  text-decoration: none;
  outline: none;
}

a:hover {
  color: #ff8db0;
  outline: none;
  text-decoration: underline;
}

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-wrapper {
  position: fixed;
  width: 1024px;
  height: 50px;
  z-index: 10000;
  top: 0;
  margin: 0 -512px;
  left: 50%;
  display: block;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
#header-wrapper div.relative {
  margin: 0 auto;
  min-width: 945px;
}

#buzzes-header-logo {
  position: absolute;
  top: 0;
  left: 0;
}
#buzzes-header-logo a {
  display: block;
  padding: 12px 20px 17px;
}

#buzzes-header-logo img {
  height: 20px;
}
#header-btn-container {
  /*
	float:right;
	width:86%;
	padding: 0 0 0 13%;
	*/
  text-align: center;
  box-sizing: border-box;
}

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

#header-btn-container ul {
}

#header-btn-container ul li {
  color: #fff;
  text-align: center;
  line-height: 50px;
  display: inline-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;*/
  padding: 0 20px;
}

#header-btn-container ul li a:hover,
#header-btn-container ul li a:click,
#header-btn-container ul li a:link {
  border: none;
}

#header-btn-container ul li a span {
  height: 37px;
  overflow: hidden;
  display: block;
}
#header-btn-container ul li a img:hover,
#header-user-btn 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;*/
}

#header-user-btn {
  position: absolute;
  top: 0;
  right: 0;
}
#header-user-btn a {
  white-space: nowrap;
  text-decoration: none;
  display: block;
  overflow: hidden;
  height: 22px;
  padding: 0 20px 0 0;
  margin: 15px 0;
}

#header-user-btn a.current img {
  margin: -22px auto 0;
}

#header-dropdown-nav {
  position: absolute;
  left: auto;
  right: 20px;
  z-index: 900;
  min-width: 130px;
  display: none;
  padding: 0;
  margin: 2px 0 0;
  background: #fff;

  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
}
#header-dropdown-nav ul li {
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #f5f5f5;
}
#header-dropdown-nav ul li p a {
  display: block;
  color: #444;
  padding: 12px 15px !important;
  height: auto;
  margin: 0;
  font-size: 13px;
  box-sizing: border-box;
}

#header-dropdown-nav ul li p a:hover {
  color: #fff;
  background: #fc7f8d;
  text-decoration: none;
}
#header-dropdown-nav ul li:last-child p a {
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
}

.balloon {
  border: 1px solid #ccc;
}
.balloon:before,
.balloon:after {
  content: "";
  position: absolute;
  right: 73px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
}
.balloon:before {
  top: -9px;
  border-style: solid;
  border-color: transparent transparent #ccc transparent;
  border-width: 0 8px 8px;
}

.balloon:after {
  top: -8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0 7px 8px;
  z-index: 10;
}

#dropdown-nav {
}
#dropdown-nav ul li a,
#dropdown-nav ul li a:link,
#dropdown-nav ul li a:visited {
  color: #444;
  text-align: center;
  padding: 0 10px;
}
#dropdown-nav ul li a:hover {
  color: #ff8db0;
}

#dropdown-layer-close {
  display: none;
}

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

@modules

-----------------------------*/
.btn-0 {
  color: #000;
  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: #fede00;
  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: #000;
  text-decoration: none;

  /*background:-moz-linear-gradient( center top, #e4828a 5%, #e66069 100% );
	background:-ms-linear-gradient( top, #e4828a 5%, #e66069 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4828a', endColorstr='#e66069');
	
	background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e4828a), color-stop(100%,#e66069 ) );*/
  background-color: #a28d00;
}

.btn-1 {
  color: #777;
  background: #f0f0f0;
  font-size: 18px;
  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;
  background: -moz-linear-gradient(center top, #ff9aa4 5%, #fc7f8d 100%);
  background: -ms-linear-gradient(top, #ff9aa4 5%, #fc7f8d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9aa4', endColorstr='#fc7f8d');
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(5%, #ff9aa4),
    color-stop(100%, #fc7f8d)
  );
  background-color: #fc7f8d;
  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;
  box-sizing: content-box;
}
#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;
}

#post-warning {
  margin: 40px auto;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}
#post-warning p {
  text-align: center;
  padding: 10px 0;
}

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

@max-width 640px

------------------------------------------------------*/
@media screen and (max-width: 640px) {
  html,
  body {
    line-height: 1.7;
  }

  body{
    background: transparent;
  }

  #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-wrapper {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 10000;
    margin: 0 auto;
    top: 0;
    left: 0;
    display: block;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  #header-wrapper div.relative {
    margin: 0 auto;
    min-width: 100%;
  }

  #buzzes-header-logo {
    position: absolute;
    top: 2px;
    left: 0;
    right: 0;
    margin: auto;
    width: 94px;
    height: 36px;
    padding: 0;
    line-height: 1;
    vertical-align: top;
  }
  #buzzes-header-logo a {
    display: block;
    padding: 10px;
    height: 16px;
    width: 74px;
  }

  #buzzes-header-logo img {
    height: 16px;
    width: 74px;
    display: block;
  }

  #header-btn-container {
    width: 100%;
    height: auto;
    padding: 37px 0 8px;
    margin: 0px auto 0;
    top: 0;
    left: 0;
    text-align: center;
    box-sizing: border-box;
  }

  #header-btn-container ul {
    width: 100%;
    padding: 3px 0 0;
  }

  #header-btn-container ul li {
    display: block;
    float: left;
    text-align: center;
    line-height: 53px;
    width: 20%;
    overflow: hidden;
  }

  #header-btn-container ul li a {
    white-space: nowrap;
    text-decoration: none;
    display: block;
    overflow: hidden;
    height: auto;
    margin: 0;

    margin: 5px 0;
    padding: 0 20px;
    box-sizing: border-box;
  }

  #header-btn-container ul li a:hover,
  #header-btn-container ul li a:click,
  #header-btn-container ul li a:link {
    border: none;
  }

  #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,
  #header-user-btn a.current img {
    margin: -37px auto 0;
  }

  #header-user-btn {
    position: absolute;
    top: 45px;
    right: 0px;
    width: 25%;
    height: 37px;
  }
  #header-user-btn a {
    white-space: nowrap;
    text-decoration: none;
    display: block;
    overflow: hidden;
    height: 37px;
    padding: 0 0 0 10px;
    margin: 0;
    box-sizing: border-box;
  }

  #header-user-btn a img {
    width: 54px;
  }

  #header-user-btn a.current img {
    margin: -22px auto 0;
  }

  #header-dropdown-nav {
    position: fixed;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    box-sizing: inherit;
    background: rgba(0, 0, 0, 0.85);
  }

  .balloon {
    display: none;
  }

  #dropdown-nav {
    margin: 94px auto 0;
    padding: 20px 5%;
    box-sizing: border-box;
    background: #fff;
    height: 100%;
    width: 100%;
  }
  #dropdown-nav ul li a,
  #dropdown-nav ul li a:link,
  #dropdown-nav ul li a:visited {
    padding: 20px 0;
    font-size: 16px;
    height: auto;
    display: block;
  }
  #dropdown-nav ul li a:hover {
    color: #ff8db0;
  }

  #dropdown-layer-close {
    position: fixed;
    z-index: 1000;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    overflow: hidden;
  }

  #dropdown-layer-close img {
    width: 100%;
  }

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

@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: 85%;
    letter-spacing: 0.05em;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.7;
  }

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

@submit

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

  .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;
  }

  #post-warning {
    margin: 30px auto;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    -webkit-border-radius: 6px;
  }
  #post-warning p {
    text-align: left;
    padding: 10px 0;
  }
}
/*---------------@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);
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex {
  display: -webkit-flex;
  display: flex;
}
