* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

input, textarea, select {
  outline: none;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.35;
  font-feature-settings: "palt" 1;
}

.container {
  max-width: 750px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .-pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .-sp {
    display: none !important;
  }
}

.section {
  padding-top: min(70 / 750 * 100vw, 70px);
  padding-bottom: min(140 / 750 * 100vw, 140px);
}

.inner {
  padding-left: min(40 / 750 * 100vw, 40px);
  padding-right: min(40 / 750 * 100vw, 40px);
}

.caption p {
  font-family: "Oswald", sans-serif;
  color: #ca0349;
  font-size: min(24 / 750 * 100vw, 24px);
  text-align: center;
  text-transform: uppercase;
}
.caption h2 {
  font-size: min(60 / 750 * 100vw, 60px);
  font-weight: bold;
  text-align: center;
  margin-top: min(20 / 750 * 100vw, 20px);
}
.caption h2 b {
  color: #ca0349;
}
.caption h2 .line {
  background: linear-gradient(transparent 60%, #ffff01 60%);
}
.caption h2 .small {
  font-size: min(45 / 750 * 100vw, 45px);
}
.caption h2 .small02 {
  font-size: min(36 / 750 * 100vw, 36px);
}

.cta__intro {
  width: min(564 / 750 * 100vw, 564px);
  margin-left: auto;
  margin-right: auto;
}
.cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(670 / 750 * 100vw, 670px);
  aspect-ratio: 670/140;
  color: #fff;
  font-size: min(40 / 750 * 100vw, 40px);
  font-weight: bold;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: drop-shadow(17.207px 24.575px 30px rgba(37, 40, 46, 0.2));
  margin-left: auto;
  margin-right: auto;
  margin-top: min(30 / 750 * 100vw, 30px);
  transition: transform 0.3s ease;
}
.cta a:hover {
  transform: translateY(-5px);
}
.cta.-green a {
  background-image: url(../image/img_ctaBtn01.png);
}
.cta.-blue a {
  background-image: url(../image/img_ctaBtn02.png);
}

.totop {
  position: fixed;
  bottom: min(350 / 750 * 100vw, 350px);
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  max-width: 750px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  pointer-events: none;
}
.totop a {
  display: inline-block;
  width: min(80 / 750 * 100vw, 80px);
  pointer-events: auto;
  transition: transform 0.3s ease;
}
.totop a:hover {
  transform: translateY(-5px);
}

.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 750px;
  width: 100%;
  min-height: min(230 / 750 * 100vw, 230px);
  margin: 0 auto;
  background-color: #fff;
  padding-top: min(30 / 750 * 100vw, 30px);
  padding-bottom: min(15 / 750 * 100vw, 15px);
  padding-left: min(15 / 750 * 100vw, 15px);
  padding-right: min(15 / 750 * 100vw, 15px);
  z-index: 10;
}
.floating__text {
  width: min(300.5 / 750 * 100vw, 300.5px);
  margin-left: auto;
  margin-right: auto;
}
.floating ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10 / 750 * 100vw, 10px);
  margin-top: min(20 / 750 * 100vw, 20px);
}
.floating ul li {
  flex: 1;
}
.floating ul li a {
  display: block;
  transition: transform 0.3s ease;
  filter: drop-shadow(17.207px 24.575px 30px rgba(37, 40, 46, 0.2));
}
.floating ul li a:hover {
  transform: translateY(-5px);
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(15 / 750 * 100vw, 15px);
}
.header__logo {
  width: min(158 / 750 * 100vw, 158px);
}
.header__tel {
  width: min(354 / 750 * 100vw, 354px);
}

