@charset "UTF-8";
/*
- 共通
- 事前登録ボタン
- 事前登録詳細(必読)ボタン
- デバイスアイコン
- メインコンテンツ
*/

#robokko {
  font-family: "M PLUS 2", メイリオ, sans-serif;
  font-size: 14px;
  font-optical-sizing: auto;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  isolation: isolate;
}

#robokko section {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  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) {
  #robokko .sp {
    display: none;
  }
}

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

/*==========================================================
　事前登録ボタン
===========================================================*/

#robokko .info{
  padding-bottom: 28vw;
}

#robokko .btn a {
  position: relative;
  display: block;
  top: 5vw;
  width: 73vw;
  max-width: 600px;
  aspect-ratio: 600 / 120;
  height: auto;
  margin: 0 auto;
  font-size: 0;
  background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/robokko/btn_sprite_02.png) no-repeat top center / 100% 300%;
}

#robokko .info .btn a {
  position: relative;
  display: block;
  top: 0;
  width: 73vw;
  max-width: 600px;
  aspect-ratio: 600 / 120;
  height: auto;
  margin: 0 auto;
  font-size: 0;
  background: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/robokko/btn_sprite_02.png) no-repeat top center / 100% 300%;
}

.webp #robokko .btn a {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/robokko/btn_sprite_02.webp);
}

.webp #robokko .info .btn a {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/robokko/btn_sprite_02.webp);
}

#robokko .fv_btn .btn a:hover {
  background-position: 0px 50%;
}

#robokko .footer_cta .btn a:hover {
  background-position: 0px 50%;
}

#robokko .btn .reserved {
  background-position: 0px 100%;
}


/* PC表示 */
@media screen and (min-width: 769px) {

  #robokko .info{
    padding-bottom: 0;
  }

  #robokko .info .btn a {
    width: 50vw;
    max-width: 506px;
  }

  #robokko .btn a {
    top: 0;
    display: block;
    width: 52vw;
    max-width: 518px;
    margin: 0 auto;
    font-size: 0;
  }

  #robokko .btn.pc-circle a {
    width: 14vw;
    max-width: 218px;
    aspect-ratio: 1 / 1;
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/robokko/btn_sprite_01.png);
    background-size: 100% 300%;
  }

  .webp #robokko .btn.pc-circle a {
    background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/robokko/btn_sprite_01.webp);
  }

  #robokko .btn.pc-circle a:hover {
    background-position: 0 100%;
  }

  #robokko .btn.pc-circle .reserved {
    background-position: 0 100%;
  }

  #robokko .fv_btn .btn a:hover {
    background-position: 0 50%;
  }

  #robokko .info .btn a:hover {
    background-position: 0 50%;
  }
}


/*==========================================================
　事前登録詳細(必読)ボタン
===========================================================*/
/* 事前登録詳細(必読) */
#robokko .detail {
  text-align: center;
}

#robokko .detail a {
  display: inline-block;
  margin: 0;
  width: 20vw;
  max-width: 216px;
  aspect-ratio: 216 / 134;
  height: auto;
  font-size: 0;
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/robokko/btn_detail.png);
  background-repeat: no-repeat;
  background-size: 100% 200%;
  background-position: top center;
}

.webp #robokko .detail a {
  background-image: url(https://www.nijiyome.com/nijiyome-img/img/contents/reserve/robokko/btn_detail.webp);
}

#robokko .detail a:hover {
  background-position: center 100%;
}

/* PC表示 */
@media screen and (min-width: 769px) {
  #robokko .detail a {
    max-width: 174px;
  }
}

/*==========================================================
　デバイスアイコン
===========================================================*/
#robokko .detail .device{
  width: 18vw;
  max-width: 102px;
}

/*==========================================================
　メインコンテンツ
===========================================================*/

.section_title {
  position: relative;
  max-width: 60vw;
  margin: 0 auto 40px;
  padding: 3vw 40px 5vw;
  text-align: center;
  z-index: 5;
}

.section_title img {
  height: 12vw;
  width: auto;
}

