@charset "UTF-8";

/* header nav */

.main {
  width: 100%;
}

.video {
  /* aspect-ratio: 1440 / 804; */
  aspect-ratio: 1440 / 550;
}
.video video {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -100;
  max-width: 100%;
}
.parallax {
  position: relative;
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 5%,
    rgba(255, 255, 255, 1) 6%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 50;
}
h2 {
  padding-top: 3vw;
  padding-bottom: 2vw;
}

.teaname {
  padding-top: 0vw;
  padding-bottom: 1vw;
}

.pic1 {
  position: relative;
  z-index: 220;
  transform: translateY(5vw);
}
.pic2 {
  z-index: 220;
}
.sp_top {
  display: none !important;
  position: relative;
  z-index: 100;
  transform: matrix(5vw);
}
.sp_top img {
  width: 100%;
}
.sp_pa {
  display: none !important;
  position: relative;
  z-index: 200;
}
.fst_p {
  display: block !important;
  color: #fff;
  max-width: 100%;
}
.fst_p img {
  width: 100%;
}
.fst_pa {
  position: absolute;
  max-width: 45vw;
  left: 35%;
  top: 40vw;
  text-align: left;
  z-index: 300;
}

.fst_pa .see:after {
  background-color: #fff;
}
.see {
  padding-top: 10%;
}
/* .sec1{
  margin-bottom: 150px;
} */

.sec_1 {
  padding-top: 5vw;
  display: flex;
  align-items: flex-start;
}

.sec_2 {
  padding-top: 8vw;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}

.sec_3 {
  padding: 8vw 0;
  display: flex;
  align-items: flex-start;
}

.sec1_1 {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.sec1 h2 {
  padding: 0 1%;
}

.sec1_2 {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
}
.sec1_2 img {
  transform: translateY(-50px);
}
.sec_left {
  display: flex;
  margin-bottom: 15vh;
  justify-content: space-between;
}
.sec_right {
  display: flex;
  justify-content: space-between;
}
.sec2_2 {
  max-width: 35vw;
  padding: 0 3%;
  text-align: left;
}

.inner_wrap {
  max-width: 71vw;
  margin: 0 auto;
}
.sec_right {
  display: flex;
  margin-bottom: 15vh;
}
.gift {
  display: flex;
  justify-content: space-between;
}
.gift_pic {
  max-width: 500px;
  margin-right: 15vw;
}
.gift_box {
  text-align: left;
}
.tenten {
  margin-left: -60px;
}
/* .online{
  margin-left: 40px;
} */
.leaf {
  margin-top: 80px;
}
.warp_bg {
  position: absolute;
  right: 0;
  top: 11%;
  width: 14%;
  height: 95%;
  /* background-color: #fff; */
  background-image: url(../images/1.top.image/tile-4.png);
  background-repeat: repeat-y;
  background-size: 100%;
  z-index: 100;
}
.background {
  position: absolute;
  /* z-index: 90; */
  width: 100%;
  height: 15vw;
  background-color: #fff;
}
.footer {
  position: absolute;
  z-index: 150;
  /* background-color: #fff; */
}

/* footer */
/* ---------------english------------------------- */
.en_nav a {
  font-size: 2rem;
}
.en_sp_pa {
  transform: translateX(5vw);
}
/* ---------------------------------------- */

/* ----------------------------------------responsive---------------------------------------------- */
@media only screen and (max-width: 960px) {
  .fst_p {
    display: none !important;
  }
  .sp_top {
    display: block !important;
    transform: translateY(5vh);
  }
  .sp_pa {
    display: block !important;
    width: 70vw;
    margin: 0 auto;
    padding: 3% 0 5% 0;
  }

  .sp_img {
    transform: translateY(1vh);
  }
}

@media screen and (max-width: 960px) {
  .sec1_2 {
    display: block;
  }

  .sec1_1 img {
    padding-bottom: 4vw;
  }

  .santan img {
    display: none;
  }

  .warp_bg {
    display: none;
  }
  .inner_wrap {
    max-width: 100%;
  }
  .santan {
    /* padding-top: 100px; */
    padding-right: 170px;
  }

  .pic2 {
    display: none;
  }

  .sec1_1 {
    max-width: 600px;
    margin: 0 auto;
    padding-top: 50px;
    text-align: center;
  }
  .sec_left {
    display: flex;
    margin-bottom: 15vh;
  }
  .sec_right {
    display: flex;
    margin-bottom: 50px;
  }

  .sec2_2 {
    margin: 0 auto;
  }
  .sec1 {
    margin-bottom: 0;
  }
  .gift {
    /* display: block; */
    flex-direction: column-reverse;
  }
  .gift_pic {
    margin: 0 auto;
    padding-top: 50px;
  }
  .gift_box {
    padding-top: 20px;
  }
  .leaf {
    display: none;
  }
  .footer {
    background-color: #fff;
  }
  .gift_box {
    text-align: center;
  }
  .online {
    margin: 0 auto;
  }
  .tenten {
    padding-right: 180px;
  }
}

/* ----------------スマホ-------------------- */

@media screen and (max-width: 570px) {
  .sp_img {
    transform: translateY(-1vh);
  }
  .santan {
    display: none;
  }

  .sec1_1 h2 {
    max-width: 480px;
    margin: 0 auto;
    padding-top: 10%;
    text-align: center;
  }
  .sec1_2 {
    display: block;
  }
  .inner_wrap {
    display: block;
  }

  .sec2_2 {
    max-width: 90vw;
    padding: 3% 3%;
    text-align: left;
  }

  .sec_left {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 3%;
    margin-bottom: 5vh;
  }
  .sec_right {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column-reverse;
    padding: 0 3%;
  }
  .gift {
    flex-direction: column-reverse;
  }
  .gift_pic {
    padding: 3% 3%;
  }
  .gift_box {
    margin: 0 auto;
  }
  .leaf {
    display: none;
  }

  .sec_1 {
    display: block;
    padding-top: 0vw;
  }

  .sec_1,
  .sec_2,
  .sec_3 {
    display: block;
  }

  .sec1_2 img {
    padding-top: 6vw;
    width: 30%;
  }

  .sp_pa {
    width: 80vw;
  }
  .teaname {
    padding-top: 0vw;
    padding-bottom: 2vw;
  }
  .gift_pic img {
    width: 70%;
  }
}
