/* line 3, sass/_douga_setsumei.scss */
.bl_douga_setsumei {
  padding-bottom: 80px;
}

/* line 7, sass/_douga_setsumei.scss */
.bl_douga_setsumei .el_douga_tabs {
  display: flex;
  margin-top: 30px;
}

/* line 11, sass/_douga_setsumei.scss */
.bl_douga_setsumei .el_douga_tabs li {
  flex-basis: 50%;
  margin: 0 0 16px;
  padding: 0 4px;
  transition: background-color .1s,color .1s;
}

/* line 18, sass/_douga_setsumei.scss */
.bl_douga_setsumei .el_douga_tabs button {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 4px -4px rgba(0, 0, 0, 0.1);
  background-color: rgba(200, 200, 200, 0.15);
  width: 100%;
  position: relative;
  display: block;
  box-sizing: border-box;
  height: 100%;
  padding: 1em 0.5em;
  font-size: 13px;
  line-height: 1;
  border: none;
  transition: background-color .25s,color .25s;
}

/* line 33, sass/_douga_setsumei.scss */
.bl_douga_setsumei .el_douga_tabs button:before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border: solid 8px transparent;
  border-top-color: #a40b5e;
  border-bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity .25s;
  content: "";
}

/* line 53, sass/_douga_setsumei.scss */
.bl_douga_setsumei .el_douga_tabs button:hover {
  color: #fff;
  background-color: #a40b5e;
}

/* line 59, sass/_douga_setsumei.scss */
.bl_douga_setsumei .el_douga_tabs button.active {
  color: #FFF;
  background-color: #a40b5e;
}

/* line 63, sass/_douga_setsumei.scss */
.bl_douga_setsumei .el_douga_tabs button.active:before {
  opacity: 1;
}

/* line 72, sass/_douga_setsumei.scss */
.bl_douga_setsumei .bl_douga_content .bl_douga_item {
  display: none;
}

/* line 75, sass/_douga_setsumei.scss */
.bl_douga_setsumei .bl_douga_content .bl_douga_item img {
  margin: 50px auto 0;
}

/* line 79, sass/_douga_setsumei.scss */
.bl_douga_setsumei .bl_douga_content .bl_douga_item video {
  margin: 50px auto 0;
  display: block;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 4px 8px -4px rgba(0, 0, 0, 0.2);
  max-width: 100%;
}

/* line 89, sass/_douga_setsumei.scss */
.bl_douga_setsumei .bl_douga_content .bl_douga_item.active {
  display: block;
  animation: tabFadeUp .5s ease 0s 1 normal both;
}

@keyframes tabFadeUp {
  0% {
    display: none;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    opacity: 0;
  }
  1% {
    display: block;
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    opacity: 0;
  }
  100% {
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

/* line 5, sass/top.scss */
.header-menu nav ul li a {
  color: #FFF;
}

/* line 9, sass/top.scss */
.el_thankyou_dl_banner {
  margin: 0 auto 100px;
  display: block;
}

@media (max-width: 1800px) {
  /* line 15, sass/top.scss */
  .header-menu nav ul li a {
    color: #444;
  }
}

@media (max-width: 700px) {
  /* line 22, sass/top.scss */
  .el_thankyou_dl_banner {
    width: 90%;
  }
}
