@charset "UTF-8";
/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* PC・SP分岐 */
.pc {
  display: inline !important;
}

.pc2 {
  display: block !important;
}

.sp {
  display: none !important;
}

.sp2 {
  display: none !important;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .pc2 {
    display: none !important;
  }

  .sp {
    display: inline !important;
  }

  .sp2 {
    display: block !important;
  }
}
@media only screen and (max-width: 750px) {
  img {
    max-width: 100%;
  }
}
/*  body   */
body {
  width: 100%;
  background-color: #fff;
  color: #000;
  margin: auto;
  font-family: "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" ,"游明朝体", "Yu Mincho", YuMincho,  "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  text-align: center;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #777;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a:active {
  color: #777;
  text-decoration: none;
}

a img:hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
}

.link_text {
  color: #777 !important;
}

/*  contents   */
div#contents {
  width: 100%;
  margin: 0 auto;
}

/*  MV   */
.sec_mv {
  width: 100%;
  max-width: 100% !important;
  padding: 0;
  background: url("../img/mv.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fff;
}
.sec_mv .mv {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  height: 618px;
}
.sec_mv .mv .logo {
  position: absolute;
  width: 40.625%;
  top: 33.6%;
  left: 32.3%;
}
.sec_mv .mv .catch {
  position: absolute;
  width: 39.375%;
  top: 54%;
  left: 31%;
}

@media only screen and (max-width: 750px) {
  .sec_mv {
    width: 100%;
    max-width: 100% !important;
    background: url("../img/mv_sp.jpg") no-repeat;
    background-position: left top;
    background-size: cover;
    background-color: #fff;
    height: 0;
    padding: 0 0 69.7%;
  }
  .sec_mv .mv {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    height: 0;
    padding: 0 0 69.7%;
  }
  .sec_mv .mv .logo {
    position: absolute;
    width: 53.530751%;
    top: 40.85%;
    left: 33.5%;
  }
  .sec_mv .mv .catch {
    position: absolute;
    width: 55.125%;
    top: 56.9%;
    left: 33.9%;
  }
}
/*  btns   */
.sec_btns {
  width: 100%;
  margin: 95px auto 0;
  padding: 0;
}
.sec_btns .inner {
  width: 46%;
  max-width: 588px;
  height: auto;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

#act .sec_btns {
  margin: 140px auto 0;
}

@media only screen and (max-width: 750px) {
  .sec_btns {
    width: 100%;
    margin: 85px auto 0;
    padding: 0;
  }
  .sec_btns .inner {
    width: 75%;
    max-width: 100%;
    height: auto;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }

  #act .sec_btns {
    margin: 70px auto 0;
  }
}
/*  auther   */
.sec_auther {
  width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
}
.sec_auther .inner {
  padding: 150px 0 230px;
  color: #7d7d7d;
  line-height: 1;
}
.sec_auther .inner .genre {
  font-size: 20px;
  margin-bottom: 25px;
}
.sec_auther .inner .name {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 25px;
}
.sec_auther .inner .furigana {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 40px;
}
.sec_auther .inner .text {
  font-size: 14px;
  line-height: 2.2;
}
.sec_auther .inner .gothic {
  margin-top: 50px;
  font-size: 12px;
}

