<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* =========================================================
内気ふたなりネトア「みーふゅ」の鬼ヤバ配信事故～露出配信編～ 特設ページ
========================================================= */
/*
	style上書き

	ヘッダー

	全体構成

	メインコンテンツ
		- PV
		- サンプルスライダー
		- キャラ
		- コンテンツボックス
		- ゲームロゴ
		- キャッチコピー
		- ボタン
		- タイトル
		- 関連作品
		- 次回予告
		- コピーライト
		- メーカーロゴ
		- topへ
*/

/* =========================================================
style上書き
========================================================= */
div#container,
div#wrapper,
div#main,
div#main_inner {
  height: 100%;
  margin: 0;
}

/* =========================================================
ヘッダー
========================================================= */
#promo_header {
  width: 100%;
  height: 40px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  overflow: hidden;
}

#promo_header .logo {
  display: block;
  float: left;
  height: 22px;
  margin-left: 15px;
  position: relative;
  top: 50%;
  margin-top: -11px;
}

#promo_header .logo a {
  opacity: 1;
}
#promo_header .logo a:hover {
  opacity: 0.7;
}

#promo_header ul.simple_nav {
  font-size: 0;
  float: right;
  margin-right: 15px;
}

#promo_header #nav_login,
#promo_header ul.simple_nav li {
  display: inline-block;
  font-size: 12px;
}

#promo_header ul.simple_nav li a {
  color: #ccc;
  display: block;
  background: none;
  height: 40px;
  line-height: 40px;
  width: 100px;
  text-align: center;
}

#promo_header ul.simple_nav li a:hover {
  text-decoration: none;
  background: #333;
  color: #fff;
}


/* =========================================================
全体構成
========================================================= */
#mifuyu {
  background: #fff;
  position: relative;
  overflow: hidden;
  top: 40px;
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  bottom: 0;
}

#promo_container {
  -webkit-animation: fadeIn 2s ease 1;
  animation: fadeIn 2s ease 1;
  position: relative;
  padding-top: 10px;
}

