@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;
  transition: .5s;
  cursor: pointer;
}

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

.mv {
  position: relative;
  width: 100%;
  height: 96vh;
  background-color: #6b0800;
  background-image: url(../img/lp/mv_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 30% center;
  overflow: hidden;
}

.mv_logo {
  width: 66vh;
  position: absolute;
}

@media screen and (max-width: 1024px) {
  .mv_logo {
    max-width: 60%;
  }
}

.mv_img_wrap {
  margin-top: 2vw;
}

.lp_wrapper {
  overflow: hidden;
  width: 100%;
  background: url(../img/lp/bg.jpg) 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: rgba(255, 255, 255,1);
  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 screen and (max-width: 1024px) {
  .lp_sec_wrap .lp_sec_inner {
    width: 800px;
    padding: 60px;
  }
}

@media screen and (max-width: 768px) {
  .lp_sec_wrap {
    margin: 6vw;
  }

  .lp_sec_wrap .lp_sec_inner {
    padding: 3vw;
    width: 100%;
  }
}

@media screen and (max-width: 428px) {
  .lp_sec_wrap {
    margin: 20px;
  }

  .lp_sec_wrap .lp_sec_inner {
    padding: 20px;
    width: 100%;
  }
}

.title_oinari_isuzu {
  width: 55vh;
  margin: 40px auto;
}


@media screen and (max-width: 1024px) {
  .title_oinari_isuzu {
    width: 57vw;
  }
}

@media screen and (max-width: 428px) {
  .title_oinari_isuzu {
    width: 70vw;
    margin: 20px auto;
  }
}

.rt_cp {
  display: block;
  width: 70%;
  margin: 70px auto 40px;
}

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

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

.rtcp_desc {
  font-size: 29px;
  font-weight: 700;
  color: #6e1c16;
  line-height: 55px;
  margin-top: 23px;
  text-align: center;
}

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

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

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

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

.rtcp_desc .red {
  color: #db2f21;
  font-size: 36px;
}

@media screen and (max-width: 428px) {
  .rtcp_desc .red {
    font-size: 7vw;
  }
}

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

@media screen and (max-width: 428px) {
  .red.big{
    font-size: 8vw;
  }
}

.follow_btn {
  color: #6e1c16 !important;
  position: relative;
}

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

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

@media screen and (max-width: 1024px) {
  .shikishi_inner {
    display: block;
    position: initial;
    text-align: center;
  }
}

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

.shikishi {
  position: relative;
  top: -50px;
  left: 98px;
  transform: rotate( -6deg );
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .shikishi {
    position: initial;
    margin-bottom: 0;
  }
}

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

.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: 26px;
  font-weight: 900;
  color: #6e1c16;
  line-height: 60px;
  letter-spacing: 0.2rem;
  border-bottom: dotted 9px #d8b261;
  padding-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .hiniti {
    border-bottom: dotted 7px #d8b261;
    padding-bottom: 0;
    letter-spacing: 0;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 428px) {
  .hiniti {
    margin: 15px 0 50px 0;
    line-height: 1.4;
    padding-bottom: 10px;
    font-size: 6vw;
  }
}

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

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

.shikishi_shimekiri {
  padding: 40px 0 0px 120px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .shikishi_shimekiri {
  padding: 40px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .shikishi_shimekiri {
    padding: 0;
    width: 70%;
    margin: 0 auto 0;
  }
}

@media screen and (max-width: 428px) {
  .shikishi_shimekiri {
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
}

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

@media screen and (max-width: 768px) {
  .rtcp_top_wrap {
    padding: 40px 25px 40px;
  }
}

@media screen and (max-width: 428px) {
  .rtcp_top_wrap {
    padding: 0;
  }
}

.interview_top {
  display: flex;
  position: absolute;
}

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

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

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

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

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

.interview_text {
  display: flex;
  align-items: center;
}

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

.interview_box {
  margin-top: 40px;
}

.interviewee {
  align-self: flex-start;
  font-weight: 700;
  font-size: 17px;
  color: #6e1c16;
  letter-spacing: 0;
  line-height: 2;
}

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

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

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

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

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

@media screen and (max-width: 428px) {
  .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;
}

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

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

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

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

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

.recommend_wrap {
  display: flex;
  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;
}

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

.btn_other_work img {
  height: 80px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .btn_other_work img {
    margin-bottom: 30px;
    height: 110px;
  }
}

@media screen and (max-width: 428px) {
  .btn_other_work img {
    margin-bottom: 30px;
    height: 20vw;
  }
}

.yasunokiyono_profile {
  left: 470px;
  top: 30px;
  width: 50%;
  position: relative;
}

@media screen and (max-width: 1024px) { 
  .yasunokiyono_profile {
    left: 330px;
    top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .yasunokiyono_profile {
    position: inherit;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 428px) {
  .yasunokiyono_profile {
    width: 98%;
    margin-top: -60px;
  }
}

.interview_wrap {
  position: relative;
}

.title_oinari_isuzu.sp {
  display: none;
}

.mv .lp_sec_inner {
  height: 100%;
  width: 100vh;
}

.mv_free {
  position: absolute;
  bottom: 0;
  width: 32vh;
}

@media screen and (max-width: 1024px) {
  .mv_free {
    max-width: 46%;
    bottom: -6px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 428px) {
  .mv_free {
    bottom: -3px;
  }
}

.mv_btn {
  position: absolute;
  width: 32vh;
  top: 57vh;
}

@media screen and (max-width: 768px) {
  .mv_btn {
    top: 50vw;
    width: 40vw;
  }
}

@media screen and (max-width: 428px) {
  .mv_btn {
    top: 49vw;
    width: 57vw;
  }
}

.mv_btn.secound {
  top: 68vh;
}

@media screen and (max-width: 768px) {
  .mv_btn.secound {
    top: 64vw;
  }
}

@media screen and (max-width: 428px) {
  .mv_btn.secound {
    top: 67vw;
  }
}

.pc { display:block; }
.sp { display:none; }

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

  .mv {
    background-position: right 30% center;
    width: 100%;
    height: 100vw;
    margin-bottom: 0;
  }

  .title_oinari_isuzu.sp {
    display: block;
    max-width: 50vh;
  }

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

  .shikishi_inner {
    display: block;
  }

  .shikishi {
    display: block;
    position: static;
    max-width: 80%;
    width: 100%;
    margin: 0 auto 0;
    transform: rotate( 0deg );
  }

  .title_interview {
    position: relative;
    left: 0;
    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;
  }
}
