@charset "utf-8";
/* CSS Document */

/*画面全体の設定*/
body, html {
  height: 100%;
  margin: 0 auto;
  font-size: 10px;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";

}

body::before {
  background:url('../images/mobile_bg.png') no-repeat left top;
  background-size: cover;/* cover指定できる */
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */
}   

/*デフォルトセッティング*/
ul {
  list-style: none;
}
h1 {
  font-size: 4vw;
  text-align: center;
  color: #fff;
}
h2 {
  font-size: 3.2vw;
  margin: 0px;
}
h3 {
  font-size: 2.2vw;
  margin: 0px;
}

/*　ロゴを固定する */
.logo {
  position: fixed;
  top: 30px;
  width: 100%;
  z-index: 3;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
}
.logo img {
  width: 180px;
  margin: 10px auto;
}

/* パララックスボックスの指定 */
#parallax div {
  box-sizing: border-box;
  color: #111;
  font-size: 2vw;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 675px;
}

/*固定する背景*/
/*各背景の画像*/
.img-bg-01 {
  background: none;
}
.img-bg-02 {
  background: none;
}
.img-bg-03 {
  background: none;
}
.img-bg-04 {
  background: none;
	
}
.img-bg-05 {
  background: none;
	
}

/* スクロールするコンテンツ */
/* コンテンツ表示時はロゴは下に */
.scrollbox1 {
  background-color: #EBEBEB;
  position: relative;
  z-index: 5;
}
.scrollbox2 {
  background-color: #EBEBEB;
  position: relative;
  z-index: 5;
}
.scrollbox3 {
  background-color: #EBEBEB;
  position: relative;
  z-index: 5;
}
.scrollbox4 {
  background-color: #EBEBEB;
  position: relative;
  z-index: 5;
}
.fadein-box-right {
  opacity: 0.1;
  transform: translate(30px, 50px);
  transition: all 500ms;
}

/* スクロールアクション設定 */
.fadein-box-right.scrollin {
  opacity: 0.9;
  transform: translate(0, 0);
}
.fadein-box-center {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}
.fadein-box-center.scrollin {
  opacity: 0.9;
  transform: translate(0, 0);
}
.fadein-box-left {
  opacity: 0.1;
  transform: translate(-30px, 50px);
  transition: all 500ms;
}
.fadein-box-left.scrollin {
  opacity: 0.9;
  transform: translate(0, 0);
}


/* コンテンツ毎の設定 */
.content2 {
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 7% 0;
}
.content2 ul {
  margin: 0;
  padding: 0;
  width: 95%;
}
.content2 li {
  margin: 15px 0 0 0;
  padding-left: 85px;
  background-image: url("../images/apple_icon.png");
  background-repeat: no-repeat;
  min-height: 75px;

}
.content2 p {
  margin: 0px;
  padding: 0px;
}

.content3 {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.content3 .leftbox {
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 90%;
  padding: 5% 0;
}
.content3 .rightBox {
  width: 90%;
	padding-bottom: 5%;
}
.rightBox img {
  width: 100%;
}
.content3 ul {
  padding: 0;
  margin: 0;
}
.content3 li {
  margin: 0;
  padding: 15px 0 0 0;
}

.content4 {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.content4 .leftbox {
  webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 95%;
  padding: 3% 0;
}
.content4 .rightBox {
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  text-align: right;
overflow: hidden;
}
.content4 .rightBox img {
  width: 33%;
  margin: 0;
}
.content4 ul {
  padding: 0;
  margin: 0;
}
.content4 li {
  padding: 15px 0 0 0;
	
}

.content5 {
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 5% 0;
	border: solid 1px #990000;
	text-align: left;
}
.content5 {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.content5 .leftbox {
  width: 0;
	padding-bottom: 0;
	background: none;

}
.content5 .rightbox {
  -webkit-justify-content: start;
  justify-content: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 90%;

}

.content5 .rightbox h2{
  padding: 0;
}
.content5 .rightbox h3{
  padding: 0;
}
.content5 .rightbox dl {
  margin: 15px 0 25px 0;
  padding: 0;
	text-align: center;
}
.content5 .rightbox dt {
 font-weight: bold;
	text-align: center;
}
.content5 .rightbox dd {
 margin: 5px 0 0 10px;
	text-align: center;
}

.content5 .rightbox p {
  margin: 0;
	text-align: center;
}

.content6 {
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
	height: 100%;
}
.content6 .icons {
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-direction: row;
  flex-direction: row;
	margin-top: 15%;
  width: 80%;
}
 .content6 .icons a{
	padding: 0 3%;
  }
.content6 .icons img {
  height: 80px;
}
.content6 .to_top {
  width: 70px;
  margin-top: 15%;
  margin-bottom: 10px;
  padding: 0 !important;
}
.content6 .to_top img {
  width: 70px;
}

/* PC 用設定 */
@media screen and (min-width:800px) {
  #parallax div {
    font-size: 1.7vw;
  }
  h1 {
    font-size: 3.2vw;
    text-align: left;
  }
  h2 {
    font-size: 3vw;
    margin: 0px;
  }
  h3 {
    font-size: 2vw;
  }
	
  .logo {
    position: fixed;
    top: 60px;
    left: 40px;
    height: 100px;
    width: 180px;
    z-index: 3;
    background: none;
    opacity: 1;
  }
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 675px;
}
.img-bg-01 {
  background-image: url('../images/bg1.png');
}
.img-bg-02 {
  background-image: url('../images/bg2.png');
}
.img-bg-03 {
  background-image: url('../images/bg3.png');
}
.img-bg-04 {
  background-image: url('../images/bg4.png');
}
	.img-bg-05 {
  background-image: url('../images/bg5.png');
  height: 100% !important;
}
	
  .content2 {
    padding: 3%;
  }
  .content2 .leftbox {
    padding: 0;
  }
	.content2 li {
	 width: 90%;
	}

	.content2 .box2 {
    margin-left: auto;
    margin-right: auto;
  }
  .content2 .box3 {
    margin-left: auto;
  }

	
  .content3 {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .content3 .leftbox {
    width: 60%;
    padding: 3%;
  }
  .content3 .rightBox {
    width: 30%;
  }
  .rightBox img {
    margin-left: 10%;
  }
	
  .content4 {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .content4 .leftbox {
    width: 50%;
    padding: 3% ;
  }
  .content4 .rightBox {
    width: 50%;
    text-align: right;
  }
	.content5{
    -webkit-flex-direction: row;
    flex-direction: row;
  }
.content5 .leftbox {
  width: 30%;
}
.content5 .rightbox {
  width: 60%;

}
.content5 .rightbox h2{
  margin: 0;
  padding: 0;

}
.content5 .rightbox h3{
  margin: 0;
  padding: 0;
  width: 95%;
	text-align: left;
}
.content5 .rightbox dl {
  margin: 15px 0 25px 0;
  padding: 0;
  width: 95%;
	text-align: left;
}
.content5 .rightbox dt {
 font-weight: bold;
	text-align: left;
}
.content5 .rightbox dd {
 margin: 5px 0 0 10px;
	text-align: left;
}

.content5 .rightbox p {
  margin: 0;
 width: 95%;
	text-align: left;
}
	
  .content6 .icons { 
    margin-top: 10%;
	  width:50%
  }
 .content6 .icons a{
	padding: 0 3%;
  }
  .content6 .icons img{
    height: 120px;
  }
  .content6 .to_top {
    width: 110px;
    position: relative;
    left: 40%;
    top: -50%;
  }
  .content6 .to_top img {
    width: 110px;
  }
	

}