@media only screen and (max-width: 750px) {
  .sec_auther {
    width: 100%;
    margin: auto;
    padding: 0;
    text-align: center;
  }
  .sec_auther .inner {
    padding: 135px 5% 150px;
    color: #7d7d7d;
    line-height: 1;
  }
  .sec_auther .inner .genre {
    font-size: 18px;
    margin-bottom: 33px;
  }
  .sec_auther .inner .name {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .sec_auther .inner .furigana {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .sec_auther .inner .text {
    font-size: 13px;
    line-height: 2.2;
  }
  .sec_auther .inner .gothic {
    padding-top: 50px;
    font-size: 12px;
  }
}
/*  video  */
.sec_video {
  width: 100%;
  margin: auto;
  padding: 135px 0 0;
  text-align: center;
}
.sec_video .inner {
  max-width: 1000px;
  text-align: center;
  margin: auto;
}
.sec_video .inner .video {
  position: relative;
  width: 100%;
  padding-top: 57.5%;
}
.sec_video .inner .video fig,
.sec_video .inner .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (max-width: 750px) {
  .sec_video {
    width: 100%;
    margin: auto;
    padding: 30px 0 0;
    text-align: center;
  }
  .sec_video .inner {
    max-width: 100%;
    text-align: center;
    margin: auto;
    padding: 0 5%;
  }
  .sec_video .inner .video {
    position: relative;
    width: 100%;
    padding-top: 57.5%;
  }
  .sec_video .inner .video fig,
  .sec_video .inner .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
/*  poem   */
.sec_poem {
  width: 100%;
  margin: 145px auto 0;
  padding: 0;
}
.sec_poem .inner {
  max-width: 1000px;
  margin: auto;
  padding: 0 0 130px;
  color: #7d7d7d;
  border-bottom: 1px solid #231815;
}
.sec_poem .inner h3 {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.2em;
}
.sec_poem .inner .text {
  text-align: center;
  font-size: 17px;
  line-height: 2.5;
  margin-bottom: 45px;
}
.sec_poem .inner .text span.longbase {
  position: relative;
  padding-right: 45px;
}
.sec_poem .inner .text span.longbase::after {
  position: absolute;
  content: "";
  width: 38px;
  margin-left: 4px;
  padding-top: 19px;
  border-bottom: 1px solid #7d7d7d;
}

@media only screen and (max-width: 750px) {
  .sec_poem {
    width: 100%;
    margin: 120px auto 0;
    padding: 0;
  }
  .sec_poem .inner {
    width: 90%;
    max-width: 100%;
    margin: auto;
    padding: 0 0 100px;
    color: #7d7d7d;
    border-bottom: 1px solid #231815;
  }
  .sec_poem .inner h3 {
    margin-bottom: 40px;
    font-size: 23px;
    font-weight: normal;
    letter-spacing: 0.2em;
  }
  .sec_poem .inner .text {
    text-align: center;
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 40px;
  }
  .sec_poem .inner .text span.longbase {
    position: relative;
    padding-right: 38px;
  }
  .sec_poem .inner .text span.longbase::after {
    position: absolute;
    content: "";
    width: 32px;
    margin-left: 3px;
    padding-top: 17px;
    border-bottom: 1px solid #7d7d7d;
  }
}
/*  bywhom   */
.sec_bywhom {
  width: 100%;
  margin: 80px auto 0;
  padding: 0;
}
.sec_bywhom .inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0;
  color: #7d7d7d;
  line-height: 1;
  border-bottom: 1px solid #231815;
}
.sec_bywhom .inner p {
  text-align: right;
  font-size: 14px;
  margin-right: 20px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 750px) {
  .sec_bywhom {
    width: 90%;
    margin: 100px auto 0;
    padding: 0;
  }
  .sec_bywhom .inner {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0 5%;
    box-sizing: border-box;
    color: #7d7d7d;
    line-height: 1;
    border-bottom: 1px solid #231815;
  }
  .sec_bywhom .inner p {
    text-align: right;
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
div.back a {
  width: 100px;
  margin: 0 auto 50px;
  font-size: 12px;
  padding: 10px 20px;
  border: 1px solid #7d7d7d;
  display: block;
}
div.back a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 750px) {
  div.back a {
    width: 100px;
    margin: 0 auto 30px;
    font-size: 11px;
    padding: 8px 18px;
    border: 1px solid #7d7d7d;
    display: block;
  }
  div.back a:hover {
    opacity: 1;
  }
}
/*  footer  */
.footer {
  margin: 0;
  font-family: 'Khand', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 2em;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 40px 0 30px;
  width: 100%;
  max-width: 100% !important;
  background-color: #f3f3f3;
}
.footer .copy {
  text-align: center;
}
.footer .copy .copylogo {
  display: block;
  margin-bottom: -5px;
  text-align: center;
}
.footer .copy .copylogo img {
  width: 169px;
  height: 25px;
}

@media only screen and (max-width: 750px) {
  .footer {
    margin: 0;
    font-family: 'Khand', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 2em;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 20px 0 20px;
    width: 100%;
    max-width: 100% !important;
    background-color: #f3f3f3;
  }
  .footer .copy {
    text-align: center;
  }
  .footer .copy .copylogo {
    width: 35%;
    display: block;
    margin: 0 auto -5px;
    text-align: center;
  }
  .footer .copy .copylogo img {
    max-width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=lp.css.map */
