@charset "utf-8";
/* 読み込みアニメ */
#promo_prbox{
  -webkit-animation: loading 1.5s ease 0s 1 both;;
  animation: loading 1.5s ease 0s 1 both;
}
@-webkit-keyframes loading{
  0%  {opacity: 0;}
  100%{opacity: 1;}
}
@keyframes loading{
  0%  {opacity: 0;}
  100%{opacity: 1;}
}

/* =========================================================
ダンボール 特設ページ
========================================================= */
/* レスポンシブ用表示対応 */
#container{
  min-width: auto;
}
/* ヘッダー変更 */
#promo_container #promo_header .simple_nav .link_twitter,
#promo_container #promo_header .simple_nav li:nth-of-type(1) {
display: none;
}

/*ヘッダー
-------------------------------------------------- */
#promo_header {
  width: 100%;
  height: 40px;
  background: #000;
  position: relative;
  top: 0;
  left: 0;
  z-index: 150;
  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.8;
}

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

@media screen and (min-width: 768px){
#promo_header ul.simple_nav {
  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;
}

/* フッター
-------------------------------------------------- */
#promo_footer {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #ccc;
  text-align: center;
  background: #000;
  position: relative;
  bottom: 0px;
}

/* コンテンツ
-----------------------------------------------------*/
#garumani {
  font-family: "Hiragino Sans GB","Hiragino Sans GB W3","STXihei","Microsoft YaHei", "微软雅黑",'SimSun', sans-serif;
  line-height: 1.6;
  color: #413535;
}

#garumani h2 {
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 30px 0;
  letter-spacing: 0.04em;
}

#garumani p {
  font-size: 14px;
}

#garumani img {
  width: 100%;
}

#garumani section .inner {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 30px 0;
}

#garumani .intro .text_pink {
  color: #de599d;
}

@media screen and (min-width: 480px) {

}

@media screen and (min-width: 600px) {

}

@media screen and (min-width:960px) {
  #garumani p {
    font-size: 16px;
  }
  #garumani h2 {
    font-size: 36px;
    margin: 0 0 80px 0;
  }
  #garumani section .inner {
    padding: 60px 0;
  }
}

@media screen and (min-width:1280px) {

}

/* メインビジュアル
-----------------------------------------------------*/
#garumani .main_visual {
  background:repeating-linear-gradient(50deg, #f6e2ed 0, #f6e2ed 1%, #def0f6 1%, #def0f6 2%, #fff 2%, #fff 3%);
}

#garumani .main_visual > .inner {
  width: 95%;
  margin: 0 auto;
  padding: 15px 0;
}

#garumani .main_visual .inner .img img {
  width: 80%;
  display: block;
  margin: 15px auto 0;
}

.poyon {
  animation: poyon 0.9s linear 0.3s 1;
  z-index: 160;
}

@keyframes poyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  10%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  40%  { transform: scale(1.2, 0.8) translate(0%, 15%); }
  50%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  60%  { transform: scale(0.9, 1.2) translate(0%, -100%); }
  75%  { transform: scale(0.9, 1.2) translate(0%, -20%); }
  85%  { transform: scale(1.1, 0.7) translate(0%, 15%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}

@media screen and (min-width: 600px) {
  #garumani .main_visual > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 100px 0;
  }
  #garumani .main_visual .inner .text {
    width: 70%;
  }
  #garumani .main_visual .inner .img {
    width: 30%;
    position: relative;
  }
  #garumani .main_visual .inner .img img {
    position: absolute;
    bottom: -58%;
    left: -42%;
    width: 145%;
  }
}

/* intro
-----------------------------------------------------*/
#garumani .intro {
  background: #fff;
  border-top: solid 4px #413535;
  border-bottom: solid 4px #413535;
}

#garumani .intro p,
#garumani .features p {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

#garumani .intro .floor {
  margin: 15px 0 0 0;
}

#garumani .floor_list li {
  margin: 0 0 15px 0;
  margin: 0 auto;
}

#garumani .floor_list a {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  position: relative;
  text-decoration: none;
}

#garumani .floor_list a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#garumani .floor_list .type_tl a { background: #de599d; }
#garumani .floor_list .type_bl a { background: #6ea5e1; }

