@charset "UTF-8";
/* 『好きで好きでしょうがないみたい。』特設ページ
-------------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

body {
  overflow-x: hidden;
}

* {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

#wrapper {
  /*background: url("../images/bg_sample.jpg") center top no-repeat;*/
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  #dl-bar {
    background-color: #000;
    display: flex;
    justify-content: flex-start;
    padding: 8px;
  }
  #dl-bar a {
    padding: 0 4px;
  }
  #inner {
    margin: 0 auto;
    background: #fff url(../images/bg-main_pc.jpg) no-repeat center top 240px;
  }
  #contents {
    max-width: 1024px;
    margin: 0 auto;
    color: #785462;
    font-size: 16px;
    font-family: "BIZ UDGothic", "Noto Sans Japanese", "游ゴシック体", "Helvetica Neue", Verdana, sans-serif;
  }
}
@media screen and (max-width: 767px) {
  #dl-bar {
    background-color: #000;
    display: flex;
    justify-content: flex-start;
    padding: 8px;
  }
  #dl-bar a {
    padding: 0 4px;
  }
  #dl-bar img {
    width: auto;
    height: 5.33vw;
  }
  #inner {
    margin: 0 auto;
    background: #fff url("../images/bg-main_sp.jpg") no-repeat center top/100% auto;
  }
  #contents {
    margin: 0 auto;
    color: #785462;
    font-size: 16px;
    font-family: "BIZ UDGothic", "Noto Sans Japanese", "游ゴシック体", "Helvetica Neue", Verdana, sans-serif;
  }
}
/*---------------------------------
  共通
---------------------------------*/
.sub-ttl {
  margin: 0 auto;
  text-align: center;
  color: #e07ea5;
}
@media screen and (min-width: 768px) {
  .sub-ttl {
    width: 750px;
    height: 166px;
    margin-bottom: 128px;
    padding: 64px 0;
    text-align: center;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .sub-ttl {
    margin-bottom: 15vw;
    padding: 8vw 0;
    font-size: 4.27vw;
  }
}

.ttl-about {
  background: url("../images/block02/ttl-bg.jpg") center top no-repeat;
}
@media screen and (max-width: 767px) {
  .ttl-about {
    background-size: 100% auto;
  }
}

.ttl-store {
  background: url("../images/block03/ttl-bg.jpg") center top no-repeat;
}
@media screen and (max-width: 767px) {
  .ttl-store {
    background-size: 100% auto;
  }
}

.ttl-other {
  background: url("../images/block04/ttl-bg.jpg") center top no-repeat;
}
@media screen and (min-width: 768px) {
  .ttl-other {
    margin-bottom: 108px;
  }
}
@media screen and (max-width: 767px) {
  .ttl-other {
    background-size: 100% auto;
  }
}

@media screen and (min-width: 768px) {
  .cont {
    padding: 128px 0;
  }
}
@media screen and (max-width: 767px) {
  .cont {
    padding: 10vw 0;
  }
}
.cont picture img {
  border: 2px solid #ff4990;
  box-sizing: border-box;
  box-shadow: 0px 16px 0px 0px rgba(240, 135, 175, 0.35);
}

/*---------------------------------
  ボタン
---------------------------------*/
@media screen and (min-width: 768px) {
  .btn {
    margin: 0 auto;
    border-radius: 8px;
    position: relative;
    background-color: #e07ea5;
    text-align: center;
    letter-spacing: 0.16px;
    padding: 16px;
    transition: all 0.3s ease;
  }
  .btn a {
    color: #fff;
  }
  .btn::after {
    content: "";
    width: 8px;
    height: 12px;
    background: url("../images/arrow.svg") center top no-repeat;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
  .btn-s {
    font-size: 16px;
    width: 80%;
  }
  .btn-m {
    font-size: 24px;
    width: 80%;
    margin: 0 auto;
  }
  .btn-l {
    font-size: 24px;
    width: 80%;
  }
  .btn-main {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    margin: 0 auto;
    border-radius: 4px;
    position: relative;
    background-color: #e07ea5;
    text-align: center;
    letter-spacing: 0.32px;
    padding: 3vw;
    transition: all 0.3s ease;
  }
  .btn a {
    color: #fff;
  }
  .btn::after {
    content: "";
    width: 5px;
    height: 8px;
    background: url("../images/arrow.svg") center top no-repeat;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
  .btn-s {
    font-size: 3.07vw;
  }
  .btn-m {
    font-size: 4.8vw;
    margin: 0 auto;
  }
  .btn-l {
    font-size: 4.8vw;
    padding: 5vw 3vw;
  }
  .btn-main {
    width: 55.33vw;
  }
}
.btn:hover {
  background-color: #ff98c1;
  cursor: pointer;
}

.btn:link {
  color: #fff;
}

.btn:visited {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/*---------------------------------
  Main Visual
---------------------------------*/
#visual {
  position: relative;
}
@media screen and (min-width: 1024px) {
  #visual {
    height: 928px;
    background: url("../images/visual/visual.jpg") center top no-repeat;
  }
}
@media screen and (max-width: 1023px) {
  #visual {
    height: 172vw;
    background: url("../images/visual/visual_sp.jpg") center top no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 1023px) {
  #visual h1 {
    position: absolute;
    top: 86vw;
    left: 0;
    height: auto;
  }
}
#visual h1 p {
  visibility: hidden;
}

@media screen and (min-width: 1024px) {
  .main-title {
    position: absolute;
    top: 12px;
    left: calc(50% - 623px);
  }
}
/*---------------------------------
  マンガエリア
---------------------------------*/
/*PC*/
@media screen and (min-width: 1024px) {
  #block01 {
    height: 2480px;
    margin-top: -240px;
    position: relative;
  }
  #block01 .manga-01 {
    position: absolute;
    top: 240px;
    left: 0px;
  }
  #block01 .manga-01 img {
    width: 510px;
    height: auto;
  }
  #block01 .manga-02 {
    position: absolute;
    top: 580px;
    right: 0px;
  }
  #block01 .manga-02 img {
    width: 450px;
    height: auto;
  }
  #block01 .manga-03 {
    position: absolute;
    top: 1048px;
    left: 0px;
  }
  #block01 .manga-03 img {
    width: 470px;
    height: auto;
  }
  #block01 .manga-04 {
    position: absolute;
    top: 1280px;
    right: 0px;
  }
  #block01 .manga-04 img {
    width: 560px;
    height: auto;
  }
  #block01 .manga-05 {
    position: absolute;
    top: 1794px;
    left: 264px;
  }
  #block01 .manga-05 img {
    width: 480px;
    height: auto;
  }
}
/*Tablet*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #block01 {
    height: calc(1640px - 16%);
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #block01 .cont {
    margin: 0 auto;
    text-align: center;
  }
  #block01 .manga-01 img {
    width: 40%;
    height: auto;
    margin-bottom: 40px;
  }
  #block01 .manga-02 img {
    width: 40%;
    height: auto;
    margin-bottom: 40px;
  }
  #block01 .manga-03 img {
    width: 40%;
    height: auto;
    margin-bottom: 40px;
  }
  #block01 .manga-04 img {
    width: 40%;
    height: auto;
    margin-bottom: 40px;
  }
  #block01 .manga-05 img {
    width: 40%;
    height: auto;
    margin-bottom: 40px;
  }
}
/*SP*/
@media screen and (max-width: 767px) {
  #block01 {
    height: auto;
    margin: 0 auto;
  }
  #block01 .cont {
    margin: 0 auto;
    padding: 10vw 0;
    text-align: center;
  }
  #block01 .cont picture img {
    width: 85.33vw;
    height: auto;
    margin-bottom: 64px;
  }
}
/*---------------------------------
  ABOUT
---------------------------------*/
#block02 {
  font-family: "Noto Sans Japanese", "BIZ UDGothic";
}
@media screen and (min-width: 768px) {
  #block02 .about-block {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #block02 .about-block .block-left {
    width: 31.25%;
    border: 1px solid #ff4990;
    box-shadow: 16px 16px 0px 0px rgba(240, 135, 175, 0.35);
    margin-right: 32px;
    align-self: flex-start;
  }
  #block02 .about-block .block-right {
    flex: 1;
    background-color: #fff;
    padding-left: 40px;
  }
  #block02 .about-block .block-right .sub-sub-ttl {
    font-size: 32px;
    font-weight: 200;
    padding: 24px 0 0;
    letter-spacing: 0.16em;
  }
  #block02 .about-block .block-right .about-text {
    padding: 24px 0;
    line-height: 1.6em;
  }
  #block02 .about-block .block-right .about {
    width: 420px;
    padding: 16px 40px;
    line-height: 1.6em;
    border-radius: 8px;
    border: 2px solid rgba(240, 135, 175, 0.35);
    background-color: #fff;
  }
  #block02 .about-block .block-right .about .about-list {
    padding: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  #block02 .about-block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #block02 .about-block .block-left {
    width: auto;
    border: 1px solid #ff4990;
    box-shadow: 16px 16px 0px 0px rgba(240, 135, 175, 0.35);
  }
  #block02 .about-block .block-left img {
    width: 53.33vw;
    height: auto;
  }
  #block02 .about-block .block-right {
    background-color: #fff;
    width: 93.33vw;
  }
  #block02 .about-block .block-right .sub-sub-ttl {
    font-size: 4.27vw;
    font-weight: 200;
    padding: 9.33vw 0 0;
    letter-spacing: 0.16em;
  }
  #block02 .about-block .block-right .about-text {
    font-size: 2.67vw;
    padding: 2vw 0 8vw;
    line-height: 1.6em;
  }
  #block02 .about-block .block-right .about {
    font-size: 2.67vw;
    padding: 5vw 18vw;
    line-height: 1.6em;
    border-radius: 8px;
    border: 2px solid rgba(240, 135, 175, 0.35);
    background-color: #fff;
  }
  #block02 .about-block .block-right .about .about-list {
    padding: 0 0 2vw;
  }
}

/*---------------------------------
  STORE
---------------------------------*/
#block03 {
  display: flex;
  justify-content: center;
  font-family: "Noto Sans Japanese", "BIZ UDGothic";
  letter-spacing: 0.16em;
  font-weight: 200;
}
@media screen and (min-width: 768px) {
  #block03 .guide-block {
    text-align: center;
    margin: 0 auto 128px;
    width: 690px;
  }
  #block03 .guide-block .guide-text {
    text-align: center;
    font-size: 16px;
    padding: 4px 0;
    border-bottom: 4px solid rgba(240, 135, 175, 0.35);
    margin: 32px 0;
  }
  #block03 .guide-block .store-list {
    padding: 32px;
    border-radius: 16px;
    border: 2px solid rgba(240, 135, 175, 0.35);
  }
  #block03 .guide-block .store-list ul {
    text-align: left;
  }
  #block03 .guide-block .store-list ul li {
    display: inline-block;
    padding: 4px 0;
  }
  #block03 .guide-block .store-list ul li::before {
    content: "・";
  }
  #block03 .guide-block .store-list .caption-store {
    margin-top: 40px;
    color: #e07ea5;
  }
}
@media screen and (max-width: 767px) {
  #block03 .guide-block {
    text-align: center;
    margin-bottom: 15vw;
  }
  #block03 .guide-block .guide-text {
    text-align: center;
    font-size: 4.27vw;
    padding: 8px 0;
    border-bottom: 4px solid rgba(240, 135, 175, 0.35);
    margin: 10vw 0;
  }
  #block03 .guide-block .store-list {
    width: 92vw;
    margin: 0 auto;
    padding: 5vw;
    border-radius: 8px;
    border: 1px solid rgba(240, 135, 175, 0.35);
  }
  #block03 .guide-block .store-list ul {
    text-align: left;
  }
  #block03 .guide-block .store-list ul li {
    font-size: 3.2vw;
    display: inline-block;
    padding: 2vw 0 0;
  }
  #block03 .guide-block .store-list ul li::before {
    content: "・";
  }
  #block03 .guide-block .store-list .caption-store {
    margin-top: 8vw;
    color: #e07ea5;
    font-size: 3.2vw;
  }
}

/*---------------------------------
  PICKUP
---------------------------------*/
#block04 {
  width: 100%;
  background-color: #fed8e7;
}
@media screen and (min-width: 768px) {
  #block04 {
    box-shadow: 0px 64px 64px 64px rgba(240, 135, 175, 0.35);
  }
}
@media screen and (max-width: 767px) {
  #block04 {
    padding: 15vw 0;
    box-shadow: 0px 8.53vw 8.53vw 8.53vw rgba(240, 135, 175, 0.35);
  }
}
#block04 .other-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #block04 .other-list li {
    width: 320px;
    height: auto;
    border-radius: 16px;
    margin: 20px 16px;
  }
  #block04 .other-list li .other-wrap_list .other-img {
    width: 320px;
    height: auto;
    border-radius: 16px 16px 0 0;
  }
  #block04 .other-list li .other-wrap_list .other-img img {
    width: 320px;
    height: auto;
    border-radius: 16px 16px 0 0;
  }
  #block04 .other-list li .other-wrap_list .other-text {
    background-color: #fff7fc;
    width: 320px;
    height: 260px;
    padding: 16px;
    border-radius: 0 0 16px 16px;
    font-family: "Noto Sans Japanese", "BIZ UDGothic";
    color: #785462;
  }
  #block04 .other-list li .other-wrap_list .other-text h5 {
    width: 80%;
    height: 80px;
    padding-bottom: 24px;
    color: #e07ea5;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
  }
  #block04 .other-list li .other-wrap_list .other-text .txt {
    height: 80px;
    font-size: 14px;
    font-weight: 200;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #block04 .other-list li {
    width: 63.2vw;
    height: auto;
    border-radius: 8px;
    margin: 10vw 4vw;
  }
  #block04 .other-list li .other-wrap_list .other-img {
    border-radius: 8px 8px 0 0;
  }
  #block04 .other-list li .other-wrap_list .other-img img {
    border-radius: 8px 8px 0 0;
  }
  #block04 .other-list li .other-wrap_list .other-text {
    background-color: #fff7fc;
    padding: 10vw 3vw 3vw;
    border-radius: 0 0 16px 16px;
    font-family: "Noto Sans Japanese", "BIZ UDGothic";
    color: #785462;
  }
  #block04 .other-list li .other-wrap_list .other-text h5 {
    padding-bottom: 10vw;
    color: #e07ea5;
    font-size: 3.2vw;
    font-weight: 400;
    text-align: center;
  }
  #block04 .other-list li .other-wrap_list .other-text .txt {
    font-size: 2.4vw;
    font-weight: 200;
    text-align: left;
    padding-bottom: 5vw;
  }
}

