<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 */

/* =========================================================
Patch Plaza
========================================================= */
a:hover {
    color: #639;
    text-decoration: none;
} 


/*ヘッダー
========================================================= */

#container {
  background-color: #000;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@media screen and ( max-width:768px ) {
  #promo_Patch-Plaza {
    max-width: 100%;
  }
  #container {
    min-width: 100%;
    overflow: hidden;
  }
}

#promo_header {
  width: 100%;
  height: 40px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  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: 70px;
  text-align: center;
}

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

/* twitterボタン */
.link_twitter {
  position: absolute;
  margin-top: 9px;
  margin-left: -71px;
  /* display: none; */
}

/* 全体構成
-----------------------------------------------------*/
html{
  background: #000;
}

div#promo_Patch-Plaza {
  background: #000;
  position: relative;
  overflow: hidden;
  top: 40px;
}


div#promo_Patch-Plaza div[class^="box_0"] {
  position: relative;
  width: 100%;
  left: auto;
  margin-left: auto;
  vertical-align: bottom;
  top: 0;
  z-index: 10;
  /* margin: 20px auto; */
}

div.promo_container {
  position: relative;
}

div#promo_Patch-Plaza .box_01 {
  background: url(../../images/promo/patch-plaza/header_touch.png) no-repeat;
  background-size: contain;
  height: 61vw;
}

div#promo_Patch-Plaza .box_02 {
  padding: 0;
  background: url(../../images/promo/patch-plaza/mainbg.png) no-repeat;
  position: fixed;
  background-attachment: fixed;
}

/* BOX_01
-----------------------------------------------------*/
div#promo_Patch-Plaza .lp_btn_twt {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 50px;
  background: #6bbef2;
  border: 1px #3eb5ff solid;
  position: absolute;
  bottom: 7px;
  right: 7px;
  display: none;
}

div#promo_Patch-Plaza .lp_btn_twt::before {
  content: "\F099";
  font-family: Font Awesome\ 5 Brands;
  font-weight: 400;
  color: #fff;
  position:relative;
  text-align: center;
  display: block;
  line-height: 50px;
  font-size: 30px;
}

/* BOX_02
-----------------------------------------------------*/
div#promo_Patch-Plaza .box_02 {
  padding-top: 10px;
}

div#promo_Patch-Plaza .box_02 a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

div#promo_Patch-Plaza .box_02 .description {
  width: 90%;
  background: #000105ad;
  margin: 0 auto 10px;
  border-width: 1px;
  padding: 10px;
  color: #fff;
  display: block;
  border-radius: 10px;
}

div#promo_Patch-Plaza .box_02 .description .title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}

div#promo_Patch-Plaza .box_02 .description dt {
  padding: 4px 8px;
  background: #212c3a;
  font-size: 14px;
}

div#promo_Patch-Plaza .box_02 .description dd {
  padding: 12px;
  font-size: 12px;
}

/* 作品 */
div#promo_Patch-Plaza .work_inner {
  width: 100%;
  margin: 0 auto;
}


div#promo_Patch-Plaza .work {
  background: #000105ad;
  margin: 5px;
  border: solid #6bbef2;
  border-width: 1px;
  padding: 10px;
  color: #fff;
  position: relative;
}

div#promo_Patch-Plaza .work_ttl {
  width: 51%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

div#promo_Patch-Plaza .work.trans .work_ttl {
  margin-top: 20px;
}

div#promo_Patch-Plaza .work .thumb {
  display: inline-block;
  background: brown;
  /* margin: 0 auto; */
  width: 135px;
  text-align: center;
  position: relative;
  border: solid #6bbef2 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

div#promo_Patch-Plaza .work .thumb img {
  width: 100%;
}

div#promo_Patch-Plaza .work .thumb a {
  text-align: center;
  position: relative;
}

