@charset "UTF-8";

h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #000;
}
#wr2 {
  color: #252424;
}

/*mv*/
#wr2 .mv {
  margin-bottom: 40px;
}
#wr2 .mv img {
  width: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

/*video*/
#wr2 .hacobune-univideo {
  margin-bottom: 40px !important;
  width: 90% !important;
}
#wr2 .hacobune-app-container[data-v-ef21c55a] {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}
#wr2 .hacobune-unit-video[data-v-dc72d1fc] {
  margin: 0;
}
#wr2 .hacobune-unit-video-outline[data-v-dc72d1fc] {
  padding: 0;
}

/*readArea*/
#wr2 .readArea {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 5vw;
}
#wr2 .readTit {
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
#wr2 .readTxt {
  font-size: 3.8vw;
  line-height: 2;
  margin-bottom: 25px;
}
#wr2 .readNote {
  text-align: left;
  font-size: 11px;
  margin: 0 auto 40px;
}
#wr2 .readNote li {
  line-height: 1.5;
}
#wr2 .readNote li a {
  text-decoration: underline;
}
#wr2 .readBtn {
  width:90%;
  height: 54px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-decoration: none;
  position: relative;
}
#wr2 .readBtn span {
  font-size: 17px;
}
#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: 50px;
  padding: 40px 0;
}
#wr2 .infoTit {
  text-align: center;
  margin-bottom: 40px;
}
#wr2 .infoTit h2 {
  text-align: center;
  font-weight: bold;
  position: relative;
  font-size: 26px;
  margin-bottom: .8em;
}
/* #wr2 .infoTit h2::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 2.5px;
  background: #000;
  bottom: -.4em;
  left: 0;
  right: 0;
  margin: auto;
} */
#wr2 .infoTit h2 img {
  width: 75vw;
}
#wr2 .infoCatch {
  font-size: 15px;
}
#wr2 .infoCatch span {
  font-size: 19px;
  font-weight: bold;
  color: #00a0e9;
  display: inline;
}
#wr2 .infoEx {
  padding: 25vw 0 5vw;
  margin-top: -10vw;
  margin-bottom: 8vw;
  background: #fff;
  box-sizing: border-box;
  position: relative;
}
#wr2 .infoEx_tit {
  position: absolute;
  top: -18vw;
  width: 80%;
  margin: auto;
  left: 0;
  right: 0;
}
#wr2 .infoCnt01 .infoEx_tit {
  top: -23vw;
}
#wr2 .infoCnt03 .infoEx_tit {
  top: -23vw;
}
#wr2 .infoCnt04 .infoEx_tit {
  top: -18vw;
}
#wr2 .infoCnt05 .infoEx_tit {
  top: -25vw;
}
#wr2 .infoColum {
  width: 80%;
  margin: auto;
}
#wr2 .infoList {
  display: flex;
  justify-content: space-between;
  gap: 0 3vw;
  margin-bottom: 10px;
}
#wr2 .infoList dt {
  width: 22vw;
}
#wr2 .infoList dd {
  flex: 1;
}
#wr2 .infoCnt03 .infoList {
  align-items: center;
}
#wr2 .infoCnt03 .infoList .infoTxt {
  flex: 1;
}
#wr2 .infoCnt03 .infoList figure {
  width: 22vw;
}
#wr2 .infoEx_tit img,
#wr2 .infoImg img {
  width: 100%;
}
#wr2 .infoTxt {
  font-size: 13px;
  line-height: 1.5;
}
#wr2 .infoNote {
  font-size: 10px;
  margin: 1em 0 0;
}
#wr2 .infoCnt01 .modal_btn {
  font-size: 13px;
  margin-top: 1em;
  font-weight: bold;
  display: block;
  text-decoration: underline;
}
#wr2 .infoCnt:nth-of-type(odd) .infoImg {
  padding-right: 13vw;
}
#wr2 .infoCnt:nth-of-type(odd) .infoEx {
  margin-left: 8vw;
}
#wr2 .infoCnt:nth-of-type(even) .infoImg {
  padding-left: 13vw;
}
#wr2 .infoCnt:nth-of-type(even) .infoEx {
  margin-right: 8vw;
}


/*feature*/
#wr2 .featureArea {
  margin-bottom: 40px;
}
#wr2 .featureTit {
  margin-bottom: 20px;
}
#wr2 .featureSlide {
  position: relative;
}
#wr2 .featureSlide .swiper-slide {
  height: auto;
  padding: 10px 10vw;
}
#wr2 .featureSlide .swiper-slide-item {
  height: 100%;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
