/* fade-in */

.fadein1 {
  opacity: 0;
  transform: translateY(100px);
  transition: all 2s;
}

.fadein-1 {
  opacity: 0;
  transform: translateY(-100px);
  transition: all 2s;
}

.fadein2 {
  opacity: 0;
  transform: translateZ(100px);
  transition: all 3s;
}

/* fade-in */

body {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体",
    sans-serif;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 1px;
  word-break: break-all;
}

a {
  text-decoration: none;
}

button {
  border: none;
}

.fractions,
.fractions2 {
  margin-top: 50px;
  font-size: 18px;
  font-weight: bold;
  color: #ff3366;
  text-shadow: 1px 1px #333;
}

.section {
  padding: 100px 0;
}

.section-about {
  background-image: url("../img/section/section-about.jpeg");
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.section-types {
  background-image: url("../img/section/section-types.jpeg");
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.section-sweets {
  background-image: url("../img/section/section-sweets.jpeg");
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.section-price {
  background-image: url("../img/section/section-price.jpeg");
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
}

.section .inner {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
}

.section-title-area {
  margin-bottom: 38px;
  text-align: center;
}

.section-title1 {
  font-family: "Corben", cursive;
  font-size: 40px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px #333;
}

.blink1 {
  animation: blinkAnime1 1s infinite alternate;
}
@keyframes blinkAnime1 {
  0% {
    color: #ffffff;
  }
  100% {
    color: #66ff66;
  }
}

.blink2 {
  animation: blinkAnime2 2s infinite alternate;
}
@keyframes blinkAnime2 {
  0% {
    color: #ff99ff;
  }
  100% {
    color: #ff3366;
  }
}

.section-intro {
  font-weight: bold;
}

#about .inner,
#skill .inner {
  max-width: 1000px;
}

/* navi */

#gnav-top {
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}

#gnav-top {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}

#gnav-top ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#gnav-top li {
  padding: 0 24px;
  letter-spacing: 0.05em;
}

#gnav-top li a {
  font-family: "Corben", cursive;
  font-size: 16px;
  position: relative;
  display: inline-block;
  padding: 15px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #ff6699;
}

#gnav-top li a:hover {
  opacity: 1;
}

#gnav-top li a::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  content: "";
  transition: 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ff6699;
}

#gnav-top li a:hover::after {
  width: 100%;
}

/* top */

.top {
  padding-top: 58px;
}

.tops {
  background-size: cover;
  height: 700px;
  background-repeat: repeat;
  position: relative;
}

.top1 {
  background-image: url("../img/top/top1.jpg");
}

.top2 {
  background-image: url("../img/top/top2.png");
}

.top3 {
  background-image: url("../img/top/top3.jpg");
}

.top4 {
  background-image: url("../img/top/top4.png");
}

.top-box {
  position: absolute;
  font-family: "Corben", cursive;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.top-box1 {
  color: #ffdd00;
}

.top-box2 {
  color: #ff6699;
}

.top-box3 {
  color: #fff;
}

.top-box4 {
  color: #ff9900;
}

.top-box h1 {
  font-size: 70px;
  letter-spacing: 5px;
  text-shadow: 5px 5px #333;
}

.top-box p {
  font-size: 40px;
  letter-spacing: 5px;
  text-shadow: 5px 5px #333;
}

/* details */

.p1details {
  background-image: url("../img/section/section-detail.jpeg");
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.9);
  background-blend-mode: lighten;
  margin-top: -5px;
  padding: 50px 0px;
}

.p1details h2 {
  text-align: center;
  font-size: 30px;
  color: #ff3366;
  text-shadow: 1px 1px #333;
}

.p1detail-box {
  display: flex;
  margin-top: 20px;
  align-items: center;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.p1detail-box a {
  font-family: "Corben", cursive;
  font-size: 20px;
  width: 150px;
  text-shadow: 1px 1px #333;
}

.p1detail-box p {
  font-size: 16px;
  margin-left: 20px;
  font-weight: bold;
}

/* ABOUT */

#about .section-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#about .section-image {
  flex-basis: 20%;
  margin: 0 auto;
}

#about .section-image a {
  display: block;
  border-radius: 50%;
}