@-webkit-keyframes fadeIn {
  0%,25% {
    opacity: 0;
    -webkit-transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0%,25% {
    opacity: 0;
    transform: translate(0, -10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* =========================================================
メインコンテンツ
========================================================= */
/* PV
-----------------------------------------------------*/
.movie_wrap {
  width: 100%;
  position: fixed;
  left: 0;
  top: 40px;
  bottom: 0;
}

/* video(mp4)非対応ブラウザ向け */
.poster {
  position: fixed;
  display: block;
  top: 0;
  left: 50%;
  width: 100%;
  height: auto;
  margin-left: -50%;
  -webkit-animation: fadeIn 2s ease 1;
  animation: fadeIn 2s ease 1;
}

#player {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

#player.resize {
  left: 50%;
}

/*----- パターン背景 -----*/
.movie_cover {
  background: url(https://www.dlsite.com/images/promo/mifuyu/bg_01.png) repeat center bottom;
  width: 100%;
  position: fixed;
  top: 40px;
  left: 0;
  bottom: 0;
}

/* サンプルスライダー
-----------------------------------------------------*/
div.sample_slider_wrap {
  position: fixed;
  width: 100%;
  top: 40px;
  bottom: 0;
  overflow: hidden;
  -webkit-animation: fadeIn 2s ease 1;
  animation: fadeIn 2s ease 1;
}

/* for IE10 and above */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  div.sample_slider_wrap {
    position: fixed;
    top: 40px;
  }
}

div.sample_slider_01 {
  position: absolute;
  width: 1717px;
  height: 4992px;
  top: 0;
  left: 50%;
  margin-left: 300px;
  -webkit-animation: slide 16s ease 0s infinite;
  animation: slide 16s ease 0s infinite;
}

@-webkit-keyframes slide {
  0%,13.6% {
    -webkit-transform: translate(0,0);
  }
  16.6%,30.2% {
    -webkit-transform: translate(-39px,-277px);
  }
  33.2%,46.8% {
    -webkit-transform: translate(-78px,-554px);
  }
  49.8%,63.4% {
    -webkit-transform: translate(-117px,-831px);
  }
  66.4%,80% {
    -webkit-transform: translate(-156px,-1108px);
  }
  83%,97% {
    -webkit-transform: translate(-195px,-1385px);
  }
  100% {
    -webkit-transform: translate(-234px,-1664px);
  }
}

@keyframes slide {
  0%,13.6% {
    transform: translate(0,0);
  }
  16.6%,30.2% {
    transform: translate(-39px,-277px);
  }
  33.2%,46.8% {
    transform: translate(-78px,-554px);
  }
  49.8%,63.4% {
    transform: translate(-117px,-831px);
  }
  66.4%,80% {
    transform: translate(-156px,-1108px);
  }
  83%,97% {
    transform: translate(-195px,-1385px);
  }
  100% {
    transform: translate(-234px,-1664px);
  }
}

div.sample_slider_01 p[class^="item"] {
  position: absolute;
  left: 0;
  top: 0;
}

div.sample_slider_01 p.item_01 {
  margin: 0 0 0 0;
}
div.sample_slider_01 p.item_02 {
  margin: 1664px 0 0 234px;
}
div.sample_slider_01 p.item_03 {
  margin: 3328px 0 0 468px;
}

/* キャラ
-----------------------------------------------------*/
.chara_wrap {
  position: fixed;
  top: 40px;
  left: -200px;
  margin-left: 12%;
  -webkit-animation: fadeIn 2s ease 1;
  animation: fadeIn 2s ease 1;
}

/* コンテンツボックス
-----------------------------------------------------*/
.promo_box_01,
.promo_box_02 {
  width: 1000px;
  position: relative;
  margin: 0 auto -50px;
  text-align: center;
}

.promo_box_02 {
  margin: 0 auto 50px;
}

.promo_box_03,
.promo_box_04 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background: url(https://www.dlsite.com/images/promo/mifuyu/bg_03.png) repeat center bottom #20000f;
  background: url(https://www.dlsite.com/images/promo/mifuyu/bg_03.png) repeat center bottom rgba(32,0,15,0.8);
  padding: 30px 0;
}

.promo_box_04 {
  background: url(https://www.dlsite.com/images/promo/mifuyu/bg_04.png) repeat center top #1a001a;
  background: url(https://www.dlsite.com/images/promo/mifuyu/bg_04.png) repeat center top rgba(26,0,26,0.8);
}

.promo_box_05 {
  text-align: center;
  background: url(https://www.dlsite.com/images/promo/mifuyu/bg_02.png) repeat center top #0f0020;
  background: url(https://www.dlsite.com/images/promo/mifuyu/bg_02.png) repeat center top rgba(15, 0, 32, 0.9);
  padding: 30px 0;
}

div[class^="promo_box"] img {
  vertical-align: top;
}

.special_price {
  margin: 0 -43px 30px 0;
}

/* ゲームロゴ
-----------------------------------------------------*/
.promo_box_01 h1 {
  width: 1065px;
  height: 0;
  padding-top: 450px;
  line-height: 450px;
  overflow: hidden;
  background: url(https://www.dlsite.com/images/promo/mifuyu/mainpic_01.png) no-repeat 0 0;
  position: relative;
  left: -32px;
  margin-bottom: 10px;
}

/* 詳細へ飛ぶリンク */
a.details_link {
  width: 600px;
  height: 310px;
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

a.details_link.disabled {
  display: none;
}

/* キャッチコピー
-----------------------------------------------------*/
.catch_copy {
  width: 993px;
  height: 202px;
  position: relative;
  margin: 0 auto -70px;
}

.catch_copy:before {
  content: "";
  display: block;
  background: url(https://www.dlsite.com/images/promo/mifuyu/txt_02.png) no-repeat 0 0;
  width: 993px;
  height: 202px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-animation: puffIn 6s ease 3s infinite;
  animation: puffIn 6s ease 3s infinite;
}

/* for IE10 and above */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .catch_copy:before {
    display: block;
  }
}

@-webkit-keyframes puffIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
  5%,50% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  55%,100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@keyframes puffIn {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  5%,50% {
    opacity: 1;
    transform: scale(1);
  }
  55%,100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.catch_copy:after {
  content: "";
  display: block;
  background: url(https://www.dlsite.com/images/promo/mifuyu/txt_01.png) no-repeat 0 0;
  width: 960px;
  height: 178px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: puffOut 6s ease 3s infinite;
  animation: puffOut 6s ease 3s infinite;
}

@-webkit-keyframes puffOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
  5%,50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
  55%,100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes puffOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  5%,50% {
    opacity: 0;
    transform: scale(1.5);
  }
  55%,100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* ボタン
-----------------------------------------------------*/
/*----- カートに入れる・作品詳細 -----*/
ul.promo_btn_list {
  overflow: hidden;
  padding: 5px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  top: 375px;
  width: 470px;
}

ul.promo_btn_list li {
  float: left;
}

ul.promo_btn_list li:first-child {
  margin-right: 20px;
}

a.btn_cart,
a.btn_details {
  display: block;
  width: 225px;
  height: 0;
  padding-top: 60px;
  line-height: 60px;
  overflow: hidden;
  background: url(https://www.dlsite.com/images/promo/mifuyu/btn_01.png) no-repeat 0 0;
}

a.btn_cart {
  background-position: 0 -60px;
}
a.btn_details.disabled {
  background-position: 0 -120px;
  cursor: default;
}
a.btn_cart.disabled {
  background-position: 0 -180px;
  cursor: default;
}

/*----- 関連作品のカートに入れる -----*/
.work_info a.btn_cart {
  margin: 0 auto;
  width: 180px;
  height: 0;
  padding-top: 51px;
  line-height: 51px;
  overflow: hidden;
  background: url(https://www.dlsite.com/images/promo/mifuyu/btn_01.png) no-repeat 0 -240px;
}

/*----- Twitter -----*/
a.btn_titter {
  display: block;
  width: 177px;
  height: 0;
  padding-top: 126px;
  line-height: 126px;
  overflow: hidden;
  background: url(https://www.dlsite.com/images/promo/mifuyu/btn_sns.png) no-repeat 0 0;
  position: absolute;
  top: 155px;
  left: -20px;
}

a.btn_cart:hover,
a.btn_details:hover,
a.btn_titter:hover {
  -webkit-animation: rumble 0.12s linear infinite;
  animation: rumble 0.12s linear infinite;
}

a.btn_cart.disabled:hover,
a.btn_details.disabled:hover {
  -webkit-animation: none;
  animation: none;
}

/* タイトル
-----------------------------------------------------*/
.title_01,
.title_02,
.title_03 {
  width: 900px;
  height: 0;
  padding-top: 62px;
  line-height: 62px;
  overflow: hidden;
  background: url(https://www.dlsite.com/images/promo/mifuyu/title_01.png) no-repeat center 0;
  margin: 0 auto 15px;
}

.title_02 {
  background-position: center -62px;
  margin-bottom: 10px;
}

.title_03 {
  background-position: center -124px;
  padding-top: 106px;
  line-height: 106px;
  margin-bottom: 10px;
}

.title_04 {
  text-align: center;
  margin-bottom: 30px;
}


/* 関連作品
-----------------------------------------------------*/
ul.promo_recommend_list {
  overflow: hidden;
  padding: 20px 0 0;
  width: 1000px;
  margin: 0 auto;
}

ul.promo_recommend_list li {
  width: 25%;
  float: left;
}

.promo_box_03 ul.promo_recommend_list li {
  width: 33%;
  margin: 0 0 30px;
}

.promo_box_03 ul.promo_recommend_list li:nth-last-of-type(1),
.promo_box_03 ul.promo_recommend_list li:nth-last-of-type(2),
.promo_box_03 ul.promo_recommend_list li:nth-last-of-type(3) {
  margin-bottom: 0;
}

dl.work_info {
  text-shadow: 0 1px 2px rgba(0,0,0,0.7), 0 0 1px #000;
  padding: 0 10px;
}

dl.work_info dt {
  position: relative;
}

dl.work_info dt a {
  position: relative;
  display: block;
  min-height: 172px;
}

dl.work_info dt a:hover {
  -webkit-animation: rumble 0.12s linear infinite;
  animation: rumble 0.12s linear infinite;
}

.work_thumb a img {
  max-height: none;
  max-width: 100%;
  height: auto;
}

dl.work_info dt a:after {
  content: "";
  display: none;
  background: rgba(255,255,255,0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

dl.work_info dt a:hover:after {
  display: block;
}

dl.work_info dd {
  padding-top: 5px;
}

dl.work_info dd &gt; a {
  color: #fff;
  text-decoration: none;
}

dl.work_info dd &gt; a:hover {
  text-decoration: underline;
}

dl.work_info dd &gt; a:visited {
  color: #fff;
}

dl.work_info dd.work_name {
  font-size: 13px;
  line-height: 1.3;
  height: 2.5em;
  overflow: hidden;
  padding-top: 10px;
}

dl.work_info dd.work_price,
dl.work_info dd.work_price .work_point {
  color: #fe0;
}

dl.work_info dd.work_price span.strike {
  color: #888;
}

dl.work_info dd.work_text {
  font-size: 11px;
  line-height: 1.4;
  overflow: hidden;
  color: #fff;
  margin-bottom: 5px;
  height: 4em;
}

/* 次回予告
-----------------------------------------------------*/
#promo_slider {
  position: relative;
  width: 980px;
  height: 550px;
  margin: 0 auto 15px;
}

#promo_slider_navi {
  text-align: center;
  font-size: 0;
  margin-bottom: 30px;
}

#promo_slider_navi a {
  display: inline-block;
  width: 16px;
  height: 0;
  padding-top: 16px;
  line-height: 16px;
  overflow: hidden;
  background: #fff;
  border-radius: 8px;
  margin: 0 3px;
}

#promo_slider_navi a.activeSlide {
  background: #ff0072;
}

/* コピーライト
-----------------------------------------------------*/
.copyright {
  color: #eee;
  text-align: center;
  font-size: 11px;
}

/* メーカーロゴ
-----------------------------------------------------*/
.maker_logo {
  text-align: center;
  margin-bottom: 20px;
}

/* topへ
-----------------------------------------------------*/
a.promo_return_top {
  display: block;
  position: fixed;
  width: 78px;
  height: 0;
  padding-top: 58px;
  line-height: 58px;
  overflow: hidden;
  right: 20px;
  bottom: 20px;
  background: url(https://www.dlsite.com/images/promo/mifuyu/btn_02.png) no-repeat 0 0;
  opacity: 1;
  -webkit-transition: bottom 0.3s ease, opacity 0.3s ease;
  transition: bottom 0.3s ease, opacity 0.3s ease;
}

a.promo_return_top:hover {
  -webkit-animation: rumble 0.12s linear infinite;
  animation: rumble 0.12s linear infinite;
}

@-webkit-keyframes rumble {
  0% {
    -webkit-transform: rotate(0) translate(0,0);
  }
  12.5% {
    -webkit-transform: rotate(0.4deg) translate(1px,-1px);
  }
  25% {
    -webkit-transform: rotate(0.8deg) translate(0,1px);
  }
  37.5% {
    -webkit-transform: rotate(0.4deg) translate(-1px,0);
  }
  50% {
    -webkit-transform: rotate(0) translate(0,0);
  }
  62.5% {
    -webkit-transform: rotate(-0.4deg) translate(1px,0);
  }
  75% {
    -webkit-transform: rotate(-0.8deg) translate(0,1px);
  }
  87.5% {
    -webkit-transform: rotate(-0.4deg) translate(-1px,-1px);
  }
  100% {
    -webkit-transform: rotate(0) translate(0,0);
  }
}

@keyframes rumble {
  0% {
    transform: rotate(0) translate(0,0);
  }
  12.5% {
    transform: rotate(0.4deg) translate(1px,-1px);
  }
  25% {
    transform: rotate(0.8deg) translate(0,1px);
  }
  37.5% {
    transform: rotate(0.4deg) translate(-1px,0);
  }
  50% {
    transform: rotate(0) translate(0,0);
  }
  62.5% {
    transform: rotate(-0.4deg) translate(1px,0);
  }
  75% {
    transform: rotate(-0.8deg) translate(0,1px);
  }
  87.5% {
    transform: rotate(-0.4deg) translate(-1px,-1px);
  }
  100% {
    transform: rotate(0) translate(0,0);
  }
}

a.promo_return_top.hide {
  cursor: default;
  opacity: 0;
  bottom: 0;
}
</pre></body></html>