@charset "UTF-8";
/**
 * Font load
 */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");

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

ul,
ol {
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a:hover {
  opacity: .8;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 14px;
  color: #333;
}

h2.title {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
}

h3.subtitle {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.13px;
  text-align: center;
}

.sp {
  display: none;
}


/* header */
header {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
}

/* footer */
footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
  min-height: 82px;
}

footer .copyright {
  letter-spacing: 0.75px;
  font-size: 12px;
  color: #fff;
}

/* banner */
#banner {
  position: relative;
  min-height: 520px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

#banner h2 {
  margin-top: 58px;
}

#banner .list {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: -80px;
}

#banner .list li {
  margin-right: 29px;
  visibility: hidden;
}

#banner .list li:last-child {
  margin-right: 0;
  background-color: #fff;
  border-radius: 100%;
  visibility: visible;
}

/* service */
#service {
  padding: 162px 0 0;
}

#service .inner {
  padding: 0 16px;
}

#service .list {
  display: flex;
}

#service .intro {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.6px;
  text-align: center;
  margin: 41px 0 72px;
}

#service .intro span {
  display: block;
}

/* how to use */
#howtouse {
  background-color: #f4f1ef;
  padding: 90px 0 91px;
  position: relative;
}

#howtouse .bg {
  position: absolute;
}

#howtouse .bg.top {
  top: 0;
  left: 0;
  width: calc(311/1440 * 100%);
  max-width: 311px;
}

#howtouse .bg.bottom {
  top: 869px;
  right: 0;
  width: calc(246/1440 * 100%);
  max-width: 246px;
}

#step03 {
  position: absolute;
  top: -28px;
  width: 100%;
  height: 1px;
  font-size: 0px;
}

#howtouse .step {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  max-width: 718px;
  margin: 70px auto 0;
  padding: 60px 0 40px;
}

#howtouse .step_number {
  width: 56px;
  height: 56px;
  border-radius: 100%;
  background-color: #f48e2b;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#howtouse .step_number span:nth-child(1) {
  font-size: 10px;
  line-height: 2;
  letter-spacing: 0.63px;
  display: block;
  margin: -3px;
}

#howtouse .step_number span:nth-child(2) {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.13px;
  margin: -3px;
}

#howtouse .step h4.title {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.13px;
  color: #f48e2b;
  text-align: center;
}

#howtouse .step h4.title > span {
  display: block;
  font-size: 14px;
}

#howtouse .step .text_help {
  line-height: normal;
  letter-spacing: 0.53px;
  text-align: center;
  margin-top: 16px;
}

#howtouse .step .text_help.bold {
  font-weight: bold;
}

#howtouse .step .text_help a {
  color: #f48e2b;
}

#howtouse .shop_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 28px 90px 0;
}

#howtouse .shop_list li {
  border-radius: 10px;
  border: solid 2px #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 16px 8px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  padding: 14px 10px 13px;
  min-width: 160px
}

#howtouse .shop_list li span:nth-child(1) {
  font-size: 16px;
  letter-spacing: 1px;
}

#howtouse .shop_list li span:nth-child(2) {
  font-size: 12px;
  letter-spacing: 0.75px;
}

#howtouse .step .cake_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 16px 99px 32px 105px;
}

#howtouse .step .cake_list li {
  width: 90px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 16px 16px 0 0;
}

#howtouse .step .cake_list li:nth-child(5n+5) {
  margin: 16px 0 0 0;
}

#howtouse .step .cake_list li span {
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.38px;
  text-align: center;
  color: #333;
  margin-top: 4px;
}

#howtouse .step .cake_list li img {
  padding: 8px;
  border-radius: 100%;
}

#howtouse .step .step_note {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.45px;
  text-align: center;
}

#howtouse .step .special {
  margin: 37px auto 38px;
  max-width: 358px;
}

/* shop */
#shop {
  position: relative;
  overflow: hidden;
  padding: 94px 0 25px;
}

#shop .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(1440px + 50%);
  height: calc(856px + 50%);
  z-index: -1;
  transform: translate(-50%, -50%);
}

#shop .inner {
  max-width: 1344px;
  margin: 0 auto;
  padding: 0 16px;
}

#shop .list {
  margin-top: 30px;
}

#shop .owl-carousel .owl-stage {
  display: flex;
  margin: 0 auto;
}

#shop .owl-nav button.owl-prev,
#shop .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
}

#shop .owl-nav .owl-prev {
  left: 0;
}

#shop .owl-nav .owl-next {
  right: 0;
}

#shop .list li {
  padding: 32px 20px;
  border-radius: 10px;
  background-color: #fff;
  height: 100%;
}

