@charset "UTF-8";
/*
- レイアウト
- 事前登録ボタン
- 事前登録詳細ボタン
*/

#isekai {
  font-family: メイリオ, sans-serif;
  font-size: 14px;
  color: #000;
  /*
  ===========================================
  以下の記述は残しておく
  ===========================================
  */
  animation: loadAnime 1.5s ease 0s 1;
  box-sizing: border-box;
  /* 読み込み時のアニメーション */
}

/*================================
　共通
================================*/
#lp_header_area,
#lp_footer_area {
  position: relative;
  z-index: 5;
}

#container {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

.reserved {
  pointer-events: none;
}

@media screen and (min-width: 769px) {
  #isekai .sp {
    display: none;
  }
}

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

#isekai .page-feature {
  position: relative;
  background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/fixed_bg.png) no-repeat bottom center/cover;
  background-attachment:fixed;
}

.webp #isekai .page-feature {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/fixed_bg.webp);
}

#isekai .page-feature .row {
  display: flex;
}

#isekai .page-feature .jcc {
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #isekai .page-feature {
    background: none;
  }

  .webp #isekai .page-feature {
    background: none;
  }
}

/* 事前登録ボタン */

#isekai .page-feature .btn a {
  display: block;
  width: 21vw;
  max-width: 214px;
  height: 22vw;
  max-height: 220px;
  margin: 0 auto;
  font-size: 0;
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/btn01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

#isekai .page-feature .btn .btn_reserve,
#isekai .page-feature .btn .btn_start {
  background-position: top center;
  transition: filter 0.3s;
}

#isekai .page-feature .btn .btn_reserve:hover,
#isekai .page-feature .btn .btn_start:hover {
  background-position: top center;
  filter: hue-rotate(60deg);
}

#isekai .page-feature .btn .btn_reserve.reserved {
  background-position: top center;
  filter: grayscale(1);
}

#isekai .page-feature .btn-area-w {
  text-align: center;
}

#isekai .page-feature .btn-area-w .btn a {
  display: block;
  width: 21vw;
  max-width: 214px;
  height: 22vw;
  max-height: 220px;
  margin: 0 auto;
  font-size: 0;
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/btn01.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.webp #isekai .page-feature .btn-area-w .btn a {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/btn01.webp);
}

/* 事前登録ボタン SP表示 */
@media screen and (max-width: 768px) {
  #isekai .page-feature .btn a,
  #isekai .page-feature .btn-area-w .btn a {
    width: 80vw;
    height: 17vw;
    max-width: none;
    max-height: none;
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/btn01_sp.png);
  }

  .webp #isekai .page-feature .btn a,
  .webp #isekai .page-feature .btn-area-w .btn a {
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/btn01_sp.webp);
  }
}


/* 事前登録詳細(必読) */
#isekai .page-feature .detail {
  text-align: center;
}

#isekai .page-feature .detail a {
  display: inline-block;
  margin: 0 auto;
  max-width: 138px;
  width: 15vw;
  height: 8vw;
  font-size: 0;
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/jizen_btn01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}

.webp #isekai .page-feature .detail a {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/jizen_btn01.webp);
}

#isekai .page-feature .detail a:hover {
  background-position: top center;
  filter: hue-rotate(60deg);
}

/* 事前登録詳細(必読) SP表示 */
@media screen and (max-width: 768px) {

  #isekai .page-feature .detail a {
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/jizen_btn01_sp.png);
    margin: 0;
    width: 22vw;
    height: 13vw;
  }

  .webp #isekai .page-feature .detail a {
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/jizen_btn01_sp.webp);
  }
}

/*================================
　メインビジュアル
================================*/

#isekai .page-feature .feature-header {
  position: relative;
  max-height: 1120px;
  height: 100vw;
  z-index: 1;
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/fv_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.webp #isekai .page-feature .feature-header {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/fv_pc.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}


#isekai .page-feature .feature-header .catch {
  position: absolute;
  top: auto;
  bottom: 20vw;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 824px;
  width: 50vw;
}

#isekai .page-feature .feature-header .logo {
  position: absolute;
  left: 3vw;
  top: 20px;
  margin: auto;
  width: 317px;
  max-width: 20vw;
}

#isekai .page-feature .feature-header .btns {
  position: absolute;
  left: 0;
  right: -34vw;
  bottom: 27vw;
  top: auto;
  z-index: 5;
  text-align: right;
}

#isekai .page-feature .feature-header .btns.detail {
  position: absolute;
  left: -52vw;
  right: 0;
  bottom: 8vw;
  top: auto;
  z-index: 5;
  text-align: right;
}