.section_title img.sub_title {
  height: 4vw;
  width: auto;
  max-width: none;
  margin-top: 1vw;
}

/* PC表示 */
@media screen and (min-width: 769px) {
  .section_title {
    max-width: 50vw;
    margin: 0 auto 40px;
    padding: 1.5vw 0 2.5vw;
  }

  .section_title img {
    height: 8vw;
  }

  .section_title img.sub_title {
    height: 3vw;
    width: auto;
    max-width: none;
    margin-top: 1vw;
  }
}

/*=================================
　背景固定
=================================*/
.lp_bg_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}

.lp_bg_fixed img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  display: block;
}

/*=================================
　fv
=================================*/

#robokko .fv {
  position: relative;
}

#robokko .fv_img img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#robokko .fv_btn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -12vw;
  width: 75vw;
  margin: auto;
  z-index: 5;
  text-align: right;
}

#robokko .fv_btn .detail {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: column-reverse;
  gap: 1vw;
}


#robokko .fv_btn .detail a {
  width: 25vw;
  height: auto;
  margin: 0;
}

#robokko .fv_btn .device {
  max-width: 102px;
}

/* PC表示 */
@media screen and (min-width: 769px) {

  #robokko .fv {
    position: relative;
  }

  #robokko .fv_img img {
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #robokko .fv_btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -12vw;
    width: 75vw;
    margin: auto;
    z-index: 5;
    text-align: right;
  }

  #robokko .fv_btn .detail {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 1vw;
  }

  #robokko .fv_btn .detail a {
    width: 11vw;
    height: auto;
    margin: 0;
  }

  #robokko .fv_title {
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: 20%;
    transform: none;
  }

  #robokko .fv_btn {
    width: auto;
    right: auto;
    left: 67%;
    bottom: 21%;
  }
}

/*=================================
　reward
=================================*/
#robokko .reward {
  position: relative;
  z-index: 6;
  margin: 20vw auto -12vw;
}

/* PC表示 */
@media screen and (min-width: 769px) {
  #robokko .reward {
    position: relative;
    margin: -18vw auto -14vw;
  }

}

/* 1920px以上でのみ適用 */
@media screen and (min-width: 1920px) {
  #robokko .reward {
    position: relative;
    margin: -345px auto -300px;
  }
}


/*=================================
　story（世界観）
=================================*/
#robokko .story {
  position: relative;
  text-align: center;
  margin: -24vw auto -40vw;
}


/* PC表示 */
@media screen and (min-width: 769px) {
  #robokko .story {
    margin: -2vw auto -14vw;
  }
}




/*=================================
　info
=================================*/
#robokko .info {
  position: relative;
  z-index: 10;
}

#robokko .info .btns{
  position: absolute;
  bottom: 5vw;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

#robokko .info .btns .detail{
  align-self: center;
  padding-right: 0;
  align-items: center;
}

#robokko .info .btns .btn{
  align-self: center;
}

#robokko .info_btn {
  text-align: center;
}

#robokko .info_btn .detail {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 1vw;
}


/* PC表示 */
@media screen and (min-width: 769px) {

  #robokko .info {
  }

  .webp #robokko .info {
  }

  #robokko .info .btns{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-flow: row-reverse;
    justify-content: center;
  }

  #robokko .info .btns .detail{
    align-self: center;
  }

  #robokko .info_btn {
    padding-bottom: 3vw;
  }

  #robokko .info_btn .detail {
    flex-direction: row;
    gap: 1vw;
  }

  #robokko .info_btn .detail a {
    width: 100px;
    max-width: none;
  }

  #robokko .info_content {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row-reverse;
  }

  #robokko .info_content_box{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }

}

/*=================================
　footer_cta
=================================*/

#robokko .footer_cta {
  padding: 40px 15px 50px;
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3px, rgba(229, 229, 229, 1) 3px, rgba(229, 229, 229, 1) 6px );
}

#robokko .footer_cta .detail {
  margin-bottom: 10px;
}
