@charset "utf-8";

.btn {
  display: inline-block;
  background-color: #5f804c;
  font-size: 0;
  min-width: 200px;
}

.btn a {
  position: relative;
  display: block;
  margin: 2px;
  padding: 5px 0;
  font-size: 16px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 1.4;
}
.btn a:before, .btn a:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 30px auto;
  opacity: 0.5;
  transition: 0.2s;
}
.btn a:before {
  left: 0;
  background-image: url(/seiken_lom/assets/common/images/mark-white-left-img01.png);
  background-position: center left 10px;
  
}
.btn a:after {
  right: 0;
  background-image: url(/seiken_lom/assets/common/images/mark-white-right-img01.png);
  background-position: center right 10px;
}
.btn a:hover:before {
  left: -5px;
}
.btn a:hover:after {
  right: -5px;
}

/* ------------------------------

products

------------------------------ */
#contents {
    background:#fff url(/seiken_lom/assets/products/images/bg01.jpg) center top no-repeat fixed;
    background-size: cover;
}
#products {
    padding-bottom: 80px;
}
h1 {
}

.page-head-en {
    width: 324px;
}

.contents-head {
  position: relative;
  display: block;
  margin-bottom: 50px;
  font-size: 0;
}
.contents-head-jp {
  opacity: 0;
  display: block;
}
.contents-head-jp img {
  display: block;
  margin: 0 auto;
}
.contents-head-jp:after {
  display: block;
  content: '';
  margin: -1.333333vw auto -1.333333vw;
  width: 100%;
  height: 43px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.contents-head-en {
  opacity: 0;
  display: block;
  margin: 0 auto;
}


/* ------------------------------

予約・早期購入特典

------------------------------ */
.special {
  text-align: center;
  padding-bottom: 100px;
}
.special .contents-head-jp img {
  max-width: 20vw;
}
.special .contents-head-jp:after {
  max-width: 32.266666vw;
  background-image: url(/seiken_lom/assets/products/images/special-li01.png);
}
.special .contents-head-en {
  max-width: 8vw;
}

.special-platform {
  margin-bottom: 50px;
}
.special-platform-title {
  opacity: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.special-platform-list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.special-platform-item {
  max-width: 480px;
}
.special-platform-item:nth-of-type(odd) {
  margin-right: 40px;
}
.special-platform-item:last-of-type {
  margin-right: 0;
}
.special-platform-item img {
  opacity: 0;
}
.special-platform-caption {
  opacity: 0;
}


/* ------------------------------

ダウンロード版

------------------------------ */
.digital {
  padding-bottom: 150px;
}
.digital .contents-head-jp img {
  max-width: 14.866666vw;
}
.digital .contents-head-jp:after {
  max-width: 26.933333vw;
  background-image: url(/seiken_lom/assets/products/images/digital-li01.png);
}
.digital .contents-head-en {
  max-width: 5vw;
}
.digital-btn {
  padding-bottom: 1.333333vw;
}
.digital-btn-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 874px;
  opacity: 0;
}
.digital-btn-item {
  margin: 20px 0 0 0;
  width: 278px;
}
.digital-btn-item:last-of-type {
  margin-right: 0;
}


/* ------------------------------

コレクターズ エディション

------------------------------ */
.collecters {
  padding-bottom: 150px;
  text-align: center;
}
.collecters .contents-head-jp img {
  max-width: 23.333333vw;
}
.collecters .contents-head-jp:after {
  max-width: 34.933333vw;
  background-image: url(/seiken_lom/assets/products/images/collecters-li01.png);
}
.collecters .contents-head-en {
  max-width: 10.8vw;
}
.collecters-block-figure {
  opacity: 0;
  margin: 0 auto;
  padding-bottom: 20px;
  max-width: 800px;
}

.collecters-spec {
  opacity: 0;
  position: relative;
  margin: 0 auto 30px;
  padding: 30px;
  max-width: 800px;
  background: url(/seiken_lom/assets/products/images/text-bg01.jpg) center top repeat;
  background-size: 100% auto;
  color: #3d3111;
  text-align: center;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
.collecters-spec:before, .collecters-spec:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  box-sizing: border-box;
}
.collecters-spec:before {
  margin: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 2px solid #3d3111;
}
.collecters-spec:after {
  margin: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 1px solid #3d3111;
}
.collecters-spec-title {
  position: relative;
  margin: 0 auto 10px;
  max-width: 346px;
}
.collecters-spec-title:before, .collecters-spec-title:after {
  position: absolute;
  top: 0;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 35px auto;
}
.collecters-spec-title:before {
  left: -55px;
  background-image: url(/seiken_lom/assets/common/images/mark-brown-left-img01.png);
  background-position: center left;
  
}
.collecters-spec-title:after {
  right: -55px;
  background-image: url(/seiken_lom/assets/common/images/mark-brown-right-img01.png);
  background-position: center right;
}
.collecters-spec-item {
  margin-bottom: 10px;
  line-height: 1.8;
}
.collecters-spec-price {
  margin-bottom: 10px;
  line-height: 1;
}
.collecters-spec-price strong {
  font-size: 2em;
}
.collecters-spec-platform {
  line-height: 1;
}

.spec-btn {
  opacity: 0;
  display: inline-block;
  width: 400px;
}


/* ------------------------------

スペック

------------------------------ */
.spec {

}
.spec .contents-head-jp img {
  max-width: 8.466666vw;
}
.spec .contents-head-jp:after {
  max-width: 25.6vw;
  background-image: url(/seiken_lom/assets/products/images/spec-li01.png);
}
.spec .contents-head-en {
  max-width: 4vw;
}

.spec-block {
  opacity: 0;
  position: relative;
  margin: 0 auto;
  padding: 25px 50px;
  max-width: 800px;
  background: url(/seiken_lom/assets/products/images/text-bg01.jpg) center top repeat;
  background-size: 100% auto;
  color: #3d3111;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
.spec-block:before, .spec-block:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  box-sizing: border-box;
}
.spec-block:before {
  margin: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 2px solid #3d3111;
}
.spec-block:after {
  margin: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border: 1px solid #3d3111;
}
.spec-block-list {
  position: relative;
  margin: 15px;
}
.spec-block-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 10em;
  font-weight: 500;
}
.spec-block-text {
  margin-left: 8em;
}

