@charset "Shift_JIS";

/*

HP content CSS
create 2022/10/04

*/

/* = import */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500&display=swap');
@font-face{
 font-family:Forma-DJR;
 src:url(FormaDJRMicro-Regular.woff2) format("woff2"),url(FormaDJRMicro-Regular.woff) format("woff");
 font-weight:300;
 font-style:normal;
}

/* = bic common reset
============================================================================== */
div#index {
  max-width: inherit!important;
  width: 100%!important;
  }
#indexheader {
  max-width: 1200px!important;
  margin: 0 auto;
}


/* = hp base
============================================================================== */
#hp {
  font-family: 'Forma-DJR','Noto Sans JP', sans-serif!important;
  font-size: calc( 24/16 * 1rem )!important;
  line-height: calc(40/24);
  font-weight: 300;
  font-feature-settings: "palt";
  color: #000;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  }
#hp h1,#hp h2,#hp h3,#hp h4,#hp h5,#hp p, #hp figure {
  font-family: 'Forma-DJR','Noto Sans JP', sans-serif!important;
  border: none!important;
  background: none!important;
}
#hp p {
  margin-bottom: 1.5rem;
}
#hp a:hover {
  color: #000;
  text-decoration: none;
}
#hp ul, #hp li{
  font-family: 'Forma-DJR','Noto Sans JP', sans-serif!important;
  margin: 0;
  padding: 0;
  list-style: none;
  }
#hp img {
  max-width: 100%;
  height: auto;
}
#hp section {
  font-family: 'Forma-DJR','Noto Sans JP', sans-serif!important;
  font-weight: 300!important;
  width: auto;
  /*position: relative;*/
}
#hp dl,#hp dt, #hp dd{
  font-family: 'Forma-DJR','Noto Sans JP', sans-serif!important;
}
.hp-wrap {
    padding: 4vw 0;
}
.hp-flex__row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: left;
  padding-right: 2rem;
  padding-left: 2rem;
}
.hp-flex__col2{
  width: 50%;
}
.hp-flex__row-start{
  align-items:flex-start;
}

#hp video {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}


@media screen and ( max-width:1199px) {
  #hp {
    font-size: calc( 24/16 * 0.75rem )!important;
  }
}

@media screen and ( max-width:768px) {
  /*#hp { font-size: calc( 100 / 375 * 17 * 1vw )!important;  }
  #hp h1,#hp h2,#hp h3,#hp h4,#hp h5,#hp p, #hp figure { margin: 0 0 4vw; }*/
  #hp {
    font-size: calc( 24/16 * 0.675rem )!important;
  }
  .hp-wrap {
    padding: 6vw 0;
  }
  .hp-flex__row {
    flex-direction: column;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}



/* = color
============================================================================== */
#hp-spectre { position: relative; }
#hp-envy    { position: relative; }

/*.hp-spectre__light { background-color : #d4adf6; }
.hp-envy__light { background-color : #f2c699; }

@media screen and ( max-width:768px) {
  .hp-spectre__light, .hp-envy__light {
    padding: 16vw 0;
  }
}*/


/* = title
============================================================================== */
.hp-ttl__lv1 {
  font-size: calc( 54/16 * 1rem )!important;
  font-weight: 400!important;
  line-height: calc(68/54);
}
.hp-ttl__lv2 {
  font-size: calc( 40/16 * 1rem )!important;
  font-weight: 400!important;
  line-height: 1.5;
}
.hp-ttl__lv3 {
  font-size: calc( 30/16 * 1rem )!important;
  font-weight: 300!important;
  text-align: center!important;
}
.hp-tac {
  text-align: center!important;
}
.hp-spectre__marker {
  color: #aa5bed;
  letter-spacing: 0.05rem;
  font-weight: 500!important;
}
.hp-envy__marker {
  color: #e68e33;
  letter-spacing: 0.05rem;
  font-weight: 500!important;
}
@media screen and ( max-width:1199px) {
  .hp-ttl__lv1 {
    font-size: calc( 54/16 * 0.75rem )!important;
  }
  .hp-ttl__lv2 {
    font-size: calc( 40/16 * 0.75rem )!important;
  }
  .hp-ttl__lv3 {
    font-size: calc( 30/16 * 0.75rem )!important;
  }
}
@media screen and ( max-width:768px) {
  .hp-ttl__lv1 {
    /*font-size: calc( 54/16 * 0.6rem )!important;*/
    font-size: calc( 28/320 * 100vw )!important;
    text-align: center!important;
  }
  .hp-ttl__lv2 {
    font-size: calc( 40/16 * 0.6rem )!important;
  }
  .hp-ttl__lv3 {
    font-size: calc( 30/16 * 0.55rem )!important;
    padding: 0 2vw!important;
  }
}

