/* body {
  margin: 0;
  height: 100vh;
  background-image: url(../image/emoiback.png);
  background-size: cover;
  width: 100%;
} */

body {
  margin: 0;
  height: 100vh;
  /* background-image: url(../image/emoiback.png); */
  background-color: #080f1c;
  background-size: cover;
  width: 100%;
}

.emoemo {
  font-size: 28px;
  /* color: rgb(85, 43, 4); */
  color: rgb(255, 242, 230);
  font-family: 'Mate SC', serif;
  font-family: 'Pacifico', cursive;
  text-align: center;
  /* border-radius: 20px; */
  /* margin-top: 2rem; */
  margin-left: auto;
  margin-right: auto;
  top: 30%;
  width: 180px;
  /* background-color: antiquewhite; */
}

#home {
  width: 50px;
}


.emodetail {
  font-size: 12px;
  color: rgb(85, 43, 4);
  font-family: 'Mate SC', serif;
  font-family: 'Pacifico', cursive;
  font-family: 'Zen Maru Gothic', serif;
  text-align: center;
  border-radius: 40px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  box-sizing: border-box;
  top: 30%;
  width: 350px;
  max-width: 95%;
  background-color: rgba(250, 235, 215, 0.653);
}



.brogtitle {
  font-size: 18px;
  color: rgb(85, 43, 4);
  font-family: 'Mate SC', serif;
  font-family: 'Pacifico', cursive;
  text-align: left;
  /* border-radius: 20px; */
  padding-left: 3rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  top: 30%;
  width: 180px;
  background-color: rgba(250, 235, 215, 0.653);
}


.tarotemo {
  font-size: 30px;
  color: rgb(255, 242, 230);
  /* color: rgb(85, 43, 4); */
  font-family: 'Mate SC', serif;
  font-family: 'Pacifico', cursive;
  text-align: center;
  /* border-radius: 10px; */
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  top: 30%;
  width: 180px;
  /* background-color: antiquewhite; */
}

.tarotdetail {
  font-size: 16px;
  color: rgb(85, 43, 4);
  /* font-family: 'Mate SC', serif;
  font-family: 'Pacifico', cursive; */
  font-family: 'Zen Maru Gothic', serif;
  text-align: center;
  border-radius: 10px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  top: 40%;
  width: 80%;
  background-color: rgb(222, 222, 222);
}

.tarot1:hover {
  background-color: rgba(255, 252, 249, 0.653);
  color: rgb(162, 79, 0);
  padding: 0rem 2rem;
  border-radius: 1rem;
}



.uranai {
  font-size: 38px;
  /* color: rgb(85, 43, 4); */
  color: rgb(255, 242, 230);
  /* font-family: 'Mate SC', serif; */
  /* font-family: 'Pacifico', cursive; */
  font-family: 'Shippori Mincho', serif;
  text-align: center;
  /* border-radius: 20px; */
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  top: 30%;
  /* width: 180px; */
  background-color: rgb(1, 58, 99);
}

.touroku {
  background: #f5e5ff;
  color: #67574d;
  width: 100px;
  font-size: 18px;
  padding: auto;
  text-align: center;
  margin-left: 90%;
  border-radius: 5px;

}

.touroku:hover {
  background: #fff;
  color: #ff701e;
}


.tourokubotan {
  font-size: 30px;
  color: rgb(85, 43, 4);
  text-align: center;
  /* border-radius: 20px; */
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  top: 30%;
  width: 180px;
  background-color: antiquewhite;
}

.oraclecard:hover {
  background: #ffbb73;
}



.tarotcard:hover {
  background: #ffbb73;
}



.eki:hover {
  background: #ffbb73;
}




.message:hover {
  background: #ffbb73;
}


.uranai-menu {
  display: flex;
  justify-content: center;
}

.uranai-menu>* {
  font-size: 13px;
  color: rgb(85, 43, 4);
  /* font-family: 'Mate SC', serif; */
  /* font-family: 'Shippori Mincho', serif; */
  text-align: center;
  border-radius: 10px;
  margin: 5px;
  width: 200px;
  margin-top: 1rem;
  background-color: rgba(255, 234, 234, 0.852);
  /* box-shadow: 0px 0px 0px 2px rgb(209, 238, 216); */
  /* border: dashed 2px rgb(121, 147, 128); */

}

.uranai-menu a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.iroiro-menu {
  display: flex;
  justify-content: center;
}

.iroiro-menu>* {
  font-size: 14px;
  color: rgb(85, 43, 4);
  /* font-family: 'Mate SC', serif; */
  /* font-family: 'Shippori Mincho', serif; */
  text-align: center;
  border-radius: 10px;
  margin: 5px;
  margin-bottom: 1rem;
  width: 200px;
  background-color: rgba(255, 234, 234, 0.852);
  /* box-shadow: 0px 0px 0px 2px rgb(255, 254, 184); */
  /* border: dashed 2px rgb(184, 140, 150); */

}

.iroiro-menu a {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}


a {
  font-family: 'Zen Maru Gothic', serif;
  text-decoration: none;
  color: #4b4b4b;
}

ul {
  list-style: none;
  margin: 0;
  display: flex;
}

li {
  margin: 0 0 0 15px;
  font-size: 14px;
}

#footer06 {
  background: #3b3b3b;
}

#footer06 .cont-wrap {
  padding: 30px 0;
}

#footer06 .info .address {
  margin: 20px 0;
  padding-left: 20px;
  border-left: 1px solid #fff;
  color: #ccc;
}

#footer06 .cont .nav a {
  color: #ccc;
  padding-left: 14px;
}

#footer06 .cont-wrap .map {
  width: 700px;
  height: 200px;
}

#footer06 .cont-wrap .map iframe {
  width: 100%;
  height: 100%;
}

.copyright {
  margin-top: 1rem;
  color: #ccc;
  font-family: 'Zen Maru Gothic', serif;
}

@media only screen and (min-width: 641px) {
  #footer06 .cont-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

table {
  border-collapse: collapse;
}

p {
  font-size: 16px;
  /* font-weight: bold; */
  text-align: center;
  margin: 60px auto 40px;
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border: none;
}


input[type="text"],
textarea {
  background: #ffdede9d;
  display: block;
  padding: 12px 15px;
  width: 50%;
  transition: 0.8s;
  border-radius: 0;
}

input[type="text"]:focus,
textarea:focus {
  background: #e9f5fb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.omikuji {
  background-image: url(../image/omikujida.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 180px;
  margin: 16px auto;
  cursor: pointer;
  z-index: 99;
  position: relative;
}



.mail {
  background-image: url(../image/mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 200px;
  height: 180px;
  margin: 16px auto;
  cursor: pointer;
  z-index: 99;
  position: relative;
}

textarea[name="content"] {
  /* display: inline-block; */
  width: 50%;
  height: 50%;
}

input::placeholder,
textarea::placeholder {
  color: #8b6060d3;
}

::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-table {
  width: 80%;
  margin-left: 4%;
  margin-top: 1rem;
  margin-bottom: 1rem;

}

.form-table th,
.form-table td {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
  padding: 8px;
}

.form-table th {
  color: #ffd8d8;
  background: #443d60c3;
  position: relative;
  text-align: left;
  width: 30%;
  margin-right: 2em;
  font-size: 8px;
}

.starIcon {
  background-image: url("../image/houseki.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  /* animation: rotate_anime 6s linear infinite; */
  margin: 0 auto;
}

/* @keyframes rotate_anime {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */

.ekidayo {
  width: 260px;
  min-height: 550px;
  margin: 0 auto 16px;
  margin-top: 16px;
  background-color: #eee;
  text-align: center;
  font-size: 14px;
  border-radius: 14px;
  font-family: 'Shippori Mincho', serif;
  position: relative;
  padding-bottom: 1rem;
}

.tegamidayo {
  width: 300px;
  min-height: 230px;
  margin: 0 auto 13px;
  margin-top: 16px;
  background-color: #eee;
  text-align: center;
  font-size: 14px;
  border-radius: 14px;
  font-family: 'Shippori Mincho', serif;
  position: relative;
}

.fadein {
  animation-name: fadein;
  animation-duration: 5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#fortune {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  top: 47%;
  /* font-weight: bold; */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0rem 1rem;
}

#custom-button {
  display: block;
  width: 240px;
  height: 50px;
  margin: 0 auto;
  background-color: rgb(72, 72, 177);
  border-radius: 8px;
  color: white;
  font-size: 14px;
  cursor: pointer;
  font-family: 'Shippori Mincho', serif;
}

#custom-button:hover {
  background-color: rgb(101, 101, 170);
}

.fortune {
  line-height: 1ex;
}





/* header h2 {
  font-family: 'Pacifico', cursive;
}


header {
  padding: 30px 4% 10px;
  top: 0;
  background-color: #dfa0a0;
  align-items: center;
  z-index: 9999
} */

.kuuhaku {
  font-size: 15px;
  color: rgb(85, 43, 4);
  font-family: 'Mate SC', serif;
  font-family: 'Pacifico', cursive;
  text-align: center;
  border-radius: 20px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  top: 30%;
  width: 45%;
  background-color: rgba(250, 235, 215, 0.653);
  visibility: hidden;
}

.visible {
  visibility: visible;
}



#particles-js {
  position: fixed;
  /*描画固定*/
  z-index: -1;
  /*描画を一番下に*/
  width: 100%;
  height: 120%;
  background-color: #031536;
  /*背景色*/
}

#wrapper {
  position: relative;
  /*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1;
  /*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width: 100%;
  /* height: 120%; */
}

