@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

body {
  min-width: 320px;
  background-color: #f4f4f4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.08em;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }
}

a {
  color: #4682b4;
}

b {
  font-weight: 700;
}

main {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 50px;
  overflow: hidden;
  background: #fff;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.c-blue {
  color: #246ea2;
}

.c-pink {
  color: #ff3e3e;
}

.c-red {
  color: #f00;
}

.c-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ffff66), color-stop(100%, #ffff66), to(transparent));
  background: linear-gradient(transparent 40%, #ffff66 40%, #ffff66 100%, transparent 100%);
}

.c-head {
  padding: 24px 20px;
  border-left: 20px solid #f19d38;
  background-color: #fcedad;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .c-head {
    padding: 18px 15px;
    border-left-width: 15px;
    font-size: 18px;
  }
}

.c-txt {
  margin-top: 50px;
}
.c-txt.-narrow {
  margin-top: 30px;
}
.c-txt + .c-txt {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .c-txt {
    margin-top: 30px;
  }
  .c-txt.-narrow {
    margin-top: 20px;
  }
}

.c-small-txt {
  margin-top: 50px;
  font-size: 17px;
  line-height: 2.2;
}
.c-small-txt + .c-txt {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .c-small-txt {
    margin-top: 30px;
    line-height: 1.8;
  }
}

.c-image {
  max-width: 670px;
  margin: 55px auto 0;
}
@media (max-width: 767px) {
  .c-image {
    margin-top: 25px;
  }
}

.c-cv {
  position: relative;
  padding: 25px 20px 50px;
  border-top: 7px solid;
  border-bottom: 7px solid;
  text-align: center;
}
.c-cv::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-top: 3px solid;
  border-bottom: 3px solid;
  pointer-events: none;
}
.c-cv .c-cv__head {
  display: inline-block;
  margin: 0 auto;
  padding: 0 20px 15px;
  border-bottom: 5px solid;
  font-size: 46px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .c-cv .c-cv__head {
    margin: 0 -20px;
    font-size: 26px;
  }
}
.c-cv .c-cv__small {
  font-size: 36px;
}
@media (max-width: 767px) {
  .c-cv .c-cv__small {
    font-size: 20px;
  }
}
.c-cv .c-cv__txt {
  margin-top: 15px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .c-cv .c-cv__txt {
    font-size: 16px;
  }
}
.c-cv .c-cv__large {
  font-size: 32px;
}
@media (max-width: 767px) {
  .c-cv .c-cv__large {
    font-size: 18px;
  }
}
.c-cv .c-cv__btn {
  width: 100%;
  max-width: 670px;
  margin: 50px auto 0;
}
.c-cv .c-cv__btn + .c-cv__btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .c-cv .c-cv__btn {
    margin-top: 30px;
  }
  .c-cv .c-cv__btn + .c-cv__btn {
    margin-top: 20px;
  }
}
.c-cv .c-cv__btn-link {
  display: block;
  width: 100%;
  height: auto;
  padding: 24px 10px;
  border-radius: 9999px;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.3), 0 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.3), 0 3px 4px rgba(0, 0, 0, 0.2);
  background: rgb(165, 241, 48);
  background: -webkit-gradient(linear, left top, right top, from(rgb(165, 241, 48)), color-stop(56%, rgb(29, 187, 0)), to(rgb(0, 103, 69)));
  background: linear-gradient(90deg, rgb(165, 241, 48) 0%, rgb(29, 187, 0) 56%, rgb(0, 103, 69) 100%);
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5;
  text-decoration: none;
}
.c-cv .c-cv__btn-link.-mail {
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 201, 0)), color-stop(66%, rgb(226, 109, 0)), to(rgb(203, 42, 0)));
  background: linear-gradient(90deg, rgb(255, 201, 0) 0%, rgb(226, 109, 0) 66%, rgb(203, 42, 0) 100%);
}
.c-cv .c-cv__btn-link:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.3), 0 3px 4px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, 0.3), 0 3px 4px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .c-cv .c-cv__btn-link {
    padding: 18px 10px;
    font-size: 14px;
  }
}

.p-products {
  padding: 55px 20px 0;
}
.p-products .p-products__list {
  margin-top: 30px;
}
.p-products .p-products__list-item + .p-products__list-item {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .p-products .p-products__list-item + .p-products__list-item {
    margin-top: 45px;
  }
}
.p-products .p-products__list-img {
  -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
}
.p-products .p-products__list-txt {
  margin-top: 35px;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .p-products .p-products__list-txt {
    margin-top: 20px;
    font-size: 18px;
  }
}
.p-products .p-products__txt {
  margin: 60px -20px 0;
  padding: 20px;
  background-color: #83180f;
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .p-products .p-products__txt {
    margin-top: 40px;
    font-size: 18px;
  }
}

.p-store {
  padding: 55px 20px 0;
}

.p-what {
  padding: 55px 20px 0;
}

.p-purchase {
  padding: 55px 20px 60px;
}

.p-explain {
  margin-top: 10px;
  padding: 45px 20px 55px;
  background: url(../images/explain.jpg) no-repeat center/cover;
}
.p-explain .p-explain__txt {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 767px) {
  .p-explain .p-explain__txt {
    font-size: 18px;
  }
}

.p-history {
  padding: 30px 15px 0;
}
.p-history .p-history__inner {
  position: relative;
  padding: 30px 30px 40px;
  border: 8px solid #e6e5e5;
}
.p-history .p-history__inner::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  width: 45px;
  height: 45px;
  border-top: 8px solid #e7babf;
  border-left: 8px solid #e7babf;
}
@media (max-width: 767px) {
  .p-history .p-history__inner {
    padding: 20px 20px 30px;
  }
}
.p-history .p-history__head {
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .p-history .p-history__head {
    font-size: 16px;
  }
}
.p-history .p-history__list {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-history .p-history__list {
    margin-top: 20px;
  }
}
.p-history .p-history__list-item {
  font-size: 22px;
  line-height: 1.5;
}
.p-history .p-history__list-item + .p-history__list-item {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-history .p-history__list-item {
    font-size: 16px;
  }
}

.p-guide {
  padding: 55px 20px 60px;
}
.p-guide .p-guide__lead {
  display: inline-block;
  margin-top: 40px;
  border-bottom: 1px solid;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .p-guide .p-guide__lead {
    margin-top: 30px;
  }
}
.p-guide .p-guide__txt {
  margin-top: 35px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .p-guide .p-guide__txt {
    margin-top: 20px;
  }
}

.p-company {
  padding: 55px 20px 0;
}

.p-privacy {
  padding: 55px 20px 60px;
}