@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* reset for form */
input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/*========== set.scss ==========*/
html {
  font-size: 62.5%;
  background: url(../images/bg_body.png) center top repeat-y;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  html {
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #464646;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.4666666667vw;
  }
}
body img {
  display: block;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#contentWrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .noSP {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .noPC {
    display: none !important;
  }
}

/*========== l-header.scss ==========*/
@media screen and (min-width: 768px) {
  .l-header {
    background: url(../images/bg_header_pc.png) 0 0 repeat-x;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 17.0666666667vw 0 0;
    background: url(../images/bg_header_sp.png) center top no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    width: 100%;
    max-width: 790px;
    margin: auto;
    padding-top: 130px;
    padding-bottom: 200px;
    position: relative;
  }
  .l-header__inner:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url("../images/header_obj_pc.png") center bottom no-repeat;
    background-size: 100% auto;
  }
}

/*========== l-footer.scss ==========*/
.l-footer {
  display: block;
  background: url(../images/bg_footer.png) center repeat;
  background-size: cover;
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2vw 0;
  }
}

/*========== c-inner.scss ==========*/
@media screen and (max-width: 767px) {
  .c-inner {
    padding-left: 6.6666666667vw;
    padding-right: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-inner {
    width: 90%;
    max-width: 800px;
    margin: auto;
  }
}

/*========== p-header.scss ==========*/
.p-header-ttl {
  display: block;
  margin: 0 auto 30px;
  width: 392px;
}
@media screen and (max-width: 767px) {
  .p-header-ttl {
    width: 60vw;
    margin: 0 auto 6.1333333333vw;
  }
}
.p-header-lead {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-header-lead {
    padding-bottom: 30.9333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.p-header-lead p {
  margin: 0 auto;
  width: 71.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-header-lead p {
    width: 459px;
  }
}
.p-header-lead:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 67.7333333333vw;
  left: 0;
  bottom: 0;
  background: url("../images/header_obj_sp.png") center bottom no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .p-header-lead:after {
    display: none;
  }
}

/*========== p-footer.scss ==========*/
@media screen and (min-width: 768px) {
  .p-footer-copyright {
    width: 90%;
    max-width: 800px;
  }
}
.p-footer-copyright img {
  display: block;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .p-footer-copyright img {
    width: 50%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-copyright img {
    width: 70vw !important;
  }
}
.p-footer-logo {
  display: block;
  margin: 0 auto 40px;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-footer-logo {
    width: 38.6666666667vw;
    margin-bottom: 6vw;
  }
}

/*========== p-intro.scss ==========*/
@media screen and (max-width: 767px) {
  .p-intro {
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .p-intro {
    width: 50%;
    padding: 0 3.75%;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-introWrap {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-introWrap {
    margin: 0 -3.3333333333vw;
    padding: 0 3.3333333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-intro-inner {
    display: flex;
    flex-wrap: wrap;
  }
}
.p-intro-archive {
  margin: 0 auto 5.3333333333vw;
  width: 44.5333333333vw;
}
@media screen and (min-width: 768px) {
  .p-intro-archive {
    width: 334px;
    margin-bottom: 30px;
  }
}
.p-intro-ttl {
  display: block;
  margin: auto;
  width: 56%;
}
@media screen and (max-width: 767px) {
  .p-intro-ttl {
    width: 35.7333333333vw;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-intro-ttl {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro-btn {
    width: 51%;
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .p-intro-btn {
    position: absolute;
    width: 38%;
    right: 0;
    top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-intro-obj {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-intro-obj {
    width: 65%;
    margin-bottom: 15px;
  }
}
.p-intro-txt {
  color: #d78989;
}
@media screen and (max-width: 767px) {
  .p-intro-txt {
    width: 49%;
    padding-right: 0.5em;
    order: 1;
  }
}

/*========== p-movie.scss ==========*/
.p-movie {
  margin-bottom: 13.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-movie {
    margin-bottom: 75px;
  }
}
.p-movie-ttl {
  margin: 0 auto 2.4vw;
  width: 19.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-movie-ttl {
    width: 145px;
    margin-bottom: 15px;
  }
}
.p-movie-txt {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.75em;
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 768px) {
  .p-movie-txt {
    font-size: 1.7rem;
  }
}
.p-movie .movie {
  width: 100%;
  height: 49.3333333333vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-movie .movie {
    width: 640px;
    height: 363px;
    margin: 0 auto;
  }
}
.p-movie .movie-inner {
  display: block;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.p-movie .thumb {
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}
.p-movie .movie-player {
  position: relative;
  z-index: 10;
}

/*========== p-pickup.scss ==========*/
.p-pickup {
  background: #fff;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-pickup {
    margin-bottom: 55px;
  }
}
.p-pickup__inner {
  position: relative;
  padding: 4.6666666667vw 0 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-pickup__inner {
    margin: 0 auto;
    width: 640px;
    padding: 27px 0;
  }
}
.p-pickup__inner:before, .p-pickup__inner:after {
  content: "";
  display: block;
  position: absolute;
}
.p-pickup__inner:before {
  left: 4.8vw;
  top: -6.1333333333vw;
  background: url("../images/pickup_obj01_sp.png") center no-repeat;
  background-size: contain;
  width: 28.2666666667vw;
  height: 16.8vw;
}
@media screen and (min-width: 768px) {
  .p-pickup__inner:before {
    background-image: url("../images/pickup_obj01.png");
    left: 85px;
    top: -25px;
    width: 156px;
    height: 72px;
  }
}
.p-pickup__inner:after {
  right: 18vw;
  bottom: 1.7333333333vw;
  background: url("../images/pickup_obj02.png") center no-repeat;
  background-size: contain;
  width: 9.8666666667vw;
  height: 10.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-pickup__inner:after {
    right: 110px;
    bottom: 18px;
    width: 42px;
    height: 48px;
  }
}
.p-pickup .forTtl {
  margin: 0 auto 2.6666666667vw;
  width: 51.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-pickup .forTtl {
    width: 256px;
    margin-bottom: 10px;
  }
}
.p-pickup .forTxt {
  font-feature-settings: "palt";
  color: rgb(89, 87, 87);
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.5em;
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .p-pickup .forTxt {
    font-size: 1.5rem;
  }
}
.p-pickup .forBtn {
  display: block;
  margin: 0 auto;
  width: 30.4vw;
}
@media screen and (min-width: 768px) {
  .p-pickup .forBtn {
    width: 165px;
  }
}

/*========== p-group.scss ==========*/
.p-group-btn {
  display: block;
  position: relative;
  margin-bottom: 9.3333333333vw;
}
@media screen and (min-width: 768px) {
  .p-group-btn {
    width: 640px;
    margin: 0 auto 75px;
  }
}
.p-group-btn.withNew:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/group_btn_new.png") 0 0 no-repeat;
  background-size: contain;
  left: -0.9333333333vw;
  top: -0.9333333333vw;
  width: 10.8vw;
  height: 10.8vw;
}
@media screen and (min-width: 768px) {
  .p-group-btn.withNew:after {
    width: 66px;
    height: 66px;
    top: -10px;
    left: -10px;
  }
}

/*========== u-utility.scss ==========*/