#garumani .floor_list a::after {
  display: inline-block;
  font-family: 'icon_link';
  font-size: 20px;
  vertical-align: middle;
  color: #fff;
  content: "\e900";
  position: absolute;
  top: 33%;
  right: 3%;
}

@media screen and (min-width: 600px){
  #garumani .floor_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #garumani .floor_list li {
    width: 48%;
  }
}

@media screen and (min-width: 960px){
  #garumani .intro p,
  #garumani .features p  {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
}

/* coupon
-----------------------------------------------------*/
#garumani .limited_coupon .text .balloon {
  position: relative;
  background: #feffac;
  border: 4px solid #ffa70f;
  padding: 10px;
  border-radius: 5px;
}
#garumani .limited_coupon .text .balloon::after,
#garumani .limited_coupon .text .balloon::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#garumani .limited_coupon .text .balloon::after {
  border-color: rgba(254, 255, 172, 0);
  border-top-color: #feffac;
  border-width: 15px;
  margin-left: -15px;
}

#garumani .limited_coupon .text .balloon::before {
  border-color: rgba(255, 167, 15, 0);
  border-top-color: #ffa70f;
  border-width: 22px;
  margin-left: -22px;
}

#garumani .limited_coupon .text .text_s {
  font-size: 80%;
}

#garumani .limited_coupon .text .text_red {
  color: #ff3e62;
}

#garumani .limited_coupon .img {
  width: 50%;
  margin: 15px auto 0;
}

@media screen and (min-width: 600px){
  #garumani .limited_coupon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
  #garumani .limited_coupon .text {
    width: 65%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #garumani .limited_coupon .text .balloon {
    width: 100%;
  }
  #garumani .limited_coupon .text .balloon::after,
  #garumani .limited_coupon .text .balloon::before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #garumani .limited_coupon .text .balloon::after {
    border-color: rgba(254, 255, 172, 0);
    border-left-color: #feffac;
    border-width: 15px;
    margin-top: -15px;
    margin-left: 0;
  }
  #garumani .limited_coupon .text .balloon::before {
    border-color: rgba(255, 167, 15, 0);
    border-left-color: #ffa70f;
    border-width: 22px;
    margin-top: -22px;
    margin-left: 0;
  }
  #garumani .limited_coupon .img {
    width: 30%;
  }
}

@media screen and (min-width: 960px){
  #garumani .intro .floor {
    width: 80%;
    margin: 0 auto;
  }
  #garumani .limited_coupon  p {
    font-size: 18px;
    margin: 0;
  }
  #garumani .limited_coupon {
    width: 70%;
  }
  #garumani .intro .floor_list a {
    padding: 30px 0;
    font-size: 22px;
  }
}

@media screen and (min-width: 1280px){
  #garumani .limited_coupon {
    width: 55%;
  }
}
/* DLsite.comの特徴
-----------------------------------------------------*/
#garumani .features {
  background: #faf4ef;
}

#garumani .features h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}

#garumani .features h3,
#garumani .features p {
  text-align: center;
}

#garumani .payment_methods h3 {
  font-size: 18px;
  text-align: left;
  padding: 3% 0 0;
}

#garumani .payment_methods table {
  border-radius: 3px;
  width: 100%;
}

#garumani .payment_methods th:first-child {
  width: 50%;
}

#garumani .payment_methods th,
#garumani .payment_methods td {
  border: solid 2px #413535;
  text-align: center;
}

#garumani .payment_methods th {
  padding: 1% 2%;
  background: #f5c8df;
}

#garumani .payment_methods td {
  padding: 2%;
  background: #fff;
}

#garumani .payment_methods td img {
  max-width: 100%;
  max-height: 45px;
  width: auto;
  display: block;
  margin: 0 auto;
}

#garumani .payment_methods .icon_yes {
  display: inline-block;
  width: 24px;
  height: 18px;
  text-indent: -9999px;
  margin: 0 auto;
  background: url(https://www.dlsite.com/images/web/abroad/icon_howto_yes.gif) left top no-repeat;
  background-size: 80%;
}

@media screen and (min-width: 600px){
}

@media screen and (min-width: 960px){
  #garumani .payment_methods h3 {
    font-size: 28px;
    padding: 2% 0 0;
  }

}