/* = hero
============================================================================== */
#hp-hero {
  position: relative;
  display: flex;
  height: 100%;
}
#hp-hero .hp-hero__spectre {
  width: 50%;
  border-right: 1px solid #231F20!important;
}
#hp-hero .hp-hero__envy {
  width: 50%;
}
#hp-hero .hp-hero__spectre .hp-hero__spectre-txt,
#hp-hero .hp-hero__envy .hp-hero__envy-txt{
  display: flex;
  margin-bottom: 0!important;
  padding: 24px;
  font-size: calc( 42/16 * 1rem );
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  letter-spacing: -0.03em;
}
#hp-hero .hp-hero__spectre .hp-hero__spectre-txt{
  background: #A89EFA!important;
  justify-content: right;
}
#hp-hero .hp-hero__envy .hp-hero__envy-txt{
  background-color: #ffbd3b!important;
}
#hp-hero .hp-hero__spectre .hp-hero__spectre-txt span,
#hp-hero .hp-hero__envy .hp-hero__envy-txt span{
  display: inline-block;
  width: 100%;
  max-width: calc(600px - 48px);
}
#hp-hero .hp-hero__spectre .hp-hero__spectre-ttl,
#hp-hero .hp-hero__envy .hp-hero__envy-ttl{
  display: flex;
  margin-bottom: 0!important;
  padding: 11px 24px 2px;
  font-size: calc( 48/16 * 1rem );
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.015em;
}
#hp-hero .hp-hero__spectre .hp-hero__spectre-ttl{
  background: rgb(168, 158, 250, 0.6)!important;
  justify-content: right;
}
#hp-hero .hp-hero__envy .hp-hero__envy-ttl{
  background-color: rgb(255, 189, 59, 0.6)!important;
}
#hp-hero .hp-hero__spectre .hp-hero__spectre-ttl span,
#hp-hero .hp-hero__envy .hp-hero__envy-ttl span{
  display: inline-block;
  width: 100%;
  max-width: calc(600px - 48px);
}
#hp-hero h1{
  display: flex!important;
  padding: 0 24px!important;
  background-color: #E6E6E6!important;
}
#hp-hero .hp-hero__spectre h1{
  justify-content: right!important;
}
#hp-hero h1 img{
  width: auto;
  height: 360px;
}
#hp-hero .hp-hero__spectre .hp-hero__spectre-link,
#hp-hero .hp-hero__envy .hp-hero__envy-link{
  display: flex;
  padding: 24px;
}
#hp-hero .hp-hero__spectre .hp-hero__spectre-link{
  justify-content: right;
  background-color: rgb(168, 158, 250, 0.3)!important;
}
#hp-hero .hp-hero__envy .hp-hero__envy-link{
  background-color: rgb(255, 189, 59, 0.3)!important;
}
#hp-hero .hp-hero__spectre .hp-hero__spectre-link p,
#hp-hero .hp-hero__envy .hp-hero__envy-link p{
  width: 100%;
  max-width: calc(600px - 48px);
  margin-bottom: 0!important;
}
.hp-hero__sp {
  display: none;
}