div#promo_Patch-Plaza .work.trans::before {
  content: "";
  display: block;
  position: absolute;
  width: 204px;
  height: 54px;
  background: url(../../images/promo/patch-plaza/sprite.png) -398px -303px;
  z-index: 100;
  top: -1px;
  left: -6px;
}

div#promo_Patch-Plaza .main {
  position: relative;
}

div#promo_Patch-Plaza .work_ttl li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div#promo_Patch-Plaza .patch {
  /* width: 44%; */
  height: 36px;
  position: relative;
  background: #323338;
  /* right: 0; */
  /* top: 87px; */
  /* display: inline-block; */
  padding: 10px;
  margin: 5px auto;
}

div#promo_Patch-Plaza .patch p {
  margin: 0;
}

div#promo_Patch-Plaza .patch a {
  width: 195px;
  height: 55px;
  background: url(../../images/promo/patch-plaza/sprite.png) no-repeat -180px -303px;
  display: block;
  position: absolute;
  right: 4px;
  top: 4px;
}

/* Complete＆完整ボタン */
div#promo_Patch-Plaza .complete a.set {
  width: 295px;
  height: 110px;
  margin: 0 auto;
  background: url(../../images/promo/patch-plaza/sprite.png) no-repeat -94px -362px;
  display: block;
}

/* Completeボタン */
/* 完整ボタン */
div#promo_Patch-Plaza .complete a.eng,
div#promo_Patch-Plaza .complete a.china {
  width: 295px;
  height: 55px;
  margin: 0 auto;
  background: url(../../images/promo/patch-plaza/sprite.png) no-repeat -94px -362px;
  display: block;
}

div#promo_Patch-Plaza .complete a.eng{
  background: url(../../images/promo/patch-plaza/sprite.png) no-repeat -396px -361px;
  display: block;
}

div#promo_Patch-Plaza .complete a.china{
  background: url(../../images/promo/patch-plaza/sprite.png) no-repeat -396px -417px;
  display: block;
}

/* BOX_03
-----------------------------------------------------*/
div#promo_Patch-Plaza .btn_inner {
  margin: 0 auto;
  color: #fff;
  /* margin-bottom: 20px; */
  border-radius: 10px;
}

div#promo_Patch-Plaza a.lp_btn_more,
div#promo_Patch-Plaza a.lp_btn_all {
  width: 80vw;
  height: 16vw;
  display: block;
  background: url(../../images/promo/patch-plaza/sprite.png) no-repeat 0 0;
  background-size: 163vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 5px auto 5px;
}

div#promo_Patch-Plaza a.lp_btn_all {
  background: url(../../images/promo/patch-plaza/sprite.png) no-repeat -83vw 0;
  background-size: 163vw;
}

div#promo_Patch-Plaza a.lp_btn_other {
  width: 90vw;
  height: 16vw;
  display: block;
  background: url(../../images/promo/patch-plaza/sprite.png) no-repeat 0 -10vw;
  background-size: 90vw;
  margin: 10px 0 0 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 10px auto;
}

/* 制御
-----------------------------------------------------*/
div#promo_Patch-Plaza .none {
  display: none;
}

/* topへ
-----------------------------------------------------*/
/*a.promo_return_top {
  display: block;
  position: fixed;
  width: 50px;
  height: 0;
  padding-top: 50px;
  line-height: 50px;
  overflow: hidden;
  right: 20px;
  bottom: 20px;
  background: url(../../images/promo/other/icon_return_top.png) no-repeat 0 -50px;
  opacity: 0.5;
  z-index: 200;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}*/

a.promo_return_top:hover {
  margin-top: 1px;
  opacity: 1;
}

a.promo_return_top.hide {
  cursor: default;
  opacity: 0;
  bottom: 0;
}

/* フッター
-------------------------------------------------- */
#promo_footer {
  width: 100%;
  height: 80px;
  line-height: 40px;
  color: #ccc;
  text-align: center;
  background: #000000;
  position: relative;
  bottom: 0;
  z-index: 100;
}
</pre></body></html>