@charset "utf-8";

/*
==============
top_en.css
==============
*/

/* -----------------
■ シーン1
------------------- */
.navWrapper .text a {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.3px;
}

.scene1 .textWrapper {
  bottom: 80px;
}

.scene1 .textWrapper p {
  margin-top: 0;
  color: #fff;
  font-size: 46px;
  font-weight: 300;
  line-height: 80px;
  letter-spacing: 0.3px;
}

/* -----------------
■ シーン2
------------------- */
.scene2 p {
  width: 580px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 46px;
  text-align: left;
}

.scene2 .text2 {
  margin-top: 40px;
}

/* -----------------
■ シーン3
------------------- */
.scene3 .bodyWrapper {
  width: 812px;
  margin-top: 70px;
}

.scene3 .text {
  width: 370px;
  margin: 40px 0 0;
  text-align: right;
}

.scene3 .btnDetail {
  left: 55%;
}

@media screen and (max-width: 900px){
  .scene3 .bodyWrapper {
    width: 100%;
  }
}

.scene3 h2,
.scene4 h2,
.scene5 h2,
.scene6 h2,
.scene7 h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
  letter-spacing: 0.3px;
}

.scene3 p,
.scene4 p,
.scene5 p,
.scene6 p,
.scene7 p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 0.3px;
}

/* -----------------
■ シーン4
------------------- */
.scene4 .bodyWrapper,
.scene6 .bodyWrapper {
  width: 1100px;
  margin-top: 30px;
}

.scene4 .bodytextWrapper,
.scene6 .bodytextWrapper {
  float: right;
  width: 500px;
}

.scene4 .text,
.scene6 .text {
  margin: 30px 0 0;
  text-align: left;
}

.scene4 .btnDetail,
.scene6 .btnDetail {
  left: 190px;
}

@media screen and (max-width: 1160px){
  .scene4 .bodyWrapper,
  .scene6 .bodyWrapper {
    width: 100%;
  }
  .scene4 .btnDetail,
  .scene6 .btnDetail {
    left: 100px;
  }
}
@media screen and (max-width: 900px){
  .scene4 .bodytextWrapper,
  .scene6 .bodytextWrapper {
    width: calc(100% - 230px - 90px);
    padding-right: 30px;
  }
  .scene4 .btnDetail,
  .scene6 .btnDetail {
    left: 30px;
  }
  .scene6.fp-completely .text {
    width: auto;
    text-align: left;
  }
}

/* -----------------
■ シーン5
------------------- */
.scene5 .bodyWrapper {
  width: 1030px;
  margin-top: 70px;
}

.scene5 .text {
  width: 480px;
  margin: 40px 0 0;
  text-align: right;
}

.scene5 .btnDetail {
  left: 54%;
}
.scene5.fp-completely .text{
  margin-left: 0;
}

@media screen and (max-width: 1070px){
  .scene5 .bodyWrapper {
    width: 100%;
  }
}

/* -----------------
■ シーン7
------------------- */
.scene7 .bodyWrapper {
  width: 1030px;
  margin-top: 70px;
}

.scene7 .text {
  width: 480px;
  margin: 40px 0 0;
  text-align: right;
}

.scene7 .btnDetail {
  left: 54%;
}

@media screen and (max-width: 1023px) {
  .btnDetail a {
    width: 230px;
  }
}

/* -----------------
■ SP
------------------- */
@media screen and (max-width: 767px)
{

/* -----------------
■ SP シーン共通
------------------- */
.fullpage-wrapper .section .number {
  font-size: 10px;
  line-height: 1;
}
.btnDetail a {
  width: 100%;
}

/* -----------------
■ SP シーン1
------------------- */
.scene1 .textWrapper p {
  font-size: 23px;
  line-height: 40px;
}

.navWrapper .text a {
  font-size: 14px;
  line-height: 20px;
}

.fullpage-wrapper .navWrapper .number {
  font-size: 10px;
  line-height: 16px;
}

/* -----------------
■ SP シーン2
------------------- */
.fullpage-wrapper .scene2 p {
  width: auto;
  font-size: 14px;
  line-height: 28px;
}

/* -----------------
■ SP シーン3
------------------- */
.scene3 .bodyWrapper {
  width: auto;
  margin-top: 35px;
}

.scene3 .text {
  width: auto;
  margin-top: 20px;
  line-height: 22px;
}


.scene3 h2,
.scene4 h2,
.scene5 h2,
.scene6 h2,
.scene7 h2 {
  margin-top: 9px;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0;
}

.scene3 p,
.scene4 p,
.scene5 p,
.scene6 p,
.scene7 p {
  font-size: 14px;
  line-height: 22px;
}

/* -----------------
■ SP シーン4・6
------------------- */
.scene4 .bodyWrapper,
.scene6 .bodyWrapper {
  width: auto;
}

.scene4 .bodytextWrapper,
.scene6 .bodytextWrapper {
  float: none;
  width: auto;
}

.fullpage-wrapper .scene4 .text,
.fullpage-wrapper .scene6 .text {
  margin-top: 15px;
}

/* -----------------
■ SP シーン5
------------------- */
.scene5 .bodyWrapper {
  width: auto;
  margin-top: 35px;
}

.scene5 .text {
  width: auto;
  margin-top: 20px;
  line-height: 22px;
}

/* -----------------
■ SP シーン7
------------------- */
.scene7 .bodyWrapper {
  width: auto;
  margin-top: 35px;
}

.scene7 .text {
  width: auto;
  margin-top: 20px;
  line-height: 22px;
}

/* -----------------
■ sp end
------------------- */
}
