@charset "UTF-8";
/* CSS Document */
@media (max-width: 375px) {
  html {
    font-size: 90%;
  }
}
/*body {
  background-color: #000;
  font-size: 1rem;
  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"), auto
}
*:hover {
  cursor: url("../images/m_p_h.cur"), auto;
}
.spn {
  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 {
  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: 0 0 0 1rem
}
.m_Indicator img {
  width: 100px;
  height: auto;
}
@keyframes blink {
  0% {
    opacity: .2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
/*--------------------------*/
.sq_mgn {
  margin-top: -150px;
  padding-top: 150px;
}
/*--------------------------*/
.bg_t {
  background-color: #559
}
.bgcl_gr01 {
  background-color: #242424
}
.mb_01 {
  margin-bottom: 90px
}
.mb_02 {
  margin-bottom: 0px
}
/*--------------------------*/
.b_menu {
  position: fixed;
  top: 18px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #69b8b3;
  font-family: "UniversNextPro-Cond";
  letter-spacing: 0rem;
  font-size: 1rem;
  width: 50px;
  height: 36px;
  z-index: 101;
  transition: .3s;
  cursor: pointer
}
.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: 60px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  width: 50px;
  height: 40px;
  z-index: 65;
  transition: .3s;
  cursor: pointer;
}
.b_x:hover {
  background-color: #950053;
}
.icon_x {
  width: 18px;
}
.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: 40px;
  height: 1000vh;
  background-image: url("../images/bg_side.svg");
  background-size: 100%;
  background-repeat: repeat-y;
  background-color: #000
}
.bg-right-area {
  flex: 1 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  background: linear-gradient(to bottom, #000000 0%, #202020 100%);
}
.menu_outer {
  width: 80%;
  margin: 60px auto 0 auto
}
.menu_left {
  width: 100%;
}
.logo_miku_01 {
  width: 100px;
  margin-bottom: .5rem
}
.logo_miku_02 {
  width: 120px;
}
.t_menu_model {
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin-bottom: 5px;
}
.menu_right {
  width: 100%;
  margin: 1.5rem 0
}
.menu_button {
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2rem;
  display: flex;
  text-align: center;
  cursor: pointer;
  transition: .3s;
  padding: 1rem 0;
  border-bottom: #333 1px solid;
  opacity: 0;
  transform: translateX(-50px);
}
.menu_button:hover {
  color: #e2007e;
  border-bottom: #760042 1px solid;
  transition: .3s;
  cursor: url("../images/m_p_h.svg") 16 16, auto;
}
.char {
  opacity: 0;
  display: inline-block;
  transform: translateX(-10px);
  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: 9px;
  background-color: #e3007f;
  z-index: 60;
}
/*--------------------------*/
#header {
  margin-top: -90px;
  padding-top: 90px;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 16px 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;
  display: flex;
  align-items: center;
  width: 40%;
  min-width: 35%;
  margin: 0 0 0 1.5%;
}
.at_logo img:hover {
  cursor: url("../images/m_p_h.svg") 16 16, auto;
}
.header_txt {
  order: 3;
  width: 100%;
  margin: .75rem 0 0 0;
  padding: 0 50px 0 .5rem;
  color: #ccc;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: .7rem;
  line-height: 1rem
}
.b_detail {
  order: 2;
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #e3007f;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: .7rem;
  /*  border-radius: 2px;*/
  padding: 0rem .5rem;
  height: 36px;
  margin: 2px 54px 0 0;
  white-space: nowrap
}
.b_detail:hover {
  background-color: #950053;
}
/*--------------------------*/
.top_bg_movie_area {
  position: relative;
  top: 0px;
  width: 100%;
  aspect-ratio: 75 / 130;
  overflow: hidden
}
.m_video {
  display: block;
  width: 100%;
  margin-top: 0vw;
}
.top_ill_area {
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 10
}
@media (min-width: 500px) {
  .top_ill_area {
    width: 100%;
    top: -10vw;
    position: absolute;
    z-index: 10
  }
}
.top_logo_area {
  position: absolute;
  margin: 120px 0 0 3%;
  z-index: 20
}
.top_logo_miku_01 {
  width: 20vw;
  margin-bottom: 1vw
}
.top_logo_miku_02 {
  width: 26vw;
}
.top_t_menu_model {
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  color: #fff;
  font-size: 6.5vw;
  line-height: 3rem;
  margin-bottom: .75vw
}
/*--------------------------*/
.area_wrapper_a {
  width: 100%;
  padding: 0 0 0 0px;
  color: #fff;
}
.ctn_outer_spse {
  width: 100%;
  aspect-ratio: 1 / 0.068;
}
.ctn_outer_a01 {
  width: 100%;
  color: #fff;
  padding: 0 25px 0 16px;
}
.ctn_outer_a02 {
  width: 100%;
  color: #fff;
  display: flex;
  flex-flow: wrap;
}
.ctn_outer_a03 {
  width: 100%;
  color: #fff;
  padding: 0 25px 0 16px;
  background-color: #242424;
  background-image: url("../images/bg_Campaign_sp.jpg");
  background-position: left top;
  background-size: 100%
}
.ctn_area_a01 {
  width: 100%;
  padding: 0 2%;
  margin: 0 auto;
}
.ctn_area_a02 {
  flex: 1 0;
  margin: 1% 0 2% 2%;
  padding: 0 1%;
  color: #fff;
  background-color: #000;
}
.ctn_area_a03 {
  flex: 1 0;
  margin: 1% 0 0 0;
  padding: 0 1%;
  color: #fff;
  background-color: #000;
}
.ctn_area_whatis {
  width: 80%;
  margin: 0 0 0 auto;
  padding: 0 1%;
  color: #fff;
  background-color: #434343;
}
.ctn_area_whatis_lower {
  width: 80%;
  margin: 0 0 0 auto;
  height: 1.5rem;
}
.area_wrapper_c {
  width: 100%;
  padding: 0 17px 0 6px;
  background-color: #000;
}
.ctn_area_c {
  width: 100%;
  padding: 0 1%;
  margin: 0 auto;
}
.area_wrapper_d {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0rem 0 0 0px;
  color: #fff;
}
.area_wrapper_e {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 17px 0 6px;
  margin: 4rem 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: 1.6rem;
  line-height: 1.5rem;
  padding: 0 1rem .75rem 1rem;
  border-bottom: #999 2px solid;
  margin: 0rem 0 3rem 0
}
/*--------------------------*/
#Introduction {
  margin-top: -90px;
  padding-top: 90px;
}
.Introduction_area01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 3rem 0 2rem 0;
}
.Introduction_area01_left {
  display: flex;
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.5rem;
  padding: 0 1rem .75rem 1rem;
  border-bottom: #999 2px solid;
  margin: 0rem 0 2.5rem 0;
  justify-content: center
}
.Introduction_area01_right {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: .8rem;
  line-height: 1.6rem;
  text-align: justify;
}
.Introduction_area02 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1.5rem 0 1rem 0;
}
.Introduction_area02_left {
  display: flex;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  letter-spacing: 0rem;
  color: #fff;
  font-size: .8rem;
  line-height: 1.5rem;
  padding: 0 20px 1rem 20px;
}
.Introduction_area02_right {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: .7rem;
  line-height: 1.2rem;
  padding: 0 30px 0 20px;
  text-align: justify
}
/*Product--------------------------*/
.Product_header {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  margin: 0rem 0 1rem 0;
  padding: 0 17px 0 6px;
}
.Product_t_icon {
  display: flex;
  width: 100%
}
.Product_t {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  justify-content: space-between;
  margin: 0 1rem 0 0;
  flex: 1 0 auto
}
.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";
  margin: 0 0 0 auto
}
.b_detail02 {
  display: flex;
  align-items: center;
  color: #fff;
  aspect-ratio: 1 / 0.168;
  width: 250px;
  padding-left: 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;
  margin: 1rem 0 0 0
}
.b_detail02:hover {
  background-image: url("../images/bg_b_menu.svg");
  background-size: 200%;
  background-position: center right
}
.Product_p_area {
  margin: 0 auto 1rem auto;
  width: 80%;
  padding: 2%;
  transform: translateX(-2%);
}
.Product_t_area {
  flex: 1 0;
}
.Product_outer_a01 {
  width: 100%;
  color: #fff;
  padding: 0 25px 0 16px;
}
.Product_outer_a02 {
  width: 100%;
  color: #fff;
  display: flex;
  flex-flow: wrap;
}
.Product_area_a01 {
  width: 100%;
  display: flex;
  padding: 4% 0% 4% 2%;
}
.Product_area_a01_left {
  width: 45%;
  min-width: 100px
}
.Product_area_a01_right {
  display: flex;
  align-items: center;
  padding-left: 0%;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: .8rem;
  line-height: 1.5rem;
}
.Product_area_a02 {
  flex: 1 0;
  margin: 0 0 5% 5%;
  padding: 4% 1% 4% 4%;
  color: #fff;
  background-color: #434343;
}
.Product_area_a02_upper {
  display: flex;
  align-items: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: .9rem;
  line-height: 1.5rem
}
.Product_area_a02_upper img {
  width: 20%;
  min-width: 60px;
  margin: 0 1rem 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: .7rem;
  line-height: .8rem;
  background-color: #666;
  border-radius: 2px;
  padding: .25rem .5rem;
  margin-left: 1rem
}
.upper_txt03:hover {
  background-color: #000;
      color: #e3007f
}
.Product_area_a02_lower {
  margin: 1rem 5% 0 0;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: .75rem;
  line-height: 1.4rem;
  text-align: justify
}
.Product_area_a02_lower_img {
  display: block;
  width: 30px;
  margin: 1rem 0 .5rem 0
}
/*.Product_area_a02_lower_img img:hover {
   cursor: url("../images/m_p_h.svg") 16 16, auto;
    opacity: .5
}*/
.product_photo_area {
  width: 100%;
  margin: 0 0 1rem 0;
}
.product_photo_img {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  opacity: 0;
  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: center;
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: .8rem;
  line-height: 1.4rem;
  padding: 1rem 1.5rem 1.5rem 1.5rem
}
.product_photo_area_s {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-bottom: 30px
}
.product_photo_area_s img {
  width: 80%;
  margin: 0 0 0 0;
}
/*MainVisual--------------------------*/
.MainVisual_area01 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem 0 3rem 0;
}
.MainVisual_area01_left {
  flex: 1 0
}
.MainVisual_area01_left_cap {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: .9rem;
  line-height: 1.5rem;
  margin: 0 0 1rem 0
}
.MainVisual_area01_left_2nd {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: .8rem;
  line-height: 1.6rem;
  text-align: justify;
}
.MainVisual_area01_right {
  width: 80%;
  margin: 2rem auto 0 auto
}
.MainVisual_area01_right img {
  box-shadow: 6px 6px 6px 2px #161616;
}
/*.MainVisual_area01_right img:hover {
  box-shadow: 2px 2px 8px 8px #6A6A6A;
     cursor: url("../images/m_p_h.svg") 16 16, auto;
}*/
.MainVisual_area02 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0rem 0 1rem 0;
}
.MainVisual_area02_left {
  display: none
}
.MainVisual_area02_right {
  width: 100%;
  margin: 0 auto;
    
     display: flex;
    align-items: center;
    aspect-ratio: 1 / 1.7;
    
  
}
.stickyWrapper {}
/*#story_area {
  position: sticky;
  top: 120px
}*/
.area_base {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 4rem;
  height: calc(80vh - 0px);
}
.MainVisual_area02_left_inner {
  width: 100%;
  height: 100px;
  padding: 2.5rem 0 1.5rem 0;
  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: 0.5rem;
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: .9rem;
  line-height: 1.5rem;
}
/*--------------------------*/
/*--------------------------*/
.stage_wapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.stage {
  width: 80%;
  position: relative;
  padding: 0 0 0 0;
/*  background-image: url("../images/bg_scr.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;
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
/* PC用上下ボタン */
.scroll-up {
  display: none;
  top: 20px;
  right: 20px;
}
.scroll-down {
  display: none;
  bottom: 20px;
  right: 20px;
}
/* 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;
}
@media (max-width: 375px) {
  .stage {
    width: 70%;
    position: relative;
    padding: 0 0 0 0
  }
}
.padding_upper {
  position: absolute;
  top: 0px;
  width: 100%;
  min-height: 500vh; /* iOSでラグ軽減用 */
}
.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%;
}
/*--------------------------*/
/*--------------------------*/
/*Interview--------------------------*/
.Interview_area01 {
  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 {
 display: flex;
    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
}

.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: .9rem;
  line-height: 1.6rem;
 
  padding: 0rem 0px 0rem 1rem;
}



.item_upper: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 {
  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: 1.8rem;
  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{
  width: 25px;
    height: 3.2px;
    margin: .75rem auto;
    background: url("../images/dots.svg") center center  / 100%  no-repeat;
}
/*Campaign--------------------------*/
.item_lower_area {
   display: none
}
.Campaign_area01 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0rem 0 0rem 0;
}
.Campaign_area01_left {
  flex: 1 0;
  margin: 1rem 0 0 0
}
.Campaign_area01_left_cap {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: .9rem;
  line-height: 1.5rem;
  margin: 2rem 0 2rem 0
}
.Campaign_area01_left_2nd {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: .8rem;
  line-height: 1.6rem;
  text-align: justify;
}
.Campaign_area01_right {
  width: 70%;
  margin: 2rem auto 3rem auto
}
.Campaign_area01_right img {
  box-shadow: 6px 6px 6px 2px #161616;
}
.Campaign_area02 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0rem 0 1rem 0;
}
.Campaign_area02_left {
  aspect-ratio: 1 / .4;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.4rem;
  background-image: url("../images/bg_making.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30% auto;
}
.Campaign_area02_right {
  width: 90%;
  margin: 0 auto
}
/*Archive--------------------------*/
.Archive_area01 {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 1rem 0 0rem 0;
}
.Archive_area01_left {
  padding: 0rem 0 0rem 2rem;
}
.Archive_model {
  font-family: "UniversNextPro-BoldCond";
  letter-spacing: 0rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2rem;
  margin: .5rem 0 0 0rem
}
.Archive_txt {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: .8rem;
  line-height: 1.2rem;
  margin: .5rem 0 0 0
}
.Archive_area01_right {
  width: 50%;
  margin: 0rem auto 0 auto
}
/*--------------------------*/
.footer_area {
  width: 98%;
  margin: 50px auto 50px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.icon_area {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 2rem auto 2rem 2%;
  padding: 3rem 0 1rem 0;
  border-top: #333 1px solid;
}
.icon {
  display: block;
  width: 26px;
  margin: 0 1rem;
}
.foot_c {
  margin: 0px auto 0.5rem auto;
  transform: translateX(-9px);
  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;
  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: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  font-family: "UniversNextPro-Cond";
  letter-spacing: 0rem;
  font-size: 1rem;
  width: 50px;
  height: 40px;
  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: 0rem
}
/*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 16, auto;
}
.window_base_img {
  display: none;
  position: fixed;
  padding: 2rem 0;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto; /* vhをやめて、JSで高さ調整 */
  min-height: 100%; /*  */
  background-color: rgba(0, 0, 0, 1);
  z-index: 200;
  justify-content: center;
  align-items: center;
}
.window_base_img.app {
  display: flex;
  flex-direction: column;
}
.window_base_img .img_area {
  height: 90%;
  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;
  letter-spacing: 0rem;
  color: #999;
  cursor: pointer
}
.b_close:hover {
  color: #fff;
  text-decoration: underline
}
/* app_obj ---------------------- */
.app_obj {
  opacity: 0;
  transition: .75s ease;
}
.av_app {
  opacity: 1;
}
.delay_0 {
  transition-delay: 0s;
}
.delay_05 {
  transition-delay: 0.5s;
}
.delay_1 {
  transition-delay: 0s;
}
.delay_15 {
  transition-delay: 0.5s;
}