h1 {
  color: #535353;
  margin: 20px 40px;
  box-shadow: 0 6px 3px -3px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.header-text {
  margin: 10px;
}

.header-text p {
  margin: 10px;
}

.header-text .shouhinmei {
  color: #068e0c;
  font-weight: bold;
}
.header-text .catchcopy {
  color: #068e0c;
}
.header-text .officialtext {
  color: #555;
}
.header-text .impression {
  color: purple;
}

img {
  width: 200px;
  height: 200px;
  border-radius: 100px;

}

.container {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 30px;

}

.container-a {
  width: 30%;
  justify-content: center;
}

.container-a label  {
  box-sizing: border-box;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 3px;
  color: #068e0c;
  padding-right: 5px;
}

.container-a label div {
  margin: 0 10px;
  cursor: pointer;
}

.container-a input[type="radio"]:checked ~ label div {
  padding-top: 3px;
  border-radius: 10px;
  color: white;
  background-color: #068e0c;
}

.container-a input {
  display: none;
}

.container-a label .inner-label .drink-title {
  margin: 20px;
  font-weight: bold;
  font-size: 16px;
}

.container-a label .inner-label .drink-subtitle {
  margin: 5px;
  font-size: 12px;
  font-weight: bolder;
  /* text-align: left; */
}

.container-a label .inner-label .drink-text {
  margin: 10px;
  font-size: 13px;
  color: #555;
  text-align: left;
}

.container-a label .inner-label .drink-impression {
  margin: 10px;
  font-size: 13px;
  color: purple;
  text-align: left;
}

p {
  margin: 30px;
}

.container-2 {
  text-align: center;
  display: flex;
  width: 100%;
  margin-left: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 2rem;

}

.container-b {
  width: 15%;

}

.container-b label {
  box-sizing: border-box;
  font-size: 1.5rem;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  padding: 5px;
  border: 2px solid #068e0c;
  color:#068e0c;
  line-height: 38px;
  cursor: pointer;
}

.container-b input:checked+label {
  color: white;
  background-color: #068e0c;
}

.container-b input {
  display: none;
}



.selection-4 {
  text-align: center;


}

.letscustomize {

  text-align: center;
  margin-top: 40px;
  font-size: 2rem;
  font-weight: 900;
  color: #068e0c;
}

.selection-4 .btn {
  display: inline-block;
  justify-content: center;
  font-family: 'Klee One', cursive;
  box-sizing: border-box;
  width: 170px;
  height: 42px;
  border: 2px solid #068e0c;
  border-radius: 21px;
  color: #068e0c;
  background-color: white;
  font-size: 1.1rem;
  line-height: 38px;
  transition: background-color 0.2s, color 0.2s;
  margin-top: 10px;
  margin-bottom: 30px;
  cursor: pointer;
}

.selection-4 .btn:hover {
  background-color: #068e0c;
  color: white;
}

@media screen and (min-width:481px) and (max-width:768px) {
  body {
    line-height: 1.5;
  }
  h1 {
    margin: 40px auto 20px;
    width: 70%;
    font-size: 1.8rem;
    text-align: center;
  }
  .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
  .container-a {
    width: 100%;
    justify-content: center;
  }
  .container-2 {
    margin: 0px;
    justify-content: center;
  }
  .container-b {
    width: 100%;
    text-align: center;
    margin: 15px 15px 20px;
  }
  .container-b label {
    font-size: 1.5rem;
  }
}


@media screen and (max-width: 480px) {
  body {
    line-height: 1.5;
  }

  h1 {
    margin: 40px auto 20px;
    width: 70%;
    font-size: 1.8rem;
    text-align: center;
  }

  .container {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }

  .container-a {
    width: 100%;
    justify-content: center;
  }

  .container-2 {
    margin: 0px;
    justify-content: center;
  }

  .container-b {
    width: 100%;
    text-align: center;
    margin: 15px 15px 20px;

  }

  .container-b label {
    font-size: 1.5rem;
  }

}