@media screen and ( max-width:768px) {
  #hp-hero {
    display: block;
  }
  #hp-hero h1 img{
    width: 100%;
    height: auto;
  } 
  #hp-hero .hp-hero__spectre {
    width: 100%;
    border-right: none;
  }
  #hp-hero .hp-hero__envy {
    width: 100%;
  }
  #hp-hero h1,
  #hp-hero .hp-hero__spectre h1{
    justify-content: center!important;
  }
  #hp-hero .hp-hero__spectre .hp-hero__spectre-txt,
  #hp-hero .hp-hero__envy .hp-hero__envy-txt{
    padding: 10px 11px 9px;
    font-size: calc(21 / 16* 1rem);
  }
  #hp-hero .hp-hero__spectre .hp-hero__spectre-txt span,
  #hp-hero .hp-hero__envy .hp-hero__envy-txt span{
    max-width: none;
  }
  #hp-hero .hp-hero__spectre .hp-hero__spectre-txt br,
  #hp-hero .hp-hero__envy .hp-hero__envy-txt br{
    display: none;
  }
  #hp-hero .hp-hero__spectre .hp-hero__spectre-ttl,
  #hp-hero .hp-hero__envy .hp-hero__envy-ttl{
    padding: 7px 0 0 10px;
    font-size: calc(25 / 16* 1rem);
  }
  #hp-hero .hp-hero__spectre .hp-hero__spectre-ttl span,
  #hp-hero .hp-hero__envy .hp-hero__envy-ttl span{
    max-width: none;
  }
  #hp-hero .hp-hero__spectre .hp-hero__spectre-link,
  #hp-hero .hp-hero__envy .hp-hero__envy-link{
    padding: 12px 0;
  }
  #hp-hero .hp-hero__spectre .hp-hero__spectre-link p,
  #hp-hero .hp-hero__envy .hp-hero__envy-link p{
    max-width: none;
  }
  .hp-hero__pc{
    display: none;
  }
  .hp-hero__sp {
    display: block;
  }
}

/* = hero heading
============================================================================== */
#hp-hero__heading{
  width: 100%;
  background-color: #F2EBDC!important;
  text-align: center;
}
#hp-hero__heading .hp-hero__ttl{
  margin-bottom: 0!important;
  padding: 0.7rem 0!important;
  font-size: calc( 42/16 * 1rem );
  font-weight: 500;
  letter-spacing: 0.03em;
}
#hp-hero__heading .hp-hero__txt {
  margin-bottom: 0!important;
  padding: 16px 0 14px!important;
  border-top: 1px solid #231F20!important;
  border-bottom: 1px solid #231F20!important;
  font-size: calc( 24/16 * 1rem );
  font-weight: 500;
  letter-spacing: 0.03em;
}
#hp-hero__heading .hp-hero__block{
  display: flex;
  justify-content: center;
  gap: min(5.7vw , 78px);
  padding: 3rem 0;
}
#hp-hero__heading .hp-hero__logo {
  width: 120px;
  height: 100%;
}
#hp-hero__heading .hp-hero__block p{
  width: 41.5%;
  margin-bottom: 0!important;
  font-size: 1rem;
  letter-spacing: 0.085em;
  text-align: left;
  line-height: 1.5;
}
#hp-hero__sp {
  display: none;
}
#hp-hero__sp img {
  width: 100%;
}
@media screen and ( max-width:1580px) {
  .hp-hero__logo {
    left: calc( (100% - 85px) / 2 );
    right:  calc( (100% - 85px) / 2 );
  }
}
@media screen and ( max-width:1199px) {
  .hp-hero__logo {
    left: calc( (100% - 60px) / 2 );
    right:  calc( (100% - 60px) / 2 );
  }
  .hp-hero__txt {
    font-size: calc( 39/1199 * 100vw );
    bottom: -0.5vw;
  }
}
@media screen and ( max-width:768px) {  
  #hp-hero__heading .hp-hero__ttl{
    padding: 0.4rem 0 0.2rem!important;
    font-size: calc( 22/16 * 1rem );
  }
  #hp-hero__heading .hp-hero__txt {
    padding: 0.4rem 0 0.05rem!important;
    font-size: calc( 17/16 * 1rem );
  }
  #hp-hero__heading .hp-hero__block{
    gap: min(3.7vw , 14px);
  }
  #hp-hero__heading .hp-hero__block{
    padding: 1.4rem 0 1.2rem;
  }
  #hp-hero__heading .hp-hero__logo {
    width: 60px;
    height: 100%;
  }
  #hp-hero__heading .hp-hero__block p{
    width: 75%;
    font-size: calc( 12/16 * 1rem );
    line-height: 1.51;
  }
}

