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

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, -50%, 0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 50%, 0);
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes boundL {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }

  50% {
    transform: scale(0.75);
  }

  80% {
    transform: translateX(10%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes boundR {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }

  50% {
    transform: scale(0.75);
  }

  80% {
    transform: translateX(-10%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  30% {
    transform: rotate(-2deg);
  }

  60% {
    transform: rotate(2deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes clip {
  0% {
    transform: translate(0);
  }

  10% {
    transform: translate(10px, -20px);
  }

  20% {
    transform: translate(0);
  }

  30% {
    transform: translate(10px, -20px);
  }

  40% {
    transform: translate(0);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes fadeBottomIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }

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

@keyframes bounceIn {

  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

html,
body {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.8;
  color: #fff;
}

.container {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: .05em;
  color: #333;
}

a {
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

.mv {
  position: relative;
  width: 100%;
  height: 90vh;
  background-image: url(mv_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top 5% center, top left 20%, top center;
  padding: 50px 0;
  margin-bottom: 100px;
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.mv_logo {
  display: block;
  max-width: 482px;
  width: 100%;
  position: absolute;
  right: 0;
}

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

.lp_sec_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.lp_sec_wrap .lp_sec_inner {
  padding: 80px 50px;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.title_amane {
  display: block;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 40px;
}

.rt_cp {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 40px;
}

.rtcp_desc p {
  font-size: 29px;
  font-weight: bold;
  color: #3F6BA7;
}

.rtcp_desc {
  text-align: center;
}

.rtcp_desc p span {
  font-weight: bold;
}

.rtcp_desc .pink {
  color: #E57979;
  font-size: 36px;
}

.rtcp_desc p .yellow_line {
  background: linear-gradient(transparent 91%, #feff89 70%);
}

.follow_btn {
  color: #1da1f2 !important;
  position: relative;
}

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

.shikishi_inner {
  position: relative;
  display: flex;
}

.nami_line {
  background: url(line.png) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
  top: 5px;
  background-size: cover;
}

.shikishi_wrap {
  position: relative;
}

#rtcp .lp_sec_inner {
  padding: 0;
  overflow: hidden;
}

.shikishi {
  position: relative;
  top: -50px;
  left: 40px;
}

.fukidashi p {
  color: #f75d5d;
  font-size: 22px;
  font-weight: bold;
}

.fukidashi {
  background: #fff;
  border-radius: 50px;
  padding: 5px 0;
  letter-spacing: 0.1rem;
  text-align: center;
  position: relative;
  width: 227px;
  display: block;
  margin: 0 auto 10px;
}

.fukidashi::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -6px;
  left: calc(50% - 5px);
}

.hiniti {
  font-size: 35px;
  font-weight: bold;
  color: #12478f;
  letter-spacing: 0.2rem;
}

.hiniti span {
  font-size: 43px;
  font-weight: bold;
  color: #fff;
}

.shikishi_shimekiri {
  padding: 70px 0 50px 80px;
}

.rtcp_top_wrap {
  padding: 60px 40px 80px;
}

.lp_sec_wrap {
  margin-bottom: 80px;
}

.title_interview {
  max-width: 443px;
  width: 100%;
  display: block;
  margin: 0 auto 70px;
}

.interviewer {
  font-size: 17px;
  color: #e57979;
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
}

.interviewee {
  font-size: 18px;
}

.interview_box.underline {
  border-bottom: 3px dotted #fff;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.tokuisora_square {
  max-width: 890px;
  width: 100%;
  display: block;
  margin: 20px auto;
}

.recommend_box p {
  font-size: 14px;
  color: #3f6ba7;
  letter-spacing: 0.15rem;
}

.title_osusume {
  max-width: 582px;
  width: 100%;
  display: block;
  margin: 0 auto 80px;
}

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

.recommend_wrap {
  display: flex;
  flex-wrap: wrap;
}

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

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

.btn_other_work {
  display: block;
  margin: 0 auto;
  max-width: 386px;
}

.btn_other_work img {
  display: block;
  max-width: 386px;
  width: 100%;
}

.tokuisora_circle {
  max-width: 244px;
  width: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: -140px;
}

.interview_wrap {
  position: relative;
}

.title_amane.sp {
  display: none;
}

.mv .lp_sec_inner {
  position: relative;
  height: 100%;
}

.mv_free {
  position: absolute;
  bottom: -100px;
  left: 0;
  max-width: 290px;
  width: 100%;
}

.mv_btn_wrap {
  display: block;
}

.mv_btn {
  position: absolute;
  bottom: 60px;
  max-width: 380px;
  width: 100%;
  left: 0;
}

#movie.lp_sec_wrap .lp_sec_inner {
  padding: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
}

#movie.lp_sec_wrap .lp_sec_inner iframe {
  width: 100%;
  min-height: 563px;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1000px) {
  .tokuisora_circle {
    max-width: 170px;
    top: -70px;
  }

  .lp_sec_wrap {
    margin: 0 10px 80px 10px;
  }
}

@media screen and (max-width: 900px) {
  .nami_line {
    background: url(line_sp.png) no-repeat;
  }
}

@media screen and (max-width: 768px) {
  .mv_logo {
    max-width: 400px;
  }

  .title_amane.sp {
    display: block;
    margin-bottom: 30px;
  }

  .title_amane.pc {
    display: none;
  }

  .nami_line {
    background: url(line_sp.png) no-repeat;
  }

  .lp_sec_wrap {
    margin: 0 10px 40px 10px;
  }
  
  .mv {
    background-position: right 60% center;
    width: 100vw;
    height: 100vw;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .mv_logo {
    max-width: 50%;
    top: -40px;
  }

  .mv_btn {
    max-width: 50%;
    left: inherit;
    right: 0;
    bottom: 7%;
  }

  .mv_free {
    max-width: 46%;
    left: inherit;
    right: 10px;
    bottom: -18%;
  }

  .lp_sec_wrap .lp_sec_inner {
    padding: 40px 15px;
  }

  .rtcp_desc p {
    font-size: 5vw;
  }

  .rtcp_top_wrap {
    padding: 40px 15px 40px;
  }

  .rtcp_desc .pink {
    font-size: 7vw;
  }

  .follow_btn::after {
    bottom: -4px;
  }

  .shikishi_inner {
    display: block;
  }

  .shikishi {
    display: block;
    position: static;
    max-width: 282px;
    width: 100%;
    margin: 0 auto 0;
  }

  .shikishi_shimekiri {
    padding: 20px 15px 40px;
  }

  .hiniti {
    font-size: 5vw;
    text-align: center;
  }

  .hiniti span {
    font-size: 6vw;
  }

  .fukidashi p {
    font-size: 18px;
  }

  .fukidashi {
    width: 200px;
  }

  .nami_line {
    top: 30px;
    background: url(line_sp.png) no-repeat;
  }

  .title_interview {
    max-width: 350px;
    margin-bottom: 100px;
  }

  .tokuisora_circle {
    max-width: 130px;
    top: -95px;
  }

  .interviewer {
    font-size: 3.7vw;
  }

  .interviewee {
    font-size: 4vw;
  }

  .title_osusume {
    max-width: 350px;
    margin-bottom: 40px;
  }

  .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;
  }

  .interview_box.underline {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  .rt_cp {
    margin-bottom: 30px;
  }
}


@media screen and (max-width: 600px) {
  .mv_free {
    bottom: -20%;
  }
}

@media screen and (max-width: 560px) {
  #movie.lp_sec_wrap .lp_sec_inner iframe {
    min-height: 315px;
  }
}

@media screen and (max-width: 520px) {
  .mv_free {
    bottom: -23%;
  }
}

@media screen and (max-width: 430px) {
  .mv_free {
    bottom: -26%;
  }
  
  .mv_btn {
    bottom: 6%;
  }
}

@media screen and (max-width: 400px) {
  .mv_free {
    bottom: -28%;
  }
}

@media screen and (max-width: 340px) {
  .mv_free {
    bottom: -32%;
  }
  
  .mv_btn {
    bottom: 0;
  }
}








</pre></body></html>