.massageda {
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-family: 'Shippori Mincho', serif;
  text-align: center;
  /* border-radius: 20px; */
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  top: 40%;
  width: 380px;
}

.massagedayo {
  font-size: 24px;
  color: rgb(255, 255, 255);
  font-family: 'Shippori Mincho', serif;
  text-align: center;
  /* border-radius: 20px; */
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  top: 40%;
  width: 380px;
}

.PrivacyPolicy {
  font-size: 15px;
  color: rgb(85, 43, 4);
  /* font-family: 'Mate SC', serif;
  font-family: 'Pacifico', cursive; */
  text-align: left;
  border-radius: 18px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  top: 30%;
  width: 79%;
  background-color: rgba(250, 235, 215, 0.662);
}

#scroll-to-top-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  color: #FFF;
  font-size: 32px;
  background-color: #9E9E9E;
  border: none;
  border-radius: 50%;
  outline: none;
  transform: rotate(-90deg);
  opacity: 0;
  transition-duration: 0.5s;
}

.welcomeda {
  font-size: 13px;
  color: rgb(255, 255, 255);
  font-family: 'Shippori Mincho', serif;
  font-family: 'Zen Maru Gothic', serif;
  /* font-family: 'Zen Maru Gothic', serif; */
  text-align: center;
  border-radius: 18px;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding-top: 0rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  top: 30%;
  width: 80%;
}

.detailda {
  font-size: 12px;
  color: rgb(85, 43, 4);
  /* font-family: 'Mate SC', serif;
  font-family: 'Pacifico', cursive; */
  text-align: left;
  border-radius: 18px;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  top: 30%;
  box-sizing: border-box;
  max-width: 75%;
  background-color: rgba(250, 235, 215, 0.618);
}

