@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  color: #250102;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}

/* component
--------------------------------------------- */
/* layout
--------------------------------------------- */
.wrapper {
  max-width: min(420px, 100%);
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .wrapper {
    max-width: min(765px, 100%);
  }
}

.inner {
  width: 100%;
  padding: 0 15px;
}
@media screen and (min-width:768px) {
  .inner {
    padding: 0 30px;
  }
}

/* CTA */
.cta {
  padding: 42px 0 37px;
  background-color: #b3283e;
}
@media screen and (min-width:768px) {
  .cta {
    padding: 84px 0 75px;
  }
}

.cta__inner {
  width: 100%;
  padding: 0 17px;
}
@media screen and (min-width:768px) {
  .cta__inner {
    padding: 0 35px;
  }
}

.cta__title-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta__content {
  padding: 0 0 12px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 27px rgba(157, 33, 53, 0.58);
          box-shadow: 0 0 27px rgba(157, 33, 53, 0.58);
  position: relative;
}
@media screen and (min-width:768px) {
  .cta__content {
    padding: 0 0 24px;
  }
}

.cta__badge {
  position: absolute;
  top: 18px;
  right: 6px;
  width: 110px;
  height: 110px;
  background-color: #b3283e;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 16px;
}
@media screen and (min-width:768px) {
  .cta__badge {
    padding-top: 34px;
    top: 32px;
    right: 12px;
    width: 220px;
    height: 220px;
  }
}

.cta__badge-title {
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.13em;
}
@media screen and (min-width:768px) {
  .cta__badge-title {
    font-size: 24px;
  }
}

.cta__badge-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#fff57f), color-stop(18%, #f4ce68), color-stop(53%, #ffffca), color-stop(79%, #fff072), to(#fff072));
  background: linear-gradient(to right, #fff57f 0%, #f4ce68 18%, #ffffca 53%, #fff072 79%, #fff072 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.cta__badge-number .top .number {
  font-size: 39px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .cta__badge-number .top .number {
    font-size: 77px;
  }
}
.cta__badge-number .top .percent {
  font-size: 27px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .cta__badge-number .top .percent {
    font-size: 54px;
  }
}
.cta__badge-number .bottom .md {
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
}
@media screen and (min-width:768px) {
  .cta__badge-number .bottom .md {
    font-size: 60px;
  }
}