#shop .list h4 {
  font-weight: bold;
  line-height: normal;
}

#shop .list h4 span:nth-child(1) {
  font-size: 20px;
  letter-spacing: 1.25px;
  display: block;
}

#shop .list h4 span:nth-child(2) {
  font-size: 14px;
  letter-spacing: 0.88px;
}

#shop .list dl {
  margin-top: 16px;
}

#shop .list dt {
  font-weight: bold;
}

#shop .list dd {
  margin-top: 8px;
}

#shop .list dt,
#shop .list dd {
  line-height: normal;
  letter-spacing: 0.88px;
}

#shop .btn {
  padding: 15px 0;
  border-radius: 5px;
  background-color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 1.13px;
  text-align: center;
  color: #fff;
  max-width: 360px;
  margin: 64px auto 48px;
  display: block;
  text-decoration: none;
}

#shop .note {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.75px;
}

/* media screen and max-width: 768px */

@media screen and (max-width:768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  h2.title {
    font-size: 24px;
    letter-spacing: 1.5px;
    margin-bottom: 13px;
  }

  h3.subtitle {
    font-size: 16px;
    letter-spacing: 1px;
  }

  /* header */
  header {
    min-height: 60px;
  }

  header .logo {
    max-width: 160px;
  }

  /* footer*/
  footer {
    min-height: 48px;
  }

  footer .copyright {
    font-size: 11px;
  }

  /* banner */
  #banner {
    min-height: 355px;
  }

  #banner h2 {
    margin-top: 32px;
    padding: 0 10px;
  }

  #banner .list {
    bottom: -45px;
    padding: 0 8px;
    justify-content: center;
  }

  #banner .list li:nth-child(1) {
    width: calc(71/375 * 100%);
  }

  #banner .list li:nth-child(2),
  #banner .list li:nth-child(3) {
    width: calc(74/375 * 100%);
  }

  #banner .list li {
    margin-right: 8px;
  }

  #banner .list li>a {
    width: 110px;
    height: 110px;
    display: block;
  }

  /* service */
  #service {
    padding: 97px 0 0;
  }

  #service .intro {
    font-size: 14px;
    letter-spacing: 0.53px;
    margin: 26px 0 40px;
  }

  #service .list li img {
    max-width: 253px;
  }

  /* howtouse */
  #howtouse {
    padding: 50px 16px 72px;
  }

  #howtouse .bg.top {
    width: calc(92/375 * 100%);
  }

  #howtouse .bg.bottom {
    top: auto;
    bottom: 0;
    width: calc(97/375 * 100%);
  }

  #howtouse .step {
    padding: 44px 0 24px;
    margin: 52px 0 0;
  }

  #howtouse .step.step01 {
    margin: 61px 0 0;
  }

  #howtouse .step h4.title {
    font-size: 16px;
    letter-spacing: 1px;
  }

  #howtouse .step h4.title > span {
    font-size: 12px;
  }

  #howtouse .step .text_help {
    margin-top: 8px;
  }

  #howtouse .step.step03 .text_help {
    margin-top: 18px;
  }

  #howtouse .shop_list {
    padding: 16px 16px 0;
    justify-content: space-between;
  }

  #howtouse .shop_list li {
    margin: 8px 0 0 0;
    min-width: auto;
    width: 48.5%;
  }

  #howtouse .shop_list li span:nth-child(1) {
    font-size: 14px;
  }

  #howtouse .shop_list li span:nth-child(2) {
    font-size: 11px;
  }

  #howtouse .step .cake_list {
    padding: 8px 16px 24px;
  }

  #howtouse .step .cake_list li {
    width: 32%;
    margin: 8px 2% 0 0;
  }

  #howtouse .step .cake_list li:nth-child(5n+5) {
    margin: 8px 2% 0 0;
  }

  #howtouse .step .cake_list li:nth-child(3n+3) {
    margin: 8px 0 0;
  }

  #howtouse .step .special {
    padding: 0 16px;
    max-width: none;
    margin: 24px 0 20px;
  }

  #howtouse .step .step_note {
    font-size: 11px;
  }

  #howtouse .step .special+.step_note {
    margin: 0 16px;
  }

  /* shop */
  #shop {
    padding: 50px 0 11px;
  }

  #shop .btn {
    max-width: none;
    margin: 24px 0 40px;
    font-size: 14px;
  }

  #shop .list {
    margin-top: 35px;
  }

  #shop .note {
    font-size: 11px;
    margin: 0 -16px 0 0;
  }

}

@media screen and (max-width: 320px) {
  #service .intro {
    margin: 26px -10px 40px;
  }
}