/* = hp spectre main
   = hp envy main
============================================================================== */
#hp-spectre, 
#hp-envy{
  max-width: 1200px;
  margin: 0 auto;
}
#hp-spectre{
  margin: 72px auto 0;
}
#hp-envy{
  margin: 64px auto 0;
}
@media screen and ( max-width:768px) {  
  #hp-spectre,
  #hp-envy{
    margin: 0 auto;
  }
}
.hp-spectre__main, 
.hp-spectre__point-main, 
.hp-envy__main, 
.hp-envy__point-main, 
.hp-other__main {
  display: flex;
  position: relative;
  text-align: left;
}
.hp-spectre__main{
  background: #A89EFA;
}
.hp-spectre__point-main{
  background: rgb(168, 158, 250, 0.6)!important;
}
.hp-envy__main {
  background: #FFBD3B;
}
.hp-envy__point-main{
  background: rgb(255, 189, 59, 0.6)!important;
}
#hp-spectre .hp-spectre__main-txt,
#hp-spectre .hp-spectre__point-txt,
#hp-envy .hp-envy__main-txt,
#hp-envy .hp-envy__point-txt{
  width: calc(100%/3);
}
@media screen and ( max-width:768px) {  
  #hp-spectre .hp-spectre__main-txt,
  #hp-spectre .hp-spectre__point-txt,
  #hp-envy .hp-envy__main-txt,
  #hp-envy .hp-envy__point-txt{
    width: calc(100%/2);
  }
}
#hp-spectre .hp-spectre__main-head,
#hp-envy .hp-envy__main-head{
  border-bottom: 1px solid #231F20!important;
  font-size: calc( 48/16 * 1rem )!important;
}
@media screen and ( max-width:768px) {  
  #hp-spectre .hp-spectre__main-head,
  #hp-envy .hp-envy__main-head{
    font-size: calc( 25/16 * 1rem )!important;
  }
}
#hp-spectre .hp-spectre__main-txt .hp-spectre__main-head{
  margin: 28px 0 0!important;
  padding: 0 2vw 20px!important;
  line-height: 1!important;
}
#hp-envy .hp-envy__main-txt .hp-envy__main-head{
  margin: 28px 0 0!important;
  padding: 0 1.7vw 20px!important;
  line-height: 1;
}
@media screen and ( max-width:768px) {  
  #hp-spectre .hp-spectre__main-txt .hp-spectre__main-head,
  #hp-envy .hp-envy__main-txt .hp-envy__main-head{
    margin: 14px 0 0 !important;
    padding: 0 2vw 6px 3vw!important;
  }
}
#hp-spectre .hp-spectre__point-txt .hp-spectre__main-head{
  margin: 0!important;
  padding: 15px 2vw 6px!important;
  line-height: 1!important;
}

#hp-envy .hp-envy__point-txt .hp-envy__main-head{
  margin: 0!important;
  padding: 15px 1.7vw 6px!important;
  line-height: 1;
}
@media screen and ( max-width:768px) {  
  #hp-spectre .hp-spectre__point-txt .hp-spectre__main-head,
  #hp-envy .hp-envy__point-txt .hp-envy__main-head{
    padding: 9px 3vw 1px!important;
  }
}
#hp-spectre .hp-spectre__main-ttl,
#hp-envy .hp-envy__main-ttl{
  margin: 18px 0 11px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and ( max-width:768px) {  
  #hp-spectre .hp-spectre__main-ttl,
  #hp-envy .hp-envy__main-ttl{
    margin: 10px 0 7px;
    line-height: 1.24;
  }
}
#hp-spectre .hp-spectre__main-ttl+p,
#hp-envy .hp-envy__main-ttl+p{
  margin-top: 10px!important;
  font-size: 1rem;
  letter-spacing: 0.03em;
}
@media screen and ( max-width:768px) {  
  #hp-spectre .hp-spectre__main-ttl+p,
  #hp-envy .hp-envy__main-ttl+p{
    margin-top: 7px !important;
    font-size: calc( 12/16 * 1rem );
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
}
#hp-spectre .hp-spectre__main-txt p,
#hp-spectre .hp-spectre__point-txt p{
  margin-bottom: 0!important;
  padding: 0 2vw!important; 
}
#hp-envy .hp-envy__main-txt p,
#hp-envy .hp-envy__point-txt p{
  margin-bottom: 0!important;
  padding: 0 1.7vw!important;
}
@media screen and ( max-width:768px) {  
  #hp-spectre .hp-spectre__main-txt p,
  #hp-spectre .hp-spectre__point-txt p,
  #hp-envy .hp-envy__main-txt p,
  #hp-envy .hp-envy__point-txt p{
    padding: 0 2vw 0 3vw!important;
  }
}
#hp-spectre .hp-spectre__main figure,
#hp-spectre .hp-spectre__point-main figure,
#hp-envy .hp-envy__main figure,
#hp-envy .hp-envy__point-main figure{
  flex: 1;
}
#hp-spectre .hp-spectre__main figure img,
#hp-spectre .hp-spectre__point-main figure img,
#hp-envy .hp-envy__main figure img,
#hp-envy .hp-envy__point-main figure img{
  width: 100%;
}
.hp-spectre__point02,
.hp-spectre__point03,
.hp-envy__point02,
.hp-envy__point03{
  border-top: 1px solid #231F20!important;
}

