@charset "UTF-8";
html,body {
  max-width: 100%;
  max-height: 100%;
}
h1 {
  color: rgb(255, 130, 27);
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #ffd7f3, #ffd7f3 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #ffd7f3, #ffd7f3 3px,#e9f4ff 3px, #e9f4ff 7px);
  border-bottom: solid 7px #ffd7f3;
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
}
#header {
  background-color: #ffe98d;
  width: 20%;
  height: 100vh;
  position: fixed;
  top: 0;
  border-right: 5px solid #ff8492;
  border-right-style: dashed;
  z-index: 999;
}
.side-bar {
  display: flex;
  flex-direction: column;
}
.side-bar li {
  list-style: none;
}
.side-text li {
  text-align: center;
  margin-top: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/site3/listimo.png") no-repeat center center;
    background-size: 80%;
    width: 100%;
    border-radius: 5px;
    padding-bottom: 5%;
    padding-top: 5%;
    text-shadow: 2px 2px 4px gray;
  }
.side-chara {
    margin-left: 10%;
    margin-top: 10%;
    width: 80%;
  }
.side-bar a {
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  color: rgb(255, 255, 255);
}
.side-text a:hover li {
  transform: scale(1.05);
  transition: 0.2s;
}
/*↓セクション到達時の見た目*/
.side-text a.active li {
  background-color: #ff945f;
  color: #acdcff;
  transform: scale(1.1);
  transition: 0.3s;
}
#body-flex {
  display: flex;
}
#product {
  padding-left: 20%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0) 20px, 40px, rgba(160, 255, 253, 0.5) 40px, rgba(153, 255, 190, 0.5) 68px), repeating-linear-gradient(180deg, rgba(255, 235, 192, 0.6) 20px, rgba(254, 243, 199, 1) 49px, rgba(248, 251, 217, 0.6) 49px, rgba(255, 255, 255, 1) 71px);
}
#mainvisual {
  margin-top: 15%;
  position: relative;
  z-index: 999;
  height: 800px;
}
.chara {
  position: absolute;
  top: 60%;
  left: 80%;
  z-index: 5;
}
.chara img {
  width: 100%;
}
.potato1,.potato2,.potato3,.potato4,.potato5,.potato6 {
  position: absolute;
  z-index: 1;
}
.potato1 {
  top: 1%;
  left: 30%;
}
.potato1 img {
  transform: rotate(-80deg);
  width: 20%;
}
.potato2 {
  top: 10%;
  left: 80%;
}
.potato2 img {
  width: 60%;
  transform: rotate(60deg);
}
.potato3 {
  top: 80%;
  left: 35%;
}
.potato3 img {
  width: 15%;
  transform: rotate(-50deg);
}
.potato4 {
  top: 90%;
  left: 70%;
}
.potato4 img {
  width: 30%;
}
.potato5 {
  top: 0;
  left: 50%;
}
.potato5 img {
  width: 20%;
  transform: rotate(150deg);
}
.potato6 {
  top: 120%;
  left: 50%;
}
.potato6 img {
  width: 40%;
  transform: rotate(40deg);
}
#mainvisual img {
  max-width: 100%;
  width: 70%;
  margin-left: 10%;
}
.side-logo {
  max-width: 100%;
}
#header ul {
  padding: 0;
  margin: 0;
}
#about {
  padding-top: 20%;
  position: relative;
}
#about img {
  width: 20%;
}
.potato-kun {
  position: absolute;
  top: 45%;
  left: 10%;
}
.potato-chan {
  position: absolute;
  top: 50%;
  left: 70%;
}
#about h1 {
  margin-top: 15%;
  text-align: center;
}
#about p {
  padding-top: 5%;
  width: 500px;
  font-size: 1.3rem;
  margin-right:auto;
  margin-left: auto;
}
#product-promotion {
  padding-top: 20%;
}
#product-promotion h1 {
  text-align: center;
}
.campain {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  margin-left: 12%;
}
.campain img {
  width: 300px;
  height: 300px;
  border: 1px solid black;
}
.campain-margin {
  margin-right: 5%;
  margin-top: 5%;
}
#product-buy {
  padding-top: 20%;
}
.product-flex {
  display: flex;
  padding-top: 10%;
  margin: 0 auto;
  justify-content: center;
}
.product-info h4 {
  color:rgb(255, 130, 27);
  font-weight: bold;
}
.mock-up {
  width: 80%;
  border-radius: 50%;
  margin-left: 10%;
}
.product-package {
  position: sticky;
  top: 0px;
}
aside {
  width: 50%;
}
.product-info {
  width: 40%;
}
#product-buy h1 {
  text-align: center;
}
table th {
  background-color:  rgb(255, 218, 148);
}
#omake {
  padding-top: 20%;
  text-align: center;
  height: 2100px;
}
.omake-p {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
#omake-flex {
  padding-top: 5%;
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  padding-left: 8%;
}
.omake-setsumei {
  display: flex;
  flex-direction: column;
  width: 50%;
}
.omake-setsumei img {
  width: 90%;
}
.omake-setsumei p {
  width: 90%;
}
#footer {
  background-color: rgb(255, 147, 126);
  height: 100px;
  position: relative;
}
.popup-link a {
  display: inline-block;
  max-width: 100%;
}
.popup-link img {
  width: 100px;
  height: auto;
}
.popup-link {
  position: absolute;
  z-index: 99;
  left: 55%;
  top: 5%;
}
.popup-link a:hover {
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}
#footer p {
  color: white;
  padding-left: 70%;
  padding-top: 3%;
  font-weight: bold;
}
.sp-chara {
  display: none;
}
td {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    z-index: 1000;
    width: 100%;
    border-right: none;
    border-bottom: 5px dashed #ff8492;
    margin: 0;
    padding: 0;
  }
  h1 {
    width: 80%;
  }
  .side-bar ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .side-logo {
    width: 80px;
  }
  .side-text {
    display: flex;
  }
  .side-text li {
    background: none;
    padding: 0;
    margin: 0 5px;
    font-size: 0.7rem;
  }
  .side-chara {
    display: none;
  }
  #product {
    padding-top: 10%;
    padding-left: 0;
  }
  .product-flex {
    display: block;
  }
  .sp-chara {
    position: absolute;
    display: block;
    top: 50%;
    left: 10%;
  }
  .sp-chara img {
    width: 40%;
  }
  .potato1 {
    top: 30%;
    left: 30%;
  }
  .potato1 img {
    width: 40%;
    transform: rotate(0deg);
  }
  .potato2 {
    left: 60%;
    top: 50%;
  }
  .potato2 img {
    width: 40%;
  }
  .potato3 {
    top: 65%;
  }
  .potato3 img {
    width: 30%;
  }
  .potato4 {
    top: 80%;
    left: 70%;
  }
  .potato4 img {
    width: 50%;
  }
  .potato5 {
    top: 100%;
    left: 60%;
  }
  .potato5 img {
    width: 30%;
  }
  .potato6 {
    top: 90%;
    left: 20%;
  }
  .potato6 img {
    width: 60%;
  }
  .chara {
    top: 30%;
    left: 60%;
    width: 30%;
    transform: rotate(20deg);
  }
  .potato-kun {
  top: 20%;
  left: 10%;
}
.potato-chan {
  top: 25%;
  left: 70%;
}
  .mock-up {
    width: 100%;
    margin: 0;
  }
  #about p {
    width: 100%;
  }
  .product-package {
    position: static;
  }
  .product-info {
    width: 100%;
  }
  .sp-center {
    text-align: center;
  }
  aside {
    width: 100%;
  }
  #omake {
    height: 2800px;
  }
  #omake-flex {
    flex-direction: column;
    width: 80%;
    padding: 0;
  }
  .omake-setsumei img {
    width: 100%;
  }
  .omake-setsumei {
    width: 100%;
  }
  #omake h2 {
    padding-top: 10%;
  }
  .omake-p {
    padding-bottom: 10%;
  }
  #footer p {
    padding: 0;
    padding-top: 15%;
  }
  .popup-link img{
    width: 80px;
  }
}