@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500&family=Yusei+Magic&display=swap');
/* 
font-family: 'M PLUS Rounded 1c', sans-serif;
font-family: 'Yusei Magic', sans-serif;
*/

html {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'M PLUS Rounded 1c', sans-serif;

  position: relative;
  z-index: -1000;
}

.body-container {
  position: relative;
  z-index: -1000;
}

li,
a {
  text-decoration: none;
  list-style: none;
}

/* 丸いボタン */
.btn-circle {
  width: 80px;
  height: 55px;
  background-color: #ffffff;
  border-radius: 50px;

  display: flex;
  flex-direction: row;
}

.btn-circle i {
  font-size: 30px;
  color: #0092dd;
}

.flavor-btn,
.about-btn {
  width: 95px;
  height: 55px;
}

.flavor-btn i,
.about-btn i {
  font-size: 16px;
}

/* font awesome  */
i {
  display: block;
  margin: auto;
  padding: 0;

  font-size: 26px;
}

.nav-fixed i.fa-apple-whole::before,
.nav-fixed i.fa-hand-point-up::before {
  font-size: 28px;
}

.flavor-container i.fa-apple-whole::before {
  font-size: 45px;
}

.about-container i.fa-hand-point-up::before {
  font-size: 43px;
}

/* for pc display none------------------ */
.mobile-none {
  display: none;
}