.footer {
  background-color: #ca0349;
  padding-top: min(40 / 750 * 100vw, 40px);
  padding-bottom: min(270 / 750 * 100vw, 270px);
}
.footer__tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10 / 750 * 100vw, 10px);
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: min(54 / 750 * 100vw, 54px);
  line-height: 1;
}
.footer__tel a::before {
  content: "";
  display: inline-block;
  width: min(49 / 750 * 100vw, 49px);
  aspect-ratio: 1/1;
  background-image: url(../image/icon_tel.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer__date {
  color: #fff;
  font-size: min(30 / 750 * 100vw, 30px);
  text-align: center;
  line-height: 1.6;
  margin-top: min(30 / 750 * 100vw, 30px);
}
.footer__copyright {
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: min(24 / 750 * 100vw, 24px);
  font-weight: 200;
  text-align: center;
  line-height: 1;
  margin-top: min(40 / 750 * 100vw, 40px);
}

.subcaption {
  font-size: min(48 / 750 * 100vw, 48px);
  font-weight: bold;
  text-align: center;
  margin-top: min(20 / 750 * 100vw, 20px);
}
.subcaption b {
  color: #ca0349;
}
.subcaption span {
  background: linear-gradient(transparent 60%, #ffff01 60%);
}

.download {
  background-color: #f1ede8;
}
.download__document {
  margin-top: min(40 / 750 * 100vw, 40px);
}
.download__cont {
  margin-top: min(120 / 750 * 100vw, 120px);
}
.download__cont .text {
  font-size: min(48 / 750 * 100vw, 48px);
  font-weight: bold;
  text-align: center;
  margin-top: min(20 / 750 * 100vw, 20px);
}
.download__cont .text b {
  color: #ca0349;
}
.download__cont .text span {
  background: linear-gradient(transparent 60%, #ffff01 60%);
}
.download__fukidashi {
  width: min(473 / 750 * 100vw, 473px);
  margin-left: auto;
  margin-right: auto;
}
.download__img {
  width: min(670 / 750 * 100vw, 670px);
  margin-top: min(30 / 750 * 100vw, 30px);
  margin-left: max(-8 / 750 * 100vw, -8px);
}
.download__cta {
  margin-top: min(50 / 750 * 100vw, 50px);
}

.pickup__list {
  margin-top: min(72 / 750 * 100vw, 72px);
}
.pickup__listItem {
  filter: drop-shadow(8px 8px 15px rgba(0, 0, 0, 0.3));
}
.pickup__listItem + li {
  margin-top: min(60 / 750 * 100vw, 60px);
}
.pickup__listDetail {
  border-width: min(6 / 750 * 100vw, 6px);
  border-radius: min(10 / 750 * 100vw, 10px);
  border-color: #ca0349;
  border-style: solid;
  background-color: #fff;
}
.pickup__listTitle {
  position: relative;
  background-color: #ca0349;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: min(24 / 750 * 100vw, 24px);
  padding: min(25 / 750 * 100vw, 25px);
  cursor: pointer;
}
.pickup__listTitle::after {
  content: "";
  position: absolute;
  bottom: max(-6 / 750 * 100vw, -6px);
  right: max(-6 / 750 * 100vw, -6px);
  display: inline-block;
  width: min(26 / 750 * 100vw, 26px);
  aspect-ratio: 1/1;
  background-image: url(../image/icon_open.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s ease;
}
.pickup__listTitle > p {
  color: #fff;
  font-size: min(30 / 750 * 100vw, 30px);
  font-weight: bold;
}
.pickup__listTitle > ul {
  display: flex;
  align-items: center;
  gap: min(16 / 750 * 100vw, 16px);
}
.pickup__listTitle > ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(84 / 750 * 100vw, 84px);
  aspect-ratio: 1/1;
  color: #fff;
  font-size: min(24 / 750 * 100vw, 24px);
  border: 2px solid #fff;
  border-radius: 50%;
}
.pickup__listTitle.active::after {
  opacity: 0;
}
.pickup__listCont {
  position: relative;
  padding-top: min(20 / 750 * 100vw, 20px);
  padding-bottom: min(50 / 750 * 100vw, 50px);
  padding-left: min(30 / 750 * 100vw, 30px);
  padding-right: min(30 / 750 * 100vw, 30px);
}
.pickup__listCont .close {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #ca0349;
  padding-top: min(5 / 750 * 100vw, 5px);
  cursor: pointer;
}
.pickup__listCont .close img {
  width: min(17 / 750 * 100vw, 17px);
}
.pickup__listCont .image {
  display: flex;
  justify-content: space-between;
}
.pickup__listCont .image img {
  width: min(290 / 750 * 100vw, 290px);
}
.pickup__listCont .detail {
  margin-top: min(30 / 750 * 100vw, 30px);
}
.pickup__listCont .detail dt {
  width: min(263 / 750 * 100vw, 263px);
  font-size: min(24 / 750 * 100vw, 24px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border: 2px solid #333;
  border-radius: 100px;
  padding: min(10 / 750 * 100vw, 10px);
  margin-left: auto;
  margin-right: auto;
}
.pickup__listCont .detail dd {
  margin-top: min(25 / 750 * 100vw, 25px);
}
.pickup__listCont .detail dd + dt {
  margin-top: min(20 / 750 * 100vw, 20px);
}
.pickup__listCont .detail dd p {
  font-size: min(26 / 750 * 100vw, 26px);
}
.pickup__listCont .detail dd p + p {
  margin-top: 1em;
}
.pickup__listCont a {
  position: relative;
  display: block;
  width: min(420 / 750 * 100vw, 420px);
  color: #fff;
  font-size: min(30 / 750 * 100vw, 30px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #ca0349;
  border-radius: 100px;
  padding: min(20 / 750 * 100vw, 20px);
  margin-left: auto;
  margin-right: auto;
  margin-top: min(30 / 750 * 100vw, 30px);
}
.pickup__listCont a::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-width: min(4 / 750 * 100vw, 4px);
  transform: translateY(-50%) rotate(-45deg);
  right: 20px;
  top: 50%;
}
.pickup__outro {
  margin-top: min(80 / 750 * 100vw, 80px);
}
.pickup__outro .fukidashi {
  width: min(378 / 750 * 100vw, 378px);
  margin-left: auto;
  margin-right: auto;
}
.pickup__outro .list {
  margin-top: min(30 / 750 * 100vw, 30px);
}
.pickup__outro .text {
  font-size: min(48 / 750 * 100vw, 48px);
  font-weight: bold;
  text-align: center;
  margin-top: min(20 / 750 * 100vw, 20px);
}
.pickup__outro .text b {
  color: #ca0349;
}
.pickup__cta {
  margin-top: min(50 / 750 * 100vw, 50px);
}

.variations {
  background-color: #f1ede8;
}
.variations__caption {
  white-space: nowrap;
}
.variations__caption h2 {
  margin-left: max(-5 / 750 * 100vw, -5px);
}
.variations__list {
  margin-top: min(50 / 750 * 100vw, 50px);
}
.variations__listItem {
  position: relative;
}
.variations__listItem + li {
  margin-top: min(30 / 750 * 100vw, 30px);
}
.variations__listItem dl dt {
  position: absolute;
  top: min(160 / 750 * 100vw, 160px);
  left: 0;
  right: 0;
  font-size: min(40 / 750 * 100vw, 40px);
  font-weight: bold;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.variations__listItem dl dt .big {
  font-size: min(50 / 750 * 100vw, 50px);
}
.variations__listItem dl dt .small {
  font-size: min(34 / 750 * 100vw, 34px);
}
.variations__listItem dl dt .line {
  background: linear-gradient(transparent 70%, #ffff01 70%);
}
.variations__listItem dl dt b {
  color: #ca0349;
}
.variations__listItem dl dd {
  position: absolute;
  left: min(50 / 750 * 100vw, 50px);
  width: min(564 / 750 * 100vw, 564px);
  font-size: min(30 / 750 * 100vw, 30px);
  line-height: 1.6;
  font-feature-settings: "palt" 0;
}
.variations__listItem dl dd .line {
  background: linear-gradient(transparent 70%, #ffff01 70%);
}
.variations__listItem dl dd.text01 {
  top: min(720 / 750 * 100vw, 720px);
}
.variations__listItem dl dd.text02 {
  top: min(1080 / 750 * 100vw, 1080px);
}
.variations__listItem dl dd.text03 {
  top: min(660 / 750 * 100vw, 660px);
}
.variations__listItem .img {
  position: absolute;
  left: 0;
  right: 0;
  width: min(574 / 750 * 100vw, 574px);
  margin-left: auto;
  margin-right: auto;
}
.variations__listItem .img.-img01 {
  top: min(360 / 750 * 100vw, 360px);
}
.variations__listItem .img.-img03 {
  top: min(300 / 750 * 100vw, 300px);
}
.variations__cta {
  margin-top: min(50 / 750 * 100vw, 50px);
}

.review__listItem {
  border: 2px solid #d3d3d3;
  border-radius: min(12 / 750 * 100vw, 12px);
  margin-top: min(30 / 750 * 100vw, 30px);
}
.review__listDetail {
  position: relative;
  padding-top: min(25 / 750 * 100vw, 25px);
  padding-bottom: min(25 / 750 * 100vw, 25px);
  padding-left: min(35 / 750 * 100vw, 35px);
  padding-right: min(35 / 750 * 100vw, 35px);
}
.review__listDetail .title {
  position: absolute;
  top: -1em;
  left: min(35 / 750 * 100vw, 35px);
  color: #fff;
  font-size: min(30 / 750 * 100vw, 30px);
  font-weight: bold;
  line-height: 1.75;
}
.review__listDetail .title span {
  background-color: #333333;
  padding-left: min(10 / 750 * 100vw, 10px);
  padding-right: min(10 / 750 * 100vw, 10px);
}
.review__listDetail .name {
  font-size: min(30 / 750 * 100vw, 30px);
  font-weight: bold;
  text-align: right;
}
.review__listDetail .text {
  font-size: min(26 / 750 * 100vw, 26px);
  margin-top: min(30 / 750 * 100vw, 30px);
  font-feature-settings: "palt" 0;
}

.faq {
  background-color: #f1ede8;
}
.faq__list {
  margin-top: min(50 / 750 * 100vw, 50px);
}
.faq__listItem + li {
  margin-top: min(30 / 750 * 100vw, 30px);
}
.faq__listItem dl {
  background-color: #fff;
  border-radius: min(12 / 750 * 100vw, 12px);
}
.faq__listItem dl dt {
  display: flex;
  align-items: center;
  gap: min(20 / 750 * 100vw, 20px);
  font-size: min(30 / 750 * 100vw, 30px);
  font-weight: bold;
  padding-left: min(50 / 750 * 100vw, 50px);
  padding-right: min(50 / 750 * 100vw, 50px);
  padding-top: min(30 / 750 * 100vw, 30px);
  padding-bottom: min(30 / 750 * 100vw, 30px);
}
.faq__listItem dl dt::before {
  content: "Q";
  display: inline-block;
  color: #ca0349;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: min(60 / 750 * 100vw, 60px);
}
.faq__listItem dl dd {
  font-size: min(26 / 750 * 100vw, 26px);
  line-height: 1.6;
  border-top: 2px solid #d3d3d3;
  padding-left: min(50 / 750 * 100vw, 50px);
  padding-right: min(50 / 750 * 100vw, 50px);
  padding-top: min(30 / 750 * 100vw, 30px);
  padding-bottom: min(30 / 750 * 100vw, 30px);
}
.faq__listItem dl dd::before {
  content: "A";
  display: block;
  float: left;
  color: #ca0349;
  font-family: "Oswald", sans-serif;
  font-size: min(60 / 750 * 100vw, 60px);
  margin-right: min(15 / 750 * 100vw, 15px);
  line-height: 1;
}
.faq__cta {
  margin-top: min(50 / 750 * 100vw, 50px);
}

.outro ul li + li {
  border-top: 1px solid #d3d3d3;
}
.outro ul li a {
  display: block;
  font-size: min(26 / 750 * 100vw, 26px);
  padding: min(20 / 750 * 100vw, 20px);
  transition: opacity 0.3s ease;
}
.outro ul li a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */