	
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

.title_content {
  position: relative;
}

.title .right img {
  margin: 0;
}

.title {
  background-image: url('/images/backGround/title_background.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  display: inline-block;
  padding-bottom: 4%;
}

.title p {
  margin: 0;
}

.title .icon {
  padding-top: 15%;
  padding-left: 4%;
  width: 30%;
}

.title_content .iPhone {
  z-index: 100;
  position: absolute;
  padding-top: 5%;
  padding-left: 22%;
  transform: translateX(-25%); 
  width: 22%;
}

.title {
  display: flex;
}

.title .left {
  flex: 1;
}

.title .right {
  z-index: 99;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.title_m1 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 4vw;
  font-weight: 700; 
  text-align:center;
  padding-top: 5%;
  padding-bottom: 10%;
  padding-left: 7%;
  letter-spacing: 0.25vw;
}

.title_m3 {
  font-size: 3.5vw;
  font-weight: 600;
  letter-spacing: 0.25vw;
  padding-bottom: 4%;
}

.triangle {
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 150vw solid transparent;
  border-right: 60vw solid rgba(239, 112, 44, 0.7);
}

.title .apple_store{
  padding-bottom: 8%;
  width: 30%;
}

.title .right .Link{
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}