#hp-spectre__product .hp-spectre__product-main,
#hp-envy__product .hp-envy__product-main{
  display: flex;
  background: #E6E6E6!important;
  text-align: left;
}
#hp-envy__product .hp-envy__product-main + .hp-envy__product-main{
  border-top: 1px solid #231F20!important;
}
#hp-spectre__product .hp-spectre__product-txt,
#hp-envy__product .hp-envy__product-txt{
  position: relative;
  width: calc(100%/3*2);
}
@media screen and ( max-width:768px) { 
  #hp-spectre__product .hp-spectre__product-txt,
  #hp-envy__product .hp-envy__product-main:nth-child(even) .hp-envy__product-txt{
    width: calc(100%/2);
  }
  #hp-envy__product .hp-envy__product-txt{
    width: calc(100%/2 - 1px);
  }
}
#hp-spectre__product .hp-spectre__product-txt,
#hp-envy__product .hp-envy__product-main:nth-child(even) .hp-envy__product-txt{
  border-left: 1px solid #231F20!important;
  border-right: none!important;
}
#hp-envy__product .hp-envy__product-txt{
  border-right: 1px solid #231F20!important;
}

#hp-spectre__product .hp-spectre__product-main .hp-spectre__product-txt::before,
#hp-envy__product .hp-envy__product-main .hp-envy__product-txt::before{
  position: absolute;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  background: url(/images/202404/icon-logo.png) center center / cover no-repeat;
  content: '';
}
@media screen and ( max-width:768px) {  
  #hp-spectre__product .hp-spectre__product-main .hp-spectre__product-txt::before,
  #hp-envy__product .hp-envy__product-main .hp-envy__product-txt::before{
    right: 12px;
    bottom: 12px;
    width: 24px;
    height: 24px;
  }
}
#hp-spectre__product .hp-spectre__product-main .hp-spectre__product-block,
#hp-envy__product .hp-envy__product-main .hp-envy__product-block{
  flex: 1;
}
#hp-spectre__product .hp-spectre__product-main .hp-spectre__product-block img,
#hp-envy__product .hp-envy__product-main .hp-envy__product-block img{
  width: 100%;
}
#hp-spectre__product .hp-spectre__product-main h3,
#hp-envy__product .hp-envy__product-main h3 {
  margin: 0!important;
  padding: 15px 1.7vw 6px!important;
  font-size: calc( 50/16 * 1rem )!important;
  line-height: 1!important;
}
@media screen and ( max-width:768px) {  
  #hp-spectre__product .hp-spectre__product-main h3,
  #hp-envy__product .hp-envy__product-main h3 {
    padding: 10px 3vw 5px !important;
    font-size: calc(25 / 16* 1rem) !important;
    line-height: 0.9!important;
  }
}
#hp-spectre__product .hp-spectre__product-main .hp-spectre__product-color,
#hp-envy__product .hp-envy__product-main .hp-envy__product-color{
  display: block;
  margin-bottom: 0!important;
  padding: 5px 1.7vw!important;
  border-top: 1px solid #231F20!important;
  border-bottom: 1px solid #231F20!important;
  font-size: calc( 17/16 * 1rem )!important;
  font-weight: 500;
}
@media screen and ( max-width:768px) {  
  #hp-spectre__product .hp-spectre__product-main .hp-spectre__product-color,
  #hp-envy__product .hp-envy__product-main .hp-envy__product-color {
    padding: 2px 3vw 0!important;
    font-size: calc(13 / 16* 1rem) !important;
  }
}
#hp-spectre__product .hp-spectre__data,
#hp-envy__product .hp-envy__data{
  display: flex;
  flex-direction: column;
  padding: 24px 1.7vw 0!important;
  font-size: calc( 17/16 * 1rem )!important;
  row-gap: 7px;
}
@media screen and ( max-width:768px) {  
  #hp-spectre__product .hp-spectre__data,
  #hp-envy__product .hp-envy__data{
    padding: 11px 3vw 0!important;
    font-size: calc( 10/16 * 1rem )!important;
    row-gap: 13px;
  }
}
#hp-spectre__product .hp-spectre__data dl,
#hp-envy__product .hp-envy__data dl{
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and ( max-width:768px) {  
  #hp-spectre__product .hp-spectre__data dl,
  #hp-envy__product .hp-envy__data dl{
    display: block;
  }
}
#hp-spectre__product .hp-spectre__data dl dt,
#hp-envy__product .hp-envy__data dl dt{
  position: relative;
  width: 113px;
  font-weight: 500;
}
#hp-spectre__product .hp-spectre__data dl dt::before,
#hp-envy__product .hp-envy__data dl dt::before{
  position: absolute;
  right: 0;
  top: 50%;
  height: 16px;
  width: 1px;
  background-color: #231F20;
  content: "";
  transform: translateY(-50%);
}
@media screen and ( max-width:768px) {  
  #hp-spectre__product .hp-spectre__data dl dt,
  #hp-envy__product .hp-envy__data dl dt{
    width: auto;
    font-weight: 400;
  }
  #hp-spectre__product .hp-spectre__data dl dt::before,
  #hp-envy__product .hp-envy__data dl dt::before{
    content: none;
  }
}
#hp-spectre__product .hp-spectre__data dl dd,
#hp-envy__product .hp-envy__data dl dd{
  padding-left: 15px;
  font-size: calc( 15/16 * 1rem )!important;
}
@media screen and ( max-width:768px) {  
  #hp-spectre__product .hp-spectre__data dl dd,
  #hp-envy__product .hp-envy__data dl dd{
    margin-top: 3px;
    padding-left: 0;
    font-size: calc( 10/16 * 1rem )!important;
  }
}
.hp-spectre__links,
.hp-envy__links{
  display: flex;
  padding: 103px 1.7vw 29px!important;
  column-gap: 24px;
}
.hp-spectre__links p,
.hp-envy__links p{
  margin-bottom: 0!important;
}
.hp-spectre__links .hp-spectre__btn,
.hp-envy__links .hp-envy__btn{
  padding: 1rem 0.75rem;
  letter-spacing: 0.05em;
}
@media screen and ( max-width:768px) {  
  .hp-spectre__links.hp-spectre__sp,
  .hp-envy__links.hp-envy__sp{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 17px 1.7vw 12px!important;
    row-gap: 12px;
  }
  .hp-spectre__links .hp-spectre__btn, 
  .hp-envy__links .hp-envy__btn {
    min-width: 156.5px;
    padding: 0.625rem 0.25rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
}


.hp-spectre__main h2,
.hp-envy__main h2 {
  position: relative;
  z-index: 2;
}
#hp .hp-spectre__sub, #hp .hp-envy__sub{
  background: rgb(168, 158, 250, 0.6)!important;
  border-top: 1px solid #231F20!important;
  border-bottom: 1px solid #231F20!important;
  font-size: calc( 24/16 * 1rem );
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #000;
  padding: 1.2vw 0;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
#hp .hp-envy__sub {
  background: rgb(255, 189, 59, 0.6)!important;
}

