<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 【home無料作品】「モフられの狐神様　五十鈴編」の特設ページ
-------------------------------------------------- */
html,
body {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #fff;
}

.container {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: .1em;
  color: #333;
}

a {
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

a img:hover {
  opacity: 0.8;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.mv {
  background-image: url(../image/mv_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media (max-width: 820px) {
  .mv {
    background-image: url(../image/mv_bg_sp.png);
    background-position: right 53% center;
    height: 130vw;
  }
}

@media (max-width: 540px) {
  .mv_free {
    width: 52vw;
  }
}

.mv_img_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mv_img_wrap a.btn_work_link {
  margin: 50px 0;
}

@media (max-width: 820px) {
  .mv_img_wrap {
    height: 130vw;
  }
}

.lp_wrapper {
  overflow: hidden;
  width: 100%;
  background: url(../image/bg.png) no-repeat center 0 #fff3d9;
  background-attachment: fixed;
  background-size: cover;
}

.lp_sec_inner {
  margin: 0 auto;
}

.lp_sec_wrap .lp_sec_inner {
  margin: 5vw auto;
  padding: 80px;
  background: white;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  width: 1140px;
}

@media screen and (max-width: 1240px) {
  .lp_sec_wrap .lp_sec_inner {
    width: 940px;
  }
}

@media (max-width: 1280px) {
  .lp_sec_wrap .lp_sec_inner {
    width: 800px;
    padding: 60px;
  }
}

@media (max-width: 820px) {
  .lp_sec_wrap {
    margin: 6vw;
  }
  .lp_sec_wrap .lp_sec_inner {
    padding: 3vw;
    width: 100%;
  }
}

@media (max-width: 540px) {
  .lp_sec_wrap {
    margin: 20px;
  }
  .lp_sec_wrap .lp_sec_inner {
    padding: 20px;
    width: 100%;
  }
}

.mv_logo {
  margin-top: 5vw;
}

@media (max-width: 820px) {
  .mv_logo {
    width: 65vw;
    position: relative;
    margin-top: 15vw;
    right: -40px;
  }
}

@media (max-width: 540px) {
  .mv_logo {
    right: -20px;
  }
}

.title_shuffle {
  width: 90%;
}

@media (max-width: 820px) {
  .title_shuffle {
    margin-top: 80px;
  }
}

@media (max-width: 540px) {
  .title_shuffle {
    margin-top: 40px;
  }
}

.rt_cp {
  display: block;
  width: 90%;
}

@media (max-width: 820px) {
  .rt_cp {
    margin: 50px auto;
    width: 90%;
  }
}

@media (max-width: 540px) {
  .rt_cp {
    margin: 25px auto;
    width: 100%;
  }
}

.rtcp_top_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rtcp_desc {
  font-size: 29px;
  color: #f899ac;
  line-height: 55px;
  margin: 40px 0;
  text-align: center;
}

@media (max-width: 540px) {
  .rtcp_desc {
    margin: 20px 0;
  }
}

.rtcp_desc h2,
.rtcp_desc p {
  font-weight: 900;
}

@media (max-width: 540px) {
  .rtcp_desc h2,
  .rtcp_desc p {
    letter-spacing: 0;
  }
}

.border_bottom {
  background-color: #b0e3e2;
  height: 9px;
  border-radius: 100px;
  display: block;
  width: 70px;
  margin: 20px auto;
}

@media (max-width: 540px) {
  .border_bottom {
    margin: 10px auto 40px;
  }
}

@media (max-width: 540px) {
  .rtcp_desc {
    font-size: 5vw;
    line-height: 1.7;
  }
}

.rtcp_desc h2 span {
  font-weight: 900;
}

.rtcp_text {
  font-size: 24px;
  margin-bottom: 25px;
}

@media (max-width: 540px) {
  .rtcp_text {
    font-size: 5vw;
  }
}

.brown {
  color: #5B433D;
}

.rtcp_desc .pink {
  color: #e357a0;
  font-size: 36px;
  font-weight: 900;
}

@media (max-width: 540px) {
  .rtcp_desc .pink {
    font-size: 21px;
  }
}

.pink.big {
  font-size: 50px;
}

@media (max-width: 540px) {
  .pink.big {
    font-size: 8vw;
  }
}

a:visited,
a:hover,
a:active,
a:link {
  color: #3DD;
}

a.btn_work_link {
  display: block;
  padding: 0.7em 2em;
  background-color: #fff;
  border: 7px solid #9EE5E3;
  text-align: center;
  text-decoration: none;
  border-radius: 70px;
  width: 380px;
  margin: 50px auto;
  font-size: 29px;
  font-weight: 800;
  cursor: pointer;
  color: #3DD;
}

a.btn_work_link:visited, a.btn_work_link:hover, a.btn_work_link:active, a.btn_work_link:link {
  color: #3DD;
}

a.btn_work_link:after {
  position: absolute;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
  top: 26px;
  padding-left: 20px;
  font-weight: 600;
}

@media (max-width: 540px) {
  a.btn_work_link:after {
    font-size: 3vw;
    top: 16px;
  }
}

a.btn_work_link:hover {
  opacity: 0.8;
}

a.btn_work_link:hover:after {
  right: 35px;
}

@media (max-width: 540px) {
  a.btn_work_link {
    border: 5px solid #9EE5E3;
    width: 54vw;
    font-size: 4vw;
    margin: 0 auto 30px;
  }
}

.follow_btn {
  color: #5B433D !important;
  position: relative;
}

.follow_btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #5B433D;
  position: absolute;
  bottom: -7px;
  left: 0;
}

.shikishi_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shikishi_caption span {
  font-weight: 800;
  color: #5B433D;
  font-size: 12px;
}

@media (max-width: 540px) {
  .shikishi_caption span {
    font-size: 2vw;
    letter-spacing: 0;
  }
}

@media (max-width: 540px) {
  .shikishi {
    width: 100%;
  }
}

.hiniti {
  font-size: 26px;
  font-weight: 900;
  color: #f899ac;
  letter-spacing: 0.2rem;
  margin-top: 50px;
}

@media (max-width: 540px) {
  .hiniti {
    margin: 10px auto 20px;
    line-height: 1.5;
  }
}

.hiniti span {
  font-size: 43px;
  letter-spacing: 0;
  margin-right: 3px;
  font-weight: 900;
  color: #e357a0;
}

@media (max-width: 540px) {
  .hiniti span {
    font-size: 8vw;
    letter-spacing: 0;
    margin-right: 3px;
    font-weight: 900;
    color: #e357a0;
  }
}

.shikishi_shimekiri {
  width: 100%;
  text-align: center;
}

.profile_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 820px) {
  .profile_content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.profile_text {
  color: #f899ac;
  width: 50%;
}

@media (max-width: 820px) {
  .profile_text {
    width: 80%;
  }
}

@media (max-width: 540px) {
  .profile_text {
    width: 100%;
  }
}

.profile_text p {
  font-weight: 800;
}

.profile_text .name {
  font-weight: 900;
  color: #e357a0;
  font-size: 30px;
}

.profile_text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.profile_text dl dt {
  font-size: 18px;
  font-weight: 900;
  color: #e357a0;
  width: 30%;
}

.profile_text dl dd {
  color: #5b4330;
  font-weight: 900;
  font-size: 13px;
  width: 70%;
}

.profile_text dl dd span {
  color: #e357a0;
  font-weight: 900;
}

.profile_text dl dd.work_content {
  position: relative;
  margin-top: 0;
  width: 23vw;
}

@media (max-width: 820px) {
  .profile_text dl dd.work_content {
    width: 100%;
  }
}

.profile_image {
  width: 60%;
  margin-right: 30px;
}

@media (max-width: 820px) {
  .profile_image {
    margin-right: 0;
  }
}

@media (max-width: 540px) {
  .profile_image {
    width: 90%;
  }
}

.title_interview {
  max-width: 443px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  left: 420px;
}

@media (max-width: 1280px) {
  .title_interview {
    display: initial;
    left: 320px;
    top: -30px;
  }
}

.interviewer {
  font-size: 22px;
  color: #e357a0;
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 900;
  padding-top: 50px;
}

@media (max-width: 820px) {
  .interviewer {
    font-size: 3.7vw;
    padding-top: 20px;
  }
}

@media (max-width: 540px) {
  .interviewer {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}

.interview_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1280px) {
  .interview_text {
    display: initial;
  }
}

.interview_box {
  margin-top: 40px;
}

.interviewee {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-weight: 800;
  font-size: 17px;
  color: #5B433D;
  letter-spacing: 0;
  line-height: 2;
}

@media (max-width: 820px) {
  .interviewee {
    font-size: 3vw;
  }
}

@media (max-width: 540px) {
  .interviewee {
    font-size: 3.5vw;
  }
}

.yasunokiyono_image {
  margin: auto 0;
  padding-left: 50px;
}

@media (max-width: 1280px) {
  .yasunokiyono_image {
    margin: 0 auto;
    padding: 50px 0 0;
    display: block;
  }
}

@media (max-width: 820px) {
  .yasunokiyono_image {
    margin: 50px auto 0;
    display: block;
    width: 90%;
    padding-left: 0;
  }
}

@media (max-width: 540px) {
  .yasunokiyono_image {
    margin: 0 auto;
  }
}

.yasunokiyono_center {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 530px;
  padding-top: 50px;
}

.recommend_box p {
  font-size: 12px;
  color: #3f6ba7;
  line-height: 1.3;
  letter-spacing: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 820px) {
  .recommend_box p {
    font-size: 16px;
    line-height: 2.3;
  }
}

@media (max-width: 540px) {
  .recommend_box p {
    font-size: 11px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.recommend_box {
  width: calc((100% /3) - 34px);
  margin-bottom: 50px;
}

@media (max-width: 540px) {
  .recommend_box {
    margin-bottom: 30px;
  }
}

.recommend_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recommend_wrap img {
  border-radius: 10px;
}

.recommend_box:not(:nth-child(3n)) {
  margin-right: 50px;
}

.recommend_box img {
  width: 100%;
  max-width: 287px;
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  .recommend_box img {
    margin-bottom: 10px;
  }
}

.interview_wrap {
  position: relative;
}

.mv .lp_sec_inner {
  height: 100%;
  width: 90vw;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 820px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .rtcp_text {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .interview_top {
    display: block;
    position: inherit;
    width: 100%;
    margin-left: 0;
  }
  .interview_text {
    display: block;
  }
  .follow_btn::after {
    bottom: -4px;
  }
  .title_interview {
    position: relative;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 85%;
    top: -80px;
  }
  .title_osusume {
    margin: 30px 0 50px 0;
  }
  .recommend_box {
    width: calc((100% /2) - 10px);
  }
  .recommend_box:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .recommend_box:not(:nth-child(2n)) {
    margin-right: 20px;
  }
}
/*# sourceMappingURL=lp.css.map */</pre></body></html>