@charset "UTF-8";
.is-view-pc {
  display: none;
}

@media screen and (min-width:768px) {
  .is-view-sp {
    display: none;
  }
  .is-view-pc {
    display: block;
  }
}
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
.beginner-inner {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 60px;
}
.beginner-inner .beginner-top {
  text-align: center;
}
.beginner-inner .beginner-top .title {
  margin: 0 auto;
  text-shadow: #e0ca7e 0 0 10px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.2;
  display: inline;
  position: relative;
  text-align: center;
}
@media screen and (min-width:640px) {
  .beginner-inner .beginner-top .title {
    font-size: 2.5rem;
  }
}
.beginner-inner .beginner-top .title:before {
  content: "";
  display: inline-block;
  width: 1.3em;
  height: 1.3em;
  background-size: auto 100%;
  position: relative;
  top: 0.32em;
}
.beginner-inner .beginner-top .title span {
  display: block;
}
@media screen and (min-width:768px) {
  .beginner-inner .beginner-top .title span {
    display: inline-block;
  }
}
.beginner-inner .beginner-top .title .ls {
  margin-left: -15px;
}
.beginner-inner .beginner-top .text {
  max-width: 800px;
  margin: 15px auto 0;
  text-align: center;
}
@media screen and (min-width:640px) {
  .beginner-inner .beginner-top .text span {
    display: inline-block;
  }
}
.beginner-inner .beginner-contents {
  position: relative;
  font-family: yu-mincho-pr6n; /* "urw-din", sans-serif;*/
  font-weight: 400;
  font-style: normal;
  margin-top: 40px;
  z-index: 100;
}
.beginner-inner .beginner-title {
  margin-top: 60px;
  line-height: 1;
  font-size: 1.25rem;
  font-family: yu-mincho-pr6n; /* "urw-din", sans-serif;*/
  font-weight: 500;
  font-style: normal;
  position: relative;
  z-index: 10;
  text-align: center;
  letter-spacing: 0;
  color: #e0ca7e;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-shadow: 0 0 4px #000000;
}
.beginner-inner .beginner-title:lang(ko), .beginner-inner .beginner-title:lang(zh-cn), .beginner-inner .beginner-title:lang(zh-tw) {
  font-family: "source-han-serif-hc-variable", sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, arial, sans-serif;
  font-variation-settings: "wght" 250;
  font-style: normal;
}
.beginner-inner .beginner-title::before {
  position: absolute;
  display: block;
  content: "";
  background: url("/games/silenthill/f/s/img/common/title_bottom_line.png") center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 2px;
  bottom: 0;
}
@media screen and (min-width:640px) {
  .beginner-inner .beginner-title::before {
    background-size: 100% auto;
    width: 100%;
    height: 3px;
    bottom: 0;
  }
}
@media screen and (min-width:768px) {
  .beginner-inner .beginner-title {
    font-size: 1.75rem;
  }
}
.beginner-inner .beginner-section-title {
  text-align: center;
  letter-spacing: 0;
  font-weight: 300;
}
.beginner-inner .beginner-section-title span {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1.2em;
  position: relative;
  max-width: 980px;
  background: url("/games/silenthill/f/s/img/common/cum_title_sub_bg.png") no-repeat center center;
  background-size: auto;
  width: 100%;
  padding: 12px 0;
  /* &:after {
     content: '';
     height: 2px;
     width: 100%;
     @include gradation(left, (rgba($clBase4, 0) 0, $clBase4 20%, $clBase4 80%, rgba($clBase4, 0) 100%));
     position: absolute;
     left: 0;
     bottom: 0;
   }*/
}
@media screen and (min-width:640px) {
  .beginner-inner .beginner-section-title span {
    padding: 6px 30px;
    font-size: 1.75rem;
  }
}
.beginner-inner .beginner-section-title span .grad {
  color: #eeeeee;
  background: linear-gradient(to bottom, #fff 20%, #242423 100%);
  background: -webkit-linear-gradient(top, #fff 20%, #242423 100%);
  background: -moz-linear-gradient(top, #fff 20%, #242423 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.beginner-inner .beginner-section-title span .color {
  color: #e8d79f;
  font-weight: normal;
}
.beginner-inner .text-block {
  padding-top: 2rem;
  margin: 0 auto;
}
.beginner-inner .text-block:not(:first-child) {
  padding-top: 60px;
}
.beginner-inner .text-block .text-area {
  margin-top: 20px;
}
.beginner-inner .text-block .text-area .more {
  margin-top: 30px;
  position: relative;
  border-image: url("/games/silenthill/f/s/img/common/border.png") 3/3px round;
  background-color: rgba(82, 82, 74, 0.3);
  width: 100%;
}
.beginner-inner .text-block .text-area .more::before, .beginner-inner .text-block .text-area .more::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  pointer-events: none;
  box-shadow: 0 0 3px #000000 inset;
  border-image: url("/games/silenthill/f/s/img/common/border_v.png") 3/3px round;
  z-index: 1;
  opacity: 0.75;
}
@media screen and (min-width:768px) {
  .beginner-inner .text-block .text-area .more::before, .beginner-inner .text-block .text-area .more::after {
    top: -20px;
  }
}
.beginner-inner .text-block .text-area .more::before {
  left: 0;
}
.beginner-inner .text-block .text-area .more::after {
  right: 0;
}
.beginner-inner .text-block .text-area .more .title {
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.6;
  padding: 0 10px 2px;
  position: relative;
  border-left: 6px #242423 solid;
}
.beginner-inner .text-block .text-area .more .title.ar {
  border: none;
  border-right: 6px #242423 solid;
}
.beginner-inner .text-block .text-area .more .text {
  padding: 1rem;
  box-sizing: border-box;
}
.beginner-inner .story-block {
  margin-top: 60px;
  position: relative;
}
.beginner-inner .story-block .story-area {
  margin-top: 30px;
  background: #000000;
  position: relative;
}
.beginner-inner .story-block .story-area .bg {
  width: 100%;
  height: 70vw;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .beginner-inner .story-block .story-area .bg {
    width: 70%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.beginner-inner .story-block .story-area .bg .inner {
  width: 100%;
  height: 100%;
  position: relative;
  background: url("/games/silenthill/f/s/img/beginner/story.png") center center no-repeat;
  background-size: cover;
}
@supports (background-image: url("/games/silenthill/f/s/img/beginner/story.webp")) {
  .beginner-inner .story-block .story-area .bg .inner {
    background-image: url("/games/silenthill/f/s/img/beginner/story.webp");
  }
}
.beginner-inner .story-block .story-area .bg .inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
  background: -webkit-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, #000000, rgba(0, 0, 0, 0));
}
@media screen and (min-width:768px) {
  .beginner-inner .story-block .story-area .bg .inner:after {
    width: 30%;
    height: 100%;
    bottom: auto;
    top: 0;
    background: linear-gradient(to right, #000000, rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(left, #000000, rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(left, #000000, rgba(0, 0, 0, 0));
  }
}
.beginner-inner .story-block .story-area .text {
  position: relative;
  width: 88%;
  margin: -40px auto 0;
  padding: 0 0 40px;
}
@media screen and (min-width:768px) {
  .beginner-inner .story-block .story-area .text {
    width: 100%;
    max-width: 650px;
    margin: 0;
    padding: 100px 50px;
    line-height: 1.9em;
  }
}
.beginner-inner .story-block .story-area .text p:not(:first-child) {
  margin-top: 15px;
}
.beginner-inner .story-block .story-area .text p span {
  display: inline-block;
}
.beginner-inner .flex-box {
  margin-top: 30px;
}
@media screen and (min-width:768px) {
  .beginner-inner .flex-box {
    display: -webkit-box; /*Android4.3*/
    display: -moz-box; /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
  }
}
.beginner-inner .flex-box .img {
  box-shadow: 0 0 10px rgba(224, 202, 126, 0.5), 0 0 16px rgba(82, 82, 74, 0.1);
  border: 1px solid rgba(224, 202, 126, 0.3);
  line-height: 0;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  .beginner-inner .flex-box .img {
    width: 60%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.beginner-inner .flex-box .img video,
.beginner-inner .flex-box .img img {
  width: 100%;
}
.beginner-inner .flex-box .text {
  margin-top: 15px;
}
@media screen and (min-width:768px) {
  .beginner-inner .flex-box .text {
    margin-top: 0;
    padding-right: 25px;
    width: 40%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.beginner-inner .flex-box .text .title {
  position: relative;
  margin-bottom: 8px;
  font-size: 1.25rem;
  line-height: 30px;
  font-weight: normal;
  color: #e8d79f;
  text-shadow: 0 0 5px #000000;
}
.beginner-inner .flex-box .text .title::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  top: -2rem;
  left: -2rem;
  background: url("/games/silenthill/f/s/img/beginner/flower.png") no-repeat left top;
  background-size: auto 100%;
  z-index: -1;
}
@media screen and (min-width:768px) {
  .beginner-inner .flex-box .text .title {
    font-size: 1.5rem;
    line-height: 34px;
  }
}
.beginner-inner .flex-box .text .title span {
  display: inline-block;
  padding: 2px 6px;
  margin: 0 2px;
}
@media screen and (min-width:768px) {
  .beginner-inner .flex-box.right .img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media screen and (min-width:768px) {
  .beginner-inner .flex-box.right .text {
    padding: 0 0 0 25px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.beginner-inner .products {
  margin-top: 80px;
  background: #242423;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  position: relative;
}
.beginner-inner .products .img {
  line-height: 0;
  display: inline-block;
  position: relative;
}
@media screen and (min-width:768px) {
  .beginner-inner .products .img {
    width: 60%;
  }
}
.beginner-inner .products .img:after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: -1px;
  right: 0;
  background: linear-gradient(to top, #242423, rgba(36, 36, 35, 0));
  background: -webkit-linear-gradient(bottom, #242423, rgba(36, 36, 35, 0));
  background: -moz-linear-gradient(bottom, #242423, rgba(36, 36, 35, 0));
}
@media screen and (min-width:768px) {
  .beginner-inner .products .img:after {
    width: 30%;
    height: 100%;
    bottom: auto;
    top: 0;
    background: linear-gradient(to left, #242423, rgba(36, 36, 35, 0));
    background: -webkit-linear-gradient(right, #242423, rgba(36, 36, 35, 0));
    background: -moz-linear-gradient(right, #242423, rgba(36, 36, 35, 0));
  }
}
.beginner-inner .products .img img {
  width: 100%;
}
.beginner-inner .products .title {
  font-size: 1.2em;
}
.beginner-inner .products .text {
  width: 100%;
  margin-top: -30px;
  padding: 30px;
  position: relative;
}
@media screen and (min-width:768px) {
  .beginner-inner .products .text {
    width: auto;
    min-width: 35%;
    margin: 0;
    padding: 0 40px 0 0;
    display: inline-block;
    max-width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.beginner-inner .products .text .date {
  margin-top: 10px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 100;
}
@media screen and (min-width:768px) {
  .beginner-inner .products .text .date {
    font-size: 30px;
  }
}
.beginner-inner .products .text .date .big {
  font-size: 1.3em;
}
.beginner-inner .products .text .date .small {
  display: inline-block;
  font-size: 0.6em;
  padding: 0 0.2em;
}
.beginner-inner .products .text .buy {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.beginner-inner .products .text .buy a {
  color: #000000;
  display: inline-block;
  position: relative;
  padding: 15px 40px 15px 15px;
  text-align: left;
}
.beginner-inner .products .text .buy a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  right: 18px;
  top: 50%;
  border-top: 1px #000000 solid;
  border-right: 1px #000000 solid;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

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