.hp-spectre__sp{
  display: none;
}

.hp-envy__sp{
  display: none;
}


@media screen and ( max-width:1199px) {
  #hp .hp-spectre__sub, #hp .hp-envy__sub {
    font-size: calc( 46/16 * 0.75rem );
  }
}
@media screen and ( max-width:768px) {
  #hp .hp-spectre__sub, 
  #hp .hp-envy__sub {
    font-size: calc( 16/16 * 1rem );
  }
  .hp-spectre__main_img, .hp-envy__main_img {
    width: 100%;
    position: static;
  }
  .hp-spectre__pc{
    display: none;
  }
  .hp-spectre__sp{
    display: block;
  }
  .hp-envy__pc{
    display: none;
  }
  .hp-envy__sp{
    display: block;
  }
}

/* = botton
============================================================================== */
.hp-spectre__btn,
.hp-envy__btn{
  min-width: 196px;
  display: inline-block;
  color: #000;
  font-size: calc(20/16*1rem);
  line-height: calc(16/20)!important;
  font-weight: 400;
  padding: 1rem 2rem;
  margin-bottom: 0;
  text-decoration: none;
  z-index: 3;
}
.hp-spectre__btn{
  background-color: #A89EFA;
}
.hp-envy__btn{
  background-color: #FFBD3B;
}
.hp-spectre__btn:hover,
.hp-envy__btn:hover {
  box-shadow:none;
  opacity: 0.7;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.hp-spectre__btn:visited,
.hp-envy__btn:visited {
  color: #000;
}
@media screen and ( max-width:768px) {
  .hp-spectre__btn,
  .hp-envy__btn{
    min-width: 166px;
    font-size: calc(12/16*1rem);
    line-height: calc(16/12)!important;
    padding: 0.625rem 2rem;
  }
}

/* = navi
============================================================================== */
#hp-nav {
  font-size : calc( 16/16 * 1rem);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  line-height: 0;
  width: 200px;
  
  /* opacity: 0; */
  /* visibility: hidden; */
  }