#about .section-image img {
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 25px 0 #d9d9d9;
}

#about .section-desc {
  flex-basis: 62%;
}

.about-section img {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  box-shadow: 0px 5px 5px #333333;
}

.about-section figure {
  text-align: center;
}

.about-section p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  background-color: #f5f5f5;
  border-radius: 30px;
  margin-top: 20px;
  padding: 50px;
  box-shadow: 0px 5px 5px #333333;
  line-height: 2;
}

.about-section p span {
  color: #ff3366;
}

/* TYPES */

.types {
  background-color: #f5f5f5;
  padding: 50px;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: 0px 5px 5px #333333;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.types span {
  color: #0000ff;
}

.types .box {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.types .box:first-child {
  margin-top: 0;
}

.types .box .box-img {
  max-width: 30px;
  width: 100%;
}

.types .box .box-title {
  font-size: 20px;
  margin-left: 20px;
}

.types .types-text {
  margin-top: 10px;
}

/* SWEETS */

.section-sweets .inner {
  max-width: 1000px;
}

.card-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card-design-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.card {
  max-width: 600px;
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.card-img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  box-shadow: 0px 5px 5px #333333;
}

.card p {
  text-align: center;
  padding: 20px 15px 20px 15px;
  font-weight: bold;
  font-size: 20px;
}

.swiper-button-prev {
  left: 0 !important;
}

.swiper-button-next {
  right: 0 !important;
}

/* PRICE */

.price-wrapper {
  justify-content: center;
  display: flex;
}

.price {
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.price-p {
  font-size: 18px;
  width: 100%;
  font-weight: bold;
}

.price-list {
  background-color: #ff6699;
  width: 150px;
  height: 150px;
  display: inline-block;
  border-radius: 100%;
  margin-top: 20px;
}

.price-list:hover {
  background-color: #f67da6;
  transition: 1s;
  margin-top: 10px;
}

.price-list p {
  font-size: 22px;
  color: #f5f5f5;
  margin-top: 50px;
}

/* c-button */

.c-buttons {
  background-image: url("../img/contact-page/section-contact.jpeg");
  background-size: cover;
  height: 150px;
}

.c-buttons:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.c-buttons h2 {
  text-align: center;
  padding-top: 50px;
}

/* footer */

#footer {
  background-color: #ff6699;
}

#footer .inner {
  padding: 20px;
}

#footer .copyright {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
    line-height: 1.7;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* top */

  .top {
    padding-top: 37px;
  }

  .tops {
    height: 500px;
  }

  .top-box {
    max-width: 310px;
    width: 100%;
  }

  .top-box h1 {
    font-size: 35px;
  }

  .top-box p {
    font-size: 20px;
  }

  /* navi */

  #gnav-top {
    padding: 5px 0;
  }

  #gnav-top li {
    font-size: 13px;
    padding: 2px 15px;
  }

  #gnav-top li a {
    padding: 0;
    font-size: 11px;
  }

  #gnav-top li a:hover {
    opacity: 1;
  }

  #gnav-top li a::after {
    display: none;
  }

  /* section */

  .section {
    padding: 60px 0;
  }

  .section .inner {
    padding: 0 15px;
  }

  .section .section-title-area {
    margin-bottom: 20px;
  }

  .section .section-title {
    font-size: 22px;
  }

  .section-title1 {
    font-size: 30px;
  }

  /* details */

  .p1details h2 {
    font-size: 25px;
  }

  .p1detail-box {
    flex-direction: column;
    text-align: center;
  }

  .p1detail-box p {
    margin-left: 0;
    font-size: 14px;
    margin-top: 5px;
  }

  /* about */

  #about.section-image,
  #about .section-desc {
    flex-basis: 100%;
  }

  #about .section-image {
    flex-basis: 100px;
    margin: 0 auto 20px;
  }

  .about-section p {
    font-size: 14px;
    padding: 30px;
  }

  /* types */

  .types {
    padding: 30px;
  }

  /* sweets */

  .card-img {
    height: 200px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  /* price */

  .price-wrapper {
    justify-content: center;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
  }

  #footer .inner {
    padding: 20px 0;
  }
}
