@charset "UTF-8";
main {
  background-color: #d5eef4;
}

.youtube_wide {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9; /* YouTubeの標準比率 */
  vertical-align: bottom;
}

.new_xxio_bar {
  background-color: #003282;
  text-align: center;
}
.new_xxio_bar img {
  width: 65%;
}
.new_xxio_bar.new_xxio_bar_fw img {
  width: 100%;
}
.wd_section {
  padding-bottom: 4.5em;
  padding-bottom: 2em;
}
.wd_section .sbh:before {
  background-image: url(../img/vr_titanium.png);
}
.wd_section .sbh {
  margin-bottom: 0;
}
.wd_section .sbflexVR {
  gap: 0;
  margin-bottom: 4em;
}
.wd_section .sbflexVR > div {
  flex: 0 1 51%;
  padding-top: 1.5em;
}
.wd_section .sbflexVR > div p {
  font-weight: 600;
  line-height: 2;
}
.wd_section .sbflexVR > div p small {
  font-weight: normal;
  font-size: 70%;
}
.wd_section .sbflexVR > figure {
  flex: 1;
  margin-right: -11.5vw;
}
.wd_section .wd_ulti {
  position: relative;
  margin-bottom: 7em;
}
.wd_section .wd_ulti > div p {
  font-size: 70%;
  line-height: 2.5;
}
.wd_section .wd_ulti .wd2 {
  position: absolute;
  width: 77%;
  top: 0;
  right: -11vw;
}
.wd_section .wd_ultif {
  margin-bottom: 3em;
}
.wd_section .wd_ultif h4 {
  margin-bottom: 0;
}
.wd_section .wd_ultif figure {
  margin-top: -2em;
}
.wd_section .wd_himitsu {
  margin-bottom: 3em;
}
.wd_section .wd_himitsu figure {
  margin-top: -3em;
}

