@charset "UTF-8";
/* CSS Document */
/*body {
  background-color: #000;
  font-size: 1rem;
  max-width: 2400px;
  margin: auto;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.075rem;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}*/
body {
  background-color: #000;
  font-size: 1rem;
  margin: auto;
  font-feature-settings: "palt";
  letter-spacing: 0.075rem;
}
img {
  max-width: 100%;
  height: auto;
  /*  width: auto;*/
}
a {
  text-decoration: none
}
* {
  cursor: url("../images/m_p.svg") 16 0, auto;
  transition: .2s;
}
a:hover {
  cursor: url("../images/m_p_h.svg") 16 0, auto;
}
.pcn, .pcn02 {
  display: none !important
}
#loadingIndicator {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.m_Indicator_txt {
  width: 8rem;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  font-size: 1.4rem;
}
.m_Indicator {
  width: 80px;
  height: 80px;
  animation: blink 2s linear infinite;
  margin-left: .5rem;
}
.m_Indicator img {
  width: 100px;
  height: auto;
}
@keyframes blink {
  0% {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
/*--------------------------*/
.sq_mgn {
  margin-top: -120px;
  padding-top: 120px;
}


@media (max-width: 1024px) {
    
    .sq_mgn {
  margin-top: -160px;
  padding-top: 160px;
}

    
 }  
    
/*--------------------------*/
.bg_t {
  background-color: #559
}
.bgcl_gr01 {
  background-color: #242424
}
.mb_01, .mb_02 {
  margin-bottom: 150px
}
/*--------------------------*/
.b_menu {
  position: fixed;
  top: 20px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #69b8b3;
  font-family: "UniversNextPro-Cond";
  letter-spacing: 0rem;
  font-size: 1.2rem;
  width: 64px;
  height: 54px;
  z-index: 101;
  transition: .3s;
  /* cursor: pointer*/
}
.b_menu:hover {
  cursor: url("../images/m_p_h.svg") 16 0, auto;
}
.b_menu.av {
  background-color: #ACE9E5;
}
.b_menu.avhv {
  background-color: #69b8b3;
  color: #000;
}
.b_menu.avhv.av {
  background-color: #ACE9E5;
  color: #000;
}
_::-webkit-full-page-media, _:future, :root .b_menu {
  padding: .25rem 0 0 0;
}
.b_x {
  position: fixed;
  top: 90px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  width: 64px;
  height: 54px;
  z-index: 65;
  transition: .3s;
  /*  cursor: pointer;*/
}
.b_x:hover {
  background-color: #950053;
  cursor: url("../images/m_p_h.svg") 16 0, auto;
}
.icon_x {
  width: 26px;
  margin: 0 1rem;
}
.menu_area {
  position: fixed;
  top: 0px;
  right: -101%;
  width: 100%;
  height: 100vh;
  display: flex;
  transition: right .4s ease-out;
  z-index: 70
}
.app {
  right: 0%;
}
.bg-left-area {
  width: 72px;
  height: 1000vh;
  background-image: url("../images/bg_side.svg");
  background-size: 100%;
  background-repeat: repeat-y;
}
.bg-right-area {
  flex: 1 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #000000 0%, #202020 100%);
}
.menu_outer {
  display: flex;
  width: 80%;
}
.menu_left {
  flex: 1 0;
  display: flex;
  flex-direction: column;
}
.logo_miku_01 {
  width: 180px;
  margin-bottom: 1rem
}
.logo_miku_02 {
  width: 200px;
}
.t_menu_model {
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  color: #fff;
  font-size: 2.8rem;
  line-height: 3rem;
  margin-bottom: 1rem;
  padding-right: 1rem
}
.menu_right {
  flex: 1 0;
  padding: .5rem 0;
  display: flex;
  flex-direction: column;
}
.menu_button {
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  display: flex;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  padding: 2rem 0;
  border-bottom: #333 1px solid;
  opacity: 0;
  transform: translateX(-50px);
}
a.menu_button:hover {
  color: #e2007e;
  border-bottom: #760042 1px solid;
  transition: .3s;
  cursor: url("../images/m_p_h.svg") 16 0, auto;
}
a.menu_button span:hover {
  cursor: url("../images/m_p_h.svg") 16 0, auto;
}
.char {
  opacity: 0;
  display: inline-block;
  transform: translateX(-20px);
  animation: fadeInUp 0.2s forwards;
}
@keyframes wipeIn {
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
/*--------------------------*/
.bg-right-row {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 72px;
  background-image: url("../images/bg_side.svg");
  background-size: 100%;
  background-repeat: repeat-y;
  z-index: 60;
}
/*--------------------------*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
  z-index: 50
}
.bg_bk {
  background-color: #000;
}
.at_logo {
  width: 300px;
  min-width: 260px;
  margin: 0 0 0 2%;
}
.at_logo img:hover {
  cursor: url("../images/m_p_h.svg") 16 0, auto;
}
.header_txt {
  margin: 0 0 0 auto;
  padding: 0 1rem 0 1.5rem;
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: .9rem;
  line-height: 1.25rem
}
.b_detail {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #e3007f;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1rem;
  border-radius: 2px;
  height: 54px;
  padding: 0rem 1rem;
  margin: 0 100px 0 0;
  white-space: nowrap
}
.b_detail:hover {
  background-color: #950053;
}
@media (max-width: 1024px) {
  .header {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    padding: 14px 0 10px 0;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    transition: .3s;
    z-index: 50
  }
  .bg_bk {
    background-color: #000;
  }
  .at_logo {
    order: 1;
    width: 300px;
    min-width: 260px;
    margin: 0 0 0 2%
  }
  .header_txt {
    order: 3;
    width: 100%;
    margin: .75rem 0 0 0;
    padding: 0 1rem 0 1.5rem;
    color: #fff;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    font-size: .9rem;
    line-height: 1.25rem
  }
  .b_detail {
    order: 2;
    display: flex;
    align-items: center;
    color: #fff;
    background-color: #e3007f;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 1rem;
    border-radius: 2px;
    height: 54px;
    padding: 0rem 1rem;
    margin: 6px 90px 0 0;
    white-space: nowrap
  }
}
/*--------------------------*/
.top_bg_movie_area {
  position: relative;
  top: 0;
  margin: 0 auto;
  aspect-ratio: 28 / 30;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.m_video {
  display: block;
  width: 100%;
}
.top_ill_area {
  width: 100%;
  top: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10
}
.top_logo_area {
  position: absolute;
  top: 13vw;
  left: 3%;
  z-index: 11
}
.top_logo_miku_01 {
  width: 12vw;
  margin-bottom: 2vw
}
.top_logo_miku_02 {
  width: 12vw;
}
.top_t_menu_model {
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  color: #fff;
  font-size: 3.5vw;
  line-height: 3rem;
  margin-bottom: 2vw;
  padding-right: 1rem
}
@media (max-width: 1024px) {
  .top_bg_movie_area {
    position: relative;
    top: 0px;
    margin: 0 auto;
    aspect-ratio: 28 / 32;
    width: 100%;
    overflow: hidden;
    z-index: 1;
  }
  .top_logo_area {
    position: absolute;
    top: 150px;
    left: 3%;
    z-index: 11
  }
  .top_logo_miku_01 {
    width: 12vw;
    margin-bottom: 1vw
  }
  .top_logo_miku_02 {
    width: 12vw;
  }
  .top_ill_area {
    width: 100%;
    top: 5%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10
  }
  .top_t_menu_model {
    font-family: "UniversNextPro-BoldCond";
    letter-spacing: 0rem;
    color: #fff;
    font-size: 3.5vw;
    line-height: 3rem;
    margin-bottom: .5vw;
    padding-right: 0rem
  }
}
/*--------------------------*/
.area_wrapper_a {
  width: 100%;
  padding: 0 0 0 25px;
  color: #fff;
}
.ctn_outer_spse {
  width: 100%;
  aspect-ratio: 1 / 0.068;
}
.ctn_outer_a01 {
  width: 100%;
  color: #fff;
  padding: 0 100px 0 0px;
}
.ctn_outer_a02 {
  width: 100%;
  color: #fff;
  display: flex;
  flex-flow: wrap;
}
.ctn_outer_a03 {
  width: 100%;
  color: #fff;
  display: flex;
  flex-flow: wrap;
  background-color: #242424;
  background-image: url("../images/bg_Campaign.jpg");
  background-position: left top;
  background-size: contain
}
.ctn_area_a01 {
  width: 100%;
  max-width: 1200px;
  padding: 0 2%;
  margin: 0 auto;
}
.ctn_area_a02, .ctn_area_a03 {
  flex: 1 0;
  margin: 1% 0 2% 2%;
  padding: 0 100px 0 1%;
  color: #fff;
  background-color: #000;
}
.ctn_area_whatis {
  width: 70%;
  margin: 0 0 0 auto;
  padding: 0 5% 0 1%;
  color: #fff;
  background-color: #434343;
}
.ctn_area_whatis_lower {
  width: 70%;
  margin: 0 0 0 auto;
  height: 2rem;
}
.area_wrapper_c {
  width: 100%;
  padding: 0 100px 0 25px;
  background-color: #000;
}
.ctn_area_c {
  width: 100%;
  max-width: 1200px;
  padding: 0 2%;
  margin: 0 auto;
}
.area_wrapper_d {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
  max-width: 1920px;
  width: 100%;
  padding: 0rem 0 0 25px;
  color: #fff;
  margin: 0 auto 0 auto;
  position: relative
}
/*@media (max-width: 1800px) {
  .area_wrapper_d {
    flex-flow: wrap;
    aspect-ratio: 1 / .5;
  }
}
@media (max-width: 1600px) {
  .area_wrapper_d {
    flex-flow: wrap;
    aspect-ratio: 1 / .55;
  }
}
@media (max-width: 1500px) {
  .area_wrapper_d {
    flex-flow: wrap;
    aspect-ratio: 1 / .6;
  }
}
@media (max-width: 1400px) {
  .area_wrapper_d {
    flex-flow: wrap;
    aspect-ratio: 1 / .65;
  }
}
@media (max-width: 1240px) {
  .area_wrapper_d {
    flex-flow: wrap;
    aspect-ratio: 1 / .75;
  }
}
@media (max-width: 1080px) {
  .area_wrapper_d {
    flex-flow: wrap;
    aspect-ratio: 1 /.8;
  }
}*/
.area_wrapper_e {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  padding: 0 100px 0 25px;
  margin: 3rem auto 0 auto;
}
.ctn_area_c.plustitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}
.title_t {
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5rem;
  padding: 0 3rem .75rem 3rem;
  border-bottom: #999 2px solid;
  margin: 1rem 0 5rem 0
}
/*--------------------------*/
#Introduction {
  margin-top: -90px;
  padding-top: 90px;
}
.Introduction_area01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 90%;
  padding: 4rem 0 4rem 0;
  margin: 0 auto
}
.Introduction_area01_left {
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5rem;
  padding: 0 3rem .75rem 3rem;
  border-bottom: #999 2px solid;
  margin: 0rem 0 3rem 0
}
.Introduction_area01_right {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
}
.Introduction_area02 {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2rem 0 2rem 4%;
}
.Introduction_area02_left {
  display: flex;
  white-space: nowrap;
  justify-content: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 6% 0 0rem;
}
.Introduction_area02_right {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: .8rem;
  line-height: 1.6rem;
  padding: 0 100px 0 0px;
  text-align: justify;
  max-width: 740px
}
/*Product--------------------------*/
.area_wrapper_d .ctn_area_c {
  margin: 0px 0 2rem auto;
  width: 52%;
  padding: 0 2% 0 0;
  order: 1;
  z-index: 2;
}
.Product_header {
  width: auto;
  align-items: center;
  justify-content: flex-start;
  margin: 0rem 0 0 0;
}
.Product_t_icon {
  display: flex;
}
.Product_t {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: space-between;
  margin: 0 1rem 0 0
}
.Product_t_name {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: .9rem;
  line-height: 1.25rem;
}
.Product_t_model {
  display: flex;
  align-items: baseline;
}
.Product_t_model p {
  margin: 0;
  line-height: 1;
  transform: translateY(15%);
  display: block;
  margin-top: auto;
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  color: #fff;
  font-size: 2.2rem;
  white-space: nowrap
}
.product_type_icon {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.2rem;
  background-color: #69b8b3;
  white-space: nowrap;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  margin: 0 1rem 0 0
}
.b_detail02 {
  display: flex;
  align-items: center;
  color: #fff;
  margin-right: 64px;
  margin-top: 1rem;
  padding: 0rem 0 0 4%;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.1rem;
  width: 380px;
  height: 58px;
  min-width: 340px;
  background-image: url("../images/bg_b_menu.svg");
  background-size: 200%;
  background-position: center left;
  transform: background-position .3s linear
}
.b_detail02:hover {
  background-image: url("../images/bg_b_menu.svg");
  background-size: 200%;
  background-position: center right
}
.Product_p_area {
  width: calc(100% - 25px);
  top: 0px;
  position: absolute;
  order: 3;
  z-index: 1
}
.Product_p_area img {
  width: 40%;
  max-width: 780px;
  padding-left: 8%
}
.Product_t_area {
  width: 52%;
  margin: 0px 0 0 auto;
  order: 2;
  z-index: 2
}
@media (max-width: 1024px) {
  .area_wrapper_d .ctn_area_c {
    width: 100%;
    margin: 1rem 0 0 0;
    order: 1
  }
  .Product_header {
    display: flex;
    flex-flow: nowrap;
    margin: 0rem 0 1rem 0;
  }
  .Product_t_icon {
    display: flex;
    /*  width: 100%;
    margin-bottom: 1rem*/
  }
  .Product_t {
    display: flex;
    flex-direction: column;
    align-self: stretch;
    justify-content: space-between;
    margin: 0 1rem 0 0;
  }
  .Product_t_name {
    color: #fff;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    font-size: .8rem;
    line-height: 1.25rem;
  }
  .Product_t_model {
    display: flex;
    align-items: baseline;
  }
  .Product_t_model p {
    margin: 0;
    line-height: 1;
    transform: translateY(15%);
    display: block; /* または inline-block でもOK */
    margin-top: auto;
    font-family: "UniversNextPro-BoldCond";
    letter-spacing: 0rem;
    color: #fff;
    font-size: 1.6rem;
  }
  .product_type_icon {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 0.8rem;
    line-height: 1.2rem;
    background-color: #69b8b3;
    white-space: nowrap;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
  }
  .b_detail02 {
    display: flex;
    align-items: center;
    color: #fff;
    aspect-ratio: 1 / 0.168;
    width: auto;
    height: 50px;
    margin-top: 0rem;
    padding: 0rem 0 0 4%;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: .8rem;
    background-image: url("../images/bg_b_menu.svg");
    background-size: 200%;
    background-position: center left;
    transform: background-position .3s linear
  }
  .b_detail02:hover {
    background-image: url("../images/bg_b_menu.svg");
    background-size: 200%;
    background-position: center right
  }
  .Product_p_area {
    position: static;
    width: 56%;
    padding: 1% 10% 2% 10%;
    order: 2
  }
  .Product_p_area img {
    width: 100%;
    padding-left: 0%
  }
  .Product_t_area {
    width: 100%;
    flex: 1 0;
    order: 3
  }
}
.Product_outer_a01 {
  width: 100%;
  color: #fff;
  padding: 0 100px 0 0px;
}
.Product_outer_a02 {
  width: 100%;
  color: #fff;
  display: flex;
  flex-flow: wrap;
}
.Product_area_a01 {
  width: 100%;
  display: flex;
  padding: 2% 0% 2% 5%;
}
.Product_area_a01_left {
  width: 50%;
  max-width: 200px;
  min-width: 80px;
  padding: 0 0 0 .5rem
}
.Product_area_a01_right {
  display: flex;
  align-items: center;
  padding-left: 1%;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1rem;
  line-height: 1.8rem
}
.Product_area_a02 {
  flex: 1 0;
  margin: 0 0 3% 3%;
  padding: 4% 100px 2% 4%;
  color: #fff;
  background-color: #434343;
}
.Product_area_a02_upper {
  display: flex;
  align-items: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1rem;
  line-height: 1.6rem
}
.Product_area_a02_upper img {
  width: 80px;
  margin: 0 2rem 0 0
}
.upper_txt02 {
  display: inline-block;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: .8rem;
  margin-left: .5rem
}
.upper_txt03 {
  display: inline-block;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: .8rem;
  line-height: .8rem;
  background-color: #666;
  border-radius: 2px;
  padding: .25rem .5rem;
  margin-left: 1.5rem
}
.upper_txt03:hover {
  background-color: #000;
  color: #e3007f
}
.Product_area_a02_lower {
  margin: 1.5rem 0 0 0;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: .9rem;
  line-height: 1.8rem;
  text-align: justify
}
.Product_area_a02_lower_img {
  display: block;
  width: 30px;
  margin: 1rem 0 .5rem 0;
  transform: .3s
}
.Product_area_a02_lower_img img:hover {
  cursor: url("../images/m_p_h.svg") 16 0, auto;
  opacity: .5
}
@media (max-width: 1024px) {
  .area_wrapper_d {
    display: flex;
    flex-direction: column;
    aspect-ratio: auto;
    width: 100%;
    padding: 0rem 0 0 25px;
    color: #fff;
  }
  .Product_p_area {
    margin: 0 auto 1rem auto;
    width: 70%;
    padding: 2%;
    transform: translateX(-4%);
  }
  .Product_t_area {
    flex: 1 0;
  }
}
.product_photo_area {
  width: 48%;
  margin: 0 0 4% 0;
}
.product_photo_img {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  height: 100%;
  background: linear-gradient(to bottom, #0B0B0B 0%, #1A1A1A 100%);
  transition: 1.5s;
}
.photo_app {
  opacity: 1;
}
.photo_img_bg {
  position: absolute;
  width: 100%;
  top: 0%;
  transition: 2s left;
}
.bg_01 {
  left: -100%;
  transition-delay: 0s;
  transition: 2s left;
}
.bg_02 {
  left: 100%;
  transition-delay: 0.25s;
}
.bg_03 {
  left: -100%;
  transition-delay: 0.5s;
}
.bg_04 {
  left: 100%;
  transition-delay: 0.8s;
  transition: 3s left;
}
.photo_img_bg_app {
  position: absolute;
  width: 100%;
  top: 0%;
  left: 0%;
}
.product_photo_img img, .photo_img_bg img {
  width: 100%;
  z-index: 2;
}
.inner_upper {
  margin-bottom: 4%
}
.img_01 {
  transition-delay: 0s;
}
.img_02 {
  transition-delay: 0.25s;
}
.img_03 {
  transition-delay: 0.5s;
}
.img_04 {
  transition-delay: 0.8s;
}
.product_photo_txt {
  display: flex;
  justify-content: center;
  text-align: left;
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: .9rem;
  line-height: 1.4rem;
  padding: 2rem 1rem 2.5rem 1rem
}
.product_photo_area_s {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px
}
.product_photo_area_s img {
  width: 33%;
  margin: 0 0 4% 0;
}
/*MainVisual--------------------------*/
.MainVisual_area01 {
  display: flex;
  align-items: center;
  width: 80%;
  padding: 2rem 0 2rem 0;
  margin: 0 auto
}
.MainVisual_area01_left {
  flex: 1 0
}
.MainVisual_area01_left_cap {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 0 0 2rem 0
}
.MainVisual_area01_left_2nd {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
}
.MainVisual_area01_right {
  display: block;
  width: 30%;
  margin: 0 0 0 4rem;
}
.MainVisual_area01_right img {
  box-shadow: 6px 6px 6px 2px #161616;
  transform: box-shadow .3s
}
.MainVisual_area01_right img:hover {
  box-shadow: 2px 2px 8px 8px #6A6A6A;
  cursor: url("../images/m_p_h.svg") 16 0, auto;
}
.MainVisual_area02 {
  display: flex;
  max-width: 1200px;
  width: 80%;
  padding: 0rem 0 0rem 0;
  margin: 0 auto
}
.MainVisual_area02_left {
  flex: 1 0;
}
.MainVisual_area02_left_inner {
  /*  position: sticky;
  top: 92px;*/
  height: calc(100vh - 92px);
  flex: 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  color: #fff;
  font-size: 2rem;
  line-height: 2.4rem;
  background-image: url("../images/bg_making.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% auto;
}
.inner02 {
  padding-top: 1rem;
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1rem;
  line-height: 1.5rem;
}
.MainVisual_area02_right {
  width: 60%;
}
/*--------------------------*/
/*--------------------------*/
/*#story_area {
  position: sticky;
  top: 92px;
}*/
.area_base {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  height: calc(100vh - 92px);
}
.stage_wapper {
  position: relative;
}
.stage {
  width: 100%;
  aspect-ratio: 1320 / 1170;
  position: relative;
/*  background-image: url("../images/bg_scr_pc.jpg");
  background-size: cover;*/
}
.stage.vertical {
  overflow-y: scroll; /* 縦スクロール */
}
.stage.horizontal {
  overflow-x: scroll; /* 横スクロール */
}
/* スクロールバー完全非表示 */
.stage {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}
.stage::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
/* 三角ボタン共通 */
.scroll-button {
  position: absolute;
  z-index: 40;
  width: 40px;
  height: 40px;
  transition: .3s;
  overflow: hidden;
  border: #790079 1px solid;
  border-radius: 3px;
  cursor: pointer;
  user-select: none;
}
.scroll-button:hover {
  cursor: url("../images/m_p_h.svg") 16 0, auto;
}
/* PC用上下ボタン */
.scroll-up {
  top: 6px;
  right: 6px;
  background:
    url("../images/up.svg") center center / 40px 40px #3D1C39 no-repeat;
}
.scroll-down {
  bottom: 6px;
  right: 6px;
  background:
    url("../images/down.svg") center center / 40px 40px #3D1C39 no-repeat;
}
.scroll-up:hover {
  background:
    url("../images/up.svg") center center / 40px 40px #5E1C56 no-repeat;
}
.scroll-down:hover {
  background:
    url("../images/down.svg") center center / 40px 40px #5E1C56 no-repeat;
}
/* SP用左右ボタン */
.scroll-left {
  display: none;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}
.scroll-right {
  display: none;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
}
#makingCanvas {
  display: block;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#makingCanvas:hover {
  cursor: url("../images/m_p_p.svg") 16 0, auto;
}
.padding_upper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 500vh; /* 縦スクロール用 */
}
.padding_upper.horizontal {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 500vw; /* 横スクロール用に横幅を伸ばす */
  height: 100%;
}
/*
.scroll-up, .scroll-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: #444;
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  border-radius: 50%; 
  z-index: 10;
}

.scroll-up {
  top: 5px; 
}

.scroll-down {
  bottom: 5px; 
}

.scroll-up:hover,
.scroll-down:hover {
  background: #666;
}*/
/*--------------------------*/
/*--------------------------*/
@media (max-width: 1024px) {
  .MainVisual_area02 {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0rem 0 1rem 0;
  }
  .MainVisual_area02_left {
    display: none
  }
  .MainVisual_area02_right {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    aspect-ratio: 1 / 1.2;
  }
  /*  #story_area {
    position: sticky;
    top: 80px;
  }*/
  .area_base {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: visible;
    height: auto;
    aspect-ratio: 1 / 1.2;
  }
  .MainVisual_area02_left_inner {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    font-family: "UniversNextPro-BoldCond";
    letter-spacing: 0rem;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5rem;
    background-image: url("../images/bg_making.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100px auto;
  }
  .inner02 {
    padding-top: 1rem;
    color: #fff;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .pcn02 {
    display: flex !important
  }
  .stage {
    width: 100%;
    height: auto;
    position: relative;
  }
  #makingCanvas {
    display: block;
    width: 100%;
    aspect-ratio: 1320 / 1170;
  }
  .padding_upper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}
/*Interview--------------------------*/

.ctn_area_c.interview {
  width: 100%;
  max-width: 1200px;
    min-height: 480px;
  padding: 0 2%;
  margin: 0 auto;
}

.ctn_area_c {
  width: 100%;
  max-width: 1200px;
  padding: 0 2%;
  margin: 0 auto;
}

.Interview_area01 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  padding: 0rem 0 0rem 0;
  margin: 0 auto;
}
.item {
  color: #A883A6;
  width: 24%;
  border: #790079 1px solid;
  border-radius: 6px;
  background-color: #3D1C39;
  margin: 0 0 0rem 0;
  padding: 0rem;
  overflow: hidden
}
.item:hover  {
  color: #fff;
  border: #BE00BE 1px solid;
}
.item_upper {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.2rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  background:
    #230C20;
  transition: .2s;
  overflow: hidden;
  min-height: 12rem;
  text-align: justify;

}
.item_upper:hover {
  background:
    #5E1C56;
  cursor: url("../images/m_p_h.svg") 16 0, auto;

}


