@charset "UTF-8";

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #000;
}
.container {
  width: 100%;
}
.footer-pt2 .container {
  width: 1200px;
}
.pane-left-menu {
  display: none;
}
#wr2 {
  color: #252424;
}

/*mv*/
#wr2 .mv {
    margin-bottom: 100px;
    position: relative;
}

#wr2 .mv img {
    width: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#wr2 .mv span {
    position: absolute;
    top: 33%;
    left: 6%;
    z-index: 1;
    color: #FFFFFF;
    font-size: clamp(30px, 2.5vw, 40px);
    line-height: 1.5;
    font-weight: normal;
}

/*video*/
#wr2 .hacobune-univideo {
  height: 360px;
  margin-bottom: 100px;
}
#wr2 .hacobune-app-container {
  width: 640px;
  padding: 0;
}

/*readArea*/
#wr2 .readArea {
  text-align: center;
  margin-bottom: 100px;
}
#wr2 .readTit {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
#wr2 .readTxt {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 50px;
}
#wr2 .readNote {
  text-align: left;
  font-size: 14px;
  width: 700px;
  margin: 0 auto 40px;
}
#wr2 .readNote li {
  margin-bottom: 10px;
}
#wr2 .readBtn {
  width: 400px;
  height: 70px;
  font-size: 20px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-decoration: none;
  position: relative;
}
#wr2 .readBtn::after {
  position: absolute;
  content: "";
  width: 12px;
  aspect-ratio: 12 /13;
  background: url(/img/event/freespace/ace/gene/gadgetcb2/ico_arw01.png)no-repeat left center;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}

/*info*/
#wr2 .infoArea {
  background: #f4f4f4;
  width: 100%;
  margin-bottom: 140px;
  padding: 80px 100px 200px;
}
#wr2 .infoArea_inner {
  width: 1000px;
  margin: auto;
}
#wr2 .infoTit {
  text-align: center;
  margin-bottom: 0px;
}
#wr2 .infoTit h2 {
  text-align: center;
  font-weight: bold;
  position: relative;
  font-size: 45px;
  margin-bottom: 0px;
}

/* #wr2 .infoTit h2::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 4px;
  background: #000;
  bottom: -.5em;
  left: 0;
  right: 0;
  margin: auto;
} */
#wr2 .infoCatch {
  font-size: 26px;
}
#wr2 .infoCatch span {
  font-size: 32px;
  font-weight: bold;
  color: #00a0e9;
}
#wr2 .infoCnt {
  position: relative;
  padding-top: 40px;
  margin-top: 100px;
  padding-bottom:20px;
}
#wr2 .infoImg {
  position: absolute;
  top: 0;
  width: 460px;
}
#wr2 .infoEx {
  width: 500px;
  padding: 120px 40px 40px;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
#wr2 .infoEx_tit {
  position: absolute;
  top: 46px;
}
#wr2 .infoEx_tit img {
  max-width: none;
}
#wr2 .infoTxt {
  font-size: 20px;
  padding-top: 20px;
}
#wr2 .infoNote {
  font-size: 14px;
  margin: 1em 0 0;
}
#wr2 .infoCnt:nth-of-type(even) .infoImg {
  right: 60px;
}
#wr2 .infoCnt:nth-of-type(odd) .infoImg {
  left: 40px;
}
#wr2 .infoCnt:nth-of-type(even) .infoEx {
  margin-left: 20px;
  top:20px;
}
#wr2 .infoCnt:nth-of-type(odd) .infoEx {
  margin-left: 470px;
}
#wr2 .infoCnt:nth-of-type(odd) .infoEx_tit {
  right: 40px;
}
#wr2 .infoCnt:nth-of-type(odd) .infoEx_tit img {
}
#wr2 .infoList {
  display: flex;
  justify-content: space-between;
}
#wr2 .infoCnt01 .infoList li {
  width: 220px;
}
#wr2 .infoCnt01 .modal_btn {
  font-size: 20px;
  margin-top: 1em;
  font-weight: bold;
  display: block;
}
#wr2 .infoCnt03 .infoList {
  align-items: center;
  gap: 0 25px;
}
#wr2 .infoCnt03 .infoList p {
  flex: 1;
}
#wr2 .infoCnt03 .infoList figure {
  width: 150px;
}

/*feature*/
#wr2 .featureArea {
  margin: 0 auto 60px;
}
#wr2 .featureTit {
  margin-bottom: 50px;
  text-align:center;
}

#wr2 .featureSlide {
  position: relative;
}
#wr2 .swiper {
  width: 100%;
  margin: 0 auto;
  padding-bottom:40px;
}