#wr2 .featureSlide .swiper-slide-item figure {
  position: relative;
  text-align: center;
  padding: 20px 20px 0;
}
#wr2 .featureSlide .swiper-slide-item .num {
  background: #000;
  color: #fff;
  display: block;
  font-size: 13px;
  width: 1em;
  height: 1em;
  line-height: 1;
  padding: .2em;
  box-sizing: content-box;
  border-radius: 3em;
  position: absolute;
  top: 5px;
  left: 5px;
}
#wr2 .featureSlide .swiper-slide-item dl {
  padding: 0 20px 20px;
}
#wr2 .featureSlide .swiper-slide-item dt {
  font-size: 16px;
  font-weight: bold;
  padding: 1em 0;
}
#wr2 .featureSlide .swiper-slide-item dd {
  font-size: 13px;
  line-height: 1.6;
}

/*swiper*/
/* 前へ次への矢印カスタマイズ */
#wr2 .swiper-button-prev {
  left: 0;
}
#wr2 .swiper-button-next {
  right: 0;
}
#wr2 .swiper-button-prev,
#wr2 .swiper-button-next {
  width: 60px;
  height: auto;
  aspect-ratio: 73 / 13;
}
/* 前へ次への矢印カスタマイズ */
#wr2 .swiper-button-prev::after,
#wr2 .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  width: 60px;
  height: auto;
  aspect-ratio: 73 / 13;
}
/* 前への矢印カスタマイズ */
#wr2 .swiper-button-prev::after {
  background-image: url(/img/event/freespace/ace/gene/gadgetcb2/slide_arw01.png);
}
/* 次への矢印カスタマイズ */
#wr2 .swiper-button-next::after {
  background-image: url(/img/event/freespace/ace/gene/gadgetcb2/slide_arw02.png);
}
/* 画像サイズ調整 */
#wr2 .swiper-slide img {
  height: auto;
  width: 100%;
}

/*lineup*/
#wr2 .lineupArea {
  margin-bottom: -40px;
  position: relative;
}
#wr2 .lineupTit {
  margin-bottom: 16vw;
}
#wr2 .lineupSlide {
  position: relative;
}
#wr2 .lineupSlide .swiper {
  width: 90%;
  margin: 0 auto;
  overflow: visible;
 
}

#wr2 .lineupSlide .swiper-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: left !important;
  gap: 30px 20px !important;
  transform: none !important;
  width: 100% !important;
   position: relative;
  padding-bottom:90px;
}
#wr2 .lineupSlide .swiper-wrapper::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 70%;
  background: #b2b8bc;
  top: 27%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#wr2 .lineupSlide .swiper-slide {
  width: calc(50% - 10px) !important;
  max-width: 370px;
  margin: 0 !important;
  height: auto;
}

#wr2 .lineupSlide .swiper-slide-item {
  height: 100%;
  background: #fff;
}
#wr2 .lineupSlide dl {
  padding: 0 10px;
}
#wr2 .lineupSlide .num {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top:8px;
}
#wr2 .lineupSlide .prc {
  font-size: 12px;
  margin-bottom: 5px;
}
#wr2 .lineupSlide .spec {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.5;
}
#wr2 .lineupSlide .effect p {
  margin-bottom: 5px;
}
#wr2 .lineupSlide .effect span {
  display: inline-block;
  font-size: 12px;
  background: #e5e5e5;
  padding: .2em .5em;
}

/*linkArea*/
#wr2 .linkArea {
  width: 90%;
  margin: 0 auto 60px;
}
#wr2 .linkArea a {
  width: 90%;
  height: 50px;
  font-size: 16px;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
  position: relative;
  margin:auto;
  margin-bottom: 20px;
}
#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: 12px;
}

/*bnrArea*/
#wr2 .bnrArea {
  width: 90%;
  margin: auto;
}
#wr2 .bnrArea a {
  display: block;
  margin-bottom: 50px;
}
#wr2 .bnrArea a img {
  display: block;
}

/*modal*/
#wr2 #modal {
  display: none;
}
.modalArea dt {
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
.modalArea dt span {
  border-bottom: solid 2px #00a0e9;
}
.modalArea dd {
  font-size: 13px;
  margin-top: 1em;
}
/*modaal close btn*/
.modal_btn_close {
  position: absolute;
  right: -10px;
  top: -35px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 40px;
  height: 40px;
  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: 9px;
  left: 18px;
  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)
}