<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ==================================================
全体構成

ヘッダー
各項目共通
fadein
ボタン
heroarea
新作
前作
youtube
クレジット
================================================== */
/* ヘッダー
-------------------------------------------------- */
.lp_header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 57px;
  padding: 0 120px;
  margin-top: 20px;
  background: none;
}

.logo img {
  width: 150px;
}

.twitter img {
  width: 100%;
}

.twitter_icon {
  display: block;
  width: 57px;
}

.lp_footer {
  position: relative;
  z-index: 10;
}

.lp_footer.type_color {
  background: #ff9c9c;
}

/* 各項目共通
-------------------------------------------------- */
html {
  font-size: 62.5%;
}

a:link {
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  color: #ff9c9c;
  opacity: 0.8;
}

a:active {
  color: #ff9c9c;
}

#patrasmr03 {
  overflow: hidden;
  width: 100%;
}

#patrasmr03 .lp-sec {
  position: relative;
  width: 100%;
}

#patrasmr03 img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.wrap {
  max-width: 100%;
  width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.maru {
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.v_maru {
  font-family: vdl-megamaru, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/* fadein
-------------------------------------------------- */
.fadein {
  animation: fadein 1s ease 0s 1 both;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 2;
    transform: translateY(0);
  }
}

.fadein-02 {
  animation: fadein 2.5s ease 0s 1 both;
}

@keyframes fadein-02 {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }

  100% {
    opacity: 2;
    transform: translateY(0);
  }
}

.fadein_up {
  opacity: 0;
  transform: translate(0, 100px);
  transition: all 1.5s;
}

.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* ボタン
-------------------------------------------------- */
.item_button {
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  width: 300px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
  background: #ffc600;
  transition: opacity 0.2s ease;
}

.item_button:hover {
  color: #000;
  opacity: 0.5;
}

/* heroarea
-------------------------------------------------- */
.hero {
  position: relative;
}

.hero_wrap {
  margin: 40px 90px;
  padding-bottom: 120px;
  min-height: 850px;
  max-height: 130vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  background: url("../img/main_img.jpg") no-repeat top left 40%/cover;
}

@media screen and (min-width: 1700px) {
  .hero_wrap {
    min-height: 50vw;
  }
}

.main_patra_logo {
  max-width: 60%;
  margin-right: -60px;
}

.main_logo {
  max-width: 75%;
  margin-top: 20px;
  margin-right: -90px;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }

  30% {
    height: 30px;
    opacity: 1;
  }

  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

@media screen and (min-width: 769px) {
  @keyframes pathmove {
    0% {
      height: 0;
      top: 0;
      opacity: 0;
    }

    30% {
      height: 100px;
      opacity: 1;
    }

    100% {
      height: 0;
      top: 160px;
      opacity: 0;
    }
  }
}

.scroll {
  position: absolute;
  bottom: 50px;
  left: 140px;
  width: 23px;
}

.scroll::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: -20px;
  width: 5px;
  height: 100px;
  animation: pathmove 2s ease-in-out infinite;
  background: #fff;
}

/* 新作
-------------------------------------------------- */
.new_rel {
  margin-top: 220px;
  background: url("../img/bg01.jpg") no-repeat top center/auto;
}

.new_rel_wrap {
  width: 990px;
}

.sec_ttl {
  text-align: center;
}

.sec_ttl_txt {
  font-family: caflisch-script-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 80px;
}

.sec_ttl_txt_s {
  font-size: 16px;
  letter-spacing: 1.2em;
}

.catch_wrap {
  margin-top: 40px;
  font-family: vdl-megamaru, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  color: #fc7fbe;
  text-align: center;
}

.catch_txt {
  display: inline-block;
  margin-top: 12px;
  padding: 2px 10px;
  background: #fff;
}

.catch_txt span {
  font-size: 47px;
}

.item_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.item_img {
  width: 410px;
  margin-top: 0;
}

.item_txt_wrap {
  margin-top: 0;
  margin-left: 40px;
  text-align: left;
  font-size: 16px;
}

.item_txt_wrap .item_button {
  margin-top: 20px;
}

.item_ttl_txt {
  line-height: 2;
}

.price_txt {
  margin-top: 30px;
  font-size: 18px;
  color: #f00;
}