/* 星空の背景のスタイル */
.stars {
  position: relative;
  width: 100%;
  /* 星空の横幅 */
  --height: 100vh;
  /* 星空の縦幅 */
  background-image: linear-gradient(0deg, #00dedc, #115d89, #080f1c);
  /* 星空の背景色 */
  overflow: hidden;
  /* 星が枠外にはみ出すのを防ぐ */
}

/* 星のスタイル */
.star {
  position: absolute;
  display: block;
  background-color: #fff;
  /* 星の色 */
  border-radius: 50%;
  box-shadow: 0 0 4px 2px rgba(#fff, 0.2);
  /* 星の影 */
  opacity: 0;
  animation: twinkle 5s infinite;
}

/* 星がキラキラ光るアニメーション */
@keyframes twinkle {
  0% {
    opacity: 0;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: scale(1);
  }
}

.emoemo {
  font-size: 38px;
  color: rgb(255, 255, 255);
  font-family: 'Shippori Mincho', serif;
  text-align: center;
  /* border-radius: 20px; */
  /* margin-top: 2rem; */
  margin-left: auto;
  margin-right: auto;
  top: 40%;
  width: 60%;
}

.emostar {
  font-size: 17px;
  color: rgb(255, 255, 255);
  font-family: 'Shippori Mincho', serif;
  text-align: center;
  /* border-radius: 20px; */
  /* margin-top: 1rem; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  top: 30%;
  width: 75%;
}

/* .hanaIcon {
  background-image: url("../image/hanadayo.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 180px;
  /* animation: rotate_anime 6s linear infinite; */
margin-left: auto;
margin-top: 20px;
background-position-x: center;
}

*/ .omokujiback {
  color: rgb(255, 255, 255);
  top: 40%;
  width: 35%;
}


.starue {
  background-image: url("../image/uenoyatu.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 148px;
  /* animation: rotate_anime 6s linear infinite; */
  margin-left: auto;
  margin-top: 34px;
  background-position-x: center;
}

.tarotue {
  background-image: url("../image/tarotue.jpeg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 178px;
  /* animation: rotate_anime 6s linear infinite; */
  margin-left: auto;
  margin-top: 74px;
  background-position-x: center;
}

.toriiue {
  background-image: url("../image/omikujiue.jpeg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 178px;
  /* animation: rotate_anime 6s linear infinite; */
  margin-left: auto;
  margin-top: 74px;
  background-position-x: center;
}

.honue {
  background-image: url("../image/hon.jpeg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 178px;
  /* animation: rotate_anime 6s linear infinite; */
  margin-left: auto;
  margin-top: 74px;
  background-position-x: center;
}



.nekodayo {
  display: flex;
  background-image: url("../image/nekodayo.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  /* animation: rotate_anime 6s linear infinite; */
  /* margin-top: 34px; */
  margin-left: 51%;
  /* margin-right: 80%; */
}

.uenoyatsu {
  display: flex;
  background-image: url("../image/topdayo.jpeg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 480px;
  /* animation: rotate_anime 6s linear infinite; */
  margin-left: auto;
  margin-top: 20px;
  background-position-x: center;
}

.sitanoyatsu {
  display: flex;
  background-image: url("../image/sitanoda.jpeg");
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 3/1;
  width: 90%;
  /* animation: rotate_anime 6s linear infinite; */
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  background-position-x: center;
  max-width: 800px;
}

.torii {
  background-image: url("../image/torii.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px;
  width: 60px;
  /* animation: rotate_anime 6s linear infinite; */
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.tarottopda {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #ccc;
  font-family: 'Shippori Mincho', serif;
}

.category {
  border: 1px solid #222222;
  padding: 0.5rem 0;
  margin: 1rem auto 1rem auto;
  max-width: 500px;
  width: 85%;
  border-radius: 0 0 0.5rem 0;
  cursor: pointer;
  position: relative;
}

.category:hover {
  color: crimson;
}

.category>input {
  display: none;
}

.category>input~.categoryMark {
  position: absolute;
  right: 1rem;
  top: .5rem;
  font-family: none;
  transform: rotate(90deg);
  transition: 250ms;
}

.category>label {
  display: block;
  cursor: pointer;
}

.category>input:checked~.categoryMark {
  transform: rotate(270deg);
}

.category>input~.categoryBox {
  display: grid;
  grid-template-rows: 0fr;
  transition: 250ms grid-template-rows ease;
}

.category>input:checked~.categoryBox {
  grid-template-rows: 1fr;
}

.category>input~.categoryBox>div {
  overflow: hidden;
}

#question {
  /* text-align: left;
  padding-left: 1rem; */
  z-index: 999;
}

.wrapper {
  display: flex;
  max-width: 1600px;
  min-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}