.cta__top-photo {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cta__before-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
@media screen and (min-width:768px) {
  .cta__before-price {
    gap: 24px;
  }
}
.cta__before-price .left {
  margin-top: 1px;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.01em;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  .cta__before-price .left {
    margin-top: 3px;
    font-size: 28px;
  }
}
.cta__before-price .num {
  font-family: "Noto Serif JP", serif;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .cta__before-price .num {
    font-size: 42px;
  }
}
.cta__before-price .unit {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 17.5px;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .cta__before-price .unit {
    font-size: 35px;
  }
}
.cta__before-price .bottom {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 7px;
  letter-spacing: 0.21em;
  font-weight: 400;
  position: relative;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
@media screen and (min-width:768px) {
  .cta__before-price .bottom {
    font-size: 12px;
  }
}
.cta__before-price .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cta__after-price {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (min-width:768px) {
  .cta__after-price {
    margin-top: 20px;
    gap: 24px;
  }
}
.cta__after-price .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.cta__after-price .left::before {
  content: "";
  position: absolute;
  top: -16px;
  right: 48px;
  background-image: url(../img/cta-triangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: inline-block;
  width: 27px;
  height: 6px;
}
@media screen and (min-width:768px) {
  .cta__after-price .left::before {
    top: -30px;
    right: 90px;
    width: 54px;
    height: 12px;
  }
}
.cta__after-price .left .number {
  font-family: "Noto Serif JP", serif;
  color: #b2253c;
  font-size: 58.25px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .cta__after-price .left .number {
    font-size: 116.5px;
  }
}
.cta__after-price .left .unit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cta__after-price .left .tax {
  color: #b2253c;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  position: relative;
  -webkit-transform: translate(1px, 3px);
          transform: translate(1px, 3px);
}
@media screen and (min-width:768px) {
  .cta__after-price .left .tax {
    font-size: 22px;
    -webkit-transform: translate(2px, 10px);
            transform: translate(2px, 10px);
  }
}
.cta__after-price .left .yen {
  font-family: "Noto Serif JP", serif;
  color: #b2253c;
  font-size: 44px;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .cta__after-price .left .yen {
    font-size: 88px;
  }
}
.cta__after-price .right {
  padding: 2px 4px;
  border: 1.5px solid #b2253c;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
@media screen and (min-width:768px) {
  .cta__after-price .right {
    border: 3px solid #b2253c;
    width: 100px;
    height: 100px;
    padding: 4px 8px;
  }
}
.cta__after-price .right .top,
.cta__after-price .right .bottom {
  font-size: 18.5px;
  color: #b2253c;
  letter-spacing: 0.03em;
  font-weight: 500;
  line-height: 1.1111706402;
}
@media screen and (min-width:768px) {
  .cta__after-price .right .top,
  .cta__after-price .right .bottom {
    font-size: 37px;
  }
}

.cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media screen and (min-width:768px) {
  .cta__list {
    gap: 36px;
  }
}

.cta__list-item {
  margin-top: 24px;
  width: 125px;
  height: 72.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1.5px solid #b2253c;
  color: #b2253c;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
}
@media screen and (min-width:768px) {
  .cta__list-item {
    border: 3px solid #b2253c;
    margin-top: 48px;
    width: 250px;
    height: 145px;
    font-size: 30px;
  }
}
.cta__list-item .md {
  font-size: 17px;
}
@media screen and (min-width:768px) {
  .cta__list-item .md {
    font-size: 35px;
  }
}
.cta__list-item .lg {
  font-size: 20px;
}
@media screen and (min-width:768px) {
  .cta__list-item .lg {
    font-size: 40px;
  }
}
.cta__list-item .any01 {
  position: relative;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (min-width:768px) {
  .cta__list-item .any01 {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.cta__list-item .any02 {
  position: relative;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
@media screen and (min-width:768px) {
  .cta__list-item .any02 {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.cta__list-item .twice {
  position: relative;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media screen and (min-width:768px) {
  .cta__list-item .twice {
    -webkit-transform: translateY(9px);
            transform: translateY(9px);
  }
}
.cta__list-item .sm-price {
  color: #b2253c;
  text-align: center;
  font-size: 12.5px;
  font-weight: 600;
  position: relative;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  letter-spacing: 0.01em;
}
@media screen and (min-width:768px) {
  .cta__list-item .sm-price {
    font-size: 25px;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

.cta__coupon {
  margin: 10px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 15px;
  text-align: center;
  background-color: #b2253c;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media screen and (min-width:768px) {
  .cta__coupon {
    margin: 20px auto 0;
    font-size: 35px;
    padding: 14px 30px;
  }
}
.cta__coupon::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 100%;
  height: 15px;
  background-color: #b2253c;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
          clip-path: polygon(0 0, 100% 0, 50% 100%, 0 0);
}
@media screen and (min-width:768px) {
  .cta__coupon::after {
    height: 20px;
    bottom: -19px;
  }
}
.cta__coupon .md {
  color: #FFFFFF;
}
.cta__coupon .marker {
  padding: 0 4px;
  margin: 0 2px;
  color: #b2253c;
  background-color: #fffd55;
}
@media screen and (min-width:768px) {
  .cta__coupon .marker {
    padding: 0 8px;
    margin: 0 4px;
  }
}

.cta__btn-wrap {
  margin-top: 40px;
  text-align: center;
  position: relative;
}
@media screen and (min-width:768px) {
  .cta__btn-wrap {
    margin-top: 80px;
  }
}

.cta-btn {
  display: block;
}

.cta__text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -17px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
}
@media screen and (min-width:768px) {
  .cta__text {
    gap: 6px;
    top: -35px;
  }
}
.cta__text img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5px;
          flex: 0 0 5px;
  width: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .cta__text img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10px;
            flex: 0 0 10px;
    width: 10px;
  }
}
.cta__text .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (min-width:768px) {
  .cta__text .text {
    font-size: 32px;
  }
}

.cta__notice {
  margin-top: 10px;
  padding: 0 12px;
}
@media screen and (min-width:768px) {
  .cta__notice {
    margin-top: 20px;
    padding: 0 30px;
  }
}

.cta__notice-text {
  font-size: 7.5px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .cta__notice-text {
    font-size: 15px;
  }
}
.cta__notice-text.lg {
  font-size: 12px;
  margin-right: -25px;
}
@media screen and (min-width:768px) {
  .cta__notice-text.lg {
    margin-right: -50px;
    font-size: 24px;
  }
}
.cta__notice-text .colored {
  color: #f6ff00;
}

/* footer */
.footer {
  background-color: #bf1f57;
  padding: 12px 0 12px;
}
@media screen and (min-width:768px) {
  .footer {
    padding: 24px 0 24px;
  }
}

.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (min-width:768px) {
  .footer__nav-list {
    gap: 20px;
  }
}

.footer__nav-link {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  .footer__nav-link {
    font-size: 24px;
  }
}

.footer__nav-line {
  display: inline-block;
  width: 0.5px;
  height: 12px;
  background-color: #FFFFFF;
  position: relative;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (min-width:768px) {
  .footer__nav-line {
    height: 24px;
    width: 1px;
  }
}

.footer__copyright {
  margin-top: 6px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #FFFFFF;
  font-size: 12px;
}
@media screen and (min-width:768px) {
  .footer__copyright {
    margin-top: 12px;
    font-size: 24px;
  }
}

/* privacy row */
.tokutei {
  padding: 64px 0;
}

.tokutei__area:not(:first-child) {
  margin-top: 48px;
}

.tokutei__heading {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (min-width:768px) {
  .tokutei__heading {
    font-size: 48px;
  }
}

.tokutei__table-wrap {
  margin-top: 24px;
}

.tokutei__table {
  border: 1px solid #ccc;
}

.tokutei__table-head,
.tokutei__table-data {
  padding: 16px 8px;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width:768px) {
  .tokutei__table-head,
  .tokutei__table-data {
    font-size: 24px;
  }
}

.tokutei__table-head {
  width: 120px;
  background-color: #e4e4e4;
}
@media screen and (min-width:768px) {
  .tokutei__table-head {
    width: 200px;
  }
}

.tokutei__notice {
  margin-bottom: 16px;
}

.tokutei__notice-text {
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (min-width:768px) {
  .tokutei__notice-text {
    font-size: 24px;
  }
}

.tokutei__bottom-notice {
  margin-top: 16px;
}

.tokutei__link-wrap {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .tokutei__link-wrap {
    margin-top: 48px;
  }
}

.tokutei__link {
  color: #b2253c;
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
}
@media screen and (min-width:768px) {
  .tokutei__link {
    font-size: 32px;
  }
}

.tokutei__copyright {
  margin-top: 10px;
  text-align: center;
}

.tokutei__copyright-text {
  font-size: 12px;
}

/* sp01
--------------------------------------------- */
.sp01-1__content1 {
  background: url(../img/sec01-bg01.webp) no-repeat center center/cover;
  position: relative;
  text-align: center;
  padding-top: 27px;
  padding-bottom: 67px;
}
@media screen and (min-width:768px) {
  .sp01-1__content1 {
    padding-top: 54px;
    padding-bottom: 134px;
  }
}

.sp01-1__content1-title {
  font-family: "Noto Serif JP", serif;
  font-size: 31.5px;
  line-height: 1.2;
  letter-spacing: 9.45px;
  text-align: center;
  color: #5c2a37;
}
@media screen and (min-width:768px) {
  .sp01-1__content1-title {
    font-size: 63px;
    letter-spacing: 20.4px;
  }
}

.sp01-1__content1-deco {
  width: 45px;
  height: 19.5px;
  margin-inline: auto;
  margin-top: 15px;
}
@media screen and (min-width:768px) {
  .sp01-1__content1-deco {
    width: 90px;
    height: 39px;
    margin-top: 30px;
  }
}

.sp01-1__content1-main {
  margin-top: 14px;
}
@media screen and (min-width:768px) {
  .sp01-1__content1-main {
    margin-top: 28px;
  }
}
.sp01-1__content1-img {
  margin-top: 13px;
}
@media screen and (min-width:768px) {
  .sp01-1__content1-img {
    margin-top: 36px;
  }
}
.sp01-1__content1-text2 {
  font-size: 13px;
  font-weight: 500;
  margin-top: 20px;
  color: #5c2a37;
  text-align: center;
}
@media screen and (min-width:768px) {
  .sp01-1__content1-text2 {
    font-size: 26px;
    margin-top: 40px;
  }
}
.sp01-1__content1-text2 .ruby {
  display: inline-block;
  position: relative;
}
.sp01-1__content1-text2 .ruby .rt {
  position: absolute;
  display: inline-block;
  top: -5px;
  left: 0;
  font-size: 8px;
}
@media screen and (min-width:768px) {
  .sp01-1__content1-text2 .ruby .rt {
    top: -9px;
    left: -1px;
    font-size: 16px;
  }
}

.sp01-1__content1-notice {
  font-size: 10px;
  font-family: "Noto Serif JP", serif;
  color: #5c2a37;
  text-align: right;
}
@media screen and (min-width:768px) {
  .sp01-1__content1-notice {
    font-size: 20px;
  }
}

.sp01-1__content1-text3 {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 26px;
  color: #5c2a37;
  letter-spacing: 0.1em;
  background-color: #FFFFFF;
  padding: 15px 17px;
  margin-top: 25px;
  margin-inline: auto;
  -webkit-box-shadow: 2.12px 2.12px 5px 1px rgba(0, 0, 0, 0.11);
          box-shadow: 2.12px 2.12px 5px 1px rgba(0, 0, 0, 0.11);
}
.sp01-1__content1-text3 span {
  font-size: 20px;
}
@media screen and (min-width:768px) {
  .sp01-1__content1-text3 {
    margin-top: 50px;
    font-size: 52px;
    padding: 30px 34px;
  }
  .sp01-1__content1-text3 span {
    font-size: 40px;
  }
}

.sp01-1__more {
  font-family: "Noto Serif JP", serif;
  font-size: 18.96px;
  background-color: #FFFFFF;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  -webkit-box-shadow: 2.12px 2.12px 5px rgba(0, 0, 0, 0.11);
          box-shadow: 2.12px 2.12px 5px rgba(0, 0, 0, 0.11);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -40px;
}
@media screen and (min-width:768px) {
  .sp01-1__more {
    font-size: 37.92px;
    width: 180px;
    height: 180px;
    bottom: -80px;
  }
}

.sp01-1__content2 {
  color: #5c2a37;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 400;
  background: url(../img/sec01-bg02.webp) no-repeat center center/cover;
  padding-top: 74px;
  padding-bottom: 32.5px;
}
@media screen and (min-width:768px) {
  .sp01-1__content2 {
    padding-top: 148px;
    padding-bottom: 65px;
  }
}

.sp01-1__content2-lead {
  font-size: 25px;
}
.sp01-1__content2-lead span {
  font-size: 22.5px;
}
@media screen and (min-width:768px) {
  .sp01-1__content2-lead {
    font-size: 50px;
  }
  .sp01-1__content2-lead span {
    font-size: 45px;
  }
}

.sp01-1__content2-text {
  font-size: 49px;
  margin-bottom: 15px;
}
@media screen and (min-width:768px) {
  .sp01-1__content2-text {
    font-size: 98px;
    margin-bottom: 30px;
  }
}
.sp01-1__content2-text::before {
  content: "[";
  font-weight: 300;
  margin-right: 17px;
}
@media screen and (min-width:768px) {
  .sp01-1__content2-text::before {
    margin-right: 34px;
  }
}
.sp01-1__content2-text::after {
  content: "]";
  margin-left: 17px;
}
@media screen and (min-width:768px) {
  .sp01-1__content2-text::after {
    margin-left: 34px;
  }
}

.sp01-1__content2-img {
  width: 90%;
  margin-inline: auto;
}

.sp01-2 {
  background: url(../img/sec02-bg01.webp) no-repeat center center/cover;
  padding-bottom: 39px;
}
@media screen and (min-width:768px) {
  .sp01-2 {
    padding-bottom: 78px;
  }
}

.sp01-2__heading {
  margin-top: 50px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .sp01-2__heading {
    margin-top: 100px;
  }
}

.sp01-2__heading-top {
  color: #c62259;
  font-size: 15px;
}
@media screen and (min-width:768px) {
  .sp01-2__heading-top {
    font-size: 30px;
  }
}

.sp01-2__heading-main {
  margin-top: 17px;
  font-family: "Noto Serif JP", serif;
  color: #FFFFFF;
  display: inline-block;
  background-color: #c62259;
  font-size: 35.3px;
  padding-inline: 18px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (min-width:768px) {
  .sp01-2__heading-main {
    margin-top: 37px;
    font-size: 71px;
    padding-inline: 36px;
    padding-bottom: 20px;
  }
}
.sp01-2__heading-main::after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #c62259;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .sp01-2__heading-main::after {
    height: 30px;
  }
}

.sp01-2__heading-sub {
  margin-top: 26px;
  font-family: "Noto Serif JP", serif;
  color: #c62259;
  font-size: 17.5px;
}
.sp01-2__heading-sub .is-sm {
  font-size: 13.5px;
}
@media screen and (min-width:768px) {
  .sp01-2__heading-sub {
    margin-top: 52px;
    font-size: 35px;
  }
  .sp01-2__heading-sub .is-sm {
    font-size: 27px;
  }
}

.sp01-2__voices {
  margin-top: 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (min-width:768px) {
  .sp01-2__voices {
    margin-top: 74px;
    gap: 100px;
  }
}
.sp01-2__voices :nth-of-type(2) .sp01-2__voice-box {
  margin-right: auto;
}

.sp01-2__voice-head {
  font-family: "Noto Serif JP", serif;
  color: #c62259;
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: 18px;
  position: relative;
  padding-left: 24px;
}
@media screen and (min-width:768px) {
  .sp01-2__voice-head {
    font-size: 36px;
    padding-left: 48px;
  }
}
.sp01-2__voice-head .is-lg {
  font-size: 32px;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  .sp01-2__voice-head .is-lg {
    font-size: 64px;
  }
}
.sp01-2__voice-head::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/voice-line.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 141.5px;
  height: 1.5px;
}
@media screen and (min-width:768px) {
  .sp01-2__voice-head::after {
    width: 283px;
    height: 3px;
  }
}

.sp01-2__voice-box {
  width: 96%;
  background-color: #ffffff;
  padding: 20px 22px 17px 11px;
  position: relative;
  margin-left: auto;
}
@media screen and (min-width:768px) {
  .sp01-2__voice-box {
    padding: 40px 44px 34px 22px;
  }
}

.sp01-2__voice-img {
  position: absolute;
  display: inline-block;
  width: 40%;
  top: -80px;
  right: 33px;
}
@media screen and (min-width:768px) {
  .sp01-2__voice-img {
    top: -100px;
    right: 26px;
  }
}

.sp01-2__voice-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  z-index: 2;
  position: relative;
}
@media screen and (min-width:768px) {
  .sp01-2__voice-title {
    gap: 10px;
  }
}

.sp01-2__voice-main {
  font-family: "Noto Serif JP", serif;
  background-color: #c62259;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFFFFF;
  font-size: 22.5px;
  padding: 10px 8px;
}
@media screen and (min-width:768px) {
  .sp01-2__voice-main {
    font-size: 45px;
    padding: 20px 16px;
  }
}

.sp01-2__voice-info {
  display: inline-block;
  margin-top: 7px;
  font-family: "Noto Serif JP", serif;
  color: #c62259;
  font-size: 16px;
  border: 1px solid #c62259;
  padding: 4px 5px;
}
@media screen and (min-width:768px) {
  .sp01-2__voice-info {
    margin-top: 14px;
    font-size: 32px;
    padding: 8px 10px;
  }
}
.sp01-2__voice-info span {
  font-size: 13px;
}
@media screen and (min-width:768px) {
  .sp01-2__voice-info span {
    font-size: 26px;
  }
}

.sp01-2__voice-text {
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .sp01-2__voice-text {
    font-size: 28px;
    margin-top: 44px;
  }
}

.sp01-2__pr-wrap {
  text-align: right;
}

.sp01-2__voice-pr {
  width: 25px;
  height: 15px;
  display: inline-grid;
  place-items: center;
  color: #5c2a37;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 200;
  border: 1.5px solid #5c2a37;
  margin-top: 17px;
  margin-left: auto;
}
@media screen and (min-width:768px) {
  .sp01-2__voice-pr {
    font-size: 20px;
    width: 50px;
    height: 30px;
    margin-top: 34px;
  }
}

.sp01-3 {
  padding-top: 45px;
}
@media screen and (min-width:768px) {
  .sp01-3 {
    padding-top: 90px;
  }
}

.sp01-3__bg {
  background: url(../img/sec03-bg01.webp) no-repeat center center/cover;
}

.sp01-3__heading {
  text-align: center;
}

.sp01-3__heading-lead {
  font-family: "Noto Serif JP", serif;
  padding: 7px 9px;
  font-size: 20.5px;
  background-color: #c62259;
  display: inline-block;
  color: #FFFFFF;
  position: relative;
}
@media screen and (min-width:768px) {
  .sp01-3__heading-lead {
    font-size: 41px;
    padding: 14px 18px;
  }
}
.sp01-3__heading-lead::after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #c62259;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .sp01-3__heading-lead::after {
    width: 4px;
    height: 30px;
  }
}

.sp01-3__heading-main {
  margin-top: 7px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #5c2a37;
  font-size: 30px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .sp01-3__heading-main {
    font-size: 60px;
    margin-top: 14px;
  }
}
.sp01-3__heading-main .is-lg {
  font-size: 40px;
}
@media screen and (min-width:768px) {
  .sp01-3__heading-main .is-lg {
    font-size: 80px;
  }
}
.sp01-3__heading-main .is-sm {
  font-size: 25px;
}
@media screen and (min-width:768px) {
  .sp01-3__heading-main .is-sm {
    font-size: 50px;
  }
}

.sp01-3__introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 10px;
  margin-top: 13px;
}
@media screen and (min-width:768px) {
  .sp01-3__introduction {
    margin-top: 26px;
  }
}

.sp01-3__introduction-wrap {
  width: 53%;
  height: auto;
  padding-left: 10px;
}
@media screen and (min-width:768px) {
  .sp01-3__introduction-wrap {
    padding-left: 20px;
  }
}

.sp01-3__introduction-info {
  color: #5c2a37;
  text-align: center;
  padding-inline: 35px;
  padding-top: 33px;
  padding-bottom: 25px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0.35px 3.98px 27px rgba(0, 0, 0, 0.09);
          box-shadow: 0.35px 3.98px 27px rgba(0, 0, 0, 0.09);
  margin-top: 50px;
  position: relative;
}
@media screen and (min-width:768px) {
  .sp01-3__introduction-info {
    padding-top: 66px;
    margin-top: 100px;
    padding-inline: 70px;
    padding-bottom: 50px;
  }
}

.sp01-3__introduction-info__title {
  font-family: "Noto Serif JP", serif;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#b37000), color-stop(50%, #ffd966), to(#b37000));
  background: linear-gradient(90deg, #b37000 0%, #ffd966 50%, #b37000 100%);
  -webkit-box-shadow: 3px 3px 2px rgba(0, 34, 27, 0.14);
          box-shadow: 3px 3px 2px rgba(0, 34, 27, 0.14);
  letter-spacing: 0.1em;
  color: #FFFFFF;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-block: 4px;
  padding-inline: 9px;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .sp01-3__introduction-info__title {
    top: -20px;
    padding-block: 8px;
    padding-inline: 18px;
    font-size: 30px;
  }
}

.sp01-3__introduction-deco1,
.sp01-3__introduction-deco2 {
  width: 12px;
  height: 12px;
  position: absolute;
}
@media screen and (min-width:768px) {
  .sp01-3__introduction-deco1,
  .sp01-3__introduction-deco2 {
    width: 24px;
    height: 24px;
  }
}

.sp01-3__introduction-deco1 {
  top: 6px;
  left: 6px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width:768px) {
  .sp01-3__introduction-deco1 {
    top: 12px;
    left: 12px;
  }
}

.sp01-3__introduction-deco2 {
  bottom: 6px;
  right: 6px;
}
@media screen and (min-width:768px) {
  .sp01-3__introduction-deco2 {
    bottom: 12px;
    right: 12px;
  }
}

.sp01-3__introduction-info__name {
  font-family: "Noto Serif JP", serif;
  font-size: 29px;
  font-weight: 600;
  white-space: nowrap;
}
@media screen and (min-width:768px) {
  .sp01-3__introduction-info__name {
    font-size: 58px;
  }
}

.sp01-3__introduction-info__sub {
  font-size: 14px;
}
@media screen and (min-width:768px) {
  .sp01-3__introduction-info__sub {
    font-size: 28px;
  }
}

.sp01-3__introduction-info__sub2 {
  font-size: 15px;
  font-weight: 600;
}
@media screen and (min-width:768px) {
  .sp01-3__introduction-info__sub2 {
    font-size: 30px;
  }
}

.sp01-3__introduction-img {
  width: 48%;
  margin-left: auto;
}

.sp01-3__texts {
  position: relative;
  margin-top: -72px;
  padding-top: 50px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  padding-inline: 23px;
  font-size: 14px;
  font-weight: 500;
  color: #5c2a37;
  padding-bottom: 52px;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .sp01-3__texts {
    padding-top: 100px;
    gap: 56px;
    padding-inline: 46px;
    font-size: 28px;
    padding-bottom: 104px;
  }
}
.sp01-3__texts::before {
  content: "";
  background: url(../img/bottom-gold-triangle.png) no-repeat center center/cover;
  position: absolute;
  width: 100%;
  height: 25px;
  top: -24px;
  left: 0;
}
@media screen and (min-width:768px) {
  .sp01-3__texts::before {
    height: 50px;
    top: -48px;
  }
}

.sp01-3__text .is-colored {
  color: #c62259;
}
.sp01-3__text .is-border {
  border-bottom: 1px solid #5c2a37;
}

/* sp02
--------------------------------------------- */
.sp02-1-content1 {
  background: url(../img/sec04-bg01.webp) no-repeat center center/cover;
  position: relative;
  width: 100%;
  height: auto;
  padding-inline: 15px;
  padding-bottom: 19px;
}
@media screen and (min-width:768px) {
  .sp02-1-content1 {
    padding-inline: 30px;
    padding-bottom: 38px;
  }
}
.sp02-1-content1::after {
  content: "";
  background: url(../img/sec04-bg02.webp) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: -26px;
  width: 100%;
  height: 30px;
}
@media screen and (min-width:768px) {
  .sp02-1-content1::after {
    width: 768px;
    height: 60px;
    bottom: -52px;
  }
}

.sp02-1-content1__heading-top {
  padding-top: 45px;
  text-align: center;
  font-size: 15px;
}
@media screen and (min-width:768px) {
  .sp02-1-content1__heading-top {
    padding-top: 90px;
    font-size: 30px;
  }
}

.sp02-1-content1__heading-main {
  margin-top: 12px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  letter-spacing: 0.111em;
  max-width: 203px;
  margin-inline: auto;
  position: relative;
  font-weight: 500;
}
.sp02-1-content1__heading-main span {
  letter-spacing: -0.04em;
}
@media screen and (min-width:768px) {
  .sp02-1-content1__heading-main {
    margin-top: 24px;
    font-size: 60px;
    max-width: 406px;
  }
}
.sp02-1-content1__heading-main::before {
  content: "";
  display: block;
  background: url(../img/sp-02-title-left.webp) no-repeat left top/contain;
  width: 24px;
  height: 84px;
  position: absolute;
  left: -27px;
  top: 4px;
}
@media screen and (min-width:768px) {
  .sp02-1-content1__heading-main::before {
    width: 48px;
    height: 168px;
    top: 8px;
    left: -54px;
  }
}
.sp02-1-content1__heading-main::after {
  content: "";
  display: block;
  background: url(../img/sp-02-title-right.webp) no-repeat right top/contain;
  width: 24px;
  height: 84px;
  position: absolute;
  right: -27px;
  top: 4px;
}
@media screen and (min-width:768px) {
  .sp02-1-content1__heading-main::after {
    width: 48px;
    height: 168px;
    top: 8px;
    right: -54px;
  }
}

.sp02-1-content1__arrow {
  margin-top: 6px;
  margin-inline: auto;
  width: 7.5px;
  height: 14px;
}
@media screen and (min-width:768px) {
  .sp02-1-content1__arrow {
    margin-top: 12px;
    width: 15px;
    height: 28px;
  }
}

.sp02-1-content1__lists {
  margin-top: 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
  margin-left: 28px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (min-width:768px) {
  .sp02-1-content1__lists {
    margin-top: 60px;
    gap: 56px;
    margin-left: 56px;
  }
}

.sp02-1-content1__list {
  font-size: 16px;
  letter-spacing: 0.051em;
  padding-left: 33px;
  background: url(../img/list-icon.webp) no-repeat left center/contain;
  background-size: 22px auto;
}
@media screen and (min-width:768px) {
  .sp02-1-content1__list {
    padding-left: 66px;
    font-size: 32px;
    background-size: 44px auto;
  }
}
.sp02-1-content1__list .is-colored {
  color: #ac2336;
  border-bottom: 1px solid #b2253c;
}

.sp02-1-content1-img {
  margin-top: 23px;
  position: relative;
  padding-bottom: 20px;
  width: 90%;
  height: auto;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .sp02-1-content1-img {
    margin-top: 46px;
  }
}

.sp02-1-content2 {
  background-color: #c01f56;
  padding-inline: 15px;
  padding-bottom: 13px;
  padding-top: 78px;
}
@media screen and (min-width:768px) {
  .sp02-1-content2 {
    padding-inline: 30px;
    padding-bottom: 36px;
    padding-top: 156px;
  }
}

.sp02-1-content2__contents {
  position: relative;
  background-color: #FFFFFF;
  padding-bottom: 33px;
  text-align: center;
  padding-top: 28px;
}
@media screen and (min-width:768px) {
  .sp02-1-content2__contents {
    padding-bottom: 66px;
    padding-top: 56px;
  }
}
.sp02-1-content2__contents::before, .sp02-1-content2__contents::after {
  content: "";
  width: 95%;
  height: 15px;
}
@media screen and (min-width:768px) {
  .sp02-1-content2__contents::before, .sp02-1-content2__contents::after {
    height: 30px;
  }
}
.sp02-1-content2__contents::before {
  background: url(../img/sp02-1-deco1.webp) no-repeat center center/contain;
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .sp02-1-content2__contents::before {
    top: 20px;
  }
}
.sp02-1-content2__contents::after {
  background: url(../img/sp02-1-deco2.webp) no-repeat center center/contain;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .sp02-1-content2__contents::after {
    bottom: 20px;
  }
}

.sp02-1-content2__lead {
  text-align: center;
  font-size: 30px;
  background: linear-gradient(155deg, #e4155c 0%, #e4155c 50%, #b81352 50%, #b81352 100%);
  letter-spacing: 0.031em;
  font-weight: 500;
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  padding: 3px 5px;
  display: inline-block;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width:768px) {
  .sp02-1-content2__lead {
    font-size: 60px;
    padding: 6px 10px;
  }
}
.sp02-1-content2__lead::after {
  content: "";
  width: 2px;
  height: 15px;
  background-color: #c62259;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width:768px) {
  .sp02-1-content2__lead::after {
    width: 4px;
    height: 30px;
  }
}

.sp02-1-content2__title {
  margin-top: 17px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  color: #624b42;
  font-size: 29.5px;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .sp02-1-content2__title {
    font-size: 59px;
    margin-top: 34px;
  }
}
.sp02-1-content2__title .is-lg {
  color: #c01f56;
  font-size: 67.5px;
  letter-spacing: 0.071em;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .sp02-1-content2__title .is-lg {
    font-size: 135px;
  }
}

.sp02-1-content2__title-sub {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 27.5px;
  font-weight: 600;
  margin-bottom: 26px;
  color: #624b42;
}
@media screen and (min-width:768px) {
  .sp02-1-content2__title-sub {
    font-size: 55px;
    margin-bottom: 52px;
  }
}
.sp02-1-content2__title-sub span {
  font-size: 17px;
}
@media screen and (min-width:768px) {
  .sp02-1-content2__title-sub span {
    font-size: 34px;
  }
}

.sp02-1-content2__img01 {
  position: relative;
}

.sp02-1-content2__img01-text {
  position: absolute;
  bottom: 20px;
  right: 0;
}

.sp02-1-content2__text-wrap {
  padding-top: 30px;
  padding-bottom: 35px;
  background: url(../img/sp04-maru-bg.png) no-repeat center center/cover;
}
@media screen and (min-width:768px) {
  .sp02-1-content2__text-wrap {
    padding-top: 60px;
    padding-bottom: 70px;
  }
}

.sp02-1-content2__text {
  color: #624b42;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.011em;
  padding-inline: 10px;
  text-align: left;
}
@media screen and (min-width:768px) {
  .sp02-1-content2__text {
    font-size: 27px;
    padding-inline: 20px;
  }
}

.sp02-1-content2__img02 {
  margin-top: 12px;
}
@media screen and (min-width:768px) {
  .sp02-1-content2__img02 {
    margin-top: 36px;
  }
}

.sp02-1-content2__text2 {
  margin-inline: auto;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#3e1f00), color-stop(50%, #d7b98e), to(#3e1f00));
  background: linear-gradient(90deg, #3e1f00 0%, #d7b98e 50%, #3e1f00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: -0.029em;
}
@media screen and (min-width:768px) {
  .sp02-1-content2__text2 {
    font-size: 52px;
  }
}
.sp02-1-content2__text2 .is-sm {
  font-size: 17px;
  letter-spacing: 0.011em;
}
@media screen and (min-width:768px) {
  .sp02-1-content2__text2 .is-sm {
    font-size: 34px;
  }
}

.sp02-1-content2__img03 {
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .sp02-1-content2__img03 {
    margin-top: 40px;
  }
}

.sp02-2__heading {
  position: relative;
}
.sp02-2__heading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  height: 100%;
  background: url(../img/sp02-2-title.webp) no-repeat center center/contain;
  pointer-events: none;
}

.sp02-2__img01 {
  margin-top: 35px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width:768px) {
  .sp02-2__img01 {
    margin-top: 70px;
  }
}

.sp02-2__lead {
  font-size: 25.5px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  color: #624b42;
  margin-top: 41px;
}
@media screen and (min-width:768px) {
  .sp02-2__lead {
    margin-top: 82px;
    font-size: 52px;
  }
}

.sp02-2__text {
  text-align: center;
  font-size: 20.6px;
  font-weight: 700;
  margin-top: 22.5px;
}
@media screen and (min-width:768px) {
  .sp02-2__text {
    font-size: 41.2px;
    margin-top: 45px;
  }
}
.sp02-2__text .is-lg {
  font-size: 37px;
  color: #b2253c;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  .sp02-2__text .is-lg {
    font-size: 74px;
  }
}

.sp02-2__img02 {
  margin-top: 22px;
  margin-bottom: 22px;
}
@media screen and (min-width:768px) {
  .sp02-2__img02 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
}

.sp02-2__notice {
  padding-inline: 17px;
  font-size: 10px;
  letter-spacing: -0.009em;
  font-weight: 700;
  color: #624b42;
}
@media screen and (min-width:768px) {
  .sp02-2__notice {
    padding-inline: 34px;
    font-size: 20px;
  }
}
.sp02-2__notice + .sp02-2__notice {
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  .sp02-2__notice + .sp02-2__notice {
    margin-top: 20px;
  }
}

.sp02-2__img03 {
  position: relative;
  margin-top: 22px;
}
@media screen and (min-width:768px) {
  .sp02-2__img03 {
    margin-top: 44px;
  }
}

.sp02-2__img03-text {
  position: absolute;
  top: 17px;
  right: 20px;
  width: 33%;
  height: auto;
}
@media screen and (min-width:900px) {
  .sp02-2__img03-text {
    top: 34px;
    right: 40px;
  }
}

/* sp03
--------------------------------------------- */
.sp03-1 {
  position: relative;
}
.sp03-1::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
  display: inline-block;
  width: 1px;
  height: 41px;
  background-color: #FFFFFF;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .sp03-1::after {
    height: 82px;
    bottom: -41px;
  }
}
.sp03-1 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp03-2 {
  background: url(../img/sp03-2-bg.webp), #feeeef;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.sp-03-2__heading {
  position: relative;
}
.sp-03-2__heading img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp03-2__title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 24px;
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: 400;
  color: #FFFFFF;
}
@media screen and (min-width:768px) {
  .sp03-2__title {
    bottom: 48px;
    font-size: 60px;
  }
}
.sp03-2__title .root {
  display: inline-block;
  position: relative;
}
.sp03-2__title .ruby {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -0.6em;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  letter-spacing: 0.65em;
}
@media screen and (min-width:768px) {
  .sp03-2__title .ruby {
    font-size: 15px;
    letter-spacing: 1.3em;
  }
}

.sp03-2__content {
  padding: 20px 0 27px;
}
@media screen and (min-width:768px) {
  .sp03-2__content {
    padding: 40px 0 54px;
  }
}

.sp03-2__items {
  margin-top: 23px;
}
@media screen and (min-width:768px) {
  .sp03-2__items {
    margin-top: 46px;
  }
}

.sp03-2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp03-2__item:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.sp03-2__item:nth-of-type(1) {
  margin-right: 15px;
}
@media screen and (min-width:768px) {
  .sp03-2__item:nth-of-type(1) {
    margin-right: 30px;
  }
}
.sp03-2__item:nth-of-type(1) .sp03-2__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 18px 6px 18px 70px;
  margin-left: -62px;
}
@media screen and (min-width:768px) {
  .sp03-2__item:nth-of-type(1) .sp03-2__body {
    padding: 24px 10px 24px 145px;
    margin-left: -124px;
  }
}
.sp03-2__item:nth-of-type(2) {
  margin-left: 15px;
}
@media screen and (min-width:768px) {
  .sp03-2__item:nth-of-type(2) {
    margin-left: 30px;
  }
}
.sp03-2__item:nth-of-type(2) .sp03-2__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 20px;
  margin-right: -65px;
  padding: 18px 62.5px 38px 6px;
}
@media screen and (min-width:768px) {
  .sp03-2__item:nth-of-type(2) .sp03-2__body {
    margin-top: 40px;
    margin-right: -130px;
    padding: 20px 125px 60px 20px;
  }
}
.sp03-2__item:nth-of-type(2) .sp03-2__photo {
  margin-top: 22px;
}
@media screen and (min-width:768px) {
  .sp03-2__item:nth-of-type(2) .sp03-2__photo {
    margin-top: 41px;
  }
}
.sp03-2__item:nth-of-type(3) {
  margin-right: 15px;
}
@media screen and (min-width:768px) {
  .sp03-2__item:nth-of-type(3) {
    margin-right: 30px;
  }
}
.sp03-2__item:nth-of-type(3) .sp03-2__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 25px;
  margin-left: -70px;
  padding: 24px 5px 18px 76px;
}
@media screen and (min-width:768px) {
  .sp03-2__item:nth-of-type(3) .sp03-2__body {
    margin-top: 50px;
    margin-left: -140px;
    padding: 24px 10px 24px 144px;
  }
}
.sp03-2__item:nth-of-type(3) .sp03-2__photo {
  margin-top: 22px;
}
@media screen and (min-width:768px) {
  .sp03-2__item:nth-of-type(3) .sp03-2__photo {
    margin-top: 51px;
  }
}
.sp03-2__item.--04-1 .sp03-2__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 207px;
          flex: 0 0 207px;
}
@media screen and (min-width:768px) {
  .sp03-2__item.--04-1 .sp03-2__photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 415px;
            flex: 0 0 415px;
  }
}
.sp03-2__item.--04-1 .sp03-2__body {
  min-height: 160px;
  padding: 30px 6px 18px 70px;
}
@media screen and (min-width:768px) {
  .sp03-2__item.--04-1 .sp03-2__body {
    padding: 60px 6px 18px 120px;
    min-height: 320px;
  }
}
.sp03-2__item.--04-2 .sp03-2__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
}
@media screen and (min-width:768px) {
  .sp03-2__item.--04-2 .sp03-2__photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 380px;
            flex: 0 0 380px;
  }
}
.sp03-2__item.--04-2 .sp03-2__body {
  max-height: 160px;
  padding: 9px 60px 18px 6px;
}
@media screen and (min-width:768px) {
  .sp03-2__item.--04-2 .sp03-2__body {
    max-height: 320px;
    padding: 24px 60px 32px 12px;
  }
}
.sp03-2__item.--04-3 .sp03-2__body {
  padding: 9px 5px 12px 75px;
}
@media screen and (min-width:768px) {
  .sp03-2__item.--04-3 .sp03-2__body {
    padding: 18px 10px 24px 150px;
  }
}