#wr2 .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#wr2 .swiper-slide {
  width: 270px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding:20px;
}

#wr2 .swiper-slide-item figure {
  position: relative;
  margin: 0 0 15px 0;
}

#wr2 .swiper-slide-item .num {
  position: absolute;
  top: -10px;
  left: -10px;
  background: #000;
  color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius:50px;
}
#wr2 .swiper-slide-item {
  text-align:center;
}
#wr2 .swiper-slide-item img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

#wr2 .swiper-slide-item dl {
  margin: 0;
}

#wr2 .swiper-slide-item dt {
  font-weight: bold;
  margin-bottom: 5px;
}

#wr2 .swiper-slide-item dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  text-align:left;
}



/*lineup*/
#wr2 .lineupArea {
  width: 100%;
  margin:auto;
  position: relative;
  padding-top:40px;
}
#wr2 .lineupArea::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  background: #b2b8bc;
  top: 215px;
  z-index: 0;
}
#wr2 .lineupArea.bg02::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 180px;
  background: #b2b8bc;
  top: -38px;
  z-index: 0;
}
#wr2 .lineupArea_inner {
    margin: 0 auto 80px;
    position: relative;
    z-index: 1;
}
#wr2 .lineupTit {
  text-align:center;
  margin-bottom: 80px;
}
#wr2 .lineupList {
  display: flex;
  gap: 0 30px;
  justify-content: center;
}
#wr2 .lineupList li {
  background: #fff;
  max-width: 270px;
}
#wr2 .lineupList li a {
  text-decoration: none;
}
#wr2 .lineupList li a:hover {
  text-decoration: underline;
}
#wr2 .lineupList dl {
  padding-top:10px;
}
#wr2 .lineupList .num {
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}
#wr2 .lineupList .prc {
  font-size: 17px;
  margin-bottom: 5px;
}
#wr2 .lineupList .spec {
  font-size: 17px;
  margin-bottom: 10px;
}
#wr2 .lineupList .effect p {
  margin-bottom: 5px;
}
#wr2 .lineupList .effect span {
  display: inline-block;
  font-size: 15px;
  background: #e5e5e5;
  padding: .2em .5em;
}

/*linkArea*/
#wr2 .linkArea {
  width: 920px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: center;
}
#wr2 .linkArea a {
  width: 370px;
  height: 70px;
  font-size: 18px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  position: relative;
}
#wr2 .linkArea a::after {
  position: absolute;
  content: "";
  width: 13px;
  aspect-ratio: 13 /12;
  background: url(/img/event/freespace/ace/gene/gadgetcb2/ico_arw02.png)no-repeat left center;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}
#wr2 .linkArea a span {
  font-size: 15px;
}

/*bnrArea*/
#wr2 .bnrArea {
  width: 960px;
  margin: auto;
}
#wr2 .bnrArea a {
  display: block;
  margin-bottom: 50px;
}
#wr2 .bnrArea a img {
  display: block;
}

/*modal*/
#wr2 #modal {
  display: none;
}
.modaal-container .modaal-content-container {
  padding: 60px;
}
.modalArea dt {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.modalArea dt span {
  border-bottom: solid 4px #00a0e9;
}
.modalArea dd {
  font-size: 20px;
  margin-top: 1em;
}
/*modaal close btn*/
.modal_btn_close {
  position: absolute;
  right: -20px;
  top: -50px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  transition: all .2s ease-in-out;
  background: transparent;
  border: none;
}
.modal_btn_close:focus,
.modal_btn_close:hover {
  outline:0;
  background:transparent
}
.modal_btn_close:focus:after,
.modal_btn_close:focus:before,
.modal_btn_close:hover:after,
.modal_btn_close:hover:before {
  background:#b93d0c
}
.modal_btn_close span {
  position:absolute!important;
  clip:rect(1px 1px 1px 1px);
  clip:rect(1px,1px,1px,1px);
  padding:0!important;
  border:0!important;
  height:1px!important;
  width:1px!important;
  overflow:hidden
}
.modal_btn_close:after,
.modal_btn_close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 18px;
  left: 28px;
  width: 3px;
  height: 25px;
  border-radius: 4px;
  background: #fff;
  transition: background .2s ease-in-out;
}
.modal_btn_close:before {
  transform:rotate(-45deg)
}
.modal_btn_close:after {
  transform:rotate(45deg)
}

.block-goods-list--sort-order-items {
  margin: 15px auto;
  width: 1000px;
}
.block-goods-detail-j--items {
  margin: 0 auto 60px;
  width: 1000px;
}
section{
  position: relative;
  width:900px;
  overflow:hidden;
}