#hp-nav ul{
  display: flex;
}
#hp-nav li a {
  display: block;
}
#hp-nav li a:hover {
  opacity: 0.7;
  transition: all .3s;
}

.hp-active{
  opacity: 1!important;
  visibility: visible!important;
  animation: fadeIn 0.2s ease 0.3s 1 forwards;
}

@media screen and ( max-width:768px) {
  p.bcs_pagetop {
    z-index: 100;
  }
  #hp-nav {
    font-size : calc( 16/320 * 100vw);
    top: inherit;
    bottom:0;
    left: 0;
    right: inherit;
    width: calc( 100% - 60px );
    z-index: 99;
  }
  #hp-nav ul {
    display: flex;
    flex-wrap: nowrap;
  }
  #hp-nav li {
    width: calc( 100% / 2 );
  }
  #hp-nav li a {
    text-align: left;
  }
  #hp-nav li a:hover,
  #hp-nav li a:hover img {
    opacity: 1!important;
  }
  #hp-nav li a picture {
    display: block;
  }
  #hp-nav li a img {
    height: 60px;
  }

}
@media screen and ( max-width:768px) {
  #hp-nav li a{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #hp-nav .hp-nav__spectre a{
    background-color: #A89EFA;
  }
  #hp-nav .hp-nav__envy a{
    background-color: #FFBD3B;
  }
  #hp-nav li a picture {
    width: 100%;
    height: 60px;
    position: relative;
  }
  #hp-nav li a img {
    width: auto;
    max-width: inherit;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
  }
}