@media screen and (max-width: 880px) {
  .wd_section.sb .sbh h2 b {
    font-size: 97%;
  }
  .wd_section .sbflexVR {
    flex-direction: column-reverse;
  }
  .wd_section .sbflexVR > figure {
    margin-right: 0;
    margin-top: 1em;
  }
  .wd_section .wd_ulti .wd2 {
    position: relative;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .wd_section .wd_ulti {
    margin-bottom: 2em;
  }
  .wd_section .wd_ultif figure {
    margin-top: 0;
  }
  .wd_section .wd_himitsu figure {
    margin-top: 0;
  }
}
.aw_section {
  background-image: url(../img/activwing_bg.png);
  background-repeat: no-repeat;
  background-position: left 16vw;
}
.aw_section .sbh:before {
  background-image: url(../img/activwing.png);
}
.aw_section .sbh {
  margin-bottom: 2em;
}
.aw_section .aw_top {
  margin-bottom: 3em;
}
.aw_section .aw_top p {
  font-weight: 600;
  font-size: 100%;
  width: 50%;
  margin-left: auto;
  line-height: 2;
}
.aw_section .sbflexAw {
  margin-bottom: 5em;
}
.aw_section .aw4 {
  margin-bottom: 3em;
}
.aw_section .aw_qts h3 {
  display: flex;
  margin-bottom: 0.3em;
}
.aw_section .aw_qts h3 img {
  width: 4.7em;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}
.aw_section .aw_qts p {
  font-size: 67%;
  line-height: 2.7;
}
.aw_section .sbflexQts {
  gap: 2.8em;
}
.aw_section .aw_link {
  width: 20em;
  padding: 0.4em 0;
  border-radius: 0.5em;
  text-decoration: none;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  flex: 1;
  font-size: 90%;
  font-weight: 600;
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  transition: 0.3s cubic-bezier(0.45, 0, 0.55, 1);
  margin: 2em auto;
  margin-bottom: 3em;
}
.aw_section .aw_link:before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background-image: url(../../img/commons/pointer_bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/*
.aw_section .aw_link:after {
  content: "";
  display: block;
  width: 0.9em;
  height: 0.9em;
  background-image: url(../../img/commons/pointer_bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}
*/
.aw_section .aw_link:hover {
  background-color: #ececec;
}
.aw_section .sbflexAw78 {
  gap: 4em;
  justify-content: center;
  margin-bottom: 2.5em;
}
.aw_section .sbflexAw78 > div {
  flex: 0 1 35%;
  text-align: center;
}
.aw_section .sbflexAw78 > div h5 {
  width: 8em;
  margin: 0 auto;
}
.aw_section .sbflexAw78 > div p {
  font-weight: 600;
  font-size: 54%;
  margin-bottom: 0.5em;
}
.aw_section .sbflexAw78 > div figure {
  width: 70%;
  margin: 0 auto;
}
.aw_section .aw_tec {
  margin-bottom: 2.5em;
  padding-bottom: 3em;
}
.aw_section .aw_tec h4 {
  margin-bottom: 2em;
}

@media screen and (max-width: 880px) {
  .aw_section.sb .sbh h2 b {
    font-size: 108%;
  }
  .aw_section .aw_top p {
    margin-left: 0;
    width: auto;
    text-shadow: 0 0 0.3em rgb(255, 255, 255), 0 0 0.3em rgb(255, 255, 255), 0 0 0.3em rgb(255, 255, 255), 0 0 0.3em rgb(255, 255, 255);
  }
  .aw_section {
    background-image: url(../img/activwing_bg.png);
    background-repeat: no-repeat;
    background-position: left 39vw;
    background-size: 179%;
  }
  .aw_section .aw_qts p {
    font-size: 80%;
    line-height: 2;
  }
  .aw_section .sbflexQts {
    flex-direction: column;
  }
  .aw_section .sbflexAw78 {
    flex-direction: column;
  }
  .aw_section .sbflexAw78 > div p {
    font-size: 80%;
  }
  .aw_section .sbflexAw78 > div h5 {
    width: 10em;
  }
  .aw9 {
    margin-left: -1.5em;
    margin-right: -1.5em;
    width: calc(100% + 4em);
  }
  .aw_section .aw_qts h3 {
    font-size: 111%;
    align-items: flex-start;
  }
  .aw_section .aw_qts h3 img {
    width: 5.7em;
  }
  .aw_section .sbflexAw {
    flex-direction: column;
  }
}
.tl_section .sbh {
  margin-bottom: 0;
}
.tl_section .sbh:before {
  background-image: url(../img/two_lineup.png);
}
.tl_section .two_lineup .two_lineup_p > div > figure {
  margin-top: 1em;
}
.tl_section .two_lineup .two_lineup_p .two_lineup_pd h3 {
  background-color: transparent;
  font-size: 190%;
  display: block;
  padding: 0;
  line-height: unset;
  margin-bottom: 0.5em;
}
.tl_section .two_lineup .two_lineup_p > div:first-child .two_lineup_pd {
  top: 19em;
}
.tl_section .two_lineup .two_lineup_p > div:last-child .two_lineup_pd {
  top: 19em;
}
.tl_section .two_lineup:after {
  display: none;
}
.tl_section .two_lineup .lineup_bottom .tl1_1 {
  margin-top: 1.5em;
  margin-right: -1em;
  width: calc(100% + 1em);
}
.tl_section .two_lineup .lineup_bottom .tl1_2 {
  margin-top: 0.5em;
  margin-right: -1em;
}
.tl_section .two_lineup .lineup_bottom .tl1_3 {
  margin-right: -1em;
  margin-left: -0.5em;
}
.tl_section .two_lineup .lineup_bottom .tl1_4 {
  margin-top: 0;
  margin-right: -1em;
  margin-left: -0.5em;
}
.tl_section .two_lineup .lineup_bottom .tl2_1 {
  margin-top: 1.5em;
  margin-left: -1.7em;
  width: calc(100% + 1em);
}
.tl_section .two_lineup .lineup_bottom .tl2_2 {
  margin-top: 0.5em;
  margin-left: -1.7em;
  width: calc(100% + 1em);
}
.tl_section .two_lineup .lineup_bottom .tl2_3 {
  margin-left: -1.7em;
  width: calc(100% + 1.7em);
}
.tl_section .two_lineup .lineup_bottom .tl2_4 {
  margin-left: -1.7em;
  width: calc(100% + 1.7em);
}
.tl_section .two_lineup .lineup_bottom h4 {
  margin-top: 1em;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
}
.tl_section .two_lineup .two_lineup_p > div:last-child .lineup_bottom h4 {
  margin-left: -1.5em;
}
.tl_section .two_lineup .two_lineup_p {
  margin-bottom: 3em;
}
.tl_section .lineup_rashisa {
  margin-bottom: 4em;
}
.tl_section .lineup_rashisa h4 {
  margin-bottom: 1.5em;
}
.tl_section .sbflexGp {
  justify-content: center;
  gap: 4em;
  font-size: 80%;
}
.tl_section .sbflexGp > div {
  flex: 0 1 41.5%;
}
.tl_section .sbflexGp h5 {
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1em;
}
.tl_section .sbflexGp h5 small {
  margin-left: 0.5em;
  font-size: 80%;
}
.tl_section .sbflexGp .pro_comment {
  display: flex;
  gap: 0.5em;
  padding-top: 2em;
}
.tl_section .sbflexGp .pro_comment figure {
  margin-top: -1.5em;
}
.tl_section .sbflexGp .pro_comment b {
  display: block;
  font-size: 80%;
  margin-bottom: 0.5em;
}
.tl_section .sbflexGp .pro_comment p {
  font-size: 65%;
}
.tl_section .sbflexGp > div:last-child .pro_comment figure {
  width: 78%;
  margin-top: -1.5em;
}
.tl_section .sbflexGp > div:last-child .pro_comment > div {
  margin-left: -1em;
  margin-right: -2em;
  width: calc(100% + 3em);
}
.tl_section .lineup_fit {
  margin-bottom: 3.5em;
}
.tl_section .lineup_fit h3 {
  margin-bottom: 1em;
}
.tl_section .lineup_fit .lineup_flex {
  display: flex;
  gap: 3em;
}
.tl_section .lineup_fit .lineup_flex > div {
  flex: 1;
}
.tl_section .lineup_fit .lineup_flex > div h5 {
  font-size: 90%;
  letter-spacing: -0.05em;
  margin-bottom: 0.2em;
  display: inline-block;
}
.tl_section .lineup_fit .lineup_flex > div h5 span {
  padding: 0 0.5em;
  display: inline-block;
  color: #fff;
  background-color: #000;
}
.tl_section .lineup_fit .lineup_flex > div p {
  font-size: 52%;
  margin-bottom: 1em;
}
.tl_section .lineup_fit .lineup_flex .tl5, .tl_section .lineup_fit .lineup_flex .tl7 {
  margin-bottom: 1em;
}
.tl_section .lineup_fit .lineup_flex .tl6 {
  width: 96%;
  margin-left: auto;
  margin-top: 0.5em;
}
.tl_section .spec .spec_flex > div:first-child figure {
  width: 51%;
  margin-left: 13%;
}
.tl_section .spec .spec_flex > div:last-child {
  padding-top: 2.5em;
}
.tl_section .two_lineup {
  padding-bottom: 0em;
  background-color: #d4f0f7;
}

@media screen and (max-width: 880px) {
  .tl_section.sb .sbh {
    height: 9em;
  }
  .two_lineup .two_lineup_p > div:first-child {
    margin-bottom: 3em;
  }
  .tl_section .two_lineup .lineup_bottom .tl2_1 {
    margin-left: 0;
  }
  .tl_section .two_lineup .two_lineup_p > div:last-child .lineup_bottom h4 {
    margin-left: 0;
  }
  .tl_section .sbflexGp {
    flex-direction: column;
  }
  .tl_section .sbflexGp h5 {
    font-size: 110%;
  }
  .tl_section .sbflexGp .pro_comment b {
    font-size: 100%;
  }
  .tl_section .sbflexGp .pro_comment p {
    font-size: 90%;
  }
  .tl_section .sbflexGp > div .pro_comment figure {
    flex: 0 1 40%;
  }
  .tl_section .sbflexGp > div .pro_comment > div {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto !important;
  }
  .tl_section .spec .spec_flex > div:last-child {
    padding-top: 0;
  }
}
.lineup_settings h3 {
  margin-bottom: 1.5em;
}
.lineup_settings h5 {
  padding: 0 0.5em;
  display: inline-block;
  color: #fff;
  background-color: #000;
  font-size: 85%;
  margin-bottom: 0.5em;
}
.lineup_settings .lineup_settings_gp {
  margin-bottom: 1em;
}
.lineup_settings .lineup_settings_gp > p {
  font-size: 55%;
  margin-bottom: 0.5em;
}
.lineup_settings .lineup_settings_gp .lineup_settings_gp_in {
  width: 77%;
  margin: 0 auto;
}
.lineup_settings .lineup_settings_gpB {
  margin-top: 3em;
}
.lineup_settings .lineup_settings_gpBB {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}

@media screen and (max-width: 880px) {
  .tl_section .lineup_fit .lineup_flex {
    flex-direction: column;
  }
  .tl_section .lineup_fit .lineup_flex > div p {
    font-size: 80%;
  }
  .tl_section .lineup_fit .lineup_flex .tl6 {
    width: auto;
  }
  .tl_section .lineup_fit .lineup_flex > div h5 {
    font-size: 90%;
  }
  .lineup_settings h5 {
    font-size: 90%;
  }
  .lineup_settings .lineup_settings_gp > p {
    font-size: 80%;
  }
  .lineup_settings .lineup_settings_gp .lineup_settings_gp_in {
    width: auto;
  }
}
@media screen and (max-width: 880px) {
  .wd3, .wd4, .aw2, .aw3, .aw9 {
    margin-left: -1.6vw;
    margin-right: -1.6vw;
  }
}/*# sourceMappingURL=style.css.map */