@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: 127vh;
  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;
}

.mv_logo {
  display: block;
  max-width: 1073px;
  width: 100%;
}

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

.btn {
  background: #e9ff00;
  color: #000 !important;
  font-weight: bold;
  padding: 30px 0;
  font-size: 22px;
  display: block;
  width: 400px;
  text-align: center;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  position: relative;
}

.btn.type_ancher::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -5px;
}

.mv_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.work_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.work_left {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  max-width: 460px;
  width: 100%;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  .work_left {
    width: auto;
  }
}

.work_right h3 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
  background: #fff;
  margin-bottom: 30px;
}

.work_right .author {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}

.work_right .price {
  font-size: 40px;
  font-weight: bold;
  color: #ff87df;
  letter-spacing: 0.4rem;
  margin-bottom: 20px;
}

.work_right .newwork_caption {
  font-size: 20px;
  margin-bottom: 32px;
}

.work_right {
  margin-left: 50px;
}

.work_right .btn {
  margin: 0 auto;
}

.lp_sec_wrap#work {
  padding: 130px 0;
  background: linear-gradient(110deg, #f7f7f7 0%, #f7f7f7 49.93%, #ffffff 49.93%, #ffffff 50%, #ffffff 50%, #ffffff 100%);
}

.int_intro_prof_wrap {
  background: url(int_prof_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 110px 0;
  transition: 0.3s ease all;
}

.int_intro_prof_wrap::before {
  display: block;
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  border: 0.5px solid rgba(255, 255, 255, 0.5);
  z-index: 1;
}

.int_intro_wrap {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.int_intro_txt_wrap {
  position: relative;
  z-index: 2;
  max-width: 510px;
  margin-left: auto;
}

.int_intro_txt p {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.7;
}

.int_prof_wrap {
  background: #000;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  padding: 50px;
  display: flex;
  align-items: end;
  margin-top: 50px;
}

.prof_img {
  max-width: 400px;
  width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .prof_img {
    width: auto;
  }
}

.prof_text_wrap h3 {
  font-size: 30px;
  font-weight: bold;
}

.prof_text_wrap h3 span {
  font-size: 14px;
  font-weight: bold;
  padding-left: 25px;
}

.prof_text_wrap p {
  font-size: 15px;
}

.prof_text_wrap {
  margin-left: 50px;
}

.int_intro_wrap .title_wrap {
  text-align: right;
}

.int_intro_wrap .title_wrap .sec_title {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 60px;
}

.sec_title {
  font-size: 49px;
  font-weight: bold;
  position: relative;
  z-index: 1;
  background: linear-gradient(transparent 91%, #e9ff00 70%);
  line-height: 1.2;
  margin-bottom: 40px;
  display: inline-block;
}

.subtitle {
  font-size: 30px;
  font-weight: bold;
}

.interviewer {
  position: relative;
  padding: 10px 0 0 70px;
  margin-bottom: 35px;
}

.interviewer::before {
  content: "";
  background: url(interviewer.png) no-repeat;
  background-size: 45px;
  height: 45px;
  width: 45px;
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
}

.interviewee {
  position: relative;
  padding-right: 100px;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 60px;
}

.interviewee::after {
  content: "";
  background: url(interviewee.png) no-repeat;
  background-size: 58px;
  height: 58px;
  width: 58px;
  display: block;
  position: absolute;
  top: 37px;
  right: 0;
}

.lp_sec_wrap#interview {
  padding: 100px 0;
}

.title_wrap {
  text-align: center;
}

.lp_sec_wrap#interview .sec_title {
  margin-bottom: 15px;
}

.interview_wrap {
  padding: 70px 0;
}

.interviewer p {
  font-size: 15px;
}

.interviewee p {
  font-size: 17px;
}

.interviewee_text_wrap {
  background: #f7f7f7;
  padding: 40px;
  max-width: 850px;
  position: relative;
}

.interviewee_text_wrap::after {
  content: "";
  width: 17px;
  height: 0px;
  border-style: solid;
  border-width: 17px 0 17px 17px;
  border-color: transparent transparent transparent #f7f7f7;
  right: -33px;
  top: 50px;
  position: absolute;
}

.twitter_box {
  text-align: center;
  max-width: 550px;
  margin: 0 auto 50px;
}

.btn.type_link::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 3px #000;
  border-left: solid 3px #000;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -5px;
}

.past_work {
  border: 5px solid #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3), 0px 0px 10px 0px rgba(0, 0, 0, 0.3) inset;
  padding: 45px 0;
  display: flex;
  justify-content: center;
}

.past_work_img {
  display: block;
  max-width: 280px;
  width: 100%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.past_work_text p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
}

.past_work_text p span {
  color: #ff87df;
  font-weight: bold;
}

.past_work_text {
  text-align: center;
  line-height: 2;
  margin-left: 70px;
  display: flex;
  align-items: center;
}

.lp_sec_wrap#boshu {
  background: url(boshu_bg.jpg) no-repeat center;
  padding: 130px 0 60px;
  color: #fff;
  text-align: center;
  background-size: cover;
}

.boshu_text {
  font-size: 15px;
  line-height: 3;
}

.boshu_caution {
  font-size: 14px;
}

.boshu_inner {
  margin-bottom: 120px;
}

.btn.type_mail {
  margin: 50px auto 15px;
}

.btn.type_mail::after {
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 100;
  position: absolute;
  right: 35px;
  top: 30px;
}

.int_intro_txt_wrap .sec_title {
  font-size: 32px;
  line-height: 1.6;
}

