@charset "UTF-8";
/* CSS Document */
body {
  background-color: #fafaf9;
  font-size: 1rem;
  max-width: 2400px;
  margin: auto;
}
img {
  max-width: 100%;
  height: auto;
  /*  width: auto;*/
}
a {
  text-decoration: none
}

/*menu--------------------*/
.menu_base_wrap {
  position: fixed;
  top: 0px;
  right: -105%;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  transition: right 0.3s;
  z-index: 14;
}
.menu_base {
  position: fixed;
  top: 0px;
  right: -401px;
  width: 400px;
  height: 100vh;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 100%);
  border-left: #333 1px solid;
  transition: right 0.6s;
  z-index: 14;
}
.app {
  right: 0px;
}
.app_wrap {
  right: 0%;
}
.b_menu {
  position: fixed;
  top: 110px;
  right: 2%;
  width: 64px;
  height: 64px;
  background: url(../images/b_menu.svg) top left / 64px 128px no-repeat, #000;
  cursor: pointer;
  z-index: 15;
  opacity: 1;
  transition: opacity 0.5s
}
.b_menu.app {
  opacity: 1;
}
.b_menu:hover {
  background: url(../images/b_menu.svg) top left / 64px 128px no-repeat, #39D8D8;
}
.b_menu.av {
  background: url(../images/b_menu.svg) bottom left / 64px 128px no-repeat, #000;
}
.b_menu.av:hover {
  background: url(../images/b_menu.svg) bottom left / 64px 128px no-repeat, #39D8D8;
}
.menu_area {
  position: fixed;
  top: 184px;
  right: -361px;
  width: 360px;
  bottom: 80px;
  transition: right 0.6s;
  z-index: 15;
  overflow-y: scroll;
  overflow-x: visible;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.menu_area::-webkit-scrollbar {
  display: none;
}
.app_menu_area {
  right: 20px;
}
a.b_btn {
  display: flex;
  padding: 15px 20px;
  font-family: kaisei-opti, sans-serif;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 40px;
  align-items: center;

  font-size: 1.2rem;
  color: #000;
	
	  overflow: hidden;
  background: url(../images/b_bg.svg) top left -700px / cover no-repeat;
  transition: 0.25s background linear;
	
	
}
a.b_btn:hover {
	
	
  background: url(../images/b_bg.svg) top left 0px / cover no-repeat
	

}
a[href="#introduction"] {
  display: none
}
/* header ---------------------- */
.header_area {
  position: fixed;
  top: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  z-index: 12;
  transition: background-color 0.5s
}
.header_area.bgw {
  background-color: #fff
}
.header_logo {
  flex: 0 0 auto;
  width: 324px;
  height: 59px;
  margin-left: 3%;
  margin-right: 3%;
}
.header_logo img {
  width: 100%;
}
.b_pro_top_area {
  flex: 0 1 auto;
  margin-right: 2%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
.t_b_pro_top {
  font-size: 0.9rem;
  line-height: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #403407;
  font-feature-settings: "palt";
  white-space: wrap;
  padding: 0px 1rem 0px 0px;
}
.b_pro_top {
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  background: url("../images/arr.svg") right 5px center / 10px 10px no-repeat #eae8e7;
  font-size: 1rem;
  padding: 10px 28px 10px 28px;
  font-feature-settings: "palt";
  white-space: nowrap;
  color: #333;
	  transition: 0.25s background linear;
}
.b_pro_top:hover {  background: url("../images/arr.svg") right 5px center / 10px 10px no-repeat #D1F3F3;}
/*--------------------------*/
.top_area {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  background-color: #f3f3f3;
}
.top_ill_area {
  margin-left: auto;
  width: 75%;
  height: 110vw;
  overflow: hidden;
  z-index: 2;
}
#top_area_mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
#top_area_mv video {
  width: 100%;
}
.top_logo_area {
  position: absolute;
  top: 15%;
  left: 5%;
  z-index: 3;
}
.logo_miku_01 {
  width: 207px
}
.logo_miku_02 {
  width: 191px
}
.type_txt {
  font-family: "UniversNextPro-BoldCond";
  font-size: 3rem;
  padding: 16px 0px 8px 0px;
  font-feature-settings: "palt";
  white-space: nowrap;
  color: #555
}
.sq_mgn_introduction_wide {
  margin-top: -58vw;
  padding-top: 58vw;
}
.sq_mgn_introduction {
  margin-top: -80px;
  padding-top: 80px;
}
.introduction_area {
  position: absolute;
  top: 55%;
  left:4.5%;
  z-index: 3;
  width: 45%
}
.section_title {
  text-align: left;
  color: #000;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-family: kaisei-opti, sans-serif;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
h1 {
  color: #000;
  font-size: 1.1rem;
  line-height: 2.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.1rem;
  font-feature-settings: "palt";
}
.whatis {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 3rem;
  padding: 1rem 2rem 1rem 2rem;
  background-color: #E8E8E8;
}
.logo_miku_03 {
  width: 140px;
  margin: 10px 30px 10px 0px
}
.text_title01 {
  text-align: left;
  margin-top: -0.5rem;
  color: #000;
  font-size: 1.2rem;
	margin: 1rem 0 1.4rem 0;
  font-family: kaisei-opti, sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
}
.text_body {
  flex: 1 0 100%;
  text-align: left;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-weight: 400;
}
/*--------------------------*/
.sq_mgn {
  margin-top: -80px;
  padding-top: 80px;
}
.product_area_wrapper {
  width: 100%;
  background-color: #81DEDB
}
.product_area {
  width: 95%;
  max-width: 1260px;
  margin: 0px auto 0px auto;
  padding: 40px 0px 40px 0px;
}
.product_upper {
  display: flex;
  max-width: 1260px;
  background-color: #fff;
  flex-wrap: nowrap;
  padding: 50px;
}
.product_upper_left {
  width: 45%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 20px
}
.product_upper_right {
  flex: 1 1;
  display: flex;
  align-items: flex-start;
  background-color: #ededed;
  flex-wrap: wrap;
  padding: 50px;
}
.product_txt_area {
  display: flex;
  flex-wrap: wrap;
}
.product_txt_area_inner {
  flex: 1 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.product_text_body {
  text-align: left;
  color: #000;
  font-size: 0.9rem;
  margin-bottom: 0.7rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-weight: 400;
}
.product_type_txt {
  font-family: "UniversNextPro-BoldCond";
  font-size: 3rem;
  line-height: 1;
  padding: 0px 0px 0px 0px;
  font-feature-settings: "palt";
  color: #000;
}
.product_type_icon {
  width: 4.4rem;
  height: 4.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 0.9rem;
  line-height: 1.2rem;
  background-color: #81DEDB;
  white-space: nowrap;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.b_pro_product {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-height: 3rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  background: url("../images/arr.svg") right 5px center / 10px 10px no-repeat #eae8e7;
  font-size: 1.2rem;
  margin-top: 0.5rem;
  padding: 15px 28px 15px 28px;
  text-align: center;
  font-feature-settings: "palt";
  white-space: nowrap;
  color: #333;
  transition: 0.25s background linear;
	
	
}
.b_pro_product:hover {  background: url("../images/arr.svg") right 5px center / 10px 10px no-repeat #D1F3F3;}


.product_img {
  flex: 1 0;
  margin-top: 1rem;
}
.product_upper_right_pac {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product_upper_right_pac_left {
  width: 40%;
  min-width: 120px;
}
.product_upper_right_pac_right {
  flex: 1 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-family: kaisei-opti, sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
}
.product_upper_right_profile {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  align-self: flex-start;
  padding-top: 2rem;
  border-top: #ccc 1px solid;
}
.product_upper_right_profile_left {
  width: 80px;
  margin-right: 1.5rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}
.product_upper_right_profile_right {
  font-size: 2rem;
  font-family: kaisei-opti, sans-serif;
  font-weight: 700;
}
.profile_txt {
  font-feature-settings: "palt";
  font-size: 1rem;
  margin-top: 0.5rem
}
.profile_text_body {
  flex: 1 0 100%;
  margin-top: 1.8rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
  color: #000;
  font-size: 0.95rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-weight: 400;
}
.profile_text_body a {
  color: #008E96;
}
.profile_text_body a:hover {
  text-decoration: underline
}
.product_under {
  display: flex;
  max-width: 1260px;
  background-color: #000;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  padding: 50px;
}
.product_photo_area {
  display: flex;
  justify-content: center;
  width: 32%;
  flex-wrap: wrap;

}
.product_photo_img {
	position: relative;
  display: flex;
	flex-direction: column;
  flex-wrap: wrap;
	overflow: hidden;
	  opacity: 0;
		  background: #000000;
  transition: 1.5s;
	
}


.photo_app {
	  background: #DDDDDD;
  opacity: 1;
}


.photo_img_bg {
	position:absolute;
  width: 100%;
	top:0%;
left:-100%;
	  transition: 2s 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;

}



.bg_01{
transition-delay: 0s;
 transition: 2s left ;
}

.bg_02{
transition-delay: 0.25s;

}

.bg_03{
transition-delay: 0.5s;

}
.bg_04{
transition-delay: 0.8s;
 transition: 4s left ;
}




.product_photo_txt {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  font-family: kaisei-opti, sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  margin-top: 1rem;
  height: 10%
}
/*--------------------------*/
.download_area {
  width: 95%;
  max-width: 1260px;
  margin: 0px auto 0px auto;
  padding: 40px 0px 0px 0px;
}
.download_outer {
  display: flex;
  max-width: 1260px;
  justify-content: center;
  flex-wrap: nowrap;
  background: url("../images/bg_01.jpg") top left / 787px 371px no-repeat, #fff;
  border: #81DEDB 1px solid;
  padding: 30px;
}
.download_inner {
  display: flex;
  width: 80%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.download_left {
  padding-right: 3rem
}
.text_title02 {
  text-align: left;
  color: #000;
  font-size: 1.6rem;
  font-family: kaisei-opti, sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-bottom: 2rem
}
.text_body02 {
  color: #000;
  font-size: 1rem;
  line-height: 2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
}
.b_download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  background: url("../images/arr.svg") right 5px center / 10px 10px no-repeat #eae8e7;
  font-size: 1rem;
  margin: 1rem 0;
  padding: 10px 2rem 10px 2rem;
  text-align: center;
  font-feature-settings: "palt";
  white-space: nowrap;
  color: #333;
  transition: 0.25s background linear;
	
	
}
.b_download:hover {  background: url("../images/arr.svg") right 5px center / 10px 10px no-repeat #D1F3F3;}
.download_right {
  width: 60%;
  min-width: 200px;
}
/*--------------------------*/
.campaign_area {
  width: 95%;
  max-width: 1260px;
  margin: 0px auto 20px auto;
  padding: 40px 0px 0px 0px;
}
.campaign_outer {
  display: flex;
  max-width: 1260px;
  justify-content: center;
  flex-wrap: nowrap;
  background: url("../images/bg_02.jpg") bottom right / 787px 371px no-repeat, #fff;
  border: #81DEDB 1px solid;
  padding: 30px;
}
.campaign_inner {
  display: flex;
  width: 80%;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.campaign_left {
  width: 40%;
  min-width: 300px;
  margin-right: 3rem;
  opacity: 1.0;
  transition: opacity 0.5s
}
.campaign_left:hover {
  opacity: 0.5;
}
.campaign_right {
  width: 60%;
}
/*--------------------------*/
.banner {
  display: flex;
  flex-wrap: nowrap;
  width: 80%;
  max-width: 1000px;
  background-color: #f2eded;
  box-shadow: 8px 8px 12px #dcd8d8, -8px -8px 12px #fbfafa;
  border-radius: 6px;
  overflow: hidden;
  margin: 4rem auto 4rem auto;
  opacity: 1.0;
  transition: opacity 0.5s
}
.banner:hover {
  opacity: 0.7;
}
.banner_left {
  flex: 1 1;
}
.banner_right {
  flex: 1 1;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 4%;
  padding-right: 2%;
}
.banner_txt {


	font-size: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
	  font-feature-settings: "palt";
}
.banner_right_logo {
  position: absolute;
  right: 5%;
  top: 8%;
  width: 25%
}
/*--------------------------*/
.footer_area {
  width: 90%;
  margin: 40px auto 40px auto;
  display: flex;
  justify-content: center;
  color: #fff;
  flex-wrap: wrap;
}
.foot_c {
  margin: 0px 1rem 0.5rem 1rem;
  display: flex;
  color: #000;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.05rem;
  font-feature-settings: "palt";
}
.logo_piapro {
  margin-left: 0.5rem;
  margin-top: -0.2rem;
  width: 65px;
}
@media (max-width: 1333px) {
  a[href="#introduction"] {
    display: block
  }
  a[href="#introduction_wide"] {
    display: none
  }
  .top_area {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    background-color: #f3f3f3;
  }
  .introduction_area {
    position: static;
    width: 95%;
    max-width: 1260px;
    margin: 20px auto 20px auto;
    padding: 24px;
    color: #fff;
  }
  .top_logo_area {
    top: 10% !important;
    left: 5%;
    z-index: 3;
  }
}
@media (max-width: 1024px) {
  .header_area {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.5rem 0;
    z-index: 12;
    transition: background-color 1.0s
  }
  .header_area.bgw {
    background-color: #fff
  }
  .header_logo {
    flex: 0 1 auto;
    width: 324px;
    margin-left: 2%;
    margin-right: 1%
  }
  .header_logo img {
    width: 100%;
  }
  .b_pro_top_area {
    flex: 0 1 45%;
    margin-right: 2%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
  }
  .t_b_pro_top {
    font-size: 0.7rem;
    line-height: 1rem;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    color: #403407;
    font-feature-settings: "palt";
    white-space: wrap;
    margin-bottom: 0.2rem;
  }
  .b_pro_top {
    align-self: flex-end;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    background: url("../images/arr.svg") right 5px center / 10px 10px no-repeat #eae8e7;
    font-size: 0.8rem;
    width: 100%;
    padding: 8px 0 8px 0;
    text-align: center;
    font-feature-settings: "palt";
    color: #333;
    margin-top: 0.2rem;
  }
  .top_ill_area {
    margin-top: 50px;
    margin-left: auto;
    width: 75%;
    height: 111vw;
    overflow: hidden;
    z-index: 2;
  }
  .logo_miku_01 {
    width: 144px
  }
  .logo_miku_02 {
    width: 133px
  }
  .type_txt {
    font-family: "UniversNextPro-BoldCond";
    font-size: 2rem;
    padding: 16px 0px 8px 0px;
    font-feature-settings: "palt";
    white-space: nowrap;
    color: #555
  }
  .product_upper_right {
    flex: 1 1;
    width: 100%;
    background-color: #ededed;
    flex-wrap: wrap;
    padding: 14px;
  }
  .product_upper_right_pac {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product_upper_right_pac_left {
    width: 60%;
    order: 2;
  }
  .product_upper_right_pac_right {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
    order: 1;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-feature-settings: "palt";
    font-family: kaisei-opti, sans-serif;
    font-weight: 700;
    white-space: nowrap;
  }
}