/* win11
============================================================================== */
.win11 {
  width: 1240px;
  margin: 72px auto 63px;
  text-align: left;
  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .win11 {
    margin: 0 auto 38px;
    padding: 0;
  }
}
.win11 p,
.win11 a,
.win11 div,
.win11 figure{
  font-family: 'Forma-DJR','Noto Sans JP', sans-serif!important;
}
.section {
  width: auto!important;
  font-size: 16px;
  padding: 60px 0 18px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .section {
    padding: 20px 20px 0;
    margin: 0;
  }
}
.section_title {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
  color: #0078d4;
}
@media screen and (max-width: 750px) {
  .section_title {
    font-size: 20px;
    margin: 0 0 20px;
  }
}
.mark_h {
  display: table-cell;
  vertical-align: top;
  white-space: nowrap;
}
.mark_b {
  display: table-cell;
  vertical-align: top;
}
.hero {
  position: relative;
  margin: 0 0 50px;
}
@media screen and (max-width: 750px) {
  .hero {
    margin: 0 0 30px;
  }
}
.copy {
  font-size: 25px;
  line-height: 1.6;
  color: #001968;
  text-align: center;
  font-weight: bold;
  margin: 0 0 50px;
}
@media screen and (max-width: 750px) {
  .copy {
    font-size: 17px;
    margin: 0 0 30px;
  }
}
.feature_tabs {
  display: flex;
  gap: 5px;
}
.feature_tabs > a {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  color: #fff;
  background: #c1d2df;
  flex: 1;
  text-decoration: none;
}
.feature_tabs > a:hover,
.feature_tabs > a.active {
  background: #001968;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .feature_tabs {
    border-bottom: 0;
    margin: 0 0 20px;
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .feature_tabs > a {
    font-size: 16px;
    text-align: center;
    padding: 20px 10px;
    width: calc(50% - 5px);
    box-sizing: border-box;
    flex: none;
  }
  .feature_tabs > a.active {
    background: #001968;
    color: #fff;
  }
}
@media screen and (max-width: 750px) {
  .tab_contents {
    margin: 0 -20px;
  }
}
.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}
.feature_content {
  overflow: hidden;
  background: #ebf2f6;
  padding: 50px;
}
@media screen and (max-width: 750px) {
  .feature_content {
    padding: 20px;
  }
}
.feature_content .head {
  margin: 0 0 30px;
}
@media screen and (max-width: 750px) {
  .feature_content .head {
    margin: 0 0 20px;
  }
}
.feature_content .title {
  text-align: center;
  color: #001968;
  font-size: 35px;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .feature_content .title {
    float: none;
    width: auto;
    text-align: center;
    font-size: 26px;
  }
}
.feature_content .lead {
  text-align: center;
  font-weight: bold;
  color: #001968;
  margin: 20px 0 0;
  font-size: 17px;
}
.feature_content .cols {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 750px) {
  .feature_content .cols {
    flex-direction: column;
    gap: 20px;
  }
}
.feature_content .img {
  width: 258px;
}
@media screen and (max-width: 750px) {
  .feature_content .img {
    order: 1;
    width: auto;
    padding: 0 20px;
  }
}
.feature_content .desc {
  flex: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .feature_content .desc {
    order: 2;
    padding: 0;
  }
}
.feature_content .desc .sh {
  color: #001968;
  font-size: 25px;
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 8px;
  border-bottom: 1px solid #001968;
  padding: 0 0 5px;
}
@media screen and (max-width: 750px) {
  .feature_content .desc .sh {
    text-align: center;
    font-size: 20px;
  }
}
.feature_content .desc .new {
  display: inline-block;
  background: #f15a24;
  color: #fff;
  padding: 3px 10px 5px;
  font-size: 24px;
  line-height: 1.3;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 750px) {
  .feature_content .desc .new {
    padding: 2px 7px 3px;
    font-size: 17px;
  }
}
.feature_content .desc .txt {
  font-size: 17px;
}
@media screen and (max-width: 750px) {
  .feature_content .desc .txt {
    font-size: 15px;
  }
}
.feature_content .desc .mention {
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .feature_content .desc .mention {
    font-size: 10px;
    margin-top: 10px;
  }
}

.win11-banner{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  padding: 24px 0;
  background-color: #E6E6E6;
}

.win11-banner p{
  font-size: 20px;
  font-weight: 700;
  color: #001968;
}

@media screen and (max-width: 750px) {
  .win11-banner{
    flex-direction: column;
    row-gap: 10px;
    padding: 12px 0 10px;

  }
  
  .win11-banner p{
    font-size: 11.5px;
  }
}

@media screen and (max-width: 750px) {
  .win11 br.pc {
    display: none;
  }
}
.win11 br.sp {
  display: none;
}
@media screen and (max-width: 750px) {
  .win11 br.sp {
    display: block;
  }
}

@media screen and (max-width: 750px) {
#hp .productblock_detail p {margin-bottom:5px!important;}
}