.sp03-2__photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .sp03-2__photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 386px;
            flex: 0 0 386px;
  }
}
.sp03-2__photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp03-2__body {
  background-color: #FFFFFF;
}

.sp03-2__item-title {
  font-size: 17.5px;
  letter-spacing: 0.075em;
  color: #250102;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .sp03-2__item-title {
    font-size: 30px;
  }
}
.sp03-2__item-title.sp03-2__item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
@media screen and (min-width:768px) {
  .sp03-2__item-title.sp03-2__item-title {
    gap: 10px;
  }
}
.sp03-2__item-title .notation {
  display: inline-block;
  color: #250102;
  font-size: 7px;
  font-weight: 400;
  letter-spacing: 0.075em;
  position: relative;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
@media screen and (min-width:768px) {
  .sp03-2__item-title .notation {
    font-size: 14px;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.sp03-2__item-text {
  margin-top: 7px;
  color: #250102;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6363636364;
  letter-spacing: 0.075em;
}
@media screen and (min-width:768px) {
  .sp03-2__item-text {
    margin-top: 14px;
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .sp03-2__item-text {
    font-size: 10px;
  }
}
.sp03-2__item-text .notation {
  color: #250102;
  font-size: 7px;
  font-weight: 400;
  letter-spacing: 0.075em;
}
@media screen and (min-width:768px) {
  .sp03-2__item-text .notation {
    font-size: 14px;
  }
}
.sp03-2__item-text .notation.block {
  margin-top: 3px;
  display: block;
}
@media screen and (min-width:768px) {
  .sp03-2__item-text .notation.block {
    margin-top: 6px;
  }
}

.sp03-2__list {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width:768px) {
  .sp03-2__list {
    margin-top: 20px;
  }
}

.sp03-2__list-item img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp03-2__more {
  width: 100px;
  margin: 20px auto 0;
}
@media screen and (min-width:768px) {
  .sp03-2__more {
    margin: 40px auto 0;
    width: 200px;
  }
}
.sp03-2__more img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp03-2__sub-title {
  margin-top: 12px;
}
@media screen and (min-width:768px) {
  .sp03-2__sub-title {
    margin-top: 24px;
  }
}
.sp03-2__sub-title .text {
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .sp03-2__sub-title .text {
    font-size: 38px;
  }
}

.sp03-2__point02 {
  margin-top: 38px;
}

.sp03-2__bottom {
  margin-top: 15px;
  padding: 24px 10px 28px;
  background-color: #FFFFFF;
}
@media screen and (min-width:768px) {
  .sp03-2__bottom {
    margin-top: 30px;
    padding: 48px 20px 56px;
  }
}

.sp03-2__bottom-textarea {
  padding: 10px 15px;
  position: relative;
}
@media screen and (min-width:768px) {
  .sp03-2__bottom-textarea {
    padding: 20px 30px;
  }
}
.sp03-2__bottom-textarea .icon {
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  width: 23px;
  height: 23px;
}
@media screen and (min-width:768px) {
  .sp03-2__bottom-textarea .icon {
    width: 46px;
    height: 46px;
  }
}
.sp03-2__bottom-textarea .icon.right-top {
  top: 0;
  right: 0;
}
.sp03-2__bottom-textarea .icon.left-top {
  left: 0;
  top: 0;
}
.sp03-2__bottom-textarea .icon.right-bottom {
  right: 0;
  bottom: 0;
}
.sp03-2__bottom-textarea .icon.left-bottom {
  left: 0;
  bottom: 0;
}
.sp03-2__bottom-textarea .text {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 19px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .sp03-2__bottom-textarea .text {
    font-size: 38px;
  }
}
.sp03-2__bottom-textarea .text .colored {
  color: #c62259;
}

.sp03-2__textarea02 {
  margin-top: 20px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .sp03-2__textarea02 {
    margin-top: 40px;
  }
}
.sp03-2__textarea02 .text {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .sp03-2__textarea02 .text {
    font-size: 36px;
  }
}

.sp03-2__bottom-box {
  margin-top: 16px;
  border: 1.5px solid #c62259;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 7px 12px 7px 9px;
}
@media screen and (min-width:768px) {
  .sp03-2__bottom-box {
    margin-top: 32px;
    padding: 14px 24px 14px 18px;
  }
}
.sp03-2__bottom-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
@media screen and (min-width:768px) {
  .sp03-2__bottom-box li {
    gap: 18px;
  }
}
.sp03-2__bottom-box li:not(:first-child) {
  margin-top: 6px;
}
@media screen and (min-width:768px) {
  .sp03-2__bottom-box li:not(:first-child) {
    margin-top: 12px;
  }
}
.sp03-2__bottom-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width:768px) {
  .sp03-2__bottom-box .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 36px;
            flex: 0 0 36px;
    width: 36px;
  }
}
.sp03-2__bottom-box .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  .sp03-2__bottom-box .text {
    font-size: 32px;
  }
}
.sp03-2__bottom-box .text .colored {
  color: #c62259;
}

.sp03-2__textarea03 {
  margin-top: 13px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .sp03-2__textarea03 {
    margin-top: 26px;
  }
}
.sp03-2__textarea03 .text {
  font-size: 19px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .sp03-2__textarea03 .text {
    font-size: 36px;
  }
}

.sp03-2__textarea04 {
  margin-top: 23px;
}
@media screen and (min-width:768px) {
  .sp03-2__textarea04 {
    margin-top: 46px;
  }
}
.sp03-2__textarea04 img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp03-2__textarea05 {
  margin-top: 24px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .sp03-2__textarea05 {
    margin-top: 48px;
  }
}
.sp03-2__textarea05 .text {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .sp03-2__textarea05 .text {
    font-size: 36px;
  }
}
.sp03-2__textarea05 .text .colored {
  color: #c62259;
}
.sp03-2__textarea05 .text:not(:first-child) {
  margin-top: 1em;
}

.sp03-heading {
  padding-left: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (min-width:768px) {
  .sp03-heading {
    padding-left: 21px;
    gap: 30px;
  }
}
.sp03-heading .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp03-heading .left .top {
  font-size: 13px;
  letter-spacing: 0.075em;
  font-weight: 400;
  line-height: 1;
  color: #250102;
}
@media screen and (min-width:768px) {
  .sp03-heading .left .top {
    font-size: 26px;
  }
}
.sp03-heading .left .bottom {
  font-size: 27px;
  font-weight: 400;
  color: #250102;
  letter-spacing: 0.075em;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .sp03-heading .left .bottom {
    font-size: 54px;
  }
}
.sp03-heading .line {
  width: 1px;
  height: 51.5px;
  background-color: #000000;
}
@media screen and (min-width:768px) {
  .sp03-heading .line {
    height: 103px;
  }
}
.sp03-heading .right {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.18em;
  color: #250102;
}
@media screen and (min-width:768px) {
  .sp03-heading .right {
    font-size: 38px;
  }
}

.sp03-3 {
  background-image: url(../img/sec06-bg03.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 23px 0 23px;
}
@media screen and (min-width:768px) {
  .sp03-3 {
    padding: 46px 0 46px;
  }
}

.sp03-3__photo {
  margin-top: 17px;
}
@media screen and (min-width:768px) {
  .sp03-3__photo {
    margin-top: 34px;
  }
}
.sp03-3__photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp-3-3__textarea {
  margin-top: 13px;
}
@media screen and (min-width:768px) {
  .sp-3-3__textarea {
    margin-top: 26px;
  }
}
.sp-3-3__textarea .text {
  font-size: 19px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .sp-3-3__textarea .text {
    font-size: 38px;
  }
}
.sp-3-3__textarea .notice {
  margin-top: 5px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .sp-3-3__textarea .notice {
    margin-top: 10px;
    font-size: 24px;
  }
}

.sp03-3__text-img01 {
  width: 150px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  .sp03-3__text-img01 {
    width: 300px;
  }
}
.sp03-3__text-img01 img {
  width: 100%;
}

.sp03-3__text-img02 {
  width: 272px;
  margin: 37px auto 0;
}
@media screen and (min-width:768px) {
  .sp03-3__text-img02 {
    margin: 74px auto 0;
    width: 545px;
  }
}
.sp03-3__text-img02 img {
  width: 100%;
}

.sp03-4__heading {
  position: relative;
}
.sp03-4__heading img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sp03-4__heading .text {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.sp03-4__heading .text .lg {
  font-size: 28px;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  .sp03-4__heading .text .lg {
    font-size: 56px;
  }
}
.sp03-4__heading .text .md {
  font-size: 21px;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  .sp03-4__heading .text .md {
    font-size: 42px;
  }
}

.sp03-4__content {
  background-image: url(../img/sp03-4-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 18px 0 25px;
}
@media screen and (min-width:768px) {
  .sp03-4__content {
    padding: 36px 0 50px;
  }
}

.sec03-4__box {
  padding: 17px 12px 15px;
  background-color: #FFFFFF;
}
@media screen and (min-width:768px) {
  .sec03-4__box {
    padding: 34px 24px 30px;
  }
}

.sec03-4__photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec03-4__textarea {
  margin-top: 12px;
}
@media screen and (min-width:768px) {
  .sec03-4__textarea {
    margin-top: 24px;
  }
}
.sec03-4__textarea .text {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .sec03-4__textarea .text {
    font-size: 32px;
  }
}
.sec03-4__textarea .text + .text {
  margin-top: 1em;
}
.sec03-4__textarea .text.sm {
  font-size: 12px;
  letter-spacing: 0.075em;
  line-height: 1.5416666667;
}
@media screen and (min-width:768px) {
  .sec03-4__textarea .text.sm {
    font-size: 24px;
  }
}
.sec03-4__textarea .text .colored {
  color: #c62259;
  font-weight: 500;
}

.sp04-5 {
  background-image: url(../img/sp04-5-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 23px 0 50px;
}
@media screen and (min-width:768px) {
  .sp04-5 {
    padding: 46px 0 100px;
  }
}

/* sp04
--------------------------------------------- */
.sp04-1 {
  background-image: url(../img/sec07-bg01.webp);
  padding: 45px 0 84px;
}
@media screen and (min-width:768px) {
  .sp04-1 {
    padding: 90px 0 168px;
  }
}

.sp04-1__text {
  text-align: center;
}
.sp04-1__text img {
  width: 80%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp04-1__table {
  margin-top: 50px;
  background-color: #FFFFFF;
}
@media screen and (min-width:768px) {
  .sp04-1__table {
    margin-top: 100px;
  }
}
.sp04-1__table .table {
  border: 1.5px solid #d5d5d5;
  -webkit-box-shadow: 4px 4px 11px rgba(237, 237, 237, 0.24);
          box-shadow: 4px 4px 11px rgba(237, 237, 237, 0.24);
}
@media screen and (min-width:768px) {
  .sp04-1__table .table {
    border: 3px solid #d5d5d5;
  }
}
.sp04-1__table .table__row {
  display: grid;
  grid-template-columns: 115px repeat(3, 1fr);
}
@media screen and (min-width:768px) {
  .sp04-1__table .table__row {
    grid-template-columns: 220px repeat(3, 1fr);
  }
}
.sp04-1__table .table__row:last-of-type .table__data {
  border-bottom: none;
}
.sp04-1__table .table__row:last-of-type .table__head {
  border-bottom: none;
}
.sp04-1__table .table__head {
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #000000;
  text-align: center;
  padding: 7px 2px;
  border-bottom: 1.5px solid #d5d5d5;
}
@media screen and (min-width:768px) {
  .sp04-1__table .table__head {
    border-bottom: 3px solid #d5d5d5;
    font-size: 24px;
    padding: 14px 2px;
  }
}
.sp04-1__table .table__head.border-right {
  border-right: 1.5px solid #d5d5d5;
}
@media screen and (min-width:768px) {
  .sp04-1__table .table__head.border-right {
    border-right: 3px solid #d5d5d5;
  }
}
.sp04-1__table .table__head.red {
  background-color: #df394c;
  color: #FFFFFF;
}
.sp04-1__table .table__head.gray {
  background-color: #686568;
  color: #FFFFFF;
}
.sp04-1__table .table__head.red-bottom {
  border-bottom: 1.5px solid #df394c !important;
}
@media screen and (min-width:768px) {
  .sp04-1__table .table__head.red-bottom {
    border-bottom: 3px solid #df394c !important;
  }
}
.sp04-1__table .table__data {
  font-size: 12px;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #000000;
  text-align: center;
  padding: 7px 2px;
  border-bottom: 1.5px solid #d5d5d5;
}
@media screen and (min-width:768px) {
  .sp04-1__table .table__data {
    border-bottom: 3px solid #d5d5d5;
    font-size: 24px;
    padding: 14px 2px;
  }
}
.sp04-1__table .table__data.border-right {
  border-right: 1.5px solid #d5d5d5;
}
@media screen and (min-width:768px) {
  .sp04-1__table .table__data.border-right {
    border-right: 3px solid #d5d5d5;
  }
}
.sp04-1__table .table__data.red {
  border-right: 1.5px solid #df394c;
  border-left: 1.5px solid #df394c;
  background-color: #ffecee;
}
@media screen and (min-width:768px) {
  .sp04-1__table .table__data.red {
    border-right: 3px solid #df394c;
    border-left: 3px solid #df394c;
  }
}
.sp04-1__table .table__data.red-bottom {
  border-bottom: 1.5px solid #df394c !important;
}
@media screen and (min-width:768px) {
  .sp04-1__table .table__data.red-bottom {
    border-bottom: 3px solid #df394c !important;
  }
}

.sp04-2 {
  background-color: #e8e9f1;
  padding: 15px 0 0;
  position: relative;
}
@media screen and (min-width:768px) {
  .sp04-2 {
    padding: 30px 0 0;
  }
}

.sp04-2-plus {
  background-color: #e8e9f1;
}
.sp04-2-plus img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp04-2__photo {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp04-2__text {
  position: absolute;
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 150px;
}
@media screen and (min-width:768px) {
  .sp04-2__text {
    top: 300px;
  }
}

.sp04-3 {
  padding: 50px 0 33px;
  background-image: url(../img/sec08-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (min-width:768px) {
  .sp04-3 {
    padding: 100px 0 66px;
  }
}

.sp04-3__photo {
  position: absolute;
  top: -16px;
  left: 0;
  width: 36%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp04-3__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 10px;
  margin-left: auto;
  font-family: "Noto Serif JP", serif;
  color: #b2253c;
  font-size: 25px;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media screen and (min-width:768px) {
  .sp04-3__title {
    font-size: 50px;
    padding-right: 20px;
  }
}

.sp04-3__sub-title {
  padding-right: 10px;
  text-align: right;
  margin-top: 12px;
  color: #b2253c;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.01em;
}
@media screen and (min-width:768px) {
  .sp04-3__sub-title {
    margin-top: 24px;
    font-size: 26px;
    padding-right: 20px;
  }
}

.sec04-3__content {
  margin-top: 30px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 5px 5px 13px rgba(45, 44, 50, 0.17);
          box-shadow: 5px 5px 13px rgba(45, 44, 50, 0.17);
  padding: 15px 12px 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .sec04-3__content {
    margin-top: 60px;
    padding: 30px 24px 40px;
  }
}

.sec04-3__text {
  font-size: 14px;
  color: #040403;
  letter-spacing: 0.01em;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  .sec04-3__text {
    font-size: 28px;
  }
}
.sec04-3__text:not(:first-of-type) {
  margin-top: 1em;
}

.sp04-4 {
  padding: 42px 0 50px;
  background-image: url(../img/sec09-bg.webp);
}
@media screen and (min-width:768px) {
  .sp04-4 {
    padding: 84px 0 100px;
  }
}

.sec04-4__en-title {
  text-align: center;
  color: #c62259;
  font-size: 15px;
  font-weight: 300;
}
@media screen and (min-width:768px) {
  .sec04-4__en-title {
    font-size: 30px;
    letter-spacing: 0.08em;
  }
}

.sec04-4__title {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .sec04-4__title {
    margin-top: 35px;
  }
}
.sec04-4__title img {
  width: 93%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp04-4__items {
  margin-top: 60px;
}
@media screen and (min-width:768px) {
  .sp04-4__items {
    margin-top: 120px;
  }
}

.sp04-4__item:not(:first-of-type) {
  margin-top: 75px;
}
@media screen and (min-width:768px) {
  .sp04-4__item:not(:first-of-type) {
    margin-top: 150px;
  }
}
.sp04-4__item:nth-of-type(1) .sec04-4__item-box {
  margin-left: auto;
}
.sp04-4__item:nth-of-type(2) .sec04-4__item-box {
  margin-right: auto;
  padding: 20px 7px 15px 25px;
}
@media screen and (min-width:768px) {
  .sp04-4__item:nth-of-type(2) .sec04-4__item-box {
    padding: 40px 14px 30px 40px;
  }
}

.sec04-4__item-box {
  width: 96%;
  background-color: #FFFFFF;
  padding: 20px 22px 17px 11px;
  position: relative;
}
@media screen and (min-width:768px) {
  .sec04-4__item-box {
    padding: 40px 44px 34px 22px;
  }
}

.sec04-4__pic {
  position: absolute;
  display: inline-block;
  width: 40%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width:768px) {
  .sec04-4__pic {
    width: 35%;
  }
}
.sec04-4__pic.--01 {
  top: -80px;
  right: 33px;
}
@media screen and (min-width:768px) {
  .sec04-4__pic.--01 {
    top: -100px;
    right: 26px;
  }
}
.sec04-4__pic.--02 {
  top: -80px;
  right: 20px;
}
@media screen and (min-width:768px) {
  .sec04-4__pic.--02 {
    top: -100px;
    right: 0px;
  }
}

.sec04__pr-wrap {
  text-align: right;
}

.sec04-4__pr {
  width: 25px;
  height: 15px;
  display: inline-grid;
  place-items: center;
  color: #5c2a37;
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 300;
  border: 1.5px solid #5c2a37;
}
@media screen and (min-width:768px) {
  .sec04-4__pr {
    font-size: 20px;
    width: 50px;
    height: 30px;
  }
}

.sec04-4__box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .sec04-4__box-title {
    gap: 10px;
  }
}
.sec04-4__box-title span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding: 7px 8px 5px;
  font-family: "Noto Serif JP", serif;
  color: #FFFFFF;
  background-color: #c62259;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 200;
}
@media screen and (min-width:768px) {
  .sec04-4__box-title span {
    padding: 14px 16px 10px;
    font-size: 46px;
  }
}

.sec04-4__item-tag {
  margin-top: 7px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1.5px solid #c62259;
  background-color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  color: #c62259;
  padding: 4px 5px;
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .sec04-4__item-tag {
    margin-top: 14px;
    font-size: 32px;
    padding: 8px 10px;
  }
}
.sec04-4__item-tag .sm {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 13px;
  position: relative;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media screen and (min-width:768px) {
  .sec04-4__item-tag .sm {
    font-size: 26px;
  }
}

.sec04-4__textarea {
  margin-top: 12px;
}
@media screen and (min-width:768px) {
  .sec04-4__textarea {
    margin-top: 24px;
  }
}

.sec04-4__text {
  font-size: 12px;
  color: #5c2a37;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  .sec04-4__text {
    font-size: 24px;
  }
}

.sp04-4__item-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 24px;
  padding-bottom: 2px;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  position: relative;
}
@media screen and (min-width:768px) {
  .sp04-4__item-title {
    padding-left: 48px;
  }
}
.sp04-4__item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url(../img/sp04-title-underline.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 141.5px;
  height: 1.5px;
}
@media screen and (min-width:768px) {
  .sp04-4__item-title::after {
    width: 282px;
    height: 3px;
  }
}
.sp04-4__item-title .sm {
  color: #c62259;
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  .sp04-4__item-title .sm {
    font-size: 36px;
  }
}
.sp04-4__item-title .number {
  color: #c62259;
  font-size: 32px;
  letter-spacing: 0.06em;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  .sp04-4__item-title .number {
    font-size: 64px;
  }
}

/* sp05
--------------------------------------------- */
/* 01 */
.sp05-1 {
  padding: 35px 0 35px;
}
@media screen and (min-width:768px) {
  .sp05-1 {
    padding: 70px 0 70px;
  }
}

.sp05-1__heading {
  text-align: center;
  color: #b3283e;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.11em;
  font-size: 27px;
}
@media screen and (min-width:768px) {
  .sp05-1__heading {
    font-size: 54px;
  }
}
.sp05-1__heading .xs {
  font-size: 10px;
}
@media screen and (min-width:768px) {
  .sp05-1__heading .xs {
    font-size: 20px;
  }
}

.sp05-1__notice {
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
  color: #040403;
  letter-spacing: 0.171em;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .sp05-1__notice {
    margin-top: 20px;
    font-size: 22px;
  }
}

.sp05-1__items {
  margin-top: 20px;
}
@media screen and (min-width:768px) {
  .sp05-1__items {
    margin-top: 40px;
  }
}

.sp05-1__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp05-1__item:nth-of-type(1) {
  gap: 22px;
}
@media screen and (min-width:768px) {
  .sp05-1__item:nth-of-type(1) {
    gap: 44px;
  }
}
.sp05-1__item:nth-of-type(1) .photo {
  margin-top: 21px;
}
@media screen and (min-width:768px) {
  .sp05-1__item:nth-of-type(1) .photo {
    margin-top: 42px;
  }
}
.sp05-1__item:nth-of-type(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 13px;
  gap: 45px;
}
@media screen and (min-width:768px) {
  .sp05-1__item:nth-of-type(2) {
    margin-top: 26px;
    gap: 70px;
  }
}
.sp05-1__item:nth-of-type(2) .sp05-1__message {
  margin-top: 11px;
}
@media screen and (min-width:768px) {
  .sp05-1__item:nth-of-type(2) .sp05-1__message {
    margin-top: 22px;
  }
}
.sp05-1__item:nth-of-type(3) {
  margin-top: 45px;
  gap: 25px;
}
@media screen and (min-width:768px) {
  .sp05-1__item:nth-of-type(3) {
    margin-top: 90px;
    gap: 50px;
  }
}
.sp05-1__item .photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 255px;
          flex: 0 0 255px;
}
@media screen and (min-width:768px) {
  .sp05-1__item .photo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 510px;
            flex: 0 0 510px;
  }
}
.sp05-1__item .photo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sp05-1__message {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-orientation: upright;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #b3283e;
  font-weight: 600;
  letter-spacing: 0.151em;
}
@media screen and (min-width:768px) {
  .sp05-1__message {
    font-size: 40px;
  }
}

.sp05-info__btn-wrap {
  margin-top: 35px;
  text-align: center;
}
@media screen and (min-width:768px) {
  .sp05-info__btn-wrap {
    margin-top: 70px;
  }
}

.sp05-info__btn {
  font-size: 13px;
  font-weight: 500;
  color: #b3283e;
  line-height: 1.7307692308;
  text-decoration: underline;
}
@media screen and (min-width:768px) {
  .sp05-info__btn {
    font-size: 26px;
  }
}

/* FAQ */
.sp05-faq {
  padding: 40px 0 40px;
  background-color: #ffecef;
}
@media screen and (min-width:768px) {
  .sp05-faq {
    padding: 80px 0 80px;
  }
}

.sp05-faq__heading {
  text-align: center;
  color: #ca3146;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.24em;
}
@media screen and (min-width:768px) {
  .sp05-faq__heading {
    font-size: 60px;
  }
}

.sp05-faq__content {
  margin-top: 32px;
}
@media screen and (min-width:768px) {
  .sp05-faq__content {
    margin-top: 64px;
  }
}

.sp05-faq__list-item:not(:first-of-type) {
  margin-top: 36px;
}
@media screen and (min-width:768px) {
  .sp05-faq__list-item:not(:first-of-type) {
    margin-top: 72px;
  }
}

.sp05-faq__term {
  width: 93%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #df4758;
  color: #FFFFFF;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.3;
  padding: 9px 10px;
  border-radius: 8px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  .sp05-faq__term {
    font-size: 30px;
    padding: 18px 20px;
  }
}
.sp05-faq__term.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp05-faq__term .q {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33px;
          flex: 0 0 33px;
  font-family: "Noto Serif JP", serif;
  font-size: 33px;
  color: #FFFFFF;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
@media screen and (min-width:768px) {
  .sp05-faq__term .q {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66px;
            flex: 0 0 66px;
    font-size: 66px;
  }
}
.sp05-faq__term .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 15px;
  letter-spacing: 0.08em;
}
@media screen and (min-width:768px) {
  .sp05-faq__term .text {
    font-size: 30px;
  }
}

.sp05-faq__desc {
  width: 93.75%;
  margin-left: auto;
  margin-top: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
  color: #333333;
  border: 1px solid #df4758;
  padding: 40px 9px 11px 11px;
}
@media screen and (min-width:768px) {
  .sp05-faq__desc {
    margin-top: -64px;
    padding: 80px 18px 22px 22px;
  }
}
.sp05-faq__desc .a {
  font-family: "Noto Serif JP", serif;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36.5px;
          flex: 0 0 36.5px;
  color: #df4758;
  font-size: 36.5px;
  line-height: 1;
}
@media screen and (min-width:768px) {
  .sp05-faq__desc .a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    font-size: 70px;
  }
}
.sp05-faq__desc .text {
  margin-top: 7px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  .sp05-faq__desc .text {
    margin-top: 14px;
    font-size: 28px;
  }
}

.sp05-2__photo {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 商品情報 */
.sp05-info {
  padding: 55px 0 37px;
}
@media screen and (min-width:768px) {
  .sp05-info {
    padding: 110px 0 74px;
  }
}

.sp05-info__heading {
  text-align: center;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.28em;
}
@media screen and (min-width:768px) {
  .sp05-info__heading {
    font-size: 60px;
  }
}

.sp05-info__content {
  margin-top: 35px;
}
@media screen and (min-width:768px) {
  .sp05-info__content {
    margin-top: 70px;
  }
}

.sp05-info__table {
  border: 1px solid #000000;
}
.sp05-info__table .table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp05-info__table .table-row:not(:last-of-type) {
  border-bottom: 1px solid #000000;
}
.sp05-info__table .table-head {
  border-right: 1px solid #000000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 97px;
          flex: 0 0 97px;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 6px 4px 6px;
}
@media screen and (min-width:768px) {
  .sp05-info__table .table-head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 194px;
            flex: 0 0 194px;
    font-size: 26px;
    padding: 14px 12px 8px 12px;
  }
}
.sp05-info__table .table-data {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 9px 6px 12px;
}
@media screen and (min-width:768px) {
  .sp05-info__table .table-data {
    font-size: 26px;
    padding: 16px 18px 12px 24px;
  }
}
.sp05-info__table .table-data.lg {
  font-size: 19px;
  font-weight: 400;
}
@media screen and (min-width:768px) {
  .sp05-info__table .table-data.lg {
    font-size: 38px;
  }
}

.sp05-info__notice {
  margin-top: 25px;
}
@media screen and (min-width:768px) {
  .sp05-info__notice {
    margin-top: 50px;
  }
}
.sp05-info__notice .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sp05-info__notice .item .dot {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1em;
          flex: 0 0 1em;
  font-size: 13px;
}
@media screen and (min-width:768px) {
  .sp05-info__notice .item .dot {
    font-size: 26px;
  }
}
.sp05-info__notice .item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 13px;
  line-height: 1.7307692308;
}
@media screen and (min-width:768px) {
  .sp05-info__notice .item .text {
    font-size: 26px;
  }
}

.sp05-info__notice-title {
  font-size: 13px;
  color: #000000;
}
@media screen and (min-width:768px) {
  .sp05-info__notice-title {
    font-size: 26px;
  }
}

/* utility
--------------------------------------------- */
/* マーカー */
.u-marker-gold {
  display: inline;
  background: linear-gradient(160deg, #a0661c 0%, #e4b748 50%, #a0661c 100%);
}

/* アンダーライン(調整して使用) */
.u-underline-yellow {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-underline-offset: -4px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

/* 改行 */
.u-br-sp {
  display: none;
}
@media screen and (min-width:375px) {
  .u-br-sp {
    display: inline;
  }
}

.u-br-sm {
  display: inline;
}
@media screen and (min-width:500px) {
  .u-br-sm {
    display: none;
  }
}

.u-br-tab {
  display: none;
}
@media screen and (min-width:768px) {
  .u-br-tab {
    display: inline;
  }
}

.u-br-tab-lg {
  display: inline;
}
@media screen and (min-width:800px) {
  .u-br-tab-lg {
    display: none;
  }
}

.u-br-pc {
  display: inline;
}
@media screen and (min-width:1024px) {
  .u-br-pc {
    display: none;
  }
}

/* 文字色：メインカラー */
.u-font-main {
  font-weight: 700;
}

.u-font-yellow {
  font-weight: 700;
}

/* 太字 */
.u-is-bold {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */