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

/*menu----------------------*/
.menu_base_wrap {
  display: none
}
.menu_base {
  position: fixed;
  top: 0px;
  right: -101%;
  width: 100%;
  height: 100vh;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%);
  border-left: #333 1px solid;
  transition: right 0.6s;
  z-index: 14;
}
.app {
  right: 0%;
}
.app_wrap {
  right: 0%;
}
.b_menu {
  position: fixed;
  top: 12px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: url(../images/b_menu.svg) top left / 40px 80px no-repeat, #000;
  cursor: pointer;
  z-index: 15;
  opacity: 1;
  transition: opacity 0.5s
}
.b_menu.app {
  opacity: 1;
}
.b_menu:hover {
  opacity: 1;
}
.b_menu.av {
  background: url(../images/b_menu.svg) bottom left / 40px 80px no-repeat, #000;
}
.menu_area {
  position: fixed;
  top: 80px;
  right: -100%;
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  height: 100vh;
  width: 100%;
  transition: right 0.6s;
  z-index: 15;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.app_menu_area {
  right: 0%;
}
a.b_btn {
  flex: 0 0 80%;
  display: flex;
  padding: 15px 20px;
  font-family: kaisei-opti, sans-serif;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 20px;
  align-items: center;
  background: url(../images/b_bg.svg) top left -700px / cover no-repeat;
  transition: 0.25s background linear;
  font-size: 1.4rem;
  color: #000
}
a.b_btn:hover {
  background: url(../images/b_bg.svg) top left 0px / cover no-repeat
}
a[href="#introduction_wide"] {
  display: none
}
/* header ---------------------- */
.header_area {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 1rem 3%;
  z-index: 12;
  transition: background-color 0.5s
}
.header_area.bgw {
  background-color: #fff
}
.header_logo {
  flex: 0 1 60%;
  max-width: 300px;
  margin-bottom: 0.8rem;
}
.header_logo img {
  width: 100%;
}
.b_pro_top_area {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  z-index: 14;
}
.t_b_pro_top {
  width: 50%;
  font-size: 0.6rem;
  line-height: 0.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  color: #403407;
  font-feature-settings: "palt";
  white-space: wrap;
	 margin-right: 0.3rem;
}
.b_pro_top {
  width: 50%;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  background: url("../images/arr.svg") right 2px center / 8px 8px no-repeat #eae8e7;
  font-size: 0.8rem;
  padding: 8px 0 8px 0;
  text-align: center;
  font-feature-settings: "palt";
  color: #333;
  margin-left: 0.2rem;
	  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: wrap;
  width: 100%;
  background-color: #f3f3f3;
  overflow: hidden;
}
.top_ill_area {
  width: 100%;
  margin-top: -30px;
  overflow: hidden;
  z-index: 2;
}
#top_area_mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  z-index: 1;
}
#top_area_mv video {
  width: 200%;
}
.top_logo_area {
  margin-top: 130px;
  margin-left: 5%;
  z-index: 3;
}
.logo_miku_01 {
  width: 35%;
}
.logo_miku_02 {
  width: 40%;
}
.type_txt {
  font-family: "UniversNextPro-BoldCond";
  font-size: 10vw;
  padding: 16px 0px 8px 0px;
  font-feature-settings: "palt";
  white-space: nowrap;
  color: #555
}
.sq_mgn_introduction_wide {
  margin-top: -62vw;
  padding-top: 62vw;
}
.sq_mgn_introduction {
  margin-top: -110px;
  padding-top: 110px;
}
.introduction_area {
  position: static;
  margin: 20px auto 20px auto;
  width: 88%
}
.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: 1rem;
}
h1 {
  color: #000;
  font-size: 0.9rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
}
.whatis {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding: 1rem 1rem 1rem 1rem;
  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: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
  color: #000;
  font-size: 0.9rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-weight: 400;
}
/*--------------------------*/
.sq_mgn {
  margin-top: -100px;
  padding-top: 100px;
}
.product_area_wrapper {
  width: 100%;
  background-color: #81DEDB
}
.product_area {
  width: 88%;
  margin: 0px auto 0px auto;
  padding: 25px 0px 20px 0px;
}
.product_upper {
  display: flex;
  background-color: #fff;
  flex-wrap: wrap;
  padding: 16px 10px 10px 10px;
}
.product_upper_left {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.product_upper_right {
  flex: 1 1;
  width: 100%;
  background-color: #ededed;
  flex-wrap: wrap;
  padding: 14px;
}
.product_txt_area {
  display: flex;
  flex-wrap: wrap;
}
.product_txt_area_inner {
  flex: 1 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.product_text_body {
  text-align: left;
  color: #000;
  font-size: 0.75rem;
  margin-bottom: 0.7rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-weight: 400;
}
.product_type_txt {
  font-family: "UniversNextPro-BoldCond";
  font-size: 2rem;
  line-height: 1;
  padding: 0px 0px 0px 0px;
  font-feature-settings: "palt";
  color: #000;
}
.product_type_icon {
  width: 3.2rem;
  height: 3.2rem;
  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%;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  background: url("../images/arr.svg") right 5px center / 10px 10px no-repeat #eae8e7;
  font-size: 1rem;
  margin-top: 0.5rem;
  padding: 10px 0 10px 0;
  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;
  width: 100%;
  margin-top: 1rem;
}
.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;
}
.product_upper_right_profile {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  align-self: flex-start;
  padding-top: 1rem;
  border-top: #ccc 1px solid;
}
.product_upper_right_profile_left {
  width: 70px;
  margin-right: 1rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
}
.product_upper_right_profile_right {
  font-size: 1.8rem;
  font-family: kaisei-opti, sans-serif;
  font-weight: 700;
}
.profile_txt {
  font-feature-settings: "palt";
  font-size: 1rem;
  margin-top: 0.2rem
}
.profile_text_body {
  flex: 1 0 100%;
  margin-top: 1rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
  color: #000;
  font-size: 0.9rem;
  line-height: 1.5rem;
  word-break: break-all;
  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;
  background-color: #000;
  flex-wrap: wrap;
  padding: 8% 8% 0% 8%;
}
.product_photo_area {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.product_photo_img {
		position: relative;
  display: flex;
	flex-direction: column;
  flex-wrap: wrap;
   background: #000000;
		overflow: hidden;
		  opacity: 0;
	  transition: 0.5s;
}


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



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

}

.img_03{
transition-delay: 0s;

}
.img_04{
transition-delay: 0s;

}

.bg_01{
transition-delay: 0s;

}

.bg_02{
transition-delay:0s;

}

.bg_03{
transition-delay: 0s;

}
.bg_04{
transition-delay: 0s;

}


.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;
  margin-bottom: 2rem;
}
/*--------------------------*/
.download_area {
  width: 88%;
  margin: 0px auto 0px auto;
  padding: 25px 0px 0px 0px;
}
.download_outer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: url("../images/bg_01.jpg") top left / 787px 371px no-repeat, #fff;
  border: #81DEDB 1px solid;
  padding: 30px;
}
.download_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.download_left {
  order: 2;
  margin-top: 2rem
}
.text_title02 {
  text-align: left;
  color: #000;
  font-size: 1.5rem;
  font-family: kaisei-opti, sans-serif;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-bottom: 1.8rem
}
.text_body02 {
  color: #000;
  font-size: 0.9rem;
  line-height: 1.8rem;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-weight: 400;
  text-align: justify;
  text-justify: inter-ideograph;
  font-feature-settings: "palt";
}
.b_download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  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 0 10px 0;
  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 {
  order: 1;
  width: 80%;
  min-width: 200px;
}
/*--------------------------*/
.campaign_area {
  width: 88%;
  margin: 0px auto 20px auto;
  padding: 25px 0px 25px 0px;
}
.campaign_outer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: url("../images/bg_02.jpg") bottom left / 787px 371px no-repeat, #fff;
  border: #81DEDB 1px solid;
  padding: 30px;
}
.campaign_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.campaign_left {
  order: 1;
  opacity: 1.0;
  transition: opacity 0.5s
}
.campaign_left:hover {
  opacity: 0.5;
}
.campaign_right {
  margin-top: 1rem;
  order: 2;
  min-width: 200px;
}
/*--------------------------*/
.banner {
  display: flex;
  flex-wrap: wrap;
  width: 88%;
  background-color: #f2eded;
  box-shadow: 8px 8px 12px #dcd8d8, -8px -8px 12px #fbfafa;
  border-radius: 6px;
  overflow: hidden;
  margin: 1rem auto 1rem auto;
  opacity: 1.0;
  transition: opacity 0.5s
}
.banner:hover {
  opacity: 0.7;
}
.banner_left {
  flex: 1 0 100%;

}
.banner_right {
  flex: 1 0 ;
	padding: 2.5rem 0 2rem 0;
width: 100%;
  display: flex;
	flex-wrap: wrap;
  align-items: center;
justify-content: center;

}
.banner_txt {
	font-size: 1.2rem;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
	margin-bottom: 1.5rem;
	  font-feature-settings: "palt";
}
.banner_right_logo {

  width: 40%
}
/*--------------------------*/
.footer_area {
  width: 98%;
  margin: 50px auto 30px auto;
  display: flex;
  justify-content: center;
  color: #fff;
  flex-wrap: wrap;
}
.foot_c {
  margin: 0px 0.5rem 0.5rem 0.5rem;
  display: flex;
  flex-wrap: nowrap;
  color: #000;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-size: 0.65rem;
  line-height: 1.5rem;
  font-feature-settings: "palt";
}
.logo_piapro {
  margin-left: 0.3rem;
  margin-top: -0.3rem;
  width: 60px;
}