/* topical_work
-----------------------------------------------------*/
#bg01 {
  background-image: radial-gradient(#f2f8f9 20%, transparent 0), radial-gradient(#f2f8f9 20%, transparent 0);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
}

#bg02 {
  background: url(../images/work_bg.png) no-repeat center 0;

}

#garumani .topical_work .box {
  margin: 0 0 30px 0;
}

#garumani .topical_work h3 {
  font-size: 15px;
  color: #de599d;
  text-align: center;
  letter-spacing: 0.2em;
  margin: 0 0 15px 0;
}

#garumani .topical_work h3 {
  padding: 5px 15px;
  border-radius: 5px;
}

#garumani .topical_work .style_tl h3 {
  background: #ffd5ea;
}

#garumani .topical_work .style_bl h3 {
  background: #5998de;
}

#garumani .topical_work .topical_work_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#garumani .topical_work .topical_work_list li {
  width: 100%;
  position: relative;
  margin: 0 0 15px 0;
}

#garumani .topical_work .topical_work_list li {
  border: solid 2px #413535;
  border-radius: 5px;
  padding: 2%;
  background: rgba(255,255,255,.6);
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
}

#garumani .topical_work .topical_work_list li h4 {
  font-weight: bold;
  line-height: 1.3;
  margin: 2% 0 1% 0;
  font-size: 16px;
}

#garumani .topical_work .topical_work_list .link_btn {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  padding: 10px 0;
  margin: 0 auto;
  margin-top: auto;
  font-size: 18px;
  color: #fff;
  position: relative;
  text-decoration: none;
  background: #de599d;
}

#garumani .topical_work .topical_work_list .link_btn::after {
  display: inline-block;
  font-family: 'icon_link';
  font-size: 15px;
  vertical-align: middle;
  top: 28%;
  color: #fff;
  content: "\e900";
  position: absolute;
  right: 3%;
}

#garumani .topical_work .topical_work_list .link_btn:hover {
opacity: 0.7;
}

#garumani .topical_work .topical_work_list figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0;
}

#garumani .topical_work .topical_work_list figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

#garumani .topical_work .style_tl .topical_work_list figcaption {
  background: rgba(222,89,157,.6);
}

#garumani .topical_work .style_bl .topical_work_list figcaption {
  background: rgba(89,152,222,.6);
}

#garumani .topical_work .topical_work_list figure figcaption {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
 -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  color: #fff;
}

#garumani .topical_work .topical_work_list figure:hover figcaption {
  opacity: 1;
}

#garumani .topical_work .topical_work_list figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
}

#garumani .topical_work .topical_work_list figure:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#garumani .topical_work .topical_work_list_item p {
  text-align : center;
  margin: 0 0 3% 0;
}

#garumani .topical_work .topical_work_list li .icon_work {
  position: absolute;
  background: #000;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  top: 5px;
  right: 6px;
  z-index: 10;
}

#garumani .topical_work .style_tl .topical_work_list li .icon_work { background: #7ab0ec; }
#garumani .topical_work .style_bl .topical_work_list li .icon_work { background: #7ab0ec; }

#garumani .topical_work .topical_work_list li .icon_work img {
  width: 63%;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 600px){
  #garumani .topical_work .topical_work_list li {
    width: 48%;
  }
  #garumani .topical_work .topical_work_list li {
    padding: 15px;
  }
}

@media screen and (min-width: 960px){
  #garumani .topical_work h3 {
    font-size: 20px;
  }
  #garumani .topical_work .topical_work_list li h4 {
    font-size: 18px;
  }
  #garumani .topical_work .topical_work_list figure {
    max-height: 218px;
  }
  #garumani .topical_work .topical_work_list li {
    width: 28%;
  }
  #garumani .topical_work .topical_work_list li .icon_work {
    width: 58px;
    height: 58px;
  }
}

/* coupon
-----------------------------------------------------*/
#garumani .coupon {
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  background-color: #f9ff5f;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #faff76), color-stop(.5, transparent), to(transparent));
  background-image: -moz-linear-gradient(left, #faff76 50%, transparent 50%, transparent);
  background-image: -o-linear-gradient(left, #faff76 50%, transparent 50%, transparent);
  background-image: linear-gradient(left, #faff76 50%, transparent 50%, transparent);
}

#garumani .coupon .coupon_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 960px;
}

#garumani .coupon .coupon_box .img_box {
  width: 45%;
}