#isekai .page-feature .feature-header .detail {
  margin-left: 100px;
}

#isekai .page-feature .feature-header .device {
  margin-left: -102px;
  width: 11vw;
  max-width: 87px;
  height: 11vw;
  max-height: 87px;
}

/* メインビジュアル SP表示 */
@media screen and (max-width: 768px) {
  #isekai .page-feature .feature-header {
    max-height: 100%;
    height: 135vw;
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/fv_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .webp #isekai .page-feature .feature-header {
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/fv_sp.webp);
  }

  #isekai .page-feature .feature-header .logo {
    top: -18vw;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 28vw;
    height: 21vw;
  }

  #isekai .page-feature .feature-header .catch {
    top: 20vw;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90vw;
    height: 15vw;
  }

  #isekai .page-feature .feature-header .btns {
    top: 60vw;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    height: 17vw;
  }

  #isekai .page-feature .feature-header .btns.detail {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8vw;
    top: auto;
    z-index: 5;
    text-align: right;
  }

  #isekai .page-feature .feature-header .btns .detail {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    position: absolute;
    display: flex;
    gap: 5vw;
    justify-content: center;
    align-items: center;
  }

  #isekai .page-feature .feature-header .device {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 15vw;
    height: 15vw;
  }

}

/*================================
　コンテンツ
================================*/

/* ====== コンテンツ共通 ====== */
#isekai .page-feature .feature-contents {
  position: relative;
  padding: 0;
  text-align: center;
  /*backdrop-filter: blur(5px);*/
  z-index: 2;
}

#isekai .page-feature .feature-contents .feature-wrapper {
  position: relative;
  z-index: 1;
}

#isekai .page-feature .feature-section {
  padding: 70px 0 50px;
}

#isekai .page-feature .section-ttl {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

#isekai .page-feature .section-contents {
  position: relative;
  padding: 0 15px;
  z-index: 0;
}

/* コンテンツ共通 PC表示 */
@media screen and (min-width: 769px) {

}
/* コンテンツ共通 SP表示 */
@media screen and (max-width: 768px) {
  #isekai .page-feature .feature-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/fixed_bg_sp.png) no-repeat center top / cover;
    z-index: 0;
  }
  .webp #isekai .page-feature .feature-bg {
    background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/fixed_bg_sp.webp) no-repeat center top / cover;
  }

  #isekai .page-feature .feature-contents {
    padding-bottom: 0;
  }

  #isekai .page-feature .feature-section {
    padding-bottom: 20vw;
  }

  #isekai .page-feature .section-ttl {
    max-width: 100%;
    width: 80vw;
    margin-bottom: 2.5vw;
    margin-left: auto;
    margin-right: auto;
  }

  #isekai .page-feature .section-ttl img {
    height: auto;
    width: auto;
  }
}

/* ====== 事前登録特典 ====== */
#isekai .page-feature .section-reward .section-contents {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  z-index: 1;
  box-sizing: border-box;
}

#isekai .page-feature .section-reward .reward-list-item {
  position: relative;
  z-index: 1;
}

#isekai .page-feature .section-reward .reward-list {
  display: flex;
  justify-content: center;
}

#isekai .page-feature .section-reward .reward-list.short {
  width: 68%;
  margin: auto;
}
#isekai .page-feature .section-reward .reward-list.wide {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: left;
  text-align: left;
  padding: 0 0 0 6vw; /* はみ出し用の余白 */
  overflow-x: visible; /* 横方向のはみ出しを許可 */
}

#isekai .page-feature .section-reward .reward-list.wide .reward-list-item img{
  width: 91%;
}

#isekai .page-feature .section-reward .reward-list.wide .reward-list-item.reward-item03 img{
  width: calc(90% + 8vw);;
}

#isekai .page-feature .section-reward .reward-list.wide .reward-list-item.reward-item05 img{
  margin-top: -2vw;
}

/* 事前登録特典 PC表示 */
@media screen and (min-width: 769px) {



}
/* 事前登録特典 SP表示 */
@media screen and (max-width: 768px) {
  #isekai .page-feature .section-reward {
    padding: 0;
  }
  #isekai .page-feature .section-reward .reward-list.short {
    width: 94vw;
    margin: auto;
    padding-left: 0;
  }
  #isekai .page-feature .section-reward .reward-list.wide {
    padding: 0; /* はみ出し用の余白 */
    overflow-x: visible; /* 横方向のはみ出しを許可 */
    margin-right: -10vw;
  }

}