.int_bg_1 {
  position: absolute;
  right: -25%;
  top: 10%;
}

.int_bg_2 {
  position: absolute;
  left: -25%;
  top: 25%;
}

.int_bg_3 {
  position: absolute;
  right: -25%;
  top: 40%;
}

.int_bg_4 {
  position: absolute;
  left: -25%;
  top: 50%;
}

.interview_bg_img_wrap {
  z-index: -1;
}

.interviewee_text_img {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 30px auto;
}

.mv_btn_wrap .btn:first-child {
  margin-right: 80px;
}

.mv_logo.sp {
  display: none;
}

.movie_wrap {
  width: 100%;
  height: 100%;
  text-align: center;
  margin-top: 80px;
}

.movie_wrap iframe {
  width: 100%;
  min-height: 563px;
}

@media screen and (max-width: 1260px) {
  .int_intro_wrap .title_wrap .sec_title {
    margin-right: 60px;
  }

  .int_intro_txt_wrap {
    padding: 0 60px 0 0;
  }

  .int_intro_prof_wrap {
    background-position: left 31% center;
  }

  .int_prof_wrap {
    margin: 50px 40px 0;
  }
}

@media screen and (max-width: 900px) {
  .mv_btn_wrap .btn {
    font-size: 19px;
  }

  .int_intro_prof_wrap {
    background-position: left 25% center;
  }

  .int_prof_wrap {
    display: block;
    padding: 30px 20px;
    margin: 50px 40px 0;
  }

  .prof_img {
    margin: 0 auto 20px;
    display: block;
  }

  .prof_text_wrap {
    margin: 0;
  }

  .prof_text_wrap p {
    font-size: 14px;
  }
}

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

  .mv_logo.sp {
    display: block;
  }

  .mv {
    background-position: right 41% center;
    width: 100vw;
    height: 100%;
  }

  .lp_sec_inner {
    padding: 0 10px;
  }

  .btn {
    width: 100%;
  }

  .mv_btn_wrap .btn {
    font-size: 19px;
    font-size: 4vw;
    padding: 25px 0;
  }

  .mv_btn_wrap {
    padding: 0 20px;
    display: block;
  }

  .mv_btn_wrap .btn:first-child {
    margin-bottom: 30px;
  }

  .work_wrap {
    display: block;
  }

  .work_left {
    margin: 0 auto 30px;
    max-width: 400px;
  }

  .work_right {
    margin: 0;
  }

  .work_right .newwork_caption {
    font-size: 17px;
  }

  .work_right h3 {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
  
  .work_right h3 span,
  .work_right h3 > br {
    display: none;
  }

  .work_right .author {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .work_right .price {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .lp_sec_wrap#work {
    padding: 50px 0;
  }

  .int_intro_wrap .title_wrap .sec_title {
    font-size: 5.5vw;
    margin-right: 20px;
    margin-left: 20px;
  }

  .int_intro_txt p {
    font-size: 15px;
    line-height: 2.3;
  }

  .int_intro_prof_wrap::before {
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }

  .int_intro_txt_wrap {
    padding: 0 20px;
  }

  .sec_title {
    font-size: 7vw;
  }

  .subtitle {
    font-size: 5vw;
  }

  .interviewee p {
    font-size: 14px;
  }

  .interviewee_text_wrap {
    padding: 15px;
  }

  .interviewer p {
    font-size: 14px;
  }

  .interviewee {
    padding-right: 67px;
  }

  .interviewee::after {
    height: 50px;
    width: 50px;
    background-size: 50px;
  }

  .interviewee_text_wrap::after {
    width: 14px;
    border-width: 14px 0 14px 14px;
    right: -26px;
  }

  .past_work {
    display: block;
    padding: 20px;
  }

  .past_work_img {
    margin: 0 auto 20px;
  }

  .past_work_text {
    margin: 0;
    display: block;
  }

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

  .lp_sec_wrap#boshu {
    background: none;
    padding: 0;
  }

  .boshu_title_wrap {
    background: url(boshu_bg_sp.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    padding: 80px 0 40px;
  }

  .boshu_inner {
    margin: 0;
    padding: 30px 20px 10px;
  }

  .lp_sec_wrap#boshu .lp_sec_inner {
    padding: 0;
    background: #242424;
  }

  .boshu_text {
    font-size: 14px;
    line-height: 2;
  }

  .btn.type_mail {
    margin: 30px auto 15px;
    font-size: 4.5vw;
  }

  .boshu_caution {
    padding: 0 10px 20px;
  }

  .int_prof_wrap {
    margin: 50px 20px 0;
  }

  .int_bg_1 {
    right: -10%;
    top: 12%;
  }

  .int_bg_2 {
    right: -11%;
    left: inherit;
    top: 32%;
  }

  .int_bg_3 {
    right: -9%;
  }

  .int_bg_4 {
    left: inherit;
    right: -15%;
    bottom: 26%;
  }

  .interview_bg_img_wrap img {
    transition: 0.2s;
    display: none;
  }

  .lp_sec_wrap#interview {
    padding: 60px 0;
  }

  .interview_wrap {
    padding: 50px 0 0;
  }

  .int_intro_prof_wrap {
    padding: 80px 0;
  }
  
  .movie_wrap iframe {
    width: 100%;
    min-height: 315px;
  }}
}


@media screen and (max-width: 500px) {
  .int_intro_wrap .title_wrap .sec_title {
    text-align: center;
  }

  .int_bg_2 {
    top: 15%;
  }

  .int_bg_3 {
    top: 27%;
  }

  .int_bg_4 {
    right: -22%;
    top: 46%;
  }
}