#garumani .coupon .coupon_box .text_box {
  width: 50%;
}

#garumani .coupon .coupon_box .text_box img {
  margin: 0 0 15px 0;
}

/* find_work
-----------------------------------------------------*/
#garumani .find_work {
  background: url(../images/find_work_bg.jpg) repeat center 0;
}

#garumani .find_work .find_work_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#garumani .find_work .find_work_box .find_work_box_inner {
  background: rgba(255,255,255,0.8);
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin: 0 0 15px 0;
}

#garumani .find_work .find_work_box_inner .find_work_bg01 {
  position: absolute;
  top: -16%;
  left: 0;
  width: 20%;
}

#garumani .find_work .find_work_box_inner .find_work_bg02 {
  position: absolute;
  bottom: -14%;
  right: 0;
  width: 20%;
}

#garumani .find_work .find_work_box .find_work_box_inner h3 {
  font-size: 20px;
  text-align: center;
  margin: 0 0 30px 0;
}

#garumani .find_work .find_work_box .find_work_box_inner.type_tl h3 { color:#de599d; }
#garumani .find_work .find_work_box .find_work_box_inner.type_bl h3 { color:#6ea5e1; }

#garumani .find_work .find_work_box .find_work_box_inner .find_work_list a {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  padding: 20px 0;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  position: relative;
}

#garumani .find_work .find_work_box .find_work_box_inner .find_work_list a:hover {
  opacity: 0.8;
  text-decoration: none;
}

#garumani .find_work .find_work_box .find_work_box_inner .find_work_list a::after {
  display: inline-block;
  font-family: 'Font Awesome 5 Pro';
  font-size: 25px;
  vertical-align: middle;
  color: #fff;
  content: "\f105";
  position: absolute;
  right: 3%;
}

#garumani .find_work .find_work_list a::before {
  display: inline-block;
  background: url(../images/floor_icon_01.png) no-repeat center 0;
  background-size: contain;
  vertical-align: middle;
  color: #fff;
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: 3%;
}

#garumani .find_work .find_work_list .type_doujin a::before { background-image: url(../images/floor_icon_01.png); }
#garumani .find_work .find_work_list .type_comic a::before { background-image: url(../images/floor_icon_02.png); }
#garumani .find_work .find_work_list .type_dorama a::before { background-image: url(../images/floor_icon_03.png); }
#garumani .find_work .find_work_list .type_game a::before { background-image: url(../images/floor_icon_04.png); }

#garumani .find_work .find_work_box_inner.type_tl .find_work_list a { background:#de599d; }
#garumani .find_work .find_work_box_inner.type_bl .find_work_list a { background:#6ea5e1; }

#garumani .find_work .find_work_box_inner .find_work_list li {
  margin: 0 0 20px 0;
}

@media screen and (min-width: 600px){
  #garumani .find_work .find_work_box .find_work_box_inner {
    width: 48%;
    padding: 15px;
  }
}

@media screen and (min-width: 960px){
  #garumani .find_work {
    background: url(../images/find_work_bg.jpg) no-repeat center 0;
  }
  #garumani .find_work .find_work_box .find_work_box_inner h3 {
    font-size: 28px;
  }
  #garumani .find_work .find_work_box .find_work_box_inner {
    padding: 30px;
}
  #garumani .find_work .find_work_box .find_work_box_inner .find_work_list a {
    display: block;
    padding: 25px 0;
    font-size: 22px;
  }
  #garumani .find_work .find_work_box_inner .find_work_bg02 {
    bottom: -16%;
    right: -55px;
 }
  #garumani .find_work .find_work_list a::before {
    width: 40px;
    height: 40px;
  }
}

footer {
  background: #413535;
  margin: 0;
  padding: 20px 0;
  color: #fff;
}

footer p {
  text-align: center;
}

/* topへ戻る
-----------------------------------------------------*/
a.promo_return_top {
  display: block;
  position: fixed;
  width: 50px;
  height: 0;
  padding-top: 50px;
  line-height: 50px;
  overflow: hidden;
  right: 20px;
  bottom: 15px;
  background: url(../images/icon_return_top.png) no-repeat 0 0px;
  opacity: 0.5;
  z-index: 20;
  -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;
}