/* ====== ゲームの特徴 ====== */
#isekai .page-feature .section-character .section-ttl {
  margin-bottom: 60px;
}

#isekai .page-feature .section-character .section-contents {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 0;
  box-sizing: border-box;
  padding: 0;
  background-color: rgba(141, 27, 224, 0.3);
  border-top: #d4abff 4px solid;
  border-bottom: #d4abff 4px solid;
  overflow: hidden;
  position: relative;
}

#isekai .page-feature .section-character .section-contents .character-container {
  display: flex;
  width: 65vw;
  margin: 0 0 0 auto;
  overflow: hidden;
}

#isekai .page-feature .section-character .section-contents .character-container .character {
  position: relative;
  flex: 1;
  overflow: hidden;
}

#isekai .page-feature .section-character .section-contents .character-container .character a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  filter: brightness(0.5);
}
#isekai .page-feature .section-character .section-contents .character-container .character a:hover {
  filter: brightness(1);
}
#isekai .page-feature .section-character .section-contents .character-container .character a.active {
  filter: brightness(1);
}


#isekai .page-feature .section-character .section-contents .character-container .character:nth-child(1) { left: 7.5vw; }
#isekai .page-feature .section-character .section-contents .character-container .character:nth-child(2) { left: 5vw; }
#isekai .page-feature .section-character .section-contents .character-container .character:nth-child(3) { left: 2.5vw; }
#isekai .page-feature .section-character .section-contents .character-container .character:nth-child(4) { left: 0; }
#isekai .page-feature .section-character .section-contents .character-container .character:nth-child(5) { left: -2.5vw; }
#isekai .page-feature .section-character .section-contents .character-container .character:nth-child(6) { left: -5vw; }
#isekai .page-feature .section-character .section-contents .character-container .character:nth-child(7) { left: -7.5vw; }


/*キャラクタービュー*/
#isekai .character-view{
  position: absolute;
  left: -12vw;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
#isekai .character-view ul,.character-view li{
  height: 100%;
}

#isekai .character-view .character-charaview{
  display: none;
  overflow: hidden;
  position: relative;
}
#isekai .character-view .character-charaview.active{
  display: block;
}


#isekai .character-view .character-charaview img{
  position: relative;
  width: 84vw;
}

#isekai .character-view .character-charaview-01 img{
  width: 77vw;
  top: -2.8vw;
  left: -9vw;
}
#isekai .character-view .character-charaview-02 img{
  width: 83vw;
  top: -31.6vw;
  left: -6vw;
}
#isekai .character-view .character-charaview-03 img{
  width: 83vw;
  top: -14.8vw;
  left: -6vw;
}
#isekai .character-view .character-charaview-04 img{
  width: 106vw;
  top: -40vw;
  left: 6vw;
}
#isekai .character-view .character-charaview-05 img{
  width: 63vw;
  top: -19.5vw;
  left: -16vw;
}
#isekai .character-view .character-charaview-06 img{
  width: 65vw;
  top: -11vw;
  left: -14vw;
}
#isekai .character-view .character-charaview-07 img{
  width: 56vw;
  top: -13vw;
  left: -13vw;
}



/* ゲーム特徴 SP表示 */
@media screen and (max-width: 768px) {
  #isekai .page-feature .section-character {
    padding: 40px 0;
  }

  #isekai .page-feature .section-character .section-ttl {
    margin-bottom: 2vw;
  }

  #isekai .page-feature .section-character .section-contents {
    width: auto;
    padding: 0 15px;
  }

  #isekai .page-feature .section-character .section-contents.character-container {
    width: 100vw;
    height: 256px;
    display: flex;
    overflow: hidden;
  }

  #isekai .page-feature .section-character .section-contents.character {
    width: calc(100vw / 7);
    height: 256px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }

  #isekai .page-feature .section-character .section-contents .character-container{
    height: 38vw;
    padding-top: 57vw;
    display: flex;
    width: 138vw;
    margin: 0px auto 0 -23.5vw;
    overflow: hidden;
  }

#isekai .page-feature .section-character .section-contents .character-container .character:nth-child(1) { left: 15.6vw; }
#isekai .page-feature .section-character .section-contents .character-container .character:nth-child(2) { left: 10.4vw; }
#isekai .page-feature .section-character .section-contents .character-container .character:nth-child(3) { left: 5.2vw; }
#isekai .page-feature .section-character .section-contents .character-container .character:nth-child(4) { left: 0; }
#isekai .page-feature .section-character .section-contents .character-container .character:nth-child(5) { left: -5.2vw; }
#isekai .page-feature .section-character .section-contents .character-container .character:nth-child(6) { left: -10.4vw; }
#isekai .page-feature .section-character .section-contents .character-container .character:nth-child(7) { left: -15.6vw; }