/* echo message */
.success-message {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

/* nav-fixed */
.nav-fixed-ul {
  width: 100%;
  max-width: 414px;
  height: 70px;

  position: fixed;
  bottom: 0;
  z-index: 1000;

  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.nav-fixed-ul li {
  width: 100%;

  background-color: #ffffff;

  display: flex;

  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2);
}

.nav-fixed-ul li:nth-child(1) {
  border-radius: 50% 0 0 0;
}

.nav-fixed-ul li:nth-child(4) {
  border-radius: 0 50% 0 0;

  background-color: #ed1b24;
}

.nav-fixed-ul li a {
  width: 100%;
  height: 100%;

  margin: auto;
  padding: 16px 0 8px;

  font-size: 12px;
  font-weight: bold;

  color: #ed1b24;

  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.nav-white i {
  color: #ffffff;
}

.nav-white span {
  color: #ffffff;
}

/* container ---------------------------------- */
.container {
  width: 100%;
  background-color: #fffef0;
  margin-top: 30px;

  position: relative;
  z-index: -100;
}

/* title */
.contact-title {
  width: 100%;
  height: 450px;

  background-image: url(../images/contact-top.JPG);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-container {
  width: 100%;
  height: 140px;

  background-color: #0092dd;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;

  display: flex;
  flex-direction: row;
}

.main-logo {
  width: 50px;

  position: fixed;
  top: 40px;
  left: 25px;
  z-index: 900;
}

.main-logo img {
  width: 100%;
  filter: drop-shadow(1px 3px 10px rgba(0, 0, 0, 0.4));
}

.btn-instagram {
  width: 38px;
  height: 38px;

  position: fixed;
  top: 105px;
  left: 33px;
  z-index: 800;

  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.4);
  animation: moveDown 1s ease-in-out forwards;
}

@keyframes moveDown {
  to {
    top: 135px;
  }
}
.btn-instagram i {
  font-size: 26px;
}

/* content-header ---------------------------------*/
.content-header {
  margin: auto;

  align-items: center;

  color: #ffffff;

  display: flex;
  flex-direction: row;
}

.content-header i {
  font-size: 36px;
  margin-right: 8px;
}

.content-header h2 {
  font-size: 32px;
  line-height: 35px;
}

.content-header h3 {
  font-size: 16px;
  margin-left: 5%;
}

.flavor-container .content-header h3 {
  font-size: 16px;
  margin-left: 10%;
}

.point-container .content-header h3 {
  font-size: 16px;
  margin-left: 0;
}

/* ----------------------------------------------- */

/* top text */
.top-text {
  width: 100%;
  padding: 8% 10% 16%;
  display: flex;
  flex-direction: column;

  color: #ffffff;
  font-size: 16px;

  background-color: #0092dd;
  border-bottom-left-radius: 50% 15%;
  border-bottom-right-radius: 50% 15%;
}

.top-text p {
  margin: auto;
  font-size: 16px;
}

.top-text p.desc {
  margin-bottom: 8px;
}

.top-text h4 {
  font-size: 18px;
  margin-bottom: 8px;
  text-align: center;
}

.top-text h4 a {
  text-decoration: none;
  color: #ffffff;
}

.top-text h4 i {
  font-size: 22px;
  margin: auto;
  margin-right: 5px;
}

.top-text h4 i.fa-envelope {
  margin-top: 5px;
}

.top-insta-btn {
  margin: auto;
  margin-bottom: 32px;
  display: flex;
  gap: 16px;
}

.top-insta-btn a {
  width: 80px;
  height: 60px;
  margin: 8px 0;
  background-color: #ffffff;
}

.top-insta-btn img {
  width: 30px;
  height: 30px;
  margin: auto;
}

/* mail */
.con-mail {
  text-decoration: none;
  font-style: normal;
  text-align: center;
  display: block;

  color: #ffffff;
  font-size: 18px;
}

/* contact form -------------------------------- */
.contact-container {
  width: 100%;
}

.contact-form {
  width: 95%;
  margin: 50px auto;
  padding: 30px;

  color: #533c1d;
}

.contact-form h1 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.input-group {
  margin-bottom: 20px;
}

.input-group label {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;

  border: 1px solid #ccc;
  border-radius: 50px;
}

.input-group textarea {
  height: 200px;
  resize: vertical;
  border-radius: 30px;
}

.input-group button {
  display: block;
  width: 80px;
  height: 50px;
  margin: auto;

  background-color: #0092dd;
  color: #ffffff;
  font-size: 16px;
  font-family: 'M PLUS Rounded 1c', sans-serif;

  border: none;
  border-radius: 50px;

  cursor: pointer;
  transition: background-color 0.3s;
}

.input-group button:hover {
  background-color: #006699;
}

.melting {
  width: 100%;

  overflow: hidden;
  background-color: #0092dd;
}

.melting img {
  width: 100%;
}

/* footer ーーーーーーーーーーーーーーーーーーーーーーー */
footer {
  width: 100%;
  height: 650px;
  background-color: #0092dd;

  position: relative;
}

.footer-content {
  width: 85%;
  height: 500px;
  margin: auto;
  padding-top: 10%;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footer-nav {
  width: 100%;

  margin: auto;
}

.footer-nav p {
  margin-top: 20px;
  text-align: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
}

.footer-title {
  width: 80%;
  margin: auto;

  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer-title img {
  width: 100%;
}

.footer-btn {
  width: 50px;
  height: 50px;

  position: absolute;
  right: 10%;
  bottom: 15%;
}

.footer-btn a {
  margin: auto;
  background-color: #ffffff;
}

.footer-btn i {
  color: #ed1b24;
}

/* mobile view */
@media (min-width: 414px) {
  .body-container {
    width: 414px;
    margin: auto;
  }

  body {
    background-color: #0092dd;
  }
}

/* tablet view */
@media (min-width: 768px) {
  .nav-fixed-ul {
    display: none;
  }

  .nav-pc {
    display: flex;
    width: 150px;

    background-color: transparent;

    position: fixed;
    top: 130px;
    left: 3%;
  }

  .nav-pc a {
    text-shadow: 1px 3px 2px #0092dd;
  }

  /* SNS */
  .main-logo {
    width: 60px;
  }

  .btn-instagram {
    display: none;
  }

  .sns-pc {
    width: 200px;

    display: flex;
    flex-direction: column;

    position: fixed;
    top: 80px;
    right: -12%;
  }

  .sns-pc a {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;

    background-color: #ffffff;
    border-radius: 50px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  }

  .sns-pc img {
    height: 50%;
    margin: auto;
  }

  /* design for pc */
  .body-container {
    position: relative;
  }

  .design-pc {
    display: flex;
  }

  .design-pc .circle1 {
    width: 20%;

    position: absolute;
    top: 38%;
    left: -45%;
    z-index: -1000;
  }

  .design-pc .circle2 {
    width: 55%;

    position: absolute;
    top: 40%;
    left: -100%;
    z-index: -1000;
  }

  .design-pc .candy1 {
    width: 30%;

    position: absolute;
    top: 65%;
    left: 120%;
    z-index: -1000;
  }

  .design-pc .candy2 {
    width: 60%;

    position: absolute;
    top: 80%;
    left: -100%;
    z-index: -1000;
  }

  /* footer */
  footer {
    height: 400px;
  }

  .footer-content {
    height: 250px;

    padding-top: 10%;
  }

  .footer-nav {
    display: none;
  }
}

/* pc view */
@media (min-width: 950px) {
  /* nav */
  .nav-pc {
    display: flex;
    width: 150px;

    background-color: transparent;

    position: fixed;
    top: 130px;
    left: 7%;
  }

  /* sns */
  .sns-pc {
    flex-direction: row;

    position: fixed;
    top: 80px;
    right: 3%;
  }

  .sns-pc a {
    margin-left: 10px;
  }
}
