@import url('https://fonts.googleapis.com/css2?family=RocknRoll+One&display=swap');

@font-face {
  font-family: "Mochiy Pop One";
  src: url("assets/MochiyPopOne-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FOT-RodinHimawari Pro";
  src: url("assets/FOT-RodinHimawariProEB.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  max-width: 100%;
}

body {
  background-color: #e6c3ed;
  margin: auto;
}

* {
  /* font-family: Verdana, Helvetica; */
  font-size: 11pt;
}

button {
  text-decoration: none;
  color: #4361EE;
  border: 1px solid #4361EE ;
  padding: 0;
  margin: 0;
}

button:hover {
  cursor: move;
  color: #9641af;
  border: 1px solid #9641af;
  text-decoration: none;
  background-color: #e7cffe;
}


a {
  text-decoration: none;
  color: #4361EE;
}

a:hover {
  color: #9641af;
  text-decoration: none;
  background-color: #e7cffe;
}

.dashed {
  /* border-top: 1px dashed #9641af; */
  border: 0;
  width: 500px;
  height: 1px;
  background-image: linear-gradient(90deg, #9641af, #e7cffe);
}

/* index.html */

.enter {
  padding-top: 50px;
  width: 854px;
  height: 592px;
  background-image: url("img/index.png");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  z-index: 0;

  .enterlink {
    position: relative;
    z-index: 1;
    top: 70%;
    left: 0%;
  }

  .enterlink>a {
    font-size: 48px;
  }
}


/* top.html */
.mainbody {
  display: flex;
  flex-direction: column;
  justify-self: center;
  margin: auto;
  background-color: #ffffff;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
  max-width: 600px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.embed {
  width: 100%;
  height: 372px;
}

@media (min-width: 768px) {
  .embed {
    width: 800px;
    height: 496px;
  }

}

.mobilehide {
  display: none;
}

.fullimg {
  width: 100%;
  max-width: 800px;
  height: auto;
}

.innerimg {
  width: 100%;
  max-width: 700px;
  height: auto;
}

@media (min-width: 768px) {
  .mainbody {
    max-width: 800px;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobilehide {
    display: block;
  }

  * {
    /* font-family: Verdana, Helvetica; */
    font-size: 10pt;
  }
}

.disabled {
  pointer-events: none;
  cursor: not-allowed !important;
  color: #3b3b3b !important;
  text-decoration: none;
  background-color: transparent;
}

.disabled>a {
  pointer-events: none;
  cursor: not-allowed !important;
  color: #3b3b3b !important;
  text-decoration: none;
  background-color: transparent;
}


.img1 {
  display: block;
  width: 160px;
  height: 30px;
  background-image: url('img/m_seihin_off.gif');
  background-size: cover;
  transition: background-image 0.2s ease-in-out;
}

.img1:hover {
  background-image: url('img/m_seihin_on.gif');
  /* Image on hover */
}

.img2 {
  display: block;
  width: 160px;
  height: 30px;
  background-image: url('img/m_mobile_off.gif');
  background-size: cover;
  transition: background-image 0.2s ease-in-out;
}

.img2:hover {
  background-image: url('img/m_mobile_on.gif');
  /* Image on hover */
}

.img3 {
  display: block;
  width: 160px;
  height: 30px;
  background-image: url('img/m_support_off.gif');
  background-size: cover;
  transition: background-image 0.2s ease-in-out;
}

.img3:hover {
  background-image: url('img/m_support_on.gif');
  /* Image on hover */
}

.img4 {
  display: block;
  width: 160px;
  height: 30px;
  background-image: url('img/m_link_off.gif');
  background-size: cover;
  transition: background-image 0.2s ease-in-out;
}

.img4:hover {
  background-image: url('img/m_link_on.gif');
  /* Image on hover */
}

.img5 {
  display: block;
  width: 160px;
  height: 30px;
  background-image: url('img/m_webmanual_off.gif');
  background-size: cover;
  transition: background-image 0.2s ease-in-out;
}

.img5:hover {
  background-image: url('img/m_webmanual_on.gif');
  /* Image on hover */
}

.small {
  line-height: 24px;
  font-size: 28px;
}

/* @media (max-width: 768px) {
  .saleright {
    right: 0%;
  }
} */

.saleright {
  width: 156px;
  height: 156px;
  z-index: 1;
  position: absolute;
  right: 2%;
  bottom: 0%;

  .yellow {
    background-image: url('img/sale_right_yellow.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    .red {
      line-height: 36px;
      font-size: 40px;
      text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
      color: red;
      transform: translateX(+10px);
    }
  }

  .green {
    background-image: url('img/sale_right_green.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    .blue {
      line-height: 36px;
      font-size: 40px;
      text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
      color: #019cff;
      transform: translateX(+10px);
    }
  }

  .purple {
    background-image: url('img/sale_right_purple.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    .lemon {
      line-height: 36px;
      font-size: 40px;
      text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
      color: #f1b036;
      transform: translateX(+10px);

    }

  }
    .prices {
      transform: translateX(+10px);

    .previous {
      color: black;
      text-decoration: line-through;
      font-weight: 400;
      font-size: 18px;
      line-height: 18px;
      margin-top: 10px;
    }

    .sale {
      color: #ff0ada;
      font-weight: 600;
      font-size: 26px;
      line-height: 26px;
      text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
    }
  }

}

.right {
  align-items: flex-end;
  margin-right: 0;
}

/* @media (max-width: 768px) {
  .saleleft {
    left: 0%;
  }
} */

.saleleft {
  width: 156px;
  height: 156px;
  z-index: 1;
  position: absolute;
  display: block;
  left: 5.5%;
  bottom: 0%;

  .yellow {
    background-image: url('img/sale_left_yellow.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;


    .red {
      line-height: 36px;
      font-size: 40px;
      text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
      color: red;
      transform: translateX(-10px);


    }

  }

  .green {
    background-image: url('img/sale_left_green.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    .blue {
      line-height: 36px;
      font-size: 40px;
      text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
      color: #019cff;
      transform: translateX(-10px);

    }

  }

  .purple {
    background-image: url('img/sale_left_purple.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    .lemon {
      line-height: 36px;
      font-size: 40px;
      text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
      color: #f1b036;
      transform: translateX(-10px);
    }
  }
  .prices {
      transform: translateX(-10px);

    .previous {
      color: black;
      text-decoration: line-through;
      font-weight: 400;
      font-size: 18px;
      line-height: 18px;
      margin-top: 10px;
    }

    .sale {
      color: #ff0ada;
      font-weight: 600;
      font-size: 26px;
      line-height: 26px;
      text-shadow: -3px -3px 0 #fff, 3px -3px 0 #fff, -3px 3px 0 #fff, 3px 3px 0 #fff;
    }
  }
}

.left {
  align-items: flex-start;
}


.pricetag {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "FOT-RodinHimawari Pro";
  font-weight: 600;
}

.topbanner {
  width: 100%;
  max-width: 800px;
  height: auto;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.histlist {
  max-width: 698px;
  border: 1px solid #DC80ED;
  border-top: none;
  border-bottom: none;
}

.histparent {
  width: 100%;
  max-width: 590px;
  color: blue;
  background-color: transparent;
}

.histparent:hover {
  color: #e005dd;
  background-color: #e7cffe;
}

.histparent a:hover {
  color: #e005dd;
}

.history {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-self: center;
  justify-content: start;
  padding-bottom: 5px;
}

.history>img {
  max-width: 400px;
  height: auto;
}

@media (min-width: 768px) {
  .histparent {
    width: 100%;
    max-width: 690px;
    color: blue;
    background-color: transparent;
  }

  .history {
    max-width: 690px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: start;
    padding-bottom: 5px;
  }

  .news {

    .title {
      max-width: 450px;
      text-indent: 0px;
    }

  }

  .history>img {
    width: 300px;
    height: 60px;
  }
}

.news {
  display: flex;
  flex-direction: column;
  text-align: start;
  font-weight: 600;

  .date {
    font-family: "RocknRoll One", sans-serif;
    color: #8165c2;
    text-indent: 5px;
  }

  .title {
    text-indent: 0px;
    font-size: 9pt;
    /* max-width: 350px; */
  }
}

.new {
  color: red;
  font-weight: bolder;
  font-size: larger;
}

.footer {
  width: 100%;
  background-image: none;
  background-color: #fbeafa;
  border: 1px solid #b671c4;
  border-radius: .375rem;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 768px) {
  .footer {
    background-image: url("img/foot.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    width: 100%;
    max-width: 800px;
    border: 0;
    height: 30px;
    display: flex;
    flex-direction: row;
  }
}

.footer .copyright {
  width: 100%;
  text-align: start;
  text-indent: 20px;
  padding-top: 5px;
}

@media (min-width: 768px) {
  .footer .links {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    flex-direction: row;
    gap: 30px;
    padding-top: 5px;
    padding-right: 50px;
  }

  .footer .copyright {
    width: 50%;
    text-align: start;
    text-indent: 30px;
    padding-top: 5px;
  }
}

.footer .links {
  display: flex;
  width: 100%;
  flex-direction: row;
  text-indent: 20px;
  gap: 20px;
  padding-top: 5px;
}

.logos {
  display: flex;
  flex-direction: row;
  justify-self: center;
  gap: 0px;
}

@media (min-width: 768px) {
  .logos {
    gap: 20px;
  }

}

.disclaimer {
  text-align: start;
  font-size: smaller;
  margin-left: 15px;
  margin-right: 15px;
  border: 1px solid black;
  border-radius: 5px;
}

/* game pages */

.gameset {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .gameset {
    display: flex;
    flex-direction: row;
  }
}
.setbase {
  width: 50%;
  display: block;
  position: relative;
  z-index: 0;
}

.setlogo {
    position: absolute;
    z-index: 1;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
  }

.topimage {
  width: 100%;
  max-width: 800px;
  display: block;
  position: relative;
  z-index: 0;

  .toplaunch {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }

  .toplaunch>img {
    width: 100%;
    max-width: 800px;
  }

}

.topimage>img {
  width: 100%;
  max-width: 800px;
}


.topprice {
  background-image: url("img/launch-prices.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  font-family: "FOT-RodinHimawari Pro";

  .discount {
    background-image: url("img/launch-discount.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 209px;
    height: 223px;
    right: 130px;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }

  .discount span {
    text-shadow: -2px -2px 0 #000000, 2px -2px 0 #000000, -2px 2px 0 #000000, 2px 2px 0 #000000;
    color: #ffffff;
    font-weight: 800;
    font-size: 22px;
    line-height: 22px;
    position: absolute;
    z-index: 2;
    top: 42%;
    left: 60px;
  }

  .dlc {
    text-shadow:
      -3px -3px 0 #000000, 0 -3px 0 #000000, 3px -3px 0 #000000,
      3px 0 0 #000000, 3px 3px 0 #000000, 0 3px 0 #000000,
      -3px 3px 0 #000000, -3px 0 0 #000000;
    color: #ff00b1;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    -webkit-text-stroke: 1px #ffffff;
    right: 50px;
    bottom: 35%;
    position: absolute;
    z-index: 2;
    text-indent: 10px;
  }

  .package {
    text-shadow:
      -3px -3px 0 #000000, 0 -3px 0 #000000, 3px -3px 0 #000000,
      3px 0 0 #000000, 3px 3px 0 #000000, 0 3px 0 #000000,
      -3px 3px 0 #000000, -3px 0 0 #000000;
    color: #00c2d6;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    -webkit-text-stroke: 1px #ffffff;
    right: 50px;
    bottom: 5%;
    position: absolute;
    z-index: 2;
    text-indent: 10px;
  }
}

@media (min-width: 768px) {
  .topprice .dlc {
    right: 85px;
    bottom: 35%;
    font-size: 26px;
    line-height: 32px;

  }

  .topprice .package {
    right: 85px;
    bottom: 6%;
    font-size: 26px;
    line-height: 32px;

  }

  .topprice .discount {
    right: 215px;
    bottom: 0;

  }
}



.packages {
  /* max-width: 600px;
  display: inline-grid;
  grid-template-columns: repeat(3, 200px);
  grid-gap: 2px; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.packages>a {
  height: 50px;
  box-shadow: none;
  transition: box-shadow 0.2s ease-in-out;
}

.packages>a:hover {
  box-shadow: #ff66cc 0px 0px 0px 3px;
}

/* @media (min-width: 768px) {
  .packages {
      max-width: 800px;
      display: inline-grid;
      grid-template-columns: repeat(4, 200px);
    }
} */

.store_bonus {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /* grid-template-columns: repeat(3, 265px); */
}

.store_bonus_info {
  height: 120px;
  width: 49%;
  font-size: 11px;
  /* grid-template-columns: repeat(3, 265px); */
}

.store_bonus_info>img {
  width: 100%;
  max-width: 255px;
}

.store_package_small {
  border: 1px solid rgba(52, 152, 219, 0.3);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 49%;

  .package_image {
    width: 30%;
    padding-right: 5px;
  }
}

.store_package {
  border: 1px solid rgba(52, 152, 219, 0.3);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 32.5%;
  border-radius: 5px;
}

.store_package:hover {
  border-color: #7d909e;
}

.package_text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 49%;
}

.package_image {
  padding-top: 5px;
  width: 49%;
}

.package_image>img {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  width: 100%;
  height: auto;
}

.game_text {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.left_text {
  width: calc(800px - 155px);
  text-align: start;
}

.standup {
  padding-left: 10px;
  width: 145px;
  position: relative;
}

.rotator {
  padding-left: 10px;
  width: 145px;
  position: relative;
}

.rotator > img {
  position: absolute;
  top: 0;
  opacity: 0;
  animation: round 50s infinite;
}

img:nth-child(2) {
  animation-delay: 10s;
}
img:nth-child(3) {
  animation-delay: 20s;
}
img:nth-child(4) {
  animation-delay: 30s;
}
img:nth-child(5) {
  animation-delay: 40s;
}

@keyframes round{   
  25%{opacity:1;}
  50%{opacity:0;}
} 
/* sale pages */


.salebody {
  background-color: #ff66cc;
  border-radius: 10px;
  width: 90%;
  max-width: 820px;
  padding-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.salecontent {
  background-color: #ffffff;
  width: 98%;
  max-width: 800px;
}

.salecontent hr {
  max-width: 780px;
  width: 95%;
}

.saleheader {
  font-weight: 500;
  background-color: #d1b3ff;
  text-align: start;
  padding: 10px;
  font-size: 14px;
  font-family: "RocknRoll One", sans-serif;
  font-style: normal;
}

.saleheader2 {
  font-weight: 500;
  background-color: #ffccfb;
  text-align: start;
  padding: 10px;
  font-size: 14px;
  font-family: "RocknRoll One", sans-serif;
  font-style: normal;
}

.saleheader3 {
  font-weight: 600;
  background-color: #000000;
  color: #ffffff;
  text-align: start;
  padding: 10px;
  font-family: "RocknRoll One", sans-serif;
  font-style: normal;
}

.salecontainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 520px;
}

@media (min-width: 768px) {
  .salecontainer {
    display: flex;
    flex-direction: row;
    width: 100%;
  }

  .saleimage {
    padding-left: 30px;
  }
}

.saleimage {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 460px;
  align-content: center;
  display: block;
  position: relative;
  z-index: 0;
}

.promoimg {
  width: 100%;
  max-width: 460px;
  height: auto;
}

.tagend {
  z-index: 1;
  position: absolute;
  right: -2%;
  bottom: -1%;
}

.tagright {
  z-index: 1;
  position: absolute;
  right: 2%;
  bottom: 0%;
}

.tagleft {
  z-index: 1;
  position: absolute;
  left: 5.5%;
  bottom: 0%;
}


.salelinks {
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
}

.salelinks>a {
  background-color: transparent;
}

.salelinks>a>img {
  box-shadow: none;
  transition: box-shadow 0.2s ease-in-out;
}

.salelinks>a>img:hover {
  box-shadow: #ff66cc 0px 0px 0px 3px;
}

@media (min-width: 768px) {
  .saleimage {
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 10px;
  width: 60%;
  max-width: 480px;
  align-content: center;
  display: block;
  position: relative;
  z-index: 0;
}
  
  .salelinks {
    padding-top: 10px;
    width: 40%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
  }
}

.bulklinks {
  max-width: 780px;
  padding-top: 10px;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.bulklinks>a {
  line-height: 47px;
}

.bulklinks:hover {
  color: #ff66cc;
}

@media (min-width: 768px) {
  .bulklinks {
    max-width: 780px;
    padding-top: 18px;
    padding-bottom: 12px;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    gap: 5px;
  }

}

.incenter {
  margin: auto;
}


.spacing {
  height: 20px;
}

.spacing-10 {
  height: 10px;
}

.spacing-5 {
  height: 5px;
}


.game {
  justify-self: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 800px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.game:hover {
  background-color: #e7cffe;
  color: #e005dd;
}

@media (min-width: 768px) {
  .game {
    display: flex;
    flex-direction: row;
    gap: 5px;
    max-width: 800px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .game:hover {
    background-color: #e7cffe;
  }

  .description {
    width: 340px;
    height: auto;
    text-align: start;
    padding: 5px 5px;
  }

}

.thumb {
  width: 450px;
  height: 75px;
}

.thumb>img {
  width: 450px;
  height: 70px;
}

.thumb>a>img {
  width: 450px;
  height: 70px;
}


.description {
  width: 440px;
  height: auto;
  text-align: start;
  padding: 0px 5px;
}

.description>a:hover {
  color: #e005dd;
}


.row-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  left: 50%;
  padding-bottom: 15px;
  padding-top: 10px;
}

.row-container>a {
  flex: 1;
}

.parent {
  width: 100%;
  background-color: #e09bdc;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {

  .row-container {
    padding-bottom: 5px;
    padding-top: 0px;
  }

  .parent {
    background-color: transparent;
  }
}

.background {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.overlay {
  position: relative;
  z-index: 1;
  width: 25%;
  transform: translate(0%, -100%);
}

.header {
  display: block;
  justify-self: start;
}

.mobilelogo {
  display: block;
  max-width: 50%;
  height: auto;
}

.logo {
  display: none;
}

.header-menu {
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 1;
  top: 0%;
  right: 5%;
}

.header-logos {
  display: flex;
  flex-direction: row;
  grid-gap: 0px;
}

.header-logos>a>img {
  width: 100%;
  height: auto;
}

.header-logos>img {
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .mobilelogo {
    display: none;
  }

  .header .logo {
    display: block;
  }

  .header-menu {
    display: flex;
    flex-direction: row;
    position: absolute;
    z-index: 1;
    top: 55%;
    left: 46%;
  }

  .header-logos {
    display: flex;
    flex-direction: row;
    justify-items: center;
    /* grid-template-columns: repeat(4, 200px); */
    grid-gap: 0px;
  }

  .header-logos>a {
    flex: 1;
  }

  .header-logos>a>img {
    width: 100%;
    height: auto;
  }
}

.bonustitle {
  text-align: start;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  width: 200px;
  padding-left: 5px;
  padding-bottom: 5px;
}

.bonustiles {
  display: flex;
  flex-direction: row;
  width: 800px;
  grid-gap: 5px;
}

.grid-container {
  margin: auto;
  padding-top: 10px;
  /* padding-left: 30px; */
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
  /* width: 100%; */
  /* display: inline-grid; */
  /* grid-template-columns: repeat(3, 175px); */
  /* grid-gap: 15px; */
}

.screenshot {
  width: 150px;
  height: 113px;
  padding: 5px;
  display: block;
  overflow: hidden;
}

/* @media (min-width: 768px) {
  .grid-container {
    padding-top: 10px;
    padding-left: 0px;
    width: 800px;
    display: inline-grid;
    grid-template-columns: repeat(5, 150px);
    grid-gap: 11px;
  }
} */

.link-container {
  width: 600px;
  display: inline-grid;
  grid-template-columns: repeat(2, 266px);
  grid-gap: 10px;
  align-content: center;
}

@media (min-width: 768px) {
  .link-container {
    width: 800px;
    display: inline-grid;
    grid-template-columns: repeat(3, 266px);
    grid-gap: 10px;
    align-content: center;
  }
}

.link-container>div {
  padding-top: 10px;
}

.link-container>div:hover {
  padding-top: 10px;
  background-color: #e7cffe;
}

.link-container>div>a:hover {
  color: #e005dd;
}


.dmm-container {
  width: 100%;
  display: inline-grid;
  grid-template-columns: repeat(2, 300px);
  grid-gap: 0px;
  align-content: center;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .dmm-container {
    grid-template-columns: repeat(2, 350px);
    grid-gap: 50px;
  }
}

.dmm-container>div:hover {
  background-color: #e7cffe;
}

.dmm-container>div>a:hover {
  color: #e005dd;
}


.chara {
  max-width: 800px;
  width: 100%;
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
}

.chara-buttons {
  width: 100%;
  background-color: #001D3D;
  /* display: inline-grid; */
}

.hidden{
  display: none;
}

.shown{
  display: inline-flex;
}

.voices {
  /* display: inline-grid;
  grid-template-columns: repeat(4, 100px);
  padding-left: 5px;
  padding-top: 0px; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;

}

/* @media (min-width: 768px) {
 */
/* .voices {
    display: inline-grid;
    grid-template-columns: repeat(8, 100px);
    padding: 5px;
  } */
/* } */
.voice-button {

  background: #ffffff;
  text-align: center;
  backface-visibility: hidden;
  border-radius: .375rem;
  border-style: solid;
  border-width: .125rem;
  box-sizing: border-box;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-family: Circular, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: 7px;
  position: relative;
  margin: 5px;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.voice-button-blue {

  background: #0000ff;
  text-align: center;
  backface-visibility: hidden;
  color: #ffffff;
  border-radius: .375rem;
  border-style: solid;
  border-width: .125rem;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: Circular, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: 7px;
  position: relative;
  margin: 5px;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

}

.voice-button-blue>a {
  color: #ffffff;
}

.voice-button-blue>a:hover {
  color: yellow;
  background-color: transparent;
}

.voice-button-blue:not(:disabled):hover {
  transform: scale(1.1);
  background-color: #0000ff;
}

.voice-button-blue:not(:disabled):hover:active {
  transform: scale(1.1) translateY(.125rem);
}

.voice-button-blue:focus {
  outline: 0 solid transparent;
}

.voice-button-blue:focus:before {
  content: "";
  /* left: calc(-1*.375rem); */
  pointer-events: none;
  position: absolute;
  /* top: calc(-1*.375rem); */
  transition: border-radius;
  user-select: none;
}

.voice-button-blue:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.voice-button-blue:focus:not(:focus-visible):before {
  border-width: 0;
}

.voice-button-blue:not(:disabled):active {
  transform: translateY(.125rem);
}

.voice-button-red {

  background: red;
  text-align: center;
  backface-visibility: hidden;
  border-radius: .375rem;
  border-style: solid;
  border-width: .125rem;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Circular, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: 7px;
  position: relative;
  margin: 5px;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.voice-button-red>a {
  color: #ffffff;
}

.voice-button-red>a:hover {
  color: yellow;
  background-color: transparent;
}

.voice-button-red:not(:disabled):hover {
  transform: scale(1.1);
  background-color: red;
}

.voice-button-red:not(:disabled):hover:active {
  transform: scale(1.1) translateY(.125rem);
}

.voice-button-red:focus {
  outline: 0 solid transparent;
}

.voice-button-red:focus:before {
  content: "";
  /* left: calc(-1*.375rem); */
  pointer-events: none;
  position: absolute;
  /* top: calc(-1*.375rem); */
  transition: border-radius;
  user-select: none;
}

.voice-button-red:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.voice-button-red:focus:not(:focus-visible):before {
  border-width: 0;
}

.voice-button-red:not(:disabled):active {
  transform: translateY(.125rem);
}

.voice-button-violet {
  background: purple;
  text-align: center;
  backface-visibility: hidden;
  border-radius: .375rem;
  border-style: solid;
  border-width: .125rem;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Circular, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: 7px;
  position: relative;
  margin: 5px;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.voice-button-violet>a {
  color: #ffffff;
}

.voice-button-violet>a:hover {
  color: yellow;
  background-color: transparent;
}

.voice-button-violet:not(:disabled):hover {
  transform: scale(1.1);
  background-color: purple;
}

.voice-button-violet:not(:disabled):hover:active {
  transform: scale(1.1) translateY(.125rem);
}

.voice-button-violet:focus {
  outline: 0 solid transparent;
}

.voice-button-violet:focus:before {
  content: "";
  /* left: calc(-1*.375rem); */
  pointer-events: none;
  position: absolute;
  /* top: calc(-1*.375rem); */
  transition: border-radius;
  user-select: none;
}

.voice-button-violet:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.voice-button-violet:focus:not(:focus-visible):before {
  border-width: 0;
}

.voice-button-violet:not(:disabled):active {
  transform: translateY(.125rem);
}

.voice-button-orange {

  background: orange;
  text-align: center;
  backface-visibility: hidden;
  color: #ffffff;
  border-radius: .375rem;
  border-style: solid;
  border-width: .125rem;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: Circular, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: 7px;
  position: relative;
  margin: 5px;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

}

.voice-button-orange>a {
  color: #ffffff;
}

.voice-button-orange>a:hover {
  color: yellow;
  background-color: transparent;
}

.voice-button-orange:not(:disabled):hover {
  transform: scale(1.1);
  background-color: orange;
}

.voice-button-orange:not(:disabled):hover:active {
  transform: scale(1.1) translateY(.125rem);
}

.voice-button-orange:focus {
  outline: 0 solid transparent;
}

.voice-button-orange:focus:before {
  content: "";
  /* left: calc(-1*.375rem); */
  pointer-events: none;
  position: absolute;
  /* top: calc(-1*.375rem); */
  transition: border-radius;
  user-select: none;
}

.voice-button-orange:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.voice-button-orange:focus:not(:focus-visible):before {
  border-width: 0;
}

.voice-button-orange:not(:disabled):active {
  transform: translateY(.125rem);
}

.voice-button-yellow {

  background: #858501;
  text-align: center;
  backface-visibility: hidden;
  border-radius: .375rem;
  border-style: solid;
  border-width: .125rem;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Circular, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: 7px;
  position: relative;
  margin: 5px;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.voice-button-yellow>a {
  color: #ffffff;
}

.voice-button-yellow>a:hover {
  color: purple;
  background-color: transparent;
}

.voice-button-yellow:not(:disabled):hover {
  transform: scale(1.1);
  background-color: #858501;
}

.voice-button-yellow:not(:disabled):hover:active {
  transform: scale(1.1) translateY(.125rem);
}

.voice-button-yellow:focus {
  outline: 0 solid transparent;
}

.voice-button-yellow:focus:before {
  content: "";
  /* left: calc(-1*.375rem); */
  pointer-events: none;
  position: absolute;
  /* top: calc(-1*.375rem); */
  transition: border-radius;
  user-select: none;
}

.voice-button-yellow:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.voice-button-yellow:focus:not(:focus-visible):before {
  border-width: 0;
}

.voice-button-yellow:not(:disabled):active {
  transform: translateY(.125rem);
}

.voice-button-pink {

  background: #e1006a;
  text-align: center;
  backface-visibility: hidden;
  border-radius: .375rem;
  border-style: solid;
  border-width: .125rem;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Circular, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: 7px;
  position: relative;
  margin: 5px;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.voice-button-pink>a {
  color: #ffffff;
}

.voice-button-pink>a:hover {
  color: purple;
  background-color: transparent;
}

.voice-button-pink:not(:disabled):hover {
  transform: scale(1.1);
  background-color: #e1006a;
}

.voice-button-pink:not(:disabled):hover:active {
  transform: scale(1.1) translateY(.125rem);
}

.voice-button-pink:focus {
  outline: 0 solid transparent;
}

.voice-button-pink:focus:before {
  content: "";
  /* left: calc(-1*.375rem); */
  pointer-events: none;
  position: absolute;
  /* top: calc(-1*.375rem); */
  transition: border-radius;
  user-select: none;
}

.voice-button-pink:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.voice-button-pink:focus:not(:focus-visible):before {
  border-width: 0;
}

.voice-button-pink:not(:disabled):active {
  transform: translateY(.125rem);
}

.voice-button:not(:disabled):hover {
  transform: scale(1.1);
  background-color: #e6c3ed;
}

.voice-button:not(:disabled):hover:active {
  transform: scale(1.1) translateY(.125rem);
}

.voice-button:focus {
  outline: 0 solid transparent;
}

.voice-button:focus:before {
  content: "";
  /* left: calc(-1*.375rem); */
  pointer-events: none;
  position: absolute;
  /* top: calc(-1*.375rem); */
  transition: border-radius;
  user-select: none;
}

.voice-button:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.voice-button:focus:not(:focus-visible):before {
  border-width: 0;
}

.voice-button:not(:disabled):active {
  transform: translateY(.125rem);
}

.voice-button-cyan {

  background: #02f5ea;
  text-align: center;
  backface-visibility: hidden;
  border-radius: .375rem;
  border-style: solid;
  border-width: .125rem;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: Circular, Helvetica, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.3;
  padding: 7px;
  position: relative;
  margin: 5px;
  text-decoration: none;
  transform: translateZ(0) scale(1);
  transition: transform .2s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.voice-button-cyan>a {
  color: #ffffff;
}

.voice-button-cyan>a:hover {
  color: purple;
  background-color: transparent;
}

.voice-button-cyan:not(:disabled):hover {
  transform: scale(1.1);
  background-color: #02f5ea;
}

.voice-button-cyan:not(:disabled):hover:active {
  transform: scale(1.1) translateY(.125rem);
}

.voice-button-cyan:focus {
  outline: 0 solid transparent;
}

.voice-button-cyan:focus:before {
  content: "";
  /* left: calc(-1*.375rem); */
  pointer-events: none;
  position: absolute;
  /* top: calc(-1*.375rem); */
  transition: border-radius;
  user-select: none;
}

.voice-button-cyan:focus:not(:focus-visible) {
  outline: 0 solid transparent;
}

.voice-button-cyan:focus:not(:focus-visible):before {
  border-width: 0;
}

.voice-button-cyan:not(:disabled):active {
  transform: translateY(.125rem);
}

.sectionhead {
  background-color: #D7CFFF;
  color: #AB49C2;
  text-align: start;
  text-indent: 15px;
  font-weight: 600;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

td {
  padding: 0px;
  font-size: 14px;
}

.specs {
  margin: auto;
}

.specs table {
  width: 100%;
  max-width: 800px;
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  background-color: #ffffff;
}

.specs thead {
  background: color-mix(in srgb, #999999, transparent 80%);
}

.specs td {
  padding-left: 5px;
  font-size: 12px;
}

.specs tbody th {
  background: color-mix(in srgb, #999999, transparent 80%);
  text-align: start;
  text-indent: 5px;
  width: 100px;
  padding: 2px;
  vertical-align: top;
  font-size: 12px;
}

.highslide {
  cursor: url(js/highslide/graphics/zoomin.cur), pointer;
  outline: none;
}

.highslide-active-anchor img {
  visibility: hidden;
}

.highslide img {
  border: 2px solid gray;
}

.highslide:hover img {
  border: 2px solid silver;
}

.highslide-wrapper {
  background: white;
}

.highslide-image {
  border-bottom: 1px solid white;
}

.highslide-caption {
  display: none;

  border-bottom: 1px solid white;
  font-family: Verdana, Helvetica;
  font-size: 10pt;
  padding: 5px;
  background-color: silver;
}

.highslide-loading {
  display: block;
  color: black;
  font-size: 8pt;
  font-family: sans-serif;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
  border: 1px solid black;
  background-color: white;
  padding-left: 22px;
  background-image: url(js/highslide/graphics/loader.white.gif);
  background-repeat: no-repeat;
  background-position: 3px 1px;
}

a.highslide-credits,
a.highslide-credits i {
  padding: 2px;
  color: silver;
  text-decoration: none;
  font-size: 10px;
}

a.highslide-credits:hover,
a.highslide-credits:hover i {
  color: white;
  background-color: gray;
}

a.highslide-full-expand {
  background: url(js/highslide/graphics/fullexpand.gif) no-repeat;
  display: block;
  margin: 0 10px 10px 0;
  width: 34px;
  height: 34px;
}

.highslide-overlay {
  display: none;
}

/* Mac-style close button */
.closebutton {
  position: relative;
  top: -15px;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: hand;
  /* ie */
  cursor: pointer;
  /* w3c */
  background: url(js/highslide/graphics/close.png);
  /* For IE6, remove background and add filter */
  _background: none;
  _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='js/highslide/graphics/close.png', sizingMethod='scale');
}


/* These must always be last */
.highslide-display-block {
  display: block;
}

.highslide-display-none {
  display: none;
}

.section {
  /* width: 600px; */
  width: 100%;
  height: auto;
  margin: auto;
  display: block;
  background-repeat: no-repeat;
  background-image: url(img/s_back.png);
  background-position: left;
  font-family: "RocknRoll One", sans-serif !important;
  font-size: 1.1em;
  line-height: 2em;
  text-align: start;
  text-indent: 30px;
  -webkit-text-stroke: 0.2px #ffffff;
  color: #000000;
  /* border-radius: .375rem; */
  /* margin-left: 10px; */
  /* background-color: #f9a6f7; */
  /* border: 1px solid #c378db; */
}

.section>img {
  display: none;
}

@media (min-width: 768px) {
  .section {
    width: 820px;
    background-image: none;
  }

  .section>img {
    display: block;
  }

  .section>span {
    display: none;
  }
}

.support2 {
  background-color: #FDE8FF;
  text-align: start;
  max-width: 780px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.support {
  background-color: #FDE8FF;
  text-align: start;
  max-width: 780px;
  padding: 10px;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}

.card {
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-image: url(yaribeya/story.jpg);
  background-size: cover;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.4);
}

.card-content {
  margin: 16px;
}

.highlight1 {
  color: yellow;
  font-size: 20px;
}
.highlight2 {
  color: #e98adb;
  font-size: 20px;
}
.highlight3 {
  color: #5294e2;
  font-size: 20px;
}
.highlight4 {
  color: #ff0000;
  font-size: 20px;
}

.card-content>p {
  font-family: "Mochiy Pop One", sans-serif !important;
  font-size: 20px;
  color: #ffffff;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
   /* Set initial state to transparent so it doesn't flash before animating */
  opacity: 0; 
  
  /* Apply the animation: name, duration, timing function, and fill-mode */
  animation: fadeIn 2s ease-in-out 0.5s forwards;
}
/* Define the fade-in keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



dialog   {
  padding: 0.1rem;
  align-items: center;
  width: 80%;
  max-width: 850px;
  box-shadow: 0px 15px 50px 10px rgba(0, 0, 0, 0.4);

}

dialog::backdrop   {
  background: rgb(0 0 0 / .5);
}

.close-btn {
  /* Positions the button precisely in the top-right corner */
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /* Reset default button styles */
  background: white;
  font-size: 48px;
  cursor: pointer;
  color: #666;
}

.close-btn:hover {
  cursor: pointer;
  color: white;
  background: red;
}

.salepopup {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  max-height: 700px;
  overflow-x: hidden; /* Hard blocks any horizontal leakage */
  overflow-y: auto;   /* Enables smooth vertical scrolling container-side */}

/* previous style code */

.back {
  background-color: #ffffff;

  width: 820px;

  height: auto;

  margin: 0px auto auto auto;

  padding: 0px;
}

.head ul {
  border: none;

  margin: 0px auto auto 0;

  padding: 0px;

  background-color: #ffffff;

  background-repeat: no-repeat;

  width: 820px;

  height: 103px;

  background-image: url(img/head1.gif);
}

.head li {
  float: left;
}

.foot {
  background-image: url(img/foot.gif);

  width: 800px;

  height: 30px;
}

.foot ul {
  margin: 0px;

  padding: 7px;
}

.foot li {
  font-size: 12px;

  float: left;

  list-style-type: none;
}

.menu_bar {
  margin-top: 0px;

  padding: 0px;
}

div.dlink a:link {
  color: #9641af;

  background-color: transparent;

  text-decoration: none;
}

div.dlink a:hover {
  color: #f686c8;

  background-color: #e7cffe;
}

img {
  border: none;
}

.menubar ul {
  width: 800px;

  height: 30px;

  margin: 0px;

  padding: 0px;

  background-image: url(img2/top_bar.gif);
}

li {
  font-size: 1.5em;

  float: left;

  border: none;

  margin-top: 1px;

  margin-left: 60px;

  list-style-type: none;
}

.tittxt {
  font-weight: bold;

  color: #ffffff;

  font-size: 16px;

  line-height: 21px;

  font-family: Verdana, Arial, Verdana Cyr, Arial Cyr, Helvetica, Helvetica Cyr,
    sans-serif;
}

.seihin {
  color: #8f5d84;

  font-size: 16px;

  line-height: 21px;

  font-family: Verdana, Arial, Verdana Cyr, Arial Cyr, Helvetica, Helvetica Cyr,
    sans-serif;

  font-weight: bold;
}

.story {
  color: #634688;

  font-size: 16px;

  line-height: 21px;

  font-family: Verdana, Arial, Verdana Cyr, Arial Cyr, Helvetica, Helvetica Cyr,
    sans-serif;

  font-weight: bold;
}


.defotxt {
  color: #893992;

  font-size: 15px;

  line-height: 20px;

  font-family: Verdana, Arial, Verdana Cyr, Arial Cyr, Helvetica, Helvetica Cyr,
    sans-serif;
}

.ttxt {
  color: #893992;

  font-size: 14px;

  line-height: 21px;

  font-family: Verdana, Arial, Verdana Cyr, Arial Cyr, Helvetica, Helvetica Cyr,
    sans-serif;
}

.midasi {
  font-weight: bold;

  color: #db30bd;

  font-size: 24px;

  font-family: Verdana, Arial, Verdana Cyr, Arial Cyr, Helvetica, Helvetica Cyr,
    sans-serif;
}

.rireki1 {
  text-align: left;
  font-weight: bold;
  color: #a48adf;
  font-size: 13px;
  font-family: Verdana, Arial, Verdana Cyr, Arial Cyr, Helvetica, Helvetica Cyr,
    sans-serif;
}

.rireki {
  text-align: left;

  font-weight: bold;

  font-size: 13px;

  font-family: Verdana, Arial, Verdana Cyr, Arial Cyr, Helvetica, Helvetica Cyr,
    sans-serif;
}

.rireki a:link {
  color: blue;

  background-color: transparent;

  text-decoration: #f686c8;
}

.rireki a:hover {
  color: #e005dd;

  background-color: #e7cffe;
}

.tpc1 {
  font-weight: bold;

  color: #e005dd;

  font-size: 15px;

  font-family: Verdana, Arial, Verdana Cyr, Arial Cyr, Helvetica, Helvetica Cyr,
    sans-serif;
}

.tpc2 {
  text-align: left;

  font-size: 14px;

  font-family: Verdana, Arial, Verdana Cyr, Arial Cyr, Helvetica, Helvetica Cyr,
    sans-serif;

  line-height: 19px;
}

.mobtxt {
  margin-bottom: 5px;

  margin-right: 5px;

  margin-top: 5px;

  float: left;

  background-color: #e5c0eb;

  width: 110px;

  height: 100px;
}

.motxt {
  vertical-align: middle;

  text-align: center;

  font-size: 13px;

  font-family: Verdana, Arial, Verdana Cyr, Arial Cyr, Helvetica, Helvetica Cyr,
    sans-serif;
}


.mobimg {
  left: 0px;

  margin-bottom: 5px;

  margin-left: 5px;

  margin-right: 5px;

  margin-top: 5px;

  float: left;
}

.mobox {
  width: 800px;

  height: 110px;

  background-color: #c188cc;

  padding: 0px;

  margin: 5px;
}

.stxt {
  height: 70px;

  background-color: #cb90d6;

  width: 345px;

  float: left;

  text-align: center;

  vertical-align: middle;
}

.seitxt {
  font-size: 13px;

  font-family: Verdana, Arial, Verdana Cyr, Arial Cyr, Helvetica, Helvetica Cyr,
    sans-serif;

  line-height: 19px;

  color: #ffffff;
}

.seitxt2 {
  font-size: 10px;

  font-family: Verdana, Arial, Verdana Cyr, Arial Cyr, Helvetica, Helvetica Cyr,
    sans-serif;

  line-height: 19px;

  color: #ffffff;
}

.seimg {
  left: 0px;

  margin-bottom: 5px;

  margin-left: 5px;

  float: left;
}

.point_text {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}

.point_m_text_pink {
  font-size: 18px;
  line-height: 26px;
  font-weight: bolder;
  color: #ff33cc;
}

.point_m_text_green {
  font-size: 18px;
  line-height: 26px;
  font-weight: bolder;
  color: #00cc00;
}

.point_m_text_purple {
  font-size: 18px;
  line-height: 26px;
  font-weight: bolder;
  color: #9900cc;
}

.tokupe {
  width: 100%;
  max-width: 610px;
  background-color: #FDE8FF;
  margin: auto;
  text-align: start;
  padding: 10px;
}

.tokupe2 {
  width: 100%;
  max-width: 610px;
  background-color: #fbf8b0;
  margin: auto;
  text-align: start;
  padding: 10px;
}



/*!
 * Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2025 Fonticons, Inc.
 */
:root,
:host {
  --fa-family-classic: "Font Awesome 7 Free";
  --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
  --fa-style-family-classic: var(--fa-family-classic);
}

@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("webfonts/fa-solid-900.woff2");
}

.fas {
  --fa-family: var(--fa-family-classic);
  --fa-style: 900;
}

.fa-classic {
  --fa-family: var(--fa-family-classic);
}

.fa-solid {
  --fa-style: 900;
}