@charset "utf-8";

*{
  top:0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4em;
  font-family: "Zen Old Mincho", serif;
  background-color: #e3e3e3;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  max-width: 100%;
}

/* 上段で指定した10pxを14pxにしている（PC上）、レスポンシブで字を大きめに設定し直せる */


.whitelogo {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: -38px;
  /* left:50%
    transform:translateX(-50%); */
}

.product {
  margin-top: 150px;
  text-align: center;
  /* position: absolute;
  top: 50%;
  left: 50%;
  margin: 0; */
}


.product li {
  display: inline-block;
  /*liをインラインブロック要素に*/
  padding: 10px 0;
  /*縦の余白を指定*/
  width: 500px;
  /*幅を指定*/
  height: 400px;
  vertical-align: middle;
  /*縦方向を中央揃え */
  text-align: center;
  /*横方向を中央揃え*/
}


/*---------------------card要素--------------------------*/

.card {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  width: 70%;
  height: 650px;
  display: flex;
  margin: 0 auto;
  border-radius: 15px;
  box-shadow: 20px 20px 50px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(5px);
  overflow: hidden;
}

.card .content {
  position: relative;
  padding: 20px;
  transform: translateY(100px);
  opacity: 0;
  transition: 0.5s;
}

.card:hover .content {
  transform: translateY(0px);
  opacity: 1;
}

.card .content2 {
  position: relative;
  padding: 20px;
  transform: translateY(100px);
  opacity: 0;
  transition: 0.5s;
}

.card:hover .content2 {
  transform: translateY(0px);
  opacity: 1;
}

.card .content h2 {
  position: absolute;
  top: 1px;
  font-size: 16rem;
  color: rgba(255, 255, 255, 0.1);
   font-weight: normal;
   font-family: sans-serif;
}

.card .content2 h2 {
  position: absolute;
  top: 1px;
  font-size: 16rem;
  color: rgba(255, 255, 255, 0.1);
   font-weight: normal;
   font-family: sans-serif;
   margin-left: 58vw;
}



/*---------------------card要素以上--------------------------*/

.package img {
  background-color: #fff;
  object-fit: cover;
  /* 縦横比を維持したまま、短辺を基準にして自動的に拡大・縮小 */
  width: 250px;
  /* widthかheightのどちらかの値を指定 */
  max-width: 100%;
  /* 横幅が画面幅に達したら拡大・縮小 */
  z-index: 5;
  position: relative;
   -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.package img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}


.hikari-kazari img {
  top: -100px;
  object-fit: cover;
  width: 250px;
  max-width: 100%;
  z-index: 1;
  margin-top: -50px;
}



.hana-kazari img {
  object-fit: cover;
  width: 250px;
  max-width: 100%;
  z-index: 1;
  margin-top: -90px;
}

.base {
  background-image: url(../img/product/2hikaribase.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 800px;
  max-width: 100%;
  /* 横幅が画面幅に達したら拡大・縮小 */
  margin-top: 300px;
}


.base2 {
  background-image: url(../img/product/2hana_base.png);
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 100px;
  background-size: 100%;
  height: 770px;
  max-width: 100%;
}

.hikari-image {
  padding-top: 150px;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  gap: 100px;
}

.hana-image {
  padding-top: 150px;
  flex-direction: row-reverse;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 71px;
}

.hikari-text {
  display: inline-block;
  width: fit-content;
}

.hana-text {
  display: inline-block;
  width: fit-content;
}

.hikari-gazou {
  max-width: 100%;
  width: 300px;
  transform: rotate(-15deg);
  filter: drop-shadow(-25px 17px 0px rgba(33, 33, 33, 0.2));
}

.hana-gazou {
  max-width: 100%;
  width: 300px;
  transform: rotate(15deg);
  filter: drop-shadow(25px 17px 0px rgba(33, 33, 33, 0.2));
}

.hikari-image h2 {
  font-size: 26px;
  letter-spacing: 0.1em;
}

.hana-image h2 {
  font-size: 26px;
  letter-spacing: 0.1em;
}

.hikari-image h3 {
  padding-top: 30px;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.hana-image h3 {
  padding-top: 30px;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.hikari-image p {
  font-size: 16px;
  padding-top: 30px;
  line-height: 1.7;
}

.hana-image p {
  font-size: 16px;
  padding-top: 30px;
  line-height: 1.7;
}

.viewmore-box {
  font-size: 26px;
  font-family: sans-serif;
  display: block;
  letter-spacing: 0.3em;
  margin-top: 60px;
  padding-left: 25%;
  transition: .3s;
}
.viewmore-box:hover{
  color: #fff;
}

.viewmore-box2 {
  font-size: 26px;
  font-family: sans-serif;
  display: block;
  letter-spacing: 0.3em;
  margin-top: 60px;
  transition: .3s;
  /* padding-left: 30%; */
}
.viewmore-box2:hover{
  color: #fff;
}

.hana-image span {
  font-size: 8px;
}

/***追従するトップへ戻るボタン***/

#page_top {
    position: fixed;
    right: 10px;
    width: 55px;
    height: 55px;
    background: rgba(102, 102, 102, 0.5) no-repeat;
}

#page_top a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 25px;
    height: 25px;
    margin: auto;
    color: #fff;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f077';
    font-size: 25px;
    text-align: center;
}



footer {
  padding-top: 30px;
}