.price_txt strong {
  font-weight: normal;
  font-size: 18px;
  padding: 2px 10px;
  margin-right: 14px;
  border-radius: 7px;
  color: #fff;
  background-color: #f00;
}

.price_txt s {
  font-size: 14px;
  margin-left: 15px;
  color: #8c8c8c;
}

.comment_wrap {
  margin: 100px auto 0;
  max-width: 100%;
  width: 850px;
  border: solid 3px #fc7fbe;
  border-radius: 20px;
  background: #fff;
}

.comment_ttl_txt {
  position: absolute;
  top: -22px;
  left: 20px;
  display: inline-block;
  font-family: vdl-megamaru, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 23px;
  border-radius: 30px;
  padding: 8px 20px;
  color: #fff;
  background: #fc7fbe;
}

.comment_ttl_img {
  position: absolute;
  width: 132px;
  top: -70px;
  right: 40px;
}

.comment_txt {
  font-size: 16px;
  line-height: 1.5;
  padding: 56px 42px 42px;
}

.comment_txt strong {
  font-weight: normal;
  font-size: 20px;
  color: #f766af;
}

/* 前作
-------------------------------------------------- */
.pre_work {
  margin-top: 180px;
  background: url("../img/bg02.jpg") no-repeat top center/cover;
}

.pre_work_list {
  margin-top: 60px;
}

.pre_work_list_item {
  display: flex;
  justify-content: center;
}

.pre_work_list_item + li {
  margin-top: 80px;
}

.pre_work_list_item .img_box {
  width: 50%;
  text-align: center;
}

.pre_work_list_item .img_box .item_button {
  margin-top: 20px;
}

.pre_work_list_item .txt_box {
  width: 50%;
  margin-left: 35px;
}

.pre_work_list_item .txt_box .ttl {
  position: relative;
  margin-bottom: 20px;
  padding-left: 85px;
  font-size: 16px;
  line-height: 1.6;
}

.pre_work_list_item .txt_box .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 75px;
  height: 75px;
}

.pre_work_list_item .txt_box .ttl.work01::before {
  background: url("../img/icon_part01.png") no-repeat center/contain;
}

.pre_work_list_item .txt_box .ttl.work02::before {
  background: url("../img/icon_part02.png") no-repeat center/contain;
}

.pre_work_list_item .txt_box .award_list {
  display: flex;
  flex-wrap: wrap;
}

.pre_work_list_item .txt_box .award_list_item {
  width: 48%;
  margin-bottom: 20px;
}

.pre_work_list_item .txt_box .award_list_item:nth-child(2n) {
  margin-left: 4%;
}

.pre_work_list_item .txt_box .award_date {
  margin-top: -10px;
  font-size: 12px;
  color: #908012;
  text-align: center;
}

.pre_work_list_item .txt_box .award_date::before {
  content: "※";
}

/* youtube
-------------------------------------------------- */
.youtube_wrap {
  margin-top: 160px;
}

.catch_txt.type_b {
  margin-bottom: 60px;
  padding: 3px 40px;
  color: #fff;
  background: #ff9c9c;
}

.youtube_ttl {
  font-size: 16px;
  color: #ff9c9c;
  text-align: center;
}

.youtube_area {
  display: flex;
  justify-content: space-around;
  width: 900px;
  margin: 0 auto;
}

.youtube_box {
  width: 273px;
}

.movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 30px;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie_txt {
  font-size: 15px;
  color: #000;
}

/* クレジット
-------------------------------------------------- */
.credit {
  margin: 200px 0 20px;
}

.dlsite_logo {
  width: 140px;
  margin: 0 auto 40px;
}

.credit_text {
  font-family: maru-maru-gothic-bsr-stdn, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #425a70;
  font-size: 14px;
  text-align: center;
}