.spec-notes {
  opacity: 0;
  margin: 0 auto;
  padding-top: 3px;
  max-width: 800px;
  font-size: 10px;
  letter-spacing: 0.07em;
  text-align: center;
}
.spec-notes-list {
  text-align: left;
}
.spec-notes-item {
  position: relative;
  margin-top: 2px;
  font-size: 10px;
  padding-left: 1.1em;
}
.spec-notes-item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}


/* ----------------------------------------------------------------------------------------------------

ここからスマートフォン

----------------------------------------------------------------------------------------------------*/

@media screen and (max-width:767px) {
  .btn {
    min-width: none;
    width: auto;
  }

  .btn a {
    font-size: 3.733333vw;
    letter-spacing: 0.05em;
  }
  .btn a:before, .btn a:after {
    height: 100%;
    background-repeat: no-repeat;
    background-size: 6.666666vw auto;
    opacity: 0.5;
    transition: 0.2s;
  }
  .btn a:before {
    background-position: center left 1.333333vw;

  }
  .btn a:after {
    background-position: center right 1.333333vw;
  }
  .btn a:hover:before {
    left: 0;
  }
  .btn a:hover:after {
    right: 0;
  }

  /* ------------------------------

  products

  ------------------------------ */
  #contents {
    background: none;
  }
  .sp-bg {
    background-image: url(/seiken_lom/assets/products/images/bg01.jpg);
  }
  #products {
      padding-bottom: 10.666666vw;
  }
  h1 {
  }
  .page-head {
  }
  .page-head-lom {
  }
  .page-head-en {
    width: 51.733333vw;
  }

  .contents-head {
    margin-bottom: 6.666666vw;
  }
  .contents-head-jp img {
    margin-bottom: -2.666666vw;
  }
  .contents-head-jp:after {
    max-height: none;
    width: auto;
    height: 5.733333vw;
  }
  .contents-head-en {
    margin-top: -2.666666vw;
  }


  /* ------------------------------

  予約・早期購入特典

  ------------------------------ */
  .special {
    padding-bottom: 13.333333vw;
  }
  #contents .special .contents-head-jp img {
    max-width: none;
    width: 54.8vw;
  }
  .special .contents-head-jp:after {
    max-width: none;
    width: auto;
    background-image: url(/seiken_lom/assets/remastered/images/block-head-li01.svg);
  }
  .special .contents-head-en {
    max-width: none;
    width: 22.133333vw;
  }
  .special-platform {
    margin-bottom: 6.666666vw;
  }
  .special-platform-title {
    color: #fff;
    font-size: 4.8vw;
    font-weight: 500;
  }

  .special-platform-title {
    margin-bottom: 1.333333vw;
  }

  .special-platform-list {
    display: block;
  }
  .special-platform-item {
    display: block;
    max-width: auto;
    width: auto;
  }
  .special-platform-item + .special-platform-item {
    margin-top: 6.666666vw;
  }
  .special-platform-item:nth-of-type(odd) {
    margin-right: 0;
  }
  .special-platform-item:last-of-type {
    margin-right: 0;
  }
  .special-platform-caption {
    font-size: 3.2vw;
  }


  /* ------------------------------

  ダウンロード版

  ------------------------------ */
  .digital {
    padding-bottom: 20vw;
  }
  #contents .digital .contents-head-jp img {
    max-width: none;
    width: 38.8vw;
  }
  .digital .contents-head-jp:after {
    max-width: none;
    width: auto;
    background-image: url(/seiken_lom/assets/remastered/images/block-head-li01.svg);
  }
  .digital .contents-head-en {
    max-width: none;
    width: 13.466666vw;
  }
  .digital-btn-list {
    display: block;
    width: auto;
    text-align: center;
    font-size: 0;
  }
  .digital-btn-item {
    margin-top: 0;
    margin-bottom: 5.2vw;
    width: 70vw;
  }
  .digital-btn-item:last-of-type {
    margin-bottom: 2.666666vw;
  }


  /* ------------------------------

  コレクターズ エディション

  ------------------------------ */
  .collecters {
    padding-bottom: 20vw;
    text-align: center;
  }
  #contents .collecters .contents-head-jp img {
    max-width: none;
    width: 61.066666vw;
  }
  .collecters .contents-head-jp:after {
    max-width: none;
    width: auto;
    background-image: url(/seiken_lom/assets/remastered/images/block-head-li01.svg);
  }
  .collecters .contents-head-en {
    max-width: none;
    width: 30.666666vw;
  }
  .collecters-block-figure {
    padding-bottom: 2.666666vw;
    max-width: none;
    width: auto;
  }

  .collecters-spec {
    margin: 0 auto 8vw;
    padding: 6.666666vw;
    max-width: auto;
    width: auto;
    letter-spacing: 0.05em;
  }
  .collecters-spec:before, .collecters-spec:after {

  }
  .collecters-spec:before {
  }
  .collecters-spec:after {
  }
  .collecters-spec-title {
    margin: 0 auto 2.666666vw;
    max-width: auto;
    width: 65.333333vw;
  }
  .collecters-spec-title:before, .collecters-spec-title:after {
    position: absolute;
    top: 0;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 6.666666vw auto;
  }
  .collecters-spec-title:before {
    left: -9.333333vw;
    background-image: url(/seiken_lom/assets/common/images/mark-brown-left-img01.png);
    background-position: center left;

  }
  .collecters-spec-title:after {
    right: -9.333333vw;
    background-image: url(/seiken_lom/assets/common/images/mark-brown-right-img01.png);
    background-position: center right;
  }
  .collecters-spec-item {
    margin-bottom: 2.666666vw;
    font-size: 3.733333vw;
    line-height: 1.6;
  }
  .collecters-spec-price {
    margin-bottom: 2.666666vw;
    font-size: 3.733333vw;
    line-height: 1;
  }
  .collecters-spec-price strong {
    font-size: 2em;
  }
  .collecters-spec-platform {
    font-size: 3.733333vw;
    line-height: 1;
  }

  .spec-btn {
    display: inline-block;
    max-width: none;
    width: 90%;
  }


  /* ------------------------------

  スペック

  ------------------------------ */
  .spec {

  }
  #contents .spec .contents-head-jp img {
    max-width: none;
    width: 21.6vw;
  }
  .spec .contents-head-jp:after {
    max-width: none;
    width: auto;
    background-image: url(/seiken_lom/assets/remastered/images/block-head-li01.svg);
  }
  .spec .contents-head-en {
    max-width: none;
    width: 9.066666vw;
  }
  .spec-block {
    position: relative;
    margin: 0 auto;
    padding: 2.666666vw 4vw;
    max-width: none;
    width: auto;
    letter-spacing: 0.05em;
  }
  .spec-block:before, .spec-block:after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    box-sizing: border-box;
  }
  .spec-block:before {

  }
  .spec-block:after {

  }
  .spec-block-list {
    margin: 2.666666vw;
  }
  .spec-block-title {
    position: static;
    width: auto;
    font-size: 4vw;
    font-weight: 600;
  }
  .spec-block-text {
    margin-left: 0;
    font-size: 3.733333vw;
  }

  .spec-notes {
    max-width: none;
    width: auto;
  }
  .spec-notes-item {
    font-size: 2.666666vw;
  }
  .spec-notes-item:before {
  }
}