@charset "utf-8";

/* =============================================================

　　TOP

============================================================= */
[data-aos=fade-down]{transform:translateY(-50px)}
.top {
  background-image: url(/images/precious3/top/bg-main_pc.jpg);
  background-size: cover;
  background-attachment: fixed;
  color: #515252;
}


@media screen and (max-width:768px){
  .top {
    background: none;
  }

  body {
    position: relative;
  }

  body:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background: url(/images/precious3/top/bg-main_tb.jpg) center no-repeat;
    background-size:cover;
  }
}


@media screen and (max-width:480px){
  .top {
    background: none;
  }

  body {
    position: relative;
  }

  body:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background: url(/images/precious3/top/bg-main_sp.jpg) center no-repeat;
    background-size:cover;
  }
}


/*  First view
---------------------------------------------*/
.firstview {
  padding: 160px 0 240px;
}

.firstview__inner {
  position: relative;
  width: 990px;
  margin: 0 auto;
}

.firstview__new {
  position: relative;
  z-index: 1;
  width: 713px;
  margin: 0 auto 0 0;
  //opacity: 0;
  //animation: fadeIn 0.5s ease 0s 1 normal;
  //-webkit-animation: fadeIn 0.5s ease 0s 1 normal;
  //animation-fill-mode:forwards;
}

.firstview__img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  width: 655px;
  margin: -40px auto 0;
  //opacity: 0;
  //animation: fadeIn 0.5s ease 0.6s 1 normal;
  //-webkit-animation: fadeIn 0.5s ease 0.6s 1 normal;
  //animation-fill-mode:forwards;
}

.firstview__title {
  width: 305px;
  margin: 40px 0 0;
  font-size: 4.2rem;
  line-height: 1.3;
  //opacity: 0;
  //animation: fadeIn 0.5s ease 0.8s 1 normal;
  //-webkit-animation: fadeIn 0.5s ease 0.8s 1 normal;
  //animation-fill-mode:forwards;
}


@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@media screen and (max-width:768px){
  .firstview {
    padding: 160px 0 120px;
  }

  .firstview__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .firstview__new {
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 0 auto;
    //opacity: 0;
    //animation: fadeIn 0.5s ease 0s 1 normal;
    //-webkit-animation: fadeIn 0.5s ease 0s 1 normal;
    //animation-fill-mode:forwards;
  }

  .firstview__img {
    position: relative;
    top: 0;
    right: 0;
    z-index: 4;
    width: 85%;
    margin: -90px auto 0;
    //opacity: 0;
    //animation: fadeIn 0.5s ease 0.6s 1 normal;
    //-webkit-animation: fadeIn 0.5s ease 0.6s 1 normal;
    //animation-fill-mode:forwards;
  }

  .firstview__title {
    width: 100%;
    margin: -15px 0 0;
    padding: 25px 0;
    background: #f7f7f7;
    font-size: 3.8rem;
    text-align: center;
    line-height: 1.4;
    //opacity: 0;
    //animation: fadeIn 0.5s ease 0.8s 1 normal;
    //-webkit-animation: fadeIn 0.5s ease 0.8s 1 normal;
    //animation-fill-mode:forwards;
  }

  .firstview__title img {
    display: block;
    width: 60%;
    margin: 0 auto;
  }

}


@media screen and (max-width:480px){
  .firstview {
    padding: 60px 0 120px;
  }

  .firstview__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .firstview__new {
    position: relative;
    z-index: 1;
    width: 90%;
    margin: 0 auto;
    //opacity: 0;
    //animation: fadeIn 0.5s ease 0s 1 normal;
    //-webkit-animation: fadeIn 0.5s ease 0s 1 normal;
    //animation-fill-mode:forwards;
  }

  .firstview__img {
    position: relative;
    top: 0;
    right: 0;
    z-index: 4;
    width: 85%;
    margin: -60px auto 0;
    //opacity: 0;
    //animation: fadeIn 0.5s ease 0.6s 1 normal;
    //-webkit-animation: fadeIn 0.5s ease 0.6s 1 normal;
    //animation-fill-mode:forwards;
  }

  .firstview__title {
    width: 100%;
    margin: -20px 0 0;
    padding: 30px 0;
    background: #f7f7f7;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.5;
    //opacity: 0;
    //animation: fadeIn 0.5s ease 0.8s 1 normal;
    //-webkit-animation: fadeIn 0.5s ease 0.8s 1 normal;
    //animation-fill-mode:forwards;
  }

  .firstview__title img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

}


/*  section01
---------------------------------------------*/
.box-awesome {
  position: relative;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 0 120px;
}