/*キャラクタービュー*/

#isekai .character-view{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
#isekai .character-view ul,.character-view li{
  height: 100%;
}

#isekai .character-view .character-charaview{
  display: none;
  overflow: hidden;
  position: relative;
}
#isekai .character-view .character-charaview.active{
  display: block;
}

#isekai .character-view .character-charaview img{
  position: relative;
  width: 100vw;
  top: 0;
  left: 0;
  max-width: none;
}





#isekai .character-view .character-charaview-01 img{
  width: 137vw;
  top: -8vw;
  left: 0;
}
#isekai .character-view .character-charaview-02 img{
  width: 144vw;
  top: -70vw;
  left: 0;
}
#isekai .character-view .character-charaview-03 img{
  width: 150vw;
  top: -35.5vw;
  left: 0;
}
#isekai .character-view .character-charaview-04 img{
  width: 203vw;
  top: -98vw;
  left: 0;
}
#isekai .character-view .character-charaview-05 img{
  width: 114vw;
  top: -45vw;
  left: 0;
}
#isekai .character-view .character-charaview-06 img{
  width: 112vw;
  top: -29vw;
  left: 0;
}
#isekai .character-view .character-charaview-07 img{
  width: 113vw;
  top: -30vw;
  left: 0;
}


}

/* ====== 世界観 ====== */
#isekai .page-feature .section-world {
  padding: 0;
  min-height: 832px;
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/world_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.webp #isekai .page-feature .section-world {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/world_bg.webp);
}

#isekai .page-feature .section-world .section-ttl{
  padding-top: 100px;
}

/* 世界観 PC表示 */
@media screen and (min-width: 769px) {
  #isekai .page-feature .section-world .section-contents {
    width: 1000px;
    max-width: 100%;
    height: 620px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;


  }
}
/* 世界観 SP表示 */
@media screen and (max-width: 768px) {
  #isekai .page-feature .section-contents{
    height: fit-content;
    padding: 54vw 3vw 0;
  }
  #isekai .page-feature .section-world {
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/world_bg_sp.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-position: left;
  }
  .webp #isekai .page-feature .section-world {
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/world_bg_sp.webp);
    background-position: center;
  }


}

/*================================
　フッター
================================*/

#isekai .page-feature .feature-footer {
  position: relative;
  padding: 60px 0 0;
  color: #fff;
  background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/bg_footer_01.jpg) repeat center / cover;
  z-index: 3;
}

.webp #isekai .page-feature .feature-footer {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/bg_footer_01.webp);
}

#isekai .page-feature .feature-footer .btn-area-w {
  padding-bottom: 60px;
}

#isekai .page-feature .feature-footer-app {
  position: relative;
  padding: 50px 30px;
  background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/spec_bg.jpg) no-repeat center / cover;
  z-index: 3;
}

.webp #isekai .page-feature .feature-footer-app {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/spec_bg.webp);
}

#isekai .page-feature .feature-footer .app-info {
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
}

#isekai .page-feature .feature-footer-attention {
  padding: 30px 30px;
  background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/attention_bg.jpg) no-repeat center / cover;
}

.webp #isekai .page-feature .feature-footer-attention {
  background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/attention_bg.webp) no-repeat center / cover;
}

#isekai .page-feature .feature-footer .app-attention {
  max-width: 760px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .scrolltop a {
    width: 123px;
    height: 167px;
    border-radius: 0;
    background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/isekai/btn_backtop_01.png) no-repeat center / contain;
  }

  .scrolltop a::before {
    display: none;
  }
}

/* フッター SP表示 */
@media screen and (max-width: 768px) {
  #isekai .page-feature .feature-footer {
    padding: 15vw 0 0;
  }

  #isekai .page-feature .feature-footer .feature-wrapper {
    padding: 0 15px;
  }

  #isekai .page-feature .feature-footer-app {
    padding: 10vw 0;
  }

  #isekai .page-feature .feature-footer .app-info {
    flex-wrap: wrap;
    box-sizing: border-box;
  }

  #isekai .page-feature .feature-footer .app-info-icon {
    order: 0;
    width: 30vw;
    margin: 0 auto 8vw;
  }

  #isekai .page-feature .feature-footer .app-info-txt {
    order: 1;
  }

  #isekai .page-feature .feature-footer-attention {
    padding: 10vw 0;
  }

}