.item_upper.sel {
  background: #5E1C56 no-repeat;  color: #fff;

}
.item_upper.sel:hover {
  background: #5E1C56 no-repeat;
  cursor: url("../images/m_p_h.svg") 16 0, auto;
}
.item_upper_icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
}
.item_upper_txt {
  flex: 1 0;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1rem;
  letter-spacing: 0.075rem;
  line-height: 1.7rem;
  padding: 1rem 0px 0rem 0rem;
}
.item_upper_txt:hover, .item_upper_icon img:hover {
  display: block;
  cursor: url("../images/m_p_h.svg") 16 0, auto;
}
.item_lower {
  display: none;
  max-height: 0;
}
.item_lower.appa {
  max-height: 500px;
  transition: max-height 0.4s;
}
.item_lower_area {
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
  background-color: #230C20;
  margin: 2rem auto 0 auto;
  padding: 2rem 4rem 2rem 4rem;
  max-width: 1000px;
  position: relative;
  border-radius: 10px;
  border: #BE00BE 1px solid;
 
  z-index: 1;
    transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 1;
  transform: scale(1);
}

.item_lower_area.fade-out {
  opacity: 0;
  transform: scale(0.98); /* 少し縮む */
}

.item_lower_area.fade-in {
  opacity: 1;
  transform: scale(1);
}






.item_lower_area::before {
  content: "";
  position: absolute;
  top: -19px; 
  left: 12.5%; 
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 20px 20px; 
  border-color: transparent transparent #BE00BE transparent;
  background: #000; z-index: 2
}

.item_lower_area::after {
  content: "";
  position: absolute;
  top: -17px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 18px 18px;
  border-color: transparent transparent #230C20 transparent;
  z-index: 3
}
.a01::before {
  left: 12.5%; 
}

.a01::after {
  left: calc(12.5% + .5px);
}
.a02::before {
  left: 37.5%; 
}

.a02::after {
  left: calc(37.5% + .5px);
}
.a03::before {
  left: 62.5%; 
}

.a03::after {
  left: calc(62.5% + .5px);
}
.a04::before {
  left: 87.5%; 
}

.a04::after {
  left: calc(87.5% + .5px);
}
.item_lower_inner {
  margin: 0rem;
  color: #fff
}
.title_t.int {
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5rem;
  padding: 0 3rem .75rem 3rem;
  border-bottom: #999 2px solid;
  margin: 1rem 0 2rem 0
}
.inner03 {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0rem 0 3rem 0
}
.dots {
  display: none
}
@media (max-width: 1200px) {
    
    
.ctn_area_c.interview {
  width: 100%;
  max-width: auto;
    min-height: auto;
  padding: 0 2%;
  margin: 0 auto;
}


  .item_lower_area {
    display: none 
  }
  .Interview_area01 {
    display: block;
    width: 90%;
    padding: 0rem 0 2rem 0;
    margin: 0 auto
  }
  .item {
    color: #fff;
    width: 100%;
    border: #790079 1px solid;
    border-radius: 6px;
    background-color: #3D1C39;
    margin: 0 0 .75rem 0;
    padding: 0rem;
    overflow: hidden
  }
    .item:hover  {
  color: #fff;
 
  border: #BE00BE 1px solid;
}
  .item_upper, .item_upper.sel {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: .75rem 40px .75rem 1rem;
    background:
      url("../images/plus_sp.svg") center right 10px / 25px 25px #3D1C39 no-repeat;
    transition: .3s;
    overflow: hidden;
    min-height: auto;
    opacity: 1
  }
  .item_upper_icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .item_upper_txt {
    flex: 1 0;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 1rem;
    line-height: 1.6rem;
    padding: 0rem 0px 0rem 1rem;
  }
  .item_upper:hover, .item_upper.sel:hover {
    background:
      url("../images/plus_sp.svg") center right 10px / 25px 25px #5E1C56 no-repeat;
  }
  .item_upper.hv {
    background: url("../images/minus_sp.svg") center right 10px / 25px 25px no-repeat;
  }
  .item_upper.hv:hover {
    background: url("../images/minus_sp.svg") center right 10px / 25px 25px #5E1C56 no-repeat;
  }
  .item_lower {
    display: block;
    max-height: 0; /* 最初は閉じた状態 */
    overflow: hidden;
    transition: max-height 0.8s; /* 高さをアニメーション */
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    font-size: .9rem;
    border-radius: 0px 0px 8px 8px;
    line-height: 1.6rem;
    text-align: justify;
    background-color: #230C20;
  }
  .item_lower.appa {
    max-height: 500px;
    transition: max-height 0.4s;
  }
  .item_lower_inner {
    margin: 1.5rem
  }
  .title_t.int {
    font-family: "UniversNextPro-BoldCond";
    letter-spacing: 0rem;
    color: #fff;
     font-size: 2rem;
  line-height: 1.5rem;
    padding: 0 1rem .75rem 1rem;
    border-bottom: #999 2px solid;
    margin: 0rem 0 2rem 0
  }
  .inner03 {
    color: #fff;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: .9rem;
    line-height: 1.5rem;
    margin: 0rem 0 2rem 0
  }
  .dots {
    display: block;
    width: 25px;
    height: 3.2px;
    margin: .75rem auto;
    background: url("../images/dots.svg") center center / 100% no-repeat;
  }
}
/*Campaign--------------------------*/
.Campaign_area01 {
  display: flex;
  width: 90%;
  padding: 3rem 5% 3rem 0;
  margin: 0 auto
}
@media (max-width: 1024px) {
  .Campaign_area01 {
    display: flex;
    width: 90%;
    padding: 2rem 8% 2rem 0;
    margin: 0 auto
  }
}
.Campaign_area01_left {
  flex: 1 0
}
.Campaign_area01_left_cap {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin: 1rem 0 2rem 0
}
.Campaign_area01_left_2nd {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
}
.Campaign_area01_right {
  width: 40%;
  margin: 0 0 0 3rem
}
.Campaign_area01_right img {
  box-shadow: 6px 6px 6px 2px #161616;
}
.Campaign_area02 {
  display: flex;
  max-width: 1200px;
  width: 80%;
  padding: 2rem 0 2rem 0;
  margin: 0 auto
}
.Campaign_area02_left {
  flex: 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  color: #fff;
  font-size: 2rem;
  line-height: 2.4rem;
  background-image: url("../images/bg_making.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}
.Campaign_area02_right {
  width: 60%;
}
/*Archive--------------------------*/
.Archive_area01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0rem 0 0rem 0;
  margin: 0 auto 2rem auto;
}
.Archive_area01_left {
  margin: 0 0 3rem 0;
}
.Archive_model {
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  color: #fff;
  font-size: 2rem;
  line-height: 2.4rem;
  margin: .5rem 0 1rem 0rem
}
.Archive_txt {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 1rem 0 0 0
}
.Archive_area01_right {
  display: block;
  width: 20%;
  margin: 0 0 0 1rem;
}
a.AT2020USB-X_link {
  display: block;
  transform: .3s
}
a.AT2020USB-X_link:hover {
  display: block;
  cursor: url("../images/m_p_h.svg") 16 0, auto;
  opacity: .6
}
a.AT2020USB-X_link .Archive_txt:hover, a.AT2020USB-X_link .Archive_model:hover {
  display: block;
  cursor: url("../images/m_p_h.svg") 16 0, auto;
}
/*--------------------------*/
.footer_area {
  width: 90%;
  padding: 0 75px 0 0;
  margin: 40px auto 40px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.icon_area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2rem auto 2rem auto;
  padding: 3rem 0 1rem;
  border-top: #333 1px solid;
}
.icon {
  display: block;
  width: 30px;
  margin: 0 1rem;
  transform: .3s
}
.icon img:hover {
  cursor: url("../images/m_p_h.svg") 16 0, auto;
  opacity: .5
}
.foot_c {
  margin: 0px 1rem 0.5rem 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
}
.logo_piapro {
  display: flex;
  justify-content: center;
  margin: .5rem 0 0 1rem;
}
.logo_piapro img {
  width: 65px;
  margin: 0 0 0 .5rem;
}
@media (max-width: 1200px) {
  .footer_area {
    width: 98%;
    padding: 0 75px 0 0;
    margin: 50px auto 30px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    color: #fff;
  }
  .foot_c {
    margin: 0px 0.5rem 0.5rem 0.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    color: #fff;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    font-size: 0.65rem;
    line-height: 1rem;
    width: 100%;
    font-feature-settings: "palt";
  }
  .logo_piapro {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: .5rem 0 0 0;
  }
  .logo_piapro img {
    width: 60px;
    margin: 0 0 0 .5rem;
  }
}
/*--------------------------*/
.b_top {
  position: fixed;
  bottom: 14px;
  right: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  font-family: "UniversNextPro-Cond";
  letter-spacing: 0rem;
  font-size: 1.2rem;
  width: 64px;
  height: 64px;
  transition: .3s;
  /*  cursor: pointer;*/
  opacity: 0;
  z-index: 65;
}
.b_top:hover {
  color: #fff;
  /*  cursor: pointer;*/
  background-color: #950053
}
.b_top.appa {
  opacity: 1;
}
.sml {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #000;
  font-size: .6rem;
  line-height: 1rem
}
/*window---------------------*/
.mb_img {
  aspect-ratio: 769 / 1000;
  background-image: url('../images/MainVisual_s.jpg');
  background-size: cover;
  box-shadow: 6px 6px 6px 2px #161616;
  transform: box-shadow .3s
}
.mb_img:hover {
  box-shadow: 2px 2px 8px 8px #6A6A6A;
  cursor: url("../images/m_p_h.svg") 16 0, auto;
}
.window_base_img {
  display: none;
  position: fixed;
  padding: 2rem 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh; /* デフォルトで全画面 */
  background-color: rgba(0, 0, 0, 1);
  z-index: 200;
  justify-content: center;
  align-items: center;
  cursor: pointer
}
.window_base_img.app {
  display: flex;
  flex-direction: column;
}
.window_base_img .img_area {
  width: auto;
  height: 94%;
  aspect-ratio: 2308 / 3000;
  background-image: url('../images/MainVisual.jpg');
  background-size: cover;
  overflow: hidden;
  cursor: default
}
.b_close {
  margin: 1rem auto .5rem auto;
  font-family: "UniversNextPro-Cond";
  font-size: 1.2rem;
  color: #999;
  letter-spacing: 0rem;
  cursor: pointer
}
.b_close:hover {
  color: #fff;
  text-decoration: underline
}
/* app_obj ---------------------- */
.app_obj {
  opacity: 0;
  transition: 1.5s ease;
}
.av_app {
  opacity: 1;
}
.delay_0 {
  transition-delay: 0s;
}
.delay_05 {
  transition-delay: 0.5s;
}
.delay_1 {
  transition-delay: 1s;
}
.delay_15 {
  transition-delay: 1.5s;
}