.box-awesome figure {
  position: relative;
  overflow: hidden;
  z-index: 2;
  border-radius: 1.2%;
}

.box-awesome figure video {
  width: 1300px;
  margin: 0 auto;
}

.box-awesome .video-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-color: rgba(0,0,0,0.3);
}

.box-awesome .video-landscape {
  display: block;
}

.box-awesome .video-portrait {
  display: none;
}

.box-awesome__inner {
  position: absolute;
  z-index: 4;
  top: 45%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 900px;
  margin: 0 auto;
  color: #fff;
}

.box-awesome__inner .disp-pc {
  display: inline-block;
}

.box-awesome__title .section-title {
  margin: -40px 0 0;
  font-size: 4.4rem;
}

.box-awesome__title .txt-large {
  font-size: 6.4rem;
}

.box-awesome__text {
  width: 480px;
  margin: 100px auto 0;
  line-height: 2;
}

.box-awesome_text p {
  margin-bottom: 30px;
}

.box-awesome__text span {
  font-size: 1.0rem;
}

@media screen and (max-width:768px){
  .box-awesome {
    position: relative;
    max-width: inherit;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 120px;
  }

  .box-awesome figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-height: 808px;
    margin: 0 auto;
    border-radius: 1.2%;
  }

  .box-awesome figure video {
    width: 100%;
    margin: 0 auto;
  }


  .box-awesome .video-landscape {
    display: none;
  }

  .box-awesome .video-portrait {
    display: block;
  }

  .box-awesome__inner {
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 610px;
    margin: 0 auto;
    color: #fff;
  }

  .box-awesome__inner .disp-pc {
    display: none;
  }

  .box-awesome__text {
    width: 480px;
    margin: 100px auto 0;
    line-height: 2;
  }

  .box-awesome_text p {
    margin-bottom: 30px;
  }

  .box-awesome__text span {
    font-size: 1.0rem;
  }
}

@media screen and (max-width:480px){
  .box-awesome {
    position: relative;
    max-width: inherit;
    width: 90%;
    margin: 0 auto;
    padding: 0 0 60px;
  }

  .box-awesome figure {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }

  .box-awesome figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    max-height: 1204px;
    margin: 0 auto;
    border-radius: 1.2%;
  }

  .box-awesome figure video {
    width: 100%;
    margin: 0 auto;
  }

  .box-awesome__inner {
    position: absolute;
    top: 45%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    margin: 0 auto;
    color: #fff;
  }

  .box-awesome__title .title-en {
    font-size: 5.0rem;
    letter-spacing: normal;
  }

  .box-awesome__title .section-title {
    margin: -30px 0 0;
    font-size: 3.4rem;
  }

  .box-awesome__title .txt-large {
    font-size: 5.4rem;
  }

  .box-awesome__text {
    width: 90%;
    margin: 20px auto 0;
    line-height: 2;
  }

  .box-awesome_text p {
    margin-bottom: 30px;
  }

  .box-awesome__text span {
    display: block;
    margin-top: 7px;
    font-size: 1.0rem;
  }
}


/*  section02
---------------------------------------------*/
.box-new {
  padding: 120px 0;
}

.box-new__title .title-en {
  font-size: 10.8rem;
  color: #7f7f7f;
}

.box-new__title .section-title {
  margin: -50px 0 0;
}

.box-new__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 920px;
  margin: 0 auto;
  padding: 135px 0 100px;
}

.box-new__item .box-item {
  width: 260px;
}

.box-new__headlin {
  font-size: 4.0rem;
  line-height: 1.5;
  text-align: center;
}

.box-new__text .box-text {
  width: 480px;
  margin: 50px auto 0;
  line-height: 2;
}

.box-new__text .box-text p:first-child {
  margin-bottom: 20px;
}

.box-new__text .box-text span {
  display: block;
  margin-top: 30px;
  font-size: 1.2rem;
}