/*---------------------------------
  右下ボタン
---------------------------------*/
#side {
  position: fixed;
  bottom: 64px;
  right: 64px;
  transition: all 0.3s linear;
}
#side .btn-tw {
  width: 48px;
  height: auto;
  position: absolute;
  bottom: 16px;
  transition: all 0.1s linear;
}
@media screen and (min-width: 768px) {
  #side .btn-tw:hover {
    opacity: 0.8;
  }
}
#side #pagetop {
  width: 48px;
  height: auto;
  position: absolute;
  bottom: -48px;
  transition: all 0.1s linear;
}
@media screen and (min-width: 768px) {
  #side #pagetop:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) {
  #side {
    transform: translateY(10rem);
  }
}
#side.up_move {
  -webkit-animation: up_anime_sp 0.3s forwards;
          animation: up_anime_sp 0.3s forwards;
}
@media screen and (min-width: 768px) {
  #side.up_move {
    -webkit-animation: up_anime_pc 0.3s forwards;
            animation: up_anime_pc 0.3s forwards;
  }
}
@-webkit-keyframes up_anime_sp {
  from {
    opacity: 0;
    transform: translateY(vw_sp(110));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes up_anime_sp {
  from {
    opacity: 0;
    transform: translateY(vw_sp(110));
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes up_anime_pc {
  from {
    opacity: 0;
    transform: translateY(10rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes up_anime_pc {
  from {
    opacity: 0;
    transform: translateY(10rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#side.down_move {
  -webkit-animation: down_anime_sp 0.3s forwards;
          animation: down_anime_sp 0.3s forwards;
}
@media screen and (min-width: 768px) {
  #side.down_move {
    -webkit-animation: down_anime_pc 0.3s forwards;
            animation: down_anime_pc 0.3s forwards;
  }
}
@-webkit-keyframes down_anime_sp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(vw_sp(110));
  }
}
@keyframes down_anime_sp {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(vw_sp(110));
  }
}
@-webkit-keyframes down_anime_pc {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(10rem);
  }
}
@keyframes down_anime_pc {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(10rem);
  }
}

/*---------------------------------
Copylight
---------------------------------*/
footer .footer {
  width: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  background-color: #e07ea5;
  height: 64px;
}
@media screen and (max-width: 767px) {
  footer .footer {
    font-size: 2.13vw;
  }
}

/*---------------------------------
Loading
---------------------------------*/
.loading {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: visible;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.is_loaded:not(.adultcheck) .loading {
  -webkit-animation: loading_end 3.2s ease-in-out forwards;
          animation: loading_end 3.2s ease-in-out forwards;
}
@-webkit-keyframes loading_end {
  0%, 80% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  99% {
    opacity: 0;
    visibility: visible;
    z-index: 100;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -100;
  }
}
@keyframes loading_end {
  0%, 80% {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }
  99% {
    opacity: 0;
    visibility: visible;
    z-index: 100;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -100;
  }
}
body.is_loaded:not(.adultcheck) .loading img {
  -webkit-animation: loading_object 3.2s ease-in-out forwards;
          animation: loading_object 3.2s ease-in-out forwards;
}
@-webkit-keyframes loading_object {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  50%, 80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
@keyframes loading_object {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  50%, 80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}

.container {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
body.is_loaded:not(.adultcheck) .container {
  -webkit-animation: contentView 6.4s forwards;
          animation: contentView 6.4s forwards;
}
@-webkit-keyframes contentView {
  0% {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
@keyframes contentView {
  0% {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  100% {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}/*# sourceMappingURL=lp.css.map */