/* max-width: 768px
-------------------------------------------------- */
@media screen and (max-width: 768px) {
  .lp_header {
    margin-top: 0;
    padding: 0 15px;
    width: 100%;
    height: 16vw;
  }

  .logo img {
    width: 25vw;
  }

  .twitter_icon {
    width: 12vw;
  }

  .item_button {
    font-size: 18px;
    width: 280px;
  }
  /* heroarea
-------------------------------------------------- */
  .hero_wrap {
    margin: 7vw 0;
    padding-bottom: 0;
    min-height: auto;
    max-height: 880px;
    height: 135vw;
    background-position: top left 31%;
  }

  .main_patra_logo {
    position: relative;
    top: 27vw;
    max-width: 500px;
    width: 80vw;
    margin-right: 0;
    padding-top: 85vw;
  }

  .main_logo {
    position: relative;
    top: 27vw;
    max-width: 700px;
    width: 100%;
    margin: 1vw 0 0;
  }

  .scroll {
    top: 16vw;
    left: 6vw;
    bottom: auto;
    width: 3vw;
  }

  .scroll::before {
    top: 0;
    left: -10px;
    width: 4px;
    height: 30px;
    animation: pathmove 1.4s ease-in-out infinite;
  }
  /* 新作
-------------------------------------------------- */
  .new_rel {
    margin-top: 40vw;
    background-position: top left -20vw;
  }

  .sec_ttl_txt {
    font-size: 16vw;
  }

  .sec_ttl_txt_s {
    font-size: 4vw;
    letter-spacing: 2vw;
  }

  .catch_wrap {
    font-size: 4vw;
    margin-top: 5vw;
  }

  .catch_txt {
    margin-top: 1.2vw;
    padding: 0.5vw 4vw;
  }

  .catch_txt span {
    font-size: 5vw;
  }

  .item_wrap {
    display: block;
    margin-top: 9vw;
    text-align: center;
  }

  .item_img {
    margin-top: 7vw;
    width: auto;
  }

  .item_txt_wrap {
    text-align: center;
    font-size: 4vw;
    margin: 4vw 0 0;
  }

  .item_ttl_txt {
    line-height: 6vw;
  }

  .price_txt {
    margin-top: 5vw;
    font-size: 5vw;
  }

  .price_txt strong {
    font-size: 4.5vw;
    padding: 0.5vw 2vw;
    margin-right: 2vw;
    border-radius: 1.5vw;
  }

  .price_txt s {
    font-size: 3.4vw;
    margin-left: 2vw;
  }

  .comment_wrap {
    top: 25vw;
  }

  .comment_ttl_txt {
    font-size: 5vw;
    border-radius: 3vw;
    padding: 1.5vw 3vw;
    top: -6vw;
    left: 2vw;
  }

  .comment_ttl_img {
    top: -16vw;
    right: 4vw;
    width: 26vw;
  }

  .comment_txt {
    font-size: 3.8vw;
    line-height: 7vw;
    padding: 13vw 3vw 3vw;
  }

  .comment_txt strong {
    font-size: 3.8vw;
  }
  /* 前作
-------------------------------------------------- */
  .pre_work {
    margin-top: 30vw;
    background-position: top -27vw left -46vw;
  }

  .pre_work_list_item {
    position: relative;
    padding-bottom: calc(50px + 5vw);
    display: block;
  }

  .pre_work_list_item + li {
    margin-top: 20vw;
  }

  .pre_work_list_item .img_box {
    width: 100%;
  }

  .pre_work_list_item .img_box .item_button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .pre_work_list_item .txt_box {
    width: 100%;
    margin: 5vw 0 0;
  }

  .pre_work_list_item .txt_box .ttl {
    font-size: 4vw;
    padding-left: 15vw;
  }

  .pre_work_list_item .txt_box .ttl::before {
    width: 13vw;
    height: 13vw;
  }

  .pre_work_list_item .txt_box .award_txt {
    font-size: 2.5vw;
  }
  /* youtube
-------------------------------------------------- */
  .youtube_wrap {
    margin-top: 20vw;
    padding: 5vw;
  }

  .catch_txt.type_b {
    margin-bottom: 0;
    padding: 0.5vw 4vw;
  }

  .youtube_ttl {
    margin-top: 10vw;
    font-size: 4vw;
  }

  .youtube_area {
    display: block;
    width: 100%;
  }

  .youtube_box {
    width: 100%;
  }

  .movie {
    margin: 0 auto;
    margin-top: 5vw;
    margin-bottom: 3vw;
    width: 90vw;
  }

  .movie_txt {
    font-size: 4vw;
  }
  /* クレジット
-------------------------------------------------- */
  .credit {
    margin-top: 20vw;
  }

  .dlsite_logo {
    width: 20vw;
    margin-top: 0 auto 5vw;
  }

  .credit_text {
    font-size: 3vw;
  }
}
</pre></body></html>