@media screen and (max-width:768px){
  .box-new {
    padding: 120px 0;
  }

  .box-new__title .title-en {
    font-size: 10.8rem;
    color: #7f7f7f;
  }

  .box-new__title .section-title {
    margin: -50px 0 0;
  }

  .box-new__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    padding: 135px 0 100px;
  }

  .box-new__item .box-item:first-child {
    width: 100%;
    margin-bottom: 30px;
  }

  .box-new__item .box-item {
    width: 50%;
  }

  .box-new__item .box-item img {
    display: block;
    width: 260px;
    margin: 0 auto;
  }

  .box-new__headlin {
    font-size: 4.0rem;
    line-height: 1.5;
    text-align: center;
  }

  .box-new__text .box-text {
    max-width: 480px;
    margin: 50px auto 0;
    line-height: 2;
  }

  .box-new__text .box-text span {
    display: block;
    margin-top: 30px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width:480px){
  .box-new {
    padding: 60px 0;
  }

  .box-new__title .title-en {
    font-size: 5.0rem;
    color: #7f7f7f;
  }

  .box-new__title .section-title {
    margin: -30px 0 0;
  }

  .box-new__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
    padding: 70px 0 50px;
  }

  .box-new__item .box-item:first-child {
    width: 100%;
    margin-bottom: 30px;
  }

  .box-new__item .box-item {
    width: 50%;
  }

  .box-new__item .box-item img {
    display: block;
    width: 130px;
    margin: 0 auto;
  }

  .box-new__headlin {
    font-size: 2.8rem;
    line-height: 1.5;
    text-align: center;
  }

  .box-new__text .box-text {
    max-width: inherit;
    width: 80%;
    margin: 50px auto 0;
    line-height: 2;
  }

  .box-new__text .box-text span {
    display: block;
    margin-top: 30px;
    font-size: 1.2rem;
  }
}

/*  section03
---------------------------------------------*/
.box-point {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1270px;
  justify-content:flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 120px 0;
}

.box-point__img {
  width: 635px;
  border-radius: 8px;
}

.box-point__text {
  width: 335px;
  margin-left: 170px;
  line-height: 1.8;
}

.box-point__title {
  margin-bottom: 50px;
  font-size: 4.0rem;
  line-height: 1.5;
}

.box-point__text span {
  display: block;
  margin-top: 25px;
  font-size: 1.2rem;
}


.box-take {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1270px;
  justify-content:flex-start;
  flex-flow: row-reverse;
  align-items: center;
  margin: 0 auto;
  padding: 120px 0 240px;
}

.box-take__img {
  width: 635px;
  border-radius: 8px;
}

.box-take__text {
  width: 335px;
  margin-right: 170px;
  line-height: 1.8;
}

.box-take__title {
  margin-bottom: 50px;
  font-size: 4.0rem;
  line-height: 1.5;
}

.box-take__text span {
  display: block;
  margin-top: 25px;
  font-size: 1.2rem;
}

@media screen and (max-width:768px){
  .box-point {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:center;
    flex-direction: column;
    align-items: center;
    max-width: inherit;
    width: 90%;
    margin: 0 auto;
    padding: 120px 0;
  }

  .box-point__img {
    width: 100%;
    border-radius: 8px;
  }

  .box-point__text {
    width: 60%;
    margin: 75px auto 0;
    line-height: 1.8;
  }

  .box-point__title {
    margin-bottom: 50px;
    font-size: 4.0rem;
  }

  .box-point__text span {
    display: block;
    margin-top: 25px;
    font-size: 1.2rem;
  }


  .box-take {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width:inherit;
    width: 90%;
    justify-content:center;
    flex-flow: column;
    align-items: center;
    margin: 0 auto;
    padding: 120px 0 240px;
  }

  .box-take__img {
    width: 100%;
    border-radius: 8px;
  }

  .box-take__text {
    width: 60%;
    margin: 75px auto 0;
    line-height: 1.8;
  }

  .box-take__title {
    margin-bottom: 50px;
    font-size: 4.0rem;
  }

  .box-take__text span {
    display: block;
    margin-top: 25px;
    font-size: 1.2rem;
  }

}


@media screen and (max-width:480px){
  .box-point {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:center;
    flex-direction: column;
    align-items: center;
    max-width: inherit;
    width: 90%;
    margin: 0 auto;
    padding: 60px 0;
  }

  .box-point__img {
    width: 100%;
    border-radius: 8px;
  }

  .box-point__text {
    width: 90%;
    margin: 75px auto 0;
    line-height: 1.8;
  }

  .box-point__title {
    margin-bottom: 45px;
    font-size: 2.8rem;
    text-align: center;
  }

  .box-point__text span {
    display: block;
    margin-top: 25px;
    font-size: 1.2rem;
  }


  .box-take {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    max-width:inherit;
    width: 90%;
    justify-content:center;
    flex-flow: column;
    align-items: center;
    margin: 0 auto;
    padding: 60px 0 120px;
  }

  .box-take__img {
    width: 100%;
    border-radius: 8px;
  }

  .box-take__text {
    width: 90%;
    margin: 75px auto 0;
    line-height: 1.8;
  }

  .box-take__title {
    margin-bottom: 45px;
    font-size: 2.8rem;
    text-align: center;
  }

  .box-take__text span {
    display: block;
    margin-top: 25px;
    font-size